*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0b1120;--navy2:#0f172a;--gold:#c8900a;--gold-light:#fde68a;--white:#fff;--bg:#f8f9fa;--text:#111827;--text2:#374151;--muted:#6b7280;--border:#e5e7eb;--border2:#d1d5db;--radius:12px;--shadow:0 1px 3px #0000000f, 0 4px 16px #0000000f;--shadow-md:0 4px 24px #0000001a;--shadow-lg:0 8px 40px #0000001f}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{color:var(--text);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,4.5vw,3.2rem)}h2{font-size:clamp(1.6rem,3vw,2.2rem)}h3{font-size:1.1rem}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:56px 0}.btn{cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:600;transition:all .18s;display:inline-flex}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:#1a2840;transform:translateY(-1px);box-shadow:0 4px 14px #0b112040}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:#e8a812;transform:translateY(-1px);box-shadow:0 4px 14px #c8900a4d}.btn-outline{border:1.5px solid var(--border2);color:var(--text2);background:0 0}.btn-outline:hover{border-color:var(--navy);color:var(--navy)}.btn-outline-white{color:#fff;background:0 0;border:1.5px solid #ffffff59}.btn-outline-white:hover{border-color:#fff}.btn-lg{padding:14px 32px;font-size:.97rem}.btn-sm{padding:8px 16px;font-size:.82rem}.badge-pill{color:#92400e;text-transform:uppercase;letter-spacing:.07em;background:#fef3c7;border:1px solid #fde68a;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-pill .dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.badge-pill-dark{color:var(--gold);background:#c8900a24;border-color:#c8900a4d}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:12px;font-size:.78rem;font-weight:700;display:block}.center{text-align:center}.center .section-desc{margin:0 auto}.section-title{color:var(--text);margin-bottom:14px}.section-desc{color:var(--muted);max-width:560px;font-size:1rem;line-height:1.7}.header{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff7;position:fixed;top:0;left:0;right:0}.header-inner{align-items:center;gap:32px;height:64px;display:flex}.logo{flex-shrink:0;align-items:center;display:flex}.logo-img{width:auto;height:26px;display:block}.footer-logo{width:auto;height:22px;margin-bottom:12px;display:block}.nav{flex:1;align-items:center;gap:2px;display:flex}.nav a{color:var(--muted);border-radius:6px;padding:7px 12px;font-size:.88rem;font-weight:500;transition:all .15s}.nav a:hover,.nav a.active{color:var(--navy);background:var(--bg)}.header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.mobile-btn{cursor:pointer;border:1.5px solid var(--border);background:0 0;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:8px;display:none}.mobile-btn span{background:var(--navy);border-radius:2px;width:18px;height:1.5px;transition:transform .25s,opacity .2s;display:block}.mobile-btn.is-open span:first-child{transform:translateY(6.5px)rotate(45deg)}.mobile-btn.is-open span:nth-child(2){opacity:0}.mobile-btn.is-open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-overlay{z-index:998;opacity:0;background:#0b112059;transition:opacity .25s;display:none;position:fixed;inset:0}.mobile-overlay.open{opacity:1;display:block}.mobile-drawer{background:var(--white);z-index:999;flex-direction:column;width:min(320px,88vw);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0b11201f}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}.mobile-drawer-close{width:36px;height:36px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.mobile-drawer-close:hover{background:var(--bg);color:var(--navy)}.mobile-drawer-links{flex-direction:column;flex:1;padding:12px 0;display:flex;overflow-y:auto}.mobile-drawer-links a{color:var(--text2);border-bottom:1px solid var(--border);padding:14px 24px;font-size:.95rem;font-weight:500;transition:color .15s,background .15s}.mobile-drawer-links a:last-child{border-bottom:none}.mobile-drawer-links a:hover,.mobile-drawer-links a.active{color:var(--navy);background:var(--bg)}.mobile-drawer-links a.active{border-left:3px solid var(--gold);padding-left:21px;font-weight:700}@media (max-width:768px){.nav,.header-actions{display:none}.mobile-btn{display:flex}}.hero{background:var(--white);padding:100px 0 80px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero-badge{margin-bottom:20px}.hero-title{color:var(--text);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;line-height:1.12}.hero-title .underline-gold{display:inline-block;position:relative}.hero-title .underline-gold:after{content:"";background:var(--gold);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-4px;left:0}.hero-desc{color:var(--muted);max-width:440px;margin-bottom:28px;font-size:1rem;line-height:1.72}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.hero-trust{color:var(--muted);flex-wrap:wrap;gap:20px;font-size:.82rem;display:flex}.hero-trust-item{align-items:center;gap:6px;display:flex}.hero-trust-item .check{color:#22c55e;font-weight:700}.hero-visual{position:relative}.dashboard-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:16px;width:100%;overflow:hidden}.dash-topbar{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:12px 16px;display:flex}.dash-dot{border-radius:50%;width:9px;height:9px}.dash-title{color:var(--muted);margin-left:8px;font-size:.72rem;font-weight:500}.dash-body{flex-direction:column;gap:12px;padding:20px;display:flex}.dash-metrics{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.dash-metric{background:var(--bg);border-radius:8px;padding:12px}.dash-metric-label{color:var(--muted);margin-bottom:4px;font-size:.7rem}.dash-metric-val{color:var(--navy);font-size:1.2rem;font-weight:800}.dash-chart-area{background:var(--bg);border-radius:8px;padding:16px}.dash-chart-label{color:var(--muted);margin-bottom:12px;font-size:.72rem}.dash-chart-visual{align-items:flex-end;gap:4px;height:60px;display:flex}.dash-bar{background:var(--border2);border-radius:3px 3px 0 0;flex:1}.dash-bar.hi{background:var(--navy)}.dash-bar.mid{background:#93c5fd}.dash-table{flex-direction:column;gap:0;display:flex}.dash-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:9px 0;font-size:.78rem;display:flex}.dash-row:last-child{border-bottom:none}.dash-row-label{color:var(--muted)}.dash-row-val{color:var(--text);font-weight:600}.dash-row-badge{border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600}.badge-green{color:#065f46;background:#d1fae5}.badge-yellow{color:#92400e;background:#fef3c7}.hero-image-preview{width:100%;box-shadow:var(--shadow-lg);object-fit:cover;border-radius:16px;max-height:440px}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-visual{display:none}}.tech-section{background:var(--white);border-top:1px solid var(--border);padding:48px 0 56px}.tech-sub{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:20px;font-size:.8rem;font-weight:600}.tech-brand{text-align:center;color:var(--text);letter-spacing:-.04em;margin-bottom:28px;font-size:clamp(3rem,8vw,7rem);font-weight:900;line-height:1}.tech-brand .dot{color:var(--gold)}.tech-logos{flex-wrap:wrap;justify-content:center;gap:8px 28px;display:flex}.tech-logo-item{color:var(--border2);padding:4px 0;font-size:.82rem;font-weight:600;transition:color .15s}.tech-logo-item:hover{color:var(--muted)}.why-section{background:var(--white);padding:80px 0}.why-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:all .2s}.why-card:hover{box-shadow:var(--shadow-md);border-color:var(--border2);transform:translateY(-2px)}.why-icon{background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:1.1rem;display:flex}.why-card h3{color:var(--text);margin-bottom:8px;font-size:1rem}.why-card p{color:var(--muted);font-size:.86rem;line-height:1.65}@media (max-width:840px){.why-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.why-grid{grid-template-columns:1fr}}.sectors-section{background:var(--white);padding:80px 0}.sectors-header{justify-content:space-between;align-items:flex-end;margin-bottom:36px;display:flex}.sectors-header-left h2{margin-bottom:8px}.sectors-header-left p{color:var(--muted);font-size:.92rem}.sectors-see-all{color:var(--navy);white-space:nowrap;align-items:center;gap:4px;font-size:.88rem;font-weight:600;display:flex}.sectors-see-all:hover{color:var(--gold)}.sectors-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.sector-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--white);transition:all .22s;overflow:hidden}.sector-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.sector-img{object-fit:cover;background:var(--bg);width:100%;height:190px}.sector-info{padding:16px 18px}.sector-info-top{align-items:center;gap:10px;margin-bottom:8px;display:flex}.sector-badge-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.sector-info h3{color:var(--text);font-size:.97rem}.sector-info p{color:var(--muted);margin-bottom:10px;font-size:.82rem;line-height:1.5}.sector-link{color:var(--navy);align-items:center;gap:4px;font-size:.82rem;font-weight:600;transition:color .15s;display:flex}.sector-link:hover{color:var(--gold)}@media (max-width:900px){.sectors-grid{grid-template-columns:1fr 1fr}.sectors-header{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:540px){.sectors-grid{grid-template-columns:1fr}}.stats-section{background:var(--navy);padding:64px 0}.stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.stat-number{color:var(--gold);margin-bottom:8px;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:800;line-height:1}.stat-label{color:#fff9;font-size:.9rem}@media (max-width:600px){.stats-grid{grid-template-columns:1fr;gap:28px}}.cta-section{background:var(--navy);padding:80px 0}.cta-card{background:var(--navy2);border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;gap:40px;padding:56px 48px;display:flex}.cta-left{max-width:560px}.cta-badge{margin-bottom:16px}.cta-left h2{color:var(--white);margin-bottom:14px;font-size:clamp(1.7rem,3vw,2.2rem)}.cta-left p{color:#fff9;font-size:.95rem;line-height:1.7}@media (max-width:768px){.cta-card{text-align:center;flex-direction:column;padding:36px 24px}}.footer{background:var(--white);border-top:1px solid var(--border);padding:56px 0 32px}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;display:grid}.footer-brand .logo{margin-bottom:12px}.footer-brand p{color:var(--muted);max-width:240px;font-size:.84rem;line-height:1.65}.footer-col h4{text-transform:uppercase;letter-spacing:.07em;color:var(--text);margin-bottom:14px;font-size:.82rem;font-weight:700}.footer-col a{color:var(--muted);padding:4px 0;font-size:.85rem;transition:color .14s;display:block}.footer-col a:hover{color:var(--navy)}.footer-col .link-arrow{color:var(--gold);align-items:center;gap:4px;margin-top:4px;font-size:.84rem;font-weight:600;display:flex}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding-top:24px;font-size:.8rem}.social-links{gap:8px;margin-top:14px;display:flex}.social-icon{background:var(--bg);border:1px solid var(--border);width:34px;height:34px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;transition:all .18s;display:flex}.social-icon:hover{background:var(--navy);color:#fff;border-color:var(--navy)}@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:500px){.footer-grid{grid-template-columns:1fr}}.inner-hero{background:var(--white);padding:88px 0 56px}.inner-hero .badge-wrap{margin-bottom:16px}.inner-hero h1{color:var(--text);margin-bottom:14px;font-size:clamp(2rem,4vw,3rem)}.inner-hero p{color:var(--muted);max-width:560px;font-size:1rem;line-height:1.7}.inner-hero.center p{margin:0 auto}.pkg-hero{background:var(--white);text-align:center;padding:88px 0 48px}.pkg-hero h1{margin-bottom:14px}.pkg-hero p{color:var(--muted);max-width:520px;margin:0 auto;font-size:1rem;line-height:1.7}.pkg-toggle-row{justify-content:center;margin:32px 0 8px;display:flex}.toggle-pills{background:var(--bg);border:1px solid var(--border);border-radius:100px;gap:2px;padding:4px;display:flex;position:relative}.toggle-pill{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:100px;padding:8px 20px;font-size:.88rem;font-weight:500;transition:all .2s}.toggle-pill.active{background:var(--white);color:var(--text);font-weight:700;box-shadow:0 1px 4px #0000001a}.toggle-gift{background:var(--gold);color:var(--white);white-space:nowrap;border-radius:100px;padding:3px 8px;font-size:.68rem;font-weight:700;position:absolute;top:-22px;right:-4px}.packages-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.pkg-card{background:var(--white);border:1.5px solid var(--border);border-radius:16px;padding:32px 28px;transition:all .22s;position:relative}.pkg-card:hover{box-shadow:var(--shadow-lg)}.pkg-card.featured{border-color:var(--navy);box-shadow:var(--shadow-md)}.pkg-popular{background:var(--navy);color:var(--white);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:0 0 10px 10px;padding:5px 18px;font-size:.7rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%)}.pkg-name{color:var(--text);margin-bottom:8px;font-size:1.1rem;font-weight:800}.pkg-desc{color:var(--muted);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:24px;font-size:.86rem;line-height:1.6}.pkg-features{flex-direction:column;gap:10px;margin-bottom:28px;display:flex}.pkg-feat-item{color:var(--text2);align-items:flex-start;gap:9px;font-size:.86rem;line-height:1.45;display:flex}.pkg-feat-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:5px}.pkg-btn{text-align:center;border-radius:10px;width:100%;padding:13px;font-size:.92rem;font-weight:700;transition:all .18s;display:block}.pkg-btn-dark{background:var(--navy);color:var(--white)}.pkg-btn-dark:hover{background:#1a2840}.pkg-btn-outline{border:1.5px solid var(--border2);color:var(--text);background:0 0}.pkg-btn-outline:hover{border-color:var(--navy);color:var(--navy)}@media (max-width:900px){.packages-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.pkg-card.featured{order:-1}}.enterprise-bar{background:var(--navy2);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin:40px 0 0;padding:22px 32px;display:flex}.ent-left{align-items:center;gap:14px;display:flex}.ent-icon{background:#c8900a2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.ent-left strong{color:var(--white);margin-bottom:2px;font-size:.95rem;display:block}.ent-left span{color:#ffffff8c;font-size:.82rem}@media (max-width:640px){.enterprise-bar{text-align:center;flex-direction:column}}.faq-section{padding:72px 0}.faq-list{max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;color:var(--text);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:18px 0;font-size:.97rem;font-weight:600;display:flex}.faq-q:hover{color:var(--navy)}.faq-chevron{color:var(--muted);flex-shrink:0;font-size:1rem;transition:transform .2s}.faq-chevron.open{transform:rotate(180deg)}.faq-a{color:var(--muted);max-height:0;font-size:.9rem;line-height:1.72;transition:max-height .3s,padding-bottom .3s;overflow:hidden}.faq-a.open{max-height:300px;padding-bottom:18px}.faq-footer{text-align:center;color:var(--muted);margin-top:36px;font-size:.88rem}.faq-footer a{color:var(--navy);font-weight:600;text-decoration:underline}.comp-hero{text-align:center;background:var(--white);padding:88px 0 48px}.comp-wrap{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;margin-top:16px;overflow-x:auto}.comp-table{border-collapse:collapse;width:100%;min-width:600px;font-size:.87rem}.comp-table .th-pkg{text-align:center;background:var(--bg);padding:16px 14px}.comp-table .th-feat{text-align:left;background:var(--bg);color:var(--text);padding:16px 20px;font-weight:700}.comp-table .th-pkg.gold{color:var(--text);border-top:3px solid var(--gold);background:#fef9e7}.comp-table .th-pkg strong{color:var(--text);margin-bottom:4px;font-size:.95rem;font-weight:700;display:block}.comp-table .th-pkg small{color:var(--muted);font-size:.78rem;font-weight:400}.pkg-cta-small{text-align:center;border-radius:7px;margin-top:10px;padding:7px 14px;font-size:.8rem;font-weight:700;display:block}.pkg-cta-dark{background:var(--navy);color:#fff}.pkg-cta-outline{border:1.5px solid var(--border2);color:var(--text);background:0 0}.comp-table td{border-bottom:1px solid var(--border);text-align:center;color:var(--muted);vertical-align:middle;padding:11px 14px}.comp-table td:first-child{text-align:left;color:var(--text);padding-left:20px;font-weight:500}.comp-table tr.group-header td{background:var(--navy);color:#ffffffa6;text-transform:uppercase;letter-spacing:.08em;border-bottom:none;padding:8px 20px;font-size:.74rem;font-weight:700}.comp-table tr.group-header td:not(:first-child){background:var(--navy)}.comp-table td.gold-col{background:#fef9e780}.comp-table tr:last-child td{border-bottom:none}.comp-table tr:hover td:not(.group-header td){background:var(--bg)}.star{color:var(--gold);font-size:1rem}.dash{color:var(--border2);font-size:1rem}.val-sm{color:var(--text2);font-size:.82rem;font-weight:600}.upgrade-section{background:var(--white);padding:72px 0}.upgrade-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.upgrade-badge{margin-bottom:14px}.upgrade-left h2{margin-bottom:14px;font-size:1.8rem}.upgrade-left p{color:var(--muted);margin-bottom:24px;font-size:.93rem;line-height:1.7}.upgrade-btns{flex-wrap:wrap;gap:12px;display:flex}.quote-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:32px;position:relative}.quote-card .q-mark{color:var(--gold);margin-bottom:12px;font-family:Georgia,serif;font-size:3rem;line-height:1}.quote-card p{color:var(--text2);margin-bottom:18px;font-size:.9rem;line-height:1.7}.quote-author{align-items:center;gap:10px;display:flex}.quote-avatar{background:var(--navy);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.quote-name{color:var(--text);font-size:.84rem;font-weight:700}.quote-role{color:var(--muted);font-size:.78rem}@media (max-width:760px){.upgrade-grid{grid-template-columns:1fr}}.sector-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}.sector-pg-card{background:var(--white);border:1.5px solid var(--border);cursor:pointer;border-radius:14px;padding:24px;transition:all .2s}.sector-pg-card:hover,.sector-pg-card.active{border-color:var(--gold);box-shadow:0 4px 20px #c8900a1f}.sector-pg-icon{background:var(--bg);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:1.2rem;display:flex}.sector-pg-card h3{margin-bottom:12px;font-size:1rem}.sector-feat-list{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.sector-feat-item{color:var(--muted);align-items:flex-start;gap:8px;font-size:.82rem;line-height:1.45;display:flex}.sector-feat-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:4px}.sector-detail-link{color:var(--navy);align-items:center;gap:4px;font-size:.82rem;font-weight:600;transition:color .15s;display:flex}.sector-detail-link:hover{color:var(--gold)}@media (max-width:860px){.sector-cards-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.sector-cards-grid{grid-template-columns:1fr}}.template-section{background:var(--bg);padding:80px 0}.template-grid{grid-template-columns:320px 1fr;align-items:start;gap:56px;display:grid}.template-left h3{margin-bottom:8px;font-size:1.4rem}.template-left h3 span{color:var(--gold)}.template-left p{color:var(--muted);margin-bottom:20px;font-size:.9rem;line-height:1.65}.template-feat-list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.tfl-item{color:var(--text2);align-items:center;gap:8px;font-size:.86rem;display:flex}.tfl-check{width:18px;height:18px;color:var(--gold);background:#fef3c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.template-cards{grid-template-columns:repeat(2,1fr);align-items:start;gap:14px;display:grid}.template-card{background:var(--white);border:1px solid var(--border);border-radius:10px;transition:all .2s;overflow:hidden}.template-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.template-card-img{object-fit:cover;background:var(--bg);width:100%;height:130px;display:block}.template-card-label{justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.tcl-name{color:var(--text);font-size:.82rem;font-weight:700}.tcl-tag{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:600}.template-card.tall .template-card-img{height:200px}@media (max-width:880px){.template-grid{grid-template-columns:1fr}}@media (max-width:500px){.template-cards{grid-template-columns:1fr}}.contact-page{padding:88px 0 80px}.contact-page-header{margin-bottom:48px}.contact-page-header .section-label{margin-bottom:8px}.contact-page-header h1{margin-bottom:12px;font-size:clamp(2rem,4vw,2.8rem)}.contact-page-header p{color:var(--muted);max-width:520px;font-size:.97rem;line-height:1.68}.contact-layout{grid-template-columns:1fr 380px;align-items:start;gap:48px;display:grid}.contact-form-box{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:32px}.form-row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-group{margin-bottom:16px}.form-label{color:var(--text);margin-bottom:6px;font-size:.82rem;font-weight:600;display:block}.form-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:var(--white);border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .18s}.form-input:focus{border-color:var(--navy)}.form-input::placeholder{color:#d1d5db}textarea.form-input{resize:vertical;min-height:100px}.form-btn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:700;transition:background .18s;display:flex}.form-btn:hover{background:#1a2840}.form-btn:disabled{opacity:.6;cursor:not-allowed}.form-success{color:#15803d;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:20px;font-size:.9rem;font-weight:600}.contact-right{flex-direction:column;gap:14px;display:flex}.vox-card{background:var(--navy);color:#ffffffbf;border-radius:16px;padding:28px}.vox-brand{color:var(--white);letter-spacing:-.04em;margin-bottom:20px;font-size:1.6rem;font-weight:900}.vox-brand span{color:var(--gold)}.vox-section-label{text-transform:uppercase;letter-spacing:.09em;color:var(--gold);align-items:center;gap:6px;margin-bottom:18px;font-size:.75rem;font-weight:700;display:flex}.vox-section-label:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.vox-info-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.vox-info-icon{background:#ffffff12;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;display:flex}.vox-info-text strong{color:var(--white);margin-bottom:2px;font-size:.82rem;display:block}.vox-info-text span{font-size:.82rem}.hours-section{border-top:1px solid #ffffff12;margin-top:16px;padding-top:16px}.hours-label{text-transform:uppercase;letter-spacing:.07em;color:#ffffff73;margin-bottom:8px;font-size:.75rem;font-weight:700}.hours-row{justify-content:space-between;padding:4px 0;font-size:.82rem;display:flex}.hours-days{color:#ffffff8c}.hours-time{color:var(--white);font-weight:500}.map-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.map-bg{background:linear-gradient(135deg,#ebf4ff 0%,#f0f7ff 100%);position:absolute;inset:0}.map-label-bar{background:var(--white);border:1px solid var(--border);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-radius:6px;padding:5px 10px;font-size:.72rem;font-weight:600;position:absolute;top:10px;left:10px}.map-pin{z-index:1;flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.map-pin-dot{background:var(--gold);border:3px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 4px #c8900a33}.map-pin-label{background:var(--white);border:1px solid var(--border);color:var(--text);box-shadow:var(--shadow);white-space:nowrap;border-radius:6px;padding:5px 12px;font-size:.8rem;font-weight:600}@media (max-width:860px){.contact-layout{grid-template-columns:1fr}.contact-right{order:-1}}@media (max-width:480px){.form-row-2{grid-template-columns:1fr}}.feature-rows{flex-direction:column;gap:80px;padding:72px 0;display:flex}.feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.feature-row.rev .feature-vis{order:2}.feature-row.rev .feature-txt{order:1}.feature-vis{background:var(--bg);border:1px solid var(--border);aspect-ratio:4/3;border-radius:16px;justify-content:center;align-items:center;font-size:5rem;display:flex;overflow:hidden}.feature-txt .section-label{margin-bottom:8px}.feature-txt h2{margin-bottom:12px;font-size:1.7rem}.feature-txt p{color:var(--muted);margin-bottom:18px;font-size:.93rem;line-height:1.7}.feat-list{flex-direction:column;gap:8px;list-style:none;display:flex}.feat-list li{color:var(--text2);align-items:flex-start;gap:9px;font-size:.88rem;display:flex}.feat-list li:before{content:"✓";color:var(--gold);flex-shrink:0;font-weight:700}@media (max-width:760px){.feature-row{grid-template-columns:1fr;gap:28px}.feature-row.rev .feature-vis,.feature-row.rev .feature-txt{order:unset}.feature-vis{aspect-ratio:unset;height:120px;font-size:3rem}}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.blog-img{object-fit:cover;background:var(--bg);width:100%;height:170px}.blog-body{padding:18px}.blog-tag{color:#92400e;text-transform:uppercase;background:#fef3c7;border-radius:4px;margin-bottom:9px;padding:3px 9px;font-size:.71rem;font-weight:700;display:inline-block}.blog-card h3{color:var(--text);margin-bottom:7px;font-size:.95rem;line-height:1.4}.blog-card p{color:var(--muted);font-size:.82rem;line-height:1.55}.blog-foot{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;padding:11px 18px;font-size:.76rem;display:flex}.blog-more{text-align:center;margin-top:32px}@media (max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.blog-grid{grid-template-columns:1fr}}.blog-post-hero{background:var(--white);padding:88px 0 28px}.blog-post-hero .container{max-width:1060px}.post-tag{color:#92400e;text-transform:uppercase;letter-spacing:.04em;background:#fef3c7;border-radius:4px;margin-bottom:14px;padding:4px 12px;font-size:.76rem;font-weight:700;display:inline-block}.blog-post-hero h1{max-width:760px;margin-bottom:16px;font-size:clamp(1.7rem,4vw,2.7rem);line-height:1.25}.blog-post-meta{color:var(--muted);align-items:center;gap:16px;font-size:.82rem;display:flex}.blog-post-layout{grid-template-columns:1fr 240px;align-items:start;gap:56px;max-width:1060px;margin:0 auto;padding:28px 24px 80px;display:grid}.blog-post-cover{object-fit:cover;border-radius:12px;width:100%;height:340px;margin-bottom:32px;display:block}.blog-post-content{color:var(--text);padding-bottom:40px;font-size:1rem;line-height:1.8}.blog-post-content.has-cover{padding-top:0}.blog-post-content h2{color:var(--navy);margin:32px 0 14px;font-size:1.45rem}.blog-post-content h3{color:var(--navy);margin:24px 0 10px;font-size:1.15rem}.blog-post-content p{margin-bottom:16px}.blog-post-content ul,.blog-post-content ol{margin:12px 0 16px 22px}.blog-post-content li{margin-bottom:5px}.blog-post-content strong{color:var(--navy)}.blog-toc-inner{border-left:3px solid var(--gold);background:#fafaf8;border-radius:0 8px 8px 0;padding:20px 16px 20px 18px;position:sticky;top:88px}.blog-toc-title{letter-spacing:.12em;color:var(--gold);text-transform:uppercase;margin-bottom:14px;font-size:.7rem;font-weight:800}.toc-item{margin-bottom:10px;line-height:1.45;text-decoration:none;transition:color .15s;display:block}.toc-h2{color:var(--navy);font-size:.86rem;font-weight:600}.toc-h3{color:var(--muted);margin-bottom:8px;padding-left:12px;font-size:.8rem;font-weight:400}.toc-item:hover{color:var(--gold)}@media (max-width:960px){.blog-post-layout{grid-template-columns:1fr}.blog-toc{display:none}}.legal-content{max-width:760px;margin:0 auto;padding:56px 24px 96px}.legal-content h2{margin:28px 0 12px;font-size:1.2rem}.legal-content p{color:var(--text2);margin-bottom:18px;font-size:.95rem;line-height:1.78}[id]{scroll-margin-top:80px}
