    :root {
      --orange: #E55A00;
      --orange-light: #FF6B1A;
      --dark: #111111;
      --dark2: #1A1A1A;
      --steel: #2A3340;
      --gray: #4B5563;
      --gray-light: #9CA3AF;
      --bg: #F7F7F5;
      --white: #FFFFFF;
      --border: #E5E7EB;
      --radius: 10px;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }

    /* NAV */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: var(--dark); border-bottom: 1px solid #222;
      padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 64px;
    }
    .nav-logo { font-family: 'Manrope', sans-serif; font-size: 19px; font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 0.03em; }
    .nav-logo span { color: var(--orange); }
    .nav-links { display: flex; gap: 2rem; align-items: center; }
    .nav-links a { font-size: 14px; font-weight: 500; color: #CBD5E1; transition: color 0.2s; }
    .nav-links a:hover { color: var(--white); }
    .nav-cta {
      background: var(--orange); color: var(--white) !important;
      padding: 9px 20px; border-radius: var(--radius);
      font-size: 14px; font-weight: 600;
    }
    .nav-cta:hover { background: var(--orange-light); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: 0.3s; }
    .mobile-menu { display: none; position: fixed; inset: 64px 0 0 0; background: var(--dark); z-index: 99; padding: 2rem 1.5rem; flex-direction: column; gap: 1.5rem; }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { font-size: 18px; font-weight: 500; color: #CBD5E1; padding: 0.5rem 0; border-bottom: 1px solid #222; }

    /* HERO */
    .hero {
      background: linear-gradient(135deg, #0D1117 0%, #1A2332 50%, #0F1921 100%);
      padding: 5rem 1.5rem 4rem; text-align: center; position: relative; overflow: hidden;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(229,90,0,0.18) 0%, transparent 65%);
    }
    .hero-tag {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(229,90,0,0.15); border: 1px solid rgba(229,90,0,0.3);
      color: #FB923C; padding: 6px 16px; border-radius: 40px;
      font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
      margin-bottom: 1.5rem; position: relative; text-transform: uppercase;
    }
    .hero h1 {
      font-family: 'Manrope', sans-serif;
      font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800;
      color: var(--white); line-height: 1.15; margin-bottom: 1.25rem;
      position: relative; max-width: 780px; margin-inline: auto;
    }
    .hero h1 em { font-style: normal; color: var(--orange); }
    .hero-sub {
      font-size: clamp(1rem, 2vw, 1.2rem); color: #94A3B8;
      max-width: 600px; margin: 0 auto 2.5rem; position: relative;
    }
    .hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }
    .btn-primary {
      background: var(--orange); color: var(--white);
      padding: 14px 30px; border-radius: var(--radius);
      font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
      transition: background 0.2s, transform 0.15s;
    }
    .btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); }
    .btn-outline {
      border: 1.5px solid #334155; color: var(--white); background: transparent;
      padding: 14px 30px; border-radius: var(--radius);
      font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px;
      transition: border-color 0.2s, background 0.2s;
    }
    .btn-outline:hover { border-color: var(--orange); background: rgba(229,90,0,0.08); }
    .hero-stats {
      display: flex; justify-content: center; gap: 3rem; margin-top: 3.5rem;
      flex-wrap: wrap; position: relative;
    }
    .hero-stat { text-align: center; }
    .hero-stat-num { font-family: 'Manrope', sans-serif; font-size: 2rem; font-weight: 800; color: var(--white); }
    .hero-stat-lbl { font-size: 13px; color: #64748B; margin-top: 2px; }

    /* TRUST BAR */
    .trust-bar {
      background: var(--dark2); padding: 1.2rem 1.5rem;
      display: flex; justify-content: center; align-items: center;
      gap: 2rem; flex-wrap: wrap; border-bottom: 1px solid #222;
    }
    .trust-item {
      display: flex; align-items: center; gap: 8px;
      font-size: 13px; font-weight: 500; color: #94A3B8;
    }
    .trust-icon { color: var(--orange); font-size: 16px; }

    /* SECTION COMMONS */
    section { padding: 5rem 1.5rem; }
    .container { max-width: 1100px; margin: 0 auto; }
    .section-eyebrow {
      font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--orange); margin-bottom: 0.6rem;
    }
    .section-title {
      font-family: 'Manrope', sans-serif;
      font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800;
      color: var(--dark); line-height: 1.2; margin-bottom: 1rem;
    }
    .section-sub { font-size: 1.05rem; color: var(--gray); max-width: 600px; }

    /* PRODUCTS */
    #products { background: var(--bg); }
    .products-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
    .product-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 1.5rem;
    }
    .product-card {
      background: var(--white); border-radius: 14px; overflow: hidden;
      border: 1px solid var(--border); transition: box-shadow 0.25s, transform 0.2s;
    }
    .product-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.1); transform: translateY(-3px); }
    .product-img { width: 100%; height: 220px; object-fit: cover; }
    .product-body { padding: 1.25rem; }
    .product-tag {
      display: inline-block; background: rgba(229,90,0,0.1); color: var(--orange);
      font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
      padding: 4px 10px; border-radius: 6px; margin-bottom: 0.6rem;
    }
    .product-name { font-family: 'Manrope', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
    .product-desc { font-size: 13.5px; color: var(--gray); line-height: 1.6; margin-bottom: 1rem; }
    .product-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.1rem; }
    .spec-chip {
      background: var(--bg); border: 1px solid var(--border);
      font-size: 11.5px; color: var(--steel); padding: 4px 10px; border-radius: 6px; font-weight: 500;
    }
    .product-cta {
      display: flex; align-items: center; gap: 8px; width: 100%;
      background: var(--dark); color: var(--white); border: none; cursor: pointer;
      padding: 11px 18px; border-radius: var(--radius); font-size: 13.5px; font-weight: 600;
      transition: background 0.2s; justify-content: center;
    }
    .product-cta:hover { background: var(--orange); }
    .product-cta svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

    /* WHY US */
    .why-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; margin-top: 3rem;
    }
    .why-card {
      background: var(--white); border: 1px solid var(--border); border-radius: 14px;
      padding: 1.5rem; transition: border-color 0.2s;
    }
    .why-card:hover { border-color: var(--orange); }
    .why-icon {
      width: 44px; height: 44px; background: rgba(229,90,0,0.1); border-radius: 10px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
    }
    .why-icon svg { width: 22px; height: 22px; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .why-title { font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
    .why-desc { font-size: 13.5px; color: var(--gray); }

    /* USE CASES */
    #use-cases { background: var(--dark); }
    #use-cases .section-title { color: var(--white); }
    #use-cases .section-sub { color: #64748B; }
    .use-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 3rem;
    }
    .use-card {
      background: #1A2332; border: 1px solid #2A3340; border-radius: 14px; padding: 1.5rem;
      transition: border-color 0.2s, background 0.2s;
    }
    .use-card:hover { border-color: var(--orange); background: #1F2B3A; }
    .use-num { font-family: 'Manrope', sans-serif; font-size: 2rem; font-weight: 800; color: rgba(229,90,0,0.2); margin-bottom: 0.75rem; }
    .use-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
    .use-desc { font-size: 13px; color: #64748B; }

    /* FAQ */
    #faq { background: var(--bg); }
    .faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0; }
    .faq-item { border-bottom: 1px solid var(--border); }
    .faq-q {
      width: 100%; background: none; border: none; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      padding: 1.1rem 0; font-size: 15px; font-weight: 600; color: var(--dark);
      text-align: left; gap: 1rem;
    }
    .faq-q svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; flex-shrink: 0; transition: transform 0.25s; }
    .faq-q.open svg { transform: rotate(45deg); }
    .faq-a { display: none; padding: 0 0 1.1rem; font-size: 14px; color: var(--gray); line-height: 1.7; }
    .faq-a.open { display: block; }

    /* TESTIMONIALS */
    .testimonials-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.5rem; margin-top: 3rem;
    }
    .testi-card {
      background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem;
    }
    .stars { color: #F59E0B; font-size: 15px; margin-bottom: 0.75rem; letter-spacing: 2px; }
    .testi-text { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 1.25rem; font-style: italic; }
    .testi-author { display: flex; align-items: center; gap: 10px; }
    .testi-avatar {
      width: 40px; height: 40px; border-radius: 50%; background: rgba(229,90,0,0.15);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 14px; color: var(--orange);
    }
    .testi-name { font-weight: 700; font-size: 14px; }
    .testi-role { font-size: 12px; color: var(--gray-light); }

    /* CTA BAND */
    .cta-band {
      background: var(--orange); padding: 4rem 1.5rem; text-align: center;
    }
    .cta-band h2 {
      font-family: 'Manrope', sans-serif; font-size: clamp(1.5rem, 3.5vw, 2.4rem);
      font-weight: 800; color: var(--white); margin-bottom: 0.75rem;
    }
    .cta-band p { font-size: 1.05rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; }
    .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .btn-white {
      background: var(--white); color: var(--orange);
      padding: 14px 30px; border-radius: var(--radius);
      font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
      transition: box-shadow 0.2s;
    }
    .btn-white:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
    .btn-dark-outline {
      border: 2px solid rgba(255,255,255,0.5); color: var(--white); background: transparent;
      padding: 14px 30px; border-radius: var(--radius);
      font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
      transition: border-color 0.2s, background 0.2s;
    }
    .btn-dark-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

    /* CONTACT */
    #contact { background: var(--white); }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
    .contact-info-block { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; }
    .contact-info-item { display: flex; align-items: flex-start; gap: 12px; }
    .contact-icon {
      width: 42px; height: 42px; background: rgba(229,90,0,0.1); border-radius: 10px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .contact-icon svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .contact-label { font-size: 12px; font-weight: 600; color: var(--gray-light); text-transform: uppercase; letter-spacing: 0.06em; }
    .contact-val { font-size: 15px; font-weight: 600; color: var(--dark); }
    .contact-val a { color: var(--orange); }

    .quote-form { background: var(--bg); border-radius: 16px; padding: 2rem; }
    .form-title { font-family: 'Manrope', sans-serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
    .form-group label { font-size: 13px; font-weight: 600; color: var(--dark); }
    .form-group input,
    .form-group select,
    .form-group textarea {
      border: 1.5px solid var(--border); border-radius: 8px;
      padding: 10px 14px; font-size: 14px; font-family: 'Inter', sans-serif;
      background: var(--white); color: var(--dark); outline: none; transition: border-color 0.2s;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus { border-color: var(--orange); }
    .form-group textarea { min-height: 90px; resize: vertical; }
    .form-submit {
      width: 100%; background: var(--orange); color: var(--white);
      border: none; cursor: pointer; padding: 13px;
      border-radius: var(--radius); font-size: 15px; font-weight: 700;
      transition: background 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .form-submit:hover { background: var(--orange-light); }

    /* WHATSAPP FLOAT */
    .wa-float {
      position: fixed; bottom: 24px; right: 24px; z-index: 999;
      width: 58px; height: 58px; border-radius: 50%;
      background: #25D366; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.2s;
    }
    .wa-float:hover { transform: scale(1.1); }
    .wa-float svg { width: 30px; height: 30px; fill: var(--white); }
    .wa-tooltip {
      position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
      background: var(--dark); color: var(--white); font-size: 13px; font-weight: 500;
      padding: 6px 12px; border-radius: 8px; white-space: nowrap;
      opacity: 0; pointer-events: none; transition: opacity 0.2s;
    }
    .wa-float:hover .wa-tooltip { opacity: 1; }

    /* FOOTER */
    footer {
      background: var(--dark); color: #64748B; padding: 3rem 1.5rem 1.5rem;
    }
    .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; max-width: 1100px; margin: 0 auto 2.5rem; }
    .footer-logo { font-family: 'Manrope', sans-serif; font-size: 19px; font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 0.75rem; }
    .footer-logo span { color: var(--orange); }
    .footer-desc { font-size: 13.5px; line-height: 1.7; }
    .footer-col-title { font-size: 13px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
    .footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
    .footer-links a { font-size: 13.5px; color: #64748B; transition: color 0.2s; }
    .footer-links a:hover { color: var(--orange); }
    .footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid #1E2A38; display: flex; justify-content: space-between; font-size: 12.5px; flex-wrap: wrap; gap: 0.5rem; }
    .footer-bottom a { color: var(--orange); }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .contact-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
      .hero-stats { gap: 2rem; }
      .trust-bar { gap: 1rem; }
    }
    @media (max-width: 480px) {
      section { padding: 3.5rem 1rem; }
      nav { padding: 0 1rem; }
    }

/* LOCATION / INNER PAGE ADDITIONS */
.breadcrumb { background: var(--bg); padding: 0.9rem 1.5rem; font-size: 13px; color: var(--gray); }
.breadcrumb a { color: var(--orange); font-weight: 500; }
.breadcrumb span { margin: 0 6px; color: var(--gray-light); }
.page-hero {
  background: linear-gradient(135deg, #0D1117 0%, #1A2332 50%, #0F1921 100%);
  padding: 3.5rem 1.5rem 3rem; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(229,90,0,0.18) 0%, transparent 65%);
}
.page-hero h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 800;
  color: var(--white); line-height: 1.2; margin-bottom: 1rem;
  position: relative; max-width: 760px; margin-inline: auto;
}
.page-hero h1 em { font-style: normal; color: var(--orange); }
.page-hero-sub {
  font-size: clamp(1rem, 2vw, 1.1rem); color: #94A3B8;
  max-width: 620px; margin: 0 auto 2rem; position: relative;
}
.info-block { max-width: 820px; margin: 0 auto; }
.info-block p { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 1.25rem; }
.info-block h2 { font-family: 'Manrope', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--dark); margin: 2rem 0 1rem; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 1.5rem 0 2rem; }
.area-chip {
  background: var(--white); border: 1px solid var(--border); color: var(--steel);
  font-size: 13px; font-weight: 500; padding: 7px 14px; border-radius: 30px;
}
.city-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.25rem; margin-top: 2.5rem;
}
.city-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  padding: 1.5rem; text-align: center; transition: border-color 0.2s, transform 0.2s;
}
.city-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.city-card-name { font-family: 'Manrope', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 0.4rem; }
.city-card-desc { font-size: 13px; color: var(--gray); margin-bottom: 1rem; }
.city-card a { font-size: 13px; font-weight: 600; color: var(--orange); }

/* COMPARISON TABLE */
.compare-table-wrap { overflow-x: auto; margin-top: 2.5rem; border-radius: 14px; border: 1px solid var(--border); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 600px; background: var(--white); }
.compare-table th, .compare-table td { padding: 14px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--border); }
.compare-table th { background: var(--dark); color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.compare-table th:first-child { width: 220px; }
.compare-table td:first-child { font-weight: 600; color: var(--dark); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .win { color: #16A34A; font-weight: 600; }
.compare-table .lose { color: #DC2626; }
