/*
Theme Name: InternetCarrier
Theme URI: https://internetcarrier.net
Author: InternetCarrier
Author URI: https://internetcarrier.net
Description: Enterprise datacenter colocation and IP transit theme. Modern, clean design with indigo and amber palette.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: internetcarrier
Tags: one-column, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ===== VARIABLES ===== */
:root {
    --bg: #ffffff;
    --bg-light: #f5f3ff;
    --bg-warm: #fffbeb;
    --bg-card: #ffffff;
    --bg-card-hover: #f5f3ff;
    --border: #e0e0ea;
    --border-light: #c7c7d6;
    --text: #1e1b4b;
    --text-muted: #57537a;
    --text-dim: #9794b0;
    --primary: #4f46e5;
    --primary-dark: #4338ca;
    --primary-light: #818cf8;
    --primary-glow: rgba(79, 70, 229, 0.08);
    --accent: #f59e0b;
    --accent-dark: #d97706;
    --accent-glow: rgba(245, 158, 11, 0.1);
    --accent2: #0d9488;
    --accent2-glow: rgba(13, 148, 136, 0.08);
    --gradient: linear-gradient(135deg, #4f46e5, #818cf8);
    --gradient-warm: linear-gradient(135deg, #f59e0b, #fbbf24);
    --gradient-mix: linear-gradient(135deg, #4f46e5, #0d9488);
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 20px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --container: 1200px;
    --shadow-sm: 0 1px 3px rgba(30,27,75,0.04), 0 1px 2px rgba(30,27,75,0.06);
    --shadow-md: 0 4px 12px rgba(30,27,75,0.06), 0 2px 4px rgba(30,27,75,0.04);
    --shadow-lg: 0 10px 30px rgba(30,27,75,0.08), 0 4px 8px rgba(30,27,75,0.04);
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ===== TYPOGRAPHY ===== */
h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
h3 { font-size: 1.35rem; font-weight: 600; letter-spacing: -0.01em; }
h4 { font-size: 1.1rem; font-weight: 600; }
h5 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.gradient-text { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gradient-text-warm { background: var(--gradient-warm); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font); font-weight: 600; font-size: 0.95rem; padding: 12px 28px; border-radius: var(--radius-sm); border: none; cursor: pointer; transition: var(--transition); white-space: nowrap; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 2px 8px rgba(79,70,229,0.3); }
.btn-primary:hover { background: var(--primary-dark); box-shadow: 0 4px 16px rgba(79,70,229,0.35); transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #1e1b4b; box-shadow: 0 2px 8px rgba(245,158,11,0.3); font-weight: 700; }
.btn-accent:hover { background: var(--accent-dark); box-shadow: 0 4px 16px rgba(245,158,11,0.35); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-glow); }
.btn-nav { background: var(--primary); color: #fff; padding: 10px 22px; font-size: 0.88rem; box-shadow: 0 2px 8px rgba(79,70,229,0.2); }
.btn-nav:hover { background: var(--primary-dark); }
.btn-lg { padding: 16px 36px; font-size: 1rem; border-radius: var(--radius); }
.btn-sm { padding: 10px 22px; font-size: 0.88rem; }
.btn-full { width: 100%; }

/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; transition: var(--transition); background: transparent; }
.navbar.scrolled { background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 12px 0; box-shadow: var(--shadow-sm); }
.nav-container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; }
.logo-icon-svg { width: 34px; height: 34px; flex-shrink: 0; }
.logo-accent { color: var(--primary); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--text-muted); transition: var(--transition); }
.nav-links a:hover,
.nav-links a.active,
.nav-links .current-menu-item > a { color: var(--primary); }
.nav-links .btn { color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }

/* WordPress menu reset */
.nav-links ul { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.nav-links li { list-style: none; }
.nav-links li:last-child a { background: var(--primary); color: #fff !important; padding: 10px 22px; font-size: 0.88rem; border-radius: var(--radius-sm); box-shadow: 0 2px 8px rgba(79,70,229,0.2); }
.nav-links li:last-child a:hover { background: var(--primary-dark); }

/* ===== PAGE HERO ===== */
.page-hero { padding: 160px 0 80px; position: relative; overflow: hidden; }
.page-hero-indigo { background: linear-gradient(160deg, #eef2ff 0%, #faf5ff 40%, #fffbeb 100%); }
.page-hero-warm { background: linear-gradient(160deg, #fffbeb 0%, #faf5ff 50%, #eef2ff 100%); }
.page-hero-teal { background: linear-gradient(160deg, #f0fdfa 0%, #eef2ff 40%, #faf5ff 100%); }
.page-hero .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,70,229,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(79,70,229,0.035) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%); }
.hero-glow-1 { position: absolute; top: -10%; left: 20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(79,70,229,0.07), transparent 70%); pointer-events: none; }
.hero-glow-2 { position: absolute; bottom: -10%; right: 15%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,158,11,0.06), transparent 70%); pointer-events: none; }
.page-hero-content { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; border-radius: 100px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.03em; color: var(--primary); background: var(--primary-glow); border: 1px solid rgba(79,70,229,0.15); margin-bottom: 28px; }
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.page-hero-content p { font-size: 1.15rem; color: var(--text-muted); margin-top: 16px; line-height: 1.7; }
.hero-stats { display: flex; justify-content: center; gap: 36px; margin-top: 48px; }
.stat { text-align: center; }
.stat-value { display: block; font-size: 1.4rem; font-weight: 700; }
.stat-value-indigo { color: var(--primary); }
.stat-value-amber { color: var(--accent-dark); }
.stat-value-teal { color: var(--accent2); }
.stat-label { display: block; font-size: 0.78rem; color: var(--text-muted); margin-top: 4px; font-weight: 500; }
.stat-divider { width: 1px; height: 36px; background: var(--border); }

/* ===== HERO (front page) ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 120px 0 80px; background: linear-gradient(160deg, #eef2ff 0%, #faf5ff 40%, #fffbeb 100%); }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,70,229,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(79,70,229,0.035) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%); }
.hero-layout { display: flex; align-items: center; gap: 60px; position: relative; }
.hero-text { flex: 1; }
.hero-illustration { flex-shrink: 0; width: 420px; }
.hero-illustration svg { width: 100%; height: auto; }
.hero-sub { font-size: 1.15rem; color: var(--text-muted); max-width: 520px; margin: 20px 0 0; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 36px; }

/* ===== SECTIONS ===== */
.section { padding: 100px 0; position: relative; overflow: hidden; }
.section-lg { padding: 120px 0; }
.section-indigo { background: var(--bg-light); }
.section-warm { background: var(--bg-warm); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.section-tag { display: inline-block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; padding: 4px 14px; border-radius: 6px; }
.section-tag-indigo { color: var(--primary); background: var(--primary-glow); }
.section-tag-amber { color: var(--accent-dark); background: var(--accent-glow); }
.section-tag-teal { color: var(--accent2); background: var(--accent2-glow); }
.section-header p { color: var(--text-muted); margin-top: 16px; font-size: 1.08rem; line-height: 1.7; }
.section-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); }

.section-intro { display: flex; align-items: center; gap: 56px; max-width: 1100px; margin: 0 auto 64px; }
.section-intro-text { flex: 1; }
.section-intro-text .section-tag { display: inline-block; }
.section-intro-text h2 { margin-top: 8px; }
.section-intro-text p { color: var(--text-muted); margin-top: 16px; font-size: 1.08rem; line-height: 1.7; }
.section-intro-graphic { flex-shrink: 0; width: 360px; height: 300px; }
.section-intro-graphic svg { width: 100%; height: 100%; }

/* ===== CARDS ===== */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: var(--transition); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient); opacity: 0; transition: var(--transition); }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(79,70,229,0.2); }
.card:hover::before { opacity: 1; }
.card h4 { margin-bottom: 10px; }
.card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; }
.card-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); margin-bottom: 16px; }
.card-icon-indigo { background: var(--primary-glow); color: var(--primary); }
.card-icon-amber { background: var(--accent-glow); color: var(--accent-dark); }
.card-icon-teal { background: var(--accent2-glow); color: var(--accent2); }
.card-icon svg { width: 20px; height: 20px; }

