@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --landing-ink: #15242e;
  --landing-muted: #64727a;
  --landing-green: #244d6a;
  --landing-green-bright: #d1a568;
  --landing-green-pale: #e6edf0;
  --landing-paper: #f3efe7;
  --landing-line: #d8d1c5;
  --landing-white: #fdfbf7;
  --landing-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing-body { margin: 0; position: relative; background: var(--landing-paper); color: var(--landing-ink); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.landing-body::before { position: fixed; z-index: 100; inset: 0; content: ""; opacity: .18; pointer-events: none; background-image: repeating-radial-gradient(circle at 0 0, rgba(21,36,46,.08) 0, rgba(21,36,46,.08) .6px, transparent .8px, transparent 4px); background-size: 7px 7px; mix-blend-mode: multiply; }
.landing-body img { max-width: 100%; }
.landing-body a { color: inherit; }
.landing-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.landing-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(36,77,106,.16); background: rgba(243,239,231,.91); backdrop-filter: blur(18px); }
.landing-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.landing-brand { display: inline-flex; align-items: center; }
.landing-brand img { width: 178px; height: auto; display: block; }
.landing-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.landing-links a { position: relative; color: #4d5d67; font-size: 13px; font-weight: 700; letter-spacing: .025em; text-decoration: none; }
.landing-links a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--landing-green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.landing-links a:hover::after, .landing-links a:focus-visible::after { transform: scaleX(1); }

.landing-button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--landing-ink); border-radius: 999px; background: var(--landing-ink); color: var(--landing-white) !important; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.landing-button span { font-size: 18px; }
.landing-button:hover, .landing-button:focus-visible { background: var(--landing-green); border-color: var(--landing-green); box-shadow: 0 12px 30px rgba(21,36,46,.16); transform: translateY(-2px); }
.landing-button--small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.landing-button--light { border-color: white; background: white; color: var(--landing-ink) !important; }
.landing-button--light:hover, .landing-button--light:focus-visible { border-color: var(--landing-green-bright); background: var(--landing-green-bright); }

