:root {
  --ink: #071715;
  --ink-soft: #0d2421;
  --ink-raised: #112c28;
  --paper: #f6f8f6;
  --paper-blue: #e9f4f4;
  --white: #ffffff;
  --text: #172623;
  --muted: #64716e;
  --text-on-dark: #eef8f5;
  --muted-on-dark: #b9cbc7;
  --brand: #24b9b3;
  --brand-bright: #68ded8;
  --brand-deep: #087b7b;
  --line: rgba(12, 45, 40, 0.14);
  --line-dark: rgba(192, 232, 226, 0.16);
  --font: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --shell: min(1240px, calc(100% - 96px));
  --radius: 24px;
  --shadow: 0 28px 70px rgba(1, 26, 22, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
html.js { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--brand); color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 9999;
  inset: 12px auto auto 12px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brand-bright); outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--text-on-dark);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.site-header.is-scrolled {
  position: fixed;
  background: rgba(6, 22, 20, .94);
  border-color: var(--line-dark);
  box-shadow: 0 12px 34px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 35px; fill: var(--brand); overflow: visible; }
.brand-psi { fill: none; stroke: var(--white); stroke-width: 1.7; stroke-linecap: round; }
.brand > span { display: grid; gap: 1px; }
.brand strong { color: var(--white); font-size: .72rem; line-height: 1.15; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.6vw, 40px); margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(238,248,245,.74); font-size: .84rem; font-weight: 500; transition: color .18s ease; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% -8px 0; background: var(--brand); transition: right .22s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 22px; min-height: 46px; padding: 0 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: var(--white); font-size: .8rem; font-weight: 650; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.header-cta:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: var(--white); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 88px; left: 0; right: 0; padding: 20px max(24px, calc((100vw - 1240px)/2)); background: rgba(6,22,20,.98); border-bottom: 1px solid var(--line-dark); box-shadow: 0 20px 34px rgba(0,0,0,.26); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: flex; align-items: center; min-height: 48px; color: var(--text-on-dark); border-bottom: 1px solid var(--line-dark); font-weight: 550; }
.mobile-menu .mobile-menu-cta { justify-content: center; margin-top: 14px; min-height: 50px; border: 0; border-radius: 999px; background: var(--brand); color: var(--ink); font-weight: 700; }