/* ===== TRANSIT CARDS ===== */
.transit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.transit-card { position: relative; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; text-align: center; transition: var(--transition); box-shadow: var(--shadow-sm); }
.transit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.transit-card.featured { border-color: var(--accent); background: linear-gradient(180deg, rgba(245,158,11,0.04) 0%, #fff 100%); box-shadow: 0 4px 20px rgba(245,158,11,0.1); }
.transit-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 6px 20px; background: var(--accent); color: #1e1b4b; font-size: 0.75rem; font-weight: 700; border-radius: 100px; letter-spacing: 0.02em; }
.transit-port { font-size: 2.2rem; font-weight: 800; margin-bottom: 8px; }
.transit-port-indigo { color: var(--primary); }
.transit-port-amber { background: var(--gradient-warm); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.transit-port-teal { color: var(--accent2); }
.transit-card h4 { margin-bottom: 10px; }
.transit-card > p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 20px; line-height: 1.6; }
.transit-features { text-align: left; margin-bottom: 28px; }
.transit-features li { position: relative; padding: 8px 0 8px 24px; font-size: 0.88rem; color: var(--text-muted); border-bottom: 1px solid var(--border); }
.transit-features li:last-child { border-bottom: none; }
.transit-features li::before { content: ''; position: absolute; left: 2px; top: 12px; width: 10px; height: 6px; border-left: 2px solid var(--accent2); border-bottom: 2px solid var(--accent2); transform: rotate(-45deg); }

/* ===== DETAIL BLOCKS ===== */
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.detail-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.detail-block h4 { margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.detail-block h4 .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.detail-block ul { display: flex; flex-direction: column; gap: 10px; }
.detail-block li { position: relative; padding-left: 20px; font-size: 0.9rem; color: var(--text-muted); }
.detail-block li::before { content: ''; position: absolute; left: 0; top: 50%; width: 10px; height: 1px; background: var(--text-dim); }

/* ===== NETWORK CARDS ===== */
.net-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.net-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; transition: var(--transition); box-shadow: var(--shadow-sm); }
.net-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(79,70,229,0.15); }
.net-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); margin-bottom: 20px; }
.net-icon svg { width: 24px; height: 24px; }
.net-card h4 { margin-bottom: 10px; }
.net-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; }

