/* Explore IT - Shared Styles */
:root {
    --red: #08089b;
    --red-dark: #05056f;
    --red-light: #1e24d6;
    --black: #101025;
    --white: #FAFAFA;
    --gray: #6B7280;
    --gray-light: #F3F4F6;
    --gray-mid: #E5E7EB;
    --section-gap: 96px;
  }
  
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
  html { scroll-behavior: smooth; }
  
  body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--white);
    color: var(--black);
    overflow-x: hidden;
  }
  
  h1, h2, h3, h4, h5 { font-family: 'Plus Jakarta Sans', sans-serif; }
  
  a { text-decoration: none; color: inherit; }
  
  /* ─── UTILITY CLASSES ─────────────────────────── */
  .section-bg-white { background: var(--white); }
  .section-bg-gray { background: var(--gray-light); }
  .section-bg-black { background: var(--black); }
  
  .hero-card-tracking-link { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 12px; }
  .hero-card-tracking-link-a { color: var(--red-light); }
  
  .alert-success { margin-bottom: 24px; padding: 16px; background: rgba(34,197,94,0.15); border: 1px solid rgba(34,197,94,0.3); border-radius: 12px; color: #15803d; }
  .alert-error { margin-bottom: 24px; padding: 16px; background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); border-radius: 12px; color: #b91c1c; }
  .alert-error ul { margin: 0; padding-left: 20px; }
  
  .about-content-text { font-size: 16px; color: var(--gray); line-height: 1.8; margin-top: 20px; }
  .about-content-text + .about-content-text { margin-top: 16px; }
  .about-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
  .about-stat-card { background: var(--gray-light); border: 1px solid var(--gray-mid); border-radius: 12px; padding: 20px; }
  .about-stat-value { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; color: var(--red); }
  .about-stat-value .stat-suffix { color: var(--red); }
  .about-stat-label { font-size: 12px; color: var(--gray); margin-top: 2px; }
  .about-vision-mission { margin-top: 40px; display: flex; flex-direction: column; gap: 28px; }
  .about-block { padding: 24px; background: var(--gray-light); border: 1px solid var(--gray-mid); border-radius: 12px; border-left: 4px solid var(--red); }
  .about-block-title { font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 12px; }
  .about-block .about-content-text { margin-top: 0; }
  
  .track-page-form-center { max-width: 560px; margin: 0 auto; }
  
  .contact-form-title { font-size: 20px; margin-bottom: 4px; }
  .contact-form-subtitle { font-size: 13px; color: var(--gray); margin-bottom: 24px; }
  
  .btn-full { width: 100%; justify-content: center; }
  
  .alert-sm { margin-bottom: 16px; padding: 12px; font-size: 14px; border-radius: 8px; }
  .alert-sm.alert-success { background: rgba(34,197,94,0.15); border-color: rgba(34,197,94,0.3); }
  .alert-sm.alert-error { background: rgba(239,68,68,0.1); border-color: rgba(239,68,68,0.3); }
  
  /* ─── IMAGE PLACEHOLDERS (replace with <img> or background-image) ─── */
  .img-placeholder {
    background: var(--gray-mid);
    border: 2px dashed var(--gray);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    font-size: 13px;
    overflow: hidden;
  }
  .img-placeholder::before {
    content: attr(data-placeholder);
    padding: 16px;
    text-align: center;
  }
  .img-placeholder img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .img-placeholder:has(img) { background: transparent; border: none; }
  .img-placeholder:has(img)::before { display: none; }
  .img-placeholder--16x9 { aspect-ratio: 16/9; width: 100%; }
  .img-placeholder--4x3 { aspect-ratio: 4/3; width: 100%; }
  .img-placeholder--1x1 { aspect-ratio: 1/1; }
  .img-placeholder--map { aspect-ratio: 16/9; width: 100%; min-height: 200px; }
  
  /* ─── NAV ─────────────────────────────────────── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 999;
    background: rgba(13,13,13,0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  
  .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: 68px;
    gap: 32px;
  }
  
  .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  
  .logo-img-wrap {
    background: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo-img {
    height: 48px;
    width: auto;
    display: block;
    object-fit: contain;
  }
  
  .logo-icon {
    width: 40px; height: 40px;
    background: var(--red);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.5px;
  }
  
  .logo-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
  }
  
  .logo-tagline {
    font-size: 9px;
    color: var(--red-light);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
  }
  
  .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin-left: auto;
  }
  
  .nav-links a {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    font-weight: 400;
    padding: 6px 14px;
    border-radius: 6px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
  }
  
  .nav-links a:hover,
  .nav-links a.active { color: #fff; background: rgba(255,255,255,0.08); }
  
  .nav-cta { display: flex; gap: 8px; align-items: center; margin-left: auto; }
  
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    white-space: nowrap;
  }
  
  .btn-ghost {
    background: transparent;
    color: rgba(255,255,255,0.75);
    border: 1px solid rgba(255,255,255,0.2);
  }
  .btn-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.35); }
  
  .btn-red {
    background: var(--red);
    color: #fff;
  }
  .btn-red:hover { background: var(--red-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(8,8,155,0.35); }
  
  .btn-red-outline {
    background: transparent;
    color: var(--red);
    border: 2px solid var(--red);
  }
  .btn-red-outline:hover { background: var(--red); color: #fff; }
  
  .btn-lg { padding: 14px 28px; font-size: 15px; border-radius: 10px; }
  
  /* ─── HAMBURGER ───────────────────────────────── */
  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-left: auto;
    padding: 8px;
  }
  .hamburger span {
    display: block;
    width: 24px; height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  
  .mobile-menu {
    display: none;
    position: fixed;
    top: 68px; left: 0; right: 0;
    background: rgba(13,13,13,0.98);
    backdrop-filter: blur(12px);
    z-index: 998;
    padding: 20px 24px 24px;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 8px;
  }
  .mobile-menu a:hover { background: rgba(255,255,255,0.08); color: #fff; }
  .mobile-menu .mobile-ctas { display: flex; gap: 8px; margin-top: 8px; }
  
  /* ─── PAGE HERO (for inner pages) ───────────────── */
  .page-hero {
    min-height: 280px;
    background: var(--black);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 68px;
  }
  
  .page-hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 80% 50%, rgba(8,8,155,0.24) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(30,36,214,0.12) 0%, transparent 60%);
  }
  
  .page-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
    position: relative;
    z-index: 2;
  }
  
  .page-hero h1 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -1px;
  }
  
  .page-hero p {
    font-size: 16px;
    color: rgba(255,255,255,0.55);
    margin-top: 12px;
    max-width: 560px;
  }
  
  /* ─── HERO (homepage) ───────────────────────────── */
  .hero {
    min-height: 100vh;
    background: var(--black);
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding-top: 68px;
  }
  
  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 80% 50%, rgba(8,8,155,0.26) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(30,36,214,0.14) 0%, transparent 60%);
  }
  
  .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
  }
  
  .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 24px 80px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }
  
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(8,8,155,0.22);
    border: 1px solid rgba(30,36,214,0.36);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 12px;
    color: var(--red-light);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
  
  .hero-badge-dot {
    width: 6px; height: 6px;
    background: var(--red-light);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
  }
  
  .hero h1 {
    font-size: clamp(42px, 5.5vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -1.5px;
  }
  
  .hero h1 span { color: var(--red); }
  
  .hero-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 480px;
  }
  
  .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  
  .hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  
  .stat-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    letter-spacing: -1px;
  }
  .stat-num .stat-suffix { color: var(--red); }
  .stat-label { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 2px; letter-spacing: 0.5px; }
  
  .hero-card-col {
    align-self: center;
  }

  .hero-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 36px;
    backdrop-filter: blur(20px);
  }
  
  .hero-card h3 { font-size: 20px; color: #fff; margin-bottom: 6px; }
  .hero-card p { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 24px; }
  
  .track-input-group { display: flex; flex-direction: column; gap: 12px; }
  
  .track-input {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 14px 16px;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
  }
  .track-input::placeholder { color: rgba(255,255,255,0.3); }
  .track-input:focus { border-color: var(--red); }
  
  .track-btn {
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .track-btn:hover { background: var(--red-light); transform: translateY(-1px); }
  
  .track-result {
    display: none;
    margin-top: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 16px;
  }
  .track-result.show { display: block; }
  .track-result-status { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
  .status-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34,197,94,0.6);
    animation: pulse 2s infinite;
  }
  .status-text { font-size: 13px; color: #22c55e; font-weight: 500; }
  .track-steps { display: flex; flex-direction: column; gap: 8px; }
  .track-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
  }
  .track-step.active { color: rgba(255,255,255,0.85); }
  .step-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    margin-top: 4px;
    flex-shrink: 0;
  }
  .track-step.active .step-dot { background: var(--red); }
  
  .hero-card-features { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
  .feat-tag {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
  }
  
  /* ─── SECTION COMMONS ─────────────────────────── */
  section { padding: var(--section-gap) 0; }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .section-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 500;
    margin-bottom: 12px;
  }
  
  .section-title {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--black);
    margin-bottom: 16px;
  }
  
  .section-sub {
    font-size: 17px;
    color: var(--gray);
    line-height: 1.7;
    max-width: 560px;
  }
  
  /* ─── SERVICES ────────────────────────────────── */
  .services-header { margin-bottom: 56px; }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .service-card {
    background: var(--gray-light);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
  }
  
  .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .service-card:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: 0 20px 50px rgba(8,8,155,0.16); }
  .service-card:hover::before { opacity: 1; }
  .service-card:hover .service-icon,
  .service-card:hover .service-card-title,
  .service-card:hover .service-card-desc { color: #fff; }
  .service-card:hover .service-icon-wrap { background: rgba(255,255,255,0.2); }
  
  .service-card > * { position: relative; z-index: 1; }
  
  .service-icon-wrap {
    width: 52px; height: 52px;
    background: rgba(8,8,155,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s;
  }
  
  .service-icon { font-size: 24px; color: var(--red); transition: color 0.3s; }
  
  .service-card-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
    transition: color 0.3s;
  }
  
  .service-card-desc {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.65;
    transition: color 0.3s;
  }
  
  .service-badge {
    display: inline-block;
    margin-top: 16px;
    background: rgba(8,8,155,0.12);
    color: var(--red);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 100px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
  }
  .service-card:hover .service-badge {
    background: rgba(255,255,255,0.2);
    color: #fff;
  }
  .service-card-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
  }
  .service-card-link:hover { color: var(--red-dark); text-decoration: underline; }
  .service-card:hover .service-card-link {
    color: rgba(255,255,255,0.95);
  }
  
  /* ─── CONTACT ─────────────────────────────────── */
  .contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  
  .contact-info { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
  
  .contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  
  .contact-icon {
    width: 44px; height: 44px;
    background: rgba(8,8,155,0.08);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }
  
  .contact-item h4 { font-size: 14px; font-weight: 600; color: var(--black); margin-bottom: 2px; }
  .contact-item p { font-size: 13px; color: var(--gray); line-height: 1.5; }
  
  .contact-form {
    background: var(--gray-light);
    border-radius: 20px;
    padding: 36px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }
  
  .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
  }
  
  .form-control {
    background: #fff;
    border: 1px solid var(--gray-mid);
    border-radius: 8px;
    padding: 12px 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: var(--black);
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
  }
  .form-control:focus { border-color: var(--red); }
  
  textarea.form-control { resize: vertical; min-height: 100px; }
  
  .contact-map { margin-top: 64px; }
  .contact-map-title { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 20px; }
  .contact-map-wrapper { border-radius: 12px; overflow: hidden; border: 1px solid var(--gray-mid); }
  .contact-map-wrapper iframe { display: block; }
  
  /* ─── TERMS/POLICY ────────────────────────────── */
  .terms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
  }
  
  .terms-card {
    background: var(--gray-light);
    border-radius: 16px;
    padding: 32px;
    border: 1px solid var(--gray-mid);
  }
  
  .terms-card h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .terms-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .terms-card ul li {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
    padding-left: 16px;
    position: relative;
  }
  
  .terms-card ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--red);
    font-size: 11px;
  }
  
  .legal-content {
    max-width: 800px;
    margin-top: 32px;
  }
  .legal-content h2 {
    font-size: 22px;
    margin: 32px 0 12px;
    color: var(--black);
  }
  .legal-content h2:first-child { margin-top: 0; }
  .legal-content p, .legal-content li {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .legal-content ul { margin: 12px 0; padding-left: 24px; }
  
  /* ─── AUTH PAGES (Login/Register) ───────────────── */
  .auth-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 24px 60px;
    background: var(--gray-light);
  }
  
  .auth-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    max-width: 440px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid var(--gray-mid);
  }
  
  .auth-card h1 {
    font-size: 28px;
    margin-bottom: 8px;
    color: var(--black);
  }
  
  .auth-card .auth-sub {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 32px;
  }
  
  .auth-card .form-group { margin-bottom: 20px; }
  
  .auth-card .btn-red {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 15px;
    margin-top: 8px;
  }
  
  .auth-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--gray-mid);
    text-align: center;
    font-size: 14px;
    color: var(--gray);
  }
  
  .auth-footer a {
    color: var(--red);
    font-weight: 500;
  }
  
  /* ─── CTA ─────────────────────────────────────── */
  #cta {
    background: var(--red);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }
  
  #cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  
  .cta-inner {
    position: relative;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .cta-inner h2 {
    font-size: clamp(28px, 4vw, 48px);
    color: #fff;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }
  
  .cta-inner p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 32px; line-height: 1.6; }
  
  .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  
  .btn-white {
    background: #fff;
    color: var(--red);
    font-weight: 600;
  }
  .btn-white:hover { background: rgba(255,255,255,0.9); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
  
  .btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
  }
  .btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
  
  /* ─── FOOTER ──────────────────────────────────── */
  footer {
    background: var(--black);
    padding: 64px 0 32px;
    border-top: 1px solid rgba(255,255,255,0.05);
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
  }
  
  .footer-brand p {
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    line-height: 1.7;
    margin-top: 16px;
    max-width: 280px;
  }
  
  .footer-col h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 16px;
  }
  
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  
  .footer-col ul a {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    transition: color 0.2s;
  }
  .footer-col ul a:hover { color: #fff; }
  
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 12px;
    color: rgba(255,255,255,0.25);
  }
  
  .footer-bottom a { color: var(--red-light); }
  
  /* ─── LIGHTWEIGHT ANIMATIONS ──────────────────── */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  /* ─── ANIMATE IN ──────────────────────────────── */
  .fade-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
  }
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Lightweight hover transitions */
  .service-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  
  .btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  }
  
  .contact-form, .auth-card, .terms-card {
    transition: box-shadow 0.25s ease;
  }
  .contact-form:hover, .auth-card:hover, .terms-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
  }
  
  .page-hero h1 {
    animation: fadeIn 0.5s ease-out;
  }
  
  /* Track page - dark form on light bg */
  .track-page-form {
    background: var(--black) !important;
    border: 1px solid rgba(255,255,255,0.1);
  }
  
  /* Animate on scroll - page content */
  .animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
  .animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .track-page-card {
    padding: 24px 0;
  }
  
  /* ─── RESPONSIVE ──────────────────────────────── */
  @media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  
  @media (max-width: 768px) {
    :root { --section-gap: 64px; }
  
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
  
    .hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 60px 24px; }
    .hero-card-col { align-self: start; }
    .hero-stats { gap: 20px; }
    .stat-num { font-size: 24px; }
  
    .services-grid { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-map { margin-top: 48px; }
    .contact-map-wrapper iframe { height: 300px; }
    .terms-grid { grid-template-columns: 1fr; }
  
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  
    .page-hero { min-height: 220px; }
    .page-hero-inner { padding: 40px 24px; }
  
    .auth-card { padding: 32px 24px; }
  
    .about-stats-grid { grid-template-columns: 1fr !important; }
  }
  
  @media (max-width: 480px) {
    .page-hero h1 { font-size: 28px; }
  }
  