*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

:root{
  --navy:#061832;
  --dark:#07101f;
  --blue:#0b3a6b;
  --orange:#f36f21;
  --gold:#f3c542;
  --green:#087c3a;
  --white:#fff;
  --light:#f5f7fb;
  --text:#101827;
  --muted:#5d6878;
  --line:#dce3ee;
  --shadow:0 32px 95px rgba(0,0,0,.32);
  --soft:0 22px 70px rgba(6,24,50,.15);
}

body{
  font-family:Arial, Helvetica, sans-serif;
  background:var(--light);
  color:var(--text);
  line-height:1.65;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1240px, calc(100% - 32px));
  margin:auto;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
  box-shadow:0 10px 35px rgba(6,24,50,.08);
}

.header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.brand{
  display:flex;
  align-items:center;
  gap:15px;
}

.brand img{
  width:138px;
  height:60px;
  object-fit:contain;
}

.brand strong{
  display:block;
  color:var(--navy);
  font-size:23px;
}

.brand span{
  display:block;
  color:var(--muted);
  font-size:13px;
}

.nav{
  display:flex;
  gap:16px;
  font-weight:800;
  color:var(--navy);
}

.nav a{
  padding:8px 13px;
  border-radius:999px;
}

.nav a:hover{
  background:#eef3f8;
}

.contact-mini{
  display:grid;
  text-align:right;
  gap:4px;
  color:var(--green);
  font-weight:900;
}

/* Hero */
.hero{
  position:relative;
  min-height:88vh;
  color:#fff;
  overflow:hidden;
  display:grid;
  align-items:center;
  background:linear-gradient(135deg,#07101f,#0b2545);
}

.hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 20%, rgba(243,111,33,.20), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(243,197,66,.18), transparent 30%),
    linear-gradient(135deg,#061832,#07101f);
}

.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .75fr;
  gap:44px;
  align-items:center;
  padding:88px 0 120px;
}

.eyebrow,
.section-label{
  display:inline-block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:13px;
  font-weight:900;
  margin-bottom:14px;
}

.hero h1{
  font-size:clamp(42px,6vw,78px);
  line-height:.98;
  letter-spacing:-2px;
  margin-bottom:22px;
}

.hero p{
  color:#e3edf8;
  font-size:18px;
  max-width:790px;
  margin-bottom:28px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  min-height:54px;
  padding:14px 24px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-weight:900;
  transition:.25s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  background:linear-gradient(135deg,var(--orange),var(--gold));
  color:#111827;
  box-shadow:0 16px 34px rgba(243,111,33,.28);
}

.btn-secondary{
  background:#fff;
  color:var(--navy);
}

.btn-dark{
  background:var(--navy);
  color:#fff;
}

.hero-stat-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.26);
  border-radius:34px;
  padding:30px;
  backdrop-filter:blur(16px);
  box-shadow:var(--shadow);
}

.stat-title{
  color:var(--gold);
  font-size:24px;
  font-weight:900;
  margin-bottom:16px;
}

.stat-row{
  background:#fff;
  color:var(--navy);
  border-radius:22px;
  padding:20px;
  margin:14px 0;
}

.stat-row span{
  color:var(--muted);
  font-weight:900;
}

.stat-row strong{
  display:block;
  font-size:34px;
}

.stat-note{
  background:linear-gradient(135deg,var(--green),#0bb867);
  color:#fff;
  padding:15px;
  border-radius:18px;
  text-align:center;
  font-weight:900;
}

/* Infographic */
.infographic-showcase{
  margin-top:-72px;
  position:relative;
  z-index:5;
  padding-bottom:80px;
}

.showcase-head{
  max-width:900px;
  text-align:center;
  margin:0 auto 28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--soft);
  border-radius:28px;
  padding:28px;
}

.showcase-head span{
  color:var(--green);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:13px;
}

.showcase-head h2{
  color:var(--navy);
  font-size:clamp(30px,4vw,50px);
  line-height:1.08;
  margin:8px 0 10px;
}

.showcase-head p{
  color:var(--muted);
}

.infographic-frame{
  background:linear-gradient(135deg,var(--gold),var(--orange),var(--blue));
  padding:12px;
  border-radius:34px;
  box-shadow:var(--shadow);
}

.infographic-frame img{
  width:100%;
  border-radius:24px;
}

/* General */
.section{
  padding:90px 0;
}

.section h2,
.section-head h2,
.contact-box h2{
  color:var(--navy);
  font-size:clamp(32px,4vw,54px);
  line-height:1.08;
  margin-bottom:16px;
}

.section p,
.section-head p{
  color:var(--muted);
  font-size:17px;
}

