@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
/* base palette */
--color-navy-900:#141F30;
--color-navy-800:#1B2B45;
--color-navy-700:#22385A;
--color-charcoal-900:#2E3538;
--color-charcoal-600:#4A5559;
--color-blue-700:#0E5AA0;
--color-blue-600:#1573C6;
--color-blue-500:#2C8CDE;
--color-blue-100:#E6F1FB;
--color-orange-700:#D9690A;
--color-orange-600:#F4801E;
--color-orange-500:#F7941D;
--color-orange-100:#FDEAD6;
--color-white:#FFFFFF;
--color-gray-900:#1C2126;
--color-gray-700:#3F474D;
--color-gray-500:#6B7378;
--color-gray-300:#AFB6BA;
--color-gray-200:#D8DCDE;
--color-gray-100:#EEF1F2;
--color-gray-50:#F7F8F9;
--color-success:#1D8A4B;
--color-danger:#D33A2C;

/* semantic aliases */
--text-primary:var(--color-navy-900);
--text-secondary:var(--color-gray-700);
--text-muted:var(--color-gray-500);
--text-inverse:var(--color-white);
--text-link:var(--color-blue-600);
--text-link-hover:var(--color-blue-700);

--surface-page:var(--color-white);
--surface-sunken:var(--color-gray-50);
--surface-card:var(--color-white);
--surface-navy:var(--color-navy-900);
--surface-blue:var(--color-blue-600);
--surface-blue-tint:var(--color-blue-100);
--surface-orange-tint:var(--color-orange-100);

--border-default:var(--color-gray-200);
--border-strong:var(--color-gray-300);

--action-primary-bg:var(--color-orange-600);
--action-primary-bg-hover:var(--color-orange-700);
--action-primary-text:var(--color-white);
--action-secondary-bg:var(--color-blue-600);
--action-secondary-bg-hover:var(--color-blue-700);
--action-secondary-text:var(--color-white);
--action-outline-border:var(--color-navy-900);

--focus-ring:var(--color-blue-500);
--icon-accent:var(--color-orange-600);
--icon-accent-bg:var(--color-orange-600);

--font-display:'Poppins',ui-sans-serif,system-ui,sans-serif;
--font-body:'Inter',ui-sans-serif,system-ui,sans-serif;

--fs-2xs:12px;
--fs-xs:13px;
--fs-sm:15px;
--fs-md:17px;
--fs-lg:20px;
--fs-xl:26px;
--fs-2xl:34px;
--fs-3xl:44px;
--fs-4xl:60px;
--fs-5xl:80px;

--fw-regular:400;
--fw-medium:500;
--fw-semibold:600;
--fw-bold:700;
--fw-extrabold:800;

--lh-tight:1.05;
--lh-heading:1.15;
--lh-body:1.55;

--ls-tight:-0.01em;
--ls-caps:0.06em;

--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:20px;
--space-6:24px;
--space-8:32px;
--space-10:40px;
--space-12:48px;
--space-16:64px;
--space-20:80px;
--space-24:96px;

--radius-sm:6px;
--radius-md:10px;
--radius-lg:16px;
--radius-pill:999px;
--radius-circle:50%;

--shadow-sm:0 1px 3px rgba(20,31,48,0.08);
--shadow-md:0 6px 16px rgba(20,31,48,0.12);
--shadow-lg:0 16px 40px rgba(20,31,48,0.16);

--container-max:1200px;
}

*{box-sizing:border-box}
body{margin:0;font-family:var(--font-body);color:var(--text-primary);background:var(--surface-page);font-size:var(--fs-md);line-height:var(--lh-body)}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;color:var(--text-primary);letter-spacing:var(--ls-tight)}
a{color:var(--text-link);text-decoration:none}
a:hover{color:var(--text-link-hover);text-decoration:underline}

.wrap{max-width:var(--container-max);margin:0 auto;padding:0 32px}

.photo-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--color-gray-100);
  border:2px dashed var(--color-gray-300);
  color:var(--text-muted);
  font-size:var(--fs-sm);
  font-weight:500;
  text-align:center;
  padding:24px;
}

.hero-facets{
  position:absolute;
  inset:0;
  z-index:0;
  background-image:
    repeating-linear-gradient(135deg, rgba(20,31,48,0.05) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(45deg, rgba(20,31,48,0.05) 0 1px, transparent 1px 44px);
  pointer-events:none;
}

.hero-corner-accent{
  position:absolute;
  top:0;
  left:0;
  width:84px;
  height:84px;
  z-index:0;
  background:var(--color-navy-900);
  clip-path:polygon(0 0, 100% 0, 0 100%);
  pointer-events:none;
}

.hero-photo-panel{
  position:relative;
  overflow:hidden;
  background:var(--color-navy-800);
  min-height:420px;
}

/* header */
.header-inner{display:flex;align-items:center;justify-content:space-between;height:130px;gap:32px}
.header-logo{height:104px;width:auto}
.main-nav{display:flex;align-items:center;gap:36px;font-weight:600;font-size:15px}
.header-cta{padding:13px 24px;font-size:16px}

/* hero */
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,0.72fr) minmax(0,1fr);min-height:600px}
.hero-copy{padding:64px 32px 0 64px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:2}
.hero-title{font-size:40px}
.hero-floating-cards{position:absolute;left:64px;right:96px;bottom:36px;display:flex;gap:20px;z-index:3}

