.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:4.5rem}.navbar-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary)}.navbar-logo-img{height:2.5rem;width:auto}.navbar-menu,.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{font-weight:500;color:var(--text);transition:color .2s ease}.navbar-links a:hover{color:var(--primary)}.navbar-cta{padding:.625rem 1.25rem}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text)}@media(max-width:768px){.navbar-toggle{display:block}.navbar-menu{position:fixed;top:4.5rem;left:0;right:0;bottom:0;background:#fff;flex-direction:column;justify-content:flex-start;padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .3s ease}.navbar-menu.active{transform:translate(0)}.navbar-links{flex-direction:column;gap:1.5rem}.navbar-links a{font-size:1.125rem}.navbar-cta{width:100%;text-align:center}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:1rem;width:100%;max-width:900px;height:80vh;max-height:700px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.modal-title{font-weight:600;color:var(--text)}.modal-close{background:none;border:none;cursor:pointer;color:var(--text-light);padding:.5rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--background-muted);color:var(--text)}.modal-body{flex:1;overflow:hidden}.modal-body iframe{width:100%;height:100%;border:none}.modal-content-custom{height:auto;max-height:90vh;max-width:500px}.modal-content-custom .modal-body{padding:1.5rem;overflow-y:auto}@media(max-width:768px){.modal-overlay{padding:1rem}.modal-content{height:90vh;max-height:none}}.hero{min-height:100vh;display:flex;align-items:center;padding-top:4.5rem;background:linear-gradient(to bottom,#ede9fe,#f5f3ff 15%,#fff 25% 75%,#f5f3ff 85%,#ede9fe);overflow:hidden;position:relative}.hero-container{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:center}.hero-content{max-width:600px}.hero-headline{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text)}.rotating-word{display:inline-block;color:var(--primary);transition:opacity .3s ease,transform .3s ease}.rotating-word.fade-out{opacity:0;transform:translateY(-10px)}.rotating-word.fade-in{opacity:1;transform:translateY(0)}.hero-subheadline{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image,.hero-video{width:100%;max-width:750px;border-radius:1rem;box-shadow:var(--shadow-lg)}.hero-image{animation:float 6s ease-in-out infinite}.hero-graphic{width:100%;max-width:500px;aspect-ratio:1;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:2rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);animation:float 6s ease-in-out infinite}.hero-graphic-inner{width:80%;height:80%;background:#fff3;border-radius:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-headline{font-size:2.5rem}.hero-cta-group{justify-content:center}.hero-graphic,.hero-image,.hero-video{max-width:450px}}@media(max-width:480px){.hero-headline{font-size:2rem}.hero-cta-group{flex-direction:column}.hero-cta-group .btn{width:100%}}.logos-section{padding:3rem 0;background:var(--background-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.logos-title{text-align:center;color:var(--text-light);font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.logos-track{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.logos-slide{display:flex;gap:4rem;animation:scroll 30s linear infinite}.logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:150px;height:50px}.logo-img{max-height:40px;max-width:140px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.logo-img:hover{filter:grayscale(0%);opacity:1}.logo-placeholder{font-weight:600;color:var(--text-light);font-size:1.125rem;white-space:nowrap}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-750px - 20rem))}}@media(max-width:768px){.logos-slide{gap:2rem}.logo-item{min-width:120px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-600px - 10rem))}}}.analyzer{background:linear-gradient(135deg,var(--background-dark) 0%,#1e293b 100%);color:#fff}.analyzer .section-title{color:#fff}.analyzer .section-subtitle{color:#ffffffb3}.analyzer-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;max-width:900px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.analyzer-form{margin-bottom:0}.honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0}.input-group{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding:.25rem;transition:border-color .2s}.input-group:focus-within{border-color:var(--primary)}.input-icon{color:#ffffff80;margin-left:1rem;flex-shrink:0}.url-input{flex:1;background:transparent;border:none;padding:1rem;color:#fff;font-size:1rem;outline:none}.url-input::placeholder{color:#ffffff80}.analyze-btn{flex-shrink:0;padding:.875rem 1.5rem}.analyze-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.analyzer-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:1rem;border-radius:.5rem;margin-top:1rem;text-align:center}.analyzer-results{margin-top:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--score-high: #22c55e;--score-medium: #eab308;--score-low: #f97316;--score-critical: #ef4444}.score-header{display:flex;align-items:flex-start;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.score-info{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding-top:.25rem;padding-left:2.5rem}.score-grade{font-size:2rem;font-weight:700;margin-bottom:.5rem}.score-description{color:#ffffffb3;font-size:.95rem;line-height:1.5}.coming-soon-note{display:block;color:#ffffff80;font-size:.85rem;margin-top:.25rem}.pillar-ring-chart{display:flex;flex-direction:row;align-items:flex-end;gap:1.5rem}.pillar-ring-chart svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));flex-shrink:0}.pillar-legend{display:flex;flex-direction:column;gap:.35rem;justify-content:flex-end;min-width:140px}.legend-item{display:flex;align-items:center;gap:.45rem;font-size:.7rem}.legend-item.disabled{opacity:.5}.legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.legend-label{flex:1;color:#fffc;display:flex;align-items:center;gap:.35rem}.legend-label .locked-badge{display:inline-flex;align-items:center;gap:.15rem;font-size:.55rem;font-weight:600;background:#ffffff26;padding:.1rem .3rem;border-radius:.2rem;color:#ffffffb3;letter-spacing:.03em}.legend-label .locked-badge svg{width:9px;height:9px;flex-shrink:0}.legend-score{font-weight:600;font-size:.7rem}.result-summary{padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.result-summary p{color:#ffffffe6;font-size:1.05rem;line-height:1.7}.checks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.check-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.25rem}.check-card.passed{border-color:#22c55e4d}.check-card.failed{border-color:#ef44444d}.check-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.check-header h4{flex:1;font-size:1rem;font-weight:600}.check-score{font-size:.875rem;color:#fff9}.check-icon.passed{color:var(--score-high)}.check-icon.failed{color:var(--score-critical)}.check-details{font-size:.8rem;color:#fff9;margin-bottom:1rem}.findings-list{display:flex;flex-direction:column;gap:.5rem}.finding-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#fffc}.finding-icon{flex-shrink:0;margin-top:2px}.finding-success{color:var(--score-high)}.finding-warning{color:var(--score-medium)}.finding-error{color:var(--score-critical)}.full-report-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:.75rem}.full-report-cta p{font-weight:500}.full-report-cta .btn{background:#fff;color:var(--primary-dark);flex-shrink:0}.full-report-cta .btn:hover{background:#ffffffe6}.cached-note{text-align:center;font-size:.8rem;color:#ffffff80;margin-top:1rem}.email-modal-content{text-align:center;padding:1rem}.email-modal-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text)}.email-modal-content p{color:var(--text-light);margin-bottom:1.5rem}.email-form{display:flex;flex-direction:column;gap:1rem}.email-form .input-group{background:var(--background-muted);border-color:var(--border)}.email-input{flex:1;background:transparent;border:none;padding:1rem;color:var(--text);font-size:1rem;outline:none}.email-form .input-icon{color:var(--text-light)}.email-disclaimer{font-size:.75rem;color:var(--text-light);margin-top:1rem}.email-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.email-success{padding:2rem 0}.email-success .success-icon{color:var(--score-high);margin-bottom:1rem}.email-success h3{margin-bottom:.5rem}.email-success p{margin-bottom:1.5rem}@media(max-width:768px){.analyzer-card{padding:1.25rem}.input-group{flex-direction:column;padding:0;background:transparent;border:none}.input-group:focus-within{border-color:transparent}.url-input{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding-left:3rem}.input-group{position:relative}.input-icon{position:absolute;left:1rem;top:1rem;margin-left:0;z-index:1}.analyze-btn{width:100%;margin-top:.75rem}.score-header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.score-info{padding-top:0;padding-left:0}.pillar-ring-chart{flex-direction:column;align-items:center}.pillar-ring-chart svg{width:160px;height:160px}.pillar-legend{flex-direction:row;flex-wrap:wrap;justify-content:center;min-width:auto;gap:.5rem 1rem}.legend-item{flex:0 0 auto}.legend-label .locked-badge{font-size:.55rem;padding:.1rem .3rem}.legend-label .locked-badge svg{width:9px;height:9px;flex-shrink:0}.checks-grid{grid-template-columns:1fr}.full-report-cta{flex-direction:column;text-align:center}.full-report-cta .btn{width:100%}}.features{background:var(--background)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2rem;background:var(--background);border:1px solid var(--border);border-radius:1rem;transition:all .3s ease}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border-radius:.75rem;margin-bottom:1.25rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.feature-description{color:var(--text-light);line-height:1.6}@media(max-width:968px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}.stats{background:var(--background-dark);color:#fff}.stats .section-title{color:#fff}.stats .section-subtitle{color:#ffffffb3}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem 1rem}.stat-value{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.stat-description{font-size:.875rem;color:#fff9}@media(max-width:968px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.stat-value{font-size:2.5rem}}.about{background:var(--background)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-title{font-size:2.5rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.about-description{font-size:1.125rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.about-highlights{list-style:none}.about-highlights li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text)}.about-highlights li:before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--primary);border-radius:50%}.about-visual{display:flex;justify-content:center;align-items:center}.about-image{width:100%;max-width:500px;border-radius:1rem;box-shadow:var(--shadow-lg)}.about-placeholder{width:100%;max-width:500px;aspect-ratio:4/3;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:1rem;opacity:.8}@media(max-width:968px){.about-grid{grid-template-columns:1fr;text-align:center}.about-title{font-size:2rem}.about-highlights{display:inline-block;text-align:left}}.pricing{background:var(--background-muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:1rem;padding:2.5rem 2rem;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:scale(1.05)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pricing-name{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:1rem}.pricing-price{margin-bottom:1rem}.price-amount{font-size:3rem;font-weight:800;color:var(--text)}.price-period{font-size:1rem;color:var(--text-light)}.pricing-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.pricing-features{flex:1;margin-bottom:2rem}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:var(--text)}.pricing-features li svg{color:var(--primary);flex-shrink:0;margin-top:.125rem}.pricing-card .btn{width:100%;text-align:center}@media(max-width:968px){.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.featured{transform:none;order:-1}}.testimonials{background:var(--background-muted)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow)}.testimonial-stars{display:flex;gap:.25rem;color:#fbbf24;margin-bottom:1rem}.testimonial-quote{font-size:1.125rem;line-height:1.7;color:var(--text);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem}.testimonial-name{font-weight:600;color:var(--text)}.testimonial-role{font-size:.875rem;color:var(--text-light)}@media(max-width:968px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.testimonials-grid{grid-template-columns:1fr}}.faq{background:var(--background)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:.75rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:var(--primary)}.faq-item.open{border-color:var(--primary);box-shadow:var(--shadow)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;color:var(--text);text-align:left}.faq-icon{transition:transform .3s ease;color:var(--text-light);flex-shrink:0;margin-left:1rem}.faq-item.open .faq-icon{transform:rotate(180deg);color:var(--primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.25rem;color:var(--text-light);line-height:1.7}@media(max-width:600px){.faq-question{font-size:1rem;padding:1rem 1.25rem}.faq-answer p{padding:0 1.25rem 1rem}}.contact{background:var(--background-muted)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item svg{color:var(--primary);flex-shrink:0;margin-top:.25rem}.contact-item h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.contact-item a,.contact-item p{color:var(--text-light);transition:color .2s ease}.contact-item a:hover{color:var(--primary)}.contact-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:var(--text);margin-bottom:.5rem}.form-group label .required{color:#dc2626}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-group select{background:#fff;cursor:pointer}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-success{background:#ecfdf5;color:#065f46;padding:1rem;border-radius:.5rem;text-align:center;font-weight:500}.form-error{background:#fef2f2;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem;margin-top:1rem;font-size:.875rem}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info{order:2}.contact-form{order:1}}.cta-section{padding:6rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem}.cta-button{background:#fff;color:var(--primary);padding:1rem 2rem;font-size:1.125rem}.cta-button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 20px #0003}@media(max-width:600px){.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}}.footer{background:var(--background-dark);color:#fffc;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-description{color:#fff9;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:.5rem;color:#fffc;transition:all .2s ease}.social-link:hover{background:var(--primary);color:#fff}.footer-column-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#fff9;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#ffffff80;font-size:.875rem}@media(max-width:968px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--accent: #818cf8;--text: #1f2937;--text-light: #6b7280;--background: #ffffff;--background-dark: #0f172a;--background-muted: #f8fafc;--border: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text);background:var(--background);line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-light);text-align:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.container{padding:0 1rem}}