/* ===== WHY US ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.why-item { padding: 24px; border-radius: var(--radius); transition: var(--transition); }
.why-item:hover { background: rgba(79,70,229,0.03); }
.why-number { font-size: 2rem; font-weight: 800; margin-bottom: 12px; line-height: 1; }
.why-item h4 { margin-bottom: 10px; }
.why-item p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; }

/* ===== TWO COL / SERVICE GROUPS ===== */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.service-group { margin-bottom: 56px; }
.service-group-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.service-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); }
.service-icon-indigo { background: var(--primary-glow); border: 1px solid rgba(79,70,229,0.12); color: var(--primary); }
.service-icon-amber { background: var(--accent-glow); border: 1px solid rgba(245,158,11,0.15); color: var(--accent-dark); }
.service-icon-teal { background: var(--accent2-glow); border: 1px solid rgba(13,148,136,0.12); color: var(--accent2); }
.service-icon svg { width: 22px; height: 22px; }

/* ===== FEATURE LIST ===== */
.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-list li { position: relative; padding-left: 28px; font-size: 0.95rem; color: var(--text-muted); line-height: 1.5; }
.feature-list.list-indigo li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-light); }
.feature-list.list-amber li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.feature-list.list-teal li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent2); }
.feature-block { padding: 28px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.feature-block h4 { margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.feature-block h4 svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ===== FEATURE CHIPS ===== */
.features-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.feature-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--bg-light); border: 1px solid var(--border); border-radius: 100px; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); }
.feature-chip svg { flex-shrink: 0; }
.feature-chip-amber svg { color: var(--accent); }
.feature-chip-teal svg { color: var(--accent2); }

/* ===== FACILITIES ===== */
.facilities-bar { background: linear-gradient(135deg, #eef2ff, #faf5ff); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 36px; }
.facility-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.chip { padding: 8px 18px; background: #fff; border: 1px solid var(--border); border-radius: 100px; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); box-shadow: var(--shadow-sm); }

/* ===== SLA CARDS ===== */
.sla-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sla-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; text-align: center; transition: var(--transition); box-shadow: var(--shadow-sm); }
.sla-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.sla-value { font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; display: block; }
.sla-card h4 { margin-bottom: 8px; font-size: 0.95rem; }
.sla-card p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.5; }

/* ===== SPECS GRID ===== */
.specs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.spec-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.spec-card h4 { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.spec-card h4 .spec-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.spec-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }
.specs-grid-4 { grid-template-columns: repeat(4, 1fr); }
.spec-card-center { text-align: center; }
.spec-value { font-size: 1.6rem; font-weight: 800; display: block; margin-bottom: 6px; }

/* ===== USE CASES ===== */
.usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.usecase-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: var(--transition); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.usecase-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; opacity: 0; transition: var(--transition); }
.usecase-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.usecase-card:hover::before { opacity: 1; }
.usecase-card:nth-child(odd)::before { background: var(--gradient); }
.usecase-card:nth-child(even)::before { background: var(--gradient-warm); }
.usecase-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); margin-bottom: 16px; }
.usecase-icon svg { width: 22px; height: 22px; }
.usecase-card h4 { margin-bottom: 8px; }
.usecase-card p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; }

