:root{--ink:#102a38;--navy:#06415c;--teal:#08777a;--aqua:#dff4f3;--sky:#f2f8f8;--white:#fff;--muted:#5d707a;--line:#d8e6e8;--shadow:0 22px 60px rgba(4,55,76,.12);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.65}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3{margin:0 0 .8rem;font-family:Georgia,"Times New Roman",serif;line-height:1.08;letter-spacing:-.025em}h1{font-size:clamp(2.65rem,6vw,5.4rem)}h2{font-size:clamp(2rem,4vw,3.45rem)}h3{font-size:1.5rem}p{margin:.5rem 0 1.15rem}.skip{position:fixed;z-index:1000;top:8px;left:8px;transform:translateY(-150%);padding:.65rem 1rem;background:#fff;border-radius:8px}.skip:focus{transform:none}.site-header{position:sticky;z-index:100;top:0;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(6,65,92,.1);backdrop-filter:blur(14px)}.header-inner{max-width:var(--max);height:82px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:138px;height:68px;object-fit:contain}.header-inner nav{display:flex;align-items:center;gap:clamp(.8rem,1.6vw,1.5rem)}.header-inner nav a{font-size:.9rem;font-weight:700;text-decoration:none;white-space:nowrap}.header-inner nav a:hover,.header-inner nav a[aria-current=page]{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:12px}.button{--button-bg:var(--teal);--button-fg:#fff;--button-border:var(--teal);--button-hover-bg:#075f62;--button-hover-fg:#fff;--button-hover-border:#075f62;display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:.78rem 1.3rem;border:2px solid var(--button-border);border-radius:12px;background:var(--button-bg);color:var(--button-fg);font-weight:800;text-decoration:none;line-height:1.1;transition:transform .2s ease,box-shadow .2s ease}.button-small{min-height:44px;padding:.7rem 1rem;font-size:.9rem}.button-light{--button-bg:#fff;--button-fg:var(--navy);--button-border:#fff;--button-hover-bg:var(--aqua);--button-hover-fg:var(--navy);--button-hover-border:var(--aqua)}.button-outline{--button-bg:#fff;--button-fg:var(--navy);--button-border:var(--navy);--button-hover-bg:var(--navy);--button-hover-fg:#fff;--button-hover-border:var(--navy)}.button-ghost{--button-bg:var(--navy);--button-fg:#fff;--button-border:#fff;--button-hover-bg:#fff;--button-hover-fg:var(--navy);--button-hover-border:#fff}.menu-button,.mobile-menu{display:none}.hero{position:relative;min-height:min(760px,calc(100vh - 82px));display:flex;align-items:center;overflow:hidden;background:var(--navy)}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 47%}.hero-overlay{background:linear-gradient(90deg,rgba(3,42,59,.94) 0%,rgba(3,42,59,.82) 43%,rgba(3,42,59,.12) 76%)}.hero-content{position:relative;z-index:1;width:100%;max-width:var(--max);margin:auto;padding:80px 24px;color:#fff}.hero-content h1{max-width:760px}.hero-content p{max-width:650px;font-size:clamp(1.05rem,2vw,1.28rem)}.eyebrow{display:block;margin-bottom:1rem;color:var(--teal);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:#8ee0dd}.button-row{display:flex;align-items:center;gap:1.25rem;margin-top:2rem;flex-wrap:wrap}.text-link{font-weight:800;text-decoration:none}.text-link span,.service-card a span,.price-grid a span,.timeline a span{transition:transform .2s;display:inline-block}.text-link:hover span,.service-card a:hover span,.price-grid a:hover span,.timeline a:hover span{transform:translateX(5px)}.light{color:#fff}.trust-strip{max-width:var(--max);margin:-34px auto 0;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.trust-strip>div{display:flex;gap:14px;align-items:center;padding:24px 26px;border-right:1px solid var(--line)}.trust-strip>div:last-child{border:0}.trust-strip svg,.feature-grid svg,.floating-whatsapp svg{width:30px;height:30px;fill:var(--teal);flex:none}.trust-strip span{display:flex;flex-direction:column;font-size:.9rem;color:var(--muted)}.trust-strip strong{color:var(--ink);font-size:1rem}.section{max-width:var(--max);margin:auto;padding:clamp(70px,9vw,120px) 24px}.section-tint{max-width:none;background:var(--sky)}.section-tint>*{max-width:var(--max);margin-left:auto;margin-right:auto}.intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,110px);align-items:start}.lead{font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.6}.section-heading{max-width:760px;margin:0 auto 46px;text-align:center}.section-heading p{max-width:650px;margin-left:auto;margin-right:auto;color:var(--muted);font-size:1.08rem}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.service-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(4,55,76,.09);border:1px solid rgba(6,65,92,.08)}.service-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.service-card>div{padding:30px}.service-card>div>span,.tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-weight:900}.service-card p{color:var(--muted)}.service-card a:not(.button),.price-grid a:not(.button),.timeline a:not(.button){color:var(--teal);font-weight:800;text-decoration:none}.split{display:grid;grid-template-columns:minmax(300px,.78fr) 1.22fr;gap:clamp(40px,8vw,110px);align-items:center}.portrait-frame{border-radius:48% 48% 24px 24px;overflow:hidden;background:var(--aqua);box-shadow:var(--shadow)}.portrait-frame img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 20%}.split-copy{max-width:640px}.credentials{display:flex;flex-wrap:wrap;gap:10px;margin:1.4rem 0 2rem}.credentials span{padding:.45rem .8rem;background:var(--aqua);border-radius:999px;color:var(--navy);font-size:.86rem;font-weight:800}.process{max-width:none;background:linear-gradient(135deg,#063e59,#087d80);color:#fff;text-align:center}.process>*{max-width:var(--max);margin-left:auto;margin-right:auto}.steps{list-style:none;padding:0;margin:50px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.steps li{padding:34px 26px;text-align:left;border:1px solid rgba(255,255,255,.23);border-radius:18px;background:rgba(255,255,255,.07)}.steps li>span{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--navy);font-weight:900;margin-bottom:24px}.steps p{color:#d9eeee}.insurance{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.plan-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.plan-list span{display:flex;align-items:center;justify-content:center;min-height:96px;padding:20px;border:1px solid var(--line);border-radius:16px;font-size:1.25rem;font-weight:900;color:var(--navy);background:#fff;box-shadow:0 10px 25px rgba(4,55,76,.06)}.final-cta{max-width:1120px;margin:30px auto 90px;padding:clamp(55px,8vw,90px) 24px;text-align:center;border-radius:28px;color:#fff;background:linear-gradient(130deg,#063e59,#0b8f91)}.final-cta p{max-width:640px;margin-left:auto;margin-right:auto;font-size:1.12rem}.centered{justify-content:center}.page-hero{max-width:var(--max);margin:40px auto 0;padding:44px 24px 70px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.page-hero h1{font-size:clamp(2.7rem,5vw,4.8rem)}.page-hero p{font-size:1.16rem;color:var(--muted)}.page-hero img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-grid article{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff}.duration{color:var(--navy);font-weight:900}.price-note{font-size:.9rem;color:var(--muted)}.two-col,.story{display:grid;grid-template-columns:1fr 1fr;gap:80px}.check-list{list-style:none;margin:0;padding:0}.check-list li{position:relative;padding:15px 0 15px 40px;border-bottom:1px solid var(--line)}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:900}.notice{max-width:var(--max);margin:45px auto 0;padding:20px 24px;background:#fff;border-left:5px solid var(--teal);border-radius:10px}.policy-band{padding:55px max(24px,calc((100vw - 1132px)/2));display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff;background:var(--navy)}.policy-band>div{max-width:760px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-grid article{padding:32px;border-radius:18px;background:#fff;border:1px solid var(--line)}.feature-grid svg{width:42px;height:42px;margin-bottom:20px}.crisis{max-width:900px;margin:80px auto;padding:35px 40px;border:2px solid #e0b463;border-radius:18px;background:#fffaf0}.simple-hero{padding:clamp(70px,10vw,125px) 24px;text-align:center;color:#fff;background:linear-gradient(130deg,#063e59,#0a7779)}.simple-hero h1,.simple-hero p{max-width:850px;margin-left:auto;margin-right:auto}.simple-hero p{font-size:1.2rem;color:#d8efef}.timeline{list-style:none;margin:0 auto;padding:0;max-width:850px}.timeline li{display:grid;grid-template-columns:90px 1fr;gap:28px;padding:36px 0;border-bottom:1px solid var(--line)}.timeline-number{font:700 2.4rem Georgia;color:var(--teal)}.compact{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:55px}.compact h2{margin:0;max-width:700px}.faq-section{display:grid;grid-template-columns:1fr 340px;gap:70px;align-items:start}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:25px 0;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-size:1.12rem;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--teal);font-size:1.5rem}.faq-list details[open] summary span{transform:none}.faq-list details p{padding:0 35px 22px 0;color:var(--muted)}.faq-aside{position:sticky;top:112px;padding:30px;border-radius:18px;background:var(--sky)}.about-hero{max-width:var(--max);margin:auto;padding:65px 24px 85px;display:grid;grid-template-columns:.82fr 1.18fr;gap:75px;align-items:center}.portrait-frame.large{max-width:450px}.story{border-top:1px solid var(--line)}.values{max-width:var(--max);margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.values article{padding:32px;border-radius:18px;background:var(--sky)}.values article>span{color:var(--teal);font-weight:900}.featured-post{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.featured-post img{width:100%;height:470px;object-fit:cover;border-radius:24px}.article{max-width:900px;margin:auto;padding:70px 24px 100px}.article header{text-align:center}.article header h1{font-size:clamp(2.6rem,5vw,4.5rem)}.article-cover{width:100%;max-height:560px;object-fit:cover;border-radius:24px;margin:45px 0}.article-body{max-width:720px;margin:auto;font-size:1.08rem}.article-body h2{margin-top:2.5rem;font-size:2rem}.article-body li{margin-bottom:.6rem}.article-cta{margin-top:55px;padding:34px;border-radius:18px;background:var(--sky)}.landing{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:55px;max-width:var(--max);margin:auto;padding:60px 24px}.landing-logo{width:180px;margin-bottom:24px}.landing>img{height:620px;width:100%;object-fit:cover;border-radius:28px}.button-stack{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:28px}.confirmation{min-height:65vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:70px 24px}.confirmation-mark{width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background:var(--aqua);color:var(--teal);font-size:2.5rem;font-weight:900;margin-bottom:25px}.confirmation p{max-width:620px;font-size:1.15rem}.floating-whatsapp{position:fixed;z-index:90;right:20px;bottom:20px;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#127547;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.22)}.floating-whatsapp svg{width:24px;height:24px;fill:#fff}footer{background:#072f43;color:#dbe8ec;padding:70px 24px 25px}.footer-grid,.footer-bottom,.emergency{max-width:var(--max);margin:auto}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:70px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{width:170px;height:80px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:18px}.footer-grid h2{font:800 .8rem Inter;text-transform:uppercase;letter-spacing:.12em;color:#8ee0dd}.footer-grid a{padding:4px 0;text-decoration:none}.footer-grid a:hover{text-decoration:underline}.emergency{margin-top:45px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.04)}.footer-bottom{margin-top:25px;padding-top:25px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:30px;font-size:.82rem;color:#a9bec6}
@media(max-width:1240px){.header-inner nav{display:none}.menu-button{display:flex;width:44px;height:44px;padding:10px;flex-direction:column;justify-content:center;gap:5px;border:0;background:transparent}.menu-button span{width:24px;height:2px;background:var(--navy)}.mobile-menu{padding:15px 24px 24px;border-top:1px solid var(--line);background:#fff}.mobile-menu:not([hidden]){display:grid}.mobile-menu>a{padding:11px 0;text-decoration:none;font-weight:700}.mobile-menu .button{margin-top:8px}.trust-strip{margin:0;border-radius:0}.page-hero img{height:430px}.faq-section{grid-template-columns:1fr}.faq-aside{position:static}.floating-whatsapp span{display:none}.floating-whatsapp{padding:14px}}
@media(max-width:760px){h1{font-size:clamp(2.4rem,12vw,3.5rem)}h2{font-size:clamp(1.9rem,9vw,2.65rem)}.header-inner{height:72px;padding:0 16px}.brand img{width:112px;height:58px}.button-small{display:inline-flex}.hero{min-height:680px;align-items:flex-end}.hero-media img{object-position:62% center}.hero-overlay{background:linear-gradient(0deg,rgba(3,42,59,.97) 5%,rgba(3,42,59,.7) 66%,rgba(3,42,59,.22) 100%)}.hero-content{padding:120px 20px 55px}.hero-content p{font-size:1.03rem}.trust-strip{grid-template-columns:1fr;padding:8px 18px}.trust-strip>div{border-right:0;border-bottom:1px solid var(--line);padding:16px 6px}.trust-strip>div:last-child{border-bottom:0}.section{padding:70px 20px}.intro,.split,.insurance,.page-hero,.two-col,.story,.about-hero,.featured-post,.landing{grid-template-columns:1fr;gap:38px}.service-grid,.price-grid,.feature-grid,.values,.steps{grid-template-columns:1fr}.section-heading{text-align:left}.split .portrait-frame,.about-hero .portrait-frame{max-width:360px;margin:auto}.steps{text-align:left;margin:35px 0}.insurance{gap:35px}.plan-list span{min-height:78px;font-size:1rem}.final-cta{margin:10px 12px 65px;border-radius:20px}.page-hero{margin-top:0;padding:45px 20px 60px}.page-hero>div{order:2}.page-hero img{order:1;height:320px}.policy-band,.compact{display:block;padding:45px 20px}.policy-band .button,.compact .button{margin-top:18px}.timeline li{grid-template-columns:54px 1fr;gap:12px}.timeline-number{font-size:1.7rem}.faq-section{gap:45px}.about-hero{padding:50px 20px 70px}.values{padding:0 20px;margin-bottom:70px}.featured-post img{height:300px}.article{padding-top:50px}.landing{padding:40px 20px}.landing>div{order:2}.landing>img{order:1;height:300px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column}.floating-whatsapp{right:14px;bottom:14px}.button-row{align-items:stretch}.button-row .button{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.portrait-frame,.portrait-frame.large{border-radius:18px}
.portrait-frame,.portrait-frame.large{width:min(100%,480px);aspect-ratio:1/1;align-self:center}
.portrait-frame img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center 16%}
@media(max-width:760px){.split .portrait-frame,.about-hero .portrait-frame{width:min(100%,400px);max-width:none}}
.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:64px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(4,55,76,.08)}.post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card>div{padding:28px}.post-card h2{font-size:clamp(1.55rem,2.6vw,2.15rem);margin-top:.55rem}.post-card p{color:var(--muted)}.post-card a:not(.button){color:var(--teal);font-weight:800;text-decoration:none}.source-note{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.source-note a:not(.button){color:var(--teal)}@media(max-width:760px){.post-grid{grid-template-columns:1fr;margin-top:42px}.post-card>div{padding:24px}}

/* Readable controls and a persistent booking action on narrow screens. */
[hidden]{display:none!important}
:focus-visible{outline:3px solid #a14e00;outline-offset:4px}
html{scroll-padding-top:110px}
main:focus{outline:none}
.header-inner{height:auto;min-height:82px;gap:16px}
.header-inner nav{gap:.85rem}
.header-inner nav a{font-size:.875rem}
.brand,.header-actions{flex-shrink:0}
.language-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:44px;font-size:.875rem;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.mobile-menu{max-height:calc(100dvh - 82px);overflow-y:auto;overscroll-behavior:contain}
.menu-button{cursor:pointer;flex-shrink:0}
.button{text-align:center;white-space:normal}




.eyebrow,.service-card>div>span,.tag{font-size:.875rem;letter-spacing:.1em}
.footer-grid h2{font:800 .875rem/1.5 ui-sans-serif,system-ui,sans-serif}
.footer-bottom{font-size:.875rem}
.footer-bottom a{text-underline-offset:3px}
.footer-grid a{min-height:40px;display:inline-flex;align-items:center}
footer{padding-bottom:90px}
.article-note{font-size:.95rem;color:var(--muted);padding:16px 20px;background:var(--sky);border-radius:12px}
.service-grid>*,.split>*,.insurance>*,.page-hero>*,.two-col>*,.about-hero>*,.featured-post>*,.landing>*{min-width:0}
@media(max-width:1240px){.header-inner nav{display:none}.mobile-menu:not([hidden]){display:grid}.mobile-menu{display:none}}
@media(max-width:760px){.header-inner{min-height:72px;gap:8px}.header-actions{gap:5px}.brand img{width:100px}.button-small{font-size:.875rem;min-height:44px;padding:.6rem .65rem;max-width:135px}.language-link{min-width:30px}.menu-button{width:40px;padding:8px}.mobile-menu{max-height:calc(100dvh - 72px)}.eyebrow{letter-spacing:.07em}.hero-content{padding-top:75px}.page-hero>div{order:0}.page-hero>img{order:1}.landing>div{order:0}.landing>img{order:1}.page-hero h1{font-size:clamp(2.3rem,10vw,3.5rem)}.floating-whatsapp{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom))}}
@media(max-width:760px){.header-actions .button-small{min-height:40px;padding:.5rem .7rem;border-radius:10px;white-space:nowrap}}
@media(max-width:359px){.header-inner{padding:0 10px}.brand img{width:78px}.button-small{max-width:118px;padding:.6rem .45rem}.header-actions{gap:2px}.language-link{min-width:26px}}

/* Button colors stay paired across every interaction state. */
.button:hover,.button:focus-visible,.button:active{background:var(--button-hover-bg);color:var(--button-hover-fg);border-color:var(--button-hover-border);box-shadow:0 10px 25px rgba(4,55,76,.18)}
.button:hover{transform:translateY(-2px)}
.button:focus-visible{outline:3px solid #a14e00;outline-offset:4px}

/* Editorial navigation and readable long-form articles. */
.breadcrumbs{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:32px;font-size:.9rem;color:var(--muted)}
.article-byline{font-size:.9rem;color:var(--muted);margin-top:24px}
.article-toc{padding:24px;background:var(--sky);border:1px solid var(--line);border-radius:16px;margin:30px 0}
.article-toc ul,.article-sources ul,.related-posts ul{padding-left:1.3rem}
.article-body a:not(.button),.intro a:not(.button),.article-byline a,.breadcrumbs a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.article-body section{scroll-margin-top:110px}
.article-sources{margin-top:42px;padding-top:12px;border-top:1px solid var(--line);font-size:.95rem}
.article-sources p{color:var(--muted)}
.article-prices>div{padding:20px 0;border-bottom:1px solid var(--line)}
.article-prices dt{font-weight:800;color:var(--navy)}
.article-prices dd{margin:.4rem 0 0}
.blog-topics{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:60px 0}
.blog-category{padding-top:24px;margin-bottom:70px;scroll-margin-top:100px}
.blog-category .post-grid{margin-top:30px}
.post-card h2 a:not(.button){color:var(--navy);font-weight:inherit}
.post-card h2 a:hover{text-decoration:underline;text-underline-offset:4px}
.post-card img{height:auto}
.section-tint .post-grid{max-width:var(--max)}
@media(max-width:760px){.article-toc{padding:20px}.article-cta{padding:24px}.blog-topics{justify-content:flex-start}.blog-topics .button-small{max-width:none}.article-body{overflow-wrap:anywhere}.article header h1{font-size:clamp(2.1rem,9.5vw,3.8rem)}}

@media(min-width:1025px){.home-journal .post-grid{grid-template-columns:repeat(3,1fr)}.home-journal .post-card h2{font-size:1.7rem}}

/* Booking choices, verifiable credentials, and a clearer first screen. */
.hero-content h1{font-size:clamp(2.4rem,5.2vw,4.75rem);max-width:17ch;text-wrap:balance}
.hero-content{padding-top:64px;padding-bottom:70px}
.hero{min-height:min(700px,calc(100svh - 82px))}
.header-inner nav a{display:inline-flex;align-items:center;min-height:44px}
.booking-page{padding-top:60px;padding-bottom:80px}
.booking-intro{max-width:820px;margin:0 auto 40px;text-align:center}
.booking-intro h1{font-size:clamp(2.3rem,4.4vw,3.6rem)}
.booking-intro .lead{font-size:1.1rem}
.booking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.booking-card{display:flex;flex-direction:column;align-items:flex-start;padding:34px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(4,55,76,.06)}
.booking-card h2{font-size:2rem;max-width:20ch}
.booking-card ul{padding-left:1.2rem;margin:0 0 18px}
.booking-card li{padding:3px 0}
.booking-note{font-size:.95rem;color:var(--muted);margin-top:auto}
.booking-card .button{width:100%;margin-top:12px}
.destination-note{font-size:.875rem;color:var(--muted);margin:14px 0 0}
.booking-help{text-align:center;max-width:690px;margin:42px auto 0}
.booking-help h2{font-size:1.7rem}
.booking-help .text-link{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:4px;color:var(--teal)}
.education-list{margin:24px 0 0}
.education-list>div{padding:15px 0;border-bottom:1px solid var(--line)}
.education-list dt,.credential-panel dt{font-weight:800}
.education-list dd,.credential-panel dd{margin:4px 0 0;color:var(--muted)}
.credential-panel{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;align-self:start;min-width:0}
.credential-panel dl>div{margin-bottom:18px}
.credential-panel .button{width:100%}
.credential-panel .source-note{margin-top:20px}
.professional-profile .two-col{gap:48px}
.professional-profile h2{font-size:clamp(2rem,3.3vw,2.8rem)}
.professional-profile+ .values{padding-top:60px}
.article-body section,.booking-help{overflow-wrap:anywhere}
.article-body table{border-collapse:collapse;width:100%;font-size:.95rem}
.article-body th,.article-body td{padding:14px 12px;text-align:left;vertical-align:top;border:1px solid var(--line)}
.article-body th{background:var(--sky)}
.process :focus-visible,.final-cta :focus-visible,footer :focus-visible,.hero :focus-visible{outline-color:#fff}
.button{max-width:100%}
@media(max-width:760px){
 .hero{min-height:0;align-items:center}
 .hero-content{padding:48px 20px 46px}
 .hero-content h1{font-size:clamp(2.3rem,10vw,3.2rem);max-width:17ch}
 .hero-content .button-row{gap:12px;margin-top:24px}
 .booking-page{padding:38px 20px 60px}
 .booking-intro{text-align:left;margin-bottom:28px}
 .booking-grid{grid-template-columns:1fr;gap:20px}
 .booking-card{padding:24px}
 .booking-card h2{font-size:1.85rem}
 .booking-help{text-align:left;margin-top:34px}
 .professional-profile .two-col{gap:30px}
 .credential-panel{padding:24px}
 .about-hero h1{font-size:clamp(2.2rem,9.5vw,3.2rem)}
 .article-body table{font-size:.875rem}
 .article-body th,.article-body td{padding:10px 8px}
 .button-stack{align-items:stretch}
 .button-stack .button{width:100%}
}

.header-inner nav{flex-wrap:wrap}
.article-body caption{text-align:left;font-weight:800;margin-bottom:12px}
@media(max-width:760px){.header-inner{display:grid;grid-template-columns:minmax(44px,1fr) auto}.brand{min-width:0}.brand img{max-width:100%}}

/* Reflow at enlarged text sizes without hiding overflowing content. */
body{overflow-wrap:anywhere}
.header-inner nav{min-width:0;flex:1 1 auto;justify-content:center}
.service-grid>*,.price-grid>*,.feature-grid>*,.values>*,.steps>*,.faq-section>*,.plan-list>*,.post-grid>*{min-width:0}
.faq-list summary{display:grid;grid-template-columns:minmax(0,1fr) 1.5rem;align-items:center;gap:12px}
.faq-list summary .faq-question{font-size:inherit;color:inherit;transform:none}
.faq-list summary .faq-indicator{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:1;transform:none}
.faq-indicator:after{content:'+'}
.faq-list details[open] .faq-indicator:after{content:'−'}
@media(max-width:760px){.header-actions .button-small{padding:.5rem 10px;max-width:none}.header-actions{gap:4px}.language-link{min-width:26px}.header-inner{height:auto;min-height:72px}}

.booking-paths{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.booking-paths .button-small{max-width:none}.booking-card{scroll-margin-top:110px}@media(max-width:760px){.booking-paths{justify-content:flex-start}}

@media(min-width:761px){.about-hero h1{font-size:clamp(2.6rem,4vw,3.8rem)}}

/* English pages share the established Rio Breeze visual language. */
.en-home-hero .hero-content h1{max-width:18ch}
.en-home-hero .hero-content p{max-width:590px}
.en-home-hero .en-hero-detail{font-size:1rem;color:#d9eeee;margin-top:1.25rem}
.en-price{font-size:2.4rem;font-weight:750;color:var(--navy);line-height:1.2;margin:24px 0}
.en-price span{display:block;font-size:1rem;font-weight:500;color:var(--muted);margin-top:6px}
.en-guide-grid a{color:var(--teal);font-weight:750;text-underline-offset:4px}
html[lang="en-US"] .price-grid article{display:flex;flex-direction:column;align-items:flex-start}
html[lang="en-US"] .price-grid article>a{margin-top:auto;color:var(--teal);font-weight:750;text-underline-offset:4px}
@media(min-width:761px){html[lang="en-US"] .page-hero h1{font-size:clamp(2.7rem,4.3vw,4.1rem)}}
@media(max-width:760px){.en-home-hero .hero-content h1{font-size:clamp(2.35rem,10vw,3.2rem)}.en-home-hero .hero-content{padding-top:50px;padding-bottom:50px}}
