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

:root {
  --font-geist-mono: "SFMono-Regular", Consolas;
  --ink: #100d30;
  --ink-2: #171340;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --white: #ffffff;
  --amber: #d9ad59;
  --amber-soft: #f0d79e;
  --muted: #696778;
  --line: rgba(16, 13, 48, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--amber-soft); color: var(--ink); }

.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; background: var(--white); padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 5vw, 76px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(16,13,48,.62); box-shadow: 0 10px 35px rgba(4,3,20,.12); -webkit-backdrop-filter: blur(18px) saturate(130%); backdrop-filter: blur(18px) saturate(130%); transform: translateZ(0); }
.brand { display: inline-flex; align-items: center; gap: .18rem; justify-self: start; }
.brand-logo { display: block; width: auto; height: 68px; object-fit: contain; }
.brand-name { display: inline-block; margin-top: 9px; font-size: 1.12rem; font-weight: 800; letter-spacing: -.035em; line-height: 1; color: var(--white); }
.desktop-nav { display: flex; gap: 1.55rem; font-size: .75rem; color: rgba(255,255,255,.75); white-space: nowrap; }
.desktop-nav a, footer a { transition: color .25s ease; }
.desktop-nav a:hover, footer a:hover { color: var(--amber-soft); }
.desktop-nav a[aria-current="page"] { color: var(--white); }
.mobile-menu { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; border: 1px solid transparent; min-height: 52px; padding: 0 1.35rem; border-radius: 100px; font-size: .83rem; font-weight: 650; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.button-small { justify-self: end; min-height: 44px; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.button-small:hover { background: var(--white); color: var(--ink); }
.arrow-icon { font-size: 1.05rem; transition: transform .25s ease; }
.button:hover .arrow-icon, .text-link:hover .arrow-icon { transform: translate(3px, -3px); }

.hero { min-height: 655px; color: var(--white); background: var(--ink); padding: 136px clamp(24px, 7vw, 110px) 26px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(45px, 6vw, 95px); align-items: center; overflow: hidden; isolation: isolate; position: relative; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, black 40%, black); }
.hero-glow { position: absolute; z-index: -1; width: 42vw; height: 42vw; right: -16vw; top: 4vw; border-radius: 50%; background: radial-gradient(circle, rgba(217,173,89,.26), transparent 65%); filter: blur(8px); }
.hero-copy { max-width: 765px; align-self: start; padding-top: 10px; animation: enter .8s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-family: "SFMono-Regular", Consolas, monospace; font-size: .68rem; font-weight: 650; }
.eyebrow { display: flex; gap: .7rem; align-items: center; color: var(--amber-soft); margin: 0 0 2rem; }
.eyebrow span { display: none; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(2.8rem, 4.35vw, 4.7rem); line-height: .98; letter-spacing: -.062em; font-weight: 590; }
.hero-highlight { color: var(--amber-soft); font-weight: 500; font-style: italic; }
.hero-lead { max-width: 590px; margin: 1.05rem 0 0; font-size: clamp(.84rem, .94vw, .92rem); line-height: 1.58; color: rgba(255,255,255,.7); }
.hero-actions { margin-top: 1rem; display: flex; align-items: center; gap: 1.5rem; }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: var(--amber-soft); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding: .55rem 0; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 600; }
.hero .text-link { color: rgba(255,255,255,.75); }
.section-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-top: 2rem; }
.section-actions-center { justify-content: center; }
.hero-proof { display: flex; gap: 1.25rem; flex-wrap: wrap; padding-top: 1.5rem; margin-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.56); font-size: .68rem; }
.hero-proof span::before { content: "\2713"; color: var(--amber); padding-right: .42rem; }

.hero-visual { position: relative; min-height: 525px; background: transparent; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; overflow: visible; isolation: isolate; animation: enter .9s .15s cubic-bezier(.2,.8,.2,1) both; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 2% 10% 16%; z-index: 0; border-radius: 50%; background:
  radial-gradient(circle at 50% 52%, rgba(240,215,158,.34) 0%, rgba(217,173,89,.24) 24%, rgba(217,173,89,.12) 48%, rgba(217,173,89,0) 72%),
  radial-gradient(circle at 72% 36%, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 42%);
  filter: blur(26px);
  transform: scale(1.08);
}
.hero-visual-backdrop { position: absolute; inset: auto 4% 2% 10%; height: 52%; border-radius: 50%; background: radial-gradient(circle, rgba(217,173,89,.34), rgba(217,173,89,.14) 44%, transparent 74%); filter: blur(24px); z-index: 1; }
.hero-visual::after { content: none; }
.hero-visual-image { position: absolute; right: -9%; bottom: -20px; z-index: 2; width: min(122%, 900px); max-height: 100%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 26px 55px rgba(0,0,0,.34)); }

