#app{min-height:100vh}.hero{padding:3rem clamp(1.5rem,5vw,5rem) 4rem;background:linear-gradient(135deg,#0f172a,#111f42 45%,#192449);color:#fff}.navbar{justify-content:space-between;margin-bottom:3rem}.brand,.navbar{display:flex;align-items:center;gap:1rem}.brand-mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--primary),#f5908d);display:grid;place-items:center;font-weight:700}.brand-name{font-weight:600;letter-spacing:.08em}.brand-tagline{font-size:.85rem;color:rgba(255,255,255,.75)}.lang-dropdown{position:relative}.lang-dropdown-toggle{display:flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:.4rem .9rem;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease;font-size:.9rem;font-weight:500}.lang-dropdown-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6)}.lang-dropdown-toggle svg{transition:transform .2s ease}.lang-dropdown-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.lang-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#fff;border-radius:.75rem;box-shadow:0 10px 40px rgba(0,0,0,.15);overflow:hidden;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lang-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;border:none;background:transparent;color:var(--text);cursor:pointer;transition:background .2s ease;text-align:left;font-size:.9rem}.lang-dropdown-item:hover{background:var(--surface-alt)}.lang-dropdown-item.is-active{background:rgba(59,130,246,.1);color:#3b82f6;font-weight:600}.lang-dropdown-item .lang-label{flex:1 1}.lang-dropdown-item .lang-code{font-size:.85rem;color:var(--text-muted);margin-left:.75rem;font-weight:500}.lang-dropdown-item.is-active .lang-code{color:#3b82f6}.hero-content{max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;color:rgba(255,255,255,.7);margin-bottom:1rem}h1{font-family:Playfair Display,Inter,serif;font-size:clamp(2.5rem,5vw,4rem);margin:0 0 1rem}.subtitle{font-size:1.2rem;color:rgba(255,255,255,.85);margin-bottom:2rem}.cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.btn{border-radius:999px;border:1px solid transparent;font-weight:600;font-size:1rem;padding:.85rem 1.75rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:inline-flex;justify-content:center;align-items:center}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 10px 25px rgba(225,29,72,.35)}.btn.primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn.continue-btn{background:#3b82f6;color:#fff;box-shadow:0 10px 25px rgba(59,130,246,.35)}.btn.continue-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px)}.btn.continue-btn:disabled{opacity:.5;cursor:not-allowed}.btn.finish-btn{background:#e11d48;color:#fff;box-shadow:0 10px 25px rgba(225,29,72,.35)}.btn.finish-btn:hover:not(:disabled){background:#be123c;transform:translateY(-2px)}.btn.finish-btn:disabled{opacity:.5;cursor:not-allowed}.btn.ghost{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}.btn.ghost:hover{background:rgba(255,255,255,.1)}.btn.full{width:100%}.hero-note{color:rgba(255,255,255,.65);margin-top:.5rem}main{flex:1 1;padding:clamp(1.5rem,4vw,4rem);display:flex;flex-direction:column;gap:3.5rem}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:-4rem}.metric{background:var(--surface);padding:1.75rem;border-radius:1.5rem;box-shadow:var(--shadow);text-align:center}.metric-value{font-size:2.5rem;font-weight:700;margin:0}.metric-label{font-weight:600;margin:.3rem 0}.metric-caption{color:var(--text-muted);margin:0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.section-heading h2{font-size:clamp(2rem,4vw,2.8rem);margin:0 0 .5rem}.section-heading p{margin:0;color:var(--text-muted)}.services-grid,.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.75rem;gap:1.75rem}.card{background:var(--surface);border-radius:1.75rem;padding:2rem;border:1px solid var(--border);box-shadow:0 30px 80px rgba(15,23,42,.08)}.service-card h3{margin:0 0 .5rem;font-size:1.4rem}.service-card p{margin:0;color:var(--text-muted)}.badge{display:inline-flex;margin-top:1.2rem;padding:.4rem 1rem;border-radius:999px;font-size:.9rem;background:var(--surface-alt);color:var(--primary-dark);font-weight:600}.testimonials{background:#0f172a;color:#fff;padding:3rem clamp(1rem,4vw,3rem);border-radius:2rem}.testimonial-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:#fff}.quote{font-size:1.1rem;margin:0 0 1rem}.author{font-weight:600;margin:0}.role{margin:.25rem 0 0;color:rgba(255,255,255,.7)}.booking{display:flex;justify-content:center}.booking-card{background:var(--surface);border-radius:2rem;padding:clamp(1.5rem,5vw,3rem);width:min(900px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem;border:1px solid var(--border);box-shadow:var(--shadow)}.booking-form{display:flex;flex-direction:column;gap:1rem}.booking-form input,.booking-form select{width:100%;padding:.85rem 1.1rem;border-radius:1rem;border:1px solid var(--border);font-size:1rem;font-family:inherit}.booking-form input:focus,.booking-form select:focus{outline:2px solid rgba(225,29,72,.4);border-color:var(--primary)}.form-status{min-height:1.2rem;font-size:.95rem;color:var(--primary-dark);opacity:0;transition:opacity .2s ease}.form-status.visible{opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}footer{text-align:center;padding:2rem 1rem 3rem;color:var(--text-muted)}body.wizard-open{overflow:hidden}@media (max-width:768px){.navbar{align-items:flex-start}.cta-group,.navbar{flex-direction:column}.cta-group{align-items:stretch}.metrics{margin-top:-2rem}.booking-card{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.schedule-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.5rem}.schedule-tab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:var(--text-muted);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.schedule-tab:hover:not(:disabled){color:var(--text);background:rgba(59,130,246,.05)}.schedule-tab:disabled{opacity:.5;cursor:not-allowed}.schedule-tab.is-active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.schedule-tab-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.schedule-tab-icon svg{width:100%;height:100%;stroke:currentColor}.schedule-tab-label{font-weight:inherit}.schedule-tab-value{font-size:.85rem;color:var(--text-muted);margin-left:.25rem}.schedule-tab.is-active .schedule-tab-value{color:#3b82f6;font-weight:600}.calendar-container{background:var(--surface);border-radius:1.5rem;padding:1rem 1.5rem;margin-bottom:1.5rem;position:relative;z-index:1}.calendar-header{justify-content:space-between;margin-bottom:1rem}.calendar-header,.calendar-nav{display:flex;align-items:center}.calendar-nav{background:var(--surface-alt);border:1px solid var(--border);border-radius:.75rem;width:2.5rem;height:2.5rem;justify-content:center;font-size:1.25rem;color:var(--text);cursor:pointer;transition:all .2s ease}.calendar-nav:hover:not(:disabled){background:#3b82f6;color:white;border-color:#3b82f6}.calendar-nav:disabled{opacity:.4;cursor:not-allowed}.calendar-month{font-size:1.25rem;font-weight:600;margin:0;color:var(--text)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:.75rem}.calendar-weekday{text-align:center;font-size:.85rem;font-weight:600;color:var(--text-muted);padding:.5rem 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.5rem;gap:.5rem}.calendar-day{height:2.5rem;border:none;border-radius:.75rem;background:var(--surface-alt);color:var(--text);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;min-height:0}.calendar-day:hover:not(:disabled):not(.is-selected){background:rgba(59,130,246,.1);transform:scale(1.05)}.calendar-day.is-today{background:rgba(59,130,246,.15);font-weight:700}.calendar-day.is-selected{background:#3b82f6;color:white;font-weight:700}.calendar-day.is-past,.calendar-day:disabled{opacity:.4;cursor:not-allowed;background:var(--surface)}.calendar-day.empty{border:none;background:transparent;cursor:default}.time-slots-container{margin-top:1.5rem}.time-slots-label{font-size:1rem;font-weight:600;margin:0 0 1rem;color:var(--text)}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:.75rem;gap:.75rem}.time-slot{padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface-alt);color:var(--text);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;z-index:2}.time-slot:hover:not(:disabled):not(.is-selected){background:rgba(59,130,246,.1);border-color:#3b82f6;transform:translateY(-2px)}.time-slot.is-selected{background:#3b82f6;color:white;border-color:#3b82f6;font-weight:700}.time-slot:disabled{opacity:.4;cursor:not-allowed}.schedule-summary{margin-top:1.5rem;padding:1rem;background:rgba(225,29,72,.05);border-radius:.75rem;border:1px solid rgba(225,29,72,.2)}.schedule-summary p{margin:0;color:var(--text);font-size:.95rem}.schedule-summary strong{color:var(--primary-dark)}@media (max-width:768px){.schedule-tabs{gap:0}.schedule-tab{padding:.75rem 1rem;font-size:.875rem}.schedule-tab-icon{width:16px;height:16px}.schedule-tab-value{display:none}.time-slots-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.time-slot{padding:.6rem .75rem;font-size:.85rem}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap");:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#fdfaf7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;--primary:#e11d48;--primary-dark:#be123c;--text-muted:#475569;--surface:#ffffff;--surface-alt:#f8ece6;--border:rgba(15,23,42,0.08);--shadow:0 20px 60px rgba(15,23,42,0.12)}*,:after,:before{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,#ffe3ec,#fdfaf7 45%);color:#0f172a}img{max-width:100%;display:block}.page{display:flex;flex-direction:column;min-height:100vh}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/720e48310735072e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ef8dfb8c81553c8a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e5d786da0837b7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/40026c26c28aabed-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_138097{font-family:Playfair Display,Playfair Display Fallback;font-weight:600;font-style:normal}.__variable_138097{--font-playfair:"Playfair Display","Playfair Display Fallback"}