/* section rhythm */
.pad-96{padding:96px 0}
.pad-72{padding:72px 0}
.pad-64{padding:64px 0}
.section-title{font-size:var(--fs-3xl)}
.cta-title{font-size:var(--fs-2xl)}

/* stats */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}

/* two-column content sections */
.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.split-photo{height:440px;object-position:center 22%}

/* offer grid */
.offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}

/* footer */
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding-bottom:36px;border-bottom:1px solid var(--color-navy-700)}
.footer-bottom{flex-wrap:wrap;gap:8px}

.stat-circle{
  aspect-ratio:1;
  width:100%;
  max-width:220px;
  margin:0 auto;
  border-radius:var(--radius-circle);
  background:var(--color-orange-600);
  border:4px solid #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
  box-shadow:var(--shadow-md);
}

.stat-circle span{
  color:#fff;
  font-size:var(--fs-md);
  font-weight:600;
  line-height:1.35;
}

.stat-circle b{
  font-weight:800;
}

.steps-grid{
  display:grid;
  grid-template-columns:96px 1fr;
  row-gap:48px;
  column-gap:32px;
  position:relative;
}

.steps-grid::before{
  content:"";
  position:absolute;
  left:59px;
  top:44px;
  bottom:44px;
  width:2px;
  background:rgba(255,255,255,0.2);
  z-index:0;
}

.step-num{
  width:96px;
  height:96px;
  border-radius:50%;
  background:var(--color-orange-600);
  border:4px solid #fff;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-family:var(--font-display);
  position:relative;
  z-index:1;
  justify-self:center;
  box-shadow:var(--shadow-md);
}

.step-num span:first-child{
  font-size:12px;
  font-weight:700;
  letter-spacing:var(--ls-caps);
  opacity:0.9;
}

.step-num span:last-child{
  font-size:36px;
  font-weight:800;
  line-height:1.1;
}

.step-label{
  font-weight:800;
  font-size:var(--fs-xs);
  letter-spacing:var(--ls-caps);
  text-transform:uppercase;
  color:var(--color-orange-500);
  margin-bottom:14px;
}

.req-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.req-box{
  flex:1;
  min-width:180px;
  border:1.5px solid var(--border-default);
  border-radius:var(--radius-md);
  background:var(--surface-card);
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:var(--fs-xs);
  color:var(--text-secondary);
  line-height:1.4;
}

.req-box b{
  display:block;
  font-weight:800;
  color:var(--text-primary);
  font-size:var(--fs-sm);
}

.req-box-dark{
  background:var(--color-navy-700);
  border-color:var(--color-navy-700);
  color:var(--color-gray-300);
}

.req-box-dark b{
  color:#fff;
}

.req-icon{
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--icon-accent-bg);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.hero-photo-panel::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg, rgba(20,31,48,0) 45%, rgba(20,31,48,0.55) 100%);
  pointer-events:none;
}

/* ===== Responsive ===== */

@media (max-width:1023px){
  .wrap{padding:0 24px}
  .split-grid{gap:40px}
  .split-photo{height:360px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .hero-copy{padding:48px 28px 0 40px}
  .hero-floating-cards{left:40px;right:40px}
}

@media (max-width:767px){
  .wrap{padding:0 20px}

  .header-inner{height:76px;gap:12px}
  .header-logo{height:52px}
  .main-nav{display:none}
  .header-cta{padding:10px 18px;font-size:14px}

  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:56px 20px 20px}
  .hero-title{font-size:26px}
  .hero-corner-accent{width:44px;height:44px}
  .hero-photo-panel{min-height:260px}
  .hero-floating-cards{
    position:static;
    left:auto;right:auto;bottom:auto;
    flex-direction:column;
    gap:14px;
    padding:20px;
  }

  .pad-96{padding:56px 0}
  .pad-72{padding:48px 0}
  .pad-64{padding:40px 0}
  .section-title{font-size:28px}
  .cta-title{font-size:24px}

  .stats-grid{grid-template-columns:1fr 1fr;gap:14px}
  .stat-circle{max-width:160px;padding:14px}
  .stat-circle span{font-size:13px}

  .split-grid{grid-template-columns:1fr;gap:28px}
  .split-photo{height:240px}

  .offer-grid{grid-template-columns:1fr}

  .steps-grid{grid-template-columns:56px 1fr;column-gap:16px;row-gap:32px}
  .steps-grid::before{left:35px}
  .step-num{width:56px;height:56px;border-width:3px}
  .step-num span:first-child{font-size:9px}
  .step-num span:last-child{font-size:22px}
  .req-row{flex-direction:column}
  .req-box{min-width:0}

  .footer-grid{grid-template-columns:1fr;gap:32px}
  .footer-bottom{flex-direction:column}
}

@media (max-width:479px){
  .stat-circle{max-width:150px}
}