.landing-hero { min-height: 100vh; padding: 158px 0 0; position: relative; overflow: hidden; background-color: #f3efe7; background-image: linear-gradient(rgba(36,77,106,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(36,77,106,.035) 1px, transparent 1px), radial-gradient(circle at 82% 55%, rgba(209,165,104,.24), transparent 29%), linear-gradient(145deg, #f8f4ed 0%, #ebe5da 100%); background-size: 72px 72px, 72px 72px, auto, auto; }
.landing-hero::after { width: 760px; height: 410px; position: absolute; right: -150px; bottom: -160px; content: ""; opacity: .28; border: 1px solid rgba(36,77,106,.24); border-radius: 50%; box-shadow: inset 0 0 0 70px transparent, inset 0 0 0 71px rgba(36,77,106,.18), inset 0 0 0 180px transparent, inset 0 0 0 181px rgba(36,77,106,.14); transform: rotate(-8deg); pointer-events: none; }
.landing-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.landing-glow--one { width: 520px; height: 520px; top: 30px; right: -210px; background: radial-gradient(circle, rgba(209,165,104,.3), rgba(209,165,104,0) 68%); }
.landing-glow--two { width: 380px; height: 380px; bottom: 0; left: -190px; background: radial-gradient(circle, rgba(36,77,106,.13), rgba(36,77,106,0) 70%); }
.landing-hero__content { min-height: 640px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; position: relative; z-index: 2; }
.landing-eyebrow, .landing-kicker { margin: 0 0 22px; color: var(--landing-green); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.landing-eyebrow { display: flex; align-items: center; gap: 10px; }
.landing-eyebrow span { width: 28px; height: 1px; background: currentColor; }
.landing-hero h1, .landing-section h2, .landing-mobile h2, .landing-cta h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.landing-hero h1 { font-size: clamp(58px, 6vw, 86px); text-wrap: balance; }
.landing-hero h1 em { display: inline-block; color: var(--landing-green); font-style: normal; white-space: nowrap; }
.landing-hero__lead { max-width: 580px; margin: 30px 0 0; color: var(--landing-muted); font-size: 19px; line-height: 1.65; }
.landing-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.landing-text-link { padding: 10px 0; display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid #aeb4ae; font-size: 14px; font-weight: 700; text-decoration: none; }
.landing-text-link span { color: var(--landing-green); }
.landing-hero__notes { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: #6e746f; font-size: 12px; font-weight: 600; }
.landing-hero__notes span::before { margin-right: 8px; color: var(--landing-green); content: "●"; font-size: 7px; vertical-align: 2px; }

.landing-hero__visual { min-width: 0; position: relative; transform: translateX(5%); }
.landing-editorial-code { position: absolute; top: -50px; right: 0; color: var(--landing-green); font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.landing-browser { overflow: hidden; border: 1px solid rgba(36,77,106,.2); border-radius: 12px; background: white; box-shadow: 0 32px 80px rgba(35,47,54,.18), 18px 18px 0 rgba(209,165,104,.13); transform: perspective(1500px) rotateY(-4deg) rotateX(1deg); transform-origin: left center; }
.landing-browser__bar { height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 6px; background: #e8e3da; }
.landing-browser__bar > span { width: 7px; height: 7px; border-radius: 50%; background: #c6cbc5; }
.landing-browser__bar div { width: 44%; margin: 0 auto; padding: 4px 10px; border-radius: 4px; background: #fff; color: #9aa09a; font-size: 7px; text-align: center; }
.landing-browser__screen { width: 100%; display: block; }
.landing-phone { padding: 8px; overflow: hidden; border: 1px solid #343735; border-radius: 31px; background: #111311; box-shadow: 0 25px 55px rgba(21,23,22,.3); }
.landing-phone img { width: 100%; height: 100%; display: block; border-radius: 23px; object-fit: cover; object-position: top; }
.landing-phone__speaker { width: 34%; height: 13px; margin: -1px auto -12px; position: relative; z-index: 2; border-radius: 0 0 10px 10px; background: #111311; }
.landing-phone--hero { width: 158px; height: 342px; position: absolute; right: -25px; bottom: -75px; transform: rotate(4deg); }
.landing-floating-card { padding: 13px 15px; position: absolute; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(36,77,106,.16); border-radius: 8px; background: rgba(253,251,247,.94); box-shadow: 0 14px 30px rgba(21,36,46,.13); backdrop-filter: blur(10px); }
.landing-floating-card small, .landing-floating-card strong { display: block; }
.landing-floating-card small { margin-bottom: 3px; color: #737973; font-size: 9px; }
.landing-floating-card strong { font-size: 13px; }
.landing-floating-card--team { left: -38px; bottom: 15px; }
.landing-floating-card__icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--landing-green-pale); color: var(--landing-green); font-weight: 800; }
.landing-floating-card--wellness { top: -22px; right: 26px; }
.landing-spark { color: var(--landing-green); font-size: 16px; letter-spacing: -2px; }
.landing-proofbar { min-height: 108px; margin-top: 70px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: center; gap: 22px; border-top: 1px solid rgba(21,23,22,.12); }
.landing-proofbar p { color: #777d78; font-size: 13px; }
.landing-proofbar div { font-size: 13px; font-weight: 700; }
.landing-proofbar div span { margin-right: 10px; color: var(--landing-green); font-family: "Manrope", sans-serif; font-size: 11px; }

.landing-manifesto { padding: 138px 0; position: relative; overflow: hidden; background: #ebe4d8; }
.landing-manifesto::before { position: absolute; inset: 0; content: ""; opacity: .48; pointer-events: none; background: radial-gradient(circle at 80% 42%, rgba(209,165,104,.38), transparent 30%), linear-gradient(115deg, transparent 0 48%, rgba(36,77,106,.06) 48.1% 48.25%, transparent 48.35%); }
.landing-manifesto__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 90px; position: relative; z-index: 2; }
.landing-manifesto__copy h2 { margin: 0; color: var(--landing-ink); font-family: "Manrope", sans-serif; font-size: clamp(54px, 6vw, 82px); font-weight: 700; letter-spacing: -.06em; line-height: .94; }
.landing-manifesto__copy > p:not(.landing-kicker) { max-width: 470px; margin: 34px 0 24px; color: var(--landing-muted); font-size: 17px; line-height: 1.7; }
.landing-manifesto__copy strong { display: block; color: var(--landing-green); font-size: 16px; line-height: 1.55; }
.landing-manifesto__visual { min-height: 520px; position: relative; overflow: hidden; border: 1px solid rgba(36,77,106,.2); background: #172b38; box-shadow: 22px 22px 0 rgba(36,77,106,.08); }
.landing-manifesto__visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.03); }
.landing-manifesto__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(19,39,51,.94) 0%, rgba(19,39,51,.7) 42%, rgba(19,39,51,.08) 78%); }
.landing-manifesto__statement { padding: 54px; position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; color: #e8d8bf; }
.landing-manifesto__statement span { font-family: "Manrope", sans-serif; font-size: clamp(31px, 3.4vw, 48px); font-weight: 700; letter-spacing: -.055em; line-height: 1.03; text-transform: uppercase; }
.landing-manifesto__statement i { width: 88px; height: 3px; margin-top: 30px; display: block; background: var(--landing-green-bright); }

.landing-philosophy { padding: 145px 0; background: #f8f4ed; }
.landing-philosophy__heading { max-width: 900px; margin-bottom: 72px; }
.landing-philosophy__heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(52px, 6vw, 80px); font-weight: 700; letter-spacing: -.06em; line-height: .96; }
.landing-philosophy__heading > p:last-child { max-width: 680px; margin: 30px 0 0; color: var(--landing-muted); font-size: 17px; line-height: 1.7; }
.landing-philosophy__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.landing-philosophy-card { min-height: 480px; padding: 42px; position: relative; overflow: hidden; border: 1px solid rgba(36,77,106,.18); background: #ebe4d8; color: white; }
.landing-philosophy-card--wide { min-height: 530px; grid-column: 1 / -1; }
.landing-philosophy-card > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.04); transition: transform .7s ease; }
.landing-philosophy-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(19,39,51,.96) 0%, rgba(19,39,51,.84) 34%, rgba(19,39,51,.16) 72%); }
.landing-philosophy-card:not(.landing-philosophy-card--wide)::after { background: linear-gradient(0deg, rgba(19,39,51,.97) 0%, rgba(19,39,51,.8) 46%, rgba(19,39,51,.08) 82%); }
.landing-philosophy-card:hover > img { transform: scale(1.025); }
.landing-philosophy-card__copy { max-width: 485px; position: relative; z-index: 2; }
.landing-philosophy-card:not(.landing-philosophy-card--wide) .landing-philosophy-card__copy { max-width: 480px; position: absolute; right: 36px; bottom: 36px; left: 36px; }
.landing-philosophy-card__copy > span { display: block; margin-bottom: 170px; color: #e5c698; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.landing-philosophy-card:not(.landing-philosophy-card--wide) .landing-philosophy-card__copy > span { margin-bottom: 20px; }
.landing-philosophy-card h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(35px, 4vw, 54px); font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.landing-philosophy-card:not(.landing-philosophy-card--wide) h3 { font-size: 35px; }
.landing-philosophy-card p { max-width: 470px; margin: 20px 0 0; color: #d8e0e4; font-size: 15px; line-height: 1.65; }
.landing-philosophy-card--purpose > img { object-position: 58% center; }
.landing-philosophy-card--values > img { object-position: center; }
.landing-philosophy-card--personality > img { object-position: 62% center; }
.landing-philosophy-card--positioning > img { object-position: 58% center; }

.landing-film { padding: 140px 0; position: relative; overflow: hidden; background: #132733; color: white; }
.landing-film::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(232,216,191,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(232,216,191,.14) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(135deg, black, transparent 72%); }
.landing-film__heading { margin-bottom: 62px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; position: relative; z-index: 2; }
.landing-film h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(52px, 6vw, 80px); font-weight: 600; letter-spacing: -.055em; line-height: .97; }
.landing-film__intro > p { max-width: 480px; margin: 0; color: #c4cdd1; font-size: 17px; line-height: 1.7; }
.landing-film__meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.landing-film__meta span { padding: 8px 12px; border: 1px solid rgba(232,216,191,.25); border-radius: 999px; color: #e8d8bf; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.landing-film__player { padding: 12px; position: relative; z-index: 2; border: 1px solid rgba(232,216,191,.28); background: rgba(8,22,30,.8); box-shadow: 24px 24px 0 rgba(209,165,104,.14), 0 35px 80px rgba(0,0,0,.28); }
.landing-film__player::before { padding: 7px 10px; position: absolute; z-index: 3; top: 25px; left: 25px; content: "PRESENTACIÓN · 2026"; background: rgba(19,39,51,.82); color: #e5c698; font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .17em; pointer-events: none; }
.landing-film video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #0b151b; object-fit: cover; }

.landing-section { padding: 140px 0; }
.landing-section--perspectives { background: #fdfbf7; }
.landing-section-heading { max-width: 780px; margin-bottom: 68px; }
.landing-section-heading h2 { font-size: clamp(46px, 5vw, 68px); }
.landing-section-heading > p:last-child { max-width: 610px; margin: 26px 0 0; color: var(--landing-muted); font-size: 17px; line-height: 1.7; }
.landing-perspectives { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.landing-perspective { min-height: 380px; padding: 38px; overflow: hidden; position: relative; border: 1px solid var(--landing-line); border-radius: var(--landing-radius); background: #f7f3eb; }
.landing-perspective--featured { min-height: 540px; grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.3fr; gap: 44px; background: #e8edf0; }
.landing-perspective--dark { background: #172b38; color: white; }
.landing-perspective--family { min-height: 540px; grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 48px; background: #e8edf0; }
.landing-perspective--family .landing-perspective__copy { max-width: 520px; }
.landing-family-stage { min-height: 465px; position: relative; }
.landing-family-phone { width: 230px; height: 500px; margin: 0; padding: 8px; position: absolute; top: -5px; overflow: hidden; border: 1px solid #343735; border-radius: 31px; background: #111311; box-shadow: 0 25px 55px rgba(21,23,22,.24); }
.landing-family-phone img { width: 100%; height: 100%; display: block; border-radius: 23px; object-fit: cover; object-position: top; }
.landing-family-phone--back { right: 250px; transform: rotate(-4deg); }
.landing-family-phone--front { right: 30px; z-index: 2; transform: rotate(3deg); }
.landing-index { display: block; margin-bottom: 40px; color: var(--landing-green); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.landing-perspective--dark .landing-index { color: var(--landing-green-bright); }
.landing-perspective h3, .landing-feature h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -.035em; line-height: 1.12; }
.landing-perspective p, .landing-feature p { color: var(--landing-muted); font-size: 15px; line-height: 1.65; }
.landing-perspective--dark p { color: #afb5b0; }
.landing-perspective ul { margin: 28px 0 0; padding: 0; list-style: none; }
.landing-perspective li { margin: 13px 0; color: #4f5550; font-size: 13px; font-weight: 600; }
.landing-perspective li::before { margin-right: 10px; color: var(--landing-green); content: "✓"; }
.landing-perspective__screen { min-width: 0; align-self: end; overflow: hidden; border: 6px solid #fdfbf7; border-radius: 10px; box-shadow: 0 22px 52px rgba(21,36,46,.15); transform: translate(30px, 28px); }
.landing-perspective__screen img { width: 100%; display: block; }
.landing-mini-metrics { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.landing-mini-metrics span { min-height: 90px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--landing-line); border-radius: 14px; background: white; }
.landing-mini-metrics small { color: #808680; font-size: 10px; text-transform: uppercase; }
.landing-mini-metrics strong { font-family: "Manrope", sans-serif; font-size: 25px; }
.landing-player-line { margin-top: 45px; padding: 14px; display: flex; align-items: center; gap: 14px; border: 1px solid #383d39; border-radius: 17px; background: #202320; }
.landing-player-line img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.landing-player-line strong, .landing-player-line small { display: block; }
.landing-player-line small { margin-top: 3px; color: #969d97; font-size: 11px; }

.landing-section--workflows { background: var(--landing-paper); }
.landing-section-heading--split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.landing-section-heading--split > p:last-child { margin-bottom: 5px; }
.landing-workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.landing-feature { min-height: 560px; padding: 36px; position: relative; overflow: hidden; border: 1px solid var(--landing-line); border-radius: var(--landing-radius); background: #fdfbf7; }
.landing-feature--lineup { min-height: 735px; grid-column: 1 / -1; padding: 44px; background: #132733; color: white; }
.landing-feature__copy--lineup { max-width: 760px; }
.landing-feature--lineup .landing-feature__number { margin-bottom: 32px; background: rgba(209,165,104,.16); color: #e5c698; }
.landing-feature--lineup h3 { max-width: 720px; color: white; font-size: 42px; }
.landing-feature--lineup p { max-width: 720px; color: #c4cdd1; font-size: 16px; }
.landing-feature--lineup .landing-pill { background: rgba(255,255,255,.08); color: #e8d8bf; }
.landing-lineup-stage { height: 390px; margin-top: 34px; position: relative; }
.landing-lineup-shot { margin: 0; position: absolute; overflow: hidden; border: 6px solid #fdfbf7; border-radius: 10px; background: #fdfbf7; box-shadow: 0 28px 60px rgba(0,0,0,.35); }
.landing-lineup-shot img { width: 100%; display: block; }
.landing-lineup-shot figcaption { padding: 9px 13px; background: #fdfbf7; color: var(--landing-ink); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.landing-lineup-shot--editor { width: 69%; top: 0; left: 0; transform: rotate(-1deg); }
.landing-lineup-shot--result { width: 55%; right: 0; bottom: 0; transform: rotate(1.2deg); }
.landing-feature--ai { min-height: 585px; grid-column: 1 / -1; display: grid; grid-template-columns: .62fr 1.38fr; gap: 50px; background: #e8edf0; }
.landing-feature__image--ai { align-self: center; overflow: hidden; border: 6px solid #fdfbf7; border-radius: 10px; background: #fdfbf7; box-shadow: 0 24px 55px rgba(21,36,46,.16); transform: translate(22px, 12px); }
.landing-feature__image--ai img { width: 100%; display: block; }
.landing-feature--wide { min-height: 585px; grid-column: 1 / -1; display: grid; grid-template-columns: .62fr 1.38fr; gap: 50px; }
.landing-feature__number { width: 35px; height: 35px; margin-bottom: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--landing-green-pale); color: var(--landing-green); font-size: 11px; font-weight: 800; }
.landing-feature__copy { position: relative; z-index: 2; }
.landing-feature__image { min-width: 0; align-self: end; transform: translate(42px, 38px); }
.landing-feature__image img, .landing-feature__crop { width: 100%; display: block; border: 5px solid #ebe5db; border-radius: 10px; box-shadow: 0 22px 45px rgba(21,36,46,.14); }
.landing-pill { margin-top: 28px; padding: 10px 14px; display: inline-flex; border-radius: 999px; background: #f0f2ef; color: #5d635e; font-size: 10px; font-weight: 700; }
.landing-feature--wellness { background: #edf1f2; }
.landing-wellness-strip { margin: 34px 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.landing-wellness-strip span { padding: 13px; border-radius: 11px; }
.landing-wellness-strip small, .landing-wellness-strip strong { display: block; }
.landing-wellness-strip small { margin-bottom: 5px; font-size: 9px; text-transform: uppercase; }
.landing-wellness-strip strong { font-size: 15px; }
.landing-wellness-strip .is-good { background: #dfeeda; }
.landing-wellness-strip .is-watch { background: #f4eecf; }
.landing-wellness-strip .is-alert { background: #f4deda; }
.landing-feature__crop { margin-top: 18px; transform: translateY(14px); }
.landing-feature--performance { background: #ebe5da; }

.landing-mobile { padding: 130px 0; position: relative; overflow: hidden; background: #132733; color: white; }
.landing-mobile::before { position: absolute; inset: 0; content: ""; opacity: .2; background-image: linear-gradient(rgba(232,216,191,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(232,216,191,.15) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, black); }
.landing-mobile__orb { width: 650px; height: 650px; position: absolute; right: -150px; bottom: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(209,165,104,.34), rgba(209,165,104,0) 70%); }
.landing-mobile__grid { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; position: relative; z-index: 2; }
.landing-kicker--light { color: var(--landing-green-bright); }
.landing-mobile h2 { font-size: clamp(54px, 6vw, 78px); }
.landing-mobile__copy > p:not(.landing-kicker) { max-width: 540px; margin: 30px 0; color: #adb3ae; font-size: 17px; line-height: 1.75; }
.landing-mobile__list { margin: 34px 0; display: grid; gap: 0; border-top: 1px solid #343835; }
.landing-mobile__list span { padding: 17px 0; border-bottom: 1px solid #343835; color: #e8ebe8; font-size: 14px; }
.landing-mobile__list strong { margin-right: 18px; color: var(--landing-green-bright); font-size: 10px; }
.landing-pwa-badge { padding: 10px 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #3d433e; border-radius: 999px; color: #bac0bb; font-size: 11px; }
.landing-pwa-badge i { color: var(--landing-green-bright); font-size: 17px; font-style: normal; }
.landing-phone-stage { height: 670px; position: relative; }
.landing-phone-stage .landing-phone { width: 282px; height: 610px; position: absolute; }
.landing-phone--back { top: 0; left: 12%; opacity: .65; transform: rotate(-7deg) scale(.94); }
.landing-phone--front { right: 8%; bottom: 0; transform: rotate(5deg); }

.landing-section--confidence { background: #fdfbf7; }
.landing-section-heading--centered { max-width: 800px; margin-right: auto; margin-left: auto; text-align: center; }
.landing-section-heading--centered .landing-kicker { justify-content: center; }
.landing-confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.landing-confidence-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--landing-line); border-radius: 12px; background: rgba(243,239,231,.48); }
.landing-confidence-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--landing-green-pale); color: var(--landing-green); font-size: 20px; }
.landing-confidence-grid h3 { margin: 48px 0 12px; font-family: "Manrope", sans-serif; font-size: 18px; }
.landing-confidence-grid p { margin: 0; color: var(--landing-muted); font-size: 13px; line-height: 1.6; }

.landing-cta { padding: 125px 0; position: relative; overflow: hidden; background: #4d854a; color: white; }
.landing-cta::after { width: 620px; height: 620px; position: absolute; right: -250px; bottom: -410px; content: ""; border: 1px solid rgba(243,239,231,.28); border-radius: 50%; box-shadow: inset 0 0 0 100px transparent, inset 0 0 0 101px rgba(243,239,231,.18), inset 0 0 0 220px transparent, inset 0 0 0 221px rgba(243,239,231,.12); }
.landing-cta__inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; position: relative; z-index: 2; }
.landing-cta h2 { font-size: clamp(64px, 8vw, 108px); }
.landing-cta__aside p { margin: 0 0 30px; color: #edf2e9; font-size: 17px; line-height: 1.7; }
.landing-email { margin-top: 18px; display: block; color: white; font-size: 13px; font-weight: 700; text-decoration: none; }
.landing-footer { padding: 36px 0; background: #203c27; color: #b9c8ba; }
.landing-footer .landing-container { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; }
.landing-footer img { width: 145px; padding: 8px; border-radius: 5px; background: white; }
.landing-footer p, .landing-footer span { font-size: 11px; }

@media (max-width: 1050px) {
  .landing-links { display: none; }
  .landing-hero__content { grid-template-columns: 1fr; padding-top: 25px; }
  .landing-hero__copy { max-width: 760px; }
  .landing-hero__visual { width: 88%; margin: 30px auto 0; transform: none; }
  .landing-proofbar { margin-top: 120px; }
  .landing-manifesto__grid { grid-template-columns: 1fr; gap: 55px; }
  .landing-manifesto__copy { max-width: 720px; }
  .landing-philosophy-card--wide { min-height: 500px; }
  .landing-film__heading { grid-template-columns: 1fr; gap: 35px; }
  .landing-perspective--featured { grid-template-columns: 1fr; }
  .landing-perspective--family { grid-template-columns: 1fr; }
  .landing-family-stage { width: min(620px, 100%); margin: 20px auto 0; }
  .landing-perspective__screen { transform: translate(20px, 22px); }
  .landing-mobile__grid { gap: 35px; }
  .landing-phone-stage .landing-phone { width: 230px; height: 500px; }
  .landing-phone-stage { height: 560px; }
  .landing-confidence-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .landing-container { width: min(100% - 30px, 1180px); }
  .landing-nav { min-height: 66px; }
  .landing-brand img { width: 145px; }
  .landing-nav .landing-button { min-height: 40px; padding: 0 14px; font-size: 11px; }
  .landing-nav .landing-button span { display: none; }
  .landing-hero { padding-top: 116px; }
  .landing-hero__content { gap: 32px; }
  .landing-hero h1 { font-size: clamp(45px, 12.5vw, 58px); }
  .landing-hero__lead { font-size: 16px; line-height: 1.6; }
  .landing-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .landing-button { min-height: 50px; }
  .landing-hero__notes { margin-top: 27px; gap: 8px 16px; }
  .landing-hero__visual { width: 100%; margin-top: 8px; }
  .landing-editorial-code { display: none; }
  .landing-browser { border-radius: 10px; transform: none; }
  .landing-browser__bar { height: 24px; }
  .landing-phone--hero { width: 104px; height: 225px; right: -4px; bottom: -78px; padding: 5px; border-radius: 20px; }
  .landing-phone img { border-radius: 16px; }
  .landing-phone__speaker { height: 9px; margin-bottom: -8px; }
  .landing-floating-card--team { left: -5px; bottom: -55px; }
  .landing-floating-card--wellness { display: none; }
  .landing-proofbar { min-height: 240px; margin-top: 115px; padding: 24px 0; grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .landing-proofbar p { grid-column: 1 / -1; margin: 0; }
  .landing-manifesto { padding: 90px 0; }
  .landing-manifesto__grid { gap: 40px; }
  .landing-manifesto__copy h2 { font-size: 51px; }
  .landing-manifesto__copy > p:not(.landing-kicker) { font-size: 15px; }
  .landing-manifesto__visual { min-height: 430px; }
  .landing-manifesto__statement { padding: 30px; }
  .landing-manifesto__statement span { font-size: clamp(34px, 10vw, 52px); }
  .landing-philosophy { padding: 90px 0; }
  .landing-philosophy__heading { margin-bottom: 44px; }
  .landing-philosophy__heading h2 { font-size: 45px; }
  .landing-philosophy__heading > p:last-child { font-size: 15px; }
  .landing-philosophy__grid { grid-template-columns: 1fr; }
  .landing-philosophy-card, .landing-philosophy-card--wide { min-height: 440px; padding: 28px; grid-column: auto; }
  .landing-philosophy-card::after, .landing-philosophy-card:not(.landing-philosophy-card--wide)::after { background: linear-gradient(0deg, rgba(19,39,51,.98) 0%, rgba(19,39,51,.78) 52%, rgba(19,39,51,.05) 85%); }
  .landing-philosophy-card__copy, .landing-philosophy-card:not(.landing-philosophy-card--wide) .landing-philosophy-card__copy { max-width: none; position: absolute; right: 26px; bottom: 26px; left: 26px; }
  .landing-philosophy-card__copy > span, .landing-philosophy-card:not(.landing-philosophy-card--wide) .landing-philosophy-card__copy > span { margin-bottom: 17px; }
  .landing-philosophy-card h3, .landing-philosophy-card:not(.landing-philosophy-card--wide) h3 { font-size: 32px; }
  .landing-philosophy-card p { margin-top: 15px; font-size: 14px; }
  .landing-film { padding: 90px 0; }
  .landing-film__heading { margin-bottom: 38px; }
  .landing-film h2 { font-size: 45px; }
  .landing-film__intro > p { font-size: 15px; }
  .landing-film__player { padding: 5px; box-shadow: 10px 10px 0 rgba(209,165,104,.14); }
  .landing-film__player::before { top: 14px; left: 14px; font-size: 7px; }
  .landing-section { padding: 90px 0; }
  .landing-section-heading { margin-bottom: 42px; }
  .landing-section-heading h2 { font-size: 43px; }
  .landing-section-heading > p:last-child { font-size: 15px; }
  .landing-perspectives, .landing-workflow-grid { grid-template-columns: 1fr; }
  .landing-perspective, .landing-perspective--featured { min-height: 0; padding: 25px; grid-column: auto; grid-template-columns: 1fr; }
  .landing-perspective--family { min-height: 0; padding: 25px; grid-column: auto; grid-template-columns: 1fr; }
  .landing-family-stage { min-height: 390px; }
  .landing-family-phone { width: 170px; height: 370px; border-radius: 24px; }
  .landing-family-phone img { border-radius: 17px; }
  .landing-family-phone--back { right: auto; left: 0; }
  .landing-family-phone--front { right: 0; }
  .landing-perspective__screen { margin-top: 15px; transform: translate(10px, 15px); }
  .landing-index { margin-bottom: 28px; }
  .landing-perspective h3, .landing-feature h3 { font-size: 25px; }
  .landing-section-heading--split { display: block; }
  .landing-section-heading--split > p:last-child { margin-top: 25px; }
  .landing-feature, .landing-feature--wide { min-height: 0; padding: 25px; grid-column: auto; display: block; }
  .landing-feature--ai { min-height: 0; padding: 25px; grid-column: auto; display: block; }
  .landing-feature__image--ai { margin-top: 32px; transform: translate(10px, 12px); }
  .landing-feature--lineup { min-height: 0; grid-column: auto; padding: 25px; }
  .landing-feature--lineup h3 { font-size: 31px; }
  .landing-lineup-stage { height: auto; margin-top: 32px; display: grid; gap: 18px; }
  .landing-lineup-shot, .landing-lineup-shot--editor, .landing-lineup-shot--result { width: 100%; position: static; transform: none; }
  .landing-feature__number { margin-bottom: 35px; }
  .landing-feature__image { margin-top: 35px; transform: translate(12px, 25px); }
  .landing-wellness-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .landing-wellness-strip span { padding: 9px; }
  .landing-mobile { padding: 90px 0 70px; }
  .landing-mobile__grid { min-height: 0; grid-template-columns: 1fr; }
  .landing-mobile h2 { font-size: 54px; }
  .landing-mobile__copy > p:not(.landing-kicker) { font-size: 15px; }
  .landing-phone-stage { width: 100%; height: 520px; margin-top: 25px; }
  .landing-phone-stage .landing-phone { width: 210px; height: 455px; }
  .landing-phone--back { left: 0; }
  .landing-phone--front { right: 0; }
  .landing-confidence-grid { grid-template-columns: 1fr; }
  .landing-confidence-grid article { min-height: 210px; }
  .landing-confidence-grid h3 { margin-top: 35px; }
  .landing-cta { padding: 90px 0; }
  .landing-cta__inner { grid-template-columns: 1fr; gap: 50px; }
  .landing-cta h2 { font-size: 66px; }
  .landing-footer .landing-container { grid-template-columns: 1fr; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .landing-button, .landing-links a::after { transition: none; }
}
