:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-soft: #eef4f8;
  --ink: #111827;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #d9e2ec;
  --green: #20c963;
  --green-dark: #087a3b;
  --blue: #2878f0;
  --pink: #d94f9d;
  --page-width: 1160px;
  --gutter: 28px;
  --shadow: 0 20px 50px rgba(30, 55, 80, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }
h1 { font-size: 66px; line-height: 1; letter-spacing: 0; }
h2 { font-size: 42px; line-height: 1.08; letter-spacing: 0; }
h3 { font-size: 22px; line-height: 1.25; letter-spacing: 0; }
.shell { width: min(var(--page-width), calc(100% - (var(--gutter) * 2))); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(217, 226, 236, .86); background: rgba(255, 255, 255, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; }
.brand img { width: 46px; height: 46px; border: 2px solid white; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 16px rgba(30, 55, 80, .16); }
.header-inner nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 750; }
.header-inner nav a:hover, .header-inner nav a:focus-visible { color: var(--ink); }
.header-cta, .primary-action, .secondary-action { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 18px; border-radius: 6px; font-weight: 850; }
.header-cta { background: var(--ink); color: white; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: white; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr); gap: 72px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.eyebrow { margin-bottom: 14px; color: var(--green-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero-lead { max-width: 700px; margin-top: 20px; color: var(--green-dark); font-size: 29px; line-height: 1.25; font-weight: 800; }
.hero-support { max-width: 640px; margin-top: 18px; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary-action { background: var(--green); color: #052e17; box-shadow: 0 10px 24px rgba(32, 201, 99, .2); }
.secondary-action { border: 1px solid #c7d2df; background: white; }
.primary-action:hover, .primary-action:focus-visible { background: #3ed879; }
.secondary-action:hover, .secondary-action:focus-visible { border-color: var(--blue); color: var(--blue); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 34px; color: var(--muted); font-size: 13px; font-weight: 750; }
.trust-row span { position: relative; padding-left: 14px; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--green); transform: translateY(-50%); }
.trust-row span:nth-child(2)::before { background: var(--blue); }
.trust-row span:nth-child(3)::before { background: var(--pink); }
.hero-visual { position: relative; width: min(100%, 470px); justify-self: end; overflow: hidden; border: 1px solid #d7e2ec; border-radius: 8px; background: #eef4f8; box-shadow: var(--shadow); aspect-ratio: 3 / 4; isolation: isolate; }
.hero-scene { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 83% center; transform: scale(1.04); }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 255, 255, .15); }
.hero-logo { position: absolute; left: 50%; top: 47%; width: min(62%, 290px); height: auto; display: block; border: 5px solid rgba(255, 255, 255, .94); border-radius: 50%; object-fit: cover; transform: translate(-50%, -50%); box-shadow: 0 24px 56px rgba(40, 65, 100, .22), 0 0 0 1px rgba(40, 120, 240, .12); }
.hero-visual figcaption { position: absolute; left: 50%; bottom: 22px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .84); border-radius: 4px; background: rgba(255, 255, 255, .82); color: var(--ink); font-size: 12px; font-weight: 850; transform: translateX(-50%); box-shadow: 0 8px 24px rgba(30, 55, 80, .1); backdrop-filter: blur(12px); }

.metrics-section, .formats-section, .delivery-section { padding: 100px 0; }
.section-heading { max-width: 790px; }
.section-heading > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics-grid article { min-height: 164px; display: flex; flex-direction: column; justify-content: center; padding: 24px; }
.metrics-grid article + article { border-left: 1px solid var(--line); }
.metrics-grid strong { color: var(--blue); font-size: 42px; line-height: 1; }
.metrics-grid article:nth-child(2) strong { color: var(--pink); }
.metrics-grid article:nth-child(3) strong { color: #927000; }
.metrics-grid article:nth-child(4) strong { color: var(--green-dark); }
.metrics-grid span { margin-top: 10px; color: var(--muted); font-size: 14px; }
.insight-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 12px 30px rgba(30, 55, 80, .06); }
.insight-strip div { min-height: 108px; padding: 22px; }
.insight-strip div + div { border-left: 1px solid var(--line); }
.insight-strip span { color: var(--ink); font-size: 24px; font-weight: 900; }
.insight-strip p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.4; }

.positioning-section { padding: 86px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-soft); }
.positioning-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 72px; align-items: center; }
.topics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c7d2df; border-left: 1px solid #c7d2df; }
.topics span { min-height: 64px; display: flex; align-items: center; padding: 16px; border-right: 1px solid #c7d2df; border-bottom: 1px solid #c7d2df; color: var(--ink-soft); font-weight: 800; }

.formats-section { background: white; }
.formats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.formats-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #c7d2df; border-radius: 8px; background: white; }
.featured-format { border-color: #89dba9 !important; background: #eefaf3 !important; box-shadow: 0 20px 45px rgba(32, 201, 99, .12); }
.format-label { margin-bottom: 22px; color: var(--green-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.formats-grid ul { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; color: var(--muted); }
.formats-grid li { position: relative; padding-left: 21px; line-height: 1.45; }
.formats-grid li::before { content: "+"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.price { display: grid; gap: 5px; margin-top: auto; }
.price small { color: var(--muted); }
.price strong { font-size: 36px; }

.delivery-section { background: var(--surface-soft); }
.delivery-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: 72px; }
.delivery-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid #c7d2df; }
.delivery-list li { min-height: 94px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid #c7d2df; }
.delivery-list li > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.delivery-list div { display: grid; gap: 6px; }
.delivery-list p { color: var(--muted); line-height: 1.45; }

.contact-section { padding: 88px 0; background: white; }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; align-items: center; padding: 42px; border: 1px solid #c7d2df; border-radius: 8px; box-shadow: var(--shadow); }
.contact-panel > div:first-child > p:not(.eyebrow) { max-width: 720px; margin-top: 15px; color: var(--muted); line-height: 1.55; }
.contact-actions { display: grid; gap: 10px; min-width: 220px; }

footer { border-top: 1px solid #263241; background: #101720; color: white; }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.footer-inner > span { font-weight: 850; }
.footer-inner div { display: flex; flex-wrap: wrap; gap: 20px; color: #b7c2d0; font-size: 13px; }
.footer-inner a:hover, .footer-inner a:focus-visible { color: white; }

@media (max-width: 980px) {
  h1 { font-size: 56px; }
  h2 { font-size: 37px; }
  .hero-grid, .positioning-grid, .delivery-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-visual { justify-self: start; width: min(100%, 520px); }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .metrics-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .formats-grid { grid-template-columns: 1fr 1fr; }
  .formats-grid article:last-child { grid-column: 1 / -1; min-height: 310px; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-actions { display: flex; flex-wrap: wrap; min-width: 0; }
}

@media (max-width: 680px) {
  :root { --gutter: 18px; }
  h1 { font-size: 44px; }
  h2 { font-size: 32px; }
  .header-inner, .site-header { min-height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .brand span, .header-inner nav > a:not(.header-cta) { display: none; }
  .header-cta { min-height: 42px; padding: 9px 13px; font-size: 13px; }
  .hero-grid { min-height: auto; padding-top: 42px; padding-bottom: 62px; }
  .hero-lead { font-size: 24px; }
  .hero-support { font-size: 16px; }
  .hero-actions a { flex: 1 1 150px; }
  .hero-visual { width: 100%; }
  .metrics-section, .formats-section, .delivery-section { padding: 72px 0; }
  .metrics-grid, .formats-grid, .insight-strip, .topics { grid-template-columns: 1fr; }
  .metrics-grid article { min-height: 126px; padding: 20px 4px; }
  .metrics-grid article + article, .metrics-grid article:nth-child(3), .metrics-grid article:nth-child(4), .insight-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .insight-strip div { min-height: 92px; }
  .positioning-section { padding: 72px 0; }
  .topics span { min-height: 56px; }
  .formats-grid article, .formats-grid article:last-child { grid-column: auto; min-height: 330px; }
  .delivery-list li { grid-template-columns: 34px 1fr; }
  .contact-section { padding: 62px 0; }
  .contact-panel { gap: 30px; padding: 24px 20px; }
  .contact-actions { display: grid; }
  .footer-inner { min-height: 160px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer-inner div { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
