/* ═══════ RESET & BASE ═══════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{line-height:1.6;color:#0f172a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block;border-radius:1rem}
a{color:inherit;text-decoration:none}
ul{list-style:none}

/* ═══════ UTILITIES ═══════ */
.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
.container-sm{max-width:48rem}
.section{padding:6rem 1.5rem}
.bg-slate-50{background:#f8fafc}
.text-brand{color:#6366f1}
.text-success{color:#22c55e}
.text-indigo{color:#818cf8}
.text-red{color:#f87171}
.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}
.section-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#6366f1;margin-bottom:.75rem}
.section-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.025em;line-height:1.1}
.section-subtitle{color:#64748b;font-size:1.125rem;margin-top:1rem}

/* ═══════ NAV ═══════ */
.nav-sticky{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid #f1f5f9}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:80rem;margin:0 auto}
.logo{display:flex;align-items:center;gap:.5rem}
.logo-icon{width:2rem;height:2rem;background:#6366f1;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}
.logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.025em}
.nav-links{display:flex;gap:2rem;font-size:.875rem;font-weight:500;color:#64748b}
.nav-links a:hover{color:#0f172a}
.nav-right{display:flex;align-items:center;gap:.75rem}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#0f172a}

/* Language Switcher */
.lang-switcher{display:flex;gap:.25rem;background:#f1f5f9;border-radius:9999px;padding:.15rem}
.lang-btn{padding:.3rem .65rem;border-radius:9999px;font-size:.75rem;font-weight:700;color:#64748b;transition:all .2s}
.lang-btn.active{background:#6366f1;color:#fff}
.lang-btn:hover:not(.active){color:#0f172a}

/* ═══════ BUTTONS ═══════ */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#6366f1;color:#fff;font-weight:700;border-radius:.75rem;transition:background .2s}
.btn-primary:hover{background:#4f46e5}
.btn-sm{padding:.625rem 1.25rem;font-size:.875rem;border-radius:9999px}
.btn-lg{padding:1rem 2rem;font-size:1.125rem;box-shadow:0 20px 40px -12px rgba(99,102,241,.25)}

/* ═══════ HERO ═══════ */
.hero-section{padding-top:4rem;padding-bottom:6rem}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:80rem;margin:0 auto}
.badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(99,102,241,.05);border:1px solid rgba(99,102,241,.1);color:#6366f1;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}
.pulse-dot{position:relative;width:.5rem;height:.5rem}
.pulse-dot span{position:absolute;inset:0;border-radius:9999px;background:#6366f1;animation:pulse-ring 1.5s infinite}
.pulse-dot::before{content:'';position:absolute;inset:0;border-radius:9999px;background:#6366f1}
@keyframes pulse-ring{0%{transform:scale(1);opacity:.75}100%{transform:scale(2.5);opacity:0}}
.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}
.hero-desc{font-size:1.125rem;color:#64748b;max-width:36rem;line-height:1.7;margin-bottom:2rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.social-proof{display:flex;align-items:center;gap:.75rem;padding-left:1rem}
.avatar-stack{display:flex}
.avatar{width:2rem;height:2rem;border-radius:9999px;border:2px solid #fff;margin-inline-start:-.5rem}
.avatar:first-child{margin-inline-start:0}
.a1{background:linear-gradient(135deg,#a5b4fc,#6366f1)}
.a2{background:linear-gradient(135deg,#fda4af,#f43f5e)}
.a3{background:linear-gradient(135deg,#86efac,#22c55e)}
.social-text{font-size:.7rem;color:#94a3b8;font-weight:500;line-height:1.3}
.social-text strong{color:#0f172a;font-weight:800}
.hero-image-wrap{position:relative}
.hero-glow{position:absolute;inset:-1rem;background:rgba(99,102,241,.1);border-radius:1.5rem;z-index:-1;filter:blur(2rem)}
.hero-image-wrap img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}

/* ═══════ TRUST BAR ═══════ */
.trust-bar{padding:3rem 1.5rem;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;background:#fff}
.trust-label{text-align:center;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#94a3b8;margin-bottom:1.5rem}
.trust-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;color:#cbd5e1}
.trust-brand{font-size:1.125rem;font-weight:900;letter-spacing:-.025em}

/* ═══════ STATS ═══════ */
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.stat-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.stat-value{font-size:3rem;font-weight:800;letter-spacing:-.03em;line-height:1}
.stat-title{font-size:1.125rem;font-weight:700;margin-top:.5rem}
.stat-desc{color:#64748b;font-size:.875rem;margin-top:.5rem;line-height:1.6}

/* ═══════ FEATURE BLOCKS ═══════ */
.feature-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:8rem}
.feature-block:last-child{margin-bottom:0}
.feature-block.reverse .feature-content{order:2}
.feature-block.reverse .feature-image{order:1}
.feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.icon-trending{background:#e0e7ff;color:#6366f1}
.icon-shield{background:#fee2e2;color:#ef4444}
.icon-phone{background:#d1fae5;color:#22c55e}
.icon-chart{background:#fef3c7;color:#d97706}
.feature-title{font-size:1.75rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}
.feature-desc{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}
.feature-bullets{display:flex;flex-direction:column;gap:.75rem}
.feature-bullets li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#334155;font-weight:500}
.feature-bullets svg{color:#22c55e;flex-shrink:0;margin-top:.15rem}
.feature-image img{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 30px -8px rgba(0,0,0,.1)}

/* Fraud terminal */
.fraud-terminal{background:#0f172a;border-radius:.75rem;padding:1.5rem;color:#fff;margin-top:1rem;font-family:monospace}
.terminal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.7rem;letter-spacing:.05em}
.terminal-dot{width:.5rem;height:.5rem;border-radius:9999px;background:#ef4444;animation:pulse-ring 1.5s infinite}
.terminal-body{font-size:.75rem;opacity:.8;display:flex;flex-direction:column;gap:.4rem}

/* ═══════ PRICING ═══════ */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2rem}
.price-card.highlighted{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 25px 50px -12px rgba(99,102,241,.2);transform:translateY(-1rem)}
.price-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background:#6366f1;color:#fff;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;border-radius:9999px;white-space:nowrap}
[dir="rtl"] .price-badge{left:auto;right:50%;transform:translateX(50%)}
.price-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}
.price-sites{font-size:.875rem;font-weight:600;color:#6366f1;margin-bottom:.25rem}
.price-desc{font-size:.875rem;color:#64748b;margin-bottom:1.5rem}
.highlighted .price-desc{color:#94a3b8}
.price-amount{margin-bottom:1.5rem}
.price-number{font-size:3rem;font-weight:800;letter-spacing:-.03em}
.price-period{font-size:.875rem;color:#64748b}
.highlighted .price-period{color:#94a3b8}
.btn-price{display:block;text-align:center;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;margin-bottom:2rem;transition:background .2s}
.btn-price:not(.btn-price-hl){background:#f1f5f9;color:#0f172a}
.btn-price:not(.btn-price-hl):hover{background:#e2e8f0}
.btn-price-hl{background:#6366f1;color:#fff}
.btn-price-hl:hover{background:#4f46e5}
.price-features{display:flex;flex-direction:column;gap:.75rem}
.price-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.8rem}
.price-features svg{flex-shrink:0;margin-top:.1rem}
.price-card:not(.highlighted) .price-features svg{color:#22c55e}
.highlighted .price-features svg{color:#6366f1}
.highlighted .price-features span{color:#e2e8f0}
.price-card:not(.highlighted) .price-features span{color:#475569}

/* ═══════ FAQ ═══════ */
.accordion{display:flex;flex-direction:column;border-top:1px solid #e2e8f0}
.accordion-item{border-bottom:1px solid #e2e8f0}
.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;text-align:start;color:#0f172a;font-family:inherit;gap:1rem}
.accordion-trigger:hover{color:#6366f1}
.accordion-trigger svg{flex-shrink:0;transition:transform .25s;color:#94a3b8}
.accordion-item.open .accordion-trigger svg{transform:rotate(180deg)}
.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.accordion-item.open .accordion-body{max-height:20rem}
.accordion-body p{padding-bottom:1.25rem;color:#64748b;font-size:1rem;line-height:1.7}

/* ═══════ CTA ═══════ */
.cta-box{background:#6366f1;border-radius:3rem;padding:3rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px rgba(99,102,241,.3)}
.cta-glow-1,.cta-glow-2{position:absolute;width:24rem;height:24rem;border-radius:9999px;filter:blur(3rem)}
.cta-glow-1{top:0;right:0;transform:translate(25%,-50%);background:rgba(255,255,255,.1)}
.cta-glow-2{bottom:0;left:0;transform:translate(-25%,50%);background:rgba(255,255,255,.05)}
.cta-inner{position:relative;z-index:1}
.cta-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#fff;margin-bottom:1.5rem;letter-spacing:-.025em;line-height:1.15}
.cta-desc{color:#c7d2fe;font-size:1.125rem;max-width:40rem;margin:0 auto 2.5rem;line-height:1.7}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}
.btn-white{background:#fff;color:#6366f1;padding:1.25rem 2.5rem;border-radius:1rem;font-weight:700;font-size:1.125rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transition:background .2s}
.btn-white:hover{background:#f8fafc}
.btn-dark{background:#4f46e5;color:#fff;padding:1.25rem 2.5rem;border-radius:1rem;font-weight:700;font-size:1.125rem;border:1px solid rgba(255,255,255,.2);transition:background .2s}
.btn-dark:hover{background:#0f172a}
.cta-footer{color:rgba(199,210,254,.7);font-size:.875rem}

/* ═══════ FOOTER ═══════ */
.site-footer{background:#0f172a;padding:4rem 1.5rem 0}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}
.footer-brand{max-width:20rem}
.footer-desc{color:#94a3b8;font-size:.875rem;line-height:1.7;margin-top:1.5rem}
.footer-links{display:flex;flex-wrap:wrap;gap:2rem;font-size:.875rem}
.footer-links a{color:#94a3b8;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;margin-top:4rem;border-top:1px solid #1e293b;font-size:.75rem;color:#64748b}
.footer-bottom a{color:#64748b;transition:color .2s}
.footer-bottom a:hover{color:#fff}

/* ═══════ RESPONSIVE ═══════ */
@media(max-width:768px){
    .hero-grid,.feature-block,.stats-grid,.pricing-grid{grid-template-columns:1fr}
    .feature-block.reverse .feature-content,
    .feature-block.reverse .feature-image{order:unset}
    .nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;gap:1rem;z-index:40}
    .nav-links.open{display:flex}
    .mobile-toggle{display:block}
    /* Hide "Get Started Free" button on mobile */
    .nav-right .btn-primary{display:none}
    .nav-inner{padding:.75rem 1rem}
    .lang-switcher{padding:.1rem}
    .lang-btn{padding:.2rem .5rem;font-size:.65rem}
    .price-card.highlighted{transform:none}
    .cta-box{border-radius:1.5rem;padding:2rem}
    .footer-inner{flex-direction:column}
    .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
    .trust-logos{gap:1.5rem}
    .hero-section{padding-top:2rem;padding-bottom:3rem}
    .section{padding:3rem 1rem}
}
