
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
:root{--primary:#111827;--grad-start:#4B2080;--grad-end:#9B55A8;
    /* Subtle brand pink accent */
    --pink-accent: #C17ABE;
    --pink-light: #D4A0CF;
    --pink-glow: rgba(193,122,190,0.15);--accent:#9B55A8;--accent-hover:#4B2080;--accent2:#C07AC8;--bg:#1F2937;--white:#fff;--text:#E5E7EB;--text-light:#9CA3AF;--border:#374151;--success:#10b981;--shadow:0 4px 24px rgba(0,0,0,.35);--head:'Manrope',sans-serif;--body:'Manrope',sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100%;overflow-x:hidden}
html{scroll-behavior:smooth}
body{font-family:var(--body);background:var(--primary);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-text-size-adjust:100%}

/* TOPBAR */
.topbar{background:#0D0D1A;color:rgba(255,255,255,.85);font-size:12px;font-weight:500;padding:8px 0}
.topbar-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.topbar-badges{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.topbar-badges span{display:flex;align-items:center;gap:5px}
.topbar-actions{display:flex;align-items:center;gap:12px}
.topbar-actions a{color:var(--accent);text-decoration:none;font-weight:600;font-size:12px;display:flex;align-items:center;gap:4px;transition:opacity .2s}
.topbar-actions a:hover{opacity:.8}
.badge-survey{background:var(--accent2);color:#fff!important;padding:3px 10px;border-radius:3px;font-size:11px;font-weight:700!important;letter-spacing:.5px;text-transform:uppercase}

/* ANNOUNCEMENT */
.ann-bar{background:linear-gradient(90deg,#4B2080,#4B2080);color:#fff;text-align:center;padding:10px 24px;font-size:13px;font-weight:600}
.ann-bar a{color:var(--accent);text-decoration:none;margin-left:8px}

/* NAVBAR */
.navbar{background:#111827;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(17,24,39,.08)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:68px;gap:20px}
.nav-logo{font-family:var(--head);font-size:26px;font-weight:800;color:#E5E7EB;text-decoration:none;letter-spacing:-1px;flex-shrink:0}
.nav-logo span{color:var(--accent)}
.nav-links{display:flex;align-items:center;gap:2px;list-style:none;flex:1;justify-content:center}
.nav-links>li{position:relative}
.nav-links>li>a{display:flex;align-items:center;gap:4px;padding:8px 12px;color:var(--text);text-decoration:none;font-size:14px;font-weight:500;border-radius:6px;transition:all .2s;white-space:nowrap}
.nav-links>li>a:hover{background:rgba(139,92,246,.1);color:var(--accent)}
.nav-badge{background:var(--accent2);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.3px}
.dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#1F2937;border-radius:12px;box-shadow:0 20px 60px rgba(17,24,39,.18);border:1px solid var(--border);min-width:220px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s;z-index:100}
.nav-links>li:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{display:flex;align-items:center;gap:10px;padding:9px 12px;color:var(--text);text-decoration:none;font-size:13px;font-weight:500;border-radius:8px;transition:all .15s}
.dropdown a:hover{background:rgba(139,92,246,.1);color:var(--accent)}
.dd-ico{width:26px;height:26px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;color:#fff}
.dd-div{height:1px;background:var(--border);margin:6px 8px}
.dd-head{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-light);padding:8px 12px 4px}
.nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.btn-wa{display:flex;align-items:center;gap:6px;background:#25D366;color:#fff;padding:9px 16px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}
.btn-wa:hover{background:#128C7E;transform:translateY(-1px)}
.btn-primary{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));color:#fff;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer}
.btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 16px rgba(139,92,246,.4)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;border:none;background:none}
.hamburger span{display:block;width:24px;height:2px;background:var(--primary);border-radius:2px;transition:all .3s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* MOBILE DRAWER */
.mobile-drawer{display:none;position:fixed;top:0;right:-100%;width:min(340px,100vw);height:100dvh;background:#111827;z-index:2000;box-shadow:-4px 0 40px rgba(0,0,0,.15);overflow-y:auto;transition:right .35s ease;padding-bottom:40px}
.mobile-drawer.open{right:0}
.drawer-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1999}
.drawer-overlay.open{display:block}
.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--primary)}
.drawer-logo{font-family:var(--head);font-size:22px;font-weight:800;color:#fff;text-decoration:none}
.drawer-logo span{color:var(--accent)}
.drawer-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}
.drawer-section{padding:16px 24px;border-bottom:1px solid var(--border)}
.drawer-st{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-light);margin-bottom:10px}
.drawer-links{list-style:none}
.drawer-links li a{display:flex;align-items:center;gap:10px;padding:9px 0;color:var(--text);text-decoration:none;font-size:14px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.04)}
.drawer-links li a:hover{color:var(--grad-end)}
.drawer-ctas{padding:20px 24px;display:flex;flex-direction:column;gap:10px}
.drawer-ctas a{justify-content:center;padding:12px;text-align:center}

/* HERO */
.hero{background:linear-gradient(135deg,#0D0D1A 0%,#1A0A2E 35%,#4B2080 70%,#4B2080 100%);padding:80px 0 60px;position:relative;overflow:hidden;min-height:580px;display:flex;align-items:center}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.22) 0%,transparent 65%);top:-100px;right:-100px;pointer-events:none}
.hero-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center;position:relative;z-index:1;width:100%}
.hero-content{color:#fff}
.hero-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);color:var(--accent);padding:7px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:20px}
.hero h1{font-family:var(--head);font-size:clamp(32px,4.5vw,58px);font-weight:800;line-height:1.08;margin-bottom:22px;letter-spacing:-1.5px}
.hero h1 .line2{color:var(--accent);white-space:nowrap}
.hero h1 .line3{color:rgba(255,255,255,.9)}
.hero-sub{font-size:18px;opacity:.85;line-height:1.65;margin-bottom:32px;max-width:520px}
.hero-ctas{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.hero-btn-main{display:flex;align-items:center;gap:8px;background:var(--accent);color:var(--primary);padding:15px 28px;border-radius:10px;font-weight:800;font-size:16px;text-decoration:none;transition:all .2s;font-family:var(--head)}
.hero-btn-main:hover{background:#4B2080;transform:translateY(-2px);box-shadow:0 8px 24px rgba(139,92,246,.2)}
.hero-btn-wa{display:flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:15px 22px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s}
.hero-btn-wa:hover{background:#128C7E;transform:translateY(-2px)}
.hero-btn-call{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);color:#fff;padding:15px 22px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:all .2s}
.hero-btn-call:hover{background:rgba(255,255,255,.2)}
.hero-trust{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;opacity:.8}
.hero-trust-item .st{color:#f59e0b;letter-spacing:2px}
.hero-form-card{background:#1F2937;border-radius:16px;padding:30px;box-shadow:0 24px 64px rgba(0,0,0,.3)}
.hero-form-card h4{font-family:var(--head);font-size:19px;font-weight:800;color:#E5E7EB;margin-bottom:5px}
.hero-form-card p{font-size:13px;color:var(--text-light);margin-bottom:20px}
.form-group{margin-bottom:14px}
.form-group label{display:block;font-size:12px;font-weight:600;color:var(--text);margin-bottom:5px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;font-family:var(--body);color:var(--text);background:#111827;border-color:#374151;transition:border-color .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--grad-end);box-shadow:0 0 0 3px rgba(139,92,246,.25)}
.btn-form-submit{width:100%;padding:13px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:var(--body);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}
.btn-form-submit:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 16px rgba(139,92,246,.4)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}

/* COMPETITOR PILLS */
.comp-bar{background:#1F2937;border-bottom:1px solid var(--border);padding:16px 0}
.comp-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.comp-label{font-size:12px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}
.comp-pill{display:inline-flex;align-items:center;gap:6px;background:var(--bg);border:1px solid var(--border);padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600;color:var(--text-light);white-space:nowrap;transition:all .2s}
.comp-pill:hover{border-color:var(--grad-end);color:var(--grad-end)}
.comp-pill .x{color:var(--success);font-size:14px;font-weight:800}
.comp-cta-pill{background:linear-gradient(135deg,var(--grad-start),var(--grad-end));color:#fff;border-color:transparent;padding:5px 16px;cursor:pointer;text-decoration:none}
.comp-cta-pill:hover{opacity:.9;color:#fff}

/* RATINGS BAR */
.ratings-bar{background:#0D0D1A;border-bottom:1px solid #374151;padding:16px 0}
.ratings-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.rating-item{display:flex;align-items:center;gap:10px;color:#fff}
.rating-item .stars{color:#f59e0b;font-size:18px;letter-spacing:2px}
.rating-item strong{font-family:var(--head);font-size:15px;font-weight:700}
.rating-item span{font-size:12px;opacity:.7}
.rating-divider{width:1px;height:30px;background:rgba(255,255,255,.15)}

/* STATS */
.stats-section{background:#111827;padding:60px 0;border-top:1px solid #374151;border-bottom:1px solid #374151}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border)}
.stat-item{background:#1F2937;padding:32px 20px;text-align:center;border-radius:12px;border:1px solid #374151}
.stat-number{font-family:var(--head);font-size:38px;font-weight:800;color:#E5E7EB;line-height:1;margin-bottom:6px}
.stat-number em{color:var(--grad-end);font-style:normal}
.stat-label{font-size:13px;color:var(--text-light);font-weight:500}

/* PRODUCTS */
.products-section{padding:80px 0;background:#111827}
.container{max-width:1280px;margin:0 auto;padding:0 24px}
.section-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.35);color:#C07AC8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:6px 14px;border-radius:20px;margin-bottom:14px}
.section-title{font-family:var(--head);font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#E5E7EB;line-height:1.15;margin-bottom:14px}
.section-title span{color:var(--grad-end)}
.section-sub{font-size:17px;color:var(--text-light);line-height:1.6;max-width:600px}
.text-center{text-align:center}
.text-center .section-sub{margin:0 auto}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.product-card{background:#1F2937;border-radius:14px;padding:26px;border:1px solid var(--border);transition:all .25s;text-decoration:none;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow);position:relative}
.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(17,24,39,.14);border-color:rgba(139,92,246,.25)}
.product-card-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff}
.product-card h3{font-family:var(--head);font-size:16px;font-weight:700;color:#E5E7EB}
.product-card p{font-size:13px;color:var(--text-light);line-height:1.55;flex:1}
.product-card .card-link{font-size:13px;font-weight:600;color:var(--grad-end);display:flex;align-items:center;gap:4px}
.product-card-new{position:absolute;top:14px;right:14px;background:var(--accent2);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:.3px}

/* SECURITY SECTION */

/* ── INDUSTRY GRID ── */
.ind-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:16px}
.ind-card{background:#1F2937;border:1px solid #374151;border-radius:14px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;cursor:pointer;transition:all .25s;text-decoration:none}
.ind-card:hover{border-color:#9B55A8;transform:translateY(-2px);background:#242f42}
.ind-card-icon{font-size:28px;line-height:1}
.ind-card-name{font-family:var(--head);font-size:14px;font-weight:800;color:#E5E7EB}
.ind-card-desc{font-size:12px;color:#6B7280;line-height:1.5}
.ind-card 

/* ── CARD ACTION BUTTONS (product cards + industry cards) ── */
.card-actions{display:flex;flex-direction:column;gap:6px;padding-top:10px;width:100%;margin-top:auto}
.card-btn-row{display:flex;gap:6px;width:100%}

.card-btn-learn{font-size:12px;font-weight:700;color:#9B55A8;text-decoration:none;min-width:80px;padding:7px 10px;border-radius:7px;background:rgba(155,85,168,.1);border:1px solid rgba(155,85,168,.2);transition:all .2s;text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap;flex:1}
.card-btn-learn:hover{background:#9B55A8;color:#fff;border-color:#9B55A8}
.card-btn-quote{font-size:12px;font-weight:700;color:#E5E7EB;min-width:80px;padding:7px 10px;border-radius:7px;background:#374151;border:1px solid #4B5563;transition:all .2s;cursor:pointer;text-align:center;white-space:nowrap;font-family:var(--head);display:flex;align-items:center;justify-content:center;flex:1}
.card-btn-quote:hover{background:#4B5563;border-color:#6B7280}
.card-btn-wa{font-size:12px;font-weight:700;width:100%;color:#25D366;text-decoration:none;padding:7px 10px;border-radius:7px;background:rgba(37,211,102,.08);border:1px solid rgba(37,211,102,.2);transition:all .2s;grid-column:1/-1;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}
.card-btn-wa:hover{background:#25D366;color:#fff;border-color:#25D366}
.card-btn-wa svg{flex-shrink:0}

.security-section{padding:80px 0;background:#111827}
.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:48px}
.security-brands{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.brand-item{display:flex;align-items:center;gap:16px;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:16px 20px;transition:all .2s}
.brand-item:hover{border-color:var(--grad-end);transform:translateX(4px)}
.brand-badge{width:48px;height:48px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}
.brand-item h4{font-family:var(--head);font-size:15px;font-weight:700;color:#E5E7EB;margin-bottom:3px}
.brand-item p{font-size:12px;color:var(--text-light)}

/* AI SECTION */
.ai-section{padding:80px 0;background:linear-gradient(135deg,#0D0D1A 0%,#1A0A2E 40%,#4B2080 75%,#4B2080 100%);position:relative;overflow:hidden}
.ai-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.ai-section .section-title{color:#fff}
.ai-section .section-sub{color:rgba(255,255,255,.7)}
.ai-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.ai-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:28px;transition:all .25s;backdrop-filter:blur(4px)}
.ai-card:hover{background:rgba(255,255,255,.1);border-color:var(--accent);transform:translateY(-4px)}
.ai-card-icon{font-size:36px;margin-bottom:16px}
.ai-card h3{font-family:var(--head);font-size:17px;font-weight:700;color:#fff;margin-bottom:10px}
.ai-card p{font-size:13px;color:rgba(255,255,255,.65);line-height:1.6}
.ai-demo-box{background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.25);border-radius:14px;padding:28px;margin-top:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ai-demo-text h4{font-family:var(--head);font-size:20px;font-weight:700;color:#fff;margin-bottom:6px}
.ai-demo-text p{font-size:14px;color:rgba(255,255,255,.7)}
.ai-demo-number{font-family:var(--head);font-size:28px;font-weight:800;color:var(--accent)}
.ai-demo-ctas{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.btn-ai-demo{display:flex;align-items:center;gap:8px;background:var(--accent);color:var(--primary);padding:13px 24px;border-radius:10px;font-weight:800;font-size:15px;text-decoration:none;transition:all .2s}
.btn-ai-demo:hover{background:#4B2080;transform:translateY(-2px)}
.btn-ai-wa{display:flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:13px 20px;border-radius:10px;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s}
.btn-ai-wa:hover{background:#128C7E}

/* FIBRE SECTION */
.fibre-section{padding:80px 0;background:#111827}
.fibre-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:48px}
.fibre-features{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.fibre-feature{display:flex;align-items:flex-start;gap:14px;background:#1F2937;border:1px solid var(--border);border-radius:12px;padding:16px 20px}
.fibre-feature-icon{width:40px;height:40px;background:linear-gradient(135deg,rgba(92,46,143,.1),rgba(139,92,246,.1));border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.fibre-feature h4{font-family:var(--head);font-size:14px;font-weight:700;color:#E5E7EB;margin-bottom:3px}
.fibre-feature p{font-size:12px;color:var(--text-light)}

/* PSTN SECTION */
.pstn-section{background:linear-gradient(135deg,#4B2080 0%,#4B2080 100%);padding:48px 0}
.pstn-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.pstn-text h3{font-family:var(--head);font-size:26px;font-weight:800;color:#fff;margin-bottom:6px}
.pstn-text p{font-size:15px;color:rgba(255,255,255,.85)}
.pstn-ctas{display:flex;gap:12px;flex-wrap:wrap}
.btn-pstn{display:flex;align-items:center;gap:8px;background:#E5E7EB;color:#111827;padding:13px 24px;border-radius:10px;font-weight:800;font-size:15px;text-decoration:none;transition:all .2s}
.btn-pstn:hover{background:rgba(255,255,255,.9);transform:translateY(-2px)}
.btn-pstn-outline{display:flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:13px 20px;border-radius:10px;font-weight:700;font-size:14px;text-decoration:none;border:2px solid rgba(255,255,255,.5);transition:all .2s}
.btn-pstn-outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}

/* TESTIMONIALS */
.testimonials-section{padding:80px 0;background:#111827}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.testi-card{background:#1F2937;border-radius:14px;padding:28px;border:1px solid #374151}
.testi-stars{color:#f59e0b;font-size:16px;margin-bottom:12px}
.testi-text{font-size:14px;color:var(--text);line-height:1.7;font-style:italic;margin-bottom:18px}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-av{width:44px;height:44px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px}
.testi-name{font-weight:600;font-size:14px;color:#E5E7EB}
.testi-co{font-size:12px;color:var(--text-light)}

/* WHY US */
.why-section{padding:80px 0;background:#111827}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-top:48px}
.why-items{display:flex;flex-direction:column;gap:20px}
.why-item{display:flex;gap:16px;align-items:flex-start}
.why-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;color:#fff}
.why-item h4{font-family:var(--head);font-size:16px;font-weight:700;color:#E5E7EB;margin-bottom:5px}
.why-item p{font-size:14px;color:var(--text-light);line-height:1.6}

/* CTA BAND */
.cta-band{background:linear-gradient(135deg,#1A0A2E 0%,#4B2080 45%,#4B2080 75%,#9B55A8 100%);padding:70px 0;text-align:center}
.cta-band h2{font-family:var(--head);font-size:clamp(24px,3vw,40px);font-weight:800;color:#fff;margin-bottom:10px}
.cta-band p{font-size:17px;color:rgba(255,255,255,.8);margin-bottom:32px}
.cta-buttons{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.btn-cta-main{display:flex;align-items:center;gap:8px;background:var(--accent);color:var(--primary);padding:15px 30px;border-radius:10px;font-weight:800;font-size:16px;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-family:var(--body)}
.btn-cta-main:hover{background:#4B2080;color:#fff;transform:translateY(-2px)}
.btn-cta-wa{display:flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:15px 24px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s}
.btn-cta-wa:hover{background:#128C7E;transform:translateY(-2px)}
.btn-cta-ghost{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);color:#fff;padding:15px 24px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:all .2s}
.btn-cta-ghost:hover{background:rgba(255,255,255,.2)}

/* FOOTER */
footer{background:#0D0D1A;color:rgba(255,255,255,.8);padding:60px 0 0}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:32px}
.footer-logo{font-family:var(--head);font-size:28px;font-weight:800;color:#fff;text-decoration:none;display:block;margin-bottom:14px}
.footer-logo span{color:var(--accent)}
.footer-brand p{font-size:14px;line-height:1.7;opacity:.7;margin-bottom:18px}
.footer-social{display:flex;gap:10px}
.footer-social a{width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:15px;transition:all .2s}
.footer-social a:hover{background:var(--accent);color:var(--primary)}
.footer-col h5{font-family:var(--head);font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.6px;margin-bottom:16px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:9px}
.footer-col ul li a{color:rgba(255,255,255,.6);text-decoration:none;font-size:13px;transition:color .2s;background:transparent;border:none;width:100%;text-align:left}
.footer-col ul li a:hover{color:var(--accent)}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:13px}
.footer-contact-item a{color:var(--accent);text-decoration:none}
.footer-ci{width:28px;height:28px;background:rgba(139,92,246,.1);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:1px}
.footer-bottom{padding:24px;border-top:1px solid rgba(255,255,255,.08);margin-top:48px}
.footer-bottom-inner{max-width:1280px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-seo{font-size:12px;opacity:.45;line-height:1.7;flex:1;min-width:280px}
.footer-legal{font-size:12px;opacity:.5;text-align:right}
.footer-legal a{color:rgba(255,255,255,.5);text-decoration:none}
.footer-legal a:hover{color:#fff}

/* FLOATING BAR */
.floating-bar{position:fixed;bottom:0;left:0;right:0;background:#0D0D1A;z-index:900;transform:translateY(100%);transition:transform .4s ease;border-top:2px solid var(--accent)}
.floating-bar.visible{transform:translateY(0)}
.fb-inner{max-width:1280px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.fb-text{color:#fff;font-size:14px;font-weight:600}
.fb-text span{color:var(--accent)}
.fb-actions{display:flex;align-items:center;gap:10px}
.fb-actions a{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}
.fb-wa{background:#25D366;color:#fff}
.fb-phone{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}
.fb-quote{background:var(--accent);color:var(--primary)}

/* WA BUBBLE */
.wa-bubble{position:fixed;bottom:80px;right:24px;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:800;box-shadow:0 4px 20px rgba(37,211,102,.4);text-decoration:none;animation:pulseWa 2s infinite;transition:transform .2s}
.wa-bubble:hover{transform:scale(1.1)}
.wa-bubble svg{width:28px;height:28px;fill:#fff}
.wa-notif{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--accent2);border-radius:50%;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
@keyframes pulseWa{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 12px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* COOKIE */
.cookie-banner{display:none;position:fixed;bottom:24px;left:24px;max-width:400px;background:#1F2937;color:#fff;border-radius:12px;padding:20px 24px;z-index:5000;box-shadow:0 8px 40px rgba(0,0,0,.3);border-top:3px solid var(--accent)}
.cookie-banner.show{display:block}
.cookie-banner h4{font-family:var(--head);font-size:15px;margin-bottom:6px}
.cookie-banner p{font-size:12px;opacity:.8;line-height:1.5;margin-bottom:14px}
.cookie-btns{display:flex;gap:10px}
.cookie-accept{flex:1;padding:9px;background:var(--accent);color:var(--primary);border:none;border-radius:6px;font-weight:700;font-size:13px;cursor:pointer}
.cookie-decline{padding:9px 14px;background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;font-size:13px;cursor:pointer}

/* REVEAL */
.reveal{opacity:0;transform:translateY(28px);transition:all .6s ease}
.reveal.visible{opacity:1;transform:none}

/* RESPONSIVE */

/* ── FEATURE CARDS (location pages & inner pages) ── */
.feat-card{background:#1F2937;border:1px solid #374151;border-radius:14px;padding:28px;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}
.feat-card:hover{border-color:#9B55A8;transform:translateY(-2px)}
.feat-icon{width:52px;height:52px;background:linear-gradient(135deg,rgba(75,32,128,.2),rgba(155,85,168,.15));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px;border:1px solid rgba(155,85,168,.25);flex-shrink:0}
.feat-card h3{font-family:var(--head);font-size:16px;font-weight:800;color:#E5E7EB;margin-bottom:10px}
.feat-card p{font-size:14px;color:#9CA3AF;line-height:1.7;flex:1}


/* ── SERVICE CARD (alternate card style, location pages) ── */
.svc-card{background:#1F2937;border:1px solid #374151;border-radius:14px;padding:24px 28px;transition:border-color .2s,transform .2s;display:flex;flex-direction:column;gap:10px}
.svc-card:hover{border-color:#9B55A8;transform:translateY(-2px)}
.svc-card h3{font-family:var(--head);font-size:16px;font-weight:800;color:#E5E7EB}
.svc-card p{font-size:14px;color:#9CA3AF;line-height:1.7}

/* ── REVIEW CARDS (location pages & inner pages) ── */
.review-card{background:#1F2937;border:1px solid #374151;border-radius:14px;padding:28px;transition:border-color .2s}
.review-card:hover{border-color:#9B55A8}
.review-stars{color:#F59E0B;font-size:15px;letter-spacing:2px;margin-bottom:14px}
.review-text{font-size:15px;color:#E5E7EB;line-height:1.7;margin-bottom:20px;font-style:italic}
.review-author{display:flex;align-items:center;gap:12px}
.review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4B2080,#9B55A8);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}
.review-author strong{font-size:14px;color:#E5E7EB;display:block;font-family:var(--head)}
.review-author span{font-size:12px;color:#6B7280}

/* ── PRODUCT CARD LINKS (homepage product grid) ── */
.product-card-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:4px}
.product-card-links a{font-size:13px;font-weight:700;color:var(--accent);text-decoration:none;padding:6px 12px;border-radius:6px;background:rgba(155,85,168,.1);border:1px solid rgba(155,85,168,.2);transition:all .2s;white-space:nowrap}
.product-card-links a:hover{background:var(--accent);color:#fff}
.product-card-links a.wa-link{background:rgba(37,211,102,.1);border-color:rgba(37,211,102,.25);color:#25D366}
.product-card-links a.wa-link:hover{background:#25D366;color:#fff}

/* ── FAQ LIST wrapper ── */
.faq-list{display:flex;flex-direction:column;gap:8px}


/* ── CAROUSEL DOTS ── */
.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);cursor:pointer;transition:all .2s;flex-shrink:0}
.dot.active{background:#9B55A8;width:24px;border-radius:4px}
/* ── PHOTO PLACEHOLDER ── */
.photo-placeholder{border-radius:16px;background:linear-gradient(135deg,rgba(75,32,128,.08),rgba(155,85,168,.05));border:2px dashed rgba(155,85,168,.2);display:flex;align-items:center;justify-content:center;color:rgba(155,85,168,.4);font-size:14px;text-align:center}


/* ── BLOG GRID & CARDS ── */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.blog-card{background:#1F2937;border:1px solid #374151;border-radius:14px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:all .25s}
.blog-card:hover{border-color:#9B55A8;transform:translateY(-2px)}
.blog-card-tag{font-size:11px;font-weight:700;color:#9B55A8;text-transform:uppercase;letter-spacing:.8px;padding:16px 20px 0;display:block}
.blog-card-title{font-family:var(--head);font-size:18px;font-weight:800;color:#E5E7EB;padding:10px 20px 0;line-height:1.35}
.blog-card-excerpt{font-size:14px;color:#9CA3AF;line-height:1.6;padding:10px 20px 0;flex:1}
.blog-card-meta{font-size:12px;color:#6B7280;padding:12px 20px 16px;display:flex;gap:12px;align-items:center;border-top:1px solid #374151;margin-top:12px}
.blog-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#9B55A8;padding:10px 20px 16px}

/* ── FOOTER COMBINED LAST COLUMN ── */
.footer-col-last .footer-contact-item{margin-bottom:8px}
.footer-col-last ul li{margin-bottom:7px}


/* ── SECTION CTA GROUP SPACING ── */
.section-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;margin-bottom:36px}

@media(max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}

/* ── CONTACT GRID ── */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}

/* ── COVERAGE GRID (industry pages) ── */
.coverage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:20px}
.ind-bens-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:24px}

/* ── INFO BOX (assure-x etc) ── */
.info-box{background:#1F2937;border:1px solid #374151;border-radius:14px;padding:28px}
.info-box h3{font-family:var(--head);color:#E5E7EB;margin-bottom:16px}

/* ── PHOTO SLOT ── */
.photo-slot{position:relative;background:linear-gradient(135deg,#1F2937,#111827);border:2px dashed rgba(139,92,246,.4);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:300px}

/* ── SECONDARY BUTTON ── */
.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#9B55A8;padding:13px 24px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;border:2px solid #9B55A8;transition:all .2s;font-family:var(--head)}
.btn-secondary:hover{background:#9B55A8;color:#fff}

@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.ai-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:1fr 1fr}}
@media(max-width:960px){.nav-links{display:none}.nav-actions .btn-wa,.nav-actions .btn-primary{display:none}.hamburger{display:flex}.mobile-drawer{display:block}.hero-inner{grid-template-columns:1fr}.hero-form-card{max-width:500px}.security-grid,.fibre-grid,.why-grid,.failover-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.industries-grid{grid-template-columns:repeat(3,1fr) !important}}
@media(max-width:640px){.products-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.ai-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.topbar-badges{display:none}.ratings-inner{gap:20px}.hero h1{font-size:32px}.hero-ctas{flex-direction:column;align-items:flex-start}.hero-ctas a{width:100%;justify-content:center}.pstn-inner{flex-direction:column}.industries-grid{grid-template-columns:repeat(2,1fr) !important}}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,#0D0D1A 0%,#1A0A2E 40%,#4B2080 75%,#4B2080 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E")}
.page-hero .container{position:relative;z-index:1}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.5);margin-bottom:20px;flex-wrap:wrap}
.breadcrumb a{color:rgba(255,255,255,.6);text-decoration:none}
.breadcrumb a:hover{color:#9B55A8}
.breadcrumb span{color:rgba(255,255,255,.3)}
.page-hero h1{font-family:'Manrope',sans-serif;font-size:clamp(28px,4vw,54px);font-weight:800;color:#E5E7EB;line-height:1.15;margin-bottom:20px}
.page-hero h1 span{color:#9B55A8}
.page-hero .hero-sub{font-size:clamp(15px,2vw,18px);color:rgba(255,255,255,.75);max-width:640px;line-height:1.7;margin-bottom:32px}
.page-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero-badge-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.hero-badge{background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);color:#C07AC8;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700}
/* CONTENT SECTIONS */
.section-light{padding:72px 0;background:#111827}
.section-dark{padding:72px 0;background:#0D0D1A}
.section-mid{padding:72px 0;background:#1F2937}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}
.feature-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.feature-item{display:flex;align-items:flex-start;gap:14px;background:#1F2937;border:1px solid #374151;border-radius:12px;padding:18px;transition:border-color .2s}
.feature-item:hover{border-color:#9B55A8}
.fi-icon{width:44px;height:44px;background:linear-gradient(135deg,#4B2080,#4B2080,#9B55A8);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.fi-icon-plain{width:44px;height:44px;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.fi-text h4{font-family:'Manrope',sans-serif;font-size:15px;font-weight:700;color:#E5E7EB;margin-bottom:4px}
.fi-text p{font-size:13px;color:#9CA3AF;line-height:1.6}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.benefit-card{background:#1F2937;border:1px solid #374151;border-radius:14px;padding:28px;text-align:center;transition:all .25s}
.benefit-card:hover{border-color:#9B55A8;transform:translateY(-4px)}
.benefit-icon{font-size:40px;margin-bottom:16px}
.benefit-card h3{font-family:'Manrope',sans-serif;font-size:17px;font-weight:700;color:#E5E7EB;margin-bottom:8px}
.benefit-card p{font-size:13px;color:#9CA3AF;line-height:1.6}
.price-card{background:linear-gradient(135deg,rgba(92,46,143,.15),rgba(139,92,246,.1));border:2px solid rgba(139,92,246,.2);border-radius:16px;padding:32px;text-align:center}
.price-card h3{font-family:'Manrope',sans-serif;color:#E5E7EB;font-size:22px;font-weight:800;margin-bottom:8px}
.price-from{font-size:13px;color:#9CA3AF;margin-bottom:4px}
.price-amount{font-family:'Manrope',sans-serif;font-size:48px;font-weight:800;color:#9B55A8;line-height:1}
.price-period{font-size:14px;color:#9CA3AF;margin-bottom:16px}
.faq-section{padding:72px 0;background:#111827}
.faq-item{background:#1F2937;border:1px solid #374151;border-radius:12px;margin-bottom:12px;overflow:hidden}
.faq-q{padding:20px 24px;font-family:'Manrope',sans-serif;font-size:16px;font-weight:700;color:#E5E7EB;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s;background:transparent;border:none;width:100%;text-align:left}
.faq-q:hover{color:#9B55A8}
.faq-q::after{content:'+';font-size:22px;color:#9B55A8;font-weight:300}
.faq-a{padding:0 24px 20px;font-size:14px;color:#9CA3AF;line-height:1.8}
.local-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}
.local-badge{background:#1F2937;border:1px solid #374151;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;color:#E5E7EB;text-align:center;transition:all .2s}
.local-badge:hover{border-color:#9B55A8;color:#9B55A8}
.cta-inline{background:linear-gradient(135deg,#1A0A2E,#4B2080,#4B2080);border-radius:16px;padding:48px;text-align:center;margin:40px 0}
.cta-inline h3{font-family:'Manrope',sans-serif;font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#fff;margin-bottom:10px}
.cta-inline p{font-size:16px;color:rgba(255,255,255,.75);margin-bottom:24px}
.specs-table{width:100%;border-collapse:collapse;margin-top:24px}
.specs-table th{background:#1F2937;color:#E5E7EB;font-family:'Manrope',sans-serif;font-weight:700;padding:14px 16px;text-align:left;font-size:13px;border:1px solid #374151}
.specs-table td{padding:13px 16px;font-size:13px;color:#9CA3AF;border:1px solid #374151}
.specs-table tr:nth-child(even) td{background:#1F2937}
.specs-table tr:nth-child(odd) td{background:#111827}
.check{color:#10b981;font-weight:800}
.cross{color:#ef4444}
@media(max-width:960px){.content-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr 1fr}.local-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.benefits-grid{grid-template-columns:1fr}.local-grid{grid-template-columns:repeat(2,1fr)}}

/* ── MOBILE RESPONSIVE ───────────────────────────────────────── */
.hamburger span{background:#E5E7EB !important}
@media(max-width:960px){
  .nav-links{display:none}
  .nav-actions .btn-wa,.nav-actions .btn-primary{display:none}
  .hamburger{display:flex}
  .mobile-drawer{display:block}
  .mobile-drawer{width:min(340px,100vw);height:100dvh}
  .content-grid,.security-grid,.fibre-grid,.why-grid,.failover-grid{grid-template-columns:1fr}
  .benefits-grid{grid-template-columns:1fr 1fr}
  .local-grid{grid-template-columns:repeat(3,1fr)}
  .testimonials-grid{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .page-hero h1{font-size:clamp(26px,6vw,44px)}
  .page-hero-ctas{flex-direction:column;align-items:stretch}
  .page-hero-ctas a,.page-hero-ctas button{width:100%;justify-content:center}
}
@media(max-width:640px){
  .nav-inner{height:60px}
  .nav-logo{font-size:22px}
  .benefits-grid{grid-template-columns:1fr}
  .local-grid{grid-template-columns:repeat(2,1fr)}
  .footer-inner{grid-template-columns:1fr}
  .testimonials-grid{grid-template-columns:1fr}
  .section-title{font-size:clamp(22px,5.5vw,32px)}
  .cta-band h2{font-size:clamp(20px,5vw,28px)}
  .page-hero{padding:56px 0 40px}
  .page-hero h1{font-size:clamp(24px,7vw,36px)}
  .specs-table{font-size:12px}
  .specs-table th,.specs-table td{padding:10px 10px}
  .pstn-inner{flex-direction:column}
  .faq-q{font-size:14px;padding:16px 18px}
  .cta-inline{padding:28px 20px}
  .topbar-badges{display:none}
  .ann-bar{font-size:11px}
  .fb-actions a{padding:7px 10px;font-size:12px}
  .fb-text{font-size:12px}
}

/* FAQ accordion fix */
.faq-q{user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer;min-height:60px}
.faq-q::after{content:'+';font-size:24px;color:#9B55A8;font-weight:300;flex-shrink:0;margin-left:12px;transition:transform .25s}
.faq-q.open{color:#9B55A8}
.faq-q.open::after{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;padding:0 24px !important}
.faq-a.open{max-height:600px;padding:0 24px 20px !important}

/* ── MOBILE CARD OPTIMISATION ── */
@media(max-width:960px){
  .ind-grid{grid-template-columns:repeat(3,1fr)}
  .ind-card{padding:14px 10px}
  .card-btn-learn,.card-btn-quote,.card-btn-wa{font-size:11px;padding:6px 8px}
}
@media(max-width:640px){
  /* Industry cards — 2 col, compact */
  .ind-grid{grid-template-columns:repeat(2,1fr)}
  .ind-card{padding:12px 8px;border-radius:10px}
  .ind-card-icon{font-size:20px;margin-bottom:4px}
  .ind-card-name{font-size:11px;font-weight:700}
  .ind-card-desc{display:none}
  /* Product cards — 1 col, compact */
  .product-card{padding:16px 14px;gap:8px;border-radius:10px}
  .product-card-icon{width:40px;height:40px;font-size:18px;border-radius:9px}
  .product-card h3{font-size:14px}
  .product-card p{font-size:12px}
  /* Card buttons — smaller on mobile */
  .card-actions{display:flex;flex-direction:column;gap:6px;padding-top:10px;width:100%;margin-top:auto}
  .card-btn-learn,.card-btn-quote,.card-btn-wa{font-size:10px;padding:5px 8px;border-radius:5px}
  /* 2-col buttons on mobile: Learn + Quote side by side, WA full width */
  .card-actions{display:flex;flex-direction:column;gap:6px;padding-top:10px;width:100%;margin-top:auto}
}


    /* Pink accent elements */
    .badge-survey, .trust-badge { border-color: rgba(193,122,190,0.3) !important; }
    .hero-section { background: linear-gradient(135deg, #1a0533 0%, #4B2080 40%, #7B3088 70%, #1a0533 100%) !important; }
    .btn-primary { background: linear-gradient(135deg, #9B55A8, #C17ABE) !important; }
    .btn-primary:hover { background: linear-gradient(135deg, #C17ABE, #9B55A8) !important; }
    .section-tag { background: rgba(193,122,190,0.15) !important; color: #D4A0CF !important; border-color: rgba(193,122,190,0.3) !important; }
    h2::after { background: linear-gradient(90deg, #9B55A8, #C17ABE) !important; }

/* ── MOBILE OPTIMISATIONS ── */
img { max-width: 100%; height: auto; }
* { box-sizing: border-box; }
input, textarea, select, button { font-size: 16px; } /* Prevent iOS zoom */
.hero-inner { gap: 32px; }
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(24px, 8vw, 40px); }
  .hero-ctas { flex-direction: column; }
  .hero-ctas a { width: 100%; text-align: center; justify-content: center; }
  .hero-form-card { padding: 20px 16px; }
  .feat-card { padding: 20px; }
  .review-card { padding: 20px; }
  table { font-size: 13px; }
  table td, table th { padding: 10px 12px !important; }
  .faq-q { font-size: 15px; padding: 16px; }
  section { padding: 48px 0 !important; }
  .footer-inner { grid-template-columns: 1fr !important; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 22px; }
  .hero-pill { font-size: 11px; }
  .hero-btn-main, .hero-btn-wa, .hero-btn-call { padding: 12px 16px; font-size: 14px; }
}

/* ── BRANDS STRIP ── */
.brands-strip{background:#0D0D1A;padding:20px 24px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}
.brands-label{text-align:center;font-size:12px;font-weight:600;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.brands-track-wrap{overflow:hidden;position:relative}
.brands-track-wrap::before,.brands-track-wrap::after{content:'';position:absolute;top:0;bottom:0;width:60px;z-index:2}
.brands-track-wrap::before{left:0;background:linear-gradient(to right,#0D0D1A,transparent)}
.brands-track-wrap::after{right:0;background:linear-gradient(to left,#0D0D1A,transparent)}
.brands-track{display:flex;gap:12px;animation:brandScroll 35s linear infinite;width:max-content}
.brands-track:hover{animation-play-state:paused}
.brand-pill{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:6px 16px;font-size:13px;color:rgba(255,255,255,.55);white-space:nowrap;font-weight:500;flex-shrink:0}
@keyframes brandScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── INDEX-SPECIFIC LAYOUTS ── */
.ai-demo-strip-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.why-outer-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.yealink-outer-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
@media(max-width:960px){
  .ai-demo-strip-grid,.why-outer-grid,.yealink-outer-grid{grid-template-columns:1fr}
}