/* ===== ABOUT: STORY / TIMELINE ===== */
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.story-text p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; }
.timeline { position: relative; padding-left: 40px; }
.timeline::before { content: ''; position: absolute; left: 14px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--primary-light), var(--accent), var(--accent2)); }
.timeline-item { position: relative; margin-bottom: 36px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot { position: absolute; left: -33px; top: 4px; width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--bg); box-shadow: 0 0 0 2px var(--primary); background: var(--primary); }
.timeline-item:nth-child(2) .timeline-dot { box-shadow: 0 0 0 2px var(--accent); background: var(--accent); }
.timeline-item:nth-child(3) .timeline-dot { box-shadow: 0 0 0 2px var(--accent2); background: var(--accent2); }
.timeline-item:nth-child(4) .timeline-dot { box-shadow: 0 0 0 2px var(--primary-light); background: var(--primary-light); }
.timeline-year { font-size: 0.8rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.timeline-item h4 { margin-bottom: 6px; }
.timeline-item p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

/* ===== ABOUT: VALUES ===== */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; transition: var(--transition); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.value-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient); opacity: 0; transition: var(--transition); }
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(79,70,229,0.2); }
.value-card:hover::before { opacity: 1; }
.value-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); margin-bottom: 20px; }
.value-icon svg { width: 24px; height: 24px; }
.value-card h4 { margin-bottom: 10px; }
.value-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; }

/* ===== ABOUT: FACILITIES ===== */
.facilities-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.facilities-text p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.7; margin-bottom: 28px; }
.spec-list { display: flex; flex-direction: column; gap: 16px; }
.spec-item { display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-sm); }
.spec-item .spec-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.spec-item p { color: var(--text-muted); font-size: 0.92rem; }
.spec-item h4 { font-size: 0.95rem; }

/* ===== ABOUT: STATS BAR ===== */
.stats-bar { background: linear-gradient(135deg, #1e1b4b, #312e81); border-radius: var(--radius-lg); padding: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-block .stat-value { display: block; font-size: 2rem; font-weight: 800; margin-bottom: 6px; }
.stat-block .stat-label { font-size: 0.85rem; color: #8b83b8; font-weight: 500; }

/* ===== ABOUT: TEAM ===== */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; text-align: center; transition: var(--transition); box-shadow: var(--shadow-sm); }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
.team-avatar svg { width: 40px; height: 40px; }
.team-card h4 { margin-bottom: 4px; }
.team-card .team-role { color: var(--primary); font-size: 0.85rem; font-weight: 600; margin-bottom: 12px; }
.team-card p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; }

/* ===== CONTACT CARDS ===== */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: -60px; position: relative; z-index: 10; }
.contact-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; transition: var(--transition); box-shadow: var(--shadow-md); }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(79,70,229,0.2); }
.contact-card-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius); margin: 0 auto 20px; }
.contact-card-icon svg { width: 26px; height: 26px; }
.contact-card h4 { margin-bottom: 8px; }
.contact-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; margin-bottom: 16px; }
.contact-card a.card-link { color: var(--primary); font-weight: 600; font-size: 0.92rem; transition: var(--transition); }
.contact-card a.card-link:hover { color: var(--primary-dark); }

/* ===== CONTACT FORM ===== */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-form-wrapper { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-lg); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--text); font-family: var(--font); font-size: 0.92rem; transition: var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-glow); background: #fff; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2357537a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-info { display: flex; flex-direction: column; gap: 32px; }
.info-block { padding: 28px; background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); }
.info-block h4 { margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.info-block h4 svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.info-block p, .info-block li { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }
.info-block ul { display: flex; flex-direction: column; gap: 8px; }
.info-block li { position: relative; padding-left: 20px; }
.info-block li::before { content: ''; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-light); transform: translateY(-50%); }