.hero { position: relative; min-height: 820px; background: var(--ink); color: var(--text-on-dark); overflow: clip; }
.hero-art { position: absolute; inset: 0; pointer-events: none; opacity: .58; }
.hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; min-width: 620px; min-height: 620px; top: -24vw; left: -19vw; border-radius: 50%; background: radial-gradient(circle, rgba(36,185,179,.18), rgba(36,185,179,0) 68%); }
.hero-orbit { position: absolute; border: 1px solid rgba(104,222,216,.14); border-radius: 50%; }
.hero-orbit-a { width: 580px; height: 580px; left: 39%; top: -210px; }
.hero-orbit-b { width: 760px; height: 760px; left: 30%; top: -300px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, .82fr); gap: clamp(38px, 6vw, 92px); min-height: 680px; padding-top: 132px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 28px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--brand-deep); font-size: .72rem; line-height: 1.2; letter-spacing: .2em; text-transform: uppercase; font-weight: 750; }
.hero .eyebrow { color: var(--brand-bright); }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 0; color: var(--white); font-size: clamp(3.2rem, 5.2vw, 5.5rem); line-height: .99; letter-spacing: -.045em; font-weight: 340; text-wrap: balance; }
.hero h1 em { display: block; color: var(--brand-bright); font-style: normal; font-weight: 620; }
.hero-lead { max-width: 580px; margin: 30px 0 0; color: var(--muted-on-dark); font-size: clamp(1rem, 1.15vw, 1.13rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 26px; border-radius: 999px; font-size: .88rem; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: var(--ink); box-shadow: 0 16px 36px rgba(36,185,179,.18); }
.button-primary:hover { background: var(--brand-bright); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--text-on-dark); font-size: .84rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.24); padding-bottom: 5px; }
.text-link span { color: var(--brand-bright); }
.hero-portrait { position: relative; align-self: stretch; min-height: 560px; overflow: hidden; border-inline: 1px solid rgba(255,255,255,.08); background: var(--ink-soft); box-shadow: var(--shadow); }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.72) contrast(1.04); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,23,21,.78) 0%, rgba(7,23,21,.12) 42%, rgba(7,23,21,.04) 65%, rgba(7,23,21,.34) 100%), linear-gradient(0deg, rgba(7,23,21,.86) 0%, transparent 38%); }
.portrait-caption { position: absolute; z-index: 2; right: 26px; bottom: 36px; margin: 0; display: flex; align-items: center; gap: 10px; color: var(--white); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; }
.portrait-caption i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand-bright); }
.portrait-note { position: absolute; z-index: 2; top: 32px; right: 30px; display: grid; justify-items: end; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,23,21,.5); backdrop-filter: blur(8px); }
.portrait-note span { color: var(--brand-bright); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.portrait-note strong { font-size: .82rem; font-weight: 600; }
.trust-bar { position: relative; z-index: 4; background: rgba(9,29,26,.98); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 140px; }
.trust-item { display: flex; align-items: center; gap: 18px; padding: 28px clamp(20px, 2.5vw, 38px); border-left: 1px solid var(--line-dark); }
.trust-item:last-child { border-right: 1px solid var(--line-dark); }
.trust-number { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid rgba(104,222,216,.4); border-radius: 50%; color: var(--brand-bright); font-size: .68rem; }
.trust-item div { display: grid; gap: 4px; }
.trust-item strong { color: var(--white); font-size: .85rem; line-height: 1.25; font-weight: 600; }
.trust-item small { color: var(--muted-on-dark); font-size: .72rem; line-height: 1.35; }

.section { padding-block: clamp(88px, 10vw, 150px); }
.about { background: linear-gradient(135deg, #f8faf8 0%, #edf5f4 100%); }
.about-grid { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); gap: clamp(54px, 8vw, 112px); align-items: center; }
.about-media { position: relative; min-height: 650px; }
.about-photo { position: absolute; inset: 0; border-radius: var(--radius); background-image: linear-gradient(0deg, rgba(7,23,21,.24), transparent 45%), url("assets/rejane-perfil.png"); background-size: 230% auto; background-position: 100% 50%; background-repeat: no-repeat; box-shadow: var(--shadow); }
.about-media::before { content: ""; position: absolute; z-index: 1; inset: 28px -26px -28px 26px; border: 1px solid rgba(8,123,123,.25); border-radius: var(--radius); }
.about-seal { position: absolute; z-index: 3; right: -38px; bottom: 52px; display: grid; place-items: center; width: 108px; height: 108px; border-radius: 50%; background: var(--ink); box-shadow: 0 18px 38px rgba(4,31,27,.22); }
.about-seal svg { width: 55px; fill: var(--brand); }
.about-copy { position: relative; z-index: 2; }
.about-copy h2, .services-heading h2, .process h2, .contact h2, .care-band h2 { margin: 0; font-size: clamp(2.45rem, 4vw, 4.3rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 410; text-wrap: balance; }
.about-intro { margin-top: 30px; color: var(--text); font-size: 1.15rem; line-height: 1.65; }
.about-copy > p:not(.eyebrow) { max-width: 640px; }
.about-copy > p:not(.eyebrow, .about-intro) { color: var(--muted); }
.about-copy blockquote { margin: 32px 0; padding: 22px 0 22px 28px; border-left: 2px solid var(--brand); color: var(--brand-deep); font-size: clamp(1.15rem, 1.6vw, 1.38rem); line-height: 1.5; font-weight: 520; }
.line-link { display: inline-flex; align-items: center; gap: 34px; padding-bottom: 6px; border-bottom: 1px solid rgba(8,123,123,.45); color: var(--brand-deep); font-size: .84rem; font-weight: 700; }

.care-band { position: relative; padding-block: clamp(90px, 10vw, 146px); background: linear-gradient(120deg, #071715 0%, #0a2724 58%, #0a3c39 100%); color: var(--text-on-dark); overflow: clip; }
.care-band::after { content: "Ψ"; position: absolute; right: -2vw; top: -18vw; color: rgba(104,222,216,.05); font-size: min(54vw, 760px); font-weight: 200; line-height: 1; }
.care-band-inner { position: relative; z-index: 2; max-width: 980px; text-align: center; }
.care-band-inner > p { margin: 0 0 24px; color: var(--brand-bright); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.care-band h2 { color: var(--white); }
.care-values { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.care-values span { padding: 10px 18px; border: 1px solid rgba(104,222,216,.28); border-radius: 999px; color: var(--muted-on-dark); font-size: .78rem; letter-spacing: .06em; }

.services { background: var(--paper); }
.services-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(48px, 8vw, 120px); align-items: end; margin-bottom: 66px; }
.services-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1rem; }
.services-heading h2 { max-width: 820px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 74px minmax(230px, .72fr) minmax(280px, 1fr); align-items: center; gap: 30px; min-height: 138px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(36,185,179,.1), transparent); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.service-row:hover { padding-inline: 18px; }
.service-row:hover::before { transform: scaleX(1); }
.service-row > * { position: relative; z-index: 1; }
.service-index { color: var(--brand-deep); font-size: .7rem; letter-spacing: .08em; }
.service-row h3 { margin: 0; color: var(--text); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.25; font-weight: 520; }
.service-row p { max-width: 660px; margin: 0; color: var(--muted); font-size: .94rem; }

.process { background: linear-gradient(145deg, var(--paper-blue), #f8faf9); }
.process-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: clamp(70px, 10vw, 140px); align-items: start; }
.process-copy { position: sticky; top: 140px; }
.process-copy > p:not(.eyebrow) { max-width: 550px; color: var(--muted); margin: 26px 0 34px; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-steps li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(8,123,123,.35); color: var(--brand-deep); font-size: .7rem; }
.process-steps h3 { margin: 0 0 8px; font-size: 1.28rem; font-weight: 600; }
.process-steps p { margin: 0; max-width: 570px; color: var(--muted); font-size: .94rem; }

.contact { position: relative; padding-block: clamp(90px, 10vw, 140px); background: linear-gradient(112deg, #087d7b 0%, #075d60 52%, #073c40 100%); color: var(--white); overflow: clip; }
.contact::before { content: ""; position: absolute; width: 580px; height: 580px; right: -180px; bottom: -300px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(60px, 10vw, 140px); align-items: start; }
.eyebrow-light { color: var(--brand-bright); }
.contact h2 { max-width: 650px; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.76); margin: 26px 0 34px; }
.button-light { background: var(--white); color: #075456; }
.button-light:hover { background: var(--brand-bright); color: var(--ink); }
.contact-details { border-top: 1px solid rgba(255,255,255,.2); }
.contact-detail { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
a.contact-detail { transition: padding .2s ease, background .2s ease; }
a.contact-detail:hover { padding-inline: 12px; background: rgba(255,255,255,.06); }
.contact-detail > span { color: var(--brand-bright); font-size: .68rem; }
.contact-detail div { display: grid; gap: 4px; }
.contact-detail small { color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-detail strong { color: var(--white); font-size: .97rem; line-height: 1.6; font-weight: 540; }

.site-footer { background: #05110f; color: var(--text-on-dark); border-top: 1px solid var(--line-dark); }
.footer-inner { min-height: 210px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: 1fr auto; align-items: center; gap: 30px 70px; padding-block: 44px 30px; }
.footer-inner > p { margin: 0; color: var(--muted-on-dark); font-size: .82rem; }
.footer-links { display: flex; gap: 28px; justify-content: flex-end; }
.footer-links a { color: var(--muted-on-dark); font-size: .78rem; }
.footer-links a:hover { color: var(--white); }
.footer-inner > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line-dark); color: rgba(185,203,199,.58); font-size: .68rem; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--brand); color: var(--ink); box-shadow: 0 16px 34px rgba(0,0,0,.26); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); background: var(--brand-bright); }
.whatsapp-float svg { width: 27px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
  html.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 980px); }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); min-height: 690px; gap: 38px; }
  .hero h1 { font-size: clamp(3.1rem, 6vw, 4.65rem); }
  .hero-portrait { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .trust-item:nth-child(2) { border-right: 1px solid var(--line-dark); }
  .about-grid { grid-template-columns: minmax(320px, .82fr) 1fr; gap: 72px; }
  .about-media { min-height: 560px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 40px); }
  .header-inner { height: 76px; }
  .site-header .header-cta { display: none; }
  .mobile-menu { top: 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 118px; padding-bottom: 48px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 680px; font-size: clamp(2.85rem, 11vw, 4.5rem); }
  .hero-lead { max-width: 620px; }
  .hero-portrait { min-height: 520px; border: 1px solid var(--line-dark); border-radius: var(--radius); }
  .portrait-shade { background: linear-gradient(0deg, rgba(7,23,21,.84), transparent 48%); }
  .about-grid, .services-heading, .process-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 56px; }
  .about-media { width: min(92%, 540px); min-height: 600px; }
  .about-copy h2, .services-heading h2, .process h2, .contact h2, .care-band h2 { font-size: clamp(2.25rem, 7vw, 3.65rem); }
  .services-heading { gap: 24px; }
  .service-row { grid-template-columns: 54px minmax(0, 1fr); gap: 16px 24px; padding-block: 26px; }
  .service-row p { grid-column: 2; }
  .process-grid { gap: 60px; }
  .process-copy { position: static; }
  .contact-grid { gap: 70px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-links { grid-column: 2; grid-row: 1; }
  .footer-inner > small { grid-row: 3; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 36px); --radius: 18px; }
  html { scroll-padding-top: 76px; }
  body.menu-open { overflow: hidden; }
  .brand-mark { width: 38px; }
  .brand strong { font-size: .65rem; }
  .mobile-menu { max-height: calc(100dvh - 76px); overflow-y: auto; }
  .hero-grid { padding-top: 102px; padding-bottom: 38px; }
  .hero .eyebrow { margin-bottom: 17px; }
  .hero h1 { font-size: clamp(2.45rem, 11.8vw, 3.15rem); line-height: 1.015; letter-spacing: -.035em; }
  .hero-lead { margin-top: 20px; font-size: .95rem; line-height: 1.62; }
  .hero-actions { align-items: stretch; gap: 15px; margin-top: 27px; }
  .button { width: 100%; min-height: 52px; padding-inline: 21px; }
  .text-link { margin-inline: auto; }
  .hero-portrait { min-height: 0; aspect-ratio: 4 / 5; max-height: 445px; }
  .hero-portrait img { object-position: 57% center; }
  .portrait-note { top: 18px; right: 18px; }
  .portrait-caption { right: 18px; bottom: 22px; font-size: .56rem; letter-spacing: .14em; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { min-height: 126px; padding: 18px 14px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; border-right: 0; }
  .trust-item:nth-child(2), .trust-item:nth-child(4) { border-right: 1px solid var(--line-dark); }
  .trust-item:nth-child(2) { border-top: 0; }
  .trust-number { width: 32px; height: 32px; }
  .trust-item strong { font-size: .78rem; }
  .trust-item small { font-size: .67rem; }
  .section { padding-block: 68px; }
  .about-grid { gap: 46px; }
  .about-media { width: min(100% - 8px, 420px); min-height: 405px; margin-inline: auto; }
  .about-photo { background-size: 230% auto; }
  .about-media::before { inset: 13px -8px -13px 8px; }
  .about-seal { width: 76px; height: 76px; right: -8px; bottom: 24px; }
  .about-seal svg { width: 38px; }
  .about-copy h2, .services-heading h2, .process h2, .contact h2, .care-band h2 { font-size: clamp(2.05rem, 9.2vw, 2.65rem); line-height: 1.08; }
  .about-intro { margin-top: 24px; font-size: 1.04rem; }
  .about-copy > p:not(.eyebrow, .about-intro) { font-size: .94rem; }
  .about-copy blockquote { margin-block: 25px; padding-block: 16px; font-size: 1.04rem; }
  .care-band { padding-block: 66px; }
  .care-values { display: grid; grid-template-columns: 1fr 1fr; }
  .care-values span { padding: 9px 10px; text-align: center; }
  .services-heading { margin-bottom: 34px; }
  .services-heading > p { font-size: .94rem; }
  .service-row { grid-template-columns: 34px minmax(0, 1fr); gap: 12px 14px; padding-block: 22px; min-height: 0; }
  .service-row:hover { padding-inline: 0; }
  .service-row h3 { font-size: 1.16rem; }
  .service-row p { font-size: .87rem; line-height: 1.55; }
  .process-grid { gap: 44px; }
  .process-copy > p:not(.eyebrow) { margin-block: 22px 27px; font-size: .94rem; }
  .process-steps li { grid-template-columns: 42px 1fr; gap: 14px; padding-block: 25px; }
  .process-steps li > span { width: 38px; height: 38px; }
  .process-steps h3 { font-size: 1.14rem; }
  .process-steps p { font-size: .88rem; }
  .contact-grid { gap: 50px; }
  .contact-copy > p:not(.eyebrow) { margin-block: 21px 28px; font-size: .94rem; }
  .contact-detail { grid-template-columns: 32px 1fr; gap: 12px; padding-block: 22px; }
  .contact-detail strong { font-size: .9rem; overflow-wrap: anywhere; }
  .footer-inner { min-height: 0; grid-template-columns: 1fr; gap: 22px; align-items: start; padding-block: 38px 26px; }
  .footer-links, .footer-inner > p, .footer-inner > small { grid-column: 1; grid-row: auto; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 24px); }
  .hero h1 { font-size: 2.32rem; }
  .hero-portrait { max-height: 410px; }
  .portrait-caption { max-width: 230px; flex-wrap: wrap; justify-content: flex-end; }
  .trust-item { padding-inline: 11px; }
  .trust-item strong { font-size: .74rem; }
}

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