:root{--primary:#6600a5;--primary-dark:#43006d;--accent:#f4ae00;--bg:#fff;--surface:#fbf7fd;--text:#211b29;--muted:#62586b;--border:#e7deeb;--radius:18px;--max:1180px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.7}img{display:block;max-width:100%;height:auto}a{color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:8px;right:8px;width:auto;height:auto;padding:10px 16px;margin:0;overflow:visible;clip:auto;white-space:normal;background:var(--primary);color:#fff;z-index:2147483002;border-radius:8px;font-weight:700;text-decoration:none}
.site-header{position:sticky;top:0;z-index:600;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 0}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;color:var(--primary-dark)}.brand img{width:58px;height:49px;object-fit:contain}.main-nav{display:flex;gap:22px;align-items:center}.main-nav a{text-decoration:none;font-weight:650;color:#392d42}.main-nav a:hover{color:var(--primary)}.header-call{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;padding:10px 18px;border-radius:999px;font-weight:800;text-decoration:none;white-space:nowrap}.header-call:hover{background:var(--primary-dark)}.header-call svg{width:18px;height:18px;fill:currentColor}
.hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:#26162f}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,13,40,.84) 0%,rgba(52,20,69,.62) 45%,rgba(20,10,26,.14) 100%)}.hero-content{position:relative;z-index:2;width:min(620px,100%);padding:90px 0;color:#fff}.hero-logo{width:260px;height:auto;margin-bottom:26px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.3))}.hero h1{font-size:clamp(2.15rem,5vw,4rem);line-height:1.15;margin-bottom:14px}.hero-subtitle{font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;margin-bottom:12px;color:#fff}.intro-answer{font-size:1.08rem;line-height:1.75;margin-bottom:28px;color:#fff}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 25px;border-radius:999px;font-weight:800;text-decoration:none;border:0;font:inherit;cursor:pointer}.btn-primary{background:var(--accent);color:#2a1700}.btn-primary:hover{background:#ffc333}.btn-secondary{background:#fff;color:var(--primary-dark)}.btn-secondary:hover{background:#f7edf9}.btn svg{width:19px;height:19px;fill:currentColor}
section{padding:76px 0}.section-soft{background:var(--surface)}.eyebrow{color:var(--primary);font-weight:800;margin-bottom:6px}.section-title{font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1.25;color:var(--primary-dark);margin-bottom:18px}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.about-copy p{font-size:1.05rem;margin-bottom:15px}.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 18px 50px rgba(67,0,109,.09)}.feature-card img{border-radius:14px;width:100%;aspect-ratio:1.25/1;object-fit:cover}.feature-card p{margin-top:16px;color:var(--muted)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.service{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 8px 28px rgba(35,20,44,.05)}.service-icon{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;background:#f2e8f7;color:var(--primary);font-size:1.4rem;margin-bottom:16px}.service h3{font-size:1.08rem;color:var(--primary-dark);margin-bottom:6px}.service p{color:var(--muted);font-size:1rem}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}.contact-card{background:var(--primary-dark);color:#fff;border-radius:var(--radius);padding:32px}.contact-card h2{font-size:1.8rem;margin-bottom:20px}.contact-card p{margin-bottom:12px;color:#f5eafa}.contact-card a{font-weight:750}.contact-card .hours-todo{padding:12px 14px;margin-top:20px;background:rgba(255,255,255,.1);border-radius:12px;font-size:.92rem}.contact-form{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:0 16px 50px rgba(67,0,109,.08)}.field{margin-bottom:16px}.field label{display:block;font-weight:700;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid #cfc2d4;background:#fff;border-radius:11px;padding:12px 14px;font:inherit;font-size:1rem}.field textarea{min-height:118px;resize:vertical}.contact-form button{width:100%;background:var(--primary);color:#fff;padding:14px;border:0;border-radius:999px;font:inherit;font-weight:800;cursor:pointer}.contact-form button:hover{background:var(--primary-dark)}.contact-form button:disabled{opacity:.65;cursor:wait}
.site-footer{background:#211228;color:#fff;padding:44px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer-grid h3,.footer-grid h4{margin-bottom:8px}.footer-grid p,.footer-grid a{color:#e9dceb}.footer-links{display:flex;flex-direction:column;gap:7px}.footer-copy{border-top:1px solid rgba(255,255,255,.15);margin-top:26px;padding-top:18px;text-align:center;color:#cdbfd1;font-size:.88rem}.updated{display:block;margin-top:5px}
.fab-container{position:fixed;left:22px;bottom:22px;z-index:2147483000;display:flex;flex-direction:column;gap:11px;pointer-events:none}.fab{pointer-events:auto;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;box-shadow:0 5px 16px rgba(0,0,0,.28)}.fab.wa{background:#128c4e}.fab.call{background:var(--primary)}.fab svg{width:27px;height:27px;fill:#fff}.fab:hover{transform:translateY(-2px)}
.simple-page{min-height:72vh;padding:78px 0}.simple-card{max-width:780px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:38px;box-shadow:0 15px 45px rgba(67,0,109,.08)}.simple-card h1{font-size:clamp(1.8rem,4vw,2.6rem);color:var(--primary-dark);margin-bottom:16px}.simple-card h2{font-size:1.3rem;color:var(--primary);margin:28px 0 8px}.simple-card p{margin-bottom:13px}.simple-card ul{padding-right:22px;margin-bottom:16px}.simple-card .btn{margin-top:18px}.error-code{font-size:5rem;font-weight:900;color:var(--primary);line-height:1}
@media(max-width:900px){.main-nav{display:none}.about-grid,.contact-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:570px}.hero-overlay{background:linear-gradient(90deg,rgba(30,13,40,.86),rgba(52,20,69,.65))}}
@media(max-width:600px){.container{width:min(100% - 28px,var(--max))}.header-inner{gap:10px}.brand span{display:none}.brand img{width:52px}.header-call{font-size:.9rem;padding:9px 13px}.hero{min-height:600px}.hero-content{padding:70px 0}.hero-logo{width:210px}.services-grid,.footer-grid{grid-template-columns:1fr}section{padding:58px 0}.contact-form,.contact-card,.simple-card{padding:24px}.fab{width:48px;height:48px}.fab-container{left:16px;bottom:16px}}
@media print{.site-header,.fab-container,#a11y-toggle,#a11y-panel{display:none!important}}