/* ===== FAQ ===== */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; transition: var(--transition); background: var(--bg-card); }
.faq-item:hover { border-color: rgba(79,70,229,0.2); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 0.95rem; gap: 16px; user-select: none; }
.faq-question svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--text-dim); transition: var(--transition); }
.faq-item.open .faq-question svg { transform: rotate(180deg); color: var(--primary); }
.faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { max-height: 300px; padding: 0 24px 20px; }
.faq-answer p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }

/* ===== BANNERS ===== */
.noc-banner { background: linear-gradient(135deg, #1e1b4b, #312e81); border-radius: var(--radius-lg); padding: 48px; text-align: center; color: #fff; }
.noc-banner h3 { color: #fff; margin-bottom: 12px; font-size: 1.5rem; }
.noc-banner p { color: #c4b5fd; font-size: 1.05rem; margin-bottom: 24px; }
.sla-banner { background: linear-gradient(135deg, #1e1b4b, #312e81); border-radius: var(--radius-lg); padding: 48px; text-align: center; color: #fff; }
.sla-banner h3 { color: #fff; font-size: 1.5rem; margin-bottom: 12px; }
.sla-banner p { color: #c4b5fd; font-size: 1.02rem; line-height: 1.7; margin-bottom: 24px; max-width: 600px; margin-left: auto; margin-right: auto; }
.sla-items { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-bottom: 32px; }
.sla-item { text-align: center; }
.sla-item .val { display: block; font-size: 1.5rem; font-weight: 800; margin-bottom: 4px; }
.sla-item .label { font-size: 0.8rem; color: #8b83b8; }

/* ===== NETWORK MAP ===== */
.network-map { background: linear-gradient(135deg, #1e1b4b, #312e81); border-radius: var(--radius-lg); padding: 48px; position: relative; overflow: hidden; min-height: 400px; display: flex; align-items: center; justify-content: center; }
.map-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(165,180,252,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(165,180,252,0.05) 1px, transparent 1px); background-size: 40px 40px; }
.map-content { position: relative; z-index: 1; text-align: center; width: 100%; }
.map-content h3 { color: #fff; margin-bottom: 24px; font-size: 1.2rem; }
.map-nodes { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-bottom: 32px; }
.map-node { text-align: center; }
.map-node-dot { width: 20px; height: 20px; border-radius: 50%; margin: 0 auto 8px; }
.map-node-label { font-size: 0.8rem; color: #a5b4fc; font-weight: 600; }
.map-node-sub { font-size: 0.7rem; color: #6d66a0; margin-top: 2px; }
.map-connections { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.map-conn { padding: 6px 16px; background: rgba(165,180,252,0.1); border: 1px solid rgba(165,180,252,0.15); border-radius: 100px; font-size: 0.78rem; color: #a5b4fc; font-weight: 500; }

/* ===== PEERING ===== */
.peering-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.peering-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.peering-block h4 { margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.peering-block h4 svg { width: 20px; height: 20px; flex-shrink: 0; }
.peering-block p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; margin-bottom: 16px; }
.peering-list { display: flex; flex-direction: column; gap: 8px; }
.peering-list li { position: relative; padding-left: 20px; font-size: 0.9rem; color: var(--text-muted); }
.peering-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent2); }

/* ===== OVERVIEW LAYOUT (network page) ===== */
.overview-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ===== LOOKING GLASS ===== */
.lg-terminal { background: #0f0d2e; border: 1px solid #312e81; border-radius: var(--radius-lg); overflow: hidden; max-width: 800px; margin: 0 auto; }
.lg-header { display: flex; align-items: center; gap: 8px; padding: 14px 20px; background: #1a1744; border-bottom: 1px solid #312e81; }
.lg-dot { width: 10px; height: 10px; border-radius: 50%; }
.lg-title { font-size: 0.82rem; color: #6d66a0; margin-left: 8px; font-weight: 500; }
.lg-body { padding: 24px; font-family: 'Courier New', monospace; font-size: 0.82rem; line-height: 1.8; color: #a5b4fc; }
.lg-body .prompt { color: #fbbf24; }
.lg-body .comment { color: #6d66a0; }
.lg-body .highlight { color: #5eead4; }

/* ===== MAP PLACEHOLDER ===== */
.map-section { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; height: 320px; position: relative; display: flex; align-items: center; justify-content: center; }
.map-placeholder { text-align: center; }
.map-placeholder svg { width: 80px; height: 80px; color: var(--text-dim); margin-bottom: 16px; }
.map-placeholder p { color: var(--text-dim); font-size: 0.92rem; }

/* ===== CTA ===== */
.cta-section { padding: 100px 0; position: relative; overflow: hidden; }
.cta-section-indigo { background: linear-gradient(160deg, #eef2ff 0%, #fffbeb 100%); }
.cta-section-warm { background: linear-gradient(160deg, #fffbeb 0%, #eef2ff 100%); }
.cta-section-teal { background: linear-gradient(160deg, #f0fdfa 0%, #eef2ff 50%, #faf5ff 100%); }
.cta-content { text-align: center; max-width: 600px; margin: 0 auto; position: relative; z-index: 1; }
.cta-content h2 { margin-bottom: 16px; }
.cta-content p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.cta-actions { display: flex; justify-content: center; gap: 16px; }

/* ===== FOOTER ===== */
.footer { background: #1e1b4b; padding: 64px 0 32px; color: #c4b5fd; }
.footer .logo { color: #fff; }
.footer .logo-accent { color: #a5b4fc; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { color: #8b83b8; font-size: 0.9rem; margin-top: 16px; line-height: 1.6; }
.footer h5 { color: #a5b4fc; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.footer-col a { font-size: 0.9rem; color: #8b83b8; transition: var(--transition); }
.footer-col a:hover { color: #e0e7ff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid #312e81; }
.footer-bottom p { font-size: 0.85rem; color: #6d66a0; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 0.85rem; color: #6d66a0; transition: var(--transition); }
.footer-links a:hover { color: #a5b4fc; }

/* ===== ANIMATIONS ===== */
@keyframes pulse { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }
@keyframes dash { to { stroke-dashoffset: -20; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes blink { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
.node-pulse { animation: pulse 3s ease-in-out infinite; }
.data-flow { stroke-dasharray: 8 4; animation: dash 2s linear infinite; }
.float-anim { animation: float 4s ease-in-out infinite; }
.blink { animation: blink 2s ease-in-out infinite; }
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.08s; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.16s; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.24s; }
.stagger.visible > *:nth-child(5) { transition-delay: 0.32s; }
.stagger.visible > *:nth-child(6) { transition-delay: 0.4s; }
.stagger.visible > * { opacity: 1; transform: translateY(0); }

/* ===== FORM STATUS ===== */
.form-status { margin-top: 16px; padding: 0; border-radius: 8px; font-size: 0.95rem; line-height: 1.5; transition: all 0.3s ease; }
.form-status:empty { display: none; }
.form-status.success { display: block; padding: 14px 20px; background: rgba(13,148,136,0.1); color: #0d9488; border: 1px solid rgba(13,148,136,0.2); }
.form-status.error { display: block; padding: 14px 20px; background: rgba(239,68,68,0.1); color: #dc2626; border: 1px solid rgba(239,68,68,0.2); }

/* ===== RESPONSIVE ===== */

/* --- Tablet: 769px - 1024px --- */
@media (max-width: 1024px) {
    .hero-layout { flex-direction: column; text-align: center; }
    .hero-text { order: 2; }
    .hero-illustration { order: 1; width: 320px; max-width: 100%; }
    .hero-illustration svg { width: 100%; height: auto; }
    .hero-actions { justify-content: center; }
    .hero-stats { justify-content: center; flex-wrap: wrap; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .transit-grid { grid-template-columns: repeat(2, 1fr); }
    .transit-grid .transit-card:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
    .details-grid { grid-template-columns: repeat(2, 1fr); }
    .details-grid .detail-block:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
    .net-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .section-intro { flex-direction: column; text-align: center; }
    .section-intro-graphic { width: 280px; height: 240px; }
    .story-layout { grid-template-columns: 1fr; gap: 40px; }
    .facilities-layout { grid-template-columns: 1fr; gap: 40px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .contact-cards { grid-template-columns: repeat(2, 1fr); }
    .contact-cards .contact-card:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
    .contact-layout { grid-template-columns: 1fr; }
    .sla-grid { grid-template-columns: repeat(2, 1fr); }
    .specs-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .usecase-grid { grid-template-columns: repeat(2, 1fr); }
    .peering-layout { grid-template-columns: 1fr; }
    .overview-layout { grid-template-columns: 1fr; }
    .two-col { grid-template-columns: 1fr; }
    .page-hero { padding: 140px 0 64px; }
    .network-map { min-height: 340px; }
    .map-section { height: 280px; }
    .lg-terminal { max-width: 100%; }
    .lg-body { overflow-x: auto; word-break: break-all; white-space: pre-wrap; }
    .sla-items { flex-wrap: wrap; gap: 28px; }
    .cta-actions { flex-wrap: wrap; justify-content: center; }
    .facilities-bar { padding: 28px; }
    .facility-chips { flex-wrap: wrap; }
}

/* --- Mobile landscape / small tablet: 481px - 768px --- */
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links {
        position: fixed; top: 0; right: -100%; width: 280px; height: 100vh;
        background: #fff; flex-direction: column; align-items: flex-start;
        padding: 80px 32px 32px; gap: 24px;
        border-left: 1px solid var(--border); transition: var(--transition);
        z-index: 999; box-shadow: -8px 0 24px rgba(0,0,0,0.08);
        overflow-y: auto;
    }
    .nav-links.open { right: 0; }
    /* WP menu ul wrapper inside .nav-links */
    .nav-links ul {
        flex-direction: column; align-items: flex-start; gap: 24px;
        width: 100%;
    }
    .nav-links li { width: 100%; }
    .nav-links li:last-child a {
        display: block; text-align: center; width: 100%;
    }
    .nav-links a { font-size: 1.05rem; color: var(--text); }
    .hero-stats { flex-wrap: wrap; gap: 20px; justify-content: center; }
    .stat-divider { display: none; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .hero-illustration { width: 260px; max-width: 80%; }
    .cards-grid { grid-template-columns: 1fr; }
    .two-col { grid-template-columns: 1fr; }
    .transit-grid { grid-template-columns: 1fr; }
    .transit-grid .transit-card:last-child { max-width: none; grid-column: auto; }
    .details-grid { grid-template-columns: 1fr; }
    .details-grid .detail-block:last-child { max-width: none; grid-column: auto; }
    .net-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .form-group input,
    .form-group select,
    .form-group textarea { width: 100%; font-size: 16px; /* prevents iOS zoom */ }
    .contact-form-wrapper { padding: 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; }
    .facilities-bar { padding: 24px 20px; }
    .facility-chips { flex-wrap: wrap; gap: 8px; }
    .section-intro { gap: 32px; }
    .section-intro-graphic { display: none; }
    .values-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { grid-template-columns: 1fr 1fr; padding: 32px 24px; gap: 24px; }
    .contact-cards { grid-template-columns: 1fr; margin-top: -40px; }
    .contact-cards .contact-card:last-child { max-width: none; grid-column: auto; }
    .contact-layout { grid-template-columns: 1fr; gap: 32px; }
    .sla-grid { grid-template-columns: 1fr; }
    .specs-grid { grid-template-columns: 1fr; }
    .specs-grid-4 { grid-template-columns: 1fr; }
    .usecase-grid { grid-template-columns: 1fr; }
    .peering-layout { grid-template-columns: 1fr; gap: 24px; }
    .overview-layout { grid-template-columns: 1fr; gap: 32px; }
    .cta-actions { flex-direction: column; align-items: stretch; }
    .cta-actions .btn { width: 100%; }
    .noc-banner { padding: 32px 24px; }
    .sla-banner { padding: 32px 24px; }
    .sla-items { gap: 20px; justify-content: center; }
    .network-map { padding: 32px 20px; min-height: 320px; }
    .map-nodes { gap: 20px; justify-content: center; }
    .map-section { height: 220px; }
    .lg-terminal { max-width: 100%; }
    .lg-body { padding: 20px 16px; font-size: 0.75rem; word-break: break-all; white-space: pre-wrap; overflow-x: auto; }
    .page-hero { padding: 130px 0 56px; }
    .page-hero-content p { font-size: 1.05rem; }
    .hero { padding: 110px 0 60px; }
    .section { padding: 80px 0; }
    .section-lg { padding: 90px 0; }
    .section-header { margin-bottom: 48px; }
    .story-layout { grid-template-columns: 1fr; gap: 32px; }
    .facilities-layout { grid-template-columns: 1fr; gap: 32px; }
	
	.transit-details,.cards-grid.stagger.visible  {
    grid-template-columns: repeat(1, 1fr)!important;
}

}

/* --- Mobile portrait: 320px - 480px --- */
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }
    h3 { font-size: 1.15rem; }
    .section { padding: 60px 0; }
    .section-lg { padding: 70px 0; }
    .cta-section { padding: 60px 0; }
    .page-hero { padding: 110px 0 48px; }
    .page-hero-content p { font-size: 1rem; }
    .hero { padding: 100px 0 48px; min-height: auto; }
    .hero-badge { font-size: 0.72rem; padding: 6px 14px; margin-bottom: 20px; }
    .hero-sub { font-size: 1rem; }
    .hero-illustration { width: 220px; max-width: 70%; }
    .hero-stats { gap: 16px; }
    .stat-value { font-size: 1.2rem; }
    .stat-label { font-size: 0.72rem; }
    .stats-bar { grid-template-columns: 1fr 1fr; padding: 24px 20px; gap: 20px; }
    .stat-block .stat-value { font-size: 1.6rem; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card { padding: 24px; }
    .transit-card { padding: 28px 20px; }
    .contact-form-wrapper { padding: 20px 16px; }
    .contact-card { padding: 28px 20px; }
    .contact-cards { margin-top: -30px; }
    .section-header { margin-bottom: 36px; }
    .section-header p { font-size: 0.95rem; }
    .btn { padding: 12px 24px; font-size: 0.9rem; }
    .btn-lg { padding: 14px 28px; font-size: 0.95rem; }
    .noc-banner { padding: 28px 16px; }
    .noc-banner h3 { font-size: 1.25rem; }
    .noc-banner p { font-size: 0.95rem; }
    .sla-banner { padding: 28px 16px; }
    .sla-banner h3 { font-size: 1.25rem; }
    .sla-banner p { font-size: 0.92rem; }
    .sla-items { gap: 16px; }
    .sla-item .val { font-size: 1.25rem; }
    .network-map { padding: 24px 16px; min-height: 280px; }
    .map-nodes { gap: 16px; }
    .map-node-label { font-size: 0.72rem; }
    .map-conn { padding: 5px 12px; font-size: 0.72rem; }
    .map-section { height: 180px; }
    .lg-body { padding: 16px 12px; font-size: 0.7rem; line-height: 1.7; }
    .lg-header { padding: 10px 14px; }
    .peering-block { padding: 24px 20px; }
    .facilities-bar { padding: 20px 16px; }
    .chip { padding: 6px 14px; font-size: 0.8rem; }
    .feature-chip { padding: 8px 14px; font-size: 0.8rem; }
    .spec-card { padding: 20px; }
    .detail-block { padding: 20px; }
    .info-block { padding: 20px; }
    .faq-question { padding: 16px 18px; font-size: 0.9rem; }
    .faq-item.open .faq-answer { padding: 0 18px 16px; }
    .footer { padding: 48px 0 24px; }
    .footer-grid { gap: 28px; }
    .cta-content p { font-size: 0.95rem; }
    .overview-layout { gap: 24px; }
}

/* --- Extra small: below 360px --- */
@media (max-width: 360px) {
    .container { padding: 0 12px; }
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.4rem; }
    .hero { padding: 90px 0 40px; }
    .page-hero { padding: 100px 0 40px; }
    .hero-illustration { width: 180px; }
    .hero-stats { flex-direction: column; align-items: center; gap: 12px; }
    .stats-bar { grid-template-columns: 1fr; padding: 20px 16px; }
    .map-nodes { flex-direction: column; align-items: center; gap: 12px; }
    .sla-items { flex-direction: column; align-items: center; gap: 12px; }
    .nav-links { width: 100%; right: -100%; }
    .nav-links.open { right: 0; }
}

/* ===== FORM STATUS MESSAGES ===== */
.form-status { margin-top: 16px; padding: 12px 16px; border-radius: var(--radius-sm); font-size: 0.9rem; display: none; }
.form-status.success { display: block; background: rgba(13,148,136,0.1); color: #0d9488; border: 1px solid rgba(13,148,136,0.2); }
.form-status.error { display: block; background: rgba(239,68,68,0.1); color: #dc2626; border: 1px solid rgba(239,68,68,0.2); }
