*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0f1f3d; --blue: #1a4c9e; --accent: #e84c1e;
  --light-bg: #f5f7fc; --white: #ffffff; --text: #1a1a2e;
  --muted: #5a6378; --border: #dde3f0;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px; transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 20px rgba(15,31,61,0.1); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 36px; height: 36px; background: var(--blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.nav-logo-icon svg { width: 20px; height: 20px; fill: white; }
.nav-logo-text { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 800; color: var(--navy); line-height: 1.2; }
.nav-logo-text span { display: block; font-size: 0.62rem; font-weight: 500; color: var(--muted); font-family: 'DM Sans', sans-serif; letter-spacing: 0.05em; text-transform: uppercase; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.9rem; font-weight: 500; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-cta { background: var(--accent) !important; color: white !important; padding: 0.45rem 1.1rem; border-radius: 6px; font-weight: 600 !important; }
.nav-cta:hover { background: #c73d14 !important; color: white !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }

/* PAGE WRAPPER */
.page-wrap { padding-top: 68px; min-height: 100vh; }

/* HERO */
.hero { background: linear-gradient(135deg, #060d1a 0%, #0f1f3d 45%, #1a3a6e 100%); padding: 6rem 5% 5rem; position: relative; overflow: hidden; }
.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' fill-rule='evenodd'%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::after { content: ''; position: absolute; top: -120px; right: -100px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(232,76,30,0.2) 0%, transparent 65%); pointer-events: none; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); font-size: 0.74rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; }
.hero-badge-dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: pulse 2s infinite; }
.hero-badge-student { display: inline-flex; align-items: center; gap: 6px; background: rgba(251,191,36,0.15); border: 1px solid rgba(251,191,36,0.35); color: #fde68a; font-size: 0.74rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.4;} }
.hero h1 { font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 700; color: white; line-height: 1.3; margin-bottom: 1.2rem; letter-spacing: -0.01em; }
.hero h1 .h1-services { display: block; font-size: clamp(1.45rem, 3.5vw, 2.05rem); font-weight: 800; color: white; line-height: 1.15; margin-bottom: 0.35rem; }
.hero h1 .h1-location { display: block; font-size: clamp(0.95rem, 2vw, 1.2rem); font-weight: 500; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; font-family: 'DM Sans', sans-serif; text-transform: uppercase; }
.hero h1 em { font-style: normal; color: #fb923c; }
.hero h1 strong { color: #fbbf24; }
.hero-sub { color: rgba(255,255,255,0.72); font-size: 1.05rem; line-height: 1.72; margin-bottom: 1rem; max-width: 480px; }
.hero-loaner { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(251,191,36,0.12); border: 1px solid rgba(251,191,36,0.3); border-radius: 8px; padding: 0.65rem 1rem; margin-bottom: 1.8rem; font-size: 0.88rem; color: #fde68a; font-weight: 500; max-width: 420px; }
.hero-loaner strong { color: #fbbf24; font-weight: 700; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: white; padding: 0.85rem 1.8rem; border-radius: 8px; font-weight: 600; font-size: 0.95rem; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary:hover { background: #c73d14; transform: translateY(-2px); }
.btn-outline { background: transparent; color: white; padding: 0.85rem 1.8rem; border-radius: 8px; font-weight: 500; font-size: 0.95rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.35); cursor: pointer; transition: background 0.2s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.hero-visual { display: flex; flex-direction: column; gap: 1rem; }
.stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 1.4rem 1.2rem; display: flex; flex-direction: column; justify-content: center; min-height: 90px; }
.stat-card .num { font-family: 'Syne', sans-serif; font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 800; color: white; line-height: 1.1; margin-bottom: 0.35rem; white-space: nowrap; }
.stat-card .num .star { font-size: 1.1rem; color: #fbbf24; font-weight: 700; vertical-align: middle; }
.stat-card .lbl { color: rgba(255,255,255,0.6); font-size: 0.78rem; line-height: 1.3; }
.cert-strip { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 0.75rem 1rem; display: flex; flex-direction: column; gap: 0.55rem; }
.cert-strip-row { display: flex; align-items: center; gap: 0.45rem; flex-wrap: nowrap; overflow: hidden; }
.cert-tag { font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.1); padding: 0.25rem 0.6rem; border-radius: 100px; white-space: nowrap; flex-shrink: 0; }
.cert-lbl { font-size: 0.65rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; flex-shrink: 0; min-width: 62px; }

/* URGENCY STRIP */
.urgency-strip { background: #1a1a2e; padding: 0.9rem 5%; display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,0.08); }
.urgency-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.83rem; font-weight: 500; color: rgba(255,255,255,0.75); }
.urgency-item.highlight { color: #fde68a; font-weight: 600; }

/* TRUST BAR */
.trust-bar { background: var(--light-bg); border-bottom: 1px solid var(--border); padding: 1.2rem 5%; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; font-weight: 500; color: var(--muted); }
.trust-item svg { width: 18px; height: 18px; fill: var(--blue); flex-shrink: 0; }

/* SECTIONS */
section { padding: 5rem 5%; background: var(--white); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 0.75rem; }
.section-title { font-size: clamp(1.4rem, 5vw, 2.3rem); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 540px; }
.section-header { margin-bottom: 3rem; }

/* SERVICE CARDS */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 2rem; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(15,31,61,0.1); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 52px; height: 52px; background: var(--light-bg); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.service-icon svg { width: 26px; height: 26px; fill: var(--blue); }
.service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--navy); }
.service-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }
.service-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.service-tag { font-size: 0.76rem; font-weight: 600; color: var(--blue); background: rgba(26,76,158,0.08); padding: 0.3rem 0.75rem; border-radius: 100px; }

/* SERVICE DETAIL CARDS */
.service-detail-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; margin-bottom: 1.5rem; display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: start; transition: box-shadow 0.2s; }
.service-detail-card:hover { box-shadow: 0 8px 28px rgba(15,31,61,0.08); }
.service-detail-icon { width: 64px; height: 64px; background: var(--light-bg); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.service-detail-icon svg { width: 32px; height: 32px; fill: var(--blue); }
.service-detail-card h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 0.6rem; }
.service-detail-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }

/* TWO COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.info-visual { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); border-radius: 20px; padding: 2.5rem; }
.info-visual-title { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 800; color: white; margin-bottom: 1rem; }
.info-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.info-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9rem; color: rgba(255,255,255,0.8); line-height: 1.5; }
.info-list li::before { content: ''; width: 18px; height: 18px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234ade80'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat; flex-shrink: 0; margin-top: 2px; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.8rem; transition: box-shadow 0.2s; }
.testimonial-card:hover { box-shadow: 0 8px 24px rgba(15,31,61,0.08); }
.stars { color: #f59e0b; font-size: 1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-card blockquote { font-size: 0.9rem; line-height: 1.7; color: var(--muted); margin-bottom: 1.2rem; font-style: italic; }
.testimonial-author { font-weight: 600; font-size: 0.88rem; color: var(--navy); }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, #1a4c9e 100%); padding: 4rem 5%; text-align: center; position: relative; overflow: hidden; }
.cta-band::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' fill-rule='evenodd'%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"); }
.cta-band-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: white; margin-bottom: 1rem; }
.cta-band p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; font-size: 1rem; line-height: 1.65; }
.cta-band-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-white { background: white; color: var(--navy); padding: 0.85rem 2rem; border-radius: 8px; font-weight: 700; font-size: 0.95rem; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-white:hover { background: #f0f4ff; transform: translateY(-2px); }

/* PAGE HERO (inner pages) */
.page-hero { background: linear-gradient(135deg, #0f1f3d 0%, #1e3f80 100%); padding: 4.5rem 5% 3.5rem; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: white; margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,0.72); max-width: 560px; line-height: 1.7; }

/* CYBER HERO */
.cyber-hero { background: linear-gradient(135deg, #060d1a 0%, #0a1628 60%, #0f1f3d 100%); padding: 4.5rem 5% 3.5rem; position: relative; overflow: hidden; }
.cyber-hero::after { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(26,76,158,0.3) 0%, transparent 70%); pointer-events: none; }
.cyber-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.cyber-hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.8rem); color: white; margin-bottom: 1rem; }
.cyber-hero p { color: rgba(255,255,255,0.7); max-width: 580px; line-height: 1.75; font-size: 1.05rem; }

/* CYBER CARDS */
.cyber-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.cyber-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.cyber-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--navy), var(--blue)); }
.cyber-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(15,31,61,0.1); }
.cyber-card-icon { width: 54px; height: 54px; background: var(--navy); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.cyber-card-icon svg { width: 26px; height: 26px; fill: #60a5fa; }
.cyber-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 0.6rem; font-family: 'Syne', sans-serif; font-weight: 700; }
.cyber-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; margin-bottom: 1rem; }

