.content-hero{background:var(--bg-primary);padding:10rem 1.5rem 5rem;position:relative;overflow:hidden}.content-hero-glow{filter:blur(120px);pointer-events:none;opacity:.4;border-radius:50%;position:absolute}.content-hero-glow-1{background:radial-gradient(circle,#3b82f640 0%,#0000 70%);width:600px;height:600px;animation:20s ease-in-out infinite contentGlowFloat;top:-200px;right:-100px}.content-hero-glow-2{background:radial-gradient(circle,#06b6d433 0%,#0000 70%);width:500px;height:500px;animation:20s ease-in-out infinite reverse contentGlowFloat;bottom:-150px;left:-100px}@keyframes contentGlowFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}}.content-hero-inner{z-index:10;text-align:center;max-width:800px;margin:0 auto;position:relative}.content-hero-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-blue);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.content-hero-label:before,.content-hero-label:after{content:"";background:linear-gradient(90deg,transparent,var(--accent-blue),transparent);width:24px;height:1px}.content-hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;line-height:1.1}.content-hero-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.content-hero-description{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.7}.content-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.feature-grid-section{background:var(--bg-primary);padding:5rem 1.5rem;position:relative}.feature-grid-container{max-width:1200px;margin:0 auto}.feature-grid-header{text-align:center;margin-bottom:3rem}.feature-grid-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.feature-grid-subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1rem}.feature-grid{grid-template-columns:repeat(var(--columns,3),1fr);gap:1.5rem;display:grid}@media (max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.feature-grid{grid-template-columns:1fr}}.feature-grid-card{background:var(--bg-secondary);border:1px solid var(--glass-border);animation:.5s both fadeInUp;animation-delay:var(--delay,0s);border-radius:16px;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-grid-card:hover{border-color:var(--glass-border-hover);transform:translateY(-4px)}.feature-grid-card-glow{pointer-events:none;opacity:0;background:radial-gradient(at top,#3b82f60d 0%,#0000 60%);border-radius:16px;transition:opacity .3s;position:absolute;inset:0}.feature-grid-card:hover .feature-grid-card-glow{opacity:1}.feature-grid-card-icon{background:var(--gradient-subtle);border:1px solid var(--glass-border);width:48px;height:48px;color:var(--accent-blue);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-grid-card-title{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature-grid-card-description{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.feature-list-section{background:var(--bg-primary);padding:4rem 1.5rem}.feature-list-container{max-width:800px;margin:0 auto}.feature-list-header{margin-bottom:2rem}.feature-list-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:400}.feature-list-subtitle{color:var(--text-secondary);font-size:.95rem}.feature-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.feature-list-item{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:12px;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.feature-list-item:hover{border-color:var(--glass-border-hover);background:var(--bg-tertiary)}.feature-list-icon{width:24px;height:24px;color:var(--accent-blue);background:#3b82f626;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-list-content{flex:1}.feature-list-item-title{color:var(--text-primary);margin-bottom:.25rem;font-weight:500;display:block}.feature-list-item-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.cta-section{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:6rem 1.5rem;position:relative;overflow:hidden}.cta-section-glow{pointer-events:none;background:radial-gradient(#3b82f61f 0%,#0000 70%);width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section-inner{z-index:10;text-align:center;max-width:700px;margin:0 auto;position:relative}.cta-section-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.cta-section-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.cta-section-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.cta-section-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.cta-section-button-primary{background:var(--gradient-main);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.cta-section-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f666}.cta-section-button-secondary{border:1px solid var(--glass-border);color:var(--text-secondary);font-family:var(--font-body);background:0 0;border-radius:14px;align-items:center;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cta-section-button-secondary:hover{border-color:var(--glass-border-hover);color:var(--text-primary);background:var(--glass-bg)}.cta-section-compact{background:var(--bg-secondary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:3rem 1.5rem}.cta-compact-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.cta-compact-content{flex:1;min-width:280px}.cta-compact-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:400}.cta-compact-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.cta-compact-description{color:var(--text-secondary);font-size:.95rem}.cta-compact-actions{flex-shrink:0}.cta-compact-button-primary{background:var(--gradient-main);color:#fff;font-family:var(--font-body);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.cta-compact-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #3b82f659}.pricing-teaser-card-section{background:var(--bg-primary);padding:5rem 1.5rem}.pricing-teaser-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:20px;max-width:480px;margin:0 auto;padding:2.5rem;position:relative;overflow:hidden}.pricing-teaser-card-glow{pointer-events:none;background:radial-gradient(at top,#3b82f626 0%,#0000 70%);width:300px;height:150px;position:absolute;top:0;left:50%;transform:translate(-50%)}.pricing-teaser-card-badge{background:var(--gradient-subtle);border:1px solid var(--glass-border);color:var(--accent-blue);border-radius:100px;align-items:center;gap:.375rem;margin-bottom:1.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex;position:relative}.pricing-teaser-card-content{position:relative}.pricing-teaser-card-plans{justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.pricing-teaser-plan{text-align:center}.pricing-teaser-plan.featured{background:var(--glass-bg);border-radius:12px;margin:-1rem;padding:1rem}.pricing-teaser-plan-name{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.pricing-teaser-plan-price{justify-content:center;align-items:baseline;gap:.125rem;margin-bottom:.25rem;display:flex}.pricing-teaser-amount{font-family:var(--font-display);color:var(--text-primary);font-size:2.25rem;font-weight:400}.pricing-teaser-period{color:var(--text-tertiary);font-size:.875rem}.pricing-teaser-plan-desc{color:var(--text-secondary);font-size:.8rem}.pricing-teaser-plan-divider{background:var(--glass-border);width:1px;height:60px}.pricing-teaser-features{flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.pricing-teaser-features li{color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pricing-teaser-features li svg{color:var(--accent-emerald)}.pricing-teaser-cta{background:var(--gradient-main);color:#fff;width:100%;font-family:var(--font-body);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.pricing-teaser-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f666}.pricing-teaser-inline{background:var(--bg-tertiary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:2rem 1.5rem}.pricing-teaser-inline-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.pricing-teaser-inline-content{flex:1}.pricing-teaser-inline-text{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem}.pricing-teaser-inline-text strong{color:var(--accent-blue);font-weight:600}.pricing-teaser-inline-note{color:var(--text-tertiary);font-size:.85rem}.pricing-teaser-inline-cta{background:var(--gradient-main);color:#fff;font-family:var(--font-body);border:none;border-radius:10px;align-items:center;gap:.375rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.pricing-teaser-inline-cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px #3b82f659}.pricing-teaser-comparison{align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.pricing-teaser-comparison-item{flex-direction:column;gap:.125rem;display:flex}.pricing-teaser-comparison-item.ours{text-align:left}.pricing-teaser-comparison-item.theirs{text-align:right;opacity:.6}.pricing-teaser-comparison-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:.75rem;font-weight:600}.pricing-teaser-comparison-price{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem}.pricing-teaser-comparison-item.ours .pricing-teaser-comparison-price{color:var(--accent-blue)}.pricing-teaser-comparison-price span{opacity:.7;font-size:.875rem}.pricing-teaser-comparison-vs{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}@media (max-width:768px){.content-hero{padding:8rem 1.25rem 4rem}.cta-compact-inner,.pricing-teaser-inline-inner{text-align:center;flex-direction:column}.pricing-teaser-comparison{justify-content:center}}.comparison-table-section{background:var(--bg-primary);padding:4rem 1.5rem}.comparison-table-container{max-width:900px;margin:0 auto}.comparison-table-title{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:400}.comparison-table-wrapper{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden}.comparison-table{border-collapse:collapse;width:100%}.comparison-table thead{background:var(--bg-tertiary)}.comparison-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);text-align:center;border-bottom:1px solid var(--glass-border);padding:1.25rem 1rem;font-size:.8rem;font-weight:600}.comparison-th-feature{width:50%;text-align:left!important}.comparison-th-ours,.comparison-th-theirs{width:25%}.comparison-th-badge{border-radius:100px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.comparison-th-badge.ours{background:var(--gradient-main);color:#fff}.comparison-th-badge.theirs{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary)}.comparison-table tbody tr{transition:background .2s}.comparison-table tbody tr:hover{background:#ffffff05}.comparison-table td{border-bottom:1px solid var(--glass-border);padding:1rem}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-td-feature{color:var(--text-primary);font-size:.95rem}.comparison-td-value{text-align:center}.comparison-value{justify-content:center;align-items:center;gap:.25rem;display:inline-flex}.comparison-value-yes{color:var(--accent-emerald)}.comparison-value-no{color:var(--text-muted)}.comparison-value-soon{color:var(--text-tertiary);font-size:.8rem}.comparison-value-text{color:var(--text-secondary);background:var(--glass-bg);border-radius:6px;padding:.25rem .5rem;font-size:.85rem}.comparison-advantages{background:var(--bg-secondary);padding:5rem 1.5rem}.comparison-advantages-container{max-width:1000px;margin:0 auto}.comparison-advantages-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.comparison-advantages-grid{grid-template-columns:1fr}}.comparison-advantages-card{background:var(--bg-tertiary);border:1px solid var(--glass-border);border-radius:16px;padding:2rem}.comparison-advantages-card.ours{border-color:#3b82f633}.comparison-advantages-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.comparison-advantages-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.comparison-advantages-icon.ours{background:var(--gradient-main)}.comparison-advantages-icon.theirs{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-tertiary)}.comparison-advantages-title{font-family:var(--font-body);color:var(--text-primary);font-size:1.1rem;font-weight:600}.comparison-advantages-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.comparison-advantages-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.comparison-advantages-list li svg{flex-shrink:0;margin-top:.125rem}.comparison-advantages-card.ours .comparison-advantages-list li svg{color:var(--accent-emerald)}.comparison-advantages-card.theirs .comparison-advantages-list li svg{color:var(--text-muted)}.comparison-verdict{background:var(--bg-primary);padding:4rem 1.5rem}.comparison-verdict-container{max-width:700px;margin:0 auto}.comparison-verdict-card{background:var(--bg-secondary);border:1px solid var(--glass-border);text-align:center;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.comparison-verdict-glow{pointer-events:none;background:radial-gradient(at top,#3b82f61a 0%,#0000 70%);width:400px;height:200px;position:absolute;top:0;left:50%;transform:translate(-50%)}.comparison-verdict-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:400;position:relative}.comparison-verdict-text{color:var(--text-secondary);font-size:1rem;line-height:1.7;position:relative}.pricing-comparison-section{background:var(--bg-tertiary);padding:4rem 1.5rem}.pricing-comparison-container{max-width:800px;margin:0 auto}.pricing-comparison-title{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:400}.pricing-comparison-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:600px){.pricing-comparison-cards{grid-template-columns:1fr}}.pricing-comparison-card{background:var(--bg-secondary);border:1px solid var(--glass-border);text-align:center;border-radius:16px;padding:2rem}.pricing-comparison-card.ours{background:linear-gradient(180deg,#3b82f60d 0%,var(--bg-secondary)100%);border-color:#3b82f64d}.pricing-comparison-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.pricing-comparison-card.ours .pricing-comparison-label{color:var(--accent-blue)}.pricing-comparison-price{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem}.pricing-comparison-desc{color:var(--text-secondary);font-size:.85rem}.compare-index-section{background:var(--bg-primary);padding:3rem 1.5rem 5rem}.compare-index-container{max-width:1000px;margin:0 auto}.compare-index-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.compare-index-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:14px;padding:1.75rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.compare-index-card:hover{border-color:var(--glass-border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.compare-index-card-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.compare-index-vs{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-blue);background:#3b82f61a;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.compare-index-competitor{font-family:var(--font-body);color:var(--text-primary);font-size:1.25rem;font-weight:600}.compare-index-tagline{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.compare-index-link{color:var(--accent-blue);align-items:center;gap:.375rem;font-size:.85rem;font-weight:500;display:inline-flex}.compare-index-card:hover .compare-index-link{gap:.625rem}@media (max-width:768px){.comparison-table th,.comparison-table td{padding:.75rem .5rem;font-size:.85rem}.comparison-th-badge{padding:.25rem .5rem;font-size:.65rem}.comparison-value-text{font-size:.75rem}}.platform-hero{background:var(--bg-primary);padding:10rem 1.5rem 5rem;position:relative;overflow:hidden}.platform-hero-glow{filter:blur(120px);opacity:.3;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-100px}.platform-hero-inner{z-index:10;text-align:center;max-width:800px;margin:0 auto;position:relative}.platform-hero-icon{color:#fff;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;font-size:2rem;display:inline-flex}.platform-hero-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.platform-hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;line-height:1.1}.platform-hero-title em{font-style:italic}.platform-hero-description{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.7}.platform-capabilities{background:var(--bg-secondary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:4rem 1.5rem}.platform-capabilities-container{max-width:800px;margin:0 auto}.platform-capabilities-title{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.platform-capabilities-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;display:grid}.platform-capability-item{background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;transition:all .2s;display:flex}.platform-capability-item:hover{border-color:var(--glass-border-hover)}.platform-capability-icon{width:24px;height:24px;color:var(--accent-blue);background:#3b82f626;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.platform-tips{background:var(--bg-primary);padding:5rem 1.5rem}.platform-tips-container{max-width:900px;margin:0 auto}.platform-tips-header{text-align:center;margin-bottom:2.5rem}.platform-tips-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.platform-tips-subtitle{color:var(--text-secondary);font-size:1rem}.platform-tips-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.platform-tip-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.platform-tip-card:hover{border-color:var(--glass-border-hover)}.platform-tip-number{background:var(--gradient-subtle);border:1px solid var(--glass-border);width:28px;height:28px;color:var(--accent-blue);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.platform-tip-text{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.platform-limitations{background:var(--bg-tertiary);padding:3rem 1.5rem}.platform-limitations-container{max-width:700px;margin:0 auto}.platform-limitations-card{background:var(--bg-secondary);border:1px solid #ffc86426;border-radius:12px;padding:1.5rem}.platform-limitations-title{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.platform-limitations-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.platform-limitations-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.platform-limitations-list li svg{color:var(--text-muted);flex-shrink:0;margin-top:.125rem}.platforms-index-section{background:var(--bg-primary);padding:3rem 1.5rem 5rem}.platforms-index-container{max-width:1000px;margin:0 auto}.platforms-index-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.platforms-index-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:14px;flex-direction:column;padding:1.75rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.platforms-index-card:hover{border-color:var(--glass-border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.platforms-index-card-header{align-items:center;gap:.875rem;margin-bottom:1rem;display:flex}.platforms-index-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.platforms-index-name{font-family:var(--font-body);color:var(--text-primary);font-size:1.25rem;font-weight:600}.platforms-index-tagline{color:var(--text-secondary);flex:1;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.platforms-index-link{color:var(--accent-blue);align-items:center;gap:.375rem;font-size:.85rem;font-weight:500;display:inline-flex}.platforms-index-card:hover .platforms-index-link{gap:.625rem}.platform-instagram{background:linear-gradient(135deg,#e4405f 0%,#c13584 50%,#833ab4 100%)}.platform-tiktok{background:linear-gradient(135deg,#00f2ea 0%,#ff0050 100%)}.platform-facebook{background:#1877f2}.platform-youtube{background:red}.platform-twitter{background:#000}.platform-linkedin{background:#0a66c2}.platform-threads{background:#000}.platform-telegram{background:#08c}.platform-viber{background:#7360f2}.uc-transform{background:var(--bg-secondary);padding:5rem 1.5rem;position:relative;overflow:hidden}.uc-transform-container{max-width:1000px;margin:0 auto}.uc-transform-grid{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1rem;display:grid}@media (max-width:768px){.uc-transform-grid{grid-template-columns:1fr;gap:1.5rem}}.uc-transform-card{border-radius:20px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.uc-transform-card:hover{transform:translateY(-4px)}.uc-transform-card-inner{z-index:1;flex-direction:column;height:100%;padding:2rem;display:flex;position:relative}.uc-transform-card-glow{opacity:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.uc-transform-card:hover .uc-transform-card-glow{opacity:1}.uc-transform-problem{background:linear-gradient(135deg,#1e1414cc 0%,var(--bg-tertiary)100%);border:1px solid #ef444426}.uc-transform-problem:hover{border-color:#ef44444d}.uc-transform-glow-problem{background:radial-gradient(at 0 0,#ef444414 0%,#0000 60%)}.uc-transform-solution{background:linear-gradient(135deg,#141e19cc 0%,var(--bg-tertiary)100%);border:1px solid #22c55e33}.uc-transform-solution:hover{border-color:#22c55e66}.uc-transform-glow-solution{background:radial-gradient(at 100% 0,#22c55e1a 0%,#0000 60%)}.uc-transform-badge{letter-spacing:.02em;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.uc-transform-badge-problem{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.uc-transform-badge-solution{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33}.uc-transform-text{color:var(--text-secondary);flex:1;font-size:1rem;line-height:1.75}.uc-transform-arrow{color:var(--text-tertiary);justify-content:center;align-items:center;padding:0 .5rem;display:flex}@media (max-width:768px){.uc-transform-arrow{padding:.5rem 0;transform:rotate(90deg)}}.uc-benefits{background:var(--bg-primary);padding:6rem 1.5rem}.uc-benefits-container{max-width:900px;margin:0 auto}.uc-benefits-header{text-align:center;margin-bottom:3.5rem}.uc-benefits-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:400}.uc-benefits-subtitle{color:var(--text-tertiary);font-size:1rem}.uc-benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:640px){.uc-benefits-grid{grid-template-columns:1fr}}.uc-benefit-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:16px;gap:1.25rem;padding:1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.uc-benefit-card:hover{border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 32px #0003}.uc-benefit-icon{background:var(--gradient-main);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.uc-benefit-content{flex:1}.uc-benefit-title{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.375rem;font-size:1rem;font-weight:600}.uc-benefit-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.uc-related{background:var(--bg-primary);padding:5rem 1.5rem}.uc-related-container{max-width:900px;margin:0 auto}.uc-related-title{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.5rem;font-weight:400}.uc-related-grid{flex-direction:column;gap:.75rem;display:flex}.uc-related-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:14px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.uc-related-card:hover{border-color:var(--glass-border-hover);background:var(--bg-tertiary);transform:translate(4px)}.uc-related-icon{background:var(--gradient-main);color:#fff;border-radius:11px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.uc-related-content{flex:1;min-width:0}.uc-related-card-title{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.125rem;font-size:1rem;font-weight:600}.uc-related-tagline{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.uc-related-arrow{color:var(--text-tertiary);transition:all .3s}.uc-related-card:hover .uc-related-arrow{color:var(--accent-blue);transform:translate(4px)}.usecases-index-section{background:var(--bg-primary);padding:3rem 1.5rem 5rem}.usecases-index-container{max-width:1000px;margin:0 auto}.usecases-index-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.usecases-index-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:14px;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.usecases-index-card:hover{border-color:var(--glass-border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.usecases-index-icon{background:var(--gradient-main);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.usecases-index-title{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.usecases-index-tagline{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.usecases-index-link{color:var(--accent-blue);align-items:center;gap:.375rem;font-size:.85rem;font-weight:500;display:inline-flex}.usecases-index-card:hover .usecases-index-link{gap:.625rem}:root{--bg-primary:#050508;--bg-secondary:#0a0a0f;--bg-tertiary:#0f0f16;--bg-elevated:#14141d;--glass-bg:#3b82f608;--glass-bg-hover:#3b82f60f;--glass-border:#63a0ff14;--glass-border-hover:#63a0ff26;--text-primary:#fff;--text-secondary:#ffffffb3;--text-tertiary:#ffffff73;--text-muted:#ffffff40;--accent-primary:#2563eb;--accent-blue:#3b82f6;--accent-indigo:#6366f1;--accent-cyan:#06b6d4;--accent-emerald:#10b981;--gradient-main:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);--gradient-subtle:linear-gradient(135deg,#3b82f61f 0%,#2563eb1f 100%);--gradient-glow:radial-gradient(ellipse at center,#3b82f633 0%,transparent 70%);--gradient-accent:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%);--font-display:"Instrument Serif",Georgia,serif;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--section-padding:clamp(4rem,10vw,8rem);--container-max:1200px;--container-narrow:800px}.landing-page{background:var(--bg-primary);min-height:100vh;font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow-x:hidden}.skip-link{z-index:9999;background:var(--accent-blue);color:#fff;border-radius:0 0 8px 8px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{outline-offset:2px;outline:2px solid #fff;top:0}.landing-page:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.noise-overlay{opacity:.015;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-blue);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before,.section-label:after{content:"";background:linear-gradient(90deg,transparent,var(--accent-blue),transparent);width:24px;height:1px}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.1}.section-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.section-subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.6}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 1.5rem}.navbar{z-index:100;padding:.75rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.navbar-inner{max-width:var(--container-max);border-radius:16px;justify-content:space-between;align-items:center;height:56px;margin:0 auto;padding:0 1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.navbar.scrolled .navbar-inner{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#050508f2;box-shadow:0 4px 30px #00000080}.nav-logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.nav-logo-icon-wrapper{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #3b82f64d}.nav-logo-icon{width:20px;height:20px}.nav-logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:1.25rem;font-weight:400}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text-secondary);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--text-primary);background:var(--glass-bg)}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-btn-ghost{color:var(--text-secondary);padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-btn-ghost:hover{color:var(--text-primary)}.nav-btn-primary{background:var(--text-primary);color:var(--bg-primary);border:none;border-radius:10px;align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.nav-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #fff3}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu{background:var(--bg-primary);z-index:99;flex-direction:column;padding:6rem 1.5rem 2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-nav-link{color:#fff;font-family:var(--font-display);border-bottom:1px solid var(--glass-border);padding:1rem 0;font-size:1.75rem;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:var(--accent-blue)}.mobile-actions{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.hero-glow-1{background:radial-gradient(circle,#3b82f64d 0%,#0000 70%);width:800px;height:800px;animation:25s ease-in-out infinite glowFloat;top:-300px;right:-200px}.hero-glow-2{background:radial-gradient(circle,#06b6d440 0%,#0000 70%);width:600px;height:600px;animation:25s ease-in-out infinite reverse glowFloat;bottom:-200px;left:-150px}.hero-glow-3{background:radial-gradient(circle,#6366f133 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite glowPulse;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes glowFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-40px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.95)}}@keyframes glowPulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.15)}}.hero-content{z-index:10;text-align:center;max-width:900px;position:relative}.hero-eyebrow{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem .5rem .625rem;font-size:.8rem;display:inline-flex}.hero-eyebrow-dot{background:var(--accent-emerald);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.75rem,7vw,5rem);font-weight:400;line-height:1.05}.hero-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;line-height:1.5}.hero-cta-group{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-cta-primary{background:var(--gradient-main);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.hero-cta-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff40 0%,#0000 50%);transition:opacity .3s;position:absolute;inset:0}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #3b82f659}.hero-cta-primary:hover:before{opacity:1}.hero-cta-note{color:var(--text-tertiary);font-size:.85rem}.hero-trust{justify-content:center;align-items:center;gap:1rem;display:flex}.hero-trust-avatars{margin-right:.25rem;display:flex}.hero-trust-avatar{border:2px solid var(--bg-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-10px;font-size:.7rem;font-weight:600;display:flex}.hero-trust-avatar:first-child{margin-left:0}.hero-trust-text{color:var(--text-secondary);font-size:.9rem}.hero-trust-text strong{color:var(--text-primary);font-weight:600}.hero-mockup{z-index:1;width:100%;max-width:900px;margin-top:4rem;position:relative}.hero-mockup-wrapper{z-index:2;background:#0c0c10;border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff08,0 25px 60px -15px #0009,0 0 100px #3b82f626}.hero-mockup-header{background:#0a0a0e;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.hero-mockup-dot{border-radius:50%;width:10px;height:10px}.hero-mockup-dot:first-child{background:#ff5f57}.hero-mockup-dot:nth-child(2){background:#febc2e}.hero-mockup-dot:nth-child(3){background:#28c840}.hero-mockup-ui{background:#0c0c10;min-height:420px;display:flex}.hero-mockup-sidebar{background:#08080b;border-right:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:.5rem;width:56px;padding:1rem 0;display:flex}.hero-mockup-sidebar-logo{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.hero-mockup-sidebar-item{color:#fff6;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.hero-mockup-sidebar-item.active{color:#3b82f6;background:#3b82f626}.hero-mockup-main{flex:1;grid-template-columns:1.2fr 1fr;gap:1rem;padding:1rem;display:grid}.hero-mockup-left,.hero-mockup-right{flex-direction:column;gap:1rem;display:flex}.hero-mockup-composer{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.hero-mockup-composer-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.hero-mockup-composer-title{color:#ffffffe6;font-size:.8rem;font-weight:600}.hero-mockup-platforms-row{align-items:center;gap:.25rem;display:flex}.hero-mockup-platform-chip{color:#3b82f6;background:#3b82f626;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.hero-mockup-platform-more{color:#fff6;margin-left:.25rem;font-size:.65rem}.hero-mockup-composer-body{padding:1rem}.hero-mockup-text-lines{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.hero-mockup-text-line{background:linear-gradient(90deg,#ffffff1a 0%,#ffffff0d 100%);border-radius:4px;height:8px}.hero-mockup-media-preview{background:linear-gradient(135deg,#3b82f633 0%,#6366f126 100%);border:1px solid #3b82f633;border-radius:8px;width:100%;height:80px;position:relative}.hero-mockup-media-preview:after{content:"";background:#3b82f64d;border-radius:6px;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-mockup-composer-footer{border-top:1px solid #ffffff0f;gap:.5rem;padding:.75rem 1rem;display:flex}.hero-mockup-schedule-btn,.hero-mockup-publish-btn{border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.7rem;font-weight:500;display:flex}.hero-mockup-schedule-btn{color:#ffffffb3;background:#ffffff0f}.hero-mockup-publish-btn{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%)}.hero-mockup-calendar{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.hero-mockup-calendar-header{color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hero-mockup-calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;padding:.5rem;display:grid}.hero-mockup-calendar-day{aspect-ratio:1;color:#fff6;border-radius:4px;justify-content:center;align-items:center;font-size:.6rem;display:flex}.hero-mockup-calendar-day.today{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%)}.hero-mockup-calendar-day.has-post{color:#60a5fa;background:#3b82f633;font-weight:600}.hero-mockup-media-icon{color:#3b82f680;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-mockup-media-preview:after{display:none}.hero-mockup-posts{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex:1;overflow:hidden}.hero-mockup-posts-header{color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hero-mockup-post-item{border-bottom:1px solid #ffffff0a;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.hero-mockup-post-item:last-child{border-bottom:none}.hero-mockup-post-status{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero-mockup-post-status.sent{background:#10b981}.hero-mockup-post-status.scheduled{background:#f59e0b}.hero-mockup-post-content{flex:1;min-width:0}.hero-mockup-post-line{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:.375rem}.hero-mockup-post-meta{color:#fff6;font-size:.65rem}.hero-mockup-accounts{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex:1;overflow:hidden}.hero-mockup-accounts-header{color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hero-mockup-accounts-list{padding:.5rem}.hero-mockup-account{border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;transition:background .2s;display:flex}.hero-mockup-account:hover{background:#ffffff08}.hero-mockup-account-avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hero-mockup-account-avatar.fb{background:#1877f2}.hero-mockup-account-avatar.ig{background:linear-gradient(135deg,#e4405f 0%,#c13584 50%,#833ab4 100%)}.hero-mockup-account-avatar.tt{background:linear-gradient(135deg,#00f2ea 0%,#ff0050 100%)}.hero-mockup-account-info{flex:1;min-width:0}.hero-mockup-account-name{background:#ffffff26;border-radius:3px;width:60%;height:6px;margin-bottom:.25rem}.hero-mockup-account-type{color:#fff6;font-size:.6rem}.hero-mockup-account-status{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-mockup-account-status.active{background:#10b981}.hero-mockup-badge{background:var(--bg-elevated);border:1px solid var(--glass-border);color:var(--text-secondary);z-index:10;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8rem;animation:6s ease-in-out infinite badgeFloat;display:flex;position:absolute;box-shadow:0 10px 30px #0000004d}.hero-mockup-badge-1{animation-delay:0s;top:20%;left:-80px}.hero-mockup-badge-2{animation-delay:-2s;top:50%;right:-90px}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-mockup-badge-icon{width:16px;height:16px}.hero-mockup-badge-icon.success{color:var(--accent-emerald)}.hero-mockup-badge-icon.info{color:var(--accent-blue)}.social-proof{background:var(--bg-secondary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:3rem 1.5rem;position:relative}.social-proof-container{max-width:var(--container-max);flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin:0 auto;display:flex}.social-proof-stat{text-align:center}.social-proof-value{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:2.5rem;font-weight:400}.social-proof-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.social-proof-divider{background:var(--glass-border);width:1px;height:50px}.social-proof-platforms{align-items:center;gap:1.5rem;display:flex}.social-proof-platform{width:36px;height:36px;color:var(--text-tertiary);justify-content:center;align-items:center;transition:all .3s;display:flex}.social-proof-platform:hover{color:var(--text-primary);transform:scale(1.15)}.problem{padding:var(--section-padding)1.5rem;position:relative;overflow:hidden}.problem-container{max-width:var(--container-max);margin:0 auto}.problem-grid{grid-template-columns:1fr 80px 1fr;align-items:center;gap:2rem;margin-top:3rem;display:grid}.problem-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;height:100%;padding:2.5rem;transition:all .4s;position:relative}.problem-card-chaos{background:#ffffff08;border-color:#ef444440}.problem-card-chaos:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ef444414 0%,#0000 60%);border-radius:24px;position:absolute;inset:0}.problem-card-calm{background:#ffffff08;border-color:#10b98140}.problem-card-calm:before{content:"";pointer-events:none;background:linear-gradient(135deg,#10b98114 0%,#0000 60%);border-radius:24px;position:absolute;inset:0}.problem-card-label{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.problem-card-chaos .problem-card-label{color:#ef4444;background:#ef444426}.problem-card-calm .problem-card-label{color:var(--accent-emerald);background:#10b98126}.problem-card-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.5rem}.problem-card-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.problem-card-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.problem-card-list-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.problem-card-chaos .problem-card-list-icon{color:#ef4444}.problem-card-calm .problem-card-list-icon{color:var(--accent-emerald)}.problem-arrow{justify-content:center;align-items:center;display:flex}.problem-arrow-icon{width:40px;height:40px;color:var(--text-tertiary)}.problem-apps{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.problem-app-icon{background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--text-tertiary);border-radius:10px;justify-content:center;align-items:center;animation:4s ease-in-out infinite appFloat;display:flex}.problem-app-icon:first-child{animation-delay:0s}.problem-app-icon:nth-child(2){animation-delay:.5s}.problem-app-icon:nth-child(3){animation-delay:1s}.problem-app-icon:nth-child(4){animation-delay:1.5s}.problem-app-icon:nth-child(5){animation-delay:2s}.problem-app-icon:nth-child(6){animation-delay:2.5s}@keyframes appFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-5px)rotate(2deg)}75%{transform:translateY(3px)rotate(-2deg)}}.problem-unified{justify-content:center;align-items:center;margin-top:1.5rem;display:flex}.problem-unified-logo{background:var(--gradient-main);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;box-shadow:0 10px 40px #3b82f64d}.problem-unified-logo:after{content:"";border:2px solid var(--accent-blue);opacity:.3;border-radius:26px;animation:2s ease-in-out infinite logoPulse;position:absolute;inset:-8px}@keyframes logoPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.problem-unified-logo img{filter:brightness(0)invert();width:48px;height:48px}.features{padding:var(--section-padding)1.5rem;background:var(--bg-secondary);position:relative}.features-container{max-width:var(--container-max);margin:0 auto}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:1.75rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card-glow{background:var(--feature-gradient);opacity:0;filter:blur(60px);pointer-events:none;height:200px;transition:opacity .5s;position:absolute;top:0;left:0;right:0}.feature-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-6px)}.feature-card:hover .feature-card-glow{opacity:.15}.feature-visual{background:#0000004d;border:1px solid #ffffff0f;border-radius:16px;justify-content:center;align-items:center;height:180px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.feature-visual-bg{background:var(--feature-gradient);opacity:.05;position:absolute;inset:0}.feature-calendar{width:100%;padding:1rem}.feature-calendar-header{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:.75rem;font-size:.7rem;font-weight:600}.feature-calendar-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.feature-calendar-weekday{color:#ffffff4d;text-align:center;padding:2px 0;font-size:.55rem;font-weight:500}.feature-calendar-day{aspect-ratio:1;color:#fff6;background:#ffffff08;border-radius:4px;justify-content:center;align-items:center;font-size:.6rem;font-weight:500;transition:all .2s;display:flex;position:relative}.feature-calendar-day.scheduled{color:#60a5fa;background:#3b82f633}.feature-calendar-dot{background:#3b82f6;border-radius:50%;width:3px;height:3px;position:absolute;bottom:2px}.feature-calendar-day.today{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 2px 8px #3b82f666}.feature-platforms{gap:.5rem;padding:0 1rem;display:flex;position:relative}.feature-platforms-line{z-index:0;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:80%;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feature-platform-icon{width:44px;height:44px;color:var(--platform-color,#fff9);z-index:1;animation:3s ease-in-out infinite floatIcon;animation-delay:var(--delay,0s);background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.feature-card:hover .feature-platform-icon{border-color:var(--platform-color);box-shadow:0 0 20px var(--platform-color);background:#ffffff14}@supports (color:color-mix(in lab, red, red)){.feature-card:hover .feature-platform-icon{box-shadow:0 0 20px color-mix(in srgb,var(--platform-color)30%,transparent)}}.feature-accounts{justify-content:center;align-items:center;width:100%;padding:1rem 1.5rem;display:flex}.feature-accounts-stack{flex-direction:column;gap:.5rem;width:100%;display:flex}.feature-account-card{animation:.5s ease-out forwards slideInAccount;animation-delay:calc(var(--index)*.1s);opacity:0;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .75rem;transition:all .3s;display:flex;transform:translate(-10px)}@keyframes slideInAccount{to{opacity:1;transform:translate(0)}}.feature-card:hover .feature-account-card{background:#ffffff0f;border-color:#ffffff1a}.feature-account-avatar{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;width:28px;height:28px}.feature-account-card:nth-child(2) .feature-account-avatar{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.feature-account-card:nth-child(3) .feature-account-avatar{background:linear-gradient(135deg,#ec4899 0%,#f43f5e 100%)}.feature-account-info{flex-direction:column;flex:1;gap:4px;display:flex}.feature-account-name{background:#fff3;border-radius:4px;width:70%;height:8px}.feature-account-handle{background:#ffffff1a;border-radius:3px;width:50%;height:6px}.feature-account-status{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #22c55e80}.feature-account-card:nth-child(2) .feature-account-status{background:#3b82f6;box-shadow:0 0 8px #3b82f680}.feature-account-card:nth-child(3) .feature-account-status{background:#f59e0b;box-shadow:0 0 8px #f59e0b80}.feature-title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-description{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.integrations{padding:var(--section-padding)1.5rem;position:relative}.integrations-container{max-width:var(--container-max);margin:0 auto}.platforms-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.platform-card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.platform-card:before{content:"";background:var(--platform-gradient);opacity:0;transition:opacity .4s;position:absolute;inset:0}.platform-card:hover{border-color:var(--glass-border-hover);transform:translateY(-8px)}.platform-card:hover:before{opacity:.1}.platform-card-icon{z-index:1;background:var(--bg-tertiary);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:relative}.platform-card:hover .platform-card-icon{background:var(--platform-color);transform:scale(1.1)}.platform-card-icon svg{width:28px;height:28px;color:var(--text-secondary);transition:color .3s}.platform-card:hover .platform-card-icon svg{color:#fff}.platform-card-name{z-index:1;color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.platform-card:hover .platform-card-name{color:var(--text-primary)}.platform-card.coming-soon{opacity:.5}.platform-card.coming-soon .platform-card-badge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.25rem .5rem;font-size:.65rem;position:absolute;top:.75rem;right:.75rem}.pricing{padding:var(--section-padding)1.5rem;background:var(--bg-secondary);position:relative;overflow:hidden}.pricing-glow{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pricing-container{z-index:10;max-width:900px;margin:0 auto;position:relative}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.pricing-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.pricing-card.featured{background:#3b82f60d}.pricing-card.featured:before{content:"";background:var(--gradient-main);z-index:-1;opacity:.5;border-radius:28px;position:absolute;inset:-1px}.pricing-card:hover{transform:translateY(-8px)}.pricing-badge{background:var(--gradient-main);color:#fff;white-space:nowrap;border-radius:100px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-header{margin-bottom:2rem}.pricing-name{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.pricing-description{color:var(--text-tertiary);font-size:.9rem}.pricing-price{align-items:baseline;gap:.5rem;margin-bottom:2rem;display:flex}.pricing-amount{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.03em;font-size:3.5rem}.pricing-period{color:var(--text-tertiary);font-size:1rem}.pricing-features{margin:0 0 2rem;padding:0;list-style:none}.pricing-feature{color:var(--text-secondary);border-bottom:1px solid var(--glass-border);align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.95rem;display:flex}.pricing-feature:last-child{border-bottom:none}.pricing-feature-icon{background:linear-gradient(135deg,var(--accent-emerald)0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.pricing-feature-icon svg{color:#fff;width:12px;height:12px}.pricing-cta{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pricing-cta-primary{background:var(--gradient-main);color:#fff;border:none}.pricing-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #3b82f64d}.pricing-cta-secondary{border:1px solid var(--glass-border);color:var(--text-primary);background:0 0}.pricing-cta-secondary:hover{background:var(--glass-bg);border-color:var(--glass-border-hover)}.pricing-trial-note{text-align:center;color:var(--text-tertiary);margin-top:1rem;font-size:.8rem}.pricing-footer{text-align:center;margin-top:3rem}.pricing-footer p{color:var(--text-tertiary);margin-bottom:.5rem;font-size:.9rem}.pricing-footer a{color:var(--accent-blue);text-underline-offset:2px;text-decoration:underline}.testimonials{padding:var(--section-padding)1.5rem;position:relative}.testimonials-container{max-width:var(--container-max);margin:0 auto}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.testimonial-card:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);transform:translateY(-4px)}.testimonial-metric{color:var(--accent-emerald);background:#10b9811a;border:1px solid #10b98133;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.25rem;padding:.5rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.testimonial-content{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid var(--glass-border);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.testimonial-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;font-weight:600;display:flex}.testimonial-info{flex:1}.testimonial-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.testimonial-role{color:var(--text-tertiary);font-size:.85rem}.final-cta{padding:var(--section-padding)1.5rem;background:var(--bg-secondary);position:relative;overflow:hidden}.final-cta-glow{filter:blur(80px);pointer-events:none;background:radial-gradient(#3b82f633 0%,#0000 70%);width:800px;height:400px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.final-cta-container{text-align:center;z-index:10;max-width:700px;margin:0 auto;position:relative}.final-cta-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.15}.final-cta-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.final-cta-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.final-cta-button{background:var(--gradient-main);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1.125rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.final-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 50px #3b82f666}.final-cta-note{color:var(--text-tertiary);font-size:.9rem}.faq{padding:var(--section-padding)1.5rem;position:relative}.faq-container{max-width:var(--container-narrow);margin:0 auto}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;transition:all .3s;overflow:hidden}.faq-item.open{border-color:var(--glass-border-hover);background:var(--glass-bg-hover)}.faq-question{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.faq-question:hover{background:var(--glass-bg)}.faq-question-text{color:var(--text-primary);font-size:1rem;font-weight:500;line-height:1.4}.faq-icon{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.faq-item.open .faq-icon{background:var(--gradient-main);border-color:#0000}.faq-icon svg{width:16px;height:16px;color:var(--text-secondary);transition:color .3s}.faq-item.open .faq-icon svg{color:#fff}.faq-answer{max-height:0;transition:max-height .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer-content{color:var(--text-secondary);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.7}.footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:4rem 1.5rem 2rem;position:relative}.footer-container{max-width:var(--container-max);margin:0 auto}.footer-top{grid-template-columns:1.5fr repeat(4,1fr);gap:2.5rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:280px}.footer-logo{align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none;display:flex}.footer-logo-icon{width:32px;height:32px}.footer-logo-text{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem}.footer-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.footer-cta{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.footer-cta:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}.footer-column{flex-direction:column;display:flex}.footer-column-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.footer-links{flex-direction:column;gap:.625rem;display:flex}.footer-link{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-primary)}.footer-link-all{color:var(--text-secondary);white-space:nowrap;margin-top:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-link-all:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-copyright{color:var(--text-tertiary);font-size:.85rem}.footer-meta{align-items:center;gap:1.5rem;display:flex}.footer-meta-link{color:var(--text-tertiary);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-meta-link:hover{color:var(--text-primary)}@media (max-width:1024px){.features-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.platforms-grid{grid-template-columns:repeat(3,1fr)}.testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.problem-grid{grid-template-columns:1fr;gap:1.5rem}.problem-arrow{transform:rotate(90deg)}.footer-top{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-brand{grid-column:span 2;max-width:none}}@media (max-width:768px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.navbar-inner{height:52px}.hero{padding:10rem 1rem 3rem}.hero-mockup{transform-origin:top;max-width:100%;margin-top:2.5rem;transform:scale(.85)}.hero-mockup-wrapper{border-radius:12px}.hero-mockup-ui{min-height:320px}.hero-mockup-main{grid-template-columns:1fr;padding:.75rem}.hero-mockup-right{display:none}.hero-mockup-sidebar{width:48px;padding:.75rem 0}.hero-mockup-sidebar-logo{border-radius:8px;width:32px;height:32px;margin-bottom:.75rem}.hero-mockup-sidebar-item{width:32px;height:32px}.hero-mockup-composer{border-radius:10px}.hero-mockup-composer-header{padding:.6rem .75rem}.hero-mockup-composer-body{padding:.75rem}.hero-mockup-media-preview{height:60px}.hero-mockup-composer-footer{padding:.6rem .75rem}.hero-mockup-posts{border-radius:10px}.hero-mockup-posts-header{padding:.6rem .75rem;font-size:.7rem}.hero-mockup-post-item{padding:.6rem .75rem}.hero-mockup-badge{display:none}.social-proof-container{flex-direction:column;gap:2rem}.social-proof-divider{width:60px;height:1px}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.platforms-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.section-title{font-size:clamp(1.75rem,8vw,2.5rem)!important}.hero-title{font-size:clamp(2rem,10vw,3rem)}.platforms-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.platform-card{padding:1.5rem 1rem}.feature-card,.testimonial-card,.pricing-card{padding:1.5rem}}
