:root {
  --navy: #0B1F3A;
  --navy-mid: #1A3558;
  --navy-light: #2A4E78;
  --teal: #0E9E8E;
  --teal-light: #12BBA8;
  --teal-pale: #E6F8F6;
  --amber: #F59E0B;
  --amber-light: #FDE68A;
  --white: #FFFFFF;
  --off-white: #F7F9FC;
  --gray-100: #EEF1F6;
  --gray-200: #D8DFE9;
  --gray-400: #8A97AA;
  --gray-600: #4E5F74;
  --gray-800: #1E2D3E;
  --font-head: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 4px rgba(11,31,58,0.08);
  --shadow-md: 0 4px 20px rgba(11,31,58,0.12);
  --shadow-lg: 0 12px 48px rgba(11,31,58,0.16);
  --transition: all 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--gray-800); background: var(--white); }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; }

/* TOPBAR */
.topbar { background: var(--navy); color: rgba(255,255,255,0.75); font-size: 13px; padding: 8px 0; }
.topbar-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-right { display: flex; gap: 20px; align-items: center; }
.topbar-link { color: rgba(255,255,255,0.7); transition: var(--transition); cursor: pointer; }
.topbar-link:hover { color: var(--teal-light); }

/* HEADER */
header { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); }
nav { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; cursor: pointer; text-decoration: none; }
.logo svg { width: auto; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 4px; padding: 0 16px; height: 72px; font-size: 14px; font-weight: 500; color: var(--gray-600); transition: var(--transition); cursor: pointer; white-space: nowrap; user-select: none; }
.nav-link:hover, .nav-link.active { color: var(--navy); }
.nav-link svg { width: 14px; height: 14px; opacity: 0.6; }

/* DROPDOWNS */
.dropdown { display: none; position: absolute; top: 72px; left: 0; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); min-width: 220px; padding: 8px; z-index: 9999; }
.dropdown.mega { min-width: 600px; padding: 20px; }
.dropdown.open { display: block; }
.dropdown.mega.open { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; }
.dropdown-section h4 { font-family: var(--font-head); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-400); margin-bottom: 8px; padding: 4px 8px; }
.dropdown-link { display: block; padding: 8px 10px; font-size: 13.5px; color: var(--gray-600); border-radius: var(--radius-sm); transition: var(--transition); cursor: pointer; }
.dropdown-link:hover { background: var(--teal-pale); color: var(--teal); }
.countries-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 4px; }
.dd-region-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-400); padding: 8px 10px 4px; display: block; }
.dd-footer { border-top: 1px solid var(--gray-100); padding: 4px; margin-top: 4px; }

.nav-cta { background: var(--amber); color: var(--navy) !important; padding: 8px 18px; border-radius: 8px; font-weight: 600; font-size: 14px; margin-left: 16px; transition: var(--transition); white-space: nowrap; height: auto !important; }
.nav-cta:hover { background: var(--amber-light); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(245,158,11,0.4); }

/* BUTTONS */
.btn-primary { background: var(--amber); color: var(--navy); padding: 14px 28px; border-radius: 50px; font-weight: 700; font-size: 15px; transition: var(--transition); cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); text-decoration: none; }
.btn-primary:hover { background: #FBBF24; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,0.4); }
.btn-secondary { background: transparent; color: white; padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: 15px; border: 1.5px solid rgba(255,255,255,0.35); transition: var(--transition); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); text-decoration: none; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); }
.btn-white { background: var(--amber); color: var(--navy); padding: 16px 36px; border-radius: 50px; font-weight: 700; font-size: 16px; border: none; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); text-decoration: none; }
.btn-white:hover { background: #FBBF24; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* LAYOUT */
.section { padding: 80px 24px; }
.section-sm { padding: 56px 24px; }
.container { max-width: 1240px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.section-title { font-family: var(--font-head); font-size: clamp(28px, 3vw, 40px); font-weight: 700; color: var(--navy); line-height: 1.2; letter-spacing: -0.02em; }
.section-desc { font-size: 17px; color: var(--gray-600); margin-top: 16px; max-width: 600px; line-height: 1.7; }
.text-center { text-align: center; }
.text-center .section-desc { margin: 16px auto 0; }
.bg-navy { background: var(--navy); color: white; }
.bg-navy .section-title { color: white; }
.bg-navy .section-desc { color: rgba(255,255,255,0.7); }
.bg-gray { background: var(--off-white); }

/* TRUST STRIP */
.trust-strip { background: var(--off-white); border-bottom: 1px solid var(--gray-200); padding: 20px 24px; }
.trust-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 40px; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--gray-600); font-weight: 500; }
.trust-item svg { width: 18px; height: 18px; color: var(--teal); }

