:root {
  --cloud: #f9f9fb;
  --paper: #ffffff;
  --indigo: #1f1f47;
  --ink: #171a1c;
  --storm: #3d3d5c;
  --fog: #6c7693;
  --mist: #eaedf6;
  --haze: #d1d6e1;
  --periwinkle: #576cdb;
  --periwinkle-mist: #c1c9f6;
  --coral: #f25a5a;
  --coral-blush: #f7d4d4;
  --mint: #a6f2d2;
  --mint-veil: #c1f6e0;
  --shadow-md: 0 3px 16px rgba(73, 46, 107, 0.14);
  --shadow-lg: 0 4px 20px rgba(71, 92, 133, 0.25), 0 30px 60px rgba(144, 138, 208, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cloud);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1280px, calc(100% - 32px));
  height: 68px;
  margin: 16px auto 0;
  padding: 0 12px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--mist);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--indigo); font: 500 20px/1 var(--font-display), sans-serif; letter-spacing: -.04em; }
.brand > span > span { color: var(--periwinkle); }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--indigo); border-radius: 10px; font-size: 15px; transform: rotate(-5deg); }
.nav-links { display: flex; align-items: center; gap: 32px; font: 450 14px/1 var(--font-display), sans-serif; color: var(--storm); }
.nav-links a, .footer-links a { transition: color .2s ease; }
.nav-links a:hover, .footer-links a:hover { color: var(--periwinkle); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 9999px;
  background: var(--periwinkle);
  color: #fff;
  font: 550 15px/1 var(--font-display), sans-serif;
  box-shadow: 0 8px 24px rgba(87,108,219,.22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #4b5fca; box-shadow: 0 14px 28px rgba(87,108,219,.27); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.text-link { color: var(--periwinkle); font: 550 15px/1.2 var(--font-display), sans-serif; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { min-height: 740px; padding: 94px 0 86px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { color: var(--fog); font: 550 12px/1 var(--font-display), sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; background: var(--periwinkle); border-radius: 50%; box-shadow: 0 0 0 5px var(--periwinkle-mist); }
h1, h2, h3 { font-family: var(--font-display), "Helvetica Neue", sans-serif; color: var(--indigo); }
.hero h1 { margin: 24px 0 28px; font-size: clamp(58px, 6vw, 82px); font-weight: 300; line-height: .96; letter-spacing: -.072em; }
.hero h1 em { color: var(--periwinkle); font-style: normal; }
.hero-lead { max-width: 540px; margin: 0; color: var(--storm); font-size: 19px; font-weight: 350; line-height: 1.55; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 26px; }
.proof-row { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.proof-row strong, .proof-row span { display: block; }
.proof-row strong { color: var(--indigo); font: 550 14px/1.2 var(--font-display), sans-serif; }
.proof-row span { margin-top: 7px; color: var(--fog); font-size: 12px; }

.hero-visual { height: 560px; position: relative; }
.visual-glow { position: absolute; inset: 6% 0; border-radius: 50%; background: radial-gradient(circle, rgba(193,201,246,.8), rgba(249,249,251,0) 68%); filter: blur(18px); }
.image-board { position: absolute; inset: 24px 0 70px 12px; overflow: hidden; border: 9px solid var(--paper); border-radius: 32px; background: var(--paper); box-shadow: var(--shadow-lg); transform: rotate(1.5deg); }
.image-board img { width: 100%; height: 100%; object-fit: cover; }
.prompt-card { position: absolute; left: -34px; right: 26px; bottom: 16px; min-height: 86px; padding: 14px 14px 14px 18px; display: grid; grid-template-columns: 38px minmax(0, 1fr) 44px; align-items: center; gap: 12px; background: rgba(255,255,255,.94); border: 1px solid rgba(234,237,246,.9); border-radius: 22px; box-shadow: var(--shadow-md); backdrop-filter: blur(16px); }
.prompt-card > div { min-width: 0; }
.prompt-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--periwinkle-mist); color: var(--periwinkle); }
.prompt-card small { color: var(--fog); font-size: 11px; }
.prompt-card p { margin: 4px 0 0; color: var(--storm); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.send { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--periwinkle); color: white; font-size: 20px; }
.send, .creator-input a { transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.send:hover, .creator-input a:hover { transform: translateY(-2px); background: #4b5fca; box-shadow: 0 8px 18px rgba(87,108,219,.3); }
.send:focus-visible, .creator-input a:focus-visible, .button:focus-visible { outline: 3px solid var(--periwinkle-mist); outline-offset: 3px; }
.style-chip { position: absolute; padding: 11px 16px; background: var(--paper); border: 1px solid var(--mist); border-radius: 999px; color: var(--storm); font: 500 12px/1 var(--font-display), sans-serif; box-shadow: var(--shadow-md); }
.chip-one { right: -28px; top: 84px; transform: rotate(5deg); }
.chip-two { left: -8px; top: 55px; transform: rotate(-5deg); }

.statement { padding: 118px 0 136px; text-align: center; border-top: 1px solid var(--mist); }
.statement p { color: var(--fog); font: 550 11px/1 var(--font-display), sans-serif; letter-spacing: .18em; }
.statement h2 { margin: 26px auto 0; max-width: 990px; font-size: clamp(38px, 5vw, 58px); font-weight: 300; line-height: 1.1; letter-spacing: -.05em; }
.statement h2 span { color: var(--fog); }

.capabilities { padding-bottom: 144px; }
.section-heading h2 { margin: 17px 0 0; font-size: clamp(44px, 5vw, 60px); font-weight: 300; line-height: 1.04; letter-spacing: -.055em; }
.split-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 64px; margin-bottom: 58px; }
.split-heading > p { margin: 0 0 4px; color: var(--fog); font-size: 18px; line-height: 1.55; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.capability-card { min-height: 520px; overflow: hidden; background: var(--paper); border: 1px solid var(--mist); border-radius: 20px; }
.capability-image { height: 340px; position: relative; overflow: hidden; }
.capability-image img { width: 100%; height: 100%; object-fit: cover; }
.capability-image .badge { position: absolute; left: 18px; top: 18px; padding: 9px 13px; border-radius: 999px; color: var(--indigo); font: 550 11px/1 var(--font-display), sans-serif; }
.badge.coral { background: var(--coral-blush); }
.badge.mint { background: var(--mint-veil); }
.badge.lilac, .badge.blue { background: var(--periwinkle-mist); }
.capability-copy { min-height: 178px; padding: 24px 28px 28px; display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; }
.card-number { padding-top: 5px; color: var(--periwinkle); font: 550 12px/1 var(--font-display), sans-serif; }
.capability-copy h3 { margin: 0; font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.capability-copy p { grid-column: 2; margin: 12px 0 0; max-width: 440px; color: var(--storm); font-size: 15px; line-height: 1.55; }

.process-wrap { background: var(--paper); border-block: 1px solid var(--mist); }
.process { padding: 130px 0 140px; }
.centered { max-width: 760px; margin: 0 auto; text-align: center; }
.centered > p { max-width: 650px; margin: 24px auto 0; color: var(--fog); font-size: 18px; line-height: 1.55; }
.steps { margin-top: 72px; display: grid; grid-template-columns: 1fr 80px 1fr 80px 1fr; align-items: start; }
.steps article { text-align: center; padding: 0 20px; }
.step-icon { width: 56px; height: 56px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: var(--indigo); font: 600 13px/1 var(--font-display), sans-serif; }
.step-icon.coral { background: var(--coral-blush); }
.step-icon.mint { background: var(--mint-veil); }
.step-icon.lilac { background: var(--periwinkle-mist); }
.steps h3 { margin: 0; font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.steps p { margin: 13px 0 0; color: var(--fog); font-size: 15px; line-height: 1.55; }
.step-line { margin-top: 27px; border-top: 1px dashed var(--haze); position: relative; }
.step-line span { position: absolute; right: -2px; top: -10px; padding-left: 8px; background: var(--paper); color: var(--haze); }

.creator { padding: 136px 0; }
.creator-panel { min-height: 560px; overflow: hidden; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--indigo); border-radius: 32px; box-shadow: var(--shadow-lg); }
.creator-copy { padding: 72px 36px 66px 68px; position: relative; z-index: 2; }
.section-kicker.light { color: var(--periwinkle-mist); }
.creator h2 { margin: 20px 0 22px; color: white; font-size: clamp(44px, 5vw, 62px); font-weight: 300; line-height: 1.02; letter-spacing: -.055em; }
.creator-copy > p { max-width: 470px; margin: 0; color: #c9c9dc; font-size: 17px; line-height: 1.55; }
.creator-input { max-width: 520px; min-height: 66px; margin-top: 38px; padding: 8px 8px 8px 18px; display: grid; grid-template-columns: 28px 1fr 50px; align-items: center; gap: 10px; background: white; border-radius: 999px; }
.creator-input > span:first-child { color: var(--periwinkle); }
.creator-input > span:nth-child(2) { overflow: hidden; color: var(--fog); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.creator-input a { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--periwinkle); color: white; font-size: 20px; }
.creator-copy small { display: block; margin-top: 16px; color: #9b9bb8; font-size: 11px; }
.creator-art { min-height: 560px; position: relative; overflow: hidden; }
.creator-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--indigo), transparent 30%); }
.creator-art img { width: 135%; max-width: none; height: 100%; object-fit: cover; object-position: 100% center; }
.floating-note { position: absolute; right: 28px; bottom: 28px; z-index: 2; padding: 13px 17px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--storm); font: 550 12px/1 var(--font-display), sans-serif; box-shadow: var(--shadow-md); backdrop-filter: blur(10px); }
.floating-note span { color: var(--periwinkle); margin-right: 6px; }

.use-cases { padding: 12px 0 144px; }
.use-cases-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1fr 460px; align-items: end; gap: 64px; }
.use-cases-heading > p { margin: 0 0 4px; color: var(--fog); font-size: 18px; line-height: 1.55; }
.use-case-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.use-case-featured { min-height: 650px; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--mist); border-radius: 22px; }
.use-case-visual { min-height: 330px; flex: 1; position: relative; overflow: hidden; }
.use-case-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(31,31,71,.2)); }
.use-case-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.use-case-chip { position: absolute; left: 20px; top: 20px; z-index: 1; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--storm); font: 550 11px/1 var(--font-display), sans-serif; box-shadow: var(--shadow-md); backdrop-filter: blur(10px); }
.use-case-copy { padding: 30px 34px 34px; }
.use-case-index { color: var(--periwinkle); font: 600 11px/1.2 var(--font-display), sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.use-case-copy h3, .use-case-small h3 { margin: 14px 0 0; font-weight: 500; letter-spacing: -.035em; }
.use-case-copy h3 { font-size: 30px; }
.use-case-copy > p { max-width: 610px; margin: 14px 0 22px; color: var(--storm); font-size: 16px; line-height: 1.55; }
.use-case-copy ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.use-case-copy li { padding: 9px 12px; border: 1px solid var(--mist); border-radius: 999px; color: var(--fog); font-size: 12px; }
.use-case-stack { display: grid; grid-template-rows: repeat(3, 1fr); gap: 18px; }
.use-case-small { min-height: 204px; padding: 30px; display: grid; grid-template-columns: 52px 1fr; align-items: start; gap: 20px; border: 1px solid var(--mist); border-radius: 20px; }
.use-case-small.tone-mint { background: linear-gradient(135deg, var(--paper), #f2fcf8); }
.use-case-small.tone-coral { background: linear-gradient(135deg, var(--paper), #fff6f6); }
.use-case-small.tone-lilac { background: linear-gradient(135deg, var(--paper), #f4f5fd); }
.use-case-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--indigo); font: 500 21px/1 var(--font-display), sans-serif; }
.tone-mint .use-case-icon { background: var(--mint-veil); }
.tone-coral .use-case-icon { background: var(--coral-blush); }
.tone-lilac .use-case-icon { background: var(--periwinkle-mist); }
.use-case-small h3 { font-size: 22px; line-height: 1.15; }
.use-case-small p { margin: 12px 0 0; color: var(--fog); font-size: 14px; line-height: 1.55; }
.use-cases-cta { min-height: 104px; margin-top: 22px; padding: 20px 22px 20px 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--paper); border: 1px solid var(--mist); border-radius: 20px; }
.use-cases-cta p { max-width: 680px; margin: 0; color: var(--fog); font-size: 15px; line-height: 1.5; }
.use-cases-cta strong { color: var(--indigo); font-weight: 500; }

.faq { padding: 10px 0 140px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 24px; }
.faq h2 { margin: 20px 0 22px; font-size: clamp(42px, 4.5vw, 56px); font-weight: 300; line-height: 1.05; letter-spacing: -.055em; }
.faq-intro > p { max-width: 420px; margin: 0 0 25px; color: var(--fog); font-size: 16px; line-height: 1.55; }
.faq-list { border-top: 1px solid var(--haze); }
.faq-list details { border-bottom: 1px solid var(--haze); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: var(--indigo); font: 500 18px/1.3 var(--font-display), sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--paper); color: var(--periwinkle); font-style: normal; font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { margin: -8px 58px 26px 0; color: var(--fog); font-size: 15px; line-height: 1.6; }

footer { padding-top: 74px; background: var(--paper); border-top: 1px solid var(--mist); }
.footer-main { display: grid; grid-template-columns: 1fr 1.5fr; gap: 90px; padding-bottom: 76px; }
.brand-footer { font-size: 23px; }
.footer-brand > p { max-width: 320px; margin: 24px 0 30px; color: var(--fog); font-size: 15px; line-height: 1.55; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links h3 { margin: 6px 0 20px; color: var(--indigo); font-size: 13px; font-weight: 600; }
.footer-links strong { display: block; margin: 6px 0 20px; color: var(--indigo); font-size: 13px; line-height: 1.2; font-weight: 600; }
.footer-links a { display: block; margin: 0 0 14px; color: var(--fog); font-size: 14px; }
.seo-page .footer-main { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.1fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.seo-page .footer-links { width: 100%; max-width: 540px; margin-left: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(56px, 7vw, 110px); }
.seo-page .footer-links > div { min-width: 0; }
.seo-page .footer-links a:last-child { margin-bottom: 0; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--mist); color: var(--fog); font-size: 12px; }
.footer-bottom div { display: flex; gap: 24px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 76px; gap: 60px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(700px, 100%); margin: 0 auto; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .capability-image { height: 280px; }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .step-line { display: none; }
  .creator-panel { grid-template-columns: 1fr; }
  .creator-copy { padding: 64px; }
  .creator-art { min-height: 430px; }
  .creator-art::after { background: linear-gradient(180deg, var(--indigo), transparent 35%); }
  .use-cases-heading { grid-template-columns: 1fr; gap: 24px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-featured { min-height: 600px; }
  .faq { grid-template-columns: 1fr; gap: 48px; }
  .faq-intro { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 60px; }
  .seo-page .footer-main { grid-template-columns: 1fr; gap: 52px; }
  .seo-page .footer-links { max-width: none; margin-left: 0; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1200px); }
  .site-header { height: 62px; padding-left: 14px; }
  .site-header .button-small { min-width: 46px; width: 46px; padding: 0; font-size: 0; }
  .site-header .button-small::after { content: "↗"; font-size: 17px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 29px; height: 29px; }
  .hero { padding: 70px 0 80px; }
  .hero h1 { font-size: clamp(52px, 15vw, 68px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-row { margin-top: 48px; grid-template-columns: 1fr 1fr; }
  .proof-row div:last-child { display: none; }
  .hero-visual { height: 430px; }
  .visual-glow { inset-inline: 0; }
  .image-board { inset: 12px 0 58px; border-width: 6px; border-radius: 24px; }
  .prompt-card { left: 0; right: 0; bottom: 8px; grid-template-columns: 34px minmax(0, 1fr) 40px; }
  .prompt-icon { width: 34px; height: 34px; }
  .send { width: 40px; height: 40px; }
  .chip-one { right: -4px; top: 48px; }
  .chip-two { left: -3px; top: 38px; }
  .statement { padding: 90px 0 104px; }
  .capabilities { padding-bottom: 100px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 480px; }
  .capability-image { height: 305px; }
  .process { padding: 100px 0; }
  .creator { padding: 100px 0; }
  .creator-panel { border-radius: 24px; }
  .creator-copy { padding: 48px 24px 44px; }
  .creator-art { min-height: 340px; }
  .use-cases { padding: 0 0 100px; }
  .use-cases-heading { margin-bottom: 38px; }
  .use-case-featured { min-height: 0; }
  .use-case-visual { min-height: 310px; }
  .use-case-copy { padding: 26px 24px 28px; }
  .use-case-copy h3 { font-size: 26px; }
  .use-case-stack { grid-template-rows: auto; }
  .use-case-small { min-height: 0; padding: 24px 20px; grid-template-columns: 44px 1fr; gap: 15px; }
  .use-case-icon { width: 44px; height: 44px; font-size: 18px; }
  .use-case-small h3 { font-size: 20px; }
  .use-cases-cta { padding: 24px; align-items: flex-start; flex-direction: column; }
  .faq { padding-bottom: 100px; }
  .footer-main { padding-bottom: 56px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .seo-page .footer-links { grid-template-columns: 1fr 1fr; column-gap: 34px; }
  .seo-page .footer-links > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
}

/* Search clarity and stable media layout */
.seo-h1 { display: block; margin-bottom: 15px; color: #68759d; font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 600; line-height: 1.35; letter-spacing: .055em; }
.redirect-note { display: none; }
.capability-image { display: block; color: inherit; text-decoration: none; }
.capability-copy h3 a { color: inherit; text-decoration: none; }
.capability-copy h3 a:hover { color: #586ce6; }
@media (max-width: 680px) {
  .hero-actions { width: 100%; gap: 22px; }
  .hero-actions .text-link { display: inline-flex; align-items: center; min-height: 24px; }
  .hero-copy > .proof-row { margin-top: 48px; }
  .seo-h1 { font-size: 12px; }
}

@media (prefers-reduced-motion: no-preference) {
  .image-board { animation: board-float 7s ease-in-out infinite; }
  .chip-one { animation: chip-float 5s ease-in-out infinite; }
  .chip-two { animation: chip-float 6s ease-in-out 1s infinite reverse; }
  @keyframes board-float { 50% { transform: translateY(-8px) rotate(.8deg); } }
  @keyframes chip-float { 50% { translate: 0 -7px; } }
}

/* SEO landing pages */
.seo-page { overflow: hidden; }
.seo-hero { min-height: 820px; padding: 118px 0 100px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 72px; align-items: center; }
.seo-hero-copy h1 { margin: 22px 0 25px; font-size: clamp(62px, 6.2vw, 96px); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.seo-hero-copy h1 em { color: var(--indigo); font-family: Georgia, serif; font-weight: 400; }
.seo-lead { max-width: 620px; margin: 0; color: var(--slate); font-size: 20px; line-height: 1.62; }
.seo-hero-visual { position: relative; height: 650px; }
.seo-image-board { position: absolute; inset: 36px 14px 82px 34px; overflow: hidden; border: 9px solid white; border-radius: 34px; background: #dce3f6; box-shadow: 0 28px 70px rgba(39, 44, 93, .22); transform: rotate(.7deg); }
.seo-image-board img { width: 100%; height: 100%; object-fit: cover; }
.seo-chip-one { right: -10px; top: 68px; transform: rotate(4deg); }
.seo-chip-two { left: 2px; top: 48px; transform: rotate(-5deg); }
.seo-statement { padding: 105px 0 130px; text-align: center; }
.seo-statement > span { color: var(--fog); font-size: 12px; font-weight: 700; letter-spacing: .19em; }
.seo-statement h2 { max-width: 1000px; margin: 24px auto; font-size: clamp(42px, 5vw, 72px); line-height: 1.08; letter-spacing: -.05em; font-weight: 500; }
.seo-statement p { max-width: 750px; margin: 0 auto; color: var(--slate); font-size: 18px; line-height: 1.7; }
.seo-benefits { padding-bottom: 130px; }
.visual-stories { padding-bottom: 130px; }
.story-strip { position: relative; overflow: hidden; border-radius: 28px; background: #e9ebf4; box-shadow: 0 24px 70px rgba(36,41,92,.1); }
.story-strip > img { width: 100%; aspect-ratio: 1.84 / 1; object-fit: cover; }
.story-labels { position: absolute; inset: auto 18px 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.story-labels span { padding: 16px 17px; border-radius: 14px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); font-size: 14px; font-weight: 700; box-shadow: var(--shadow-md); }
.story-labels b { margin-right: 8px; color: var(--indigo); font-size: 11px; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.story-card { position: relative; min-height: 480px; overflow: hidden; border-radius: 26px; background: #e9ebf4; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-card > div { position: absolute; inset: auto 18px 18px; padding: 16px 18px; display: flex; align-items: center; gap: 13px; border-radius: 15px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: var(--shadow-md); }
.story-card > div span { color: var(--indigo); font-size: 12px; font-weight: 800; }
.story-card > div strong { font-size: 15px; }
.seo-section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
.seo-section-heading h2 { max-width: 680px; margin: 14px 0 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; }
.seo-section-heading > p { margin: 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seo-benefit-grid article { min-height: 330px; padding: 35px; display: flex; flex-direction: column; border: 1px solid var(--mist); border-radius: 25px; background: white; }
.seo-benefit-grid article:nth-child(2) { background: #eefaf4; }
.seo-benefit-grid article:nth-child(3) { background: #f1efff; }
.seo-benefit-grid article > span { color: var(--indigo); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.seo-benefit-grid h3 { margin: auto 0 14px; font-size: 29px; letter-spacing: -.035em; font-weight: 600; }
.seo-benefit-grid p { margin: 0; color: var(--slate); font-size: 15px; line-height: 1.65; }
.seo-process { padding: 125px 0; background: var(--paper); border-block: 1px solid var(--mist); }
.seo-steps { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seo-steps article { min-height: 280px; padding: 34px; border-radius: 24px; background: white; box-shadow: 0 15px 45px rgba(36, 41, 92, .06); }
.seo-steps article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-size: 14px; font-weight: 800; }
.seo-steps article:nth-child(2) > span { background: #38a882; }
.seo-steps article:nth-child(3) > span { background: var(--indigo); }
.seo-steps h3 { margin: 40px 0 12px; font-size: 26px; letter-spacing: -.03em; }
.seo-steps p { margin: 0; color: var(--slate); line-height: 1.65; }
.seo-use-cases { padding: 130px 0; }
.seo-guide { margin-bottom: 130px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 30px; background: #eef0fb; }
.guide-visual { min-height: 600px; }
.guide-visual img { width: 100%; height: 100%; object-fit: cover; }
.guide-copy { padding: 70px; align-self: center; }
.guide-copy h2 { margin: 15px 0 22px; font-size: clamp(40px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.05em; font-weight: 500; }
.guide-copy > p { color: var(--slate); font-size: 17px; line-height: 1.7; }
.guide-copy ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.guide-copy li { padding: 13px 0; border-bottom: 1px solid rgba(31,31,71,.11); color: var(--slate); line-height: 1.5; }
.guide-copy li strong { color: var(--ink); }
.seo-copy { margin-bottom: 135px; padding: 70px; border: 1px solid var(--mist); border-radius: 30px; background: linear-gradient(135deg, #fff, #f1f3fc); }
.seo-copy-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr); column-gap: 80px; align-items: end; }
.seo-copy-head .section-kicker { grid-column: 1 / -1; }
.seo-copy-head h2 { max-width: 700px; margin: 16px 0 0; font-size: clamp(42px, 4.7vw, 66px); line-height: 1.04; letter-spacing: -.052em; font-weight: 500; }
.seo-copy-head > p { margin: 0 0 5px; color: var(--slate); font-size: 17px; line-height: 1.7; }
.seo-copy-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.seo-copy-grid article { min-height: 245px; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(209,214,225,.72); border-radius: 20px; background: rgba(255,255,255,.82); }
.seo-copy-grid article > span { color: var(--periwinkle); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.seo-copy-grid h3 { margin: auto 0 12px; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.seo-copy-grid p { margin: 0; color: var(--slate); font-size: 15px; line-height: 1.65; }
.seo-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.seo-case-grid article { padding: 30px; display: grid; grid-template-columns: 52px 1fr; gap: 23px; border: 1px solid var(--mist); border-radius: 21px; background: white; }
.seo-case-grid article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--indigo); background: var(--paper); font-size: 13px; font-weight: 800; }
.seo-case-grid h3 { margin: 2px 0 8px; font-size: 23px; letter-spacing: -.025em; }
.seo-case-grid p { margin: 0; color: var(--slate); line-height: 1.6; }
.seo-cta { position: relative; min-height: 540px; margin-bottom: 135px; padding: 0; display: grid; grid-template-columns: .94fr 1.06fr; overflow: hidden; border-radius: 34px; color: white; background: var(--indigo); box-shadow: var(--shadow-lg); }
.seo-cta-copy { position: relative; z-index: 2; padding: 68px 42px 64px 68px; align-self: center; }
.seo-cta .section-kicker { color: #b6c1ff; }
.seo-cta h2 { margin: 16px 0 18px; font-size: clamp(46px, 5vw, 72px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; }
.seo-cta p { max-width: 620px; margin: 0 0 31px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.button-light { color: var(--ink) !important; background: white !important; }
.seo-cta-art { position: relative; min-height: 540px; overflow: hidden; }
.seo-cta-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--indigo) 0, rgba(31,31,71,.35) 24%, transparent 52%); pointer-events: none; }
.seo-cta-art img { width: 100%; height: 100%; object-fit: cover; }
.seo-cta-arrow { position: absolute; z-index: 2; right: 32px; bottom: 30px; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(31,31,71,.38); backdrop-filter: blur(10px); font-size: 31px; transition: .2s ease; }
.seo-cta-arrow:hover { transform: translateY(-4px); background: white; color: var(--indigo); }

@media (max-width: 980px) {
  .seo-hero { grid-template-columns: 1fr; gap: 50px; padding-top: 94px; }
  .seo-hero-copy { max-width: 760px; }
  .seo-hero-visual { width: min(720px, 100%); margin: 0 auto; }
  .seo-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:first-child { grid-column: 1 / -1; }
  .seo-benefit-grid, .seo-steps { grid-template-columns: 1fr; }
  .seo-benefit-grid article, .seo-steps article { min-height: 240px; }
  .seo-cta { grid-template-columns: 1fr; }
  .seo-cta-copy { padding: 60px; }
  .seo-cta-art { min-height: 430px; }
  .seo-cta-art::after { background: linear-gradient(180deg, var(--indigo), transparent 35%); }
  .seo-guide { grid-template-columns: 1fr; }
  .seo-copy { padding: 55px; }
  .seo-copy-head { grid-template-columns: 1fr; gap: 22px; }
  .seo-copy-grid { grid-template-columns: 1fr; }
  .seo-copy-grid article { min-height: 220px; }
  .guide-visual { min-height: 470px; }
}

@media (max-width: 680px) {
  .seo-hero { min-height: 0; padding: 85px 0 78px; }
  .seo-hero-copy h1 { font-size: clamp(51px, 14vw, 67px); }
  .seo-lead { font-size: 17px; }
  .seo-hero-visual { height: 440px; }
  .seo-image-board { inset: 12px 0 60px; border-width: 6px; border-radius: 24px; }
  .seo-chip-one { right: -3px; top: 32px; }
  .seo-chip-two { left: -4px; top: 21px; }
  .seo-statement { padding: 88px 0 100px; }
  .seo-benefits, .seo-use-cases { padding-bottom: 100px; }
  .visual-stories { padding-bottom: 100px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-strip > img { width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: contain; }
  .story-labels { position: static; padding: 12px; grid-template-columns: 1fr; background: white; }
  .story-card:first-child { grid-column: auto; }
  .story-card { min-height: 390px; }
  .seo-section-heading { margin-bottom: 36px; }
  .seo-benefit-grid article { min-height: 285px; padding: 28px; }
  .seo-process { padding: 100px 0; }
  .seo-steps { margin-top: 42px; }
  .seo-steps article { min-height: 255px; padding: 28px; }
  .seo-case-grid { grid-template-columns: 1fr; }
  .seo-case-grid article { padding: 23px 20px; grid-template-columns: 45px 1fr; gap: 15px; }
  .seo-case-grid article > span { width: 45px; height: 45px; }
  .seo-cta { min-height: 0; margin-bottom: 100px; }
  .seo-cta-copy { padding: 48px 25px 46px; }
  .seo-cta-art { min-height: 330px; }
  .seo-guide { margin-bottom: 100px; }
  .seo-copy { margin-bottom: 100px; padding: 42px 22px 22px; }
  .seo-copy-grid { margin-top: 38px; }
  .guide-visual { min-height: 350px; }
  .guide-copy { padding: 45px 24px; }
  .seo-cta h2 { font-size: 45px; }
  .seo-cta-arrow { right: 28px; bottom: 28px; }
}

/* Keep the primary action inside the first viewport on laptops and phones. */
@media (min-width: 681px) and (max-height: 900px) {
  .hero,
  .seo-hero {
    min-height: calc(100svh - 84px);
    padding-top: clamp(36px, 6vh, 58px);
    padding-bottom: clamp(42px, 7vh, 68px);
  }
  .hero h1 { font-size: clamp(54px, 5.35vw, 76px); }
  .seo-hero-copy h1 { font-size: clamp(54px, 5.2vw, 78px); }
  .hero-actions { margin-top: 26px; }
  .proof-row { margin-top: 38px; }
  .hero-visual { height: min(520px, calc(100svh - 190px)); }
  .seo-hero-visual { height: min(570px, calc(100svh - 170px)); }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 16px);
    height: 58px;
    margin-top: 8px;
    border-radius: 17px;
  }
  .hero,
  .seo-hero {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .eyebrow { font-size: 11px; line-height: 1.25; letter-spacing: .1em; }
  .seo-hero-copy h1 {
    margin: 16px 0 17px;
    font-size: clamp(42px, 11.5vw, 54px);
    line-height: .92;
    letter-spacing: -.06em;
  }
  .seo-lead { font-size: 16px; line-height: 1.48; }
  .hero-actions {
    margin-top: 22px;
    gap: 0;
  }
  .hero-actions .button { min-height: 48px; }
  .seo-hero .hero-actions .text-link { display: none; }
  .seo-hero .proof-row { margin-top: 32px; }
}

@media (max-width: 390px) {
  .seo-hero-copy h1 { font-size: 41px; }
  .seo-lead { font-size: 15px; }
}
