:root{--purple: #6B46C1;--purple-dark: #553c9a;--purple-footer: #2D1B69;--orange: #ED8936;--orange-dark: #c96a1a;--white: #fff;--bg: #fafafa;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--text: #1a202c;--text-muted: #6B7280;--border: #e2e8f0;--font-body: "Inter", system-ui, sans-serif;--font-heading: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--text)}a{color:var(--purple);text-decoration:none}a:hover{color:var(--purple-dark)}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:900;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 1px 6px #0000000f}.header-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-logo{font-family:var(--font-heading);font-weight:800;font-size:1.15rem;color:var(--purple);white-space:nowrap;flex-shrink:0}.site-logo span{color:var(--orange)}.site-nav{display:flex;align-items:center;gap:2rem;list-style:none}.site-nav a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .15s}.site-nav a:hover{color:var(--purple)}.btn-get-started{background:var(--orange);color:var(--white)!important;font-family:var(--font-heading);font-weight:700;font-size:.85rem;padding:.55rem 1.4rem;border-radius:6px;white-space:nowrap;transition:background .15s,transform .1s;flex-shrink:0}.btn-get-started:hover{background:var(--orange-dark);transform:translateY(-1px)}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}@media(max-width:768px){.site-nav{display:none}.nav-hamburger{display:flex}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-grid{display:grid;grid-template-columns:1fr 280px;gap:3.5rem;padding:3rem 0 4rem}@media(max-width:900px){.page-grid{grid-template-columns:1fr}}.article-body h1{font-size:2.1rem;margin-bottom:1.25rem;color:var(--text)}.article-body h2{font-size:1.5rem;margin:2.5rem 0 1rem;color:var(--text);padding-bottom:.5rem;border-bottom:3px solid var(--purple)}.article-body h3{font-size:1.15rem;margin:2rem 0 .75rem;color:var(--purple-dark)}.article-body p{margin-bottom:1.25rem;font-size:1rem}.article-body ul,.article-body ol{margin:0 0 1.5rem 1.5rem}.article-body li{margin-bottom:.5rem}.article-body strong{color:var(--purple)}.article-body table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.9rem}.article-body th{background:var(--purple);color:var(--white);font-family:var(--font-heading);text-align:left;padding:.75rem 1rem}.article-body td{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.article-body tr:nth-child(2n) td{background:var(--gray-100)}.sidebar-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.5rem;margin-bottom:1.5rem}.sidebar-card.accent{border-top:4px solid var(--orange)}.sidebar-card h3{font-size:1rem;color:var(--purple);margin-bottom:.75rem}.sidebar-card p{font-size:.875rem;color:var(--text-muted);margin-bottom:1.1rem;line-height:1.6}.btn-sidebar{display:block;background:var(--orange);color:var(--white)!important;text-align:center;padding:.8rem 1rem;border-radius:7px;font-family:var(--font-heading);font-weight:700;font-size:.875rem;transition:background .15s}.btn-sidebar:hover{background:var(--orange-dark)}.site-footer{background:var(--purple-footer);color:#ffffffa6;padding:3.5rem 2rem 1.5rem;margin-top:5rem}.footer-grid{max-width:1200px;margin:0 auto 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-col h4{font-family:var(--font-heading);font-size:.85rem;color:var(--white);text-transform:uppercase;letter-spacing:.07em;margin-bottom:1.1rem}.footer-col p{font-size:.85rem;line-height:1.7}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col a{color:#ffffff8c;font-size:.85rem;transition:color .15s}.footer-col a:hover{color:var(--orange)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem;text-align:center;color:#ffffff59}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}}.section{padding:5rem 2rem}.section-alt{background:var(--gray-100)}.section-label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.section-title{font-size:2rem;margin-bottom:.75rem}.section-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:600px;margin-bottom:3rem}.cards-grid{display:grid;gap:1.5rem}.cards-grid-4{grid-template-columns:repeat(4,1fr)}.cards-grid-3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.cards-grid-4{grid-template-columns:repeat(2,1fr)}.cards-grid-3{grid-template-columns:1fr}}@media(max-width:500px){.cards-grid-4{grid-template-columns:1fr}}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.75rem 1.5rem}.feature-card .icon{width:44px;height:44px;background:#6b46c114;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.3rem}.feature-card h3{font-size:1rem;margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0}.jurisdiction-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .15s,box-shadow .15s}.jurisdiction-card:hover{border-color:var(--purple);box-shadow:0 4px 20px #6b46c11a}.jurisdiction-card .flag{font-size:2rem}.jurisdiction-card h3{font-size:1rem;margin:0}.jurisdiction-card .time{font-size:.8rem;color:var(--orange);font-weight:600}.jurisdiction-card p{font-size:.85rem;color:var(--text-muted);line-height:1.55;margin:0}.btn-purple{display:inline-block;background:var(--purple);color:var(--white)!important;font-family:var(--font-heading);font-weight:700;padding:.85rem 2rem;border-radius:8px;transition:background .15s,transform .1s}.btn-purple:hover{background:var(--purple-dark);transform:translateY(-1px)}.btn-orange-lg{display:inline-block;background:var(--orange);color:var(--white)!important;font-family:var(--font-heading);font-weight:700;font-size:1.05rem;padding:1rem 2.5rem;border-radius:8px;transition:background .15s,transform .1s}.btn-orange-lg:hover{background:var(--orange-dark);transform:translateY(-2px)}