/* MANAGED HIGHLIGHT */
.managed-highlight { background: linear-gradient(135deg, var(--navy), #1a3a6e); border-radius: 16px; padding: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; margin-top: 2rem; }
.managed-highlight h3 { font-size: 1.5rem; color: white; margin-bottom: 1rem; font-family: 'Syne', sans-serif; }
.managed-highlight > div > p { color: rgba(255,255,255,0.72); line-height: 1.7; font-size: 0.95rem; margin-bottom: 1.5rem; }
.managed-features { display: flex; flex-direction: column; gap: 0.8rem; }
.managed-feature { display: flex; align-items: center; gap: 0.75rem; font-size: 0.88rem; color: rgba(255,255,255,0.8); }
.managed-feature::before { content: '✓'; width: 22px; height: 22px; flex-shrink: 0; background: rgba(96,165,250,0.2); border: 1px solid rgba(96,165,250,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; color: #93c5fd; text-align: center; line-height: 22px; }
.managed-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.managed-stat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 1.2rem; text-align: center; }
.managed-stat .num { font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: white; }
.managed-stat .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 0.2rem; }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-detail-icon { width: 42px; height: 42px; flex-shrink: 0; background: var(--light-bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.contact-detail-icon svg { width: 20px; height: 20px; fill: var(--blue); }
.contact-detail-text strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--navy); margin-bottom: 0.2rem; }
.contact-detail-text span, .contact-detail-text a { font-size: 0.88rem; color: var(--muted); text-decoration: none; }
.contact-detail-text a:hover { color: var(--blue); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin-top: 0.5rem; }
.hours-table td { padding: 0.45rem 0; color: var(--muted); }
.hours-table td:last-child { text-align: right; font-weight: 500; color: var(--navy); }
.hours-table tr + tr td { border-top: 1px solid var(--border); }
.contact-form { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; box-shadow: 0 4px 20px rgba(15,31,61,0.06); }
.contact-form h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 1.5rem; font-family: 'Syne', sans-serif; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.83rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid var(--border); border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--text); background: #fff; transition: border-color 0.2s, box-shadow 0.2s; outline: none; resize: vertical; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,76,158,0.1); }
.form-group textarea { min-height: 140px; }
.form-submit { background: var(--accent); color: white; border: none; padding: 0.85rem 2rem; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; width: 100%; transition: background 0.2s, transform 0.15s; }
.form-submit:hover { background: #c73d14; transform: translateY(-1px); }
.form-success { display: none; background: #ecfdf5; border: 1px solid #6ee7b7; border-radius: 8px; padding: 1rem 1.2rem; font-size: 0.9rem; color: #065f46; margin-bottom: 1rem; }
.form-error { display: none; background: #fef2f2; border: 1px solid #fca5a5; border-radius: 8px; padding: 1rem 1.2rem; font-size: 0.9rem; color: #991b1b; margin-bottom: 1rem; }

/* FAQ GRID */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.faq-card { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 1.6rem; }
.faq-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.6rem; font-family: 'Syne', sans-serif; }
.faq-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 3.5rem 5% 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; margin-top: 1rem; max-width: 280px; }
.footer-col h4 { font-family: 'Syne', sans-serif; font-size: 0.9rem; font-weight: 700; color: white; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li { font-size: 0.85rem; }
.footer-col ul li a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: white; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: 1.5rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; flex-wrap: wrap; gap: 0.5rem; }
.footer-logo-text { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 800; color: white; }
.footer-logo-text span { display: block; font-size: 0.62rem; font-weight: 400; color: rgba(255,255,255,0.5); font-family: 'DM Sans', sans-serif; letter-spacing: 0.05em; text-transform: uppercase; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 68px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--border); padding: 0.5rem 0; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 0.85rem 5%; border-bottom: 1px solid var(--border); color: var(--text) !important; }
  .hamburger { display: flex; }
  .hero { padding: 4rem 5% 3rem; }
  .hero-inner, .two-col, .contact-layout, .footer-top, .managed-highlight { grid-template-columns: 1fr; gap: 2rem; }
  .hero-visual { display: none; }
  .hero h1 { font-size: clamp(1.7rem, 8vw, 2.6rem); }
  .hero-btns, .cta-band-btns { flex-direction: column; align-items: stretch; }
  .hero-btns a, .hero-btns button, .cta-band-btns a, .cta-band-btns button { width: 100%; justify-content: center; }
  .urgency-strip { flex-direction: column; gap: 0.6rem; align-items: flex-start; padding: 0.8rem 5%; }
  .trust-bar { gap: 1rem; padding: 1rem 5%; justify-content: flex-start; }
  section { padding: 3rem 5%; }
  .section-title { font-size: clamp(1.3rem, 6vw, 1.9rem); }
  .section-header { margin-bottom: 2rem; }
  .services-grid, .testimonials-grid, .cyber-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .service-detail-card { grid-template-columns: 1fr; gap: 1.2rem; padding: 1.5rem; }
  .managed-highlight { padding: 1.8rem; }
  .cta-band { padding: 3rem 5%; }
  .contact-form { padding: 1.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cyber-hero { padding: 3rem 5% 2.5rem; }
  .page-hero { padding: 3rem 5% 2.5rem; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.6rem; }
  .section-title { font-size: 1.25rem; }
  .hero-badge, .hero-badge-student { font-size: 0.65rem; padding: 0.25rem 0.6rem; }
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