.section-pad { padding: clamp(76px, 8vw, 120px) clamp(24px, 7vw, 110px); content-visibility: auto; contain-intrinsic-size: auto 760px; }
.section-kicker { color: #8e6d2c; margin: 0 0 1.5rem; }
.section-kicker.light { color: var(--amber-soft); }
.statement { text-align: center; max-width: 1180px; margin: auto; }
.statement h2, .diagnostic-copy h2 { margin: 0; max-width: 940px; font-size: clamp(2.3rem, 3.9vw, 4.2rem); line-height: 1.04; letter-spacing: -.052em; font-weight: 560; }
.statement h2 { margin-left: auto; margin-right: auto; }
.statement h2 span, .diagnostic-copy h2 span, .method h2 span, .cta h2 span { font-family: Georgia, serif; font-weight: 400; font-style: italic; color: #8e6d2c; }
.statement > p:last-child { max-width: 650px; margin: 2rem auto 0; color: var(--muted); line-height: 1.75; font-size: 1rem; }

.diagnostic-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.diagnostic-copy { max-width: 640px; }
.diagnostic-copy .section-kicker { display: inline-flex; align-items: center; gap: .95rem; color: #8e6d2c; }
.diagnostic-copy .section-kicker::before { content: none; display: none; }
.diagnostic-copy > p:not(.section-kicker) { margin: 1.6rem 0 0; max-width: 620px; color: var(--muted); line-height: 1.75; font-size: 1rem; }
.diagnostic-copy .button { margin-top: 2rem; }
.diagnostic-media { position: relative; justify-self: end; width: min(100%, 620px); min-height: 440px; overflow: hidden; border-radius: 28px; background: linear-gradient(180deg, rgba(24,20,63,.04), rgba(24,20,63,.1)); box-shadow: 0 26px 70px rgba(16,13,48,.08); }
.diagnostic-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.pain-steps { margin-top: 2rem; display: grid; gap: 18px; }
.pain-step { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: start; padding: 18px 20px; background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(245,241,232,.98) 100%); border: 1px solid rgba(16,13,48,.08); border-radius: 18px; box-shadow: 0 18px 42px rgba(16,13,48,.08); }
.pain-step-icon { width: 56px; height: 56px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(180deg, #d9ad59 0%, #c39336 100%); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.34); }
.pain-step-icon svg { width: 24px; height: 24px; }
.pain-step h3 { margin: 0 0 6px; font-size: 1rem; line-height: 1.2; letter-spacing: -.02em; }
.pain-step p { margin: 0; color: var(--muted); line-height: 1.5; font-size: .84rem; }
.pain-form-card { justify-self: end; width: min(100%, 620px); margin-top: 3.1rem; background: linear-gradient(180deg, rgba(11,15,47,.96) 0%, rgba(23,19,64,.98) 100%); border: 1px solid rgba(217,173,89,.22); border-radius: 28px; box-shadow: 0 30px 80px rgba(16,13,48,.22); overflow: hidden; }
.pain-form-inner { padding: 14px; }
.pain-form { display: grid; gap: 16px; }
.pain-field { display: block; }
.pain-input-wrap { position: relative; }
.pain-input, .pain-select { width: 100%; min-height: 66px; border-radius: 14px; border: 1px solid rgba(16,13,48,.12); background: var(--white); color: var(--ink); font: inherit; font-size: 1rem; padding: 0 20px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; appearance: none; }
.pain-input::placeholder { color: #6d6a7b; opacity: 1; }
.pain-select option { color: var(--ink); }
.pain-input:focus, .pain-select:focus { border-color: rgba(217,173,89,.75); box-shadow: 0 0 0 4px rgba(217,173,89,.16); }
.pain-input-phone { padding-left: 60px; }
.pain-flag { position: absolute; top: 50%; left: 18px; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; border-radius: 999px; background: rgba(16,13,48,.08); color: var(--ink); font: 700 .7rem/1 var(--font-geist-mono), monospace; letter-spacing: .08em; }
.pain-select-wrap::after { content: ""; position: absolute; top: 50%; right: 22px; width: 10px; height: 10px; border-right: 2px solid #777387; border-bottom: 2px solid #777387; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.pain-submit { margin-top: 4px; min-height: 70px; border: 0; border-radius: 14px; background: linear-gradient(180deg, #d9ad59 0%, #cfa14a 100%); color: var(--ink); font: inherit; font-size: .96rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; box-shadow: 0 18px 36px rgba(217,173,89,.24); }
.pain-submit:hover { transform: translateY(-1px); filter: brightness(1.02); box-shadow: 0 22px 42px rgba(217,173,89,.28); }

.problem { background: var(--ink); color: var(--white); }
.section-heading h2 { font-size: clamp(2.1rem, 3.3vw, 3.7rem); line-height: 1.07; letter-spacing: -.048em; font-weight: 560; margin: 0; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; }
.split-heading > p { color: rgba(255,255,255,.57); line-height: 1.68; margin: 0; font-size: .95rem; }
.problem-intro { font-size: .92rem; max-width: 520px; }
.carousel-shell { position: relative; }
.carousel-controls { display: flex; justify-content: flex-end; gap: .55rem; margin-bottom: 1rem; }
.carousel-controls button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.carousel-controls button:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.carousel-track { display: flex; gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: .25rem 0; cursor: grab; user-select: none; }
.carousel-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { scroll-snap-align: start; }
.carousel-hint { margin: 1.2rem 0 0; text-align: right; text-transform: uppercase; letter-spacing: .12em; font: 600 .58rem var(--font-geist-mono), monospace; opacity: .5; }
.loss-carousel { margin-top: 4.5rem; }
.loss-carousel .carousel-controls { display: none; }
.loss-carousel .carousel-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; overflow: visible; padding: 0; cursor: default; user-select: auto; }
.loss-carousel .carousel-track > * { scroll-snap-align: unset; }
.loss-carousel .carousel-hint { color: var(--white); }
.loss-item { flex: initial; padding: 1.6rem; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; min-height: 248px; background: rgba(255,255,255,.025); }
.loss-item-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.loss-item-top > span { color: var(--amber); font: .7rem var(--font-geist-mono), monospace; }
.loss-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(217,173,89,.08); color: var(--amber-soft); border: 1px solid rgba(217,173,89,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.loss-icon svg { width: 24px; height: 24px; }
.loss-item h3 { margin: 1.6rem 0 .9rem; font-size: 1.08rem; line-height: 1.15; }
.loss-item p { margin: 0; color: rgba(255,255,255,.5); line-height: 1.58; font-size: .8rem; }
.problem-proof { margin-top: 4rem; display: grid; grid-template-columns: minmax(300px, 1fr) auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.problem-proof-heading { max-width: 560px; display: grid; gap: .55rem; justify-items: start; text-align: left; }
.problem-proof-label { color: var(--amber); font: .68rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.problem-proof-heading h3 { margin: 0; font-size: clamp(1.55rem, 2vw, 2.1rem); line-height: 1.04; letter-spacing: -.045em; }
.problem-proof-heading > p:last-child { margin: 0; max-width: 44ch; color: rgba(255,255,255,.58); line-height: 1.6; font-size: .84rem; }
.problem-proof-heading .button { margin-top: .85rem; }
.problem-proof-slider { width: 100%; max-width: 440px; justify-self: center; margin-left: -40px; }
.problem-phone { position: relative; width: 100%; border-radius: 28px; padding: 14px 14px 56px; background: linear-gradient(180deg, rgba(248,242,234,.96) 0%, rgba(238,230,220,.98) 100%); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 48px rgba(0,0,0,.18); overflow: hidden; }
.problem-phone::before { content: ""; position: absolute; inset: 0; border-radius: 32px; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 24%), radial-gradient(circle at 80% 50%, rgba(255,255,255,.18), transparent 18%); pointer-events: none; }
.problem-phone-badge { position: absolute; top: 12px; right: 12px; z-index: 3; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 999px; background: #d92f3a; color: #ffffff; font-size: .9rem; font-weight: 800; line-height: 1; box-shadow: 0 10px 20px rgba(217,47,58,.32); }
.problem-phone-slider { min-height: 470px; }
.problem-proof-track { position: relative; z-index: 1; min-height: 392px; }
.problem-proof-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateX(18px); transition: opacity .35s ease, transform .35s ease; }
.problem-proof-slide.is-active { position: relative; opacity: 1; pointer-events: auto; transform: translateX(0); }
.problem-chat { position: relative; z-index: 1; display: grid; gap: 10px; min-height: 392px; align-content: start; }
.problem-chat-date { justify-self: center; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.72); color: rgba(31,41,55,.62); font-size: 12px; font-weight: 600; }
.problem-chat-bubble { max-width: 90%; padding: 15px 16px; border-radius: 16px; font-size: .88rem; line-height: 1.42; color: #233042; box-shadow: 0 10px 24px rgba(17,24,39,.06); }
.problem-chat-bubble small { display: block; margin-top: 8px; text-align: right; font-size: .72rem; color: rgba(31,41,55,.4); }
.problem-chat-bubble.incoming { justify-self: start; background: #ffffff; border-top-left-radius: 6px; }
.problem-chat-bubble.outgoing { justify-self: end; background: #dcf8c6; border-top-right-radius: 6px; }
.problem-proof-controls { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.problem-proof-arrows { display: flex; gap: 10px; }
.problem-proof-arrow { width: 34px; height: 34px; border: 1px solid rgba(11,15,47,.12); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 20px; line-height: 1; display: grid; place-items: center; cursor: pointer; box-shadow: 0 10px 20px rgba(17,24,39,.08); transition: transform .2s ease, background .2s ease; }
.problem-proof-arrow:hover { transform: translateY(-1px); background: #ffffff; }
.problem-proof-dots { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.problem-proof-dot { width: 8px; height: 8px; border: none; border-radius: 999px; background: rgba(11,15,47,.22); cursor: pointer; transition: width .2s ease, background .2s ease; }
.problem-proof-dot.is-active { width: 24px; background: var(--ink); }
.problem-footer { margin-top: 4rem; border: 1px solid rgba(255,255,255,.15); padding: 1.3rem 1.8rem; border-radius: 100px; display: flex; align-items: center; justify-content: center; gap: 1.2rem; font-size: .76rem; color: rgba(255,255,255,.56); position: relative; overflow: hidden; animation: footerGlow 4.8s ease-in-out infinite; }
.problem-footer i { width: min(12vw, 150px); height: 1px; background: rgba(255,255,255,.17); position: relative; }
.problem-footer i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 rgba(217,173,89,0); animation: footerPulse 2.6s ease-in-out infinite; }
.problem-footer strong { color: var(--white); }
.problem-actions { justify-content: center; }

.center-heading { max-width: 920px; text-align: center; margin: auto; }
.center-heading > p:last-child { max-width: 650px; margin: 1.7rem auto 0; line-height: 1.7; color: var(--muted); }
.pillars { margin-top: 5.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.pillar-card { padding: 1.6rem; min-height: 400px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.pillar-card:hover { transform: translateY(-8px); background: var(--white); box-shadow: 0 25px 70px rgba(16,13,48,.08); }
.pillar-number { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--amber-soft); font: .69rem var(--font-geist-mono), monospace; }
.pillar-card h3 { font-size: 1.65rem; letter-spacing: -.04em; margin: 2.7rem 0 .8rem; }
.pillar-card > p { color: var(--muted); font-size: .83rem; line-height: 1.65; margin: 0; }
.pillar-card ul { list-style: none; padding: 0; margin: auto 0 0; }
.pillar-card li { border-top: 1px solid var(--line); padding: .72rem 0; font-size: .75rem; display: flex; gap: .6rem; }
.pillar-card li span { color: #9a742f; }

.definition { display: grid; grid-template-columns: .28fr 1.08fr 1fr; gap: 4vw; align-items: start; background: #18143f; color: var(--white); position: relative; overflow: hidden; }
.definition-mark { font-family: Georgia, serif; font-size: clamp(7rem, 14vw, 14rem); line-height: .7; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.15); transform: translateX(-8%); padding-top: .3rem; }
.definition h2 { font-size: clamp(2.1rem, 3.45vw, 3.75rem); line-height: 1.08; letter-spacing: -.05em; margin: 0; }
.definition-copy { align-self: stretch; border-left: 1px solid rgba(255,255,255,.16); padding-left: 3.5vw; padding-top: .6rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.75rem; }
.definition-copy p { font-size: .97rem; line-height: 1.78; color: rgba(255,255,255,.6); margin: 0; max-width: 34rem; }
.definition-copy strong { color: var(--white); }
.light-link { color: var(--amber-soft); }

.operation-gallery { background: var(--paper); overflow: hidden; }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 8vw; margin-bottom: 4rem; }
.gallery-heading-copy { max-width: 760px; }
.gallery-kicker { display: inline-flex; align-items: center; gap: .95rem; color: #8e6d2c; margin-bottom: 1.3rem; }
.gallery-kicker::before { content: none; display: none; }
.gallery-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2rem, 3.15vw, 3.45rem); line-height: 1.06; letter-spacing: -.05em; font-weight: 560; }
.gallery-heading > p { align-self: center; justify-self: start; margin: 0; color: var(--muted); line-height: 1.75; max-width: 28rem; }
.operation-gallery .carousel-track { gap: 1.1rem; scroll-snap-type: none; }
.operation-gallery .carousel-track > * { scroll-snap-align: unset; }
.photo-slide { flex: 0 0 min(620px, 60vw); height: 456px; position: relative; overflow: hidden; border-radius: 22px; color: var(--white); }
.photo-slide > img { object-fit: cover; transition: transform .6s ease; }
.photo-slide:hover > img { transform: scale(1.025); }
.photo-team > img { object-position: 83% 51%; }
.photo-diagnosis > img { object-position: 79% 51%; }
.photo-operation > img { object-position: 82% 52%; }
.photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,7,35,.03) 35%, rgba(9,7,35,.88)); }
.photo-slide > span { position: absolute; top: 1.25rem; left: 1.25rem; z-index: 2; padding: .5rem .68rem; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; background: rgba(16,13,48,.44); backdrop-filter: blur(10px); text-transform: uppercase; letter-spacing: .1em; font: 600 .56rem var(--font-geist-mono),monospace; }
.photo-slide > div:last-child { position: absolute; z-index: 2; left: 1.7rem; right: 1.7rem; bottom: 1.7rem; }
.photo-slide h3 { margin: 0 0 .55rem; font-size: clamp(1.55rem, 2.2vw, 2.15rem); letter-spacing: -.04em; }
.photo-slide p { max-width: 460px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; font-size: .76rem; }

.journey-heading > p { color: var(--muted); }
.journey-list { margin-top: 5rem; border-top: 1px solid var(--line); }
.journey-list article { display: grid; grid-template-columns: 80px minmax(280px, .78fr) minmax(0, 1fr) max-content; gap: 1.5rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); transition: padding .3s ease, transform .3s ease; transform-origin: center; }
.journey-list article:hover { padding-left: 1rem; padding-right: 1rem; transform: scale(1.01); }
.journey-list span { color: #9a742f; font: .7rem var(--font-geist-mono), monospace; }
.journey-list h3 { font-size: 1.45rem; letter-spacing: -.035em; margin: 0; }
.journey-list p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.journey-list i { font-style: normal; }
.journey-more { justify-self: end; display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding: 0 1rem; border: 1px solid rgba(16,13,48,.12); border-radius: 999px; background: rgba(255,255,255,.8); color: var(--ink); font-size: .76rem; font-weight: 700; white-space: nowrap; flex-shrink: 0; transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.journey-more span { color: inherit; font: inherit; transition: transform .25s ease; }
.journey-more:hover { transform: translateY(-1px); border-color: rgba(16,13,48,.22); background: rgba(217,173,89,.12); box-shadow: 0 12px 28px rgba(16,13,48,.08); }
.journey-more:hover span { transform: translateX(3px); }

.fit { padding-top: 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.fit-card { border-radius: 22px; padding: clamp(2rem, 5vw, 4.5rem); }
.fit-yes { background: var(--cream); }
.fit-intro-title { display: inline-flex; align-items: center; gap: .9rem; margin-bottom: 1.35rem; color: var(--ink); font-size: .9rem; letter-spacing: .14em; }
.fit-intro-title::before { content: none; display: none; }
.fit-yes h2 { max-width: 700px; font-size: clamp(1.78rem, 2.65vw, 3rem); line-height: 1.1; letter-spacing: -.046em; }
.fit-card ul { list-style: none; padding: 0; margin: 3rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 2.5rem; }
.fit-card li { padding: 1rem 0; border-top: 1px solid var(--line); line-height: 1.5; font-size: .82rem; }
.fit-card li::before { content: "\2713"; color: #8e6d2c; margin-right: .6rem; }
.fit-card .button { margin-top: 2rem; width: max-content; }
.fit-not { background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; }
.fit-not h3 { font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.08; letter-spacing: -.045em; margin: 0 0 1.7rem; }
.fit-not > p:not(.section-kicker) { color: rgba(255,255,255,.58); line-height: 1.7; }
.mini-flow { margin-top: 2rem; display: flex; align-items: center; gap: .65rem; font-size: .7rem; color: rgba(255,255,255,.47); }
.mini-flow strong { color: var(--amber-soft); border: 1px solid rgba(217,173,89,.35); border-radius: 50px; padding: .55rem .8rem; }

.conversion-calculator { background:
  radial-gradient(circle at 12% 18%, rgba(217,173,89,.08), transparent 18%),
  radial-gradient(circle at 84% 22%, rgba(110,145,255,.08), transparent 22%),
  linear-gradient(180deg, #162033 0%, #1f2a3f 100%); }
.conversion-calculator-shell { max-width: 1180px; margin: 0 auto; }
.conversion-calculator-card { padding: 28px 30px 30px; border-radius: 26px; border: 1px solid rgba(96,120,153,.2); background: linear-gradient(180deg, rgba(45,57,78,.98) 0%, rgba(47,59,81,.98) 100%); box-shadow: 0 24px 58px rgba(6,10,24,.22); color: #f8fafc; }
.conversion-kicker { color: var(--amber-soft); margin-bottom: 1rem; }
.conversion-calculator-card h2 { margin: 0 0 .65rem; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.03; letter-spacing: -.05em; font-weight: 700; color: #f8fafc; }
.conversion-calculator-card h2 span { color: var(--white); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.calculator-intro { max-width: 48ch; margin: 0 0 1.5rem; font-size: .95rem; line-height: 1.6; color: rgba(203,213,225,.9); }
.calculator-main { display: grid; gap: 20px; }
.calculator-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; }
.calculator-field { display: grid; gap: 8px; }
.calculator-field label { font-size: .86rem; font-weight: 600; line-height: 1.3; color: rgba(203,213,225,.78); }
.calculator-input-wrap { position: relative; }
.calculator-input { width: 100%; min-height: 54px; padding: 0 42px 0 15px; border-radius: 14px; border: 1px solid rgba(96,120,153,.65); background: rgba(36,47,66,.95); color: #f8fafc; font: inherit; font-size: .92rem; font-weight: 600; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.calculator-input::placeholder { color: rgba(148,163,184,.68); }
.calculator-input:focus { outline: none; border-color: rgba(217,173,89,.95); box-shadow: 0 0 0 4px rgba(217,173,89,.12); background: rgba(33,44,62,1); }
.calculator-input-suffix { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: .82rem; font-weight: 700; color: rgba(203,213,225,.72); pointer-events: none; }
.calculator-range-note { font-size: .74rem; line-height: 1.45; color: rgba(148,163,184,.84); }
.calculator-results-primary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.results-highlight { min-height: 132px; padding: 20px 22px; border-radius: 18px; border: 1px solid rgba(96,120,153,.24); background: rgba(56,69,93,.92); display: grid; align-content: start; gap: 6px; }
.results-highlight.is-projected { background: rgba(47,109,246,.1); }
.results-highlight.is-gain { background: rgba(0,208,156,.1); }
.results-highlight span { display: block; font-size: .84rem; font-weight: 500; color: rgba(203,213,225,.72); }
.results-highlight strong { display: block; font-size: clamp(1.55rem, 1.9vw, 2.1rem); font-weight: 800; line-height: 1; color: #f8fafc; }
.results-highlight.is-projected strong { color: #7fb0ff; }
.results-highlight.is-gain strong { color: #52e0ba; }
.results-highlight small { display: block; font-size: .82rem; line-height: 1.4; color: rgba(148,163,184,.88); }
.calculator-results-secondary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.calculator-mini-stat, .results-item { padding: 14px 16px; border-radius: 14px; background: rgba(36,47,66,.88); border: 1px solid rgba(96,120,153,.28); }
.calculator-mini-stat span, .results-item span { display: block; font-size: .74rem; line-height: 1.4; color: rgba(148,163,184,.92); margin-bottom: 6px; }
.calculator-mini-stat strong, .results-item strong { font-size: .98rem; line-height: 1.15; color: #f8fafc; }
.results-footnote { max-width: 68ch; font-size: .74rem; line-height: 1.45; color: rgba(148,163,184,.88); }

.outcome { background:
  radial-gradient(circle at 18% 14%, rgba(110,145,255,.08) 0%, transparent 20%),
  radial-gradient(circle at 84% 78%, rgba(217,173,89,.08) 0%, transparent 26%),
  linear-gradient(180deg, #f6f8fc 0%, #fbfaf6 100%); }
.outcome-header { max-width: 980px; margin: 0 auto; text-align: center; }
.outcome-kicker { display: inline-flex; align-items: center; gap: .95rem; color: #8e6d2c; margin-bottom: 1.05rem; font-size: .62rem; }
.outcome-kicker::before { content: none; display: none; }
.outcome-header h2 { max-width: 760px; margin: 0 auto; font-size: clamp(1.95rem, 2.7vw, 2.95rem); line-height: 1.06; letter-spacing: -.048em; font-weight: 560; }
.outcome-header > p { max-width: 700px; margin: 1.15rem auto 0; color: var(--muted); font-size: .88rem; line-height: 1.66; }
.outcome-compare { max-width: 1180px; margin: 4rem auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: stretch; }
.outcome-card { min-height: 510px; padding: clamp(2rem, 4vw, 2.6rem); border-radius: 32px; box-shadow: 0 26px 70px rgba(16,13,48,.08); display: flex; flex-direction: column; }
.outcome-card-before { background: rgba(255,255,255,.9); color: var(--ink); border: 1px solid rgba(16,13,48,.06); }
.outcome-card-after { background: #23275f; color: var(--white); border: 1px solid rgba(255,255,255,.06); }
.outcome-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 .95rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .14em; font: 700 .66rem var(--font-geist-mono), monospace; }
.outcome-card-before .outcome-badge { background: #f5ede3; color: #7a5f31; }
.outcome-card-after .outcome-badge { background: rgba(255,255,255,.12); color: rgba(255,255,255,.92); }
.outcome-card h3 { margin: 1.55rem 0 1.85rem; font-size: clamp(1.7rem, 2.35vw, 2.35rem); line-height: 1.06; letter-spacing: -.04em; font-weight: 560; }
.outcome-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.35rem; }
.outcome-card li { display: grid; grid-template-columns: 36px 1fr; gap: .8rem; align-items: start; font-size: .92rem; line-height: 1.68; }
.outcome-card li span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; font-size: 1.2rem; font-weight: 700; }
.outcome-card-before li { color: #506482; }
.outcome-card-before li span { color: #ff6b5f; background: rgba(255,107,95,.1); border: 1px solid rgba(255,107,95,.26); }
.outcome-card-after li { color: rgba(255,255,255,.84); }
.outcome-card-after li span { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.outcome-card-link { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: .55rem; padding-top: 1.9rem; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 650; transition: color .25s ease, transform .25s ease, border-color .25s ease; }
.outcome-card-link span { transition: transform .25s ease; }
.outcome-card-before .outcome-card-link { color: #6b84b0; }
.outcome-card-after .outcome-card-link { color: var(--amber-soft); }
.outcome-card-link:hover { transform: translateY(-1px); }
.outcome-card-link:hover span { transform: translateX(3px); }

.blog-preview { background: var(--cream); padding-top: clamp(42px, 4.6vw, 64px); padding-bottom: clamp(42px, 4.6vw, 64px); }
.blog-heading > p { color: var(--muted); }
.blog-heading .section-heading h2 { font-size: clamp(1.68rem, 2.3vw, 2.4rem); line-height: 1.1; }
.blog-heading > p { font-size: .84rem; line-height: 1.62; }
.blog-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin-top: 2rem; border-top: 1px solid var(--line); }
.blog-card { min-height: 100%; display: flex; flex-direction: column; overflow: hidden; background: transparent; color: var(--ink); border-right: 1px solid var(--line); }
.blog-card:last-child { border-right: 0; }
.blog-card-media { position: relative; aspect-ratio: 1.9 / 1; overflow: hidden; border-radius: 16px; margin: .85rem .85rem 0; }
.blog-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.03); }
.blog-card-body { padding: .85rem .85rem 1rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-tag { color: #8e6d2c; text-transform: uppercase; letter-spacing: .13em; font: 650 .54rem var(--font-geist-mono), monospace; }
.blog-card h3 { margin: .72rem 0 0; font-size: clamp(.92rem, 1.08vw, 1.12rem); line-height: 1.22; letter-spacing: -.025em; color: var(--ink); max-width: 15ch; }
.blog-card p { margin: .68rem 0 0; color: var(--muted); line-height: 1.56; font-size: .72rem; max-width: 38ch; }
.blog-card-link { margin-top: auto; padding-top: .92rem; display: inline-flex; align-items: center; gap: .36rem; width: max-content; color: var(--ink); font-size: .64rem; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: .28rem; }
.blog-card-link span { transition: transform .25s ease; }
.blog-card-link:hover span { transform: translateX(3px); }
.faq .split-heading > p { color: var(--muted); }
.faq-list { max-width: 1000px; margin: 5rem 0 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 1rem; padding: 1.75rem 0; font-size: 1.05rem; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #9a742f; font: .66rem var(--font-geist-mono), monospace; }
.faq summary i { font-style: normal; font-size: 1.5rem; font-weight: 300; transition: transform .3s ease; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details > p { margin: -.3rem 2.5rem 1.8rem 50px; max-width: 720px; color: var(--muted); line-height: 1.7; font-size: .87rem; animation: reveal .3s ease both; }

.cta { min-height: 590px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; isolation: isolate; }
.cta h2 { max-width: 950px; margin: 0; font-size: clamp(2.65rem, 4.2vw, 4.6rem); line-height: 1.02; letter-spacing: -.058em; }
.cta h2 span { color: var(--amber-soft); }
.cta > p:not(.section-kicker) { max-width: 610px; margin: 1.8rem auto; color: rgba(255,255,255,.58); line-height: 1.7; }
.button-light { background: var(--white); color: var(--ink); margin-top: .5rem; }
.button-light:hover { background: var(--amber-soft); }
.cta small { margin-top: 1rem; color: rgba(255,255,255,.34); font-size: .65rem; }
.cta-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 720px; height: 720px; animation: orbit 24s linear infinite; }
.orbit-one::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--amber); border-radius: 50%; top: 49%; left: -5px; box-shadow: 0 0 30px var(--amber); }
.orbit-two { width: 430px; height: 430px; }

footer { position: relative; overflow: hidden; padding: 2.9rem clamp(24px, 7vw, 110px) 2.2rem; display: grid; grid-template-columns: minmax(220px, auto) minmax(280px, 1fr) auto auto; align-items: center; gap: 1.25rem 2rem; background: linear-gradient(180deg, #100d30 0%, #09071f 100%); color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); font-size: .78rem; }
footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0)); }
footer::after { content: ""; position: absolute; width: 420px; height: 420px; top: -250px; right: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(217,173,89,.12) 0%, rgba(217,173,89,0) 72%); pointer-events: none; }
.brand-footer { position: relative; z-index: 1; color: var(--white); flex: 0 0 auto; }
.brand-footer .brand-logo { height: 74px; }
.brand-footer .brand-name { font-size: 1.26rem; }
footer p { position: relative; z-index: 1; max-width: 33ch; margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; line-height: 1.58; }
footer div { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-self: start; gap: .45rem; flex-wrap: wrap; padding: .35rem; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; background: rgba(255,255,255,.035); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
footer div a { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 .95rem; border-radius: 999px; color: rgba(255,255,255,.72); font-size: .79rem; font-weight: 550; }
footer div a:hover { color: var(--white); background: rgba(255,255,255,.06); }
footer small { position: relative; z-index: 1; justify-self: end; padding-left: 1.1rem; border-left: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); font-size: .67rem; line-height: 1.45; }

/* Internal pages */
.internal-main { background: var(--paper); }
.internal-hero { min-height: 620px; padding: 155px clamp(24px,7vw,110px) 82px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: radial-gradient(circle at 80% 25%,rgba(217,173,89,.2),transparent 30%),var(--ink); }
.internal-hero h1 { max-width: 980px; margin: 0; font-size: clamp(3.1rem,5vw,5.5rem); line-height: .99; letter-spacing: -.062em; font-weight: 570; }
.internal-hero h1 em { color: var(--amber-soft); font: 400 italic 1em Georgia,serif; }
.internal-hero > p:not(.eyebrow) { max-width: 690px; margin: 2rem 0 0; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.75; }
.internal-hero > .button { width: max-content; margin-top: 2rem; }
.blog-hero { position: relative; min-height: 520px; align-items: flex-start; overflow: hidden; isolation: isolate; color: var(--ink); background:
  linear-gradient(90deg, rgba(251,250,246,.92) 0%, rgba(251,250,246,.82) 24%, rgba(251,250,246,.58) 42%, rgba(16,13,48,.16) 68%, rgba(16,13,48,.3) 100%),
  url("../assets/images/foto2.webp") center right/cover no-repeat; }
.blog-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0)); }
.blog-hero .eyebrow { color: #8e6d2c; margin-bottom: 1.2rem; }
.blog-hero h1 { max-width: 10ch; color: var(--ink); font-size: clamp(3rem, 4.8vw, 5rem); line-height: .95; letter-spacing: -.065em; }
.blog-hero > p:not(.eyebrow) { max-width: 30rem; margin-top: 1.1rem; color: rgba(16,13,48,.66); font-size: .98rem; line-height: 1.65; }
.blog-search-wrap { position: relative; z-index: 2; margin-top: 0; padding: 2.4rem clamp(24px,7vw,110px) 0; }
.blog-search-card { max-width: 700px; margin: 0 auto; padding: clamp(1rem, 1.9vw, 1.35rem); border-radius: 20px; background: linear-gradient(180deg, #39597f 0%, #314f73 100%); color: var(--white); box-shadow: 0 16px 34px rgba(16,13,48,.1); }
.blog-search-card h2 { margin: 0 0 .8rem; text-align: center; font-size: clamp(1.05rem, 1.55vw, 1.45rem); line-height: 1.16; letter-spacing: -.03em; font-weight: 500; }
.blog-search-field { display: flex; align-items: center; gap: .75rem; min-height: 52px; padding: 0 .9rem 0 1rem; border: 2px solid rgba(130,185,240,.72); border-radius: 999px; background: rgba(255,255,255,.98); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); }
.blog-search-field:focus-within { border-color: rgba(130,185,240,.98); box-shadow: 0 0 0 4px rgba(130,185,240,.18); }
.blog-search-field input { width: 100%; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: .92rem; outline: none; }
.blog-search-field input::placeholder { color: rgba(16,13,48,.46); }
.blog-search-icon { flex: 0 0 auto; color: #4c8fd4; }
.blog-search-icon svg { width: 22px; height: 22px; display: block; }
.internal-heading { max-width: 900px; }
.internal-heading h2,.internal-image-split h2 { margin: 0; font-size: clamp(2.5rem,4vw,4.4rem); line-height: 1.03; letter-spacing: -.053em; font-weight: 560; }
.method-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 5rem; }
.method-page-grid article { min-height: 260px; padding: 1.8rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.method-page-grid span { color: #8e6d2c; font: .67rem var(--font-geist-mono),monospace; }
.method-page-grid h3 { margin: auto 0 1rem; font-size: 2rem; letter-spacing: -.04em; }
.method-page-grid p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.65; font-size: .84rem; }
.internal-image-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; background: #18143f; color: var(--white); }
.internal-image-split > div:first-child > p:not(.section-kicker) { color: rgba(255,255,255,.58); line-height: 1.75; }
.internal-image-split .button { margin-top: 1.5rem; }
.internal-photo { min-height: 520px; position: relative; overflow: hidden; border-radius: 22px; }
.internal-photo img { object-fit: cover; object-position: 80% 50%; }
.deliverables-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; margin-top: 5rem; border-top: 1px solid var(--line); }
.deliverables-list article { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.deliverables-list span,.phases-list span { color: #8e6d2c; font: .65rem var(--font-geist-mono),monospace; }
.deliverables-list h3 { margin: 0; font-size: 1rem; }
.phases-list { margin-top: 5rem; border-top: 1px solid var(--line); }
.phases-list article { display: grid; grid-template-columns: 70px .7fr 1fr; gap: 2rem; padding: 2rem 0; align-items: center; border-bottom: 1px solid var(--line); }
.phases-list h3 { margin: 0; font-size: 1.35rem; }
.phases-list p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.articles-page { padding-top: 4.2rem; }
.articles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 205px)); justify-content: center; gap: 2rem 1.2rem; border-top: 0; }
.articles-grid article { min-height: 0; padding: 0; display: flex; flex-direction: column; border: 0; scroll-margin-top: 110px; }
.articles-grid article.is-hidden { display: none; }
.blog-article-card { gap: .8rem; }
.blog-article-media { display: block; width: 100%; max-width: 182px; aspect-ratio: 1 / 1; overflow: hidden; background: #e9ecef; }
.blog-article-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.blog-article-card:hover .blog-article-media img { transform: scale(1.03); }
.blog-article-card h2 { margin: 0; font-size: clamp(1.04rem, 1.15vw, 1.28rem); line-height: 1.24; letter-spacing: -.03em; font-weight: 500; }
.blog-article-card h2 a { color: inherit; }
.blog-article-card p { margin: 0; color: var(--muted); line-height: 1.62; font-size: .82rem; }
.blog-read-more { width: max-content; margin-top: .15rem; color: var(--ink); font-size: .72rem; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: .28rem; }
.blog-read-more:hover { color: #8e6d2c; }
.article-post { padding: 136px clamp(24px, 7vw, 110px) 82px; background: var(--paper); }
.article-post-shell { max-width: 920px; margin: 0 auto; }
.article-post-hero { display: grid; gap: 1.5rem; }
.article-post-kicker { color: #8e6d2c; text-transform: uppercase; letter-spacing: .13em; font: 650 .62rem var(--font-geist-mono), monospace; }
.article-post h1 { margin: 0; max-width: 16ch; font-size: clamp(2.5rem, 4.3vw, 4.6rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 560; }
.article-post-intro { max-width: 42rem; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.article-post-cover { margin-top: 2.2rem; aspect-ratio: 16 / 8.8; overflow: hidden; background: #dfe6ee; }
.article-post-cover img { width: 100%; height: 100%; display: block; object-fit: cover; }
.article-post-body { max-width: 720px; margin-top: 2.4rem; display: grid; gap: 1.25rem; }
.article-post-body h2 { margin: 1rem 0 0; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.16; letter-spacing: -.035em; }
.article-post-body p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.82; }
.article-post-cta { margin-top: 2.2rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.article-post-cta .text-link { color: var(--ink); }
.contact-page { min-height: 720px; padding: 150px clamp(24px,7vw,110px) 82px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 8vw; align-items: center; color: white; background: var(--ink); }
.contact-page h1 { max-width: 850px; margin: 0; font-size: clamp(3rem,4.8vw,5.2rem); line-height: .99; letter-spacing: -.062em; font-weight: 570; }
.contact-page h1 em { color: var(--amber-soft); font: 400 italic 1em Georgia,serif; }
.contact-page > div > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.6); line-height: 1.75; }
.contact-page .button { margin-top: 1.5rem; }
.contact-page aside { padding: 2.5rem; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.04); }
.contact-page aside > p { color: var(--amber-soft); text-transform: uppercase; letter-spacing: .12em; font: .63rem var(--font-geist-mono),monospace; }
.contact-page ul { list-style: none; padding: 0; margin: 2rem 0; }
.contact-page li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.contact-page li::before { content: "\2713"; color: var(--amber); margin-right: .6rem; }
.contact-page small { color: rgba(255,255,255,.4); font-size: .66rem; }

@keyframes enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal { from { opacity: 0; transform: translateY(-6px); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes footerPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(217,173,89,0); }
  50% { transform: scale(1.35); box-shadow: 0 0 16px rgba(217,173,89,.4); }
}
@keyframes footerGlow {
  0%, 100% { box-shadow: inset 0 0 0 rgba(217,173,89,0); }
  50% { box-shadow: inset 0 0 40px rgba(217,173,89,.05); }
}

@media (max-width: 1100px) {
  .hero { min-height: 620px; grid-template-columns: 1fr 410px; gap: 45px; }
  .hero h1 { font-size: clamp(2.7rem, 4.9vw, 4.15rem); }
  .hero-copy { padding-top: 6px; }
  .hero-visual { min-height: 500px; }
  .hero-visual::before { inset: 11% 2% 12% 12%; }
  .hero-visual-image { right: -7%; width: min(118%, 780px); }
  .diagnostic-feature { grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr); gap: 2.5rem; }
  .diagnostic-media { width: min(100%, 540px); min-height: 390px; }
  .pain-form-card { width: min(100%, 540px); }
  .pillars { grid-template-columns: 1fr 1fr; }
  .desktop-nav { gap: .9rem; font-size: .67rem; }
  .definition { grid-template-columns: .3fr 1fr 1fr; }
  .loss-carousel .carousel-track { grid-template-columns: 1fr 1fr; }
  .calculator-grid,
  .calculator-results-primary { grid-template-columns: 1fr 1fr; }
  .calculator-results-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: auto 1fr; gap: 1rem 1.5rem; }
  footer p { grid-column: 1 / -1; max-width: 40rem; }
  footer div { justify-self: start; }
  footer small { justify-self: end; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .desktop-nav,.button-small { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu > summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu > summary span { width: 17px; height: 1px; display: block; background: var(--white); transition: transform .25s ease; }
  .mobile-menu[open] > summary span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .mobile-menu[open] > summary span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu nav { min-width: 260px; position: absolute; top: 55px; right: 0; display: flex; flex-direction: column; gap: 0; padding: .7rem; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(16,13,48,.97); box-shadow: 0 18px 55px rgba(0,0,0,.3); }
  .mobile-menu nav a { min-height: 46px; display: flex; align-items: center; padding: 0 .9rem; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.75); font-size: .78rem; }
  .mobile-menu nav a:last-child { border-bottom: 0; color: var(--amber-soft); }
  .hero { min-height: auto; padding: 108px 20px 68px; grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 4rem); line-height: 1; }
  .hero-lead { font-size: .92rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { max-width: 560px; width: calc(100% - 8px); margin: auto; min-height: 500px; }
  .hero-visual::before { inset: 10% 4% 10% 10%; filter: blur(22px); transform: scale(1.02); }
  .hero-visual-image { right: -4%; bottom: -6px; width: min(114%, 690px); }
  .section-pad { padding: 70px 20px; contain-intrinsic-size: auto 680px; }
  .diagnostic-feature { grid-template-columns: 1fr; }
  .diagnostic-copy { max-width: none; }
  .diagnostic-copy h2 { max-width: none; }
  .diagnostic-copy .section-kicker { gap: .8rem; }
  .diagnostic-copy .section-kicker::before { width: 38px; }
  .diagnostic-media { min-height: 380px; }
  .pain-step { grid-template-columns: 52px 1fr; padding: 16px; }
  .pain-step-icon { width: 52px; height: 52px; }
  .pain-form-card { width: 100%; justify-self: stretch; margin-top: 0; }
  .pain-input, .pain-select { min-height: 60px; font-size: .95rem; }
  .pain-submit { min-height: 62px; }
  .split-heading { grid-template-columns: 1fr; gap: 2rem; }
  .problem-intro { font-size: .88rem; max-width: none; }
  .problem-proof { grid-template-columns: minmax(260px, 1fr) auto; gap: 1.5rem; align-items: start; }
  .problem-proof-heading { max-width: 480px; }
  .problem-proof-slider { max-width: 400px; margin-left: -22px; }
  .problem-phone-slider { min-height: 440px; }
  .problem-proof-track,
  .problem-chat { min-height: 368px; }
  .problem-chat-bubble { font-size: .84rem; padding: 14px 15px; }
  .definition { grid-template-columns: 1fr; }
  .definition-mark { display: none; }
  .definition-copy { padding: 2rem 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .gallery-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
  .gallery-kicker { gap: .8rem; margin-bottom: 1.1rem; }
  .gallery-kicker::before { width: 38px; }
  .photo-slide { flex-basis: 82vw; height: 420px; }
  .blog-preview { padding-top: 46px; padding-bottom: 46px; }
  .blog-list { grid-template-columns: 1fr; margin-top: 1.8rem; gap: 0; }
  .blog-card { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: .75rem; }
  .blog-card:last-child { border-bottom: 0; }
  .fit { grid-template-columns: 1fr; padding-top: 0; }
  .fit-intro-title { gap: .75rem; font-size: .82rem; margin-bottom: 1.05rem; }
  .fit-intro-title::before { width: 34px; }
  .conversion-calculator-card { padding: 22px 20px; border-radius: 22px; }
  .conversion-calculator-card h2 { font-size: clamp(1.7rem, 7vw, 2.35rem); }
  .calculator-intro { max-width: none; font-size: .9rem; }
  .calculator-grid,
  .calculator-results-primary,
  .calculator-results-secondary { grid-template-columns: 1fr; }
  .outcome-kicker { margin-bottom: .9rem; font-size: .6rem; }
  .outcome-header h2 { font-size: clamp(1.8rem, 6.5vw, 2.6rem); }
  .outcome-header > p { font-size: .84rem; }
  .outcome-compare { grid-template-columns: 1fr; margin-top: 3rem; }
  .outcome-card { min-height: auto; }
  .section-actions { align-items: flex-start; flex-direction: column; }
  .section-actions-center { align-items: center; }
  .journey-list article { grid-template-columns: 42px 1fr; gap: 1rem; }
  .journey-list article p { grid-column: 2 / -1; }
  .journey-more { grid-column: 2 / -1; justify-self: start; margin-top: .25rem; }
  .journey-more { grid-column: 2; justify-self: start; margin-top: .4rem; }
  .fit-card ul { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; gap: 1rem; padding-bottom: 1.9rem; }
  footer::after { right: 50%; transform: translateX(50%); top: -280px; }
  .brand-footer { justify-self: center; }
  footer p { justify-self: center; max-width: 30ch; }
  footer div { justify-self: center; justify-content: center; }
  footer small { justify-self: center; padding-left: 0; border-left: 0; }
  .internal-hero { min-height: 570px; padding: 125px 20px 68px; }
  .blog-hero { min-height: 460px; background:
    linear-gradient(180deg, rgba(251,250,246,.88) 0%, rgba(251,250,246,.7) 36%, rgba(16,13,48,.24) 100%),
    url("../assets/images/foto2.webp") center/cover no-repeat; }
  .blog-search-wrap { margin-top: 0; padding: 1.4rem 20px 0; }
  .blog-search-card { max-width: 100%; padding: 1rem .9rem .9rem; border-radius: 18px; }
  .blog-search-card h2 { margin-bottom: .7rem; text-align: left; font-size: clamp(1rem, 5.4vw, 1.35rem); }
  .blog-search-field { min-height: 50px; padding: 0 .9rem 0 1rem; }
  .internal-hero h1 { font-size: clamp(2.8rem,12vw,4.6rem); }
  .method-page-grid,.deliverables-list { grid-template-columns: 1fr; }
  .internal-image-split { grid-template-columns: 1fr; gap: 3.5rem; }
  .internal-photo { min-height: 430px; }
  .phases-list article { grid-template-columns: 40px 1fr; gap: 1rem; }
  .phases-list p { grid-column: 2; }
  .articles-page { padding-top: 2.8rem; }
  .articles-grid { grid-template-columns: minmax(0, 220px); justify-content: center; gap: 1.6rem; }
  .articles-grid article,.articles-grid article:nth-child(3n) { min-height: 0; border-right: 0; }
  .blog-article-card h2 { font-size: clamp(1rem, 5.3vw, 1.22rem); }
  .blog-article-card p { font-size: .8rem; }
  .article-post { padding: 118px 20px 64px; }
  .article-post h1 { max-width: none; font-size: clamp(2rem, 10vw, 3.2rem); }
  .article-post-cover { margin-top: 1.6rem; aspect-ratio: 1 / 1; }
  .article-post-body { margin-top: 1.8rem; gap: 1rem; }
  .article-post-body p { font-size: .92rem; }
  .contact-page { min-height: auto; padding: 140px 20px 85px; grid-template-columns: 1fr; gap: 4rem; }
  .contact-page h1 { font-size: clamp(2.8rem,12vw,4.6rem); }
}

@media (max-width: 520px) {
  .brand { gap: .5rem; }
  .brand-logo { height: 46px; }
  .brand-name { font-size: .92rem; }
  .brand-footer .brand-logo { height: 62px; }
  .brand-footer .brand-name { font-size: 1.14rem; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: .7rem; }
  .hero-visual { min-height: 455px; }
  .hero-visual::before { inset: 12% 4% 12% 8%; filter: blur(18px); }
  .hero-visual-image { right: 50%; bottom: -10px; transform: translateX(50%); width: min(108%, 540px); }
  .diagnostic-media { width: 100%; min-height: 320px; border-radius: 22px; }
  .pain-form-card { border-radius: 22px; }
  .pain-form-inner { padding: 12px; }
  .pillars { grid-template-columns: 1fr; }
  .conversion-calculator-card { padding: 20px 16px 18px; border-radius: 18px; }
  .calculator-input { min-height: 52px; font-size: .9rem; }
  .results-highlight { min-height: auto; padding: 18px; }
  .loss-carousel .carousel-track { grid-template-columns: 1fr; gap: 1rem; }
  .loss-item { min-height: auto; }
  .problem-proof { grid-template-columns: 1fr; gap: .9rem; justify-items: center; }
  .problem-proof-heading { max-width: 100%; justify-items: center; text-align: center; }
  .problem-proof-heading h3 { font-size: clamp(1.4rem, 8vw, 1.9rem); }
  .problem-proof-heading > p:last-child { font-size: .86rem; }
  .problem-proof-slider { max-width: 100%; margin-left: 0; }
  .problem-phone { border-radius: 24px; padding: 14px 14px 62px; }
  .problem-phone-slider { min-height: 440px; }
  .problem-proof-track,
  .problem-chat { min-height: 348px; }
  .problem-chat-bubble { max-width: 92%; font-size: .8rem; padding: 13px 14px; }
  .problem-proof-controls { left: 14px; right: 14px; bottom: 14px; }
  .loss-icon { width: 46px; height: 46px; }
  .loss-item h3 { margin: 2rem 0 1rem; }
  .carousel-controls button { width: 44px; height: 44px; }
  .photo-slide { flex-basis: 86vw; height: 392px; border-radius: 19px; }
  .photo-slide > div:last-child { left: 1.35rem; right: 1.35rem; bottom: 1.35rem; }
  .blog-card-media { margin: .85rem 0 0; border-radius: 14px; }
  .blog-card-body { padding: .82rem 0 .92rem; }
  .blog-card h3 { font-size: clamp(.98rem, 5.2vw, 1.2rem); max-width: none; }
  .blog-card p { font-size: .74rem; max-width: 38ch; }
  .blog-card-link { padding-top: .82rem; font-size: .64rem; }
  .outcome-kicker { gap: .75rem; margin-bottom: 1rem; }
  .outcome-kicker::before { width: 30px; }
  .outcome-card { padding: 1.55rem; border-radius: 24px; }
  .outcome-card h3 { margin: 1.2rem 0 1.45rem; font-size: clamp(1.55rem, 6.4vw, 2rem); }
  .outcome-card li { grid-template-columns: 32px 1fr; gap: .72rem; font-size: .86rem; }
  .outcome-card li span { width: 32px; height: 32px; font-size: 1rem; }
  .outcome-card-link { padding-top: 1.5rem; font-size: .74rem; }
  .problem-footer { flex-direction: column; border-radius: 18px; }
  .problem-footer i { width: 1px; height: 25px; }
  .problem-footer i::after { right: -2px; top: auto; bottom: 0; }
  .pillar-card { min-height: 380px; }
  .journey-list article { grid-template-columns: 35px 1fr; }
  .faq-list { margin-top: 3rem; }
  .faq summary { grid-template-columns: 34px 1fr auto; font-size: .92rem; }
  .faq details > p { margin-left: 34px; }
  .cta { min-height: 570px; }
  .cta h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .button { min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