/* HERO */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%); color: white; padding: 100px 24px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(14,158,142,0.18) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(14,158,142,0.2); border: 1px solid rgba(14,158,142,0.4); color: var(--teal-light); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; margin-bottom: 24px; }
.hero h1 { font-family: var(--font-head); font-size: clamp(32px, 4vw, 52px); font-weight: 700; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.02em; }
.hero h1 em { font-style: normal; color: var(--teal-light); }
.hero-desc { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 32px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-microcopy { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.55); }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-stat-num { font-family: var(--font-head); font-size: 32px; font-weight: 700; color: var(--teal-light); }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hero-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-md); padding: 20px; transition: var(--transition); }
.hero-card:hover { background: rgba(255,255,255,0.11); }
.hero-card:first-child { grid-column: span 2; }
.hero-card-icon { width: 40px; height: 40px; background: rgba(14,158,142,0.2); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.hero-card-icon svg { width: 20px; height: 20px; color: var(--teal-light); }
.hero-card h3 { font-family: var(--font-head); font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.hero-card p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 48px; }
.service-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px; transition: var(--transition); position: relative; overflow: hidden; display: block; text-decoration: none; color: inherit; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: var(--transition); }
.service-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 52px; height: 52px; background: var(--teal-pale); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.service-icon svg { width: 26px; height: 26px; color: var(--teal); }
.service-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 14px; color: var(--gray-600); line-height: 1.6; margin-bottom: 18px; }
.service-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--teal); }
.service-link svg { width: 16px; height: 16px; transition: var(--transition); }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* HOW IT WORKS */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px; background: rgba(14,158,142,0.3); }
.step-item { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-num { width: 72px; height: 72px; background: var(--teal); color: white; font-family: var(--font-head); font-size: 24px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 4px solid var(--navy); }
.step-item h3 { font-family: var(--font-head); font-size: 16px; font-weight: 600; color: white; margin-bottom: 10px; }
.step-item p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.6; }

/* COUNTRIES */
.countries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-top: 16px; }
.country-pill { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); font-size: 14px; font-weight: 500; color: var(--gray-600); transition: var(--transition); text-decoration: none; display: flex; }
.country-pill:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-pale); }
.country-flag { font-size: 20px; }
.region-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal); margin: 28px 0 12px; }
.region-label:first-child { margin-top: 32px; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--teal) 0%, #0A8377 100%); padding: 72px 24px; text-align: center; color: white; }
.cta-banner h2 { font-family: var(--font-head); font-size: clamp(26px, 3vw, 38px); font-weight: 700; margin-bottom: 16px; letter-spacing: -0.02em; }
.cta-banner p { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-sub { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.6); }

/* MID CTA BAND */
.cta-band { background: var(--amber); padding: 28px 24px; }
.cta-band-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.cta-band h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.cta-band p { font-size: 14px; color: rgba(11,31,58,0.7); }
.btn-navy { background: var(--navy); color: white; padding: 12px 24px; border-radius: 50px; font-weight: 600; font-size: 14px; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); text-decoration: none; transition: var(--transition); white-space: nowrap; }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-1px); }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); color: white; padding: 72px 24px 56px; }
.page-hero-inner { max-width: 1240px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: var(--transition); }
.breadcrumb a:hover { color: var(--teal-light); }
.breadcrumb span { color: var(--teal-light); }
.breadcrumb svg { width: 14px; height: 14px; }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(30px, 4vw, 46px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 16px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 640px; line-height: 1.7; }

/* SERVICE/COUNTRY CONTENT */
.content-layout { max-width: 1240px; margin: 0 auto; padding: 64px 24px; display: grid; grid-template-columns: 1fr 360px; gap: 64px; }
.main-body h2 { font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--navy); margin: 40px 0 16px; }
.main-body h2:first-child { margin-top: 0; }
.main-body p { font-size: 16px; color: var(--gray-600); line-height: 1.8; margin-bottom: 16px; }
.main-body ul { margin: 16px 0 24px; }
.main-body ul li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 15px; color: var(--gray-600); border-bottom: 1px solid var(--gray-100); }
.main-body ul li::before { content: ''; width: 20px; height: 20px; background: var(--teal-pale); border-radius: 50%; flex-shrink: 0; margin-top: 2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230E9E8E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }

