/* =========================================================
   LANDING PAGE CỬA LƯỚI HOÀNG GIA PHÁT
   Dán vào: Flatsome > Advanced > Custom CSS > All Screens
   Tất cả selector được scope trong .hgp-landing
   ========================================================= */
.hgp-landing{
  --hgp-ink:#132238;
  --hgp-muted:#607087;
  --hgp-line:#e5eaf0;
  --hgp-soft:#f5f8fb;
  --hgp-white:#fff;
  --hgp-primary:#f59e0b;
  --hgp-primary-dark:#d97706;
  --hgp-green:#16a34a;
  --hgp-green-dark:#15803d;
  --hgp-blue:#0f5f8f;
  --hgp-radius:20px;
  --hgp-shadow:0 18px 50px rgba(16,37,61,.10);
  color:var(--hgp-ink);
  font-size:16px;
  line-height:1.65;
  overflow:hidden;
}
.hgp-landing *{box-sizing:border-box}
.hgp-landing img{display:block;max-width:100%}
.hgp-landing a{text-decoration:none}
.hgp-landing .hgp-wrap{width:min(1300px,calc(100% - 32px));margin-inline:auto}
.hgp-landing .hgp-section{padding:76px 0;position:relative}
.hgp-landing .hgp-section--soft{background:var(--hgp-soft)}
.hgp-landing .hgp-section--dark{background:var(--hgp-ink);color:#fff}
.hgp-landing .hgp-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 13px;color:var(--hgp-primary-dark);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hgp-landing .hgp-kicker:before{content:"";width:28px;height:3px;border-radius:99px;background:var(--hgp-primary)}
.hgp-landing h1,.hgp-landing h2,.hgp-landing h3{color:inherit;letter-spacing:-.025em;line-height:1.16;margin-top:0}
.hgp-landing h1{font-size:clamp(38px,5.2vw,66px);margin-bottom:20px}
.hgp-landing h2{font-size:clamp(30px,4vw,44px);margin-bottom:16px}
.hgp-landing h3{font-size:21px;margin-bottom:8px}
.hgp-landing p{margin-top:0}
.hgp-landing .hgp-lead{font-size:clamp(17px,2vw,20px);color:var(--hgp-muted);max-width:760px}
.hgp-landing .hgp-center{text-align:center}
.hgp-landing .hgp-center .hgp-lead{margin-inline:auto}
.hgp-landing .hgp-grid{display:grid;gap:24px}
.hgp-landing .hgp-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hgp-landing .hgp-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hgp-landing .hgp-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.hgp-landing .hgp-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hgp-landing .hgp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:12px 22px;border-radius:13px;border:1px solid transparent;font-weight:800;transition:.2s ease;cursor:pointer}
.hgp-landing .hgp-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(17,34,56,.14)}
.hgp-landing .hgp-btn--primary{background:var(--hgp-primary);color:#1c2736}
.hgp-landing .hgp-btn--primary:hover{background:#ffb020;color:#1c2736}
.hgp-landing .hgp-btn--zalo{background:var(--hgp-green);color:#fff}
.hgp-landing .hgp-btn--zalo:hover{background:var(--hgp-green-dark);color:#fff}
.hgp-landing .hgp-btn--outline{border-color:#cfd8e3;background:#fff;color:var(--hgp-ink)}
.hgp-landing .hgp-btn--light{background:#fff;color:var(--hgp-ink)}
.hgp-landing .hgp-card{height:100%;background:#fff;border:1px solid var(--hgp-line);border-radius:var(--hgp-radius);padding:26px;box-shadow:0 8px 30px rgba(18,34,56,.05)}
.hgp-landing .hgp-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fff4d8;color:#b76800;font-size:23px;margin-bottom:16px}
.hgp-landing .hgp-checks{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
.hgp-landing .hgp-checks li{position:relative;padding-left:30px}
.hgp-landing .hgp-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--hgp-green);font-weight:900}

/* Hero */
.hgp-landing .hgp-hero{padding:54px 0 42px;background:radial-gradient(circle at 88% 12%,rgba(245,158,11,.20),transparent 31%),linear-gradient(145deg,#f8fbff,#fffaf0)}
.hgp-landing .hgp-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}
.hgp-landing .hgp-hero .hgp-lead{max-width:650px}
.hgp-landing .hgp-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hgp-landing .hgp-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;background:#fff;border:1px solid var(--hgp-line);border-radius:999px;font-size:14px;font-weight:700;color:#3d5067}
.hgp-landing .hgp-visual{position:relative}
.hgp-landing .hgp-visual img{width:100%;aspect-ratio:4/4.2;object-fit:cover;border-radius:28px;box-shadow:var(--hgp-shadow)}
.hgp-landing .hgp-price-float{position:absolute;left:-28px;bottom:24px;background:#fff;border:1px solid var(--hgp-line);border-radius:18px;padding:16px 20px;box-shadow:var(--hgp-shadow)}
.hgp-landing .hgp-price-float small{display:block;color:var(--hgp-muted);font-weight:700}
.hgp-landing .hgp-price-float strong{display:block;color:var(--hgp-primary-dark);font-size:28px;line-height:1.2}
.hgp-landing .hgp-price-float span{color:var(--hgp-muted);font-size:12px}

/* Trust strip */
.hgp-landing .hgp-trust{margin-top:-1px;background:#fff;border-top:1px solid var(--hgp-line);border-bottom:1px solid var(--hgp-line)}
.hgp-landing .hgp-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hgp-landing .hgp-stat{padding:25px 20px;text-align:center;border-right:1px solid var(--hgp-line)}
.hgp-landing .hgp-stat:last-child{border-right:0}
.hgp-landing .hgp-stat strong{display:block;font-size:24px;line-height:1.2;color:var(--hgp-ink)}
.hgp-landing .hgp-stat span{font-size:13px;color:var(--hgp-muted)}

/* Product cards */
.hgp-landing .hgp-product{padding:0;overflow:hidden}
.hgp-landing .hgp-product img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hgp-landing .hgp-product-body{padding:22px}
.hgp-landing .hgp-price{font-size:24px;font-weight:900;color:var(--hgp-primary-dark);margin:12px 0 4px}
.hgp-landing .hgp-price-note{font-size:12px;color:var(--hgp-muted)}
.hgp-landing .hgp-product .hgp-btn{width:100%;margin-top:17px}

/* Price table */
.hgp-landing .hgp-table-wrap{overflow-x:auto;border:1px solid var(--hgp-line);border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(18,34,56,.05)}
.hgp-landing .hgp-table{width:100%;min-width:760px;border-collapse:collapse;margin:0}
.hgp-landing .hgp-table th,.hgp-landing .hgp-table td{padding:17px 18px;border-bottom:1px solid var(--hgp-line);text-align:left;vertical-align:top}
.hgp-landing .hgp-table th{background:#15273d;color:#fff;font-size:14px}
.hgp-landing .hgp-table tr:last-child td{border-bottom:0}
.hgp-landing .hgp-table td:nth-child(2){font-weight:900;color:#b86500;white-space:nowrap}
.hgp-landing .hgp-disclaimer{margin-top:14px;font-size:13px;color:var(--hgp-muted)}

/* Calculator */
.hgp-landing .hgp-calc{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}
.hgp-landing .hgp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hgp-landing .hgp-field{display:grid;gap:7px}
.hgp-landing .hgp-field--full{grid-column:1/-1}
.hgp-landing label{font-weight:800;font-size:14px;color:#33465c}
.hgp-landing input,.hgp-landing select,.hgp-landing textarea{width:100%;min-height:48px;border:1px solid #cfd8e3;border-radius:12px;background:#fff;padding:10px 12px;color:var(--hgp-ink);font:inherit;box-shadow:none}
.hgp-landing input:focus,.hgp-landing select:focus,.hgp-landing textarea:focus{outline:3px solid rgba(245,158,11,.18);border-color:var(--hgp-primary)}
.hgp-landing textarea{min-height:110px;resize:vertical}
.hgp-landing .hgp-result{background:linear-gradient(145deg,#132238,#203d5d);color:#fff;border-radius:var(--hgp-radius);padding:30px;display:flex;flex-direction:column;justify-content:center}
.hgp-landing .hgp-result small{color:#cbd8e6}
.hgp-landing .hgp-result strong{font-size:clamp(34px,5vw,52px);line-height:1.15;color:#ffb020;margin:8px 0}
.hgp-landing .hgp-result ul{padding-left:20px;color:#dce6f0}

/* Process */
.hgp-landing .hgp-step{position:relative;padding-top:68px}
.hgp-landing .hgp-step-num{position:absolute;top:0;left:0;width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--hgp-primary);font-weight:900;font-size:19px}

/* Projects */
.hgp-landing .hgp-project{padding:0;overflow:hidden}
.hgp-landing .hgp-project img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hgp-landing .hgp-project figcaption{padding:16px 18px;color:#42566e;font-weight:700}

/* FAQ */
.hgp-landing .hgp-faq{max-width:900px;margin:30px auto 0}
.hgp-landing details{background:#fff;border:1px solid var(--hgp-line);border-radius:15px;padding:0 20px;margin-bottom:12px}
.hgp-landing summary{list-style:none;cursor:pointer;padding:18px 32px 18px 0;font-weight:850;position:relative}
.hgp-landing summary::-webkit-details-marker{display:none}
.hgp-landing summary:after{content:"+";position:absolute;right:0;top:13px;font-size:26px;color:var(--hgp-primary-dark)}
.hgp-landing details[open] summary:after{content:"–"}
.hgp-landing details p{color:var(--hgp-muted);padding-bottom:18px;margin:0}

/* CTA & lead form */
.hgp-landing .hgp-cta-panel{background:linear-gradient(135deg,#14263c,#0e4f74);color:#fff;border-radius:28px;padding:42px;box-shadow:var(--hgp-shadow)}
.hgp-landing .hgp-cta-panel .hgp-lead{color:#d8e3ed}
.hgp-landing .hgp-lead-form{background:#fff;color:var(--hgp-ink);border-radius:20px;padding:24px}
.hgp-landing .hgp-form-status{min-height:24px;margin:10px 0 0;font-size:13px;color:var(--hgp-green-dark);font-weight:700}
.hgp-landing .hgp-privacy{font-size:12px;color:var(--hgp-muted);margin:10px 0 0}
.hgp-landing .hgp-contact-line{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;color:#dce7f0;font-size:14px}

/* Sticky mobile */
.hgp-landing .hgp-mobile-sticky{display:none}

@media (max-width:900px){
  .hgp-landing .hgp-section{padding:58px 0}
  .hgp-landing .hgp-hero{padding-top:38px}
  .hgp-landing .hgp-hero-grid,.hgp-landing .hgp-calc,.hgp-landing .hgp-grid--2{grid-template-columns:1fr}
  .hgp-landing .hgp-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hgp-landing .hgp-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hgp-landing .hgp-visual{max-width:650px;margin-inline:auto}
  .hgp-landing .hgp-price-float{left:16px}
  .hgp-landing .hgp-trust-grid{grid-template-columns:repeat(2,1fr)}
  .hgp-landing .hgp-stat:nth-child(2){border-right:0}
  .hgp-landing .hgp-stat:nth-child(-n+2){border-bottom:1px solid var(--hgp-line)}
}
@media (max-width:600px){
  .hgp-landing{padding-bottom:70px}
  .hgp-landing .hgp-wrap{width:min(100% - 24px,1160px)}
  .hgp-landing h1{font-size:37px}
  .hgp-landing h2{font-size:30px}
  .hgp-landing .hgp-grid--3,.hgp-landing .hgp-grid--4,.hgp-landing .hgp-form-grid{grid-template-columns:1fr}
  .hgp-landing .hgp-field--full{grid-column:auto}
  .hgp-landing .hgp-btns{display:grid}
  .hgp-landing .hgp-btn{width:100%}
  .hgp-landing .hgp-visual img{aspect-ratio:4/4.5}
  .hgp-landing .hgp-price-float{position:relative;left:auto;bottom:auto;margin:-34px 12px 0}
  .hgp-landing .hgp-cta-panel{padding:26px 18px;border-radius:20px}
  .hgp-landing .hgp-mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:9px;background:rgba(255,255,255,.97);border-top:1px solid var(--hgp-line);box-shadow:0 -7px 25px rgba(18,34,56,.10)}
  .hgp-landing .hgp-mobile-sticky a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:11px;font-weight:900}
  .hgp-landing .hgp-mobile-sticky a:first-child{background:var(--hgp-primary);color:#1c2736}
  .hgp-landing .hgp-mobile-sticky a:last-child{background:var(--hgp-green);color:#fff}
}
@media (prefers-reduced-motion:reduce){.hgp-landing *{scroll-behavior:auto!important;transition:none!important}}
