@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";@font-face{font-family:Athena;src:url(./fonts/Athena-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--rose-50:#f7eeea;--rose-100:#f0e1db;--rose-200:#e6cfc6;--rose-300:#d6b3ad;--rose-400:#c09a99;--rose-500:#a8807f;--rose-600:#8a6463;--rose-700:#6a4a4a;--sand-50:#fbf6f2;--sand-100:#f3e8df;--sand-200:#eadbd0;--sand-300:#ddc9bb;--sand-400:#c9b09f;--ink-900:#2b2422;--ink-700:#4a3f3c;--ink-500:#756763;--ink-300:#b8aba6;--ink-100:#e9e0db;--white:#fff;--off-white:#fdfaf7;--bg:var(--sand-200);--bg-elev:var(--off-white);--bg-card:var(--white);--fg1:var(--ink-900);--fg2:var(--ink-700);--fg3:var(--ink-500);--accent:var(--rose-400);--accent-soft:var(--rose-200);--accent-strong:var(--rose-600);--border:var(--ink-100);--r-sm:6px;--r-md:12px;--r-lg:20px;--r-xl:28px;--r-pill:999px;--shadow-sm:0 4px 12px #4a3f3c0f;--shadow-md:0 12px 28px #4a3f3c14;--shadow-lg:0 24px 60px #4a3f3c1a;--shadow-rose:0 16px 40px #c09a9938;--ease-soft:cubic-bezier(.22,.61,.36,1);--ease-emph:cubic-bezier(.16,1,.3,1);--dur-fast:.18s;--dur-normal:.32s;--dur-slow:.56s;--max-width:1140px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--fg1);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 40px}.section{padding:96px 0}.section-sm{padding:64px 0}.reveal{opacity:0;transition:opacity var(--dur-slow) var(--ease-emph), transform var(--dur-slow) var(--ease-emph);transform:translateY(16px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:80ms}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;display:block}h1,h2,h3,h4{letter-spacing:-.01em;color:var(--fg1);font-family:Athena,Georgia,serif;font-weight:400;line-height:1.15}h1{font-size:clamp(28px,2.6vw,38px)}h2{font-size:clamp(22px,2vw,30px)}h3{font-size:clamp(16px,1.4vw,20px)}.section-header{margin-bottom:48px}.section-header--center{text-align:center}.section-header h2{margin-bottom:0}.section-header .lead{color:var(--fg2);max-width:540px;margin:16px auto 0;font-size:14px;font-weight:300;line-height:1.7}.btn{border-radius:var(--r-pill);letter-spacing:.01em;transition:background var(--dur-fast) var(--ease-soft), color var(--dur-fast) var(--ease-soft), border-color var(--dur-fast) var(--ease-soft), box-shadow var(--dur-fast) var(--ease-soft), transform var(--dur-fast) var(--ease-soft);white-space:nowrap;cursor:pointer;align-items:center;gap:8px;padding:14px 26px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.btn-primary{background:var(--accent);color:var(--white);border:1.5px solid #0000}.btn-primary:hover{background:var(--accent-strong);box-shadow:var(--shadow-rose);transform:translateY(-1px)}.btn-ghost{color:var(--fg1);border:1.5px solid var(--ink-300);background:0 0}.btn-ghost:hover{background:var(--rose-50);border-color:var(--accent);color:var(--accent-strong);transform:translateY(-1px)}.btn:focus-visible,.faq-question:focus-visible,.hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.site-header{z-index:100;transition:background var(--dur-normal) var(--ease-soft), box-shadow var(--dur-normal) var(--ease-soft), padding var(--dur-normal) var(--ease-soft);padding:16px 0;position:fixed;top:0;left:0;right:0}.site-header.scrolled{-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--border);background:#eadbd0db;padding:10px 0}.header-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.header-logo{flex-shrink:0;align-items:center;gap:12px;display:flex}.header-logo img{background:#ffffffd9;border-radius:50%;width:auto;height:44px;padding:4px;box-shadow:0 2px 8px #0000000f}.logo-text-wrap{flex-direction:column;line-height:1.2;display:flex}.logo-name{color:var(--fg1);font-family:Athena,Georgia,serif;font-size:20px}.logo-sub{letter-spacing:.12em;text-transform:uppercase;color:var(--rose-600);font-family:Poppins,sans-serif;font-size:10px;font-weight:500}.site-nav{align-items:center;gap:4px;display:flex}.nav-pill{color:var(--fg2);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;transition:width .45s cubic-bezier(.4,0,.2,1),color .25s,box-shadow .45s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.nav-pill:before{content:"";background:linear-gradient(45deg, var(--rose-300), var(--rose-500));opacity:0;border-radius:999px;transition:opacity .45s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.nav-pill:after{content:attr(data-label);white-space:nowrap;letter-spacing:.04em;text-transform:uppercase;color:#fff;opacity:0;font-size:12px;font-weight:500;transition:opacity .2s .1s,transform .3s cubic-bezier(.4,0,.2,1) .1s;position:absolute;transform:scale(.85)}.nav-pill span{z-index:1;color:var(--fg3);font-size:18px;transition:opacity .2s,transform .2s;display:flex;position:relative}.nav-pill:hover{color:#fff;box-shadow:0 8px 24px #c09a9959}.nav-pill:hover:before{opacity:1}.nav-pill:hover:after{opacity:1;transform:scale(1)}.nav-pill:hover span{opacity:0;transform:scale(0)}.header-cta{flex-shrink:0}.hamburger{cursor:pointer;z-index:1000;flex-direction:column;gap:5px;padding:6px;display:none;position:relative}.hamburger span{background:var(--fg1);width:22px;height:2px;transition:transform var(--dur-normal), opacity var(--dur-normal);border-radius:2px;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{z-index:999;background:var(--off-white);opacity:0;transition:opacity var(--dur-normal) var(--ease-soft);flex-direction:column;justify-content:center;align-items:center;gap:0;padding:80px 40px 40px;display:none;position:fixed;inset:0}@media (width<=768px){.mobile-nav.open{opacity:1;display:flex}}.mobile-nav a{color:var(--fg2);text-align:center;transition:color var(--dur-fast);letter-spacing:.02em;border:none;padding:14px 0;font-family:Athena,Georgia,serif;font-size:28px;font-weight:400}.mobile-nav a:hover{color:var(--accent-strong)}.mobile-nav .btn{justify-content:center;margin-top:28px;font-size:12px}.hero{align-items:center;height:92vh;min-height:640px;max-height:820px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center top;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#eadbd0c7 0%,#eadbd066 55%,#eadbd000 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:520px;padding:0 72px;position:relative}.hero-content .eyebrow,.why-content .eyebrow{color:var(--rose-500);margin-bottom:20px}.hero-h1{color:var(--fg1);margin-bottom:20px;font-size:clamp(28px,2.8vw,44px);line-height:1.08}.hero-h1 em{color:var(--rose-500);font-size:1.15em;font-style:italic;line-height:1.05;display:block}.hero-lead{color:var(--fg2);max-width:400px;margin-bottom:36px;font-size:14px;font-weight:300;line-height:1.8}.btn-hero{letter-spacing:.1em;text-transform:uppercase;padding:16px 40px;font-size:12px;font-weight:600;display:inline-flex}.hero-disclaimer{color:var(--fg3);margin-top:20px;font-size:12px;font-weight:300;line-height:1.7}.hero-right{flex:1;position:relative;overflow:hidden}.hero-photo-fill{object-fit:cover;object-position:center top;background:linear-gradient(to bottom, #eadbd000 55%, var(--sand-200) 100%), linear-gradient(135deg, var(--sand-300) 0%, var(--rose-300) 50%, var(--sand-400) 100%);width:100%;height:100%;display:block}img.hero-photo-fill{background:0 0}.hero-photo-fill{justify-content:flex-start;align-items:flex-end;display:flex;position:relative}.hero-photo-label{color:#ffffffb3;letter-spacing:.03em;pointer-events:none;font-family:Athena,Georgia,serif;font-size:18px;position:absolute;bottom:40px;left:40px}.procedures-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.procedure-card{transition:box-shadow var(--dur-normal) var(--ease-soft), transform var(--dur-normal) var(--ease-soft);background:#fff;border:1px solid #4a3f3c14;border-radius:20px;flex-direction:column;gap:12px;padding:36px 32px 28px;display:flex}.procedure-card:hover{border-color:var(--rose-200);transform:translateY(-3px);box-shadow:0 12px 32px #4a3f3c17}.proc-num{font-family:var(--font-display);color:var(--rose-300);letter-spacing:.06em;border-bottom:1px solid #4a3f3c14;padding-bottom:16px;font-size:13px;font-weight:400;display:block}.procedure-card h3{font-size:18px;line-height:1.25}.procedure-card p{color:var(--fg3);flex:1;font-size:13px;font-weight:300;line-height:1.7}.card-link{color:var(--accent-strong);transition:gap var(--dur-fast);align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;display:inline-flex}.card-link:hover{color:var(--fg1);gap:10px}.categories-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.category-card{transition:box-shadow var(--dur-normal) var(--ease-soft), transform var(--dur-normal) var(--ease-soft);background:#fff;border:1px solid #4a3f3c14;border-radius:24px;flex-direction:column;gap:18px;padding:40px 36px 32px;display:flex}.category-card:hover{border-color:var(--rose-200);transform:translateY(-4px);box-shadow:0 16px 40px #4a3f3c1a}.category-icon{background:var(--sand-200);width:84px;height:84px;color:var(--accent-strong);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.category-icon svg{width:32px;height:32px}.category-icon img{object-fit:contain;width:52px;height:52px}.category-card h3{color:var(--fg1);margin:0;font-size:24px;line-height:1.2}.category-card>p{color:var(--fg3);border-bottom:1px solid #4a3f3c14;margin:0;padding-bottom:8px;font-size:13px;font-weight:300;line-height:1.7}.category-list{flex-direction:column;flex:1;gap:2px;margin:0;padding:0;list-style:none;display:flex}.category-list li{border-bottom:1px solid #4a3f3c0f}.category-list li:last-child{border-bottom:none}.category-list a,.category-list .cat-item-static{color:var(--fg2);transition:color var(--dur-fast), transform var(--dur-fast);align-items:center;gap:14px;padding:12px 0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;display:flex}.category-list a:hover{color:var(--accent-strong);transform:translate(4px)}.cat-dot{width:22px;height:22px;color:var(--accent-strong);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.category-card .card-link{border-top:1px solid #4a3f3c14;margin-top:8px;padding-top:16px}.features-bg{background:var(--bg-elev)}.features-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.feature-card{background:var(--bg-card);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);flex-direction:column;gap:16px;padding:32px 28px;display:flex}.feature-icon{border-radius:var(--r-md);background:var(--rose-100);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-icon svg{color:var(--rose-600);width:22px;height:22px}.feature-card h3{letter-spacing:0;color:var(--fg1);font-family:Poppins,sans-serif;font-size:15px;font-weight:600;line-height:1.35}.feature-card p{color:var(--fg3);font-size:14px;font-weight:300;line-height:1.65}.why-section{align-items:center;height:80vh;min-height:560px;max-height:700px;display:flex;position:relative;overflow:hidden}.why-section>picture{z-index:0;width:100%;height:100%;position:absolute;inset:0}.why-bg{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.why-overlay{z-index:1;background:linear-gradient(90deg,#eadbd0c7 0%,#eadbd066 55%,#eadbd000 100%);position:absolute;inset:0}.why-left{z-index:2;align-items:center;padding:80px 56px 80px 72px;display:flex;position:relative}.why-content{max-width:480px}.why-title{color:var(--fg1);margin-bottom:36px;font-size:clamp(26px,2.8vw,40px);line-height:1.1}.why-title em{color:var(--rose-500);font-style:italic}.why-quotes{flex-direction:column;gap:24px;display:flex}.why-quote{border-left:2px solid var(--rose-300);color:var(--fg2);margin:0;padding:4px 0 4px 20px;font-family:Athena,Georgia,serif;font-size:clamp(14px,1.2vw,16px);font-style:italic;line-height:1.7}.why-right{flex:1;position:relative;overflow:hidden}.why-photo-fill{background:linear-gradient(135deg, var(--sand-300) 0%, var(--rose-200) 45%, var(--sand-300) 100%);width:100%;height:100%}.why-photo-img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}@media (width<=768px){.why-section{flex-direction:column;height:auto;min-height:auto;max-height:none}.why-section>picture{order:2;height:380px;position:relative}.why-bg{object-position:center center;height:100%;position:relative}.why-overlay{display:none}.why-left{background:var(--sand-200);flex:none;order:1;padding:64px 28px}.why-right{flex:none;height:300px}.why-watermark img{height:220px}}.about-grid{grid-template-columns:5fr 7fr;align-items:start;gap:88px;display:grid}.about-photo-wrap{position:relative}.about-photo{aspect-ratio:3/4;background:linear-gradient(155deg, var(--sand-300) 0%, var(--rose-200) 100%);color:var(--rose-700);text-align:center;z-index:1;border-radius:28px;justify-content:center;align-items:center;padding:32px;font-family:Athena,Georgia,serif;font-size:18px;display:flex;position:relative;box-shadow:0 32px 64px #4a3f3c1f}.about-photo:after{content:"";border:1px solid var(--rose-200);z-index:-1;border-radius:28px;position:absolute;inset:16px -16px -16px 16px}.about-content{padding-top:8px}.about-content h2{margin-bottom:28px;line-height:1.15}.about-content p{color:var(--fg2);margin-bottom:10px;font-size:14px;font-weight:300;line-height:1.8}.about-blockquote{border-left:1px solid var(--rose-300);margin:36px 0 32px;padding:12px 0 12px 24px}.about-blockquote--center{text-align:center;border-left:none;max-width:620px;margin:48px auto 0;padding:0}.about-blockquote--center p{color:var(--rose-600);font-size:28px}.about-blockquote p{color:var(--fg1);margin-bottom:0;font-family:Athena,Georgia,serif;font-size:19px;font-style:italic;line-height:1.5}.about-bottom{flex-direction:column;align-items:center;gap:32px;margin-top:56px;display:flex}.about-stats{background:#fff;border:1px solid #4a3f3c17;border-radius:16px;gap:0;width:100%;max-width:480px;margin-top:0;display:flex;overflow:hidden}.stat-item{text-align:center;flex:1;padding:20px 12px;position:relative}.stat-item+.stat-item{border-left:1px solid #4a3f3c17}.stat-value{color:var(--fg1);letter-spacing:.01em;margin-bottom:4px;font-family:Athena,Georgia,serif;font-size:18px;line-height:1.2;display:block}.stat-label{color:var(--rose-400);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:400;line-height:1.4}.testimonials-bg{background:var(--bg-elev)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{background:var(--bg-card);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);border:1px solid var(--border);flex-direction:column;gap:20px;padding:36px 32px;display:flex}.testimonial-stars{color:var(--accent);letter-spacing:2px;gap:2px;font-size:16px;display:flex}.testimonial-stars svg{width:18px;height:18px;fill:var(--accent);color:var(--accent)}.testimonial-quote{color:var(--fg2);flex:1;font-size:14px;font-style:italic;font-weight:300;line-height:1.75}.testimonial-author{justify-content:space-between;align-items:center;gap:12px;display:flex}.testimonial-name{color:var(--fg1);font-size:14px;font-weight:500}.testimonial-source{letter-spacing:.08em;text-transform:uppercase;color:var(--fg3);font-size:11px;font-weight:500}.loc-header{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.loc-gallery{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:20px}.loc-gallery-inner{grid-template-columns:1fr 1fr 1fr;gap:12px;height:380px;display:grid}.loc-photo{border-radius:var(--r-lg);position:relative;overflow:hidden}.loc-photo img,.loc-photo-placeholder{object-fit:cover;width:100%;height:100%;display:block}.loc-photo-placeholder{background:linear-gradient(135deg, var(--sand-300) 0%, var(--rose-200) 100%)}.loc-photo-placeholder--dark{background:linear-gradient(135deg, var(--sand-400) 0%, var(--rose-300) 100%)}.loc-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.loc-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);align-items:flex-start;gap:16px;padding:24px 28px;display:flex}.loc-card-icon{width:36px;height:36px;color:var(--accent-strong);flex-shrink:0;justify-content:center;align-items:center;display:flex}.loc-card-icon svg{width:20px;height:20px}.loc-card strong{color:var(--fg1);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.loc-card p{color:var(--fg3);font-size:13px;font-weight:300;line-height:1.65}@media (width<=768px){.loc-gallery-inner{grid-template-columns:1fr 1fr;height:280px}.loc-photo:last-child{display:none}.loc-cards{grid-template-columns:1fr}}.testimonial-source:before{content:"G";color:#4285f4;margin-right:4px;font-family:Georgia,serif;font-size:13px;font-style:normal;font-weight:700;display:inline-block}.faq-bg{background:var(--bg-elev)}.faq-list{flex-direction:column;gap:3px;max-width:680px;margin:0 auto;display:flex}.faq-item{transition:box-shadow var(--dur-fast);background:#fff;border:1px solid #4a3f3c14;border-radius:8px;overflow:hidden}.faq-item:hover{box-shadow:0 4px 16px #4a3f3c12}.faq-question{text-align:left;width:100%;color:var(--fg1);cursor:pointer;transition:color var(--dur-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;display:flex}.faq-question:hover{color:var(--accent-strong)}.faq-chevron{width:18px;height:18px;color:var(--fg3);transition:transform var(--dur-normal) var(--ease-soft);flex-shrink:0}.faq-item.open .faq-chevron{color:var(--accent-strong);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height var(--dur-slow) var(--ease-emph);overflow:hidden}.faq-answer-inner{color:var(--fg2);padding:0 24px 16px;font-size:14px;font-weight:300;line-height:1.75}.cta-banner{align-items:center;height:60vh;min-height:420px;max-height:560px;display:flex;position:relative;overflow:hidden}.cta-banner>picture{z-index:0;width:100%;height:100%;position:absolute;inset:0}.cta-bg{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.cta-overlay{z-index:1;background:linear-gradient(90deg,#eadbd0cc 0%,#eadbd06b 55%,#eadbd000 100%);position:absolute;inset:0}.cta-content{z-index:2;text-align:left;max-width:560px;padding:0 72px;position:relative}.cta-title{color:var(--fg1);margin-bottom:20px;font-size:clamp(24px,2.8vw,40px);line-height:1.15}.cta-title em{color:var(--rose-500);font-style:italic;display:block}.cta-lead{color:var(--fg2);max-width:420px;margin:0 0 32px;font-size:14px;font-weight:300;line-height:1.75}.cta-photo{z-index:0;pointer-events:none;width:32%;height:100%;position:absolute;bottom:0;right:0}.cta-photo-fill{background:linear-gradient(135deg, transparent 0%, var(--rose-200) 60%, var(--sand-300) 100%);opacity:.5;width:100%;height:100%}.cta-photo img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}@media (width<=768px){.cta-banner{flex-direction:column;height:auto;min-height:auto;max-height:none;padding:0}.cta-banner>picture{order:2;height:380px;position:relative}.cta-bg{object-position:center center;height:100%;position:relative}.cta-overlay{display:none}.cta-content{background:var(--sand-200);order:1;max-width:100%;padding:64px 28px}.cta-photo{display:none}}.site-footer{background:var(--ink-900);color:var(--ink-300);padding:48px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-logo{align-items:center;gap:12px;display:flex}.footer-logo img{opacity:.85;filter:brightness(0)invert();width:auto;height:36px}.footer-logo-placeholder{border-radius:var(--r-sm);color:#fff9;background:#ffffff1f;justify-content:center;align-items:center;width:36px;height:36px;font-family:Athena,Georgia,serif;font-size:14px;display:flex}.footer-copy{color:var(--ink-300);font-size:13px;font-weight:300}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--ink-300);transition:color var(--dur-fast);font-size:13px;font-weight:400}.footer-links a:hover{color:var(--white)}.fab-whatsapp{z-index:90;background:var(--accent);color:var(--white);border-radius:var(--r-pill);height:60px;box-shadow:var(--shadow-rose);cursor:pointer;transition:background var(--dur-fast) var(--ease-soft), transform var(--dur-fast) var(--ease-soft), box-shadow var(--dur-fast) var(--ease-soft), padding var(--dur-normal) var(--ease-emph);border:none;align-items:center;gap:0;padding:0 22px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:fixed;bottom:32px;right:32px;overflow:hidden}.fab-whatsapp svg{flex-shrink:0;width:24px;height:24px}.fab-label{white-space:nowrap;max-width:0;transition:max-width var(--dur-normal) var(--ease-emph), margin-left var(--dur-normal) var(--ease-emph);margin-left:0;overflow:hidden}.fab-whatsapp:hover{background:var(--accent-strong);transform:translateY(-2px);box-shadow:0 20px 48px #c09a9959}.fab-whatsapp:hover .fab-label{max-width:200px;margin-left:10px}.proc-hero{background:var(--bg);padding-top:140px;padding-bottom:80px}.proc-hero-inner{max-width:720px}.proc-hero h1{margin-bottom:24px;font-size:clamp(44px,5vw,64px)}.proc-hero .lead{color:var(--fg2);margin-bottom:40px;font-size:14px;font-weight:300;line-height:1.75}.what-is-grid{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.what-is-content h2{margin-bottom:24px}.what-is-content p{color:var(--fg2);margin-bottom:18px;font-size:14px;font-weight:300;line-height:1.8}.what-is-image{aspect-ratio:4/5;border-radius:var(--r-xl);background:linear-gradient(155deg, var(--rose-100) 0%, var(--sand-200) 100%);color:var(--rose-600);text-align:center;box-shadow:var(--shadow-md);justify-content:center;align-items:center;padding:32px;font-family:Athena,Georgia,serif;font-size:16px;display:flex}.indications-bg{background:var(--bg-elev)}.indications-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.indication-card{background:var(--bg-card);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);border-left:3px solid var(--rose-300);flex-direction:column;gap:10px;padding:28px 24px;display:flex}.indication-card h3{letter-spacing:0;color:var(--fg1);font-family:Poppins,sans-serif;font-size:15px;font-weight:600}.indication-card p{color:var(--fg3);font-size:14px;font-weight:300;line-height:1.65}.steps-list{flex-direction:column;gap:0;max-width:680px;display:flex}.step-item{grid-template-columns:56px 1fr;gap:24px;display:grid;position:relative}.step-item:not(:last-child):after{content:"";background:var(--rose-200);width:2px;position:absolute;top:56px;bottom:-8px;left:27px}.step-number{background:var(--rose-100);width:56px;height:56px;color:var(--rose-600);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Athena,Georgia,serif;font-size:22px;display:flex;position:relative}.step-content{padding:12px 0 32px}.step-content h3{letter-spacing:0;color:var(--fg1);margin-bottom:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.step-content p{color:var(--fg2);font-size:14px;font-weight:300;line-height:1.7}.other-procs-bg{background:var(--bg-elev)}.other-procs-scroll{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.other-proc-card{background:var(--bg-card);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);transition:box-shadow var(--dur-normal), transform var(--dur-normal);border:1px solid #0000;flex-direction:column;gap:12px;padding:28px;display:flex}.other-proc-card:hover{box-shadow:var(--shadow-md);border-color:var(--rose-100);transform:translateY(-2px)}.other-proc-card h3{font-size:20px}.other-proc-card p{color:var(--fg3);flex:1;font-size:13px;font-weight:300;line-height:1.6}.back-link{color:var(--fg3);transition:color var(--dur-fast);align-items:center;gap:8px;padding:12px 0 0;font-size:14px;font-weight:500;display:inline-flex}.back-link:hover{color:var(--fg1)}.back-link svg{width:16px;height:16px}.divider{background:var(--border);height:1px;margin:0}@media (width<=1024px){.features-grid,.procedures-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.container{padding:0 24px}.section{padding:64px 0}h1{font-size:40px}h2{font-size:34px}.site-nav,.header-cta{display:none}.hamburger{display:flex}.hero{flex-direction:column;height:auto;min-height:auto;max-height:none}.hero-bg{object-position:center top;order:2;height:420px;position:relative}.hero-overlay{display:none}.hero-content{z-index:2;background:var(--sand-200);order:1;max-width:100%;padding:110px 28px 40px;position:relative}.hero-h1{font-size:clamp(32px,9vw,48px)}.hero-lead{max-width:100%;font-size:15px}.procedures-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr;gap:20px}.category-card{padding:32px 28px 24px}.category-card h3{font-size:22px}.features-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:48px}.about-stats{grid-template-columns:repeat(3,1fr);gap:12px}.stat-item{padding:16px 8px}.stat-value{font-size:24px}.testimonials-grid{grid-template-columns:1fr}.location-grid{grid-template-columns:1fr;gap:48px}.map-placeholder{height:280px}.footer-inner{flex-direction:column;align-items:flex-start;gap:16px}.fab-whatsapp{height:52px;padding:0 18px;bottom:20px;right:20px}.what-is-grid{grid-template-columns:1fr;gap:40px}.other-procs-scroll{grid-template-columns:1fr}.proc-hero h1{font-size:40px}.about-photo{aspect-ratio:3/3;max-width:320px;margin:0 auto}}.location-info-note{background:var(--rose-50);border-radius:var(--r-md);color:var(--ink-500);align-items:flex-start;gap:10px;margin-top:20px;padding:14px 18px;font-size:13px;line-height:1.6;display:flex}.location-info-note svg{width:16px;height:16px;color:var(--rose-400);flex-shrink:0;margin-top:2px}@media (width<=480px){.btn-group{flex-direction:column;align-items:stretch}.btn{justify-content:center}.about-stats{grid-template-columns:1fr}.section-header .lead{font-size:15px}}
