:root {
  --teal: #0099a8;
  --teal-dark: #007a87;
  --teal-soft: #e6f6f6;
  --green: #34c48f;
  --green-soft: #eaf9f2;
  --navy: #123c5a;
  --navy-dark: #0d2a3d;
  --ink: #1d3f52;
  --muted: #5d7480;
  --line: #dce8e8;
  --paper: #ffffff;
  --mist: #f5fbfa;
  --sand: #f6f4ed;
  --shadow: 0 24px 70px rgba(18, 60, 90, 0.12);
  --radius: 24px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.checkbox-row a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.footer-links a { color: white; text-decoration: none; font-weight: 750; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; background: var(--navy); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(18,60,90,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; width: 29px; height: 29px; display: grid; place-items: center; transform: rotate(45deg); border: 3px solid var(--green); border-radius: 9px 13px 9px 13px; color: var(--teal); background: white; }
.brand-mark span { transform: rotate(-45deg); font-size: 17px; line-height: 1; font-weight: 800; }
.brand-logo { width: 31px; height: 31px; object-fit: contain; }
.brand-name { color: var(--navy); font-weight: 800; font-size: 17px; }
.brand-vertical { border-left: 1px solid var(--line); padding-left: 12px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { text-decoration: none; font-size: 14px; color: var(--muted); font-weight: 600; }
.desktop-nav a:hover { color: var(--teal-dark); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 0; border-radius: 999px; color: white; background: var(--teal); box-shadow: 0 10px 25px rgba(0,153,168,.2); text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 13px 30px rgba(0,122,135,.24); }
.button:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(0,153,168,.28); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 14px; box-shadow: none; }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.75); border: 1px solid var(--line); box-shadow: none; }
.button-secondary:hover { color: var(--navy); background: white; }

