.homepage{font-family:Inter,sans-serif;background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-end) 100%);min-height:100vh;color:var(--text-primary)}.homepage .welcome-header{background:var(--background-light);border-bottom:1px solid var(--border-light);padding:2rem 0;margin-bottom:2rem}.homepage .welcome-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.homepage .status-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--success-green),#007c7d);color:white;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.homepage .status-icon{width:16px;height:16px}.homepage .welcome-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:700}.homepage .welcome-header p{font-size:1.125rem;color:var(--text-secondary);margin:0}.homepage .dashboard-grid{max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid;gap:2rem;grid-template-columns:1fr}.homepage .action-cta,.homepage .analytics-card,.homepage .features-overview{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:hidden}.homepage .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--radius-md);font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.homepage .btn-primary{background:var(--btn-bg-primary);color:var(--btn-text-light);box-shadow:var(--shadow-md)}.homepage .btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:#5A0CA0}.homepage .btn-secondary{background:var(--background-light);color:var(--text-primary);border:2px solid var(--accent-color)}.homepage .btn-secondary:hover{background:var(--background-gray);border-color:var(--text-primary)}.homepage .btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-light);padding:.5rem 1rem;font-size:.875rem}.homepage .btn-outline:hover{background:var(--background-gray)}.homepage .btn-large{padding:1rem 2rem;font-size:1.125rem}.homepage .analytics-card{padding:1.5rem}.homepage .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.homepage .card-title{display:flex;align-items:center;gap:.75rem}.homepage .card-icon{width:20px;height:20px;color:var(--accent-color)}.homepage .card-title h3{font-size:1.25rem;margin:0;color:var(--text-primary)}.homepage .card-metric{text-align:right}.homepage .metric-value{display:block;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.homepage .metric-change{font-size:.875rem;font-weight:600}.homepage .metric-change.positive{color:var(--success-green)}.homepage .metric-label{font-size:.875rem;color:var(--text-secondary)}.homepage .heatmap-visualization{margin-bottom:1rem}.homepage .heatmap-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.25rem;margin-bottom:1rem}.homepage .heatmap-cell{aspect-ratio:1;background:var(--accent-color);border-radius:var(--radius-sm);opacity:var(--intensity);transition:all .3s ease;cursor:pointer}.homepage .heatmap-cell:hover{transform:scale(1.1);opacity:1}.homepage .heatmap-legend{display:flex;align-items:center;gap:1rem;justify-content:center;font-size:.875rem;color:var(--text-secondary)}.homepage .legend-gradient{width:100px;height:8px;background:linear-gradient(90deg,rgba(0,168,169,.2) 0,rgba(0,168,169,.8));border-radius:var(--radius-sm)}.homepage .card-footer{padding-top:1rem;border-top:1px solid var(--border-light)}.homepage .card-footer p{margin:0 0 1rem;color:var(--text-secondary);font-size:.875rem}.homepage .features-overview{padding:2rem}.homepage .features-header{text-align:center;margin-bottom:2rem}.homepage .features-header h2{font-size:2rem;margin-bottom:.5rem;color:var(--text-primary)}.homepage .features-header p{font-size:1.125rem;color:var(--text-secondary);margin:0}.homepage .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.homepage .feature-card{text-align:center;padding:1.5rem;background:var(--background-gray);border-radius:var(--radius-md);transition:all .3s ease}.homepage .feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.homepage .feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg,var(--btn-bg-primary),#5A0CA0);border-radius:var(--radius-md);margin-bottom:1rem}.homepage .feature-icon{width:1.5rem;height:1.5rem;color:white}.homepage .feature-card h4{font-size:1.125rem;margin-bottom:.5rem;color:var(--text-primary)}.homepage .feature-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0}.homepage .action-cta{background:linear-gradient(135deg,var(--background-dark),#444444);color:white;padding:3rem 2rem;text-align:center}.homepage .cta-content h2{font-size:2rem;margin-bottom:.5rem;color:white}.homepage .cta-content p{font-size:1.125rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}.homepage .cta-actions .btn-primary{background:var(--accent-color);color:white}.homepage .cta-actions .btn-primary:hover{background:#007c7d;transform:translateY(-2px)}@media (max-width:1024px){.homepage .hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.homepage .dashboard-grid{padding:0 1rem 3rem}}@media (max-width:768px){.homepage .welcome-header h1{font-size:2rem}.homepage .hero-text h2{font-size:1.75rem}.homepage .hero-stats,.homepage .quick-actions{flex-direction:column}.homepage .features-grid{grid-template-columns:1fr}.homepage .card-header{flex-direction:column;gap:1rem;align-items:flex-start}.homepage .card-metric{text-align:left}}@media (max-width:480px){.homepage .welcome-content{padding:0 1rem}.homepage .dashboard-grid{padding:0 .5rem 2rem;gap:1rem}.homepage .action-cta,.homepage .analytics-card,.homepage .features-overview{padding:1rem}}.ga4-banner{display:flex;justify-content:space-between;align-items:center;background:var(--warning-orange);border:1px solid #d97706;padding:12px;margin-bottom:16px;border-radius:4px}.ga4-banner p{margin:0;font-size:14px;color:#fff}.ga4-button{background:var(--background-dark);border:none;color:#fff;padding:8px 12px;border-radius:4px;cursor:pointer}.ga4-button:hover{background:var(--text-primary)}.info-icon{margin-left:.5rem;cursor:help;vertical-align:middle}.modal-overlay{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.modal-content{background-color:var(--card-bg);max-width:90%;width:500px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-md)}.modal-header{margin-bottom:1rem}.modal-header h2{font-size:1.5rem;margin:0}.modal-close-button{font-size:1.5rem}.modal-body p{margin-bottom:1rem;line-height:1.5}.modal-body strong{display:block;margin-bottom:.5rem;font-size:1rem}:root{--eys-bg-light:#fbfcfe;--eys-border-color:#e0e5ea;--eys-card-bg:#ffffff;--eys-text-primary:#333333;--eys-text-secondary:#555555;--eys-accent-teal:#00A8A9;--eys-shadow-light:0 4px 15px rgba(0,0,0,0.06);--eys-border-radius:12px;--eys-icon-bg:linear-gradient(135deg,var(--eys-accent-teal),#007c7d)}.everything-you-need-section{padding:80px 24px;background-color:var(--eys-bg-light);display:flex;flex-direction:column;align-items:center;border-bottom:1px solid var(--eys-border-color)}.everything-you-need-section .back-button-container{width:100%;max-width:1200px;text-align:left;margin-bottom:2rem;padding:0 24px}.everything-you-need-section .section-title{font-size:2.5rem;color:var(--eys-text-primary);margin-bottom:3rem;font-weight:700;text-align:center}.setup-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;width:100%;margin:0 auto}.step-card{background-color:var(--eys-card-bg);padding:2.5rem;border-radius:var(--eys-border-radius);box-shadow:var(--eys-shadow-light);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--eys-border-color);opacity:0;transform:translateY(20px);animation:fadeInSlideUp .8s ease-out forwards}.step-card:first-child{animation-delay:.1s}.step-card:nth-child(2){animation-delay:.2s}.step-card:nth-child(3){animation-delay:.3s}.step-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.step-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:var(--eys-icon-bg);color:white;margin-bottom:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.15)}.step-icon svg{stroke-width:2.5}.step-content h3{font-size:1.5rem;color:var(--eys-text-primary);margin-bottom:1rem;font-weight:700}.step-content p{font-size:1rem;line-height:1.6;color:var(--eys-text-secondary);margin-bottom:0}.step-content strong{color:var(--eys-text-primary)}.inline-link{color:var(--eys-accent-teal);text-decoration:underline;font-weight:500;transition:color .2s ease}.inline-link:hover{color:#007c7d}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.everything-you-need-section{padding:60px 15px}.everything-you-need-section .back-button-container{padding:0}.everything-you-need-section .section-title{font-size:2rem;margin-bottom:2rem}.setup-steps{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:2rem}.step-icon{width:60px;height:60px}.step-icon svg{font-size:30px}.step-content h3{font-size:1.3rem}.step-content p{font-size:.95rem}}:root{--bg-gradient-start:#ffffff;--bg-gradient-end:#f5f5f5;--text-primary:#333333;--text-secondary:#555555;--accent-color:#00A8A9;--btn-bg-primary:#6A0DAD;--btn-text-light:#FFF;--card-bg:#FFF;--card-shadow:rgba(0,0,0,0.05);--background-light:#ffffff;--background-gray:#f8fafc;--background-dark:#333333;--border-light:#e2e8f0;--success-green:#00A8A9;--warning-orange:#f59e0b;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem}*{box-sizing:border-box}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--background-light);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1{font-size:3.25rem}h1,h2{font-weight:700;line-height:1.3;margin:0;color:var(--text-primary)}h2{font-size:2.25rem}h3{font-size:1.15rem}h3,h4{font-weight:700;line-height:1.3;margin:0;color:var(--text-primary)}h4{font-size:1rem}p{font-size:1.1rem;margin:0;color:var(--text-secondary);line-height:1.7}.centered-text-p{max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border:none;border-radius:var(--radius-md);font-weight:600;font-size:1.05rem;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--btn-bg-primary);color:var(--btn-text-light);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:#5A0CA0}.btn-secondary{background:var(--background-light);color:var(--text-primary);border:2px solid var(--accent-color)}.btn-secondary:hover{background:var(--background-gray);border-color:var(--text-primary)}.btn-large{padding:1.125rem 2.25rem;font-size:1.2rem}.hero{background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--background-gray) 100%);padding:5rem 0 8rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0,rgba(13,15,13,.05) 0,transparent 50%);pointer-events:none}.hero-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-content{max-width:550px;text-align:left}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--accent-color),#007c7d);color:white;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;margin-bottom:2rem;animation:fadeInUp .6s ease .2s both}.hero-title{font-size:3.25rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;color:var(--text-primary)}.hero-description{margin-bottom:2rem;line-height:1.7;animation:fadeInUp .6s ease .6s both;color:var(--text-secondary)}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem;animation:fadeInUp .6s ease .8s both}.stat{text-align:left}.stat-number{font-size:2rem;font-weight:700;color:var(--text-primary)}.stat-label{font-size:.9rem;color:var(--text-secondary);font-weight:500}.hero-actions-container{display:flex;gap:1rem;margin-top:2rem}.hero-actions{display:flex;gap:1rem;animation:fadeInUp .6s ease 1s both}.google-auth{animation:fadeInUp .6s ease 1.2s both}.hero-visual{position:relative;width:45%;animation:fadeInRight .8s ease .6s both}.video-container{position:relative;width:100%;padding-bottom:56.25%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.dashboard-video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-lg)}.pain-points{padding:6rem 0;background:var(--background-light)}.pain-points-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pain-points-intro{text-align:center}.pain-points-intro h2{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--text-primary)}.intro-icon{color:var(--accent-color);width:2.5rem;height:2.5rem;display:none}.pain-points-intro p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);max-width:600px;margin:0 auto}.pain-points-list{display:grid;grid-template-columns:1fr;gap:1.5rem}.pain-point-item{display:flex;gap:1.25rem;padding:1.5rem;background:var(--card-bg);border-left:4px solid var(--accent-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s ease}.pain-point-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pain-point-icon-wrapper{background:var(--accent-color);color:white;padding:.75rem;border-radius:50%;flex-shrink:0;width:3.75rem;height:3.75rem;display:flex;align-items:center;justify-content:center}.pain-point-icon{width:2rem;height:2rem}.pain-point-text h3{margin-bottom:.5rem;font-size:1.2rem;color:var(--text-primary)}.pain-point-text p{font-size:1rem;color:var(--text-secondary)}.thought-leadership{padding:4rem 0;background:var(--background-gray);text-align:center}.thought-leadership .section-header{margin-bottom:0}.thought-leadership .section-header h2{font-size:2.5rem;margin-bottom:1rem}.thought-leadership .section-header p{max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.8}.thought-leadership .section-header p strong{display:block;font-size:1.35rem;color:var(--text-primary);margin-top:1.5rem}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.features{padding:6rem 0;background:var(--background-gray)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--card-bg);padding:2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--card-shadow);transition:all .3s ease;border:1px solid var(--border-light);cursor:pointer}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,var(--text-primary),var(--accent-color));border-radius:var(--radius-lg);margin-bottom:1.5rem}.feature-icon{width:2rem;height:2rem;color:white}.feature-card h3{margin-bottom:1rem}.feature-card p{line-height:1.6}.benefits{padding:6rem 0;background:var(--background-light)}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-text{text-align:left}.benefits-text h2{margin-bottom:1.5rem}.benefits-text p{margin-bottom:2rem;line-height:1.7}.benefits-list{margin-bottom:2.5rem;max-width:none;margin-left:0;margin-right:0}.benefit-item{gap:1rem;margin-bottom:1rem;font-weight:500;color:var(--text-primary)}.benefit-icon,.benefit-item{display:flex;align-items:center}.benefit-icon{justify-content:center;width:2rem;height:2rem;background:linear-gradient(135deg,var(--accent-color),#007c7d);border-radius:50%;color:white;flex-shrink:0}.benefits-visual{position:relative;animation:fadeInRight .8s ease .6s both}.improvement-chart{background:var(--card-bg);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--card-shadow);border:1px solid var(--border-light)}.chart-bars{display:flex;justify-content:space-evenly;align-items:flex-end;gap:2rem}.chart-header h4{font-size:1.25rem;text-align:center;margin-bottom:2rem}.bar-group{flex-direction:column}.bar-container,.bar-group{display:flex;align-items:flex-end;gap:.5rem}.bar-container{height:140px;margin-bottom:1rem;width:100%;justify-content:center}.bar{width:20px;border-radius:4px 4px 0 0;transition:all .3s ease;min-height:20px}.bar.before{background:linear-gradient(to top,var(--btn-bg-primary),#5A0CA0)}.bar.after{background:linear-gradient(to top,var(--accent-color),#007c7d)}.bar-group label{font-size:.95rem;font-weight:500;text-align:center;color:var(--text-secondary);margin-bottom:.25rem}.improvement{font-size:.85rem;font-weight:600;color:var(--success-green);text-align:center}.chart-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.legend-color{width:16px;height:16px;border-radius:var(--radius-sm)}.legend-color.before{background:linear-gradient(to top,var(--btn-bg-primary),#5A0CA0)}.legend-color.after{background:linear-gradient(to top,var(--success-green),#007c7d)}.cta{padding:6rem 0;background:linear-gradient(135deg,var(--text-primary),#444444);color:white;text-align:center}.cta-content h2{margin-bottom:1rem;color:white}.cta-content p{margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;color:rgba(255,255,255,.9)}.footer{background:var(--background-dark);color:white;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:start;margin-bottom:2rem}.footer-brand h3{color:white;margin-bottom:.5rem}.footer-brand p{color:rgba(255,255,255,.7)}.footer-links{display:flex;gap:2rem}.footer-link{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:white}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:rgba(255,255,255,.5);font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(5px)}.modal-content{background:white;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:600px;width:90%;position:relative;animation:modalFadeIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{font-size:1.75rem}.modal-close-button{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-secondary);line-height:1;padding:0;margin-left:1rem}.modal-close-button:hover{color:var(--text-primary)}.modal-body p{margin-bottom:1.5rem;line-height:1.8}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.hero-title{font-size:3rem}.section-header h2{font-size:2.25rem}.benefits-content{grid-template-columns:1fr;gap:3rem}.benefits-text{text-align:center}.benefits-list{max-width:600px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.container{padding:0 1rem}.hero{padding:3rem 0 5rem}.hero-title{font-size:2.25rem}.section-header h2{font-size:2rem}h3{font-size:1.15rem}.centered-text-p,p{font-size:1rem}.pain-points-grid{grid-template-columns:1fr;gap:2rem}.pain-points-intro h2{font-size:2rem}.pain-points-intro p{font-size:1rem}.pain-point-item{flex-direction:row;align-items:center;text-align:left;padding:1.5rem}.pain-point-icon-wrapper{margin-bottom:0;margin-right:1rem}.hero-container{flex-direction:column;align-items:center}.hero-content{max-width:100%;text-align:center;margin-bottom:2rem}.hero-visual{width:80%}.hero-stats{justify-content:center}.stat{text-align:center}.hero-actions-container{flex-direction:column;align-items:center}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}}.tos-wrapper{max-width:1100px;margin:0 auto;padding:32px 20px 64px}.tos-topbar{margin-bottom:16px}.tos-title{font-size:2rem;line-height:1.2;margin:8px 0 4px}.tos-updated{color:#6b7280;font-size:.95rem}.tos-grid{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}@media (max-width:980px){.tos-grid{grid-template-columns:1fr}}.tos-toc{position:sticky;top:24px;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}.tos-toc ul{list-style:none;padding:0;margin:0}.tos-toc li{margin:6px 0}.tos-toc a{color:#374151;text-decoration:none;font-size:.95rem}.tos-toc a:hover{color:#111827;text-decoration:underline}.tos-content h2{font-size:1.25rem;margin:28px 0 8px}.tos-content p{margin:8px 0;color:#111827}.tos-content ul{margin:8px 0 8px 18px}.tos-content li{margin:6px 0}.tos-content address{font-style:normal}.legal-wrapper{max-width:1100px;margin:0 auto;padding:32px 20px 64px}.legal-topbar{margin-bottom:16px}.legal-title{font-size:2rem;line-height:1.2;margin:8px 0 4px}.legal-updated{color:#6b7280;font-size:.95rem}.legal-grid{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}@media (max-width:980px){.legal-grid{grid-template-columns:1fr}}.legal-toc{position:sticky;top:24px;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}.legal-toc ul{list-style:none;padding:0;margin:0}.legal-toc li{margin:6px 0}.legal-toc a{color:#374151;text-decoration:none;font-size:.95rem}.legal-toc a:hover{color:#111827;text-decoration:underline}.legal-content h2{font-size:1.25rem;margin:28px 0 8px}.legal-content h3{font-size:1.05rem;margin:18px 0 6px}.legal-content p{margin:8px 0;color:#111827}.legal-content ul{margin:8px 0 8px 18px}.legal-content li{margin:6px 0}.legal-content address{font-style:normal}.guide-wrapper{max-width:1100px;margin:0 auto;padding:32px 20px 64px}.guide-topbar{margin-bottom:16px}.guide-title{font-size:2rem;line-height:1.2;margin:8px 0 6px}.guide-sub{color:#6b7280;margin:0 0 10px}.btn-link{color:#0ea5e9}.guide-grid{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}@media (max-width:980px){.guide-grid{grid-template-columns:1fr}}.guide-toc{position:sticky;top:24px;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}.toc-heading{font-weight:600;margin:0 0 8px}.guide-toc ul{list-style:none;padding:0;margin:0}.guide-toc li{margin:6px 0}.guide-toc a{color:#374151;text-decoration:none;font-size:.95rem}.guide-toc a:hover{color:#111827;text-decoration:underline}.guide-content h2{font-size:1.25rem;margin:28px 0 8px}.guide-content p{margin:8px 0;color:#111827}.guide-content ol,.guide-content ul{margin:8px 0 8px 18px}.guide-content li{margin:6px 0}.note{background:#f8fafc;border:1px solid #e5e7eb;padding:12px;border-radius:10px}.contact-wrapper{max-width:760px;margin:0 auto;padding:32px 20px 64px}.contact-topbar h1{margin:8px 0 4px}.contact-topbar .sub{color:#6b7280;margin:0 0 16px}.btn-link{color:#6A0DAD;text-decoration:none}.btn-link:hover{text-decoration:underline}.contact-form{display:grid;gap:16px}.contact-form label{display:grid;gap:8px}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font:inherit;width:100%}.contact-form button{background:#6A0DAD;color:#fff;border:0;padding:12px 16px;border-radius:10px;font-weight:600}.contact-form button:hover{background:#0284c7}.field-error{color:#b91c1c;font-style:normal;font-size:.9rem}.alert{padding:12px 14px;border-radius:10px;margin:12px 0;border:1px solid transparent}.alert-error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.alert-success{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}