.page-hero{padding:10rem 0 4rem;background:linear-gradient(180deg,var(--gray-50) 0,var(--white) 100%);text-align:center}.page-hero h1{font-size:2.75rem;font-weight:700;margin-bottom:1rem}.page-hero p{font-size:1.15rem;color:var(--gray-600);max-width:600px;margin:0 auto}.last-updated{display:inline-block;margin-top:1.5rem;padding:.5rem 1rem;background:var(--gray-100);border-radius:100px;font-size:.85rem;color:var(--gray-500)}.highlight-box{background:var(--accent-light);border:1px solid var(--accent);border-radius:16px;padding:2rem;margin:3rem 0;display:flex;gap:1.5rem;align-items:flex-start}.highlight-box svg{width:48px;height:48px;color:var(--accent);flex-shrink:0}.highlight-box h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--accent)}.highlight-box p{color:var(--gray-700)}.terms-content{padding:4rem 0}.terms-grid{display:grid;grid-template-columns:280px 1fr;gap:4rem}.terms-nav{position:sticky;top:100px;height:fit-content}.terms-nav h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);margin-bottom:1rem}.terms-nav ul{list-style:none}.terms-nav li{margin-bottom:.75rem}.terms-nav a{color:var(--gray-600);font-size:.95rem;display:flex;align-items:center;gap:.5rem;border-left:2px solid transparent;padding:.5rem 0 .5rem 1rem;transition:all .2s}.terms-nav a:hover{color:var(--accent);border-left-color:var(--accent);text-decoration:none}.terms-nav a svg{width:16px;height:16px}.terms-main section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-100)}.terms-main section:last-child{border-bottom:none}.terms-main h2{font-size:1.5rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.terms-main h2 svg{width:28px;height:28px;color:var(--accent)}.terms-main h3{font-size:1.15rem;margin:1.5rem 0 .75rem}.terms-main p{color:var(--gray-600);margin-bottom:1rem}.terms-main ol,.terms-main ul{margin:1rem 0 1rem 1.5rem;color:var(--gray-600)}.terms-main li{margin-bottom:.5rem}.do-dont{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}.do-card,.dont-card{padding:1.5rem;border-radius:12px}.do-card{background:var(--green-light);border:1px solid var(--green)}.dont-card{background:#fee2e2;border:1px solid #ef4444}.do-card h4,.dont-card h4{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem}.do-card h4{color:var(--green)}.dont-card h4{color:#ef4444}.do-card h4 svg,.dont-card h4 svg{width:20px;height:20px}.do-card ul,.dont-card ul{margin:0;padding-left:1.25rem}.do-card li,.dont-card li{font-size:.9rem;margin-bottom:.4rem}.do-card li{color:#065f46}.dont-card li{color:#991b1b}.warning-box{background:var(--amber-light);border:1px solid var(--amber);border-radius:12px;padding:1.5rem;margin:1.5rem 0;display:flex;gap:1rem;align-items:flex-start}.warning-box svg{width:24px;height:24px;color:var(--amber);flex-shrink:0}.warning-box p{color:#92400e;font-size:.95rem;margin:0}footer{background-color:var(--footer-bg);color:var(--footer-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:60px 0 20px;font-size:15px;line-height:1.6}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #374151}.footer-brand .logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.25rem;margin-bottom:15px}.footer-brand .logo,.footer-brand .logo:hover{text-decoration:none;color:#fff}.footer-brand .logo-icon{height:32px;width:auto}.footer-brand p{margin-bottom:20px;max-width:300px}.footer-social{display:flex;gap:15px}.footer-social a{color:var(--footer-text);transition:color .2s;display:flex;align-items:center;justify-content:center}.footer-social a:hover{color:var(--footer-hover)}.footer-social svg{width:20px;height:20px;fill:currentColor}.footer-bottom{justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:14px;color:#6b7280}.footer-bottom,.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#6b7280;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.made-with .heart{color:#ef4444;display:inline-block;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:1024px){.terms-grid{grid-template-columns:1fr}.terms-nav{display:none}.do-dont{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media (max-width:768px){.nav-links{display:none}.page-hero h1{font-size:2rem}.footer-content,.highlight-box{flex-direction:column;text-align:center}.footer-main{grid-template-columns:1fr;gap:30px}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--gray-600);display:flex;align-items:center}.theme-toggle:hover{color:var(--accent)}.sun-icon{display:none}.moon-icon{display:block}[data-theme=dark]{--primary:#ffffff;--white:#0a0a0a;--gray-50:#18181b;--gray-100:#27272a;--gray-200:#3f3f46;--gray-400:#71717a;--gray-500:#a1a1aa;--gray-600:#d4d4d8}[data-theme=dark] body{background:#0a0a0a;color:#ffffff}[data-theme=dark] .sun-icon{display:block}[data-theme=dark] .moon-icon{display:none}[data-theme=dark] nav{background:rgba(10,10,10,.95)}[data-theme=dark] .page-hero{background:linear-gradient(180deg,#18181b,#0a0a0a)}