@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-bg:#fff;--color-bg-secondary:#f8fafc;--color-text:#0f172a;--color-text-muted:#64748b;--color-primary:#10b981;--color-primary-hover:#059669;--color-primary-light:#d1fae5;--color-secondary:#3b82f6;--color-border:#e2e8f0;--color-card-bg:#ffffffb3;--glass-border:#ffffff80;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--gradient-primary:linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-text:linear-gradient(135deg, #0f172a 0%, #334155 100%);--font-family:"Inter", system-ui, -apple-system, sans-serif;--container-width:1200px;--border-radius:12px;--border-radius-lg:24px}@media (prefers-color-scheme:dark){:root{--color-bg:#0f172a;--color-bg-secondary:#1e293b;--color-text:#f8fafc;--color-text-muted:#94a3b8;--color-primary:#10b981;--color-primary-hover:#34d399;--color-primary-light:#064e3b;--color-border:#334155;--color-card-bg:#1e293bb3;--glass-border:#ffffff1a;--gradient-text:linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%)}}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:700;line-height:1.2}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}.text-gradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-primary{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.glass-panel{background:var(--color-card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:var(--shadow-lg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-fade-in-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-float{animation:6s ease-in-out infinite float}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.zetrack-wordmark{letter-spacing:-.02em;font-weight:800;line-height:1}.zetrack-wordmark--sm{font-size:1rem}.zetrack-wordmark--md{font-size:1.25rem}.zetrack-wordmark--lg{font-size:1.5rem}.zetrack-ze{color:#2563eb}.zetrack-track{color:#22c55e}.navbar-brand{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.navbar{z-index:100;background-color:rgba(var(--color-bg-rgb), .8);-webkit-backdrop-filter:blur(10px);justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.navbar-logo{letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo-icon{background:var(--gradient-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex}.navbar-links{gap:2rem;display:none}@media (width>=768px){.navbar-links{display:flex}}.navbar-links a{color:var(--color-text-muted);font-size:.95rem;font-weight:500}.navbar-links a:hover{color:var(--color-text)}.navbar-actions{align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--color-primary);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:.6rem 1.2rem;font-weight:600;transition:all .2s;color:#fff!important}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--color-text);font-weight:600}.btn-secondary:hover{color:var(--color-primary)}.hero{align-items:center;gap:4rem;padding:6rem 1.5rem;display:grid}@media (width>=1024px){.hero{grid-template-columns:1fr 1fr;padding:8rem 1.5rem 4rem}}.hero-content{max-width:600px}.badge{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem}@media (width>=768px){.hero-title{font-size:4rem}}.hero-subtitle{color:var(--color-text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.btn-lg{padding:.875rem 1.5rem;font-size:1.05rem}.btn-outline{color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--border-radius);background:0 0;padding:.875rem 1.5rem;font-weight:600;transition:all .2s}.btn-outline:hover{background:var(--color-bg-secondary);border-color:var(--color-text-muted)}.hero-trust{color:var(--color-text-muted);flex-wrap:wrap;gap:1.5rem;font-size:.875rem;display:flex}.trust-item{align-items:center;display:flex}.hero-visual{width:100%;height:100%;min-height:400px;position:relative}.mockup-container{width:100%;height:100%;position:relative}.mockup-browser{border:1px solid var(--color-border);width:100%;height:400px;box-shadow:var(--shadow-xl);background:#f8fafc;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}[data-theme=dark] .mockup-browser{background:#0f172a}.browser-header{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.window-controls{gap:.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.browser-url{background:var(--color-bg);color:var(--color-text-muted);text-align:center;border:1px solid var(--color-border);border-radius:4px;flex:1;padding:.2rem 1rem;font-size:.75rem}.dt-dash-body{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow:hidden}.dt-dash-header{justify-content:space-between;align-items:center;display:flex}.dt-dash-title{font-size:1.25rem;font-weight:700}.dt-dash-subtitle{color:#64748b;font-size:.75rem}.dt-btn-primary{background:var(--color-primary);color:#fff;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:600}.dt-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.dt-stat-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:.75rem;box-shadow:0 1px 2px #0000000d}.dt-stat-value{font-size:1.25rem;font-weight:700}.dt-stat-label{color:#64748b;margin-top:.25rem;font-size:.65rem}.dt-ticket-group{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.dt-group-header{border-bottom:1px solid var(--color-border);background:#00000005;padding:.6rem .875rem}[data-theme=dark] .dt-group-header{background:#ffffff05}.dt-group-title{align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.dt-status-dot{border-radius:50%;width:8px;height:8px}.bg-blue{background:#3b82f6}.bg-green{background:#10b981}.dt-count{background:var(--color-bg-secondary);color:var(--color-text-muted);border-radius:10px;padding:.1rem .4rem;font-size:.65rem}.dt-ticket-row{border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;padding:.6rem .875rem;display:flex}.dt-ticket-row:last-child{border-bottom:none}.dt-ticket-id{min-width:40px;font-size:.75rem;font-weight:600}.dt-ticket-info{flex:1}.dt-ticket-title{color:var(--color-primary);margin-bottom:.2rem;font-size:.8rem;font-weight:500}.dt-ticket-meta{color:#64748b;font-size:.65rem}.dt-btn-green{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;padding:.25rem .5rem;font-size:.65rem;font-weight:600}[data-theme=dark] .dt-btn-green{color:#34d399;background:#10b9811a;border-color:#10b98133}.mockup-mobile{z-index:10;background:#f8fafc;border:6px solid #1e293b;border-radius:24px;flex-direction:column;gap:.875rem;width:260px;height:380px;padding:1.25rem;display:flex;position:absolute;bottom:-20px;right:-20px;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}[data-theme=dark] .mockup-mobile{background:#0f172a}.dt-portal-tenant{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.dt-portal-logo{background:var(--color-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.dt-portal-name{font-size:1.1rem;font-weight:700}.dt-portal-card{background:var(--color-bg);border:1px solid var(--color-border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;padding:1rem;display:flex;box-shadow:0 1px 2px #0000000d}.dt-portal-status-label{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:.5rem;font-size:.6rem;font-weight:600}.badge-green{color:#fff;background:#10b981;border-radius:12px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.dt-portal-headline{font-size:.9rem;font-weight:600}.dt-portal-grid{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;grid-template-columns:1fr 1fr;gap:.75rem;padding:.875rem;display:grid}.dt-pg-label{color:#64748b;margin-bottom:.2rem;font-size:.6rem}.dt-pg-value{font-size:.75rem;font-weight:500}.dt-portal-wa-btn{color:#fff;background:#16a34a;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.75rem;font-weight:600;display:flex;box-shadow:0 1px 2px #0000001a}.timeline-card{text-align:left;align-items:flex-start}.timeline-title{margin-bottom:.75rem;font-size:.8rem;font-weight:600}.timeline-item{gap:.5rem;display:flex}.t-dot{background:var(--color-primary);border-radius:50%;width:8px;height:8px;margin-top:4px}.t-text{font-size:.75rem;font-weight:500}.t-date{color:#64748b;margin-top:.1rem;font-size:.6rem}.problem-solution{padding:5rem 1.5rem}.section-header{margin-bottom:4rem}.text-center{text-align:center}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.problems-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:6rem;display:grid}@media (width>=768px){.problems-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.problems-grid{grid-template-columns:repeat(4,1fr)}}.problem-card{background-color:var(--color-bg-secondary);border-radius:var(--border-radius);border:1px solid var(--color-border);padding:2rem;transition:transform .3s,box-shadow .3s}.problem-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.problem-card .icon{background:var(--color-bg);width:50px;height:50px;box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2rem;display:flex}.problem-card h3{margin-bottom:.75rem;font-size:1.25rem}.problem-card p{color:var(--color-text-muted);font-size:.95rem}.value-proposition{padding-top:2rem}.vp-header{margin-bottom:4rem}.vp-header h2{margin-bottom:1rem;font-size:2.5rem}.subtitle-large{color:var(--color-text-muted);max-width:700px;margin:0 auto;font-size:1.25rem;font-weight:500}.vp-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.vp-grid{grid-template-columns:repeat(2,1fr)}}.vp-item{gap:1.5rem;padding:2rem;transition:transform .3s;display:flex}.vp-item:hover{transform:translateY(-5px)}.vp-icon{background:var(--gradient-primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 10px #10b9814d}.vp-content h3{margin-bottom:.75rem;font-size:1.25rem}.vp-content p{color:var(--color-text-muted);line-height:1.5}.how-it-works{padding:5rem 1.5rem;position:relative}.steps-container{flex-direction:column;gap:3rem;max-width:800px;margin:0 auto;display:flex;position:relative}.steps-container:before{content:"";background:var(--color-border);z-index:0;width:2px;position:absolute;top:0;bottom:0;left:24px}@media (width>=768px){.steps-container:before{left:50%;transform:translate(-50%)}}.step-item{z-index:1;align-items:center;gap:2rem;display:flex;position:relative}@media (width<=767px){.step-item{flex-direction:column;align-items:flex-start;padding-left:60px}}.step-number{background:var(--color-bg);border:2px solid var(--color-primary);width:48px;height:48px;color:var(--color-primary);box-shadow:0 0 0 8px var(--color-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}@media (width<=767px){.step-number{position:absolute;top:0;left:0}}@media (width>=768px){.step-item{justify-content:space-between}.step-item.reverse{flex-direction:row-reverse}.step-item .step-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step-content{width:calc(50% - 3rem)}}.step-content{padding:2rem;transition:transform .3s,border-color .3s}.step-content:hover{border-color:var(--color-primary);transform:translateY(-3px)}.step-content h3{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem}.step-content p{color:var(--color-text-muted);line-height:1.6}.step-visual{width:100%;margin-top:1.5rem}@media (width>=768px){.step-visual{width:calc(50% - 3rem);margin-top:0}}.sv-mockup{background:var(--color-bg);border:1px solid var(--color-border);text-align:left;border-radius:12px;padding:1.5rem;font-size:.875rem;box-shadow:0 10px 25px -5px #0000001a}[data-theme=dark] .sv-mockup{background:#1e293b}.sv-header{color:var(--color-text);border-bottom:1px solid var(--color-border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.sv-field{margin-bottom:.75rem}.sv-label{color:#64748b;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:600}.sv-input{background:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem}.sv-textarea{min-height:60px}.sv-btn{background:var(--color-primary);color:#fff;text-align:center;cursor:default;border-radius:8px;margin-top:1rem;padding:.6rem;font-weight:600}.sv-wa{background:#efeae2;position:relative;overflow:hidden}[data-theme=dark] .sv-wa{background:#0b141a}.wa-message{color:#111b21;background:#d9fdd3;border-radius:0 8px 8px;padding:.75rem 1rem;font-size:.85rem;line-height:1.4;position:relative;box-shadow:0 1px .5px #0b141a21}[data-theme=dark] .wa-message{color:#e9edef;background:#005c4b}.wa-link{color:#027eb5;text-decoration:underline}[data-theme=dark] .wa-link{color:#53bdeb}.sv-log-item{gap:.75rem;margin-bottom:1rem;display:flex}.sv-log-item:last-child{margin-bottom:0}.sv-log-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px}.sv-log-title{color:var(--color-text);font-weight:600}.sv-log-meta{color:var(--color-text-muted);margin-top:.2rem;font-size:.7rem}.sv-checkout{flex-direction:column;align-items:center;display:flex}.sv-icon-alert{color:#854d0e;background:#fef08a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}[data-theme=dark] .sv-icon-alert{color:#facc15;background:#eab30833}.sv-text{color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.5}.sv-checkout-actions{gap:.75rem;width:100%;display:flex}.sv-btn-outline{border:1px solid var(--color-border);color:var(--color-text);text-align:center;background:0 0;border-radius:8px;flex:1;padding:.6rem;font-weight:600}.sv-btn{flex:1;margin-top:0}.bg-orange-500{background-color:#f97316}.bg-blue-500{background-color:#3b82f6}.bg-gray-500{background-color:#6b7280}.features{padding:5rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.feature-card:hover{background-color:var(--color-bg);border-color:var(--color-primary-light);transform:translateY(-2px)}.feature-check{color:var(--color-primary);flex-shrink:0;font-size:1.25rem;font-weight:800}.feature-content h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.1rem}.feature-content p{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.benefits{background-color:var(--color-bg-secondary);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:5rem 0}.benefits-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-col{background:var(--color-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:1px solid var(--color-border);transition:transform .3s;overflow:hidden}.benefit-col:hover{transform:translateY(-5px)}.benefit-header{color:#fff;text-align:center;padding:1.5rem}.benefit-header h3{color:#fff;margin:0;font-size:1.2rem}.bg-primary{background:var(--color-primary)}.bg-secondary{background:var(--color-secondary)}.bg-tertiary{background:#8b5cf6}.benefit-list{padding:1.5rem;list-style:none}.benefit-list li{color:var(--color-text-muted);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.benefit-list li:before{content:"→";color:var(--color-primary);font-weight:700;position:absolute;left:0}.trust-faq{padding:5rem 1.5rem}.trust-section{margin-bottom:6rem}.trust-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{background:var(--color-bg);border:1px solid var(--color-border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}[data-theme=dark] .trust-item{background:#1e293b;box-shadow:0 4px 6px -1px #0003}.trust-item:hover{border-color:var(--color-primary-light);transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.trust-icon{background:var(--color-bg-secondary);width:64px;height:64px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}[data-theme=dark] .trust-icon{background:#3b82f61a}.trust-item h4{color:var(--color-text);margin:0;font-size:1.1rem}.trust-item p{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.5}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:var(--color-primary-light)}.faq-q{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.faq-q h3{margin:0;font-size:1.1rem}.faq-icon{color:var(--color-primary);font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-a{opacity:0;max-height:0;padding:0 1.5rem;transition:all .3s}.faq-item.active .faq-a{opacity:1;max-height:200px;padding:0 1.5rem 1.5rem}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-a p{color:var(--color-text-muted);margin:0;line-height:1.6}.contact{margin-bottom:3rem;padding:5rem 1.5rem}.contact-wrapper{grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto;display:grid}@media (width>=768px){.contact-wrapper{grid-template-columns:1fr 1.5fr}}.contact-info{flex-direction:column;padding:2rem;display:flex}.contact-info h3{margin-bottom:.5rem;font-size:1.5rem}.contact-info p{color:var(--color-text-muted);margin-bottom:2rem}.info-items{flex-direction:column;gap:1.5rem;display:flex}.info-item{align-items:flex-start;gap:1rem;display:flex}.info-icon{color:var(--color-primary);flex-shrink:0;margin-top:.2rem}.info-item h4{margin:0 0 .2rem;font-size:1rem}.info-item span{color:var(--color-text-muted);font-size:.9rem}.contact-form-container{padding:2rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-text);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #10b9811a}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus{box-shadow:0 0 0 3px #10b98133}.btn-submit{cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;display:flex}.btn-submit.sending{opacity:.7;cursor:not-allowed}.btn-submit.sent{background-color:var(--color-secondary)}.footer{background-color:var(--color-bg);padding-top:5rem}.footer-cta{background:var(--gradient-primary);color:#fff;border:none;margin-bottom:5rem;padding:4rem 2rem}.footer-cta h2{color:#fff;margin-bottom:1rem}.footer-cta p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.footer-cta .btn-primary{background:#fff;color:var(--color-primary)!important}.footer-cta .btn-primary:hover{background:var(--color-bg-secondary)}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:4rem;display:flex}.footer-brand{max-width:300px}.footer-desc{color:var(--color-text-muted);margin-top:1rem;font-size:.9rem}.footer-links{gap:4rem;display:flex}.link-group h4{margin-bottom:1rem;font-size:1rem}.link-group a{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;display:block}.link-group a:hover{color:var(--color-primary)}.footer-bottom{border-top:1px solid var(--color-border);color:var(--color-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;font-size:.85rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--color-text-muted)}
