
    :root {
      --orange:      #0f71b7;
      --orange-lt:   #0f71b7;
      --orange-pale: #c4e6ff;
      --navy:        #0f71b7;
      --navy-mid:    #1a3a5c;
      --white:       #ffffff;
      --bg:          #f7f9fc;
      --bg2:         #eef2f8;
      --text:        #1a2d44;
      --text-mid:    #4a627a;
      --text-light:  #8898aa;
      --border:      #dde6f0;
      --radius:      12px;
      --shadow-sm:   0 2px 12px rgba(15,37,64,0.08);
      --shadow-md:   0 8px 32px rgba(15,37,64,0.13);
      --shadow-lg:   0 20px 60px rgba(15,37,64,0.16);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Roboto', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

    .container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
    body i{
      color: #fff;
    }
    .section-tag {
      display: inline-block;
      background: var(--orange-pale); color: var(--orange);
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px; font-weight: 700;
      letter-spacing: 2.5px; text-transform: uppercase;
      padding: 5px 14px; border-radius: 20px;
      margin-bottom: 12px;
      border: 1px solid rgba(240,90,26,0.2);
    }
    .section-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(28px, 4.5vw, 46px);
      font-weight: 800; line-height: 1.1; color: var(--navy);
    }
    .section-sub { font-size: 15px; color: var(--text-mid); line-height: 1.75; max-width: 580px; margin-top: 10px; }

    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 13px 26px; border-radius: 8px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 600; font-size: 15px;
      cursor: pointer; border: none; text-decoration: none;
      transition: all 0.25s ease; white-space: nowrap;
    }
    .btn-primary { background: var(--orange); color: var(--white); }
    .btn-primary:hover { background: var(--orange-lt); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26, 122, 240, 0.38); }
    .btn-navy { background: var(--navy); color: var(--white); }
    .btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }
    .btn-outline-navy { background: transparent; color: var(--navy); border: 2px solid var(--border); }
    .btn-outline-navy:hover { border-color: var(--navy); background: var(--bg); }
    .btn-outline-orange { background: transparent; color: var(--orange); border: 2px solid var(--orange); }
    .btn-outline-orange:hover { background: var(--orange); color: white; }
    .btn-wa { background: #25d366; color: white; }
    .btn-wa:hover { background: #1ebe5a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
    .btn-white { background: white; color: var(--orange); font-weight: 700; }
    .btn-white:hover { background: #f5f5f5; }

    /* HEADER */
    header {
      position: sticky; top: 0; z-index: 100;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
    }
    header .container { display: flex; align-items: center; justify-content: space-between; height: 100px; }
    .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .logo img { height: 80px; width: auto; border-radius: 6px; }
    .logo-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 22px; color: var(--navy); line-height: 1; }
    .logo-text em { color: var(--orange); font-style: normal; }
    .header-actions { display: flex; gap: 10px; align-items: center; }
    .header-actions .btn { padding: 9px 18px; font-size: 14px; }
    .header-phone { font-size: 14px; font-weight: 600; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 6px; }
    .header-phone:hover { color: var(--orange); }

    /* HERO */
    .hero {
      background: linear-gradient(160deg, #f0f6ff 0%, var(--bg) 55%, #fff3ee 100%);
      padding: 68px 0 64px;
      position: relative; overflow: hidden;
    }
    .hero::after {
      content: '';
      position: absolute; top: -80px; right: -120px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(240,90,26,0.09) 0%, transparent 65%);
      pointer-events: none;
    }
    .hero .container { display: grid; grid-template-columns: 1fr 390px; gap: 52px; align-items: center; position: relative; z-index: 1; }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--orange-pale); border: 1px solid rgba(240,90,26,0.25); color: var(--orange);
      font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 20px;
      margin-bottom: 18px;
      font-family: 'Barlow Condensed', sans-serif; letter-spacing: 2px; text-transform: uppercase;
    }
    .hero-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(36px, 5.5vw, 48px); font-weight: 900; line-height: 1.05; color: var(--navy); margin-bottom: 14px; }
    .hero-title em { color: var(--orange); font-style: normal; }
    .hero-price { font-size: clamp(14px, 2.5vw, 17px); font-weight: 500; color: var(--text-mid); margin-bottom: 28px; line-height: 1.6; }
    .hero-price strong { color: var(--orange); font-size: 1.25em; font-weight: 700; }
    .hero-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 34px; }
    .hero-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text-mid); line-height: 1.5; }
    .bullet-check {
      flex-shrink: 0; width: 20px; height: 20px;
      background: var(--orange); color: white; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 11px; font-weight: 700; margin-top: 2px;
    }
    .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

    /* FORM */
    .form-card {
      background: var(--white); border-radius: 16px;
      padding: 30px 26px;
      box-shadow: var(--shadow-lg);
      border: 1px solid var(--border);
    }
    .form-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
    .form-card-header h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); }
    .form-card-badge {
      background: #eafbf0; color: #1a8a45;
      font-size: 11px; font-weight: 700;
      padding: 3px 10px; border-radius: 20px;
      letter-spacing: 1px; text-transform: uppercase;
    }
    .form-card > p { font-size: 13px; color: var(--text-light); margin-bottom: 20px; }
    .form-group { margin-bottom: 13px; }
    .form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
    .form-group label span { color: var(--orange); }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%; padding: 11px 13px;
      border: 1.5px solid var(--border); border-radius: 8px;
      font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--text);
      background: var(--bg);
      transition: border-color 0.2s, box-shadow 0.2s;
      outline: none; appearance: none; -webkit-appearance: none;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: var(--orange);
      box-shadow: 0 0 0 3px rgba(240,90,26,0.1);
      background: white;
    }
    .form-group textarea { resize: vertical; min-height: 64px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .submit-btn {
      width: 100%; padding: 14px;
      background: var(--orange); color: white; border: none; border-radius: 8px;
      font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1px;
      cursor: pointer; transition: all 0.25s ease; margin-top: 4px;
    }
    .submit-btn:hover { background: var(--orange-lt); box-shadow: 0 6px 20px rgba(240,90,26,0.38); transform: translateY(-2px); }
    .submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
    .form-success { display: none; text-align: center; padding: 30px 20px; }
    .form-success .checkmark { font-size: 50px; margin-bottom: 14px; }
    .form-success h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
    .form-success p { color: var(--text-light); font-size: 14px; }

    /* STATS */
    .stats-bar { background: var(--orange); }
    .stats-bar .container { display: grid; grid-template-columns: repeat(3, 1fr); }
    .stat-item { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 22px 16px; }
    .stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,0.25); }
    .stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 46px); font-weight: 900; color: white; line-height: 1; }
    .stat-label { font-size: 13px; color: rgba(255,255,255,0.88); font-weight: 500; margin-top: 4px; }

    /* CLIENTS */
    .clients { background: var(--bg); padding: 64px 0; }
    .clients-header { text-align: center; margin-bottom: 36px; }
    .clients-grid { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px; }
    .clients-grid img{
        width: 100%;
    }
    
    .client-chip {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;  
      height: 100px;
      background: white; border: 1.5px solid var(--border);
      border-radius: 8px; padding: 14px 22px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 14px; font-weight: 700; letter-spacing: 1.5px;
      color: var(--text-mid); text-transform: uppercase;
      transition: all 0.2s;
    }
    .client-chip:hover { border-color: var(--orange); color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
    .clients-footnote { text-align: center; margin-top: 24px; font-size: 14px; color: var(--text-light); }
    .clients-footnote strong { color: var(--orange); }

    /* PRODUCTS */
    .products { background: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }
    .products::before {
      content: '';
      position: absolute; top: -80px; right: -80px;
      width: 420px; height: 420px;
      background: radial-gradient(circle, rgba(240,90,26,0.14) 0%, transparent 65%);
      pointer-events: none;
    }
    .products-header { text-align: center; margin-bottom: 44px; }
    .products-header .section-tag { background: rgb(255, 255, 255); border-color: rgba(240,90,26,0.3); }
    .products-header .section-title { color: white; }
    .products-header .section-sub { color: rgba(255,255,255,0.6); margin: 10px auto 0; }
    .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); gap: 14px; }
    .product-card {
      background: rgba(255, 255, 255, 0.163); border: 1px solid rgba(255,255,255,0.08);
      border-radius: var(--radius); padding: 15px;
      transition: all 0.3s ease;
    }
    .product-card:hover { border-color: var(--orange); background: rgba(240,90,26,0.07); transform: translateY(-4px); }
    .product-icon {
        width: 100%;
        font-size: 30px;
        margin-bottom: 12px;
    }
    product-card{
        width: 100%;
    }
    .product-icon img{
        width: 100%;
        border-radius: 10px;
    }
    .product-card h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.3; }
    .product-card p { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 7px; line-height: 1.55; }

    /* INDUSTRIES */
    .industries { padding: 80px 0; background: white; }
    .industries-header { text-align: center; margin-bottom: 44px; }
    .industries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 18px; }
    .industry-card {
      background: var(--bg); border: 1.5px solid var(--border);
      border-radius: var(--radius); padding: 28px 24px;
      transition: all 0.3s ease;
    }
    .industry-card:hover { border-color: var(--orange); background: var(--orange-pale); transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .industry-icon { font-size: 34px; margin-bottom: 14px; }
    .industry-card h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
    .industry-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

    /* WHY US */
    .why-us { background: var(--bg); padding: 80px 0; }
    .why-us-header { text-align: center; margin-bottom: 48px; }
    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
    .why-card {
      background: white; border: 1.5px solid var(--border);
      border-radius: var(--radius); padding: 28px 24px;
      transition: all 0.3s ease;
    }
    .why-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-3px); }
    .why-icon {
      width: 48px; height: 48px; background: var(--orange-pale);
      border-radius: 10px; display: flex; align-items: center; justify-content: center;
      font-size: 22px; margin-bottom: 16px;
    }
    .why-card h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
    .why-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

    /* BADGES */
    .badges-strip { background: white; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 22px 0; }
    .badges-strip .container { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
    .badge {
      display: flex; align-items: center; gap: 8px;
      background: var(--bg); border: 1.5px solid var(--border);
      border-radius: 8px; padding: 10px 18px;
      font-size: 14px; font-weight: 600; color: var(--navy);
      transition: all 0.2s;
    }
    .badge:hover { border-color: var(--orange); background: var(--orange-pale); }
    .badge span { font-size: 17px; }

    /* PROCESS */
    .process { padding: 80px 0; background: white; }
    .process-header { text-align: center; margin-bottom: 50px; }
    .steps-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 0; position: relative;
    }
    .steps-grid::before {
      content: '';
      position: absolute; top: 28px; left: 12%;
      width: 76%; height: 2px;
      background: linear-gradient(to right, var(--orange), rgba(240,90,26,0.12));
      z-index: 0;
    }
    .step-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 14px; position: relative; z-index: 1; }
    .step-num {
      width: 56px; height: 56px; background: var(--orange); color: white; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 900;
      margin-bottom: 18px;
      box-shadow: 0 6px 20px rgba(240,90,26,0.32);
      border: 3px solid white; outline: 2px solid var(--orange);
    }
    .step-item h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
    .step-item p { font-size: 13px; color: var(--text-mid); line-height: 1.65; }

    /* FINAL CTA */
    .final-cta {
      background: linear-gradient(135deg, var(--orange) 0%, #000000 100%);
      padding: 72px 0; text-align: center; position: relative; overflow: hidden;
    }
    .final-cta::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'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .final-cta .container { position: relative; z-index: 1; }
    .final-cta h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(30px, 5.5vw, 54px); font-weight: 900; color: white; line-height: 1.1; margin-bottom: 12px; }
    .final-cta p { font-size: 17px; color: rgba(255,255,255,0.88); margin-bottom: 32px; }
    .final-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

    /* FOOTER */
    footer { background: #000; padding: 36px 0; }
    footer .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
    .footer-brand .logo-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 20px; color: white; }
    .footer-brand .logo-text em { color: var(--orange); font-style: normal; }
    .footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 4px; }
    .footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); }

    /* FLOATING WA */
    .wa-float {
      position: fixed; bottom: 22px; right: 22px;
      width: 56px; height: 56px;
      background: #25d366; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 26px;
      box-shadow: 0 4px 20px rgba(37,211,102,0.5);
      text-decoration: none; z-index: 200;
      transition: all 0.25s ease;
      animation: wa-pulse 2.5s infinite;
    }
    .ma-float {
      position: fixed; bottom: 22px; left: 22px;
      width: 56px; height: 56px;
      background: #0f71b7; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 26px;
      box-shadow: 0 4px 20px rgba(37,211,102,0.5);
      text-decoration: none; z-index: 200;
      transition: all 0.25s ease;
      animation: ma-pulse 2.5s infinite;
    }
    .wa-float:hover { transform: scale(1.1); }
    @keyframes wa-pulse {
      0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.5); }
      50%       { box-shadow: 0 4px 30px rgba(37,211,102,0.8), 0 0 0 8px rgba(37,211,102,0.1); }
    }
    .ma-float:hover { transform: scale(1.1); }
    @keyframes ma-pulse {
      0%, 100% { box-shadow: 0 4px 20px rgba(30, 116, 255, 0.5); }
      50%       { box-shadow: 0 4px 30px rgba(24, 68, 201, 0.8), 0 0 0 8px rgba(37,211,102,0.1); }
    }

    /* SCROLL ANIM */
    .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    /* RESPONSIVE */
    @media (max-width: 920px) {
      .hero .container { grid-template-columns: 1fr; gap: 40px; }
      .form-card { max-width: 480px; }
      .steps-grid::before { display: none; }
    }
    @media (max-width: 600px) {
      .header-phone { display: none; }
      .header-actions .btn:first-child { display: none; }
      .form-row { grid-template-columns: 1fr; }
      .hero-ctas { flex-direction: column; }
      .hero-ctas .btn { width: 100%; justify-content: center; }
      .final-cta-btns { flex-direction: column; align-items: center; }
      footer .container { justify-content: center; text-align: center; }
      .steps-grid { gap: 32px; }
    }
