:root{--background:#f5f6f8;--surface:#fff;--surface-dark:#111827;--surface-darker:#090e18;--text:#151a24;--text-muted:#626b7a;--text-light:#dce2eb;--primary:#d93636;--primary-dark:#b72828;--primary-light:#ffe8e8;--border:#dde1e7;--shadow-small:0 8px 24px #0f172a12;--shadow-large:0 24px 60px #0f172a2e;--radius-small:10px;--radius-medium:18px;--radius-large:28px;--container-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px), var(--container-width));margin-inline:auto}.site-header{z-index:100;backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #dde1e7cc;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;gap:30px;min-height:78px;display:flex}.logo{align-items:center;gap:12px;display:inline-flex}.logo-mark{background:var(--primary);color:#fff;letter-spacing:.05em;border-radius:12px;place-items:center;width:46px;height:46px;font-size:.92rem;font-weight:900;display:grid;transform:skew(-5deg)}.logo-text{flex-direction:column;line-height:1.15;display:flex}.logo-text strong{font-size:.98rem}.logo-text small{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:.76rem}.main-nav{align-items:center;gap:30px;display:flex}.main-nav a{color:#323945;font-size:.94rem;font-weight:650;transition:color .16s,transform .16s}.main-nav .social-link{color:#1877f2;background:0 0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.main-nav .social-link:hover{color:#166fe5;transform:translateY(-1px)}.main-nav .social-link svg{fill:currentColor;width:35px;height:35px}.button{border-radius:var(--radius-small);background:var(--primary);color:#fff;border:0;justify-content:center;align-items:center;min-height:50px;padding:.8rem 1.4rem;font-weight:750;line-height:1.2;transition:background .16s,transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px 24px #d936363d}.button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 14px 30px #d936364d}.button-small{min-height:42px;padding:.7rem 1rem;font-size:.9rem}.button-secondary{box-shadow:none;background:#ffffff14;border:1px solid #ffffffb3}.button-secondary:hover{color:var(--text);background:#fff}.button-full{width:100%}.hero{color:#fff;background:linear-gradient(90deg,#050a12fa,#050a12bf),url(https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=2000&q=85) 50%/cover no-repeat;align-items:center;min-height:690px;display:grid;position:relative;overflow:hidden}.hero:after{content:"";filter:blur(30px);background:#d936362b;border-radius:50%;width:600px;height:600px;position:absolute;bottom:-220px;right:-120px}.hero-content{z-index:2;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:center;gap:70px;padding-block:90px;display:grid;position:relative}.hero-copy{max-width:720px}.eyebrow{color:var(--primary);letter-spacing:.15em;text-transform:uppercase;margin-bottom:15px;font-size:.78rem;font-weight:850;display:inline-block}.hero h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(3rem,6.8vw,5.7rem);line-height:.98}.hero-copy>p{color:#d8dde6;max-width:650px;margin:28px 0 0;font-size:clamp(1.05rem,1.6vw,1.25rem)}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero-details{flex-wrap:wrap;gap:36px;margin-top:45px;display:flex}.hero-details div{flex-direction:column;display:flex}.hero-details strong{font-size:.93rem}.hero-details span{color:#b7c0cc;font-size:.87rem}.hero-card{border-radius:var(--radius-large);box-shadow:var(--shadow-large);backdrop-filter:blur(18px);background:#ffffff1a;border:1px solid #ffffff29;padding:36px}.hero-card .card-label{color:#faa;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.hero-card h2{margin:0;font-size:2rem;line-height:1.15}.hero-card>p:not(.card-label){color:#d7dce4;margin:18px 0 25px}.hero-card small{color:#b7c0cc;margin-top:16px;font-size:.78rem;line-height:1.5;display:block}.trust-bar{z-index:3;border-bottom:1px solid var(--border);background:var(--surface);position:relative}.trust-grid{grid-template-columns:repeat(3,1fr);display:grid}.trust-item{align-items:center;gap:15px;padding:28px 30px;display:flex}.trust-item+.trust-item{border-left:1px solid var(--border)}.trust-icon{background:var(--primary-light);width:38px;height:38px;color:var(--primary);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.trust-item div{flex-direction:column;display:flex}.trust-item strong{font-size:.95rem}.trust-item span:not(.trust-icon){color:var(--text-muted);font-size:.82rem}.section{padding-block:105px}.section-heading{text-align:center;max-width:850px;margin:0 auto 55px}.section-heading h2,.about-copy h2,.appointment-copy h2,.location-grid h2{letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.05}.section-heading p,.appointment-copy>p,.location-grid p{color:var(--text-muted);margin:20px 0 0;font-size:1.05rem}.service-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.service-card{border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--surface);box-shadow:var(--shadow-small);padding:30px;transition:border-color .17s,transform .17s,box-shadow .17s;position:relative;overflow:hidden}.service-card:hover{border-color:#d9363666;transform:translateY(-5px);box-shadow:0 18px 45px #0f172a1c}.service-icon{background:var(--surface-dark);color:#fff;border-radius:12px;place-items:center;width:48px;height:48px;font-size:.85rem;font-weight:850;display:grid}.service-card h3{margin:24px 0 12px;font-size:1.25rem}.service-card p{color:var(--text-muted);margin:0}.section-dark{background:var(--surface-dark);color:#fff}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:75px;display:grid}.image-placeholder{border-radius:var(--radius-large);min-height:520px;box-shadow:var(--shadow-large);background:linear-gradient(#090e182e,#090e188c),url(https://images.unsplash.com/photo-1625047509248-ec889cbff17f?auto=format&fit=crop&w=1200&q=85) 50%/cover no-repeat;border:1px solid #303a4b;place-items:center;display:grid}.image-placeholder span{color:#fff;background:#0009;border-radius:999px;padding:8px 14px;font-size:.8rem}.eyebrow-light{color:#ff8d8d}.about-copy>p{color:var(--text-light);margin:25px 0;font-size:1.05rem}.check-list{gap:13px;margin:30px 0 36px;padding:0;list-style:none;display:grid}.check-list li{color:var(--text-light);padding-left:31px;position:relative}.check-list li:before{background:var(--primary);color:#fff;content:"✓";border-radius:50%;place-items:center;width:21px;height:21px;font-size:.72rem;font-weight:900;display:grid;position:absolute;top:1px;left:0}.review-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.review-card{border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--surface);box-shadow:var(--shadow-small);padding:30px}.stars{color:#e2a400;letter-spacing:.12em}.review-card p{color:#414956;margin:20px 0;font-size:1rem}.review-card strong{font-size:.9rem}.appointment-section{background:radial-gradient(circle at 100% 0,#d936361a,#0000 30%),#eceff3}.appointment-grid{grid-template-columns:minmax(0,.85fr) minmax(500px,1.15fr);align-items:start;gap:70px;display:grid}.appointment-copy{position:sticky;top:120px}.contact-summary{gap:18px;margin-top:40px;display:grid}.contact-summary a,.contact-summary div{border-left:3px solid var(--primary);flex-direction:column;padding-left:18px;display:flex}.contact-summary span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:750}.contact-summary strong{margin-top:3px;font-size:.97rem}.appointment-form{border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-large);padding:38px}.form-row{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.appointment-form label{color:#343c49;flex-direction:column;gap:8px;margin-bottom:18px;font-size:.87rem;font-weight:750;display:flex}.appointment-form input,.appointment-form select,.appointment-form textarea{width:100%;color:var(--text);background:#fafbfc;border:1px solid #d5d9e0;border-radius:9px;outline:none;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s,background .15s}.appointment-form input:focus,.appointment-form select:focus,.appointment-form textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #d936361a}.appointment-form textarea{resize:vertical}.form-note{color:var(--text-muted);text-align:center;margin:14px 0 0;font-size:.75rem}.location-section{background:var(--surface);padding-block:95px}.location-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:65px;display:grid}.location-grid address{color:#3a4350;margin:25px 0;font-style:normal;font-weight:650}.text-link{color:var(--primary);font-weight:800}.map-placeholder{border:1px solid var(--border);border-radius:var(--radius-large);color:#555e6c;background:linear-gradient(45deg,#f0f2f5 25%,#0000 25%) 0 0/32px 32px,linear-gradient(45deg,#0000 75%,#e4e7eb 75%) 0 0/32px 32px,linear-gradient(45deg,#0000 75%,#f0f2f5 75%) 16px -16px/32px 32px,linear-gradient(45deg,#e4e7eb 25%,#0000 25%) 16px 16px/32px 32px;place-items:center;min-height:360px;font-size:.9rem;font-weight:750;display:grid}.site-footer{background:var(--surface-darker);color:#fff;padding-top:70px}.footer-grid{grid-template-columns:1.5fr .75fr .75fr;gap:55px;display:grid}.logo-footer .logo-text small{color:#9ca7b6}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-grid>div:first-child p{color:#aeb7c4;max-width:430px}.footer-grid h3{letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.88rem}.footer-grid a,.footer-grid span{color:#abb5c2;font-size:.9rem}.footer-grid a:hover{color:#fff}.footer-bottom{color:#7f8a99;border-top:1px solid #252d3a;justify-content:space-between;gap:25px;margin-top:60px;padding-block:24px;font-size:.78rem;display:flex}@media (width<=1000px){.main-nav{display:none}.hero-content{grid-template-columns:1fr}.hero-card{max-width:570px}.service-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.appointment-grid,.location-grid{grid-template-columns:1fr}.appointment-copy{position:static}.appointment-form{max-width:750px}}@media (width<=700px){.container{width:min(calc(100% - 28px), var(--container-width))}.header-content{min-height:70px}.header-content>.button{display:none}.logo-mark{width:41px;height:41px}.hero{min-height:auto}.hero-content{gap:40px;padding-block:75px 55px}.hero h1{font-size:clamp(2.75rem,15vw,4.5rem)}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-details{flex-direction:column;gap:15px}.hero-card{padding:26px}.trust-grid{grid-template-columns:1fr}.trust-item+.trust-item{border-top:1px solid var(--border);border-left:0}.section{padding-block:75px}.service-grid,.review-grid,.form-row,.footer-grid{grid-template-columns:1fr}.image-placeholder{min-height:380px}.appointment-form{padding:24px}.location-section{padding-block:75px}.footer-bottom{flex-direction:column}}@media (width<=420px){.logo-text strong{font-size:.88rem}.logo-text small{font-size:.66rem}.service-card,.review-card{padding:24px}}