.hero { position: relative; overflow: hidden; padding: 105px 0 100px; background: linear-gradient(115deg, #f2fbfa 0%, #fbfdfd 50%, #eef9f6 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(18,60,90,.18) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .42; }
.hero-glow-one { width: 540px; height: 540px; right: -160px; top: -220px; background: rgba(52,196,143,.16); }
.hero-glow-two { width: 420px; height: 420px; left: 36%; bottom: -310px; background: rgba(0,153,168,.14); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .97fr; gap: 74px; align-items: center; }
.eyebrow, .section-kicker { color: var(--teal-dark); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 0 25px; padding: 8px 13px; letter-spacing: .06em; text-transform: none; border: 1px solid rgba(0,153,168,.2); border-radius: 999px; background: rgba(255,255,255,.85); box-shadow: 0 5px 18px rgba(18,60,90,.05); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy); letter-spacing: -.025em; line-height: 1.08; }
h1 { max-width: 660px; margin-bottom: 26px; font-size: clamp(47px, 5.2vw, 72px); }
h1 span { color: var(--teal); }
.hero-lead { max-width: 660px; margin-bottom: 29px; color: var(--muted); font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.honesty-note { display: flex; gap: 8px; margin: 22px 0 0; color: #70868d; font-size: 13px; }
.honesty-note span { color: var(--teal); font-weight: 900; }
.hero-product { position: relative; min-width: 0; }
.product-window { overflow: hidden; position: relative; background: white; border: 1px solid rgba(18,60,90,.1); border-radius: 28px; box-shadow: var(--shadow); }
.window-topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.window-topbar > div { display: flex; flex-direction: column; gap: 2px; }
.micro-label { margin: 0; color: var(--teal-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.window-topbar strong { color: var(--navy); font-size: 18px; }
.prototype-pill, .demo-badge { padding: 6px 10px; border-radius: 999px; background: #fff4da; color: #7a5a15; font-size: 10px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.person-strip { display: flex; align-items: center; gap: 11px; margin: 21px 23px 15px; padding: 13px; border-radius: 16px; background: var(--mist); }
.avatar { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-size: 12px; font-weight: 800; }
.person-strip > div { display: flex; flex-direction: column; min-width: 0; }
.person-strip strong { color: var(--navy); font-size: 13px; }
.person-strip span:not(.avatar):not(.team-pill) { color: var(--muted); font-size: 11px; }
.team-pill { margin-left: auto; padding: 5px 8px; border-radius: 999px; color: #17714f; background: var(--green-soft); font-size: 10px; font-weight: 800; }
.goal-card { margin: 0 23px 16px; padding: 17px; color: white; border-radius: 17px; background: var(--navy); }
.goal-header { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.goal-header span { color: rgba(255,255,255,.6); }
.goal-header strong { color: #7ee0b8; }
.goal-card p { margin: 13px 0; font-weight: 700; font-size: 15px; line-height: 1.35; }
.progress { height: 5px; overflow: hidden; background: rgba(255,255,255,.16); border-radius: 99px; }
.progress span { display: block; width: 64%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--green)); }
.disciplines { display: flex; gap: 6px; margin-top: 12px; }
.disciplines span { padding: 4px 7px; background: rgba(255,255,255,.1); border-radius: 6px; font-size: 9px; }
.timeline-mini { padding: 4px 25px 24px; }
.timeline-mini article { position: relative; display: grid; grid-template-columns: 12px 1fr; gap: 11px; padding: 12px 0; }
.timeline-mini article:not(:last-child)::after { content: ""; position: absolute; top: 24px; bottom: -12px; left: 4px; width: 1px; background: var(--line); }
.timeline-dot { z-index: 1; width: 9px; height: 9px; margin-top: 4px; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--teal); }
.timeline-dot.green { box-shadow: 0 0 0 2px var(--green); }
.timeline-mini article div { display: flex; flex-direction: column; }
.timeline-mini small { color: var(--teal-dark); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.timeline-mini strong { margin: 3px 0; color: var(--navy); font-size: 12px; }
.timeline-mini p { margin: 0; color: #819097; font-size: 9px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 35px rgba(18,60,90,.14); }
.floating-card > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 800; font-size: 11px; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card strong { color: var(--navy); font-size: 11px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-family { right: -40px; bottom: 45px; }
.floating-time { left: -43px; top: 130px; }
.floating-time > span { background: var(--teal); }

.narrow-heading { max-width: 850px; text-align: center; }
.section-kicker { margin-bottom: 14px; }
.narrow-heading h2, .prototype-heading h2 { font-size: clamp(36px, 4vw, 53px); margin-bottom: 20px; }
.narrow-heading > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.problem { background: white; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.problem-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, white, #fbfdfd); }
.problem-card:nth-child(2) { transform: translateY(22px); }
.card-number { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 42px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); font-weight: 850; font-size: 12px; }
.problem-card h3 { font-size: 22px; margin-bottom: 13px; }
.problem-card p { margin-bottom: 0; color: var(--muted); }
.problem-quote { margin-top: 68px; padding: 30px 38px; border-left: 4px solid var(--green); border-radius: 0 18px 18px 0; background: var(--sand); }
.problem-quote p { max-width: 980px; margin: 0; color: var(--navy); font-size: 21px; line-height: 1.55; }

.flow { background: var(--mist); }
.flow-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.sticky-copy { position: sticky; top: 125px; }
.sticky-copy h2 { font-size: clamp(38px, 4.2vw, 55px); }
.sticky-copy > p:not(.section-kicker) { max-width: 480px; color: var(--muted); font-size: 18px; }
.keep-tools { display: flex; gap: 15px; margin-top: 30px; padding: 20px; border: 1px solid rgba(0,153,168,.18); border-radius: 17px; background: white; }
.keep-tools > span { color: var(--teal); font-size: 24px; }
.keep-tools p { margin: 0; color: var(--muted); font-size: 14px; }
.keep-tools strong { color: var(--navy); }
.flow-steps { list-style: none; margin: 0; padding: 0; }
.flow-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.flow-steps li:first-child { padding-top: 0; }
.flow-steps li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(0,153,168,.2); border-radius: 17px; color: var(--teal-dark); background: white; font-weight: 850; }
.step-label { margin: 0 0 8px; color: var(--teal-dark); font-size: 10px; letter-spacing: .13em; font-weight: 850; }
.flow-steps h3 { margin-bottom: 10px; font-size: 25px; }
.flow-steps p:last-child { margin: 0; color: var(--muted); }

.fit { background: white; }
.fit-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; }
.fit-card { padding: 45px; border-radius: 30px; }
.fit-yes { background: var(--navy); }
.fit-yes .section-kicker { color: #76ddba; }
.fit-yes h2 { color: white; font-size: clamp(34px, 3.6vw, 48px); }
.fit-card ul { list-style: none; margin: 30px 0 0; padding: 0; }
.fit-card li { display: flex; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.fit-yes li { color: rgba(255,255,255,.82); }
.fit-card li span { color: var(--green); font-weight: 900; }
.fit-no { border: 1px solid var(--line); background: var(--sand); }
.fit-no h3 { margin: 0; font-size: 35px; }
.fit-no li { color: var(--muted); border-color: rgba(18,60,90,.1); }
.fit-no li span { color: #94a3a8; }

.prototype { overflow: hidden; background: #f2f6f8; }
.prototype-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 45px; }
.prototype-heading > div { max-width: 700px; }
.prototype-heading > p { max-width: 390px; margin-bottom: 9px; color: var(--muted); }
.demo-shell { overflow: hidden; border: 1px solid #d6e2e5; border-radius: 27px; background: white; box-shadow: 0 30px 80px rgba(18,60,90,.13); }
.demo-toolbar { min-height: 86px; display: flex; align-items: center; gap: 20px; padding: 14px 22px; border-bottom: 1px solid var(--line); }
.demo-person { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.avatar.large { width: 43px; height: 43px; background: linear-gradient(135deg, var(--teal), var(--green)); }
.demo-person > div { display: flex; flex-direction: column; }
.demo-person strong { color: var(--navy); font-size: 14px; }
.demo-person span:not(.avatar) { color: var(--muted); font-size: 11px; }
.view-tabs { display: flex; gap: 5px; margin: auto; padding: 5px; border-radius: 12px; background: var(--mist); }
.view-tabs button { min-height: 38px; padding: 0 14px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.view-tabs button[aria-selected="true"] { color: white; background: var(--navy); box-shadow: 0 5px 12px rgba(18,60,90,.15); }
.demo-content { min-height: 590px; }
#panel-cronologia { display: grid; grid-template-columns: 220px 1fr; }
.demo-sidebar { padding: 26px 21px; background: #f9fbfb; border-right: 1px solid var(--line); }
.demo-sidebar ul { list-style: none; margin: 18px 0; padding: 0; }
.demo-sidebar li { display: flex; gap: 10px; padding: 11px 0; }
.role-dot { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 9px; font-weight: 850; }
.role-teal { background: var(--teal); }
.role-green { background: var(--green); }
.role-blue { background: #6488c1; }
.demo-sidebar li div { display: flex; flex-direction: column; }
.demo-sidebar strong { color: var(--navy); font-size: 12px; }
.demo-sidebar small { color: var(--muted); font-size: 9px; }
.sidebar-summary { display: flex; flex-direction: column; gap: 5px; margin-top: 25px; padding: 16px; border-radius: 14px; background: var(--teal-soft); }
.sidebar-summary small { color: var(--teal-dark); font-weight: 850; font-size: 9px; letter-spacing: .1em; }
.sidebar-summary strong { font-size: 24px; }
.sidebar-summary span { color: var(--muted); font-size: 10px; }
.demo-main { padding: 30px 34px; }
.demo-main-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.demo-main-heading h3 { margin: 6px 0 0; font-size: 28px; }
.filter-button { min-height: 38px; padding: 0 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 9px; background: white; font-size: 11px; }
.filter-button:disabled { cursor: default; opacity: 1; }
.full-timeline article { display: grid; grid-template-columns: 44px 18px 1fr; gap: 12px; align-items: start; }
.full-timeline article:not(:last-child) { padding-bottom: 18px; }
.date-column { display: flex; flex-direction: column; align-items: center; color: var(--navy); }
.date-column strong { font-size: 20px; line-height: 1; }
.date-column span { color: var(--muted); font-size: 8px; font-weight: 800; }
.line-marker { position: relative; z-index: 1; width: 13px; height: 13px; margin-top: 4px; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--teal); }
.full-timeline article:not(:last-child) .line-marker::after { content: ""; position: absolute; z-index: -2; width: 1px; height: calc(100% + 128px); top: 9px; left: 3px; background: var(--line); }
.line-marker.role-green { box-shadow: 0 0 0 2px var(--green); }
.milestone-marker { display: grid; place-items: center; width: 20px; height: 20px; margin-left: -3px; color: white; background: var(--navy); border-radius: 6px; font-size: 9px; }
.event-card { padding: 19px 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.event-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--teal-dark); font-size: 9px; font-weight: 850; letter-spacing: .07em; }
.visibility { padding: 4px 7px; border-radius: 99px; letter-spacing: 0; text-transform: none; }
.family-visible { color: #17714f; background: var(--green-soft); }
.team-only { color: #4c6289; background: #edf1f8; }
.reviewed { color: #725615; background: #fff4da; }
.event-card h4 { margin: 12px 0 7px; font-size: 16px; }
.event-card p { margin: 0 0 12px; color: var(--muted); font-size: 12px; }
.linked-goal { width: fit-content; padding: 7px 9px; border-radius: 7px; color: var(--teal-dark); background: var(--teal-soft); font-size: 10px; font-weight: 700; }
.goals-panel { padding: 38px; }
.panel-intro { max-width: 680px; margin-bottom: 26px; }
.panel-intro h3 { margin: 7px 0 11px; font-size: 30px; }
.panel-intro p:last-child { color: var(--muted); }
.goals-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.goals-list article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.goal-title { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: start; }
.goal-title > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--teal-dark); background: var(--teal-soft); font-size: 10px; font-weight: 850; }
.goal-title h4 { margin: 2px 0 5px; font-size: 17px; }
.goal-title p { margin: 0; color: var(--muted); font-size: 10px; }
.goal-title > strong { padding: 5px 8px; color: #17714f; border-radius: 99px; background: var(--green-soft); font-size: 9px; }
.contribution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 25px 0 18px; }
.contribution-grid span { display: flex; flex-direction: column; gap: 4px; padding: 10px; color: var(--muted); border-radius: 10px; background: var(--mist); font-size: 9px; }
.contribution-grid b { color: var(--teal-dark); font-size: 10px; }
.progress.wide { background: #e7eeee; }
.progress.secondary span { width: 42%; background: linear-gradient(90deg, #6488c1, var(--teal)); }
.family-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 35px 80px; background: linear-gradient(120deg, #f7fbfb, #edf8f6); }
.family-preview { max-width: 400px; padding: 20px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 20px 45px rgba(18,60,90,.12); }
.family-phone-top { display: flex; align-items: center; gap: 9px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.brand-mark.tiny { width: 23px; height: 23px; border-width: 2px; }
.brand-mark.tiny span { font-size: 13px; }
.family-phone-top strong { color: var(--navy); font-size: 12px; }
.family-phone-top > span:last-child { margin-left: auto; color: var(--muted); font-size: 9px; }
.family-greeting { margin: 20px 0 14px; color: var(--muted); font-size: 11px; }
.family-preview article { display: flex; gap: 12px; margin-bottom: 11px; padding: 14px; border-radius: 13px; background: var(--mist); }
.family-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: white; border-radius: 8px; background: var(--teal); }
.family-preview small { color: var(--teal-dark); font-size: 8px; font-weight: 850; letter-spacing: .07em; }
.family-preview h4 { margin: 4px 0; font-size: 13px; }
.family-preview article p { margin: 0; color: var(--muted); font-size: 9px; }
.review-sign { margin: 16px 0 3px; color: var(--muted); font-size: 9px; text-align: center; }
.permissions-explain h3 { margin: 8px 0 15px; font-size: 33px; }
.permissions-explain > p:not(.micro-label):not(.caution) { color: var(--muted); }
.permissions-explain ul { list-style: none; margin: 22px 0; padding: 0; }
.permissions-explain li { display: flex; gap: 12px; margin-bottom: 12px; }
.permissions-explain li > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; color: #17714f; border-radius: 50%; background: var(--green-soft); font-size: 11px; font-weight: 850; }
.permissions-explain li div { display: flex; flex-direction: column; }
.permissions-explain strong { color: var(--navy); font-size: 12px; }
.permissions-explain small { color: var(--muted); font-size: 10px; }
.caution { padding: 14px; color: #725615; border: 1px solid #eadca9; border-radius: 12px; background: #fffaf0; font-size: 10px; }

.difference { background: white; }
.comparison-wrap { margin-top: 45px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; }
.comparison-row { display: grid; grid-template-columns: .6fr 1fr 1.2fr; gap: 25px; align-items: center; padding: 22px 27px; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row strong { color: var(--navy); }
.comparison-row p { margin: 0; color: var(--muted); }
.comparison-head { color: var(--navy); background: var(--mist); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.accent-row { background: var(--teal-soft); }
.accent-row > strong { color: var(--teal-dark); }
.accent-row p:last-child { color: var(--navy); }

.trust { color: white; background: var(--navy-dark); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.section-kicker.light { color: #6ed7b1; }
.trust h2 { color: white; font-size: clamp(38px, 4vw, 54px); }
.trust-grid > div:first-child > p:last-child { color: rgba(255,255,255,.62); font-size: 18px; }
.trust-points article { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.12); }
.trust-points article > span { color: #6ed7b1; font-size: 12px; font-weight: 850; }
.trust-points h3 { margin-bottom: 8px; color: white; font-size: 21px; }
.trust-points p { margin: 0; color: rgba(255,255,255,.6); }

.validation { background: linear-gradient(120deg, #effaf7, #f7fbfb); }
.validation-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.validation-copy h2 { font-size: clamp(39px, 4.5vw, 57px); }
.validation-copy > p:not(.section-kicker) { max-width: 590px; color: var(--muted); font-size: 18px; }
.validation-copy ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 28px 0 0; padding: 0; }
.validation-copy li { padding: 8px 11px; color: var(--teal-dark); border: 1px solid rgba(0,153,168,.18); border-radius: 99px; background: white; font-size: 12px; font-weight: 750; }
.validation-form { padding: 32px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 22px; }
.form-heading span { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.form-heading p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.validation-form > label { display: block; margin: 13px 0 6px; color: var(--navy); font-size: 12px; font-weight: 750; }
.optional-label { color: var(--muted); font-weight: 500; }
.validation-form input, .validation-form select, .validation-form textarea { width: 100%; min-height: 47px; padding: 0 13px; color: var(--navy); border: 1px solid #cfdddd; border-radius: 10px; background: white; }
.validation-form textarea { min-height: 108px; padding-block: 12px; resize: vertical; font: inherit; line-height: 1.45; }
.validation-form input[aria-invalid="true"], .validation-form select[aria-invalid="true"], .validation-form textarea[aria-invalid="true"] { border-color: #bd4c4c; background: #fffafa; }
.form-button { width: 100%; }
.privacy-note { margin: 10px 2px 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }
.privacy-note a { color: var(--teal-dark); font-weight: 700; }
.form-status { min-height: 20px; margin-top: 11px; font-size: 11px; }
.form-status.error { color: #9c3030; }
.form-status.success { padding: 12px; color: #176b4c; border-radius: 9px; background: var(--green-soft); }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 125px; }
.faq h2 { font-size: clamp(38px, 4vw, 52px); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal); font-size: 24px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -3px 45px 24px 0; color: var(--muted); }

footer { padding: 35px 0; color: rgba(255,255,255,.65); background: var(--navy-dark); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; }
.footer-brand .brand-name { color: white; }
.footer-inner p { margin: 0; }
.footer-inner > a { color: white; text-decoration: none; font-weight: 750; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 780px; }
  .hero-product { width: min(620px, 92%); margin-inline: auto; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-card:nth-child(2) { transform: none; }
  .problem-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .flow-layout, .trust-grid, .validation-grid, .faq-grid { gap: 55px; }
  .flow-layout { grid-template-columns: .75fr 1.25fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .prototype-heading { align-items: start; flex-direction: column; gap: 0; }
  .goals-list { grid-template-columns: 1fr; }
  .family-panel { padding: 35px; gap: 35px; }
  .comparison-row { grid-template-columns: .5fr 1fr 1fr; }
}

@media (max-width: 740px) {
  .shell { width: min(100% - 28px, 620px); }
  .section { padding: 78px 0; }
  .site-header .button-small { min-height: 38px; padding: 0 14px; font-size: 12px; }
  .brand-vertical { display: none; }
  .hero { padding: 72px 0 75px; }
  .hero-grid { gap: 50px; }
  h1 { font-size: clamp(42px, 12.3vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-product { width: 100%; }
  .floating-card { display: none; }
  .window-topbar, .person-strip, .goal-card { margin-left: 14px; margin-right: 14px; }
  .window-topbar { padding: 18px 16px; }
  .timeline-mini { padding-inline: 17px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card:last-child { grid-column: auto; }
  .problem-card { min-height: auto; }
  .card-number { margin-bottom: 28px; }
  .problem-quote { margin-top: 35px; padding: 24px; }
  .flow-layout, .trust-grid, .validation-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .sticky-copy, .faq-grid > div:first-child { position: static; }
  .flow-steps li { grid-template-columns: 44px 1fr; gap: 16px; }
  .flow-steps li > span { width: 42px; height: 42px; border-radius: 13px; }
  .fit-card { padding: 30px 24px; }
  .demo-toolbar { flex-wrap: wrap; padding: 17px; }
  .demo-person { min-width: auto; }
  .demo-badge { margin-left: auto; }
  .view-tabs { width: 100%; order: 3; overflow-x: auto; }
  .view-tabs button { flex: 1 0 auto; }
  #panel-cronologia { display: block; }
  .demo-sidebar { display: none; }
  .demo-main { padding: 24px 15px; }
  .demo-main-heading { align-items: flex-start; gap: 15px; }
  .filter-button { display: none; }
  .full-timeline article { grid-template-columns: 35px 14px 1fr; gap: 8px; }
  .event-card { padding: 15px; }
  .event-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .full-timeline article:not(:last-child) .line-marker::after { height: calc(100% + 180px); }
  .goals-panel { padding: 24px 15px; }
  .goal-title { grid-template-columns: 34px 1fr; }
  .goal-title > strong { grid-column: 2; width: fit-content; }
  .contribution-grid { grid-template-columns: 1fr; }
  .family-panel { grid-template-columns: 1fr; padding: 24px 15px; }
  .family-preview { margin-inline: auto; }
  .demo-content { min-height: 0; }
  .comparison-wrap { border: 0; overflow: visible; }
  .comparison-row { display: block; margin-bottom: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
  .comparison-head { display: none; }
  .comparison-row strong { display: block; margin-bottom: 10px; }
  .comparison-row p { margin-top: 8px; }
  .comparison-row p:last-child::before { content: "Con Medixa: "; color: var(--teal-dark); font-weight: 800; }
  .validation-form { padding: 25px 20px; }
  .faq-grid > div:first-child { margin-bottom: -15px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

.privacy-page {
  min-height: calc(100vh - 76px);
  padding: 8rem 0 5rem;
  background: var(--mist);
}

.privacy-content { max-width: 760px; }
.privacy-content h1 { max-width: 720px; margin: 0 0 2rem; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.02; }
.privacy-content h2 { margin: 2.25rem 0 .65rem; color: var(--navy); font-size: 1.35rem; }
.privacy-content p { max-width: 700px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.privacy-content a:not(.button) { color: var(--teal-dark); }
.privacy-updated { margin: 2.5rem 0 1.25rem; font-size: .9rem !important; }

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