:root{--bg: #f8f6f2;--bg-alt: #efeae3;--bg-dark: #1c2826;--bg-card: #ffffff;--text: #2a2a2a;--text-light: #5a5a5a;--text-inverse: #f0ede8;--heading: #1a1a1a;--accent: #c45a2d;--accent-hover: #a94b24;--accent-light: rgba(196, 90, 45, .08);--green: #3a7d5c;--green-light: rgba(58, 125, 92, .08);--border: rgba(0, 0, 0, .08);--shadow: 0 1px 3px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .08);--radius: 6px;--radius-lg: 12px;--font-body: "Inter", -apple-system, sans-serif;--font-display: "Source Serif 4", Georgia, serif;--max-width: 1140px;--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.7;font-size:16px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);color:var(--heading);line-height:1.2}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.section-label{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:12px}.section-title{font-size:clamp(28px,3vw,40px);font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.section-subtitle{font-size:17px;color:var(--text-light);max-width:560px;margin-bottom:48px;line-height:1.7}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #c45a2d4d}50%{box-shadow:0 0 0 10px #c45a2d00}}.fade-up{opacity:0;animation:fadeUp .7s ease forwards}.fade-up-d1{animation-delay:.1s}.fade-up-d2{animation-delay:.2s}.fade-up-d3{animation-delay:.3s}.fade-up-d4{animation-delay:.4s}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:16px 28px;border-radius:var(--radius);font-size:16px;font-weight:600;font-family:var(--font-body);transition:background .2s,transform .15s;border:none;cursor:pointer}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-primary.pulse{animation:pulse 2.5s infinite}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);padding:16px 28px;border-radius:var(--radius);font-size:16px;font-weight:600;font-family:var(--font-body);border:1.5px solid var(--border);transition:border-color .2s,background .2s;cursor:pointer}.btn-secondary:hover{border-color:var(--accent);background:var(--accent-light)}.top-bar[data-astro-cid-5hce7sga]{background:var(--bg-dark);color:var(--text-inverse);font-size:13px;padding:8px 0;letter-spacing:.01em}.top-bar[data-astro-cid-5hce7sga] .container[data-astro-cid-5hce7sga]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.top-bar[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--text-inverse)}.top-bar-left[data-astro-cid-5hce7sga]{opacity:.8}.top-bar-right[data-astro-cid-5hce7sga]{font-weight:600}.top-bar-right[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{text-decoration:underline}.nav[data-astro-cid-5hce7sga]{background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;height:var(--nav-height)}.nav[data-astro-cid-5hce7sga] .container[data-astro-cid-5hce7sga]{display:flex;justify-content:space-between;align-items:center;height:100%}.nav-logo[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--heading)}.nav-logo[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{color:var(--accent)}.nav-links[data-astro-cid-5hce7sga]{display:flex;gap:28px;align-items:center;list-style:none}.nav-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-size:14px;font-weight:500;color:var(--text-light);transition:color .2s}.nav-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--accent)}.nav-cta[data-astro-cid-5hce7sga]{background:var(--accent)!important;color:#fff!important;padding:10px 20px;border-radius:var(--radius);font-weight:600!important;transition:background .2s}.nav-cta[data-astro-cid-5hce7sga]:hover{background:var(--accent-hover)!important}.nav-dropdown[data-astro-cid-5hce7sga]{position:relative}.nav-dropdown-trigger[data-astro-cid-5hce7sga]{cursor:pointer}.nav-dropdown-menu[data-astro-cid-5hce7sga]{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:8px 0;min-width:240px;list-style:none;z-index:200;margin-top:12px}.nav-dropdown-menu[data-astro-cid-5hce7sga]:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.nav-dropdown[data-astro-cid-5hce7sga]:hover .nav-dropdown-menu[data-astro-cid-5hce7sga]{display:block}.nav-dropdown-menu[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga]{margin:0}.nav-dropdown-menu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{display:block;padding:10px 20px;font-size:14px;font-weight:500;color:var(--text-light)!important;transition:background .15s,color .15s}.nav-dropdown-menu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{background:var(--accent-light);color:var(--accent)!important}.nav-toggle[data-astro-cid-5hce7sga]{display:none;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;width:22px;height:2px;background:var(--heading);margin:5px 0;transition:.3s}.footer[data-astro-cid-5hce7sga]{background:var(--bg-dark);color:var(--text-inverse);padding:60px 0 32px}.footer-grid[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand-desc[data-astro-cid-5hce7sga]{font-size:14px;color:#fff9;line-height:1.7;margin:12px 0 16px;max-width:300px}.footer-phone[data-astro-cid-5hce7sga]{font-size:18px;font-weight:700;color:#fff}.footer[data-astro-cid-5hce7sga] h4[data-astro-cid-5hce7sga]{font-family:var(--font-body);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:16px}.footer[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga]{list-style:none}.footer[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga]{margin-bottom:10px}.footer[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-size:14px;color:#ffffffb3;transition:color .2s}.footer[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:#fff}.footer-bottom[data-astro-cid-5hce7sga]{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{font-size:13px;color:#fff6}.footer-disclaimer[data-astro-cid-5hce7sga]{font-size:12px;color:#ffffff59;max-width:600px;line-height:1.6;margin-top:16px}@media(max-width:680px){.nav-links[data-astro-cid-5hce7sga]{display:none}.nav-links[data-astro-cid-5hce7sga].active{display:flex;flex-direction:column;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--bg-card);padding:24px;border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);gap:8px;max-height:calc(100vh - var(--nav-height));overflow-y:auto}.nav-toggle[data-astro-cid-5hce7sga]{display:block}.nav-dropdown-menu[data-astro-cid-5hce7sga]{position:static;transform:none;box-shadow:none;border:none;margin-top:4px;padding:0 0 0 12px;min-width:auto;display:none}.nav-dropdown-menu[data-astro-cid-5hce7sga]:before{display:none}.nav-dropdown[data-astro-cid-5hce7sga].open .nav-dropdown-menu[data-astro-cid-5hce7sga]{display:block}.nav-dropdown-menu[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{padding:8px 16px;font-size:13px}.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:32px}.top-bar[data-astro-cid-5hce7sga] .container[data-astro-cid-5hce7sga]{justify-content:center;text-align:center}}@media(max-width:900px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr 1fr}}
