:root {
  --navy: #071d34;
  --navy-2: #0d2a49;
  --blue: #eaf5fb;
  --orange: #f36f21;
  --orange-dark: #d5570d;
  --cream: #f7f4ee;
  --white: #fff;
  --ink: #132a3e;
  --muted: #657587;
  --line: rgba(19, 42, 62, .12);
  --shadow: 0 20px 60px rgba(9, 31, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-top: 60px; font-family: Calibri, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--cream); }
button, input, select { font: inherit; }
p, a, button, input, select, textarea, label, li, small { font-family: Calibri, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; width: 100%; height: 60px; padding: 0 clamp(22px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(9,33,66,.98); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 8px 22px rgba(9,33,66,.22); backdrop-filter: blur(14px); }
.brand img { width: 150px; max-height: 40px; object-fit: contain; }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }.brand .brand-symbol, .brand .brand-wordmark { width: auto; height: 26px; object-fit: contain; }
.desktop-nav { display: flex; gap: 32px; font-family: Calibri, "Segoe UI", Arial, sans-serif; font-size: .94rem; font-weight: 700; color: rgba(255,255,255,.92); }
.desktop-nav a, .header-login { font-family: Calibri, "Segoe UI", Arial, sans-serif !important; }
.desktop-nav a { position: relative; padding: 20px 0; transition: color .2s ease; }.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 12px; height: 2px; border-radius: 999px; background: var(--orange); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }.desktop-nav a:hover { color: #fff; }.desktop-nav a:hover::after { transform: scaleX(1); }
.header-login { border: 1.5px solid var(--orange); border-radius: 999px; padding: 9px 18px; color: #fff; font-size: .9rem; font-weight: 800; box-shadow: 0 0 0 1px rgba(243,111,33,.08), 0 8px 20px rgba(0,0,0,.12); transition: background .2s ease, color .2s ease, transform .2s ease; }.header-login:hover { background: var(--orange); color: #fff; transform: translateY(-1px); }
main section[id] { scroll-margin-top: 76px; }

.section-dark { background: var(--navy); color: #fff; }
.hero { min-height: 590px; padding: 30px clamp(28px, 4vw, 56px) 52px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: start; gap: clamp(32px, 3.5vw, 50px); overflow: hidden; position: relative; background: var(--blue); color: var(--ink); }
.hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(44,127,184,.1); filter: blur(80px); left: -230px; bottom: -250px; }
.hero-copy, .hero-media { position: relative; z-index: 1; }
.hero-copy { padding-top: 0; }
.hero-media { align-self: start; }
.eyebrow { margin: 0 0 18px; color: #ff9a5b; text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: .15em; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(243,111,33,.16); margin-right: 9px; }
.eyebrow.orange { color: var(--orange-dark); }
h1, h2, h3 { font-family: "Sora", sans-serif; }
h1 { max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(3.3rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.06em; }
h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 640px; margin: 22px 0 0; color: #526f82; font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.5; }
.hero-actions { margin-top: 26px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 6px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 34px rgba(243,111,33,.25); }
.button-primary:hover { background: var(--orange-dark); }
.text-link { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; }
.hero .text-link { color: var(--navy); border-bottom-color: rgba(9,33,66,.4); }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; color: #5e768a; font-size: .84rem; }
.hero-video-wrap { width: 100%; aspect-ratio: 16 / 9; border: 6px solid rgba(255,255,255,.9); border-radius: 20px; overflow: hidden; background: #000; box-shadow: 0 24px 62px rgba(49,100,141,.2); }
.hero-video { width: 100%; height: 100%; display: block; object-fit: cover; background: #000; }

.proof-strip { min-height: 125px; padding: 24px clamp(22px, 6vw, 90px); background: #fff; display: grid; grid-template-columns: 1.55fr .72fr .85fr 1.35fr 1.65fr; align-items: center; border-bottom: 1px solid var(--line); }
.proof-intro { font-weight: 700; display: flex; align-items: center; gap: 10px; padding-right: 32px; white-space: nowrap; }.pulse { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); }
.proof-item { padding: 4px 26px; border-left: 1px solid var(--line); display: grid; }.proof-item strong { font-family: "Sora", sans-serif; font-size: 1.55rem; color: var(--navy); }.proof-item span { color: var(--muted); font-size: .84rem; margin-top: 3px; }
.proof-item-range strong { font-size: 1.12rem; line-height: 1.2; white-space: nowrap; }
.platforms { display: flex; align-items: center; justify-content: flex-end; gap: 22px; flex-wrap: nowrap; }
.platforms img { width: auto; height: 40px; max-width: 130px; object-fit: contain; }
.platforms img:first-child { height: 46px; }
.platforms img:last-child { transform: scale(1.7); transform-origin: center; }

.section { padding: 100px clamp(22px, 6vw, 90px); }
.section-light { background: #f8f6f1; }
.section-heading { margin-bottom: 50px; }.section-heading.centered { max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; }.section-heading.narrow { max-width: 670px; }
.section-heading h2, .team-copy h2, .final-copy h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; color: var(--navy); }
.section-heading > p:not(.eyebrow), .split-heading > p, .team-copy > p, .final-copy > p { color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.centered > p:not(.eyebrow) { max-width: 650px; margin: 20px auto 0; }
.steps-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.steps-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 52px; border-top: 1px dashed rgba(243,111,33,.45); }
.step-card { position: relative; z-index: 1; padding: 0 22px; text-align: center; }.step-number { position: absolute; top: -5px; right: 20%; font-family: "Sora", sans-serif; color: rgba(19,42,62,.1); font-size: 2.7rem; font-weight: 800; }.step-icon { width: 72px; height: 72px; margin: 16px auto 26px; border-radius: 22px; display: grid; place-items: center; background: #fff; border: 1px solid rgba(243,111,33,.18); color: var(--orange); font-size: 1.8rem; box-shadow: 0 14px 40px rgba(18,43,64,.08); }.step-card h3 { margin: 0; font-size: 1.15rem; }.step-card p { color: var(--muted); line-height: 1.55; }
.cycle-transition { max-width: 720px; margin: 60px auto 24px; text-align: center; }.cycle-transition span { color: var(--orange-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }.cycle-transition h3 { margin: 8px 0 0; color: var(--navy); font-family: "Sora", sans-serif; font-size: clamp(1.45rem, 2.5vw, 2.25rem); line-height: 1.2; }
.training-cycle { position: relative; max-width: 920px; height: 480px; margin: 0 auto; overflow: hidden; border-radius: 24px; color: #fff; background: #eaf5fb; box-shadow: 0 28px 70px rgba(7,29,52,.14); }
.cycle-brand { position: absolute; left: 28px; top: 24px; z-index: 5; width: 180px; height: auto; padding: 0; object-fit: contain; background: transparent; }
.cycle-path { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.cycle-path { width: 550px; height: 270px; background: var(--orange); }
.cycle-path::after { content: ""; position: absolute; inset: 5px; clip-path: inherit; background: #eaf5fb; }
.cycle-arrow { position: absolute; z-index: 3; color: #ff6b13; font-family: Arial, sans-serif; font-size: 1.65rem; line-height: 1; filter: drop-shadow(0 2px 2px rgba(0,0,0,.45)); }
.cycle-arrow-2 { right: 28%; top: 35%; transform: rotate(45deg); }.cycle-arrow-3 { right: 28%; bottom: 35%; transform: rotate(135deg); }.cycle-arrow-5 { left: 28%; bottom: 35%; transform: rotate(225deg); }.cycle-arrow-6 { left: 28%; top: 35%; transform: rotate(315deg); }
.cycle-center { position: absolute; left: 50%; top: 50%; z-index: 4; width: 360px; padding: 22px 18px; transform: translate(-50%, -50%); display: grid; gap: 7px; text-align: center; border: 3px solid var(--orange); border-radius: 16px; background: #fff; color: var(--navy); box-shadow: 0 18px 45px rgba(7,29,52,.18); }
.cycle-center strong { font-family: "Sora", sans-serif; font-size: 1.35rem; line-height: 1.12; }
.cycle-center strong { white-space: nowrap; }
.cycle-center span { color: var(--orange-dark); font-size: 1rem; font-weight: 700; }
.cycle-node { position: absolute; z-index: 5; width: 185px; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(5,25,48,.9); box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.cycle-node b { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--orange); border-radius: 50%; background: rgba(243,111,33,.12); color: var(--orange); font-family: "Sora", sans-serif; font-size: .7rem; }
.cycle-node span { display: grid; gap: 3px; }.cycle-node strong { font-family: "Sora", sans-serif; font-size: .92rem; }.cycle-node small { color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.22; }
.cycle-node-1 { left: 50%; top: 22px; transform: translateX(-50%); }.cycle-node-2 { right: 54px; top: 120px; }.cycle-node-3 { right: 54px; bottom: 82px; }.cycle-node-4 { left: 50%; bottom: 34px; transform: translateX(-50%); }.cycle-node-5 { left: 54px; bottom: 82px; }.cycle-node-6 { left: 54px; top: 120px; }
.center-action { text-align: center; margin-top: 46px; }.button-dark { background: var(--navy); color: #fff; }

.plans-section { background: #fff; }.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; }.split-heading > p { margin: 0; }
.plan-section-highlight { padding: 24px 25px; border-left: 5px solid var(--orange); border-radius: 14px; background: var(--navy); box-shadow: 0 18px 45px rgba(9,33,66,.16); }.plan-section-highlight > p { margin: 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.5; }.plan-price-badge { margin-top: 18px; padding-top: 17px; display: grid; grid-template-columns: auto auto; align-items: end; justify-content: end; gap: 7px 12px; border-top: 1px solid rgba(255,255,255,.14); }.plan-price-badge span { color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.plan-price-badge strong { color: var(--orange); font-family: "Sora", sans-serif; font-size: 1.85rem; line-height: 1; white-space: nowrap; }.plan-price-badge small { grid-column: 1 / -1; max-width: 540px; color: rgba(255,255,255,.64); line-height: 1.4; text-align: right; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plans-grid-single { grid-template-columns: minmax(0, 680px); justify-content: center; gap: 34px; max-width: 680px; margin: 0 auto; }
.plans-grid-single .plan-section-highlight { width: 100%; }
.plan-card { position: relative; border: 1px solid var(--line); border-radius: 14px; padding: 34px; background: #fff; display: flex; flex-direction: column; box-shadow: 0 16px 45px rgba(12,36,57,.06); }.plan-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-10px); box-shadow: 0 28px 70px rgba(7,29,52,.22); }.popular { position: absolute; top: 0; right: 25px; transform: translateY(-50%); padding: 7px 13px; border-radius: 999px; background: var(--orange); color: #fff; font-size: .72rem; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }.plan-kicker { color: var(--orange); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: .78rem; }.plan-card h3 { margin: 5px 0 13px; font-size: 1.65rem; }.plan-summary { color: var(--muted); line-height: 1.5; min-height: 72px; }.featured .plan-summary { color: rgba(255,255,255,.68); }.plan-card ul { list-style: none; margin: 20px 0 32px; padding: 20px 0 0; border-top: 1px solid var(--line); flex: 1; }.featured ul { border-color: rgba(255,255,255,.14); }.plan-card li { margin: 12px 0; padding-left: 22px; color: var(--muted); }.featured li { color: rgba(255,255,255,.78); }.plan-card li::before { content: "✓"; color: var(--orange); font-weight: 800; margin-left: -22px; margin-right: 9px; }.button.full { width: 100%; }.button-outline { border: 1px solid var(--navy); color: var(--navy); background: transparent; }.plans-help { text-align: center; color: var(--muted); margin: 32px 0 0; }.plans-help a { color: var(--orange-dark); font-weight: 800; border-bottom: 1px solid currentColor; }

.results-section { padding-top: 95px; }.dark-heading h2 { color: #fff; }.dark-heading > p { color: rgba(255,255,255,.62); }
.stories-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 260px 260px; gap: 14px; }.story-card { position: relative; overflow: hidden; border-radius: 12px; background: #173552; }.story-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(3,16,29,.94)); }.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.story-card:hover img { transform: scale(1.04); }.story-tall { grid-row: span 2; }.story-wide { grid-column: span 2; }.story-overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; }.story-overlay span { color: #ff9a5b; font-weight: 800; text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; }.story-overlay h3 { margin: 6px 0 3px; font-size: 1.25rem; }.story-overlay p { margin: 0; color: rgba(255,255,255,.65); }.results-cta { margin-top: 45px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.results-cta p { font-size: 1.22rem; color: rgba(255,255,255,.65); }.results-cta strong { color: #fff; }.button-white { background: #fff; color: var(--navy); }
.story-card:nth-child(2) img { object-position: center 18%; }
.story-card:nth-child(3) img { object-position: center 12%; }
.stories-grid { grid-template-rows: none; grid-auto-rows: auto; }
.story-card { aspect-ratio: 4 / 5; }
.story-tall, .story-wide { grid-row: auto; grid-column: auto; }
.results-section { background: #eaf5fb; color: var(--navy); }
.results-section .dark-heading h2 { color: var(--navy); }
.results-section .dark-heading > p, .results-section .results-cta p { color: var(--muted); }
.results-section .results-cta strong { color: var(--navy); }
.results-section .button-white { background: var(--navy); color: #fff; }
.results-section .story-overlay h3 { color: #fff; }
.testimonials-block { margin-top: 100px; padding-top: 90px; border-top: 1px solid rgba(9,33,66,.12); }
.testimonials-heading { max-width: 820px; margin: 0 auto 46px; text-align: center; }.testimonials-heading h2 { margin: 7px 0 18px; color: var(--navy); font-family: "Sora", sans-serif; font-size: clamp(2rem, 3.8vw, 3.65rem); line-height: 1.06; letter-spacing: -.045em; }.testimonials-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; line-height: 1.55; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.testimonial-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(9,33,66,.1); border-radius: 16px; background: #fff; box-shadow: 0 22px 55px rgba(9,33,66,.1); }
.testimonial-photo { position: relative; height: 270px; overflow: hidden; background: var(--navy); }.testimonial-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,21,38,.58)); }.testimonial-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 28%; }.testimonial-photo > span { position: absolute; z-index: 2; left: 24px; bottom: -7px; color: var(--orange); font-family: Georgia, serif; font-size: 5.5rem; line-height: 1; }
.testimonial-photo { height: auto; aspect-ratio: 4 / 3; }
.testimonial-body { flex: 1; display: flex; flex-direction: column; padding: 30px 28px 27px; color: var(--navy); }.testimonial-body blockquote { margin: 0; }.testimonial-body blockquote p { margin: 0; }.testimonial-lead { color: var(--navy); font-family: "Sora", sans-serif; font-size: 1.08rem; font-weight: 700; line-height: 1.45; }.testimonial-lead + p { margin-top: 15px !important; color: var(--muted); font-size: .96rem; line-height: 1.58; }
.testimonial-person { margin-top: auto; padding-top: 24px; display: grid; gap: 4px; border-top: 1px solid var(--line); }.testimonial-person strong { color: var(--navy); font-family: "Sora", sans-serif; font-size: 1rem; }.testimonial-person span { color: var(--orange-dark); font-size: .84rem; font-weight: 700; }

.team-section { background: #f8f6f1; }.team-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 7vw, 100px); align-items: center; }.team-image { position: relative; }.team-image img { min-height: 470px; width: 100%; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }.team-image span { position: absolute; right: -18px; bottom: 25px; max-width: 235px; padding: 18px 21px; background: var(--orange); color: #fff; font-weight: 800; line-height: 1.3; }.team-copy > p { margin-top: 25px; }.team-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }.team-notes div { border-left: 3px solid var(--orange); padding-left: 15px; display: grid; }.team-notes strong { font-family: "Sora", sans-serif; font-size: 1.5rem; }.team-notes span { color: var(--muted); font-size: .86rem; line-height: 1.3; }.dark-link { color: var(--navy); border-color: var(--navy); }

.ct-section { overflow: hidden; background: var(--navy); color: #fff; }.ct-layout { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 110px); align-items: center; }.ct-identity { display: grid; justify-items: center; gap: 22px; text-align: center; }.ct-logo-frame { width: min(100%, 330px); aspect-ratio: 1; overflow: hidden; border: 8px solid rgba(255,255,255,.12); border-radius: 50%; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.3); }.ct-logo-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }.ct-identity > span { color: rgba(255,255,255,.68); font-weight: 700; }.ct-copy .eyebrow { color: var(--orange); }.ct-copy h2 { margin: 8px 0 22px; color: #fff; font-size: clamp(2.5rem, 4.4vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }.ct-copy > p:not(.eyebrow) { max-width: 740px; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.62; }.ct-copy .ct-lead { color: #fff !important; font-size: 1.16rem !important; }.ct-benefits { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.ct-benefits div { min-height: 125px; padding: 20px 18px; display: flex; flex-direction: column; gap: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.055); }.ct-benefits strong { color: #fff; font-family: "Sora", sans-serif; font-size: .98rem; }.ct-benefits span { color: rgba(255,255,255,.62); font-size: .88rem; line-height: 1.4; }.ct-offer { padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 26px; border-radius: 14px; background: #fff; box-shadow: 0 22px 55px rgba(0,0,0,.22); }.ct-price { display: grid; gap: 3px; }.ct-price > span { color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.ct-price > strong { color: var(--orange); font-family: "Sora", sans-serif; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1; }.ct-price small { max-width: 390px; margin-top: 7px; color: var(--muted); line-height: 1.35; }.ct-price small b { color: var(--navy); }
.ct-section { background: #eaf5fb; color: var(--navy); }.ct-logo-frame { border-color: rgba(9,33,66,.1); box-shadow: 0 28px 70px rgba(9,33,66,.16); }.ct-identity > span { color: var(--muted); }.ct-copy h2 { color: var(--navy); }.ct-copy > p:not(.eyebrow) { color: var(--muted); }.ct-copy .ct-lead { color: var(--navy) !important; }.ct-benefits div { border-color: rgba(9,33,66,.1); background: #fff; box-shadow: 0 14px 34px rgba(9,33,66,.07); }.ct-benefits strong { color: var(--navy); }.ct-benefits span { color: var(--muted); }.ct-offer { box-shadow: 0 22px 55px rgba(9,33,66,.12); }

.store-section { background: #f8f6f1; }.store-layout { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: clamp(50px, 8vw, 110px); align-items: center; }.store-copy h2 { max-width: 720px; margin: 8px 0 22px; color: var(--navy); font-size: clamp(2.5rem, 4.4vw, 4.6rem); line-height: 1.02; letter-spacing: -.055em; }.store-lead { max-width: 740px; color: var(--muted); font-size: 1.13rem; line-height: 1.62; }.store-features { margin: 32px 0; display: grid; gap: 12px; }.store-features > div { padding: 17px 19px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; border: 1px solid rgba(9,33,66,.1); border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(9,33,66,.055); }.store-features > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-family: "Sora", sans-serif; font-size: .72rem; font-weight: 800; }.store-features p { margin: 0; color: var(--muted); line-height: 1.4; }.store-features strong { display: block; margin-bottom: 3px; color: var(--navy); font-family: "Sora", sans-serif; font-size: .96rem; }.store-note { max-width: 700px; margin: 0; padding-left: 18px; border-left: 4px solid var(--orange); color: var(--muted); line-height: 1.52; }.store-note strong { color: var(--navy); }.store-button { margin-top: 28px; }.store-brand-card { min-height: 480px; padding: 42px 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 20px; background: #fff; text-align: center; box-shadow: 0 28px 70px rgba(9,33,66,.13); }.store-brand-card > span { color: var(--orange-dark); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.store-brand-card img { width: min(100%, 390px); margin: 24px 0 20px; display: block; mix-blend-mode: multiply; }.store-brand-card p { margin: 0; color: var(--navy); font-family: "Sora", sans-serif; font-size: clamp(1.45rem, 2.5vw, 2.15rem); font-weight: 800; line-height: 1.18; }

.tools-section { background: var(--navy); color: #fff; }.tools-heading { max-width: 880px; margin: 0 auto 50px; text-align: center; }.tools-brand { margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; gap: 12px; }.tools-brand img { width: auto; height: 34px; object-fit: contain; }.tools-heading h2 { margin: 8px 0 20px; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }.tools-heading > p:last-child { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.66); font-size: 1.1rem; line-height: 1.6; }.tool-card { border-radius: 18px; background: #fff; color: var(--navy); box-shadow: 0 26px 65px rgba(0,0,0,.2); }.tools-vdot-shell { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(340px,.85fr) minmax(0,1.15fr); gap: 20px; }.tool-input-card, .tool-result-card, .tool-output-card, .pse-card { padding: 30px; }.tool-label { color: var(--orange-dark); font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.tool-card h3, .hydration-tool h3 { margin: 8px 0 10px; font-size: clamp(1.35rem,2vw,2rem); line-height: 1.18; }.tool-input-card > p, .tool-card-heading > p { margin: 0 0 22px; color: var(--muted); line-height: 1.5; }.vc-tool-form { display: grid; gap: 15px; }.vc-tool-form label, .hydration-form label { display: grid; gap: 7px; color: var(--navy); font-size: .8rem; font-weight: 800; }.vc-tool-form input, .vc-tool-form select, .hydration-form input, .hydration-form select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; background: #f8fafb; color: var(--navy); }.tool-time-fieldset { margin: 0; padding: 0; border: 0; }.tool-time-fieldset legend { margin-bottom: 7px; color: var(--navy); font-size: .8rem; font-weight: 800; }.tool-time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }.tool-time-grid label span { color: var(--muted); font-size: .7rem; }.tool-message { min-height: 20px; margin: 0; color: var(--orange-dark); font-size: .82rem; }.tool-result-card { display: flex; flex-direction: column; justify-content: space-between; background: #eaf5fb; }.tool-result-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }.tool-result-top h3 { max-width: 430px; }.vdot-score { width: 126px; height: 126px; flex: 0 0 126px; display: grid; place-content: center; justify-items: center; border-radius: 50%; background: var(--navy); box-shadow: 0 18px 42px rgba(9,33,66,.22); }.vdot-score span { color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }.vdot-score strong { color: var(--orange); font-family: "Sora",sans-serif; font-size: 2.65rem; line-height: 1; }.vdot-metrics { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.vdot-metrics div { padding: 18px; border-radius: 11px; background: #fff; }.vdot-metrics span { display: block; color: var(--muted); font-size: .75rem; }.vdot-metrics strong { display: block; margin-top: 5px; font-family: "Sora",sans-serif; font-size: 1.3rem; }.tool-result-note { margin: 22px 0 0; color: var(--muted); line-height: 1.5; }.tools-output-grid { max-width: 1200px; margin: 20px auto 0; display: grid; grid-template-columns: .88fr 1.12fr; gap: 20px; align-items: start; }.tool-output-column { display: grid; gap: 20px; }.tool-card-heading h3 { margin-top: 8px; }.prediction-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.prediction-card { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafb; }.prediction-card span { color: var(--orange-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; }.prediction-card strong { display: block; margin-top: 4px; font-family: "Sora",sans-serif; font-size: 1.15rem; }.prediction-card small { color: var(--muted); }.zones-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.zone-preview-card { padding: 15px; border-left: 4px solid var(--orange); border-radius: 8px; background: #f8fafb; }.zone-preview-card span { color: var(--muted); font-size: .72rem; font-weight: 700; }.zone-preview-card strong { display: block; margin: 4px 0; font-family: "Sora",sans-serif; font-size: 1rem; }.zone-preview-card small { display: block; color: var(--muted); line-height: 1.3; }.zone-preview-card em { display: inline-flex; margin-top: 9px; padding: 4px 8px; border-radius: 999px; background: #eaf5fb; color: var(--navy); font-size: .7rem; font-style: normal; font-weight: 800; }.pse-scale { display: grid; gap: 8px; }.pse-scale-item { min-height: 58px; padding: 10px 12px; display: grid; grid-template-columns: 56px 88px 1fr; gap: 10px; align-items: center; border-left: 4px solid var(--orange); border-radius: 8px; background: #f8fafb; }.pse-scale-item strong { color: var(--orange-dark); font-family: "Sora",sans-serif; }.pse-scale-item span { color: var(--navy); font-weight: 800; }.pse-scale-item p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.3; }.pse-light { border-left-color: #ef8b42; }.pse-moderate { border-left-color: #ef6f22; }.pse-hard { border-left-color: #c84c16; }.pse-very-hard { border-left-color: #8e2f13; }.hydration-tool { max-width: 1200px; margin: 20px auto 0; padding: 34px; display: grid; grid-template-columns: 1.1fr .9fr .8fr; gap: 30px; align-items: center; border-radius: 18px; background: #eaf5fb; color: var(--navy); box-shadow: 0 26px 65px rgba(0,0,0,.2); }.hydration-copy p { margin: 0; color: var(--muted); line-height: 1.55; }.hydration-form { display: grid; gap: 12px; }.input-suffix { position: relative; }.input-suffix input { padding-right: 50px; }.input-suffix b { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: .75rem; }.hydration-result { min-height: 220px; padding: 25px; display: flex; flex-direction: column; justify-content: center; border-radius: 14px; background: var(--navy); color: #fff; }.hydration-result > span { color: #ff9a5b; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.hydration-result > strong { margin: 8px 0; color: #fff; font-family: "Sora",sans-serif; font-size: clamp(2rem,3.2vw,3rem); line-height: 1; }.hydration-result p { margin: 0 0 14px; color: rgba(255,255,255,.72); line-height: 1.4; }.hydration-result small { color: rgba(255,255,255,.52); line-height: 1.35; }.tools-disclaimer { max-width: 1050px; margin: 25px auto 0; color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.5; text-align: center; }

@media (max-width: 1050px) { .tools-vdot-shell, .tools-output-grid, .hydration-tool { grid-template-columns: 1fr; }.hydration-result { min-height: 180px; } }
@media (max-width: 700px) { .tool-input-card, .tool-result-card, .tool-output-card, .pse-card, .hydration-tool { padding: 23px 18px; }.tools-brand img { height: 26px; }.tool-result-top { align-items: stretch; flex-direction: column; }.vdot-score { width: 112px; height: 112px; flex-basis: 112px; }.vdot-metrics, .prediction-grid, .zones-preview-grid { grid-template-columns: 1fr; }.pse-scale-item { grid-template-columns: 52px 1fr; }.pse-scale-item p { grid-column: 1 / -1; }.tool-time-grid { gap: 6px; }.tools-heading { margin-bottom: 34px; } }

.faq-section { background: #fff; }.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.05rem; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-family: Calibri, "Segoe UI", Arial, sans-serif; color: var(--orange); font-size: 1.8rem; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -5px 50px 24px 0; color: var(--muted); line-height: 1.6; }.faq-contact { text-align: center; color: var(--muted); margin-top: 30px; }.faq-contact a { color: var(--orange-dark); font-weight: 800; }

.final-cta { padding: 90px clamp(22px, 8vw, 120px); display: grid; grid-template-columns: 1fr minmax(370px, .7fr); gap: 90px; align-items: center; }.final-copy h2 { color: #fff; }.final-copy > p { color: rgba(255,255,255,.65); max-width: 560px; }.lead-form { padding: 30px; border-radius: 12px; background: #fff; color: var(--ink); display: grid; gap: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }.lead-form label { display: grid; gap: 7px; }.lead-form label span { font-size: .82rem; font-weight: 800; }.lead-form input, .lead-form select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; }.lead-form small { text-align: center; color: var(--muted); }
.final-cta.section-dark { background: #eaf5fb; color: var(--navy); }
.final-cta .final-copy h2 { color: var(--navy); }
.final-cta .final-copy > p { color: var(--muted); }
.final-cta .final-copy .eyebrow { color: var(--orange-dark); }

.site-footer { padding: 55px clamp(22px, 6vw, 90px); background: #041526; color: rgba(255,255,255,.6); display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }.site-footer > div { display: flex; flex-direction: column; gap: 10px; }.footer-brand { display: flex; align-items: center; gap: 10px; }.site-footer .footer-brand img { width: auto; height: 26px; object-fit: contain; }.site-footer p { max-width: 330px; line-height: 1.5; }.site-footer strong { color: #fff; margin-bottom: 8px; }.site-footer a:hover { color: #fff; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 17px; background: #25d366; color: #062b17; border-radius: 999px; box-shadow: 0 15px 38px rgba(0,0,0,.22); font-size: .88rem; }.whatsapp-float span { font-size: 1.3rem; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 42px; }.hero-copy { max-width: 850px; padding-top: 0; }.hero-media { max-width: 700px; width: 100%; }.proof-strip { grid-template-columns: repeat(3, 1fr); }.proof-intro, .platforms { grid-column: 1 / -1; justify-content: center; text-align: center; }.proof-intro { padding-bottom: 18px; }.platforms { padding-top: 18px; }.steps-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }.steps-grid::before { display: none; }.plans-grid { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }.plan-card.featured { transform: none; }.stories-grid { grid-template-columns: 1fr 1fr; }.story-wide { grid-column: span 1; }.team-layout, .ct-layout, .store-layout, .final-cta { grid-template-columns: 1fr; }.ct-identity { margin-bottom: 10px; }.ct-logo-frame { width: 270px; }.store-brand-card { width: min(100%, 620px); min-height: 390px; margin: 0 auto; }.final-cta { gap: 45px; }.lead-form { max-width: 650px; }.site-footer { grid-template-columns: 1.5fr 1fr 1fr; }.site-footer > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { padding-top: 64px; }.site-header { height: 64px; padding: 0 16px; }.brand img { width: 135px; }.header-login { padding: 8px 12px; font-size: .78rem; }.hero { min-height: auto; padding: 38px 20px 52px; }.hero h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }.hero-lead { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.text-link { align-self: center; }.hero-video-wrap { border-width: 4px; border-radius: 14px; }.hero-trust { gap: 10px; flex-direction: column; }.proof-strip { grid-template-columns: 1fr; padding: 28px 20px; }.proof-item { border-left: 0; border-top: 1px solid var(--line); padding: 16px 0; text-align: center; }.section { padding: 72px 20px; }.section-heading h2, .team-copy h2, .final-copy h2 { font-size: 2.55rem; }.split-heading { grid-template-columns: 1fr; gap: 20px; }.steps-grid { grid-template-columns: 1fr; gap: 32px; }.step-card { padding: 0 16px; }.cycle-transition { margin-top: 48px; }.training-cycle { height: auto; padding: 82px 18px 18px; }.cycle-brand { left: 18px; top: 24px; width: 150px; }.cycle-path, .cycle-arrows { display: none; }.cycle-center { position: relative; inset: auto; width: 100%; margin: 0 0 16px; transform: none; }.cycle-center strong { font-size: 1.05rem; }.cycle-node, .cycle-node-1, .cycle-node-2, .cycle-node-3, .cycle-node-4, .cycle-node-5, .cycle-node-6 { position: relative; inset: auto; width: 100%; transform: none; margin: 0 0 12px; }.cycle-node:not(:last-child)::after { content: "↓"; position: absolute; left: 20px; bottom: -17px; z-index: 4; color: var(--orange); font-weight: 800; }.plans-grid { gap: 16px; }.plan-card { padding: 28px 23px; }.stories-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }.story-card, .story-tall, .story-wide { min-height: 390px; grid-row: auto; grid-column: auto; }.results-cta { align-items: stretch; flex-direction: column; }.results-cta .button { width: 100%; }.team-image img { min-height: 330px; }.team-image span { right: 0; bottom: 0; max-width: 220px; }.team-notes { grid-template-columns: 1fr; }.ct-logo-frame { width: 220px; }.ct-copy h2 { font-size: 2.65rem; }.ct-benefits { grid-template-columns: 1fr; }.ct-benefits div { min-height: auto; }.ct-offer { align-items: stretch; flex-direction: column; }.ct-offer .button { width: 100%; }.store-copy h2 { font-size: 2.65rem; }.store-brand-card { min-height: 320px; padding: 32px 24px; }.store-brand-card img { max-width: 300px; }.final-cta { padding: 72px 20px; }.lead-form { padding: 22px 18px; }.site-footer { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.site-footer > div:first-child, .site-footer > div:last-child { grid-column: 1 / -1; }.whatsapp-float strong { display: none; }.whatsapp-float { width: 50px; padding: 0; justify-content: center; }
}

/* Calculadora de substratos */
.substrate-tool { max-width: 1200px; margin: 20px auto 0; padding: 34px; border-radius: 18px; background: #fff; color: var(--navy); box-shadow: 0 26px 65px rgba(0,0,0,.2); }
.substrate-tool-heading { margin-bottom: 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.substrate-tool-heading h3 { margin: 8px 0 10px; font-size: clamp(1.6rem,2.4vw,2.35rem); line-height: 1.15; }
.substrate-tool-heading p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.55; }
.substrate-model-badge { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; background: #eaf5fb; color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.substrate-shell { display: grid; grid-template-columns: 350px minmax(0,1fr); gap: 22px; align-items: start; }
.substrate-form { padding: 22px; display: grid; gap: 24px; border-radius: 13px; background: var(--navy); color: #fff; }
.substrate-control { display: grid; gap: 11px; }
.substrate-control > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.substrate-control label { color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 800; }
.substrate-control output { padding: 5px 8px; border-radius: 6px; background: rgba(243,111,33,.16); color: #ff9a5b; font-family: "Sora",sans-serif; font-size: .74rem; font-weight: 800; }
.substrate-control input[type="range"] { width: 100%; height: 7px; accent-color: var(--orange); cursor: pointer; }
.substrate-pse-note { padding: 12px; border-left: 3px solid var(--orange); border-radius: 7px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.68); font-size: .75rem; line-height: 1.45; }
.substrate-pse-note strong { color: #fff; }
.substrate-results { display: grid; gap: 13px; min-width: 0; }
.substrate-overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.substrate-overview > div { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafb; }
.substrate-overview span, .substrate-result-card > span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.substrate-overview strong { display: block; margin: 5px 0 2px; font-family: "Sora",sans-serif; font-size: 1.18rem; }
.substrate-overview small { color: var(--muted); }
.substrate-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.substrate-result-card { position: relative; overflow: hidden; padding: 18px; border-radius: 11px; background: var(--navy); color: #fff; }
.substrate-result-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; }
.substrate-cho::before, .dot-cho, #vc-substrate-bar-cho { background: #38bdf8; }
.substrate-fat::before, .dot-fat, #vc-substrate-bar-fat { background: #f5b642; }
.substrate-pro::before, .dot-pro, #vc-substrate-bar-pro { background: #f06470; }
.substrate-result-card > strong { display: block; margin: 8px 0 4px; font-family: "Sora",sans-serif; font-size: 1.7rem; }
.substrate-result-card > small { color: rgba(255,255,255,.58); line-height: 1.35; }
.substrate-distribution { padding: 15px 17px; border: 1px solid var(--line); border-radius: 10px; }
.substrate-bar { height: 16px; display: flex; overflow: hidden; border-radius: 999px; background: #eef1f4; }
.substrate-bar i { display: block; height: 100%; transition: width .25s ease; }
.substrate-legend { margin-top: 11px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.substrate-legend span { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .72rem; }
.substrate-legend b { width: 8px; height: 8px; border-radius: 50%; }
.substrate-legend em { font-style: normal; }
.substrate-guidance { padding: 16px 18px; border-radius: 10px; background: #eaf5fb; }
.substrate-guidance > span { color: var(--orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.substrate-guidance p { margin: 6px 0 0; color: var(--navy); font-size: .84rem; line-height: 1.5; }
.substrate-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.5; text-align: center; }

@media (max-width: 900px) { .substrate-shell { grid-template-columns: 1fr; }.substrate-form { grid-template-columns: 1fr 1fr; }.substrate-pse-note { grid-column: 1 / -1; } }
@media (max-width: 700px) {
  .substrate-tool { width: calc(100% + 24px); margin-left: -12px; margin-right: -12px; padding: 28px 16px 20px; border-radius: 16px; }
  .substrate-tool-heading { margin-bottom: 22px; flex-direction: column; gap: 14px; }
  .substrate-tool-heading h3 { font-size: 1.65rem; }
  .substrate-tool-heading p { font-size: .92rem; line-height: 1.6; }
  .substrate-form { grid-template-columns: minmax(0,1fr); gap: 23px; padding: 20px 17px; }
  .substrate-pse-note { grid-column: auto; }
  .substrate-overview, .substrate-cards { grid-template-columns: minmax(0,1fr); }
  .substrate-overview > div, .substrate-result-card { padding: 16px; }
  .substrate-result-card > strong { font-size: 1.55rem; }
  .substrate-legend { justify-content: flex-start; }
}

@media (min-width: 701px) and (max-width: 1050px) { .stories-grid { grid-auto-rows: auto; } }
@media (max-width: 700px) { .stories-grid { grid-auto-rows: auto; } }
@media (max-width: 1050px) { .testimonials-grid { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }.testimonial-photo { height: auto; } }
@media (max-width: 700px) { .testimonials-block { margin-top: 72px; padding-top: 65px; }.testimonials-heading { margin-bottom: 32px; }.testimonial-photo { height: auto; }.testimonial-body { padding: 25px 22px; } }
@media (max-width: 700px) { .plan-price-badge { grid-template-columns: 1fr; justify-items: end; }.plan-price-badge strong { font-size: 2rem; }.plan-price-badge small { grid-column: auto; } }
@media (max-width: 700px) { .brand { gap: 7px; }.brand .brand-symbol, .brand .brand-wordmark { width: auto; height: 23px; } }

/* Ferramentas VC: três faixas contínuas e alinhadas */
.brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.brand-marks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-slogan {
  align-self: center;
  margin-top: 3px;
  color: #fff;
  font-size: .68rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.results-slogan {
  margin: 24px 0 0;
  color: var(--orange);
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.tools-brand-lockup {
  margin: 0 auto 24px;
  display: grid;
  justify-items: center;
  gap: 3px;
}
.tools-brand-lockup .tools-brand {
  margin-bottom: 0;
}
.tools-brand-slogan {
  margin-top: 3px;
  font-size: .89rem;
}
.footer-brand-lockup {
  width: max-content;
  margin-bottom: 5px;
  display: grid;
  justify-items: center;
  gap: 3px;
}
.footer-brand-slogan {
  margin-top: 3px;
  font-size: .68rem;
}
.store-brand-card {
  gap: 22px;
  padding: 30px;
}
.store-brand-card .store-logo {
  width: min(76%, 280px);
  margin: 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.store-brand-card .store-shirts {
  width: 100%;
  max-width: 520px;
  margin: 0;
  border-radius: 14px;
  object-fit: contain;
  mix-blend-mode: normal;
  box-shadow: 0 16px 38px rgba(9, 33, 66, .14);
}
.desktop-nav {
  gap: clamp(12px, 1.8vw, 28px);
  font-size: clamp(.78rem, .9vw, .9rem);
}
.tools-vdot-shell {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.tools-vdot-shell > .tool-card,
.tools-output-grid > .tool-card {
  height: 100%;
}
.tools-output-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  align-items: stretch;
}
.prediction-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.prognosis-card .tool-card-heading > p {
  margin-bottom: 18px;
}
.tools-vdot-shell .tool-result-card {
  overflow: hidden;
}
.tools-vdot-shell .tool-result-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 14px;
  align-items: start;
}
.tools-vdot-shell .tool-result-top > div:first-child {
  min-width: 0;
}
.tools-vdot-shell .tool-result-card h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
}
.tools-vdot-shell .vdot-score {
  width: 104px;
  height: 104px;
  min-width: 104px;
  flex-basis: 104px;
}
.tools-vdot-shell .vdot-score strong {
  font-size: 2.15rem;
}

@media (max-width: 1050px) {
  .tools-vdot-shell,
  .tools-output-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .brand-marks {
    gap: 7px;
  }
  .brand-slogan {
    font-size: .6rem;
  }
  .tools-brand-slogan {
    font-size: .68rem;
  }
  .footer-brand-slogan {
    font-size: .68rem;
  }
  .tools-vdot-shell .tool-result-top {
    grid-template-columns: 1fr;
  }
  .tools-vdot-shell .vdot-score {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
/* Calculadora avançada de hidratação */
.zone-reference-card { grid-column: 1 / -1; padding: 16px 18px; border-radius: 10px; background: var(--navy); color: #fff; }
.zone-reference-card span { display: block; color: #ff9a5b; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zone-reference-card strong { display: block; margin-top: 5px; font-family: "Sora",sans-serif; font-size: 1.08rem; }
.zone-reference-card small { display: block; margin-top: 3px; color: rgba(255,255,255,.65); }
.hydration-tool { grid-template-columns: .72fr 1.12fr 1fr; gap: 28px; align-items: start; }
.hydration-copy { position: sticky; top: 24px; }
.hydration-principles { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.hydration-principles span { padding: 7px 9px; border: 1px solid rgba(9,33,66,.12); border-radius: 999px; background: rgba(255,255,255,.58); color: var(--navy); font-size: .68rem; font-weight: 800; }
.hydration-form { gap: 13px; }
.hydration-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.hydration-fields-grid > label:first-child { grid-column: 1 / -1; }
.sweat-calibration { border: 1px solid rgba(9,33,66,.13); border-radius: 9px; background: rgba(255,255,255,.55); }
.sweat-calibration summary { padding: 13px; cursor: pointer; color: var(--navy); font-size: .8rem; font-weight: 800; }
.sweat-calibration summary span { float: right; padding: 3px 7px; border-radius: 999px; background: #dff3e8; color: #187348; font-size: .62rem; text-transform: uppercase; }
.sweat-calibration > p { margin: 0; padding: 0 13px 10px; color: var(--muted); font-size: .72rem; }
.calibration-grid { padding: 0 13px 13px; }
.calibration-grid > label:first-child { grid-column: auto; }
.hydration-message { min-height: 18px; margin: 0; color: var(--orange-dark); font-size: .74rem; line-height: 1.35; }
.hydration-result { min-height: 100%; }
.hydration-result > strong { font-size: clamp(1.7rem,2.5vw,2.55rem); line-height: 1.08; }
.hydration-metrics { margin: 2px 0 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hydration-metrics div { padding: 10px; border-radius: 8px; background: rgba(255,255,255,.075); }
.hydration-metrics span { display: block; color: rgba(255,255,255,.55); font-size: .65rem; }
.hydration-metrics strong { display: block; margin-top: 3px; color: #fff; font-family: "Sora",sans-serif; font-size: .77rem; line-height: 1.25; }
.hydration-carb-guidance { margin-bottom: 14px; padding: 13px; border: 1px solid rgba(255,154,91,.22); border-radius: 9px; background: rgba(243,111,33,.1); }
.hydration-carb-guidance > span { display: block; color: #ff9a5b; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hydration-carb-guidance > strong { display: block; margin-top: 5px; color: #fff; font-family: "Sora",sans-serif; font-size: .9rem; }
.hydration-carb-guidance p { margin: 5px 0; color: rgba(255,255,255,.74); font-size: .76rem; line-height: 1.4; }
.hydration-carb-guidance small { display: block; color: rgba(255,255,255,.55); font-size: .68rem; line-height: 1.45; }
.hydration-alert { margin-bottom: 14px; padding: 10px; border-radius: 8px; font-size: .72rem; line-height: 1.4; }
.hydration-alert.is-ok { background: rgba(74,198,137,.14); color: #bff5d8; }
.hydration-alert.is-warning { background: rgba(255,154,91,.16); color: #ffd3b8; }

@media (max-width: 1050px) { .hydration-copy { position: static; } }
@media (max-width: 700px) {
  .hydration-tool {
    width: calc(100% + 24px);
    max-width: none;
    margin-left: -12px;
    margin-right: -12px;
    padding: 28px 16px 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    border-radius: 16px;
  }
  .hydration-copy,
  .hydration-form,
  .hydration-result,
  .hydration-fields-grid,
  .hydration-fields-grid > label,
  .input-suffix { min-width: 0; }
  .hydration-copy h3 { margin-top: 10px; font-size: 1.65rem; }
  .hydration-copy p { font-size: .94rem; line-height: 1.65; }
  .hydration-principles { margin-top: 18px; gap: 8px; }
  .hydration-principles span { padding: 8px 10px; line-height: 1.25; }
  .hydration-form { gap: 18px; }
  .hydration-fields-grid { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .hydration-fields-grid > label:first-child { grid-column: auto; }
  .hydration-form label { gap: 8px; font-size: .84rem; }
  .hydration-form input,
  .hydration-form select { height: 52px; font-size: 1rem; }
  .sweat-calibration summary { padding: 15px 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; line-height: 1.35; }
  .sweat-calibration summary span { float: none; flex: 0 0 auto; }
  .sweat-calibration > p { padding: 0 13px 13px; line-height: 1.45; }
  .calibration-grid { padding: 2px 13px 15px; }
  .hydration-form .button { min-height: 54px; white-space: normal; line-height: 1.25; }
  .hydration-message { min-height: 0; font-size: .78rem; }
  .hydration-result { min-height: auto; padding: 24px 18px; border-radius: 12px; }
  .hydration-result > strong { margin: 10px 0; font-size: 2rem; }
  .hydration-result > p { font-size: .9rem; line-height: 1.55; }
  .hydration-metrics { grid-template-columns: minmax(0, 1fr); gap: 10px; margin: 4px 0 16px; }
  .hydration-metrics div { padding: 13px 14px; }
  .hydration-metrics span { font-size: .7rem; }
  .hydration-metrics strong { margin-top: 5px; font-size: .88rem; }
  .hydration-alert { padding: 12px 13px; font-size: .78rem; }
  .hydration-carb-guidance { padding: 14px; }
  .hydration-carb-guidance > strong { font-size: .95rem; }
  .hydration-carb-guidance p { font-size: .8rem; }
  .hydration-result small { font-size: .72rem; line-height: 1.5; }
}
