
:root{
  --cream:#fff8f2;--paper:#fffdf9;--ink:#2d2227;--muted:#6f5e67;--rose:#f7bfd1;--rose-deep:#b8537b;--blue:#b8e4fb;--gold:#c8903f;--gold-soft:#ffe3aa;--lav:#efe4ff;--line:#f0d8df;--shadow:0 28px 80px rgba(92,49,68,.14);--radius:28px;--radius-lg:42px;--max:1180px;--header:78px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:linear-gradient(180deg,var(--cream),#fff 35%,#fff8fb);color:var(--ink);line-height:1.7;font-size:16px}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p{margin:0 0 1rem}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.eyebrow{display:inline-flex;gap:.55rem;align-items:center;padding:.45rem .85rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);font-weight:800;color:var(--rose-deep);letter-spacing:.02em;font-size:.86rem}.eyebrow::before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--gold))}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,250,247,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(240,216,223,.8)}.nav{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.8rem;font-weight:900;letter-spacing:-.03em}.brand-mark{width:46px;height:46px;border-radius:15px;background:radial-gradient(circle at 35% 28%,#fff 0 15%,transparent 16%),linear-gradient(135deg,var(--rose),var(--gold-soft));box-shadow:0 12px 30px rgba(184,83,123,.22);position:relative}.brand-mark::after{content:"";position:absolute;inset:12px;border:2px solid rgba(255,255,255,.9);border-radius:50%}.brand small{display:block;font-weight:700;color:var(--muted);letter-spacing:0;font-size:.78rem;margin-top:-.25rem}.nav-links{display:flex;align-items:center;gap:1.25rem;font-weight:800;color:#4f4148}.nav-links a{font-size:.92rem}.nav-links a:hover{color:var(--rose-deep)}.nav-actions{display:flex;align-items:center;gap:.7rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:0;border-radius:999px;padding:.92rem 1.2rem;font-weight:900;cursor:pointer;transition:.22s ease;box-shadow:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--rose-deep),#e393af);color:white;box-shadow:0 14px 34px rgba(184,83,123,.28)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(184,83,123,.34)}.btn-secondary{background:#fff;color:var(--rose-deep);border:1px solid var(--line)}.btn-secondary:hover{background:#fff4f8}.btn-gold{background:linear-gradient(135deg,var(--gold),#f1c56e);color:#fff}.menu-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid var(--line);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:21px;height:2px;background:var(--ink);border-radius:99px}.progress{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,var(--rose-deep),var(--gold),var(--blue));width:0;z-index:2000}.hero{position:relative;overflow:hidden;padding:76px 0 58px}.hero::before{content:"";position:absolute;inset:-120px -140px auto auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,#ffe3ed,transparent 68%);z-index:-1}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:56px}.hero h1{font-size:clamp(2.65rem,6vw,5.8rem);line-height:.94;letter-spacing:-.075em;margin:.9rem 0 1.05rem}.hero h1 span{display:block;color:var(--rose-deep)}.hero-copy{font-size:1.18rem;color:#574750;max-width:700px}.hero-card{position:relative;border-radius:var(--radius-lg);background:rgba(255,255,255,.76);box-shadow:var(--shadow);padding:18px;border:1px solid rgba(255,255,255,.86)}.hero-card img{border-radius:34px}.floating-card{position:absolute;left:-28px;bottom:34px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:1rem 1.1rem;box-shadow:0 18px 44px rgba(92,49,68,.16);max-width:240px}.floating-card strong{display:block;font-size:1.05rem}.floating-card small{color:var(--muted);font-weight:700}.hero-buttons,.section-buttons{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.6rem}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:2rem}.trust-item{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:22px;padding:1rem}.trust-item strong{display:block;font-size:1.05rem}.trust-item span{font-size:.9rem;color:var(--muted);font-weight:700}.section{padding:78px 0}.section-tight{padding:52px 0}.section-head{max-width:820px;margin-bottom:2rem}.section-head.center{text-align:center;margin-inline:auto}.section h2{font-size:clamp(2rem,4vw,3.65rem);line-height:1.02;letter-spacing:-.055em;margin:.65rem 0 1rem}.section h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.025em;margin:0 0 .75rem}.lead{font-size:1.08rem;color:#5e4d56}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.card{background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:var(--radius);padding:1.55rem;box-shadow:0 16px 46px rgba(92,49,68,.08)}.card.soft{background:linear-gradient(135deg,#fff,#fff8fb)}.card .icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#ffe8f0,#fff6df);font-size:1.55rem;margin-bottom:1rem}.feature{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center}.feature .media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.86);background:white;padding:10px}.feature .media img{border-radius:32px}.check-list{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.8rem}.check-list li{display:flex;gap:.7rem;align-items:flex-start}.check-list li::before{content:"✓";flex:0 0 26px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff0d4;color:#9d6720;font-weight:900;margin-top:.1rem}.steps{counter-reset:step;display:grid;gap:16px}.step{counter-increment:step;display:grid;grid-template-columns:auto 1fr;gap:1rem;background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.25rem}.step::before{content:counter(step);width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--rose-deep),#f2adc2);color:white;font-weight:900}.band{background:linear-gradient(135deg,#fff1f6,#fff8df 55%,#eff9ff);border-block:1px solid var(--line)}.highlight{border-radius:var(--radius-lg);background:linear-gradient(135deg,#3a2530,#6d3d52);color:#fff;padding:clamp(2rem,5vw,3.3rem);box-shadow:var(--shadow);overflow:hidden;position:relative}.highlight::after{content:"";position:absolute;right:-90px;top:-90px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.12)}.highlight h2,.highlight p{position:relative}.highlight p{color:#f8dce7}.pill-grid{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}.pill{padding:.55rem .85rem;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;color:#604e57}.highlight .pill{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.25)}.comparison{overflow:auto;border-radius:var(--radius);box-shadow:0 16px 46px rgba(92,49,68,.08);border:1px solid var(--line);background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--line);vertical-align:top}th{background:#fff4f8;color:#4a3942;font-size:.92rem;text-transform:uppercase;letter-spacing:.05em}td strong{color:var(--rose-deep)}.faq{display:grid;gap:14px}.faq-item{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden}.faq-question{width:100%;border:0;background:transparent;text-align:left;padding:1.2rem 1.35rem;font-size:1.02rem;font-weight:900;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.faq-question span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff0d4;color:#9d6720;flex:0 0 auto}.faq-answer{display:none;padding:0 1.35rem 1.2rem;color:#5f4f58}.faq-item.active .faq-answer{display:block}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:0 16px 46px rgba(92,49,68,.08)}.contact-box a{font-weight:900;color:var(--rose-deep)}.hours{display:grid;gap:.55rem;margin-top:1rem}.hours div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px dashed var(--line);padding-bottom:.45rem}.map iframe{width:100%;height:100%;min-height:520px;border:0;border-radius:var(--radius)}.site-footer{padding:45px 0;background:#2b2026;color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.site-footer p,.site-footer a{color:#f1dfe5}.sticky-cta{position:fixed;right:20px;bottom:20px;z-index:900;display:flex;flex-direction:column;gap:10px}.sticky-cta a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 14px 34px rgba(0,0,0,.16)}.sticky-cta a:first-child{background:var(--rose-deep)}.sticky-cta a:last-child{background:var(--gold)}.top-button{position:fixed;left:20px;bottom:20px;z-index:850;width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.12);cursor:pointer;display:none}.top-button.show{display:grid;place-items:center}.quote-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;box-shadow:0 16px 46px rgba(92,49,68,.08)}.quote-panel form{display:grid;gap:.8rem}.quote-panel input,.quote-panel select,.quote-panel textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:.95rem 1rem;font:inherit;background:#fffdfd}.quote-panel textarea{min-height:120px;resize:vertical}.form-note{font-size:.86rem;color:var(--muted)}.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%) translateY(20px);padding:.9rem 1.1rem;border-radius:999px;background:#2b2026;color:#fff;opacity:0;pointer-events:none;transition:.25s;z-index:5000}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:980px){.hero-grid,.feature,.contact-grid,.grid-2{grid-template-columns:1fr}.grid-3,.trust-row{grid-template-columns:repeat(2,1fr)}.nav-links{position:fixed;inset:var(--header) 0 auto 0;background:#fff;border-bottom:1px solid var(--line);padding:1rem 20px;display:none;flex-direction:column;align-items:flex-start}.nav-open .nav-links{display:flex}.menu-toggle{display:flex}.nav-actions .btn-secondary{display:none}.hero{padding-top:42px}.floating-card{position:static;margin-top:12px;max-width:none}.footer-grid{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(100% - 26px,var(--max))}.grid-3,.trust-row{grid-template-columns:1fr}.hero-buttons .btn,.section-buttons .btn{width:100%}.nav-actions .btn-primary{padding:.8rem 1rem;font-size:.9rem}.section{padding:58px 0}.section-tight{padding:38px 0}.card{padding:1.2rem}.sticky-cta{right:14px;bottom:14px}.top-button{left:14px;bottom:14px}.hours div{display:block}.hero h1{font-size:clamp(2.4rem,14vw,4rem)}}