.center{
  text-align:center;
}

.split,
.material-grid,
.budget-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}

.premium-panel,
.why-card{
  background:linear-gradient(135deg,var(--navy),#102b4e);
  color:#fff;
  border-radius:34px;
  padding:36px;
  box-shadow:var(--shadow);
}

.premium-panel h3,
.why-card h3{
  color:var(--gold);
  font-size:30px;
  margin-bottom:18px;
}

.premium-panel div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(255,255,255,.15);
  padding:14px 0;
}

.premium-panel span{
  color:#dce7f4;
}

.premium-panel strong{
  color:#fff;
}

/* Pricing */
.pricing{
  background:#fff;
}

.section-head{
  max-width:900px;
  margin:0 auto 42px;
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.pricing-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--soft);
  position:relative;
  overflow:hidden;
}

.pricing-grid article::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:8px;
  background:var(--orange);
}

.number{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--navy);
  color:#fff;
  font-weight:900;
  margin-bottom:18px;
}

.pricing-grid h3{
  color:var(--navy);
  font-size:26px;
  margin-bottom:10px;
}

.pricing-grid strong{
  display:block;
  font-size:34px;
  color:var(--orange);
  margin-bottom:10px;
}

/* Materials */
.materials{
  background:linear-gradient(180deg,#f7f9fc,#fff);
}

.material-list{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:30px;
  box-shadow:var(--soft);
}

.material-list div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
  border-bottom:1px solid var(--line);
}

.material-list div:last-child{
  border-bottom:0;
}

.material-list span,
.budget-row span{
  color:var(--muted);
  font-weight:900;
}

.material-list strong{
  color:var(--navy);
  text-align:right;
}

/* Budget */
.budget{
  background:#fff;
}

.budget-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:38px;
  box-shadow:var(--soft);
}

.budget-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding:22px 0;
}

.budget-row strong{
  color:var(--green);
  font-size:34px;
}

.why-card ul{
  padding-left:20px;
}

.why-card li{
  color:#dce7f4;
  margin:10px 0;
}

/* Advantage */
.advantage{
  background:linear-gradient(135deg,#061832,#07101f);
  color:#fff;
}

.advantage h2{
  color:#fff;
}

.advantage-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.advantage-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(243,197,66,.28);
  border-radius:26px;
  padding:24px;
}

.advantage-grid strong{
  display:block;
  color:var(--gold);
  font-size:20px;
  margin-bottom:8px;
}

.advantage-grid p{
  color:#dce7f4;
}

/* Contact */
.contact-section{
  padding:80px 0;
  background:#f7f9fc;
}

.contact-box{
  display:grid;
  grid-template-columns:1.2fr auto;
  gap:32px;
  align-items:center;
  background:linear-gradient(135deg,#fff,#eef6ff);
  border:1px solid var(--line);
  border-radius:36px;
  padding:42px;
  box-shadow:var(--soft);
}

.contact-actions{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* Footer */
.site-footer{
  background:#050b17;
  color:#dbe7f4;
  padding:48px 0 24px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .8fr .9fr;
  gap:34px;
}

.footer-grid img{
  width:150px;
  background:#fff;
  padding:8px;
  border-radius:12px;
  margin-bottom:14px;
}

.footer-grid h3,
.footer-grid h4{
  color:var(--gold);
  margin-bottom:10px;
}

.footer-grid p{
  color:#cbd7e6;
  margin:6px 0;
}

.copyright{
  text-align:center;
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#9fb0c4;
  font-size:14px;
}

/* Responsive */
@media(max-width:1050px){
  .header-inner,
  .hero-grid,
  .split,
  .material-grid,
  .budget-grid,
  .contact-box,
  .footer-grid{
    grid-template-columns:1fr;
    display:grid;
  }

  .contact-mini{
    text-align:left;
  }

  .nav{
    flex-wrap:wrap;
  }

  .pricing-grid,
  .advantage-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .header-inner{
    text-align:center;
  }

  .brand{
    flex-direction:column;
  }

  .contact-mini{
    text-align:center;
  }

  .nav{
    justify-content:center;
  }

  .hero{
    min-height:auto;
  }

  .hero h1{
    font-size:40px;
  }

  .infographic-showcase{
    margin-top:0;
    padding-top:20px;
  }

  .pricing-grid,
  .advantage-grid{
    grid-template-columns:1fr;
  }

  .section{
    padding:62px 0;
  }

  .material-list div,
  .budget-row,
  .premium-panel div{
    display:block;
  }

  .material-list strong,
  .budget-row strong,
  .premium-panel strong{
    display:block;
    text-align:left;
    margin-top:8px;
  }
}