/* SIDEBAR */
.sidebar-card { background: var(--navy); color: white; border-radius: var(--radius-lg); padding: 32px; position: sticky; top: 90px; height: fit-content; }
.sidebar-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.sidebar-card p { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 24px; line-height: 1.6; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.form-input { width: 100%; padding: 12px 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-sm); color: white; font-size: 14px; font-family: var(--font-body); transition: var(--transition); outline: none; }
.form-input::placeholder { color: rgba(255,255,255,0.35); }
.form-input:focus { border-color: var(--teal); background: rgba(255,255,255,0.12); }
.form-input option { background: var(--navy-mid); color: white; }
.btn-submit { width: 100%; padding: 14px; background: var(--amber); color: var(--navy); border: none; border-radius: 50px; font-size: 15px; font-weight: 700; cursor: pointer; transition: var(--transition); font-family: var(--font-body); margin-top: 8px; }
.btn-submit:hover { background: #FBBF24; transform: translateY(-1px); }
.success-msg { display: none; background: rgba(14,158,142,0.15); color: var(--teal-light); border-radius: 8px; padding: 16px; margin-top: 12px; font-size: 14px; text-align: center; }

/* COUNTRY PAGE */
.country-hero-flag { font-size: 64px; margin-bottom: 20px; display: block; }
.country-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 32px; }
.csi { display: flex; align-items: flex-start; gap: 14px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 20px; transition: var(--transition); text-decoration: none; color: inherit; }
.csi:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); }
.csi-icon { width: 40px; height: 40px; background: var(--teal-pale); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.csi-icon svg { width: 20px; height: 20px; color: var(--teal); }
.csi h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.csi p { font-size: 13px; color: var(--gray-400); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: var(--off-white); border-radius: var(--radius-md); }
.feature-item svg { width: 20px; height: 20px; color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.feature-item p { font-size: 14px; color: var(--gray-600); }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1240px; margin: 0 auto; padding: 64px 24px; }
.contact-info h2 { font-family: var(--font-head); font-size: 32px; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.contact-info > p { font-size: 16px; color: var(--gray-600); line-height: 1.7; margin-bottom: 32px; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-detail-icon { width: 48px; height: 48px; background: var(--teal-pale); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 22px; height: 22px; color: var(--teal); }
.contact-detail h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.contact-detail p { font-size: 14px; color: var(--gray-600); margin: 0; }
.contact-form-box { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); }
.contact-form-box h3 { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.contact-form-box .sub { font-size: 14px; color: var(--gray-600); margin-bottom: 24px; }
.contact-form-group { margin-bottom: 20px; }
.contact-label { display: block; font-size: 13px; font-weight: 600; color: var(--gray-600); margin-bottom: 6px; }
.contact-input { width: 100%; padding: 12px 14px; border: 1px solid var(--gray-200); border-radius: var(--radius-sm); font-size: 14px; font-family: var(--font-body); color: var(--gray-800); outline: none; transition: var(--transition); }
.contact-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,158,142,0.1); }
textarea.contact-input { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-contact-submit { width: 100%; padding: 16px; background: var(--amber); color: var(--navy); border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: var(--transition); font-family: var(--font-body); display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-contact-submit:hover { background: #FBBF24; transform: translateY(-1px); }
.contact-reassurance { font-size: 12px; color: var(--gray-400); text-align: center; margin-top: 12px; }
.contact-success { display: none; background: var(--teal-pale); border: 1px solid var(--teal); color: var(--teal); padding: 28px; border-radius: 12px; text-align: center; margin-bottom: 20px; }
.contact-success .tick { font-size: 32px; margin-bottom: 12px; }
.contact-success h4 { font-weight: 700; font-size: 18px; margin-bottom: 8px; color: var(--navy); }
.contact-success p { font-size: 14px; color: var(--gray-600); }

/* FOOTER */
footer { background: var(--gray-800); color: rgba(255,255,255,0.7); padding: 64px 24px 32px; }
.footer-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 16px; }
.footer-col h4 { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: white; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.6); transition: var(--transition); text-decoration: none; }
.footer-col ul li a:hover { color: var(--teal-light); }
.footer-bottom { max-width: 1240px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: var(--teal-light); }

/* MOBILE */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle svg { width: 24px; height: 24px; color: var(--navy); }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: white; flex-direction: column; align-items: stretch; padding: 16px; box-shadow: var(--shadow-lg); gap: 4px; z-index: 9998; }
  .nav-links.open { display: flex; }
  .nav-link { height: auto; padding: 12px 16px; }
  .nav-cta { margin: 8px 0 0; border-radius: 8px; text-align: center; justify-content: center; }
  .dropdown { position: static; box-shadow: none; border: none; background: var(--off-white); border-radius: var(--radius-sm); margin-top: 4px; }
  .dropdown.mega.open { display: block; }
  .countries-dd-grid { grid-template-columns: 1fr; }
  .menu-toggle { display: flex; }
  .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .country-services-grid { grid-template-columns: 1fr; }
}

@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeInUp 0.5s ease both; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }

/* ---- INDUSTRIES PAGE ---- */
.industry-section { margin-bottom: 48px; }
.industry-section h2 { font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.industry-section > p { color: var(--gray-600); line-height: 1.6; margin-bottom: 20px; }
.industry-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.industry-item { background: var(--off-white); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 18px; font-size: 14px; font-weight: 500; color: var(--navy); transition: border-color 0.2s; }
.industry-item:hover { border-color: var(--teal); }

/* ---- CITY GRID ---- */
.city-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.city-grid span { background: var(--off-white); border: 1px solid var(--border); border-radius: 20px; padding: 8px 16px; font-size: 13px; color: var(--gray-600); font-weight: 500; }

/* ---- LEGAL PAGES ---- */
.legal-content h2 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 32px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--gray-600); line-height: 1.7; margin-bottom: 12px; }
.legal-content ul { color: var(--gray-600); line-height: 1.7; margin: 0 0 16px 20px; }
.legal-content li { margin-bottom: 6px; }

/* ---- TOPBAR REMOVAL ---- */
.topbar { display: none !important; }
