:root {
  --blue: #0D385E;
  --blue-900: #082b49;
  --blue-800: #0b3155;
  --blue-700: #144a77;
  --green: #138A7A;
  --green-700: #0f7568;
  --green-100: #e8f6f3;
  --ink: #17324a;
  --muted: #5f7180;
  --line: #dce8ef;
  --surface: #f5f9fc;
  --white: #fff;
  --shadow: 0 24px 60px rgba(13, 56, 94, .13);
  --shadow-soft: 0 12px 34px rgba(13, 56, 94, .09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.shell--narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 100px 0; }
.section-shell { margin: 0 20px; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 9999; background: #fff; color: var(--blue); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-soft); }

.eyebrow {
  display: inline-block;
  color: var(--green);
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow--light { color: #8be1d4; }

.button {
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: .9rem;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid transparent;
}
.button svg, .text-link svg { width: 19px; height: 19px; transition: transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg { transform: translateX(4px); }
.button--primary { background: var(--green); color: #fff; box-shadow: 0 12px 26px rgba(19,138,122,.22); }
.button--primary:hover { background: var(--green-700); box-shadow: 0 16px 36px rgba(19,138,122,.28); }
.button--outline { border-color: rgba(19,138,122,.55); color: var(--green-700); background: rgba(255,255,255,.8); }
.button--outline:hover { border-color: var(--green); background: var(--green-100); }
.button--white { background: #fff; color: var(--blue); box-shadow: 0 12px 24px rgba(0,0,0,.14); }
.button--white:hover { background: #eff8f7; }
.button--green { background: #1db59f; color: #fff; box-shadow: 0 12px 30px rgba(5, 23, 40, .22); }
.button--dark-outline { border-color: rgba(255,255,255,.62); color: #fff; background: transparent; }
.button--dark-outline:hover { background: rgba(255,255,255,.1); }
.button--full { width: 100%; }
.text-link { color: var(--green-700); font-weight: 600; display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13,56,94,0);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: rgba(13,56,94,.08); box-shadow: 0 8px 30px rgba(13,56,94,.06); }
.site-header__inner { height: 86px; display: flex; align-items: center; gap: 28px; }
.site-header__brand { width: 205px; flex: 0 0 205px; }
.coordena-brand, .custom-logo-link { display: block; }
.coordena-brand img, .custom-logo { width: 205px; height: auto; }
.site-nav { margin-left: auto; }
.coordena-nav-list { list-style: none; display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; }
.coordena-nav-list a { font-size: .82rem; font-weight: 600; color: var(--blue); position: relative; padding: 8px 0; }
.coordena-nav-list a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--green); transition: right .2s ease; }
.coordena-nav-list a:hover::after, .coordena-nav-list .current-menu-item a::after { right: 0; }
.header-cta { min-height: 44px; padding: 10px 18px; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--blue); padding: 8px; cursor: pointer; }
.nav-toggle svg { width: 28px; height: 28px; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }
.mobile-menu { background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(13,56,94,.12); }
.mobile-menu__inner { padding: 22px 0 26px; }
.mobile-nav-list, .mobile-menu .coordena-nav-list { list-style: none; padding: 0; margin: 0 0 20px; display: grid; }
.mobile-nav-list a, .mobile-menu .coordena-nav-list a { display: block; padding: 13px 0; font-weight: 600; color: var(--blue); border-bottom: 1px solid var(--line); }

/* Hero */
.hero { position: relative; padding: 70px 0 60px; min-height: 700px; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 77% 36%, rgba(19,138,122,.10), transparent 27%), linear-gradient(180deg, #fff 0%, #fbfdff 100%); pointer-events: none; }
.hero__motif { position: absolute; width: 420px; height: 420px; right: -140px; top: 40px; opacity: .045; transform: rotate(-9deg); }
.hero__motif img { width: 100%; height: 100%; object-fit: contain; }
.hero__grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; }
.hero__copy h1 { color: var(--blue); font-size: clamp(2.65rem, 5vw, 4.75rem); line-height: 1.04; letter-spacing: -.045em; margin: 0 0 22px; font-weight: 600; max-width: 660px; }
.hero__lead { font-size: 1.12rem; line-height: 1.7; color: var(--muted); max-width: 630px; margin: 0 0 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__proof { margin-top: 42px; display: flex; align-items: stretch; gap: 0; }
.hero__proof > div { display: grid; grid-template-columns: 40px auto; grid-template-rows: auto auto; column-gap: 10px; padding: 0 25px; border-right: 1px solid var(--line); min-width: 155px; }
.hero__proof > div:first-child { padding-left: 0; }
.hero__proof > div:last-child { border-right: 0; }
.hero__proof span { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue); }
.hero__proof svg { width: 28px; height: 28px; }
.hero__proof strong { font-size: .75rem; color: var(--blue); line-height: 1.3; }
.hero__proof small { font-size: .7rem; color: var(--muted); line-height: 1.3; }

.hero-ui { min-height: 520px; position: relative; }
.hero-ui__orb { position: absolute; width: 475px; height: 420px; right: 0; top: 52px; border-radius: 48% 52% 55% 45% / 58% 42% 58% 42%; background: linear-gradient(145deg, var(--blue-700), var(--blue-900)); box-shadow: 0 34px 80px rgba(13,56,94,.25); transform: rotate(3deg); }
.hero-ui__orb::before { content: ''; position: absolute; width: 220px; height: 220px; left: -98px; top: -55px; border: 46px solid rgba(13,56,94,.11); border-right-color: transparent; border-radius: 50%; transform: rotate(-28deg); }
.dashboard-panel { position: absolute; width: 255px; left: 85px; top: 115px; bottom: 40px; padding: 24px 22px; border-radius: 20px; background: linear-gradient(180deg, #0b3155, #082842); color: #fff; box-shadow: var(--shadow); z-index: 2; }
.dashboard-panel__head { display: flex; align-items: center; gap: 9px; font-size: .75rem; font-weight: 600; margin-bottom: 25px; }
.dashboard-panel__head img { width: 23px; height: 23px; object-fit: contain; filter: brightness(0) invert(1); }
.dashboard-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }
.dashboard-panel li { display: flex; gap: 10px; align-items: center; font-size: .75rem; color: rgba(255,255,255,.82); }
.dashboard-panel li svg { width: 17px; height: 17px; color: #73d6c8; }
.ui-card { position: absolute; background: rgba(255,255,255,.97); border: 1px solid rgba(13,56,94,.08); border-radius: 15px; box-shadow: 0 16px 38px rgba(13,56,94,.16); z-index: 3; }
.ui-card__label { color: var(--blue); font-size: .7rem; font-weight: 600; display: block; }
.ui-card--plan { width: 220px; top: 45px; right: 18px; padding: 16px; display: grid; grid-template-columns: 65px 1fr; gap: 12px; align-items: center; }
.ui-card--plan .ui-card__label { grid-column: 1 / 3; }
.progress-ring { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--green) 75%, #e7eff4 0); position: relative; }
.progress-ring::after { content: ''; position: absolute; inset: 8px; border-radius: 50%; background: #fff; }
.progress-ring span { position: relative; z-index: 1; color: var(--blue); font-weight: 700; font-size: .72rem; }
.mini-list { display: grid; gap: 7px; }
.mini-list i { height: 5px; border-radius: 3px; background: #e0ebf0; position: relative; }
.mini-list i::before { content: ''; position: absolute; left: -11px; top: -1px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.ui-card--chart { width: 275px; right: -10px; top: 182px; padding: 16px; }
.chart-grid { margin-top: 13px; height: 104px; border-left: 1px solid #d8e5ec; border-bottom: 1px solid #d8e5ec; background: repeating-linear-gradient(to bottom, transparent 0 24px, #edf3f6 25px 26px); }
.chart-grid svg { width: 100%; height: 100%; overflow: visible; }
.chart-grid polyline:first-child { stroke: var(--green); stroke-width: 3; }
.chart-grid polyline:last-child { stroke: #4e85b0; stroke-width: 2; opacity: .72; }
.chart-legend { display: flex; gap: 14px; margin-top: 8px; color: var(--muted); font-size: .56rem; }
.chart-legend span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; margin-right: 5px; }
.chart-legend span:last-child::before { background: #4e85b0; }
.ui-card--formation { width: 250px; left: 5px; bottom: 7px; padding: 14px; display: flex; gap: 12px; align-items: center; }
.avatar-stack { display: flex; min-width: 78px; }
.avatar-stack b { width: 31px; height: 31px; border-radius: 50%; margin-left: -9px; border: 2px solid #fff; background: linear-gradient(145deg, #d5e3ea, #7897aa); }
.avatar-stack b:first-child { margin-left: 0; background: linear-gradient(145deg, #d7b9a1, #796552); }
.avatar-stack b:nth-child(2) { background: linear-gradient(145deg, #b8d5d1, #476f6a); }
.avatar-stack b:nth-child(3) { background: linear-gradient(145deg, #c9c7de, #5e5a79); }
.ui-card--formation strong, .ui-card--community strong { display: block; color: var(--blue); font-size: .66rem; line-height: 1.35; margin-top: 4px; }
.bar { height: 4px; border-radius: 4px; background: #e1ecf0; margin-top: 8px; overflow: hidden; }
.bar i { display: block; width: 62%; height: 100%; background: var(--green); }
.ui-card--community { width: 205px; right: 0; bottom: 25px; padding: 14px; display: flex; gap: 10px; align-items: center; }
.ui-card--community > svg { width: 34px; height: 34px; color: var(--green); flex: 0 0 auto; }

/* Pain strip */
.pain-strip { position: relative; z-index: 4; }
.pain-strip__inner { background: linear-gradient(90deg, #f0f7fb, #f8fbfd); border: 1px solid #e2edf3; border-radius: 22px; min-height: 120px; display: grid; grid-template-columns: 1.2fr repeat(5, 1fr); align-items: stretch; padding: 16px 22px; box-shadow: 0 18px 45px rgba(13,56,94,.06); }
.pain-strip h2 { align-self: center; color: var(--blue); font-size: 1.2rem; line-height: 1.25; margin: 0; padding-right: 20px; }
.pain-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 12px 15px; border-left: 1px solid var(--line); color: var(--blue); }
.pain-item svg { width: 28px; height: 28px; }
.pain-item span { font-size: .67rem; line-height: 1.35; color: var(--ink); }

/* Headings */
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading h2, .differentials > h2, .content-preview__head h2 { color: var(--blue); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; letter-spacing: -.035em; font-weight: 600; margin: 0 0 15px; }
.section-heading p { color: var(--muted); font-size: 1rem; margin: 0; }

/* Products */
.products { padding-top: 110px; }
.products-grid { display: grid; grid-template-columns: 1.5fr .9fr; grid-template-rows: repeat(2, minmax(245px, auto)); gap: 18px; }
.product { border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.product h3 { font-size: 2rem; line-height: 1.08; letter-spacing: -.025em; margin: 16px 0 14px; color: var(--blue); }
.product p { font-size: .94rem; color: var(--muted); margin: 0 0 24px; max-width: 440px; }
.product--subscription { grid-row: 1 / 3; background: linear-gradient(135deg, #0d3b65 0%, #082b49 100%); color: #fff; min-height: 540px; padding: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; box-shadow: 0 28px 68px rgba(13,56,94,.22); }
.product--subscription::after { content: ''; position: absolute; inset: auto -80px -100px auto; width: 300px; height: 300px; border: 52px solid rgba(19,138,122,.18); border-left-color: transparent; border-radius: 50%; transform: rotate(18deg); }
.product--subscription h3 { color: #fff; font-size: 2.8rem; }
.product--subscription p { color: rgba(255,255,255,.78); }
.product__content { position: relative; z-index: 2; }
.tag { display: inline-flex; align-items: center; width: max-content; border: 1px solid rgba(19,138,122,.4); color: var(--green-700); border-radius: 999px; padding: 6px 11px; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.tag--light { background: rgba(37,199,177,.16); border-color: rgba(95,231,211,.25); color: #89e9dc; }
.tag--blue { color: #3e6f99; border-color: rgba(62,111,153,.28); }
.check-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 25px; color: rgba(255,255,255,.88); font-size: .82rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; color: #8ee6d9; border: 1px solid rgba(142,230,217,.48); font-size: .67rem; }
.product-dashboard { min-height: 350px; border-radius: 20px; padding: 18px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 22px 54px rgba(0,0,0,.22); position: relative; z-index: 2; }
.product-dashboard__tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.product-dashboard__tabs span { padding: 12px 6px; text-align: center; border: 1px solid #e2ebf0; border-radius: 9px; font-size: .55rem; color: var(--blue); font-weight: 600; background: #fbfdfe; }
.product-dashboard__body { margin-top: 16px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 12px; }
.score-card, .task-card { border: 1px solid #e2ebf0; border-radius: 13px; background: #fff; padding: 15px; }
.score-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; }
.score-card > span { color: var(--muted); font-size: .62rem; }
.score-ring { width: 100px; height: 100px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--green) 82%, #edf3f6 0); position: relative; }
.score-ring::after { content: ''; position: absolute; inset: 12px; border-radius: 50%; background: #fff; }
.score-ring strong { color: var(--blue); position: relative; z-index: 1; font-size: 1.25rem; }
.task-card { display: grid; align-content: start; gap: 10px; }
.task-card strong { color: var(--blue); font-size: .75rem; }
.task-card span { color: var(--muted); font-size: .6rem; padding-left: 19px; position: relative; }
.task-card span::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.product--diagnostic, .product--kit { padding: 31px 34px; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.product--diagnostic { background: linear-gradient(135deg, #f0fbf8, #edf7f8); }
.product--diagnostic .product__symbol { position: absolute; width: 205px; height: 205px; right: -50px; bottom: -57px; opacity: .23; }
.product--diagnostic .product__symbol img { width: 100%; height: 100%; object-fit: contain; }
.product--diagnostic h3, .product--kit h3 { font-size: 1.8rem; max-width: 340px; }
.product--diagnostic p, .product--kit p { max-width: 390px; position: relative; z-index: 2; }
.product--diagnostic .text-link, .product--kit .text-link { position: relative; z-index: 2; }
.product--kit { background: linear-gradient(135deg, #f3f7fc, #eef4fa); }
.kit-box { position: absolute; width: 132px; height: 132px; right: 25px; bottom: 28px; border-radius: 20px; background: linear-gradient(145deg, #174f80, #082b49); transform: rotate(-4deg); box-shadow: 0 18px 30px rgba(13,56,94,.23); display: grid; place-items: center; }
.kit-box::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.kit-box img { width: 72px; filter: brightness(0) invert(1); opacity: .92; }
.product--kit p { max-width: 300px; }
.modules-strip { margin-top: 20px; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; box-shadow: 0 12px 34px rgba(13,56,94,.055); }
.modules-strip > div { padding: 24px 22px; display: flex; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.modules-strip > div:last-child { border-right: 0; }
.modules-strip svg { width: 34px; height: 34px; flex: 0 0 auto; color: var(--blue); }
.modules-strip strong { display: block; color: var(--blue); font-size: .78rem; }
.modules-strip small { display: block; color: var(--muted); font-size: .62rem; line-height: 1.45; margin-top: 3px; }

/* Journey */
.journey { background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%); }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.journey-grid::before { content: ''; position: absolute; left: 12%; right: 12%; top: 52px; height: 1px; background: linear-gradient(90deg, rgba(19,138,122,.2), var(--green), rgba(19,138,122,.2)); }
.journey-step { position: relative; text-align: center; padding: 0 20px; }
.journey-step__number { position: absolute; left: calc(50% + 35px); top: -7px; color: rgba(13,56,94,.14); font-size: 1rem; font-weight: 700; }
.journey-step__icon { width: 104px; height: 104px; border-radius: 50%; background: #fff; border: 1px solid #bfe4de; box-shadow: 0 15px 34px rgba(13,56,94,.09); display: grid; place-items: center; color: var(--green); margin: 0 auto 20px; position: relative; z-index: 2; }
.journey-step__icon::after { content: ''; position: absolute; inset: 8px; border-radius: 50%; border: 1px dashed rgba(19,138,122,.25); }
.journey-step__icon svg { width: 42px; height: 42px; }
.journey-step h3 { color: var(--green-700); font-size: 1.25rem; margin: 0 0 8px; }
.journey-step p { color: var(--muted); font-size: .8rem; line-height: 1.55; margin: 0 auto; max-width: 210px; }

/* Proof and content */
.proof-content { padding-top: 85px; }
.proof-content__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.differentials, .content-preview { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; background: #fff; box-shadow: 0 18px 48px rgba(13,56,94,.06); }
.differentials > h2 { font-size: 2.15rem; }
.differentials__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 32px; }
.differentials__grid > div { display: flex; gap: 13px; }
.differentials__grid svg { width: 30px; height: 30px; color: var(--green); flex: 0 0 auto; }
.differentials__grid strong { display: block; color: var(--blue); font-size: .77rem; line-height: 1.35; }
.differentials__grid small { display: block; color: var(--muted); font-size: .64rem; line-height: 1.45; margin-top: 4px; }
.content-preview__head { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 25px; }
.content-preview__head h2 { font-size: 2rem; margin: 0; }
.content-preview__head > a { display: inline-flex; align-items: center; gap: 7px; font-size: .73rem; font-weight: 600; color: var(--green-700); white-space: nowrap; }
.content-preview__head > a svg { width: 17px; height: 17px; }
.content-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.content-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.content-card__media { aspect-ratio: 1.55; background: linear-gradient(145deg, #edf5f8, #dbe9ef); display: grid; place-items: center; overflow: hidden; }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; }
.content-card__placeholder { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: rgba(255,255,255,.72); }
.content-card__placeholder svg { width: 31px; height: 31px; }
.content-card:nth-child(2) .content-card__media { background: linear-gradient(145deg, #e9f5f2, #c8e3dc); }
.content-card:nth-child(3) .content-card__media { background: linear-gradient(145deg, #e9eef6, #d0dced); }
.content-card__body { padding: 15px; }
.content-card__type { color: var(--green); font-size: .55rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.content-card h3 { color: var(--blue); font-size: .8rem; line-height: 1.42; margin: 7px 0 12px; font-weight: 600; }
.content-card .text-link { font-size: .66rem; }
.content-card .text-link svg { width: 14px; height: 14px; }

/* CTA */
.final-cta { margin-bottom: 0; }
.final-cta__inner { background: linear-gradient(110deg, #0c3b66, #062a48); color: #fff; border-radius: 28px; min-height: 245px; padding: 42px 58px; display: grid; grid-template-columns: 1.3fr .35fr .75fr; align-items: center; gap: 35px; overflow: hidden; position: relative; box-shadow: 0 25px 60px rgba(13,56,94,.19); }
.final-cta__inner::before { content: ''; position: absolute; width: 340px; height: 340px; border: 50px solid rgba(19,138,122,.1); border-left-color: transparent; border-radius: 50%; right: 180px; top: -190px; transform: rotate(15deg); }
.final-cta__copy, .final-cta__actions, .final-cta__symbol { position: relative; z-index: 2; }
.final-cta h2 { font-size: 2.1rem; line-height: 1.13; letter-spacing: -.03em; margin: 0 0 12px; }
.final-cta p { color: rgba(255,255,255,.72); font-size: .83rem; margin: 0; max-width: 570px; }
.final-cta__symbol img { width: 120px; filter: brightness(0) invert(1); opacity: .88; }
.final-cta__actions { display: grid; gap: 12px; }

/* Footer */
.site-footer { margin-top: 80px; background: #072a48; color: rgba(255,255,255,.78); padding: 65px 0 20px; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.site-footer__brand p { max-width: 310px; font-size: .76rem; line-height: 1.6; margin: 20px 0; }
.footer-logo-wrap { width: 230px; background: #fff; padding: 10px 12px; border-radius: 11px; }
.site-footer h2 { color: #fff; font-size: .82rem; margin: 0 0 18px; }
.site-footer__grid > div:not(.site-footer__brand) { display: flex; flex-direction: column; gap: 9px; }
.site-footer__grid > div:not(.site-footer__brand) a { font-size: .69rem; color: rgba(255,255,255,.68); }
.site-footer__grid a:hover { color: #86dfd2; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; display: grid; place-items: center; }
.social-links svg { width: 18px; height: 18px; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 45px; padding-top: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .64rem; }

/* Standard pages */
.page-main { min-height: 60vh; }
.page-hero, .article-hero { padding: 90px 0 65px; background: linear-gradient(145deg, #f2f8fb, #fff); position: relative; overflow: hidden; }
.page-hero::after, .article-hero::after { content: ''; position: absolute; right: -110px; top: -160px; width: 400px; height: 400px; border: 62px solid rgba(19,138,122,.08); border-left-color: transparent; border-radius: 50%; }
.page-hero h1, .article-hero h1 { position: relative; z-index: 1; color: var(--blue); font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.05; letter-spacing: -.045em; margin: 0; max-width: 900px; }
.article-hero p { color: var(--muted); font-size: 1.12rem; max-width: 720px; }
.prose { padding-top: 70px; padding-bottom: 90px; }
.prose > * { max-width: 760px; }
.prose h2, .prose h3 { color: var(--blue); line-height: 1.2; }
.prose h2 { font-size: 2rem; margin-top: 2em; }
.prose h3 { font-size: 1.45rem; margin-top: 1.8em; }
.prose p, .prose li { color: #425b6e; }
.prose a { color: var(--green-700); text-decoration: underline; }
.article-image { margin-top: 55px; }
.article-image img { border-radius: 22px; width: 100%; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 70px 0 100px; }
.post-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 34px rgba(13,56,94,.06); }
.post-card__media { display: block; aspect-ratio: 1.55; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 22px; }
.post-card__body > span { color: var(--green); font-size: .65rem; }
.post-card h2 { color: var(--blue); font-size: 1.2rem; line-height: 1.35; }
.post-card p { color: var(--muted); font-size: .78rem; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.not-found img { width: 140px; margin: 0 auto 20px; }
.not-found h1 { color: var(--blue); font-size: 3rem; margin: 0 0 12px; }
.not-found p { color: var(--muted); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: .01ms !important; }
}

/* Tablet */
@media (max-width: 1100px) {
  .site-nav { display: none; }
  .header-cta { margin-left: auto; }
  .nav-toggle { display: grid; place-items: center; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 780px; }
  .hero-ui { min-height: 540px; max-width: 680px; width: 100%; margin: 10px auto 0; }
  .pain-strip__inner { grid-template-columns: 1fr repeat(3, 1fr); }
  .pain-strip h2 { grid-row: span 2; }
  .pain-item:nth-of-type(4) { border-left: none; }
  .products-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .product--subscription { grid-column: 1 / 3; grid-row: auto; }
  .product--diagnostic, .product--kit { min-height: 290px; }
  .proof-content__grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

/* Mobile */
@media (max-width: 760px) {
  :root { --radius-xl: 24px; --radius-lg: 20px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 72px 0; }
  .section-shell { margin-inline: 10px; }
  .site-header__inner { height: 72px; gap: 12px; }
  .site-header__brand, .coordena-brand img, .custom-logo { width: 164px; flex-basis: 164px; }
  .header-cta { display: none; }
  .nav-toggle { margin-left: auto; }
  .hero { padding: 48px 0 35px; min-height: 0; }
  .hero__grid { gap: 25px; }
  .hero__copy h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__proof { overflow-x: auto; margin: 32px -14px 0; padding: 0 14px 8px; }
  .hero__proof > div { min-width: 150px; padding: 0 18px; }
  .hero-ui { min-height: 420px; transform: scale(.84); transform-origin: top center; margin-bottom: -65px; }
  .hero-ui__orb { width: 430px; height: 355px; right: 50%; transform: translateX(56%) rotate(3deg); }
  .dashboard-panel { left: 30px; top: 105px; width: 210px; bottom: 33px; }
  .ui-card--plan { right: 12px; width: 195px; top: 35px; }
  .ui-card--chart { right: -8px; width: 235px; top: 168px; }
  .ui-card--formation { left: -3px; bottom: 2px; width: 220px; }
  .ui-card--community { right: 0; bottom: 13px; width: 190px; }
  .pain-strip__inner { grid-template-columns: repeat(2, 1fr); padding: 22px 14px; }
  .pain-strip h2 { grid-column: 1 / 3; grid-row: auto; text-align: center; padding: 0 0 15px; }
  .pain-item { border-left: 0; border-top: 1px solid var(--line); padding: 18px 10px; }
  .pain-item:nth-child(even) { border-right: 1px solid var(--line); }
  .pain-item:last-child { grid-column: 1 / 3; border-right: 0; }
  .section-heading h2, .differentials > h2 { font-size: 2.15rem; }
  .products { padding-top: 78px; }
  .products-grid { display: grid; grid-template-columns: 1fr; }
  .product--subscription { grid-column: auto; grid-template-columns: 1fr; min-height: auto; padding: 30px 24px; }
  .product--subscription h3 { font-size: 2.25rem; }
  .product-dashboard { min-height: 295px; }
  .product-dashboard__tabs { grid-template-columns: repeat(2, 1fr); }
  .product--diagnostic, .product--kit { min-height: 270px; padding: 27px 24px; }
  .product--diagnostic h3, .product--kit h3 { font-size: 1.65rem; }
  .kit-box { width: 105px; height: 105px; right: 18px; bottom: 24px; opacity: .9; }
  .kit-box img { width: 58px; }
  .product--kit p { max-width: 220px; }
  .modules-strip { grid-template-columns: 1fr 1fr; }
  .modules-strip > div { border-bottom: 1px solid var(--line); }
  .modules-strip > div:nth-child(2) { border-right: 0; }
  .modules-strip > div:nth-child(3), .modules-strip > div:nth-child(4) { border-bottom: 0; }
  .journey-grid { grid-template-columns: 1fr; gap: 26px; }
  .journey-grid::before { left: 50%; right: auto; top: 30px; bottom: 30px; height: auto; width: 1px; }
  .journey-step { display: grid; grid-template-columns: 82px 1fr; grid-template-rows: auto auto; text-align: left; column-gap: 18px; padding: 0; align-items: center; }
  .journey-step__icon { width: 82px; height: 82px; grid-row: 1 / 3; margin: 0; }
  .journey-step__icon svg { width: 34px; height: 34px; }
  .journey-step__number { left: 65px; top: -8px; z-index: 3; }
  .journey-step h3 { margin: 0 0 2px; }
  .journey-step p { text-align: left; margin: 0; max-width: none; }
  .proof-content__grid { gap: 18px; }
  .differentials, .content-preview { padding: 25px 20px; }
  .differentials__grid { grid-template-columns: 1fr; }
  .content-preview__head { align-items: flex-start; }
  .content-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .content-card { min-width: 75%; scroll-snap-align: start; }
  .final-cta__inner { grid-template-columns: 1fr; padding: 32px 24px; gap: 22px; }
  .final-cta__symbol { display: none; }
  .final-cta h2 { font-size: 1.8rem; }
  .site-footer { margin-top: 60px; padding-top: 50px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .site-footer__brand { grid-column: 1 / 3; }
  .site-footer__grid > div:last-child { grid-column: 1 / 3; }
  .site-footer__bottom { flex-direction: column; gap: 5px; }
  .posts-grid { grid-template-columns: 1fr; }
  .page-hero, .article-hero { padding: 70px 0 50px; }
  .page-hero h1, .article-hero h1 { font-size: 2.75rem; }
}

@media (max-width: 420px) {
  .hero-ui { transform: scale(.72); margin-bottom: -120px; width: 118%; margin-left: -9%; }
  .product-dashboard__body { grid-template-columns: 1fr; }
  .score-card { flex-direction: row; }
  .score-ring { width: 78px; height: 78px; }
  .modules-strip { grid-template-columns: 1fr; }
  .modules-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .modules-strip > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .content-card { min-width: 86%; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand, .site-footer__grid > div:last-child { grid-column: auto; }
}

/* Proteções de layout em telas pequenas */
.hero__grid,
.hero__copy,
.hero-ui,
.proof-content__grid,
.content-preview,
.content-cards {
  min-width: 0;
}

@media (max-width: 760px) {
  .hero__copy { width: 100%; }
  .hero__proof { max-width: calc(100vw - 28px); }
  .content-cards { max-width: 100%; }
}

@media (max-width: 420px) {
  .hero-ui { width: 100%; margin-left: 0; }
}
