 :root {
      --navy:   #08122a;
      --blue:   #1b4fff;
      --cyan:   #00c8e0;
      --steel:  #4a6080;
      --silver: #c8d8ea;
      --accent: #ff7b2f;
      --white:  #f0f8ff;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--navy);
      color: var(--white);
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px; }

    /* ── BUBBLE CANVAS ── */
    #bubbleCanvas {
      position: fixed; top: 0; left: 0;
      width: 100%; height: 100%;
      pointer-events: none;
      z-index: 0; opacity: .18;
    }

    /* ── NAVBAR ── */
    .navbar {
      background: rgba(8,18,42,.88) !important;
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(0,200,224,.1);
      transition: all .4s;
      z-index: 1000;
    }
    .navbar.scrolled {
      background: rgba(8,18,42,.98) !important;
      box-shadow: 0 4px 30px rgba(0,200,224,.07);
    }
    .navbar-brand {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.8rem; letter-spacing: 2px;
      color: var(--cyan) !important;
    }
    .navbar-brand span { color: var(--accent); }
    .nav-link {
      color: var(--silver) !important;
      font-weight: 500; font-size: .92rem;
      position: relative; transition: color .25s;
    }
    .nav-link::after {
      content: ''; position: absolute;
      bottom: -2px; left: 50%; right: 50%;
      height: 2px; background: var(--cyan);
      border-radius: 2px; transition: left .3s, right .3s;
    }
    .nav-link:hover { color: var(--cyan) !important; }
    .nav-link:hover::after { left: 0; right: 0; }
    .btn-nav {
      background: var(--accent) !important;
      color: #fff !important; border-radius: 50px;
      padding: 6px 22px !important; font-weight: 600;
      transition: transform .2s, box-shadow .2s;
    }
    .btn-nav:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,123,47,.4); }

    /* ── HERO ── */
    #hero {
      min-height: 100vh;
      background: radial-gradient(ellipse at 70% 50%, #0e2050 0%, var(--navy) 70%);
      position: relative; display: flex; align-items: center;
      overflow: hidden; padding-top: 80px;
    }
    .hero-grid {
      position: absolute; inset: 0;
      background-image: linear-gradient(rgba(0,200,224,.04) 1px,transparent 1px),
                        linear-gradient(90deg,rgba(0,200,224,.04) 1px,transparent 1px);
      background-size: 60px 60px; z-index: 0;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(0,200,224,.12);
      border: 1px solid rgba(0,200,224,.3);
      color: var(--cyan); padding: 6px 16px; border-radius: 50px;
      font-size: .82rem; font-weight: 600; letter-spacing: .8px;
      text-transform: uppercase; margin-bottom: 1.2rem;
      animation: fadeDown .8s ease both;
    }
    .hero-title {
      font-size: clamp(3.5rem, 8vw, 7rem); line-height: 1;
      animation: fadeDown .9s .1s ease both;
    }
    .hero-title .hl { color: var(--cyan); }
    .hero-sub {
      font-size: 1.05rem; color: var(--silver); line-height: 1.75;
      max-width: 480px; animation: fadeDown 1s .2s ease both;
    }
    .hero-stats { display: flex; gap: 2rem; margin-top: 2rem; animation: fadeDown 1.1s .35s ease both; }
    .stat-num { font-family: 'Bebas Neue',sans-serif; font-size: 2.4rem; color: var(--cyan); line-height: 1; }
    .stat-lbl { font-size: .75rem; color: var(--steel); text-transform: uppercase; letter-spacing: .6px; }
    .hero-cta { margin-top: 2.5rem; display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeDown 1.2s .45s ease both; }
    .btn-prim {
      background: var(--blue); border: none; color: #fff;
      padding: 14px 34px; border-radius: 50px;
      font-weight: 600; font-size: .95rem;
      box-shadow: 0 4px 20px rgba(27,79,255,.35);
      transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn-prim:hover { background: var(--cyan); color: var(--navy); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,200,224,.4); }
    .btn-outl {
      border: 1.5px solid rgba(200,216,234,.3); color: var(--silver);
      padding: 14px 32px; border-radius: 50px;
      font-weight: 500; font-size: .95rem; background: transparent;
      transition: all .2s;
    }
    .btn-outl:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-3px); }

    /* ── MACHINE SVG ── */
    .machine-wrap {
      position: relative; display: flex; justify-content: center; align-items: center;
      animation: fadeUp 1s .3s ease both;
    }
    .machine-glow {
      position: absolute; width: 300px; height: 300px; border-radius: 50%;
      background: radial-gradient(circle,rgba(0,200,224,.18) 0%,transparent 70%);
      animation: pulse-glow 3s ease-in-out infinite;
    }
    .machine-svg { width: 340px; max-width: 88vw; filter: drop-shadow(0 24px 48px rgba(0,200,224,.25)); position: relative; z-index: 1; }
    #drum { transform-origin: 169px 213px; animation: spin 4s linear infinite; }
    #drum.paused { animation-play-state: paused; }
    #water { animation: wave 2.5s ease-in-out infinite; transform-origin: center; }
    .sb { animation: float-bubble 3s ease-in-out infinite; opacity: 0; }
    #door-shine { animation: shine 4s ease-in-out infinite; }
    #plight { animation: blink 1.2s ease-in-out infinite; }
    #progbar { animation: fillprog 4s linear infinite; }

    /* ── SECTION SHARED ── */
    section { position: relative; z-index: 1; }
    .sec-label { font-size: .78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--cyan); margin-bottom: .5rem; }
    .sec-title { font-size: clamp(2.2rem,5vw,3.8rem); line-height: 1.05; margin-bottom: 1rem; }
    .sec-sub { color: var(--steel); font-size: 1rem; line-height: 1.7; max-width: 560px; }
    .divider { width: 60px; height: 3px; background: linear-gradient(90deg,var(--blue),var(--cyan)); border-radius: 2px; margin-bottom: 1.5rem; }

    /* ── FEATURE CARDS ── */
    #features { padding: 100px 0; background: linear-gradient(180deg,var(--navy) 0%,#0d1e3d 100%); }
    .feat-card {
      background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
      border-radius: 20px; padding: 2rem; height: 100%;
      transition: transform .35s, border-color .35s, box-shadow .35s;
    }
    .feat-card:hover { transform: translateY(-8px); border-color: rgba(0,200,224,.35); box-shadow: 0 20px 50px rgba(0,200,224,.08); }
    .feat-icon {
      width: 58px; height: 58px; border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem; margin-bottom: 1.2rem;
    }
    .fi-blue { background: rgba(27,79,255,.18); color: var(--blue); }
    .fi-cyan { background: rgba(0,200,224,.15); color: var(--cyan); }
    .fi-org  { background: rgba(255,123,47,.15); color: var(--accent); }
    .fi-viol { background: rgba(100,120,240,.18); color: #8888ff; }
    .feat-card h5 { font-size: 1.4rem; letter-spacing: .5px; margin-bottom: .6rem; }
    .feat-card p  { font-size: .9rem; color: var(--steel); line-height: 1.65; margin: 0; }

    /* ── SERVICES ── */
    #services { padding: 100px 0; background: #080f20; }
    .svc-card { border-radius: 20px; overflow: hidden; transition: transform .35s; cursor: pointer; }
    .svc-card:hover { transform: translateY(-6px); }
    .svc-inner {
      background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
      border-radius: 20px; padding: 2rem; height: 100%;
      transition: border-color .3s; position: relative;
    }
    .svc-card:hover .svc-inner { border-color: rgba(0,200,224,.3); }
    .svc-num { font-family: 'Bebas Neue',sans-serif; font-size: 3.5rem; line-height: 1; color: rgba(0,200,224,.12); position: absolute; top: 1rem; right: 1.5rem; }
    .svc-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; background: rgba(0,200,224,.1); color: var(--cyan); margin-bottom: 1rem; border: 1px solid rgba(0,200,224,.2); }
    .svc-price { font-family: 'Bebas Neue',sans-serif; font-size: 1.8rem; color: var(--accent); }
    .svc-price span { font-family: 'DM Sans',sans-serif; font-size: .85rem; color: var(--steel); }

    /* ── HOW IT WORKS ── */
    #how { padding: 100px 0; background: linear-gradient(180deg,#080f20,var(--navy)); }
    .timeline { position: relative; }
    .timeline::before {
      content: ''; position: absolute; left: 28px; top: 0; bottom: 0;
      width: 2px; background: linear-gradient(180deg,var(--blue),var(--cyan)); opacity: .35;
    }
    .step { display: flex; gap: 1.5rem; align-items: flex-start; margin-bottom: 2.5rem; opacity: 0; transform: translateX(-30px); transition: opacity .6s, transform .6s; }
    .step.vis { opacity: 1; transform: none; }
    .step-dot {
      flex-shrink: 0; width: 58px; height: 58px; border-radius: 50%;
      background: var(--navy); border: 2px solid rgba(0,200,224,.35);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Bebas Neue',sans-serif; font-size: 1.4rem; color: var(--cyan);
      position: relative; z-index: 1; transition: background .3s, border-color .3s;
    }
    .step:hover .step-dot { background: var(--cyan); color: var(--navy); border-color: var(--cyan); }
    .step-body h5 { font-size: 1.35rem; letter-spacing: .5px; margin-bottom: .35rem; }
    .step-body p  { font-size: .9rem; color: var(--steel); line-height: 1.65; margin: 0; }

    /* ── BRANDS TICKER ── */
    #brands { padding: 60px 0; background: rgba(255,255,255,.02); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); overflow: hidden; }
    .track { display: flex; gap: 3.5rem; animation: marquee 22s linear infinite; width: max-content; }
    .brand-pill { display: flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 10px 22px; border-radius: 50px; color: var(--silver); font-weight: 600; font-size: .9rem; white-space: nowrap; }

    /* ── TESTIMONIALS ── */
    #testimonials { padding: 100px 0; background: var(--navy); }
    .testi-card {
      background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
      border-radius: 20px; padding: 2rem; height: 100%;
      display: flex; flex-direction: column;
      transition: transform .35s, box-shadow .35s, border-color .35s;
    }
    .testi-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,200,224,.07); border-color: rgba(0,200,224,.25); }
    .stars { color: #fbbf24; font-size: .9rem; margin-bottom: 1rem; }
    .testi-txt { font-size: .95rem; line-height: 1.75; color: var(--silver); flex: 1; margin-bottom: 1.5rem; }
    .testi-txt::before { content: '"'; font-size: 2rem; color: var(--cyan); line-height: 0; vertical-align: -.6rem; margin-right: .2rem; }
    .avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue',sans-serif; font-size: 1.2rem; color: #fff; flex-shrink: 0; }
    .av1 { background: linear-gradient(135deg,var(--blue),var(--cyan)); }
    .av2 { background: linear-gradient(135deg,#ff7b2f,#ff5500); }
    .av3 { background: linear-gradient(135deg,#6366f1,#8b5cf6); }
    .av4 { background: linear-gradient(135deg,#00c8e0,#0088aa); }
    .av5 { background: linear-gradient(135deg,#f59e0b,#d97706); }
    .av6 { background: linear-gradient(135deg,#10b981,#059669); }
    .testi-name { font-weight: 600; font-size: .95rem; margin-bottom: .1rem; }
    .testi-role { font-size: .78rem; color: var(--steel); }

    /* ── FAQ ── */
    #faq { padding: 100px 0; background: #080f20; }
    .accordion-item { background: rgba(255,255,255,.03) !important; border: 1px solid rgba(255,255,255,.07) !important; border-radius: 14px !important; margin-bottom: 12px !important; overflow: hidden; }
    .accordion-button { background: transparent !important; color: var(--white) !important; font-weight: 600; font-size: .97rem; box-shadow: none !important; padding: 1.2rem 1.5rem; }
    .accordion-button:not(.collapsed) { color: var(--cyan) !important; }
    .accordion-button::after { filter: invert(1) brightness(.7); }
    .accordion-body { color: var(--steel); font-size: .92rem; line-height: 1.7; padding: 0 1.5rem 1.2rem; }

    /* ── CONTACT ── */
    #contact { padding: 100px 0; background: radial-gradient(ellipse at center,#0e2050 0%,var(--navy) 70%); }
    .contact-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: 3rem; }
    .fc {
      background: rgba(255,255,255,.05) !important; border: 1px solid rgba(255,255,255,.1) !important;
      color: var(--white) !important; border-radius: 12px !important; padding: 12px 18px !important;
      font-size: .93rem; transition: border-color .25s, box-shadow .25s;
    }
    .fc::placeholder { color: var(--steel) !important; }
    .fc:focus { border-color: var(--cyan) !important; box-shadow: 0 0 0 3px rgba(0,200,224,.12) !important; outline: none; }
    .fc-sel {
      background: rgba(255,255,255,.05) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2300c8e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 12px center/14px !important;
      border: 1px solid rgba(255,255,255,.1) !important; color: var(--silver) !important; border-radius: 12px !important; padding: 12px 18px !important;
    }
    .fc-sel:focus { border-color: var(--cyan) !important; box-shadow: 0 0 0 3px rgba(0,200,224,.12) !important; }
    .btn-submit { background: linear-gradient(135deg,var(--blue),var(--cyan)); border: none; color: #fff; padding: 14px 40px; border-radius: 50px; font-weight: 700; font-size: 1rem; transition: transform .2s, box-shadow .2s; box-shadow: 0 4px 20px rgba(27,79,255,.3); width: 100%; }
    .btn-submit:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,200,224,.4); }
    .ci-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
    .ci-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(0,200,224,.1); border: 1px solid rgba(0,200,224,.2); display: flex; align-items: center; justify-content: center; color: var(--cyan); font-size: 1.2rem; flex-shrink: 0; }
    .ci-lbl { font-size: .88rem; color: var(--steel); }
    .ci-val { font-weight: 600; color: var(--white); font-size: .95rem; }
    .trust-box { background: rgba(0,200,224,.07); border: 1px solid rgba(0,200,224,.15); border-radius: 16px; padding: 1rem 1.2rem; }
    .trust-item { display: flex; align-items: center; gap: .6rem; font-size: .88rem; font-weight: 600; margin-bottom: .5rem; }
    .trust-item:last-child { margin-bottom: 0; }

    /* ── FOOTER ── */
    footer { background: #050c1c; border-top: 1px solid rgba(255,255,255,.05); padding: 60px 0 30px; }
    .foot-brand { font-family: 'Bebas Neue',sans-serif; font-size: 2rem; color: var(--cyan); letter-spacing: 2px; }
    .foot-brand span { color: var(--accent); }
    .foot-desc { font-size: .9rem; color: var(--steel); line-height: 1.7; max-width: 280px; margin-top: .8rem; }
    .foot-head { font-family: 'Bebas Neue',sans-serif; font-size: 1.1rem; letter-spacing: 1px; color: var(--silver); margin-bottom: 1rem; }
    .foot-links { list-style: none; padding: 0; }
    .foot-links li { margin-bottom: .55rem; }
    .foot-links a { color: var(--steel); text-decoration: none; font-size: .88rem; transition: color .2s; }
    .foot-links a:hover { color: var(--cyan); }
    .soc-btn { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: var(--silver); font-size: 1rem; transition: background .2s, color .2s, transform .2s; text-decoration: none; }
    .soc-btn:hover { background: var(--cyan); color: var(--navy); transform: translateY(-3px); }
    .foot-bot { border-top: 1px solid rgba(255,255,255,.05); padding-top: 1.5rem; margin-top: 2.5rem; font-size: .82rem; color: var(--steel); }

    /* ── COUNTER SECTION ── */
    #counters { padding: 80px 0; background: rgba(27,79,255,.06); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
    .cnt-num { font-family: 'Bebas Neue',sans-serif; font-size: 3rem; color: var(--cyan); line-height: 1; }
    .cnt-lbl { font-size: .78rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--steel); margin-top: .3rem; }

    /* ── FAB ── */
    .fab { position: fixed; bottom: 30px; right: 30px; width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg,var(--accent),#ff5500); box-shadow: 0 6px 24px rgba(255,123,47,.5); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.6rem; text-decoration: none; z-index: 999; animation: fab-bounce 2.5s ease-in-out infinite; transition: transform .2s, box-shadow .2s; }
    .fab:hover { color: #fff; transform: scale(1.12); box-shadow: 0 10px 32px rgba(255,123,47,.7); animation: none; }
    .fab-ring { position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(255,123,47,.4); animation: fab-ring 2.5s ease-in-out infinite; }

    /* ── SCROLL REVEAL ── */
    .reveal { opacity: 0; transform: translateY(32px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.vis { opacity: 1; transform: none; }
    .d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; } .d5 { transition-delay: .5s; }

    /* ── KEYFRAMES ── */
    @keyframes fadeDown  { from{opacity:0;transform:translateY(-20px)} to{opacity:1;transform:none} }
    @keyframes fadeUp    { from{opacity:0;transform:translateY(30px)}  to{opacity:1;transform:none} }
    @keyframes spin      { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
    @keyframes wave      { 0%,100%{transform:scaleX(1) scaleY(1)} 50%{transform:scaleX(1.02) scaleY(.98)} }
    @keyframes float-bubble { 0%{opacity:0;transform:translateY(0) scale(1)} 30%{opacity:.7} 100%{opacity:0;transform:translateY(-60px) scale(1.3)} }
    @keyframes shine     { 0%,90%,100%{opacity:.35} 95%{opacity:.7} }
    @keyframes blink     { 0%,100%{fill:#00e040;opacity:1} 50%{opacity:.35} }
    @keyframes fillprog  { 0%{width:0px} 100%{width:100px} }
    @keyframes pulse-glow{ 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.15);opacity:.6} }
    @keyframes marquee   { from{transform:translateX(0)} to{transform:translateX(-50%)} }
    @keyframes fab-bounce{ 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
    @keyframes fab-ring  { 0%{transform:scale(1);opacity:.6} 100%{transform:scale(1.6);opacity:0} }

    @media(max-width:767px){
      .hero-stats{gap:1.2rem}
      .timeline::before{left:24px}
      .contact-card{padding:1.5rem}
      .machine-svg{width:260px}
    }