:root{--bg: #0b0f14;--bg-soft: #121826;--text: #e5e7eb;--text-muted: #9ca3af;--primary: #38bdf8;--border: #1f2937}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;scroll-behavior:smooth}body{margin:0;line-height:1.6;background:var(--bg);color:var(--text)}img{max-width:100%;display:block}h1,h2,h3{font-weight:700;letter-spacing:-.02em;margin:0 0 1rem;color:var(--text)}h1{font-size:clamp(2.75rem,6vw,4rem)}h2{font-size:2.1rem}h3{font-size:1.25rem}p{margin:0 0 1.25rem;font-size:1rem;color:var(--text-muted)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:none}section{padding:3rem 1.25rem;border-bottom:1px solid var(--border)}.container{max-width:1200px;margin:0 auto}.section-title{position:relative;padding-bottom:1rem;margin-bottom:1.25rem}.section-title:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:2px;background:var(--primary)}.button{position:relative;z-index:10;display:inline-block;padding:1rem 2rem;border-radius:999px;background:#fff;color:#0b0f14;font-weight:700;font-size:1rem;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 0 20px #fff6;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.button:after{content:"";position:absolute;inset:0;background:#38bdf840;opacity:0;transition:opacity .2s ease}.button:hover{transform:translateY(-3px);box-shadow:0 0 40px #38bdf899}.button:hover:after{opacity:1}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:8rem 1.5rem 6rem;justify-content:flex-start}@media(max-width:768px){.hero{padding-top:11rem;align-items:flex-start}}.hero-background{position:absolute;inset:0;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;filter:brightness(.35)}.hero-content{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;text-align:left!important}.hero-eyebrow{display:inline-block;margin-bottom:1.25rem;font-size:.75rem;letter-spacing:.22em;color:var(--primary)}.hero h1{color:#ffffffbf;line-height:1.1;margin-bottom:1.5rem}.hero-text{max-width:600px;font-size:1.15rem;margin-bottom:1.5rem;color:#ffffffbf}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-hero>*{animation:fadeUp 5s ease forwards;opacity:0}.animate-hero>*:nth-child(1){animation-delay:.1s}.animate-hero>*:nth-child(2){animation-delay:.2s}.animate-hero>*:nth-child(3){animation-delay:.3s}.animate-hero>*:nth-child(4){animation-delay:.4s}@media(max-width:768px){section{padding:4rem 1.25rem}.hero{min-height:80vh}.hero-text{font-size:1.05rem}h1{font-size:2.3rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{transform:translateY(-6px);border-color:var(--primary);box-shadow:0 20px 40px #00000059}.service-card img{width:100%;height:180px;object-fit:cover;border-radius:.75rem;margin-bottom:1.25rem}.services-grid--compact .service-card--title{padding:1.6rem;display:flex;flex-direction:column;gap:1.2rem;min-height:360px}.services-grid--compact .service-card--title img{height:220px;margin-bottom:0;border-radius:.9rem}.service-card-footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.service-title{margin:0;font-size:1.5rem;line-height:1.05;color:#fff;max-width:85%}.service-info{border:0;background:transparent;color:var(--primary);font-weight:700;font-size:1.1rem;cursor:pointer;padding:0;white-space:nowrap;align-self:flex-end}.service-info:hover{color:#fff;text-shadow:0 0 14px rgba(56,189,248,.45)}@media(max-width:768px){.services-grid--compact .service-card--title{min-height:320px}.services-grid--compact .service-card--title img{height:180px}.service-title{font-size:1.6rem;max-width:82%}}.service-modal{position:fixed;inset:0;z-index:200;display:none;padding:1.25rem;background:#000000a6;backdrop-filter:blur(10px)}.service-modal.is-open{display:flex;align-items:center;justify-content:center}.service-modal-panel{width:min(920px,100%);max-height:min(80vh,900px);overflow:auto;border:1px solid var(--border);background:linear-gradient(180deg,#121826f2,#121826d9);border-radius:1.25rem;padding:2rem;position:relative;box-shadow:0 30px 90px #0000008c}.service-modal-close{position:absolute;top:14px;right:16px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-size:26px;line-height:1;cursor:pointer}.service-modal-close:hover{border-color:#38bdf8e6;box-shadow:0 0 18px #38bdf840}.service-modal-title{margin:0 0 .75rem;color:#fff;font-size:2rem}.service-modal-lead{margin:0 0 1.5rem;color:var(--text-muted);max-width:720px}.service-modal-block{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08)}.service-modal-block h4{margin:0 0 .75rem;color:#fff;font-size:1.05rem}.service-modal-block ul{margin:0;padding-left:1.2rem;color:var(--text-muted)}.service-modal-cta-wrap{display:flex;justify-content:center;margin-top:2rem}.modal-lock{overflow:hidden}@media(max-width:768px){.service-modal-panel{padding:1.5rem;max-height:85vh}}.about-content{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.about-image img{width:75%;height:auto;border-radius:1.25rem}@media(max-width:768px){.about-image{display:flex;justify-content:center}.about-image img{width:85%}}@media(max-width:768px){.about-content{grid-template-columns:1fr}}.service-card,.about-content{animation:fadeUp .7s ease forwards}.service-card img,.about-image img{transition:transform .4s ease}.service-card:hover img{transform:scale(1.03)}.contact{text-align:center}.contact p{max-width:600px;margin:0 auto 3rem;color:var(--text-muted)}.contact-form{display:flex;flex-direction:column;gap:1.25rem;max-width:560px;margin:0 auto}.contact-form input,.contact-form textarea{width:100%;padding:.9rem 1.1rem;border-radius:.75rem;border:1px solid var(--border);background:var(--bg-soft);color:var(--text);font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px #38bdf833}.contact-form .button{align-self:center;margin-top:1rem}.header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#0b0f14bf;backdrop-filter:blur(10px)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:800;letter-spacing:.02em;white-space:nowrap;color:#fff}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.menu a{position:relative;margin-left:1.5rem;color:var(--text-muted);font-weight:600;font-size:1.2rem;text-decoration:none;transition:color .2s ease,text-shadow .2s ease}.menu a:hover{color:#fff;text-shadow:0 0 18px rgba(56,189,248,.55);text-decoration:none}@media(max-width:768px){.menu a{margin-left:1rem}}.slot-picker{border:1px solid var(--border);background:var(--bg-soft);border-radius:1rem;padding:1.25rem;text-align:left}.slot-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.25rem 0;background:transparent;border:0;color:var(--text);cursor:pointer;text-align:left}.slot-toggle:focus-visible{outline:2px solid rgba(56,189,248,.6);outline-offset:6px;border-radius:.75rem}.slot-title{font-weight:800;color:var(--text);margin:0;font-size:1.05rem}.slot-hint{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.slot-chevron{width:14px;height:14px;border-right:2px solid rgba(229,231,235,.8);border-bottom:2px solid rgba(229,231,235,.8);transform:rotate(45deg);transition:transform .2s ease;flex:0 0 auto}.slot-picker[data-open=true] .slot-chevron{transform:rotate(-135deg)}.slot-body{margin-top:1rem}.slot-days{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.75rem}@media(max-width:768px){.slot-days{grid-template-columns:repeat(2,minmax(0,1fr))}}.slot-day{padding:.65rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#ffffff0f;color:#fff;font-weight:750;font-size:.95rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.slot-day.is-active{background:#fff;color:#0b0f14;border-color:#fff;box-shadow:0 0 14px #ffffff38}.slot-panel-title{font-weight:800;color:var(--text);margin:1rem 0 .75rem;font-size:.95rem}.slot-options{display:flex;flex-wrap:wrap;gap:.5rem}.slot-opt{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;font-weight:750;font-size:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.slot-opt:hover{transform:translateY(-2px);border-color:#38bdf8e6;box-shadow:0 0 18px #38bdf847}.slot-opt.is-active{background:#fff;color:#0b0f14;border-color:#fff;box-shadow:0 0 18px #ffffff40}.slot-opt.is-disabled{opacity:.22;cursor:not-allowed;transform:none;box-shadow:none}.slot-selected{color:var(--text-muted);font-size:.95rem}.footer{border-top:1px solid var(--border);background:linear-gradient(180deg,#0b0f14d9,#0b0f14)}.footer-inner{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:2.5rem;padding:3rem 0;align-items:center}.footer-logo{font-size:1.45rem;font-weight:800;color:#fff;letter-spacing:.02em;white-space:nowrap}.footer-tagline{margin-top:.75rem;font-size:.95rem;color:var(--text-muted);line-height:1.5}.footer-nav{display:flex;align-items:center;justify-content:flex-start;gap:2.25rem;flex-wrap:nowrap;justify-self:start}.footer-links-main,.footer-links-legal{display:flex;align-items:center;gap:1.25rem;flex-wrap:nowrap}.footer-nav a{color:var(--text-muted);font-size:1.1rem;white-space:nowrap}.footer-nav a:hover{color:#fff;text-shadow:0 0 12px rgba(56,189,248,.45)}.footer-meta{font-size:.9rem;color:var(--text-muted);line-height:1.6;text-align:right;white-space:nowrap}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-nav{flex-direction:column;justify-content:center;gap:1rem;justify-self:center}.footer-links-main,.footer-links-legal{justify-content:center;flex-wrap:wrap}.footer-meta{text-align:center;white-space:normal}}.process{text-align:left}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.process-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.process-card:hover{transform:translateY(-6px);border-color:var(--primary);box-shadow:0 20px 40px #00000059}.process-step{display:inline-block;margin-bottom:1rem;font-size:.9rem;font-weight:800;letter-spacing:.12em;color:var(--primary)}.process-card h3{margin-bottom:.75rem}.process-card p{margin:0}.process-cta{margin-top:3rem}@media(max-width:900px){.process-grid{grid-template-columns:1fr}.process-cta{text-align:center}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-.5rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-toggle{display:none;background:transparent;border:0;padding:.5rem;cursor:pointer}.menu-toggle .bar{display:block;width:26px;height:2px;margin:6px 0;background:#fff;border-radius:2px}@media(max-width:768px){.menu-toggle{display:block}.menu{display:none;position:absolute;top:64px;right:1rem;left:1rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#0b0f14f2;backdrop-filter:blur(10px)}.menu.is-open{display:grid;gap:.75rem}.menu a{margin:0;font-size:1.05rem;padding:.75rem .5rem}}.legal h1{margin-bottom:2rem}.legal h2{margin-top:2.5rem;margin-bottom:1rem}.legal p,.legal li{max-width:720px}.legal ul{margin-left:1.25rem}.service-price-grid{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.service-price-col{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:1rem;padding:1.25rem}.service-price-title{margin:0 0 .9rem;color:#fff;font-size:1.05rem}.service-price-list{list-style:none;padding:0;margin:0}.service-price-list li{display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);color:var(--text-muted)}.service-price-list li:last-child{border-bottom:0}.service-price-list strong{color:#fff;font-weight:800;white-space:nowrap}.service-price-note{margin:1rem 0 0;font-size:.9rem;color:var(--text-muted)}@media(max-width:768px){.service-price-grid{grid-template-columns:1fr}}@media(max-width:768px){.header-inner{padding-left:1rem;padding-right:1rem}}@media(min-width:769px){.hero{align-items:flex-start;padding-top:15rem}.hero-content{margin-top:2rem}}@media(max-width:768px){.hero-content{text-align:center!important}.hero-text,.hero .button{margin-left:auto;margin-right:auto}}
