.hero-v2{padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero-v2::before{content:'';position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,hsla(263,90%,63%,.12) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-v2>.container{position:relative;z-index:1}.hero-badge-v2{display:inline-flex;align-items:center;gap:.4rem;background:hsla(263,90%,63%,.1);color:var(--purple);border:1px solid hsla(263,90%,63%,.25);border-radius:100px;padding:.35rem 1rem;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.75rem}.hero-badge-v2 .badge-dot{width:6px;height:6px;background:var(--purple);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-v2 h1{font-size:clamp(2.2rem,5.5vw,3.75rem);font-weight:900;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.25rem;color:#f1f5f9}.hero-v2 h1 .gradient-text{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 50%,#c084fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-v2 .hero-desc{font-size:1.1rem;color:#94a3b8;max-width:560px;margin:0 auto 2.5rem;line-height:1.7}.shorten-box-v2{background:#161b2a;border:1px solid #1e2a3a;border-radius:1.25rem;padding:2rem;max-width:700px;margin:0 auto;box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 0 1px hsla(263,90%,63%,.05)}.shorten-input-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.shorten-input-row .form-control{flex:1;height:52px;font-size:.975rem;border-radius:.75rem;background:#0d1117;border-color:#1e2a3a;padding:0 1.1rem}.shorten-input-row .form-control:focus{border-color:var(--purple);box-shadow:0 0 0 3px hsla(263,90%,63%,.15)}.btn-shorten{height:52px;padding:0 1.5rem;border-radius:.75rem;font-size:.95rem;font-weight:700;background:var(--purple);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;white-space:nowrap;flex-shrink:0;transition:all .2s;box-shadow:0 4px 15px hsla(263,90%,63%,.35)}.btn-shorten:hover{transform:translateY(-1px);box-shadow:0 6px 20px hsla(263,90%,63%,.45);background:hsl(263,90%,68%);color:#fff;text-decoration:none}.btn-shorten:active{transform:translateY(0)}.hero-note{font-size:.78rem;color:#94a3b8;margin-top:1rem;text-align:center}.hero-note a{color:var(--purple);text-decoration:underline;text-underline-offset:2px}.result-box-v2{margin-top:.875rem;padding:1rem 1.25rem;background:hsla(263,90%,63%,.08);border:1px solid hsla(263,90%,63%,.2);border-radius:.875rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;animation:fadeSlideUp .3s ease}@keyframes fadeSlideUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.trust-bar{padding:2rem 0;border-top:1px solid #1e2a3a;border-bottom:1px solid #1e2a3a;background:rgba(255,255,255,.01)}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-stat{text-align:center}.trust-stat .number{font-size:1.6rem;font-weight:800;color:#f1f5f9;letter-spacing:-.03em;line-height:1}.trust-stat .label{font-size:.75rem;color:#94a3b8;margin-top:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.trust-divider{width:1px;height:40px;background:#1e2a3a}.features-v2{padding:5rem 0;background:#0d1117}.section-label{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--purple);margin-bottom:.75rem}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin-bottom:.75rem;line-height:1.2}.section-desc{color:#94a3b8;font-size:.975rem;max-width:540px;margin:0 auto;line-height:1.7}.features-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.feature-card-v2{padding:1.75rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;transition:all .25s;position:relative;overflow:hidden}.feature-card-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--purple),transparent);opacity:0;transition:opacity .25s}.feature-card-v2:hover{border-color:hsla(263,90%,63%,.3);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.3)}.feature-card-v2:hover::before{opacity:1}.feature-icon-v2{width:44px;height:44px;background:hsla(263,90%,63%,.12);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.feature-icon-v2 svg{width:20px;height:20px;color:var(--purple);stroke:currentColor;fill:none;stroke-width:2}.feature-card-v2 h3{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:.6rem;line-height:1.3}.feature-card-v2 p{font-size:.875rem;color:#94a3b8;line-height:1.7}.platform-section{padding:5rem 0;background:var(--bg)}.platform-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:3rem}.platform-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;transition:all .2s;text-align:center}.platform-card:hover{border-color:hsla(263,90%,63%,.3);background:hsla(263,90%,63%,.05);transform:translateY(-2px)}.platform-emoji{font-size:2rem;line-height:1}.platform-card h3{font-size:.85rem;font-weight:700;color:#e2e8f0;line-height:1.3}.platform-card p{font-size:.78rem;color:#94a3b8;line-height:1.5}.social-proof{padding:5rem 0;background:#0d1117}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.testimonial-card{padding:1.5rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem}.stars{color:#f59e0b;font-size:.9rem;margin-bottom:.875rem;letter-spacing:.1em}.testimonial-card blockquote{font-size:.9rem;color:#94a3b8;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0}.author-name{font-size:.85rem;font-weight:700;color:#e2e8f0}.author-role{font-size:.75rem;color:#94a3b8}.faq-v2{padding:5rem 0}.faq-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#161b2a;border:1px solid #1e2a3a;border-radius:.875rem;overflow:hidden;transition:border-color .2s}.faq-item[open]{border-color:hsla(263,90%,63%,.25)}.faq-item summary{list-style:none;padding:1.25rem 1.5rem;font-weight:700;font-size:.975rem;color:#e2e8f0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-chevron{width:18px;height:18px;flex-shrink:0;color:#94a3b8;transition:transform .2s}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-body{padding:0 1.5rem 1.25rem;color:#94a3b8;font-size:.9rem;line-height:1.75}.cta-v2{padding:5rem 0;text-align:center;position:relative;overflow:hidden}.cta-v2::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center bottom,hsla(263,90%,63%,.1) 0%,transparent 70%);pointer-events:none}.cta-v2>.container{position:relative;z-index:1}.cta-v2 h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900;letter-spacing:-.03em;color:#f1f5f9;margin-bottom:.875rem}.cta-v2 p{color:#94a3b8;font-size:1rem;margin-bottom:2.25rem;max-width:480px;margin-left:auto;margin-right:auto}@media (max-width:1024px){.features-grid-v2{grid-template-columns:repeat(2,1fr)}.platform-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hero-v2{padding:3.5rem 0 3rem}.shorten-box-v2{padding:1.25rem}.features-grid-v2{grid-template-columns:1fr}.platform-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.trust-bar-inner{gap:1.5rem}.trust-divider{display:none}.shorten-input-row{flex-direction:row}.btn-shorten{height:48px;padding:0 1.1rem;font-size:.85rem;gap:.3rem}.btn-shorten svg{display:none}.shorten-input-row .form-control{height:48px;font-size:.9rem}}@media (max-width:480px){.hero-v2{padding:2.5rem 0 2rem}.hero-v2 h1{font-size:1.8rem}.hero-v2 .hero-desc{font-size:.95rem;margin-bottom:1.75rem}.shorten-box-v2{padding:1rem;border-radius:1rem}.shorten-input-row .form-control{height:44px;font-size:.875rem;padding:0 .75rem}.btn-shorten{height:44px;padding:0 1rem;font-size:.85rem;border-radius:.625rem}#advanced-opts{grid-template-columns:1fr !important}.platform-grid{grid-template-columns:repeat(2,1fr)}.features-grid-v2{grid-template-columns:1fr}.faq-item summary{font-size:.9rem;padding:1rem 1.1rem}.trust-bar-inner{gap:1.25rem}}[data-theme="light"] .hero-v2 h1{color:#0f172a}[data-theme="light"] .hero-v2 .hero-desc{color:#475569}[data-theme="light"] .shorten-box-v2{background:#ffffff;border-color:#dde1ec;box-shadow:0 8px 32px rgba(0,0,0,.08),0 0 0 1px hsla(263,90%,63%,.08)}[data-theme="light"] .shorten-input-row .form-control{background:#f8f9fc;border-color:#dde1ec;color:#0f172a}[data-theme="light"] .hero-note{color:#475569}[data-theme="light"] .trust-bar{border-color:#dde1ec;background:rgba(0,0,0,.01)}[data-theme="light"] .trust-stat .number{color:#0f172a}[data-theme="light"] .trust-stat .label{color:#94a3b8}[data-theme="light"] .trust-divider{background:#dde1ec}[data-theme="light"] .features-v2{background:#f4f5f9}[data-theme="light"] .section-title{color:#0f172a}[data-theme="light"] .section-desc{color:#475569}[data-theme="light"] .feature-card-v2{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .feature-card-v2:hover{border-color:hsla(263,90%,63%,.3);box-shadow:0 8px 24px rgba(0,0,0,.08)}[data-theme="light"] .feature-card-v2 h3{color:#0f172a}[data-theme="light"] .feature-card-v2 p{color:#94a3b8}[data-theme="light"] .platform-card{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .platform-card h3{color:#0f172a}[data-theme="light"] .platform-card p{color:#94a3b8}[data-theme="light"] .social-proof{background:#f4f5f9}[data-theme="light"] .testimonial-card{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .testimonial-card blockquote{color:#475569}[data-theme="light"] .author-name{color:#0f172a}[data-theme="light"] .faq-item{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .faq-item summary{color:#0f172a}[data-theme="light"] .faq-body{color:#475569}[data-theme="light"] .cta-v2 h2{color:#0f172a}[data-theme="light"] .cta-v2 p{color:#475569}