  :root {
    --ink: #1a1a1a;
    --ink-soft: #5b5b58;
    --ink-faint: #8a8a86;
    --line: #e2e2e0;
    --line-strong: #bbb;
    --surface: #ffffff;
    --surface-soft: #f4f4f2;
    --accent: #185fa5;
    --accent-bg: #e6f1fb;
    --whatsapp: #1d9e75;
    --radius: 10px;
    --radius-lg: 16px;
    --max: 1200px;
    --header-height: 64px;
  }
  
  * { 
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent;
  }
  
  /*body {
    margin: 0; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink); 
    background: var(--surface-soft); 
    line-height: 1.55;
    overflow-x: hidden;
  }*/

  body {
      margin: 0;
      font-family: "Futura", "Futura PT", "Century Gothic", sans-serif;
      color: var(--ink);
      background: var(--surface-soft);
      line-height: 1.55;
      overflow-x: hidden;
  }

  .build-note { 
    background: #fff7d6; border-bottom: 1px solid #e6d488; 
    color: #6b5a00; font-size: 12px; padding: 10px 16px; text-align: center; font-weight: 500;
  }
  
  .page { 
/*    max-width: var(--max); */
    margin: 0 auto; background: var(--surface); 
    min-height: 100vh; position: relative; box-shadow: 0 0 40px rgba(0,0,0,0.03);
  }

  h1 { font-size: 36px; margin: 0 0 14px; line-height: 1.15; max-width: 680px; letter-spacing: -0.02em; font-weight: 800; }
  h2 { font-size: 24px; 
    margin: 0 0 8px; 
    letter-spacing: -0.01em; 
    font-weight: 700; 
    color: var(--brand-red);
  }
  h4 { font-size: 13px; margin: 0 0 14px; color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
  .eyebrow { font-size: 18px; color: var(--ink-faint); margin: 0 0 8px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }
  .breadcrumb { font-size: 12px; color: var(--ink-faint); font-weight: 500; }
  .lede { font-size: 18px; color: var(--ink-soft); margin: 0 0 20px; max-width: 580px; line-height: 1.5; }
  p.body-copy { font-size: 18px; color: var(--ink-soft); margin: 0 0 16px; max-width: 660px; line-height: 1.6; }
  p.body-copy:last-child { margin-bottom: 0; }

  /* Attractive placeholder gradients replacing plain gray boxes */
  .placeholder {
/*    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);*/
/*    border: 1px dashed var(--line-strong); */
    border-radius: var(--radius-lg);
    color: var(--ink-soft); font-size: 13px; font-weight: 500;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    overflow: hidden; position: relative;
  }
  /* Decorative pseudo-element for placeholders to make them feel less empty */
  .placeholder::after {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.4), transparent);
    pointer-events: none;
  }

  .badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
  .badge { font-size: 12px; background: var(--accent-bg); color: var(--accent); padding: 5px 12px; border-radius: 20px; font-weight: 600; }

  button, .btn {
    font: inherit; font-size: 14px; font-weight: 600; border-radius: var(--radius); border: 1px solid var(--line-strong);
    background: var(--surface); color: var(--ink); padding: 12px 20px; cursor: pointer; display: inline-flex;
    align-items: center; justify-content: center; gap: 8px; text-decoration: none; width: 100%; transition: all 0.2s ease;
  }
  button:hover, .btn:hover { background: var(--surface-soft); }
  button:active, .btn:active { transform: scale(0.98); }
  .btn-row { display: flex; gap: 12px; }
  .btn-row > * { flex: 1; }
  .btn-primary { background: var(--ink); color: #fff; border-color: var(--ink); }
  .btn-primary:hover { background: #333; border-color: #333; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
  .btn-whatsapp { background: var(--whatsapp); color: #fff; border-color: var(--whatsapp); }
  .btn-whatsapp:hover { background: #178763; border-color: #178763; box-shadow: 0 4px 12px rgba(29, 158, 117, 0.2); }
  .btn-whatsapp svg { width: 16px; height: 16px; fill: #fff; }

  input, select {
    font: inherit; font-size: 14px; width: 100%; padding: 12px 14px; margin-bottom: 12px;
    border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); color: var(--ink);
    transition: border-color 0.2s; outline: none;
  }
  input:focus, select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-bg); }

  .utility-bar {
    display: flex; justify-content: flex-end; gap: 24px; padding: 8px 32px;
    background: var(--surface-soft); border-bottom: 1px solid var(--line);
    font-size: 12px; font-weight: 500; color: var(--ink-soft);
  }
  .utility-bar a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .utility-bar a:hover { color: var(--ink); }
  .utility-bar svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

  header.site {
    position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line); 
    padding: 5px 32px; 
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
  }
  header.site .logo { font-size: 18px; font-weight: 800; white-space: nowrap; letter-spacing: -0.02em; }
  
  nav.main-nav { display: flex; align-items: center; gap: 28px; flex: 1; }
  nav.main-nav a, nav.main-nav .dropdown > span {
    font-size: 14px; color: var(--ink-soft); text-decoration: none; cursor: pointer; font-weight: 600; transition: color 0.2s;
  }
  nav.main-nav a.active, nav.main-nav .dropdown.active > span { color: var(--ink); font-weight: 700; }
  nav.main-nav a:hover, nav.main-nav .dropdown > span:hover { color: var(--ink); }
  
  .dropdown { position: relative; }
  .dropdown-menu {
    position: absolute; top: 32px; left: -10px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 8px; display: none; min-width: 210px; z-index: 25;
  }
  .dropdown:hover .dropdown-menu, .dropdown.open .dropdown-menu { display: block; animation: dropIn 0.2s ease forwards; }
  @keyframes dropIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
  .dropdown-menu a { display: block; padding: 10px 12px; border-radius: 6px; font-size: 13px; font-weight: 500; }
  .dropdown-menu a:hover { background: var(--surface-soft); color: var(--ink); }
  
  .header-ctas { display: flex; gap: 10px; }
  .header-ctas .btn, .header-ctas button { width: auto; padding: 10px 18px; font-size: 13px; }

  /* Desktop Grids & Blocks */
  .view { display: none; animation: fadeIn 0.3s ease; }
  .view.active { display: block; }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  .inner { padding: 0; }
  .block { 
    padding: 20px 32px; 
    border-bottom: 1px solid var(--line); 
  }
  .block.hero-block { padding-top: 16px; padding-bottom: 16px; }
  .block:last-child { border-bottom: none; }

  .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
  
  .cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .capability { display: flex; gap: 14px; }
  .capability .mark { width: 6px; border-radius: 3px; background: var(--accent); flex: 0 0 auto; }
  .capability p.title { font-size: 15px; font-weight: 700; margin: 0 0 6px; }
  .capability p.desc { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.5; }

  .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
  
  .pillar-card { 
    border: 1px solid var(--line); border-radius: var(--radius-lg); 
/*    padding: 16px; */
    text-decoration: none; color: var(--ink); display: block; text-align: left; width: 100%;
    transition: all 0.2s ease; background: var(--surface);
  }
  .pillar-card:hover { border-color: var(--line-strong); box-shadow: 0 8px 24px rgba(0,0,0,0.06); transform: translateY(-2px); }
  .pillar-card .thumb { height: 110px; margin-bottom: 14px; border-radius: 8px; }
  .pillar-card p.name { font-size: 15px; font-weight: 700; margin: 0 0 4px; }
  .pillar-card p.cta { font-size: 13px; color: var(--accent); margin: 0; font-weight: 600; }

  .steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
  .step { display: flex; gap: 14px; }
  .step .num { font-size: 16px; font-weight: 800; color: var(--accent); min-width: 26px; }
  .step p.title { font-size: 15px; font-weight: 700; margin: 0 0 4px; }
  .step p.desc { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.5; }

  .proof-row { display: flex; gap: 20px; }
  .proof-card { flex: 1; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px; background: var(--surface); }
  .proof-card .thumb { height: 140px; margin-bottom: 14px; border-radius: 8px; }
  .proof-card p.title { font-size: 14px; font-weight: 700; margin: 0 0 2px; }
  .proof-card p.stat { font-size: 13px; color: var(--ink-soft); margin: 0; }

  .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .stat-card { background: var(--surface-soft); border-radius: var(--radius-lg); padding: 24px; text-align: center; border: 1px solid var(--line); }
  .stat-card p.num { font-size: 36px; font-weight: 800; margin: 0 0 4px; color: var(--accent); letter-spacing: -0.02em; }
  .stat-card p.label { font-size: 14px; font-weight: 500; color: var(--ink-soft); margin: 0; }

  .marquee-wrap { overflow: hidden; width: 100%; position: relative; }
  .marquee-wrap::before, .marquee-wrap::after {
    content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
  }
  .marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--surface), transparent); }
  .marquee-wrap::after { right: 0; background: linear-gradient(to left, var(--surface), transparent); }
  .marquee-track { display: flex; gap: 14px; width: max-content; animation: scrollmarquee 35s linear infinite; }
  .marquee-wrap:hover .marquee-track { animation-play-state: paused; }
  @keyframes scrollmarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .logo-tile { 
    flex: 0 0 auto; width: 120px; height: 56px; background: var(--surface-soft); border-radius: 8px; 
    display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--ink-soft); 
    border: 1px solid var(--line); text-align: center; padding: 0 10px;
  }

  details.faq { border-bottom: 1px solid var(--line); padding: 18px 0; 
/*    max-width: 760px; */
  }
  details.faq:last-child { border-bottom: none; }
  details.faq summary { font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
  details.faq summary::-webkit-details-marker { display: none; }
  details.faq summary::after { content: "+"; font-size: 20px; color: var(--ink-faint); font-weight: 400; transition: transform 0.2s; }
  details.faq[open] summary::after { content: "\2212"; transform: rotate(180deg); }
  details.faq p { font-size: 15px; color: var(--ink-soft); margin: 12px 0 0; line-height: 1.6; max-width: 680px; }

  .video-placeholder { flex-direction: column; gap: 12px; }
  .video-placeholder .play-btn {
    width: 64px; height: 64px; border-radius: 50%; background: var(--surface); box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border: none; display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: var(--ink); padding-left: 4px; transition: transform 0.2s;
  }
  .video-placeholder:hover .play-btn { transform: scale(1.05); color: var(--accent); }
  .video-placeholder p { max-width: 240px; text-align: center; margin: 0; font-weight: 500; }

  .filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
  .filter-tab {
    width: auto; padding: 8px 16px; font-size: 13px; border-radius: 30px; font-weight: 600;
    border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-soft); transition: all 0.2s;
  }
  .filter-tab:hover { border-color: var(--ink); color: var(--ink); }
  .filter-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }
  .case-card[hidden] { display: none; }

  footer.site { padding: 0; text-align: left; }
  .footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
    padding: 60px 32px 40px; border-top: 1px solid var(--line);
  }
  .footer-grid a { display: block; font-size: 14px; color: var(--ink-soft); text-decoration: none; margin-bottom: 12px; font-weight: 500; transition: color 0.2s; }
  .footer-grid a:hover { color: var(--ink); }
  .footer-bottom { padding: 20px 32px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-faint); font-weight: 500; }

  /* Desktop WhatsApp FAB */
  .wa-fab {
    position: fixed; bottom: 30px; right: 30px; border-radius: 40px;
    background: var(--whatsapp); display: flex; align-items: center; gap: 12px;
    padding: 14px 24px; box-shadow: 0 8px 24px rgba(29, 158, 117, 0.3); z-index: 30;
    text-decoration: none; color: #fff; font-size: 14px; font-weight: 700; white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .wa-fab:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(29, 158, 117, 0.4); }
  .wa-fab svg { width: 24px; height: 24px; fill: #fff; flex-shrink: 0; }

  /* Desktop Quote Modal */
  .sheet-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 40; }
  .sheet-backdrop.open { opacity: 1; pointer-events: auto; }
  .quote-sheet {
    position: fixed; top: 50%; left: 50%; width: 92%; max-width: 440px; background: var(--surface);
    border-radius: var(--radius-lg); padding: 32px; z-index: 41; box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transform: translate(-50%, -45%) scale(0.95); opacity: 0; pointer-events: none; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .quote-sheet.open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
  .quote-sheet .grabber { display: none; } /* Mobile only */
  .quote-sheet .sheet-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
  .quote-sheet .sheet-head p { font-size: 18px; font-weight: 800; margin: 0; letter-spacing: -0.01em; }
  .quote-sheet .sheet-close { width: 36px; height: 36px; padding: 0; border: none; border-radius: 50%; background: var(--surface-soft); font-size: 20px; font-weight: 300; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; }
  .quote-sheet .sheet-close:hover { background: #e0e0e0; color: var(--ink); }
  .form-status { font-size: 13px; margin-top: 12px; font-weight: 500; color: var(--whatsapp); display: none; padding: 10px; background: #e8f5e9; border-radius: 8px; }
  .form-status.show { display: block; }

  /* Mobile specific navigation tools (Hidden on Desktop) */
  .menu-icon { display: none; width: 24px; height: 18px; position: relative; cursor: pointer; background: none; border: none; padding: 0; }
  .menu-icon span, .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.2s; }
  .menu-icon span { top: 8px; }
  .menu-icon::before { top: 0; }
  .menu-icon::after { bottom: 0; }

  .mobile-menu {
    position: fixed; top: 0; right: 0; height: 100%; width: 85%; max-width: 340px; background: var(--surface);
    z-index: 50; box-shadow: -8px 0 30px rgba(0,0,0,0.1); transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 24px; overflow-y: auto; display: flex; flex-direction: column;
  }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu .close-btn { align-self: flex-end; width: 36px; height: 36px; border: none; border-radius: 50%; background: var(--surface-soft); font-size: 24px; font-weight: 300; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .mobile-menu nav { display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu a { padding: 14px 8px; font-size: 16px; font-weight: 600; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
  .mobile-menu .sub-label { font-size: 12px; font-weight: 700; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.05em; margin: 20px 8px 8px; }
  
  .menu-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.4); backdrop-filter: blur(2px); z-index: 45; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
  .menu-backdrop.open { opacity: 1; pointer-events: auto; }

  @media (max-width: 900px) {
    /* Tablet adjustments */
    .grid-5 { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 768px) {
    /* Mobile core overrides */
    h1 { font-size: 28px; }
    h2 { font-size: 20px; }
    .lede, p.body-copy { font-size: 14px; }
    .block { padding: 32px 20px; }
    
    /* Utility & Header Mobile overrides */
    .utility-bar { justify-content: center; padding: 8px 16px; font-size: 11px; }
    header.site { padding: 14px 20px; }
    .main-nav, .header-ctas { display: none !important; }
    .menu-icon { display: block; }
    
    /* Layout reflowing for Mobile */
    .hero-grid { grid-template-columns: 1fr; gap: 24px; }
    .cap-grid { grid-template-columns: 1fr; gap: 20px; }
    .grid-4, .grid-5 { grid-template-columns: 1fr 1fr; gap: 12px; }
    .grid-5 > *:last-child { grid-column: span 2; }
    .steps-row { grid-template-columns: 1fr; gap: 20px; }
    
    /* Card sizing for Mobile */
    .pillar-card { padding: 12px; }
    .pillar-card .thumb { height: 70px; margin-bottom: 10px; }
    .pillar-card p.name { font-size: 13px; }
    .pillar-card p.cta { font-size: 11px; }
    
    .proof-row { gap: 12px; }
    .proof-card { padding: 12px; }
    .proof-card .thumb { height: 80px; margin-bottom: 10px; }
    .proof-card p.title { font-size: 12px; }
    .proof-card p.stat { font-size: 18px; }
    
    .stat-row { grid-template-columns: 1fr 1fr; gap: 12px; }
    .stat-card { padding: 16px; }
    .stat-card p.num { font-size: 28px; }
    .stat-card p.label { font-size: 12px; }
    
    /* Subcomponents Mobile */
    .logo-tile { width: 100px; height: 44px; font-size: 11px; }
    .video-placeholder .play-btn { width: 48px; height: 48px; font-size: 16px; }
    
    /* Filters */
    .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
    .filter-tab { flex: 0 0 auto; }
    .filter-row::-webkit-scrollbar { display: none; }
    
    /* Footer Mobile */
    .footer-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 20px 30px; }
    .footer-bottom { padding: 16px 20px 100px; font-size: 11px; } /* Extra bottom padding for FAB */
    
    /* WhatsApp FAB Mobile */
    .wa-fab {
/*      left: 50%; */
      right: 25px; 
      bottom: 25px; 
/*      transform: translateX(-50%);*/
/*      width: calc(100% - 40px); */
      justify-content: center; padding: 16px;
      font-size: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    }
    .wa-fab:hover { transform: translateX(-50%) translateY(-2px); }

    /* Quote Modal Bottom Sheet Mobile */
    .quote-sheet {
      top: auto; left: 0; bottom: 0; width: 100%; max-width: none;
      border-radius: 24px 24px 0 0; padding: 24px 20px 40px;
      transform: translateY(100%); transition: transform 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    }
    .quote-sheet.open { transform: translateY(0); }
    .quote-sheet .grabber { display: block; width: 40px; height: 5px; background: var(--line-strong); border-radius: 3px; margin: 0 auto 20px; }
    .quote-sheet .sheet-head p { font-size: 16px; }
    .quote-sheet .sheet-close { font-size: 18px; width: 32px; height: 32px; }
  }

  :root {
      /* =========================
         WONDER BALLOONS BRAND
         ========================= */

      --brand-purple: #8A3696;
      
      --brand-red: #ED1C24;
      
      --brand-indigo: #563F99;
      --brand-blue: #69AFD1;
      --brand-green: #64BE8A;
      --brand-yellow: #FFC803;
      --brand-orange: #FD6327;
      --brand-red: #F61A3E;

      /* Primary UI */
      --accent: #8A3696;
      --accent-bg: #F3E8F5;

      /* Typography */
      --ink: #211D24;
      --ink-soft: #5F5963;
      --ink-faint: #918B94;

      /* Borders */
      --line: #E8E3E9;
      --line-strong: #CFC8D2;

      /* Surfaces */
      --surface: #FFFFFF;
      --surface-soft: #FAF7FB;

      /* WhatsApp */
      --whatsapp: #20B15A;

      /* Existing layout values — DO NOT CHANGE */
      --radius: 10px;
      --radius-lg: 16px;
      --max: 1200px;
      --header-height: 64px;
  }


  /* Primary brand */
  .btn-primary {
      background: var(--brand-red);
      border-color: var(--brand-red);
      color: #fff;
  }

  .btn-primary:hover {
      background: var(--brand-indigo);
      border-color: var(--brand-indigo);
  }

  /* Secondary colorful elements */
  .badge {
      background: var(--accent-bg);
      color: var(--brand-purple);
  }

  .capability .mark {
      background: var(--brand-orange);
  }

  .step .num {
      color: var(--brand-red);
  }

  .pillar-card p.cta {
      color: var(--brand-orange);
  }

  .stat-card p.num {
      color: var(--brand-red);
  }

  /* Focus */
  input:focus,
  select:focus {
      border-color: var(--brand-red);
      box-shadow: 0 0 0 3px var(--accent-bg);
  }

  /* Navigation */
  nav.main-nav a.active,
  nav.main-nav .dropdown.active > span {
      color: var(--brand-purple);
  }

  nav.main-nav a:hover,
  nav.main-nav .dropdown > span:hover {
      color: var(--brand-purple);
  }


  .steps-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
  }

  .step {
      display: flex;
      gap: 14px;
      padding: 22px;
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      box-shadow: 0 4px 16px rgba(86, 63, 153, 0.08);
      transition: all 0.25s ease;
  }

  .step:hover {
      transform: translateY(-3px);
      border-color: var(--brand-red);
      box-shadow: 0 8px 24px rgba(86, 63, 153, 0.14);
  }

  .step .num {
      font-size: 16px;
      font-weight: 800;
      color: var(--brand-red);
      min-width: 30px;
      height: 30px;
      border-radius: 50%;
      background: var(--accent-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
  }

  .step p.title {
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 6px;
      color: var(--ink);
  }

  .step p.desc {
      font-size: 14px;
      color: var(--ink-soft);
      margin: 0;
      line-height: 1.5;
  }


  .step .num {
      min-width: 38px;
      height: 38px;
      border-radius: 10px;
      background: var(--brand-red);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
  }


  @media (max-width: 768px) {

    .steps-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        width: 100%;
    }

    .step {
        width: 100%;
        min-width: 0;
        padding: 18px;
        box-sizing: border-box;
    }

    .step .num {
        min-width: 38px;
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }

    .step p.title {
        font-size: 15px;
    }

    .step p.desc {
        font-size: 13px;
        line-height: 1.5;
    }
}


  /* ================================
  SERVICES MEGA MENU
  ================================ */

  .services-dropdown {
      position: relative;
  }

  .services-mega-menu {
      display: none;
      position: absolute;
      top: 38px;
      left: -120px;

      width: 900px;
      max-width: 90vw;

      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);

      padding: 24px;

      box-shadow: 0 18px 45px rgba(86, 63, 153, 0.14);

      grid-template-columns: repeat(4, 1fr);
      gap: 28px;

      z-index: 100;
  }

  /* Show menu */
  .services-dropdown:hover .services-mega-menu,
  .services-dropdown.open .services-mega-menu {
      display: grid;
  }


  /* Columns */
  .service-menu-column {
      min-width: 0;
  }


  /* Category heading */
  .service-menu-title {
      font-size: 13px;
      font-weight: 800;
      color: var(--brand-purple);

      margin-bottom: 8px;
      padding-bottom: 6px;

      border-bottom: 1px solid var(--line);
  }


  /* Links */
  .services-mega-menu a {
      display: block;

      padding: 6px 0;

      font-size: 12px;
      line-height: 1.4;

      color: var(--ink-soft);
      text-decoration: none;

      font-weight: 500;

      transition:
          color 0.2s ease,
          padding-left 0.2s ease;
  }


  /* Hover */
  .services-mega-menu a:hover {
      color: var(--brand-purple);
      padding-left: 4px;
  }


  /* Space between categories */
  .service-menu-title:not(:first-child) {
      margin-top: 22px;
  }


  .services-dropdown:hover .services-mega-menu,
  .services-dropdown.open .services-mega-menu {
      display: grid;
  }



  /* =========================================
  SERVICES - TWO LEVEL DROPDOWN
  ========================================= */

  .services-menu {
      position: absolute;
      top: 35px;
      left: -10px;

      width: 250px;

      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);

      padding: 8px;

      box-shadow: 0 12px 30px rgba(86, 63, 153, 0.14);

      display: none;

      z-index: 100;
  }


  /* Open main dropdown */

  .dropdown:hover .services-menu,
  .dropdown.open .services-menu {
      display: block;
  }


  /* Main service items */

  .services-menu > a,
  .services-menu > .has-submenu > a {
      display: flex;
      align-items: center;
      justify-content: space-between;

      width: 100%;

      padding: 10px 12px;

      color: var(--ink-soft);
      text-decoration: none;

      font-size: 13px;
      font-weight: 600;

      border-radius: 6px;

      transition:
          background 0.2s ease,
          color 0.2s ease;
  }


  /* Main item hover */

  .services-menu > a:hover,
  .services-menu > .has-submenu:hover > a {
      background: var(--accent-bg);
      color: var(--brand-purple);
  }


  /* Arrow */

  .has-submenu > a span {
      font-size: 18px;
      line-height: 1;
      color: var(--ink-faint);

      transition: transform 0.2s ease;
  }

  .has-submenu:hover > a span {
      color: var(--brand-purple);
      transform: translateX(2px);
  }


  /* =========================================
     SECOND LEVEL
     ========================================= */

  .has-submenu {
      position: relative;
  }


  .sub-menu {
      position: absolute;

      top: -8px;
      left: calc(100% + 6px);

      width: 240px;

      background: var(--surface);

      border: 1px solid var(--line);
      border-radius: var(--radius);

      padding: 8px;

      box-shadow: 0 12px 30px rgba(86, 63, 153, 0.14);

      display: none;

      z-index: 110;
  }


  /* Show second level */

  .has-submenu:hover > .sub-menu {
      display: block;
  }


  /* Second-level links */

  .sub-menu a {
      display: block;

      padding: 9px 12px;

      color: var(--ink-soft);

      text-decoration: none;

      font-size: 12px;
      font-weight: 500;

      border-radius: 6px;

      transition:
          background 0.2s ease,
          color 0.2s ease,
          padding-left 0.2s ease;
  }


  /* Second-level hover */

  .sub-menu a:hover {
      background: var(--accent-bg);
      color: var(--brand-purple);
      padding-left: 16px;
  }


  .sub-menu {
    margin-left: -10px;
  }



  

  .trusted-block {
    overflow: hidden;
}

.trusted-block h2 {
/*    margin-bottom: 25px;*/
}

.marquee-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;

    mask-image: linear-gradient(
        to right,
        transparent,
        black 5%,
        black 95%,
        transparent
    );

    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 5%,
        black 95%,
        transparent
    );
}


/* BRANDS LOGO SLIDER */

.brands-logo {
    display: flex;
    align-items: center;
    width: max-content;

    gap: 55px;

    animation: brandsLogoScroll 32s linear infinite;

    will-change: transform;
}


.logo-item {
    width: 150px;
    height: 100px;

    flex: 0 0 150px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.logo-item img {
    display: block;

    width: auto;
    height: auto;

    max-width: 180px;
    max-height: 100px;

    object-fit: contain;

    filter: none;
    opacity: 1;

    transition: transform 0.3s ease;
}


.logo-item:hover img {
    transform: scale(1.08);
}


/* Infinite slider */

@keyframes brandsLogoScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* Pause on hover */

.marquee-wrap:hover .brands-logo {
    animation-play-state: paused;
}


/* Tablet */

@media (max-width: 992px) {

    .brands-logo {
        gap: 40px;
        animation-duration: 30s;
    }

    .logo-item {
        width: 125px;
        height: 75px;
        flex-basis: 125px;
    }

    .logo-item img {
        max-width: 120px;
        max-height: 60px;
    }

}


/* Mobile */

@media (max-width: 768px) {

    .brands-logo {
        gap: 30px;
        animation-duration: 25s;
    }

    .logo-item {
        width: 110px;
        height: 65px;
        flex-basis: 110px;
    }

    .logo-item img {
        max-width: 105px;
        max-height: 55px;
    }

}


/* Small mobile */

@media (max-width: 480px) {

    .brands-logo {
        gap: 25px;
        animation-duration: 22s;
    }

    .logo-item {
        width: 95px;
        height: 60px;
        flex-basis: 95px;
    }

    .logo-item img {
        max-width: 90px;
        max-height: 50px;
    }

}



/* =========================================
   BROWSE BY WHAT YOU NEED
========================================= */

.browse-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.browse-section h2 {
    margin-bottom: 28px;
}


/* =========================================
   GRID
========================================= */

.grid-5 {
    width: 100%;
    max-width: 100%;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;

    box-sizing: border-box;
}


/* =========================================
   CARD
========================================= */

.pillar-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    background: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 16px;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.pillar-card:hover {
    transform: translateY(-5px);

    border-color: var(--brand-red);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================
   IMAGE
========================================= */

.pillar-image {
    width: 100%;
    height: 190px;

    min-width: 0;

    overflow: hidden;

    background: #f6f6f6;

    box-sizing: border-box;
}


.pillar-image img {
    width: 100%;
    height: 100%;

    max-width: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.pillar-card:hover .pillar-image img {
    transform: scale(1.05);
}


/* =========================================
   CONTENT
========================================= */

.pillar-content {
    width: 100%;
    min-width: 0;

    padding: 12px;

    display: flex;
    flex-direction: column;

    flex: 1;

    box-sizing: border-box;
}


/* =========================================
   TITLE
========================================= */

.pillar-content h3 {
    margin: 0 0 18px;

    font-size: 18px;
    line-height: 1.3;

    color: var(--brand-red);

    overflow-wrap: break-word;
}


/* =========================================
   ACTIONS
========================================= */

.pillar-actions {
    width: 100%;
    min-width: 0;

    display: flex;

    gap: 10px;

    margin-top: auto;

    box-sizing: border-box;
}


/* =========================================
   BUTTONS
========================================= */

.btn-view,
.btn-quote {
    min-width: 0;

    height: 42px;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    box-sizing: border-box;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}


/* View */

.btn-view {
    flex: 1;

    border: 1px solid var(--brand-red);

    background: #ffffff;

    color: var(--brand-red);
}


.btn-view:hover {
    background: var(--brand-red);
    color: #ffffff;
}


/* Quote */

.btn-quote {
    flex: 1.5;

    border: 1px solid var(--brand-purple);

    background: var(--brand-purple);

    color: #ffffff;
}


.btn-quote:hover {
    background: var(--brand-purple);
    border-color: var(--brand-purple);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .grid-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .browse-section {
        width: 100%;
        overflow: hidden;
    }


    .grid-5 {
        width: 100%;

        grid-template-columns: minmax(0, 1fr);

        gap: 14px;
    }


    .pillar-card {
        width: 100%;
        min-width: 0;
    }


    .pillar-image {
        width: 100%;
        height: 210px;
    }


    .pillar-content {
        padding: 14px;
    }


    .pillar-content h3 {
        font-size: 16px;

        margin-bottom: 18px;
    }


    .pillar-actions {
        width: 100%;

        flex-direction: row;

        gap: 10px;
    }


    .btn-view,
    .btn-quote {
        width: auto;
        min-width: 0;

        height: 42px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .grid-5 {
        grid-template-columns: minmax(0, 1fr);
    }


    .pillar-image {
        height: 200px;
    }


    .pillar-content {
        padding: 14px;
    }


    .pillar-actions {
        flex-direction: column;
        gap: 10px;
    }


    .btn-view,
    .btn-quote {
        width: 100%;
        flex: none;
    }

}




/* ---------------------      FOOTER START      -----------------------  */
/* =========================================
   FOOTER
========================================= */

.site-footer {
    width: 100%;

    background: #ffffff;

    border-top: 1px solid #e8e8e8;

    color: #333333;
}


/* =========================================
   MAIN FOOTER
========================================= */

.footer-main {
    max-width: 1400px;

    margin: 0 auto;

    padding: 65px 40px 55px;

    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr
        1fr;

    gap: 70px;
}


/* =========================================
   COLUMNS
========================================= */

.footer-column {
    min-width: 0;
}

.footer-column h3 {
    margin: 0 0 22px;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color: #111111;
}


/* =========================================
   BRAND
========================================= */

.footer-brand {
    max-width: 310px;
}

.footer-brand h3 {
    margin-bottom: 20px;
}

.footer-brand p {
    margin: 0;

    max-width: 290px;

    font-size: 16px;

    line-height: 1.75;

    color: #666666;
}


/* =========================================
   LINKS
========================================= */

.footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.footer-column li {
    margin-bottom: 14px;
}

.footer-column li:last-child {
    margin-bottom: 0;
}

.footer-column a {
    color: #555555;

    text-decoration: none;

    font-size: 15px;

    line-height: 1.5;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}

.footer-column a:hover {
    color: #ff2149;

    padding-left: 3px;
}


/* =========================================
   BOTTOM BAR
========================================= */

.footer-bottom {
    max-width: 1400px;

    margin: 0 auto;

    padding: 22px 40px;

    border-top: 1px solid #eeeeee;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}

.footer-bottom p {
    margin: 0;

    font-size: 13px;

    line-height: 1.5;

    color: #888888;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .footer-main {
        grid-template-columns: repeat(2, 1fr);

        gap: 45px;

        padding: 50px 30px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-brand p {
        max-width: 400px;
    }

    .footer-bottom {
        padding: 20px 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {


    .footer-bottom div:nth-child(2) {
      margin-top: 30px;
      margin-bottom: 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 45px 25px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-column h3 {
        margin-bottom: 16px;
    }

    .footer-bottom {
        padding: 20px 25px;

        flex-direction: column;

        align-items: flex-start;

        gap: 8px;
    }

}


.footer-logo {
    margin-bottom: 25px;
}

.logo-placeholder {
    width: 100%;
/*    height: 65px;*/

    display: flex;
    align-items: center;
    justify-content: center;

/*    border: 1px dashed #cccccc;*/
    border-radius: 8px;

/*    background: #fafafa;*/

    color: #999999;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 1px;
}


.footer-logo-img {
    width: 180px;
    height: 65px;
    object-fit: contain;
    object-position: left center;
}



.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
/*    margin-top: 22px;*/
}

.social-icon {
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff !important;

    text-decoration: none;

    font-size: 17px;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}


/* Facebook */
.social-icon.facebook {
    background: #1877F2;
}


/* Instagram */
.social-icon.instagram {
    background: #E4405F;
}


/* TikTok */
.social-icon.tiktok {
    background: #000000;
}


/* YouTube */
.social-icon.youtube {
    background: #FF0000;
}



.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

.footer-bottom > p {
    margin: 0;
}

.footer-socials {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: 0 !important;
}

.social-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.social-icon.facebook {
    background: #1877F2;
}

.social-icon.instagram {
    background: #E4405F;
}

.social-icon.tiktok {
    background: #000;
}

.social-icon.youtube {
    background: #FF0000;
}





/* ---------------------      FOOTER END      -----------------------  */


/*SERVICES MOBILE MENU CSS START*/
/* =========================================
   MOBILE NAV ACCORDION
========================================= */

.mobile-nav-group {
    width: 100%;
}


/* Parent category */

.mobile-nav-parent {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}


/* Parent button */

.mobile-nav-toggle {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 7px;

    border: 0;
    background: transparent;

    color: #0b0b0b;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;

    text-align: left;

    cursor: pointer;
}


/* Chevron */

.mobile-nav-toggle i {
    font-size: 11px;
    color: #777;

    transition: transform 0.25s ease;
}


/* Open state */

.mobile-nav-parent.open
.mobile-nav-toggle {
    color: #111;
}


/* Rotate chevron */

.mobile-nav-parent.open
.mobile-nav-toggle i {
    transform: rotate(180deg);
}


/* Submenu */

.mobile-submenu {
    max-height: 0;
    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.3s ease,
        opacity 0.2s ease;
}


/* Open submenu */

.mobile-nav-parent.open
.mobile-submenu {
    max-height: 500px;
    opacity: 1;
}


/* Submenu links */

.mobile-sub-link {
    display: flex;
    align-items: center;

    min-height: 48px;

    padding: 0 7px 0 25px;

    border-top: 1px solid #f1f1f1;

    color: #555;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


/* Small indicator */

.mobile-sub-link::before {
    content: "—";

    margin-right: 10px;

    color: #bbb;

    font-size: 11px;
}


/* Hover */

.mobile-sub-link:hover {
    color: #111;
    background: #fafafa;
}


/* Existing normal nav links */

.mobile-menu .nav-link {
    display: flex;
    align-items: center;

    min-height: 54px;

    padding: 0 7px;

    border-bottom: 1px solid #eeeeee;

    color: #0b0b0b;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}


/* Active */

.mobile-menu .nav-link.active {
    color: #111;
}


/* Section labels */

.mobile-menu .sub-label {
    margin: 22px 7px 8px;

    color: #777;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =========================================
   MOBILE MENU SECTIONS
========================================= */

.mobile-menu-section {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}


/* MAIN SECTION BUTTON
   Services / More
*/

.mobile-section-toggle {
    width: 100%;
    min-height: 56px;

    padding: 0 7px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;
    background: transparent;

    color: #0b0b0b;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;

    text-align: left;

    cursor: pointer;
}


.mobile-section-toggle i {
    font-size: 11px;
    color: #777;

    transition: transform 0.25s ease;
}


/* OPEN MAIN SECTION */

.mobile-menu-section.open
.mobile-section-toggle i {
    transform: rotate(180deg);
}


/* SECTION CONTENT */

.mobile-section-content {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
}


/* OPEN SERVICES / MORE */

.mobile-menu-section.open
.mobile-section-content {
    max-height: 3000px;
    opacity: 1;
}


/* =========================================
   FIRST LEVEL CATEGORY
========================================= */

.mobile-nav-parent {
    width: 100%;

    border-top: 1px solid #eeeeee;
}


.mobile-nav-toggle {
    width: 100%;
    min-height: 54px;

    padding: 0 7px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;
    background: transparent;

    color: #0b0b0b;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;

    text-align: left;

    cursor: pointer;
}


.mobile-nav-toggle i {
    font-size: 10px;
    color: #888;

    transition: transform 0.25s ease;
}


/* FIRST LEVEL OPEN */

.mobile-nav-parent.open
.mobile-nav-toggle i {
    transform: rotate(180deg);
}


/* =========================================
   CHILDREN
========================================= */

.mobile-submenu {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.3s ease,
        opacity 0.2s ease;
}


.mobile-nav-parent.open
.mobile-submenu {
    max-height: 1000px;

    opacity: 1;
}


/* CHILD LINK */

.mobile-sub-link {
    display: flex;
    align-items: center;

    min-height: 48px;

    padding: 0 7px 0 25px;

    border-top: 1px solid #f1f1f1;

    color: #555;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;
}


.mobile-sub-link::before {
    content: "—";

    margin-right: 10px;

    color: #bbb;

    font-size: 11px;
}


/* =========================================
   NORMAL LINKS INSIDE SERVICES
========================================= */

.mobile-section-content > .nav-link {
    display: flex;
    align-items: center;

    min-height: 54px;

    padding: 0 7px;

    border-top: 1px solid #eeeeee;

    color: #0b0b0b;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}

/*SERVICES MOBILE MENU CSS END*/




/* =========================================
   MOBILE CARD FIX
========================================= */

@media (max-width: 600px) {

    .grid-5 {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .pillar-card {
        height: auto;
        min-height: 0;
        align-self: start;
        height: 340px !important;
    }

    .pillar-content {
        flex: none;
        height: auto;
        min-height: 0;
        padding: 14px;
    }

    .pillar-actions {
        margin-top: 12px;
    }

}


@media (max-width: 600px) {

    .pillar-image {
        height: 190px;
    }

    .pillar-content h3 {
        margin: 0 0 12px;
    }

    .pillar-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 10px;
    }

    .btn-view,
    .btn-quote {
        height: 40px;
        flex: 1;
    }

    .grid-5 {
      gap:0px !important;
    }

}



/* =========================================
   MOBILE BROWSE SECTION
========================================= */

/* Hidden by default */

.browse-mobile-section {
    display: none;
}


/* =========================================
   MOBILE ONLY
========================================= */

@media (max-width: 600px) {

    /* Hide desktop version */

    .browse-desktop-section {
        display: none !important;
    }


    /* Show mobile version */

    .browse-mobile-section {
        display: flex;

        flex-direction: column;

        width: 100%;
        max-width: 100%;

        gap: 14px;

        box-sizing: border-box;
    }


    /* =====================================
       MOBILE CARD
    ===================================== */

    .mobile-pillar-card {

        width: 100%;
        max-width: 100%;

        background: #ffffff;

        border: 1px solid #e5e5e5;

        border-radius: 16px;

        overflow: hidden;

        box-sizing: border-box;
    }


    /* =====================================
       MOBILE IMAGE
    ===================================== */

    .mobile-pillar-image {

        width: 100%;

        height: 190px;

        overflow: hidden;

        background: #f6f6f6;

        box-sizing: border-box;
    }


    .mobile-pillar-image img {

        display: block;

        width: 100%;
        height: 100%;

        max-width: 100%;

        object-fit: cover;
    }


    /* =====================================
       MOBILE CONTENT
    ===================================== */

    .mobile-pillar-content {

        width: 100%;

        padding: 14px;

        box-sizing: border-box;
    }


    /* =====================================
       TITLE
    ===================================== */

    .mobile-pillar-content h3 {

        margin: 0 0 14px;

        color: var(--brand-red);

        font-size: 16px;

        line-height: 1.35;

        font-weight: 600;
    }


    /* =====================================
       ACTIONS
    ===================================== */

    .mobile-pillar-actions {

        width: 100%;

        display: flex;

        gap: 10px;

        box-sizing: border-box;
    }


    /* =====================================
       VIEW BUTTON
    ===================================== */

    .mobile-btn-view {

        flex: 1;

        width: 100%;

        height: 42px;

        padding: 0 12px;

        border: 1px solid var(--brand-red);

        border-radius: 8px;

        background: #ffffff;

        color: var(--brand-red);

        font-size: 14px;

        font-weight: 600;

        cursor: pointer;

        box-sizing: border-box;
    }


    /* =====================================
       QUOTE BUTTON
    ===================================== */

    .mobile-btn-quote {

        flex: 1.5;

        width: 100%;

        height: 42px;

        padding: 0 12px;

        border: 1px solid var(--brand-purple);

        border-radius: 8px;

        background: var(--brand-purple);

        color: #ffffff;

        font-size: 13px;

        font-weight: 600;

        cursor: pointer;

        box-sizing: border-box;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .browse-mobile-section {
        gap: 12px;
    }


    .mobile-pillar-image {
        height: 180px;
    }


    .mobile-pillar-content {
        padding: 13px;
    }


    .mobile-pillar-actions {
        flex-direction: column;
        gap: 8px;
    }


    .mobile-btn-view,
    .mobile-btn-quote {
        flex: none;

        width: 100%;
    }

}





/* --------------------------------CONTACT US PAGE------------------------------------------------ */



.submit-btn {
    width: 300px;
  }

  .form-check-label { margin-left:10px; }

  .form-check-input[type=checkbox] { border: 0.5px solid grey; }

  .contact-info-title { color: var(--brand-purple); }


  .contact-details { margin-bottom: 20px; }

  .contact-details p {
      margin-bottom: 5px;
      color: #555;
      font-size: 0.95rem;
  }

  .contact-details .phone-number {
      /*color: var(--text-orange);
      font-weight: 600;
      font-size: 1.1rem;*/
  }

  .map-wrapper iframe {
      width: 100%;
      height: 350px;
      border-radius: 4px;
      border: none;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }


    /* =========================================================
     CONTACT PAGE
  ========================================================= */

  .contact-page-row {
      align-items: stretch;
  }


  /* =========================================================
     MAP
  ========================================================= */

  .map-wrapper {
      width: 100%;
      height: 100%;
      min-height: 620px;

      overflow: hidden;
      border-radius: 12px;
  }

  .map-wrapper iframe {
      width: 100%;
      height: 100%;

      min-height: 620px;

      border: 0;
      display: block;
  }


  /* =========================================================
     FORM CONTAINER
  ========================================================= */

  .form-container {
      height: 100%;

      padding: 5px 0 0 10px;
  }


  /* =========================================================
     COMPANY INFORMATION
  ========================================================= */

  .contact-company-info {
      margin-bottom: 25px;
  }

  .contact-company-info h3 {
      margin: 0 0 8px;

      font-size: 18px;
      font-weight: 500;

      color: #555;
  }

  .contact-company-info h3 span {
      font-size: 14px;
      font-weight: 400;
      color: #777;
  }

  .company-address {
      display: flex;
      align-items: flex-start;
      gap: 8px;

      max-width: 100%;

      font-size: 13px;
      line-height: 1.5;

      color: #555;
  }

  .company-address i {
      margin-top: 3px;

      font-size: 14px;
      color: #555;

      flex-shrink: 0;
  }


  /* Phone */

  .company-phone {
      display: block;

      margin-top: 28px;

      text-align: center;

      font-size: 30px;
      line-height: 1;

      font-weight: 700;

      color: #000;

      text-decoration: none;
  }

  .company-phone:hover {
      color: #000;
  }


  /* Opening hours */

  .company-hours {
      display: flex;
      justify-content: center;
      gap: 70px;

      margin-top: 30px;

      text-align: center;
  }

  .company-hours div {
      display: flex;
      flex-direction: column;
  }

  .company-hours strong {
      font-size: 22px;
      font-weight: 700;

      color: #000;
  }

  .company-hours span {
      margin-top: 2px;

      font-size: 19px;
      font-weight: 600;

      color: #000;
  }


  /* =========================================================
     CONTACT HEADING
  ========================================================= */

  .contact-info-title {
      margin: 35px 0 10px;

      font-size: 27px;
      line-height: 1.15;

      letter-spacing: 1px;

      color: #7936a5;
  }

  .form-subtitle {
      margin: 0 0 20px;

      font-size: 14px;
      line-height: 1.5;

      color: #777;
  }


  /* =========================================================
     FORM
  ========================================================= */

  .contact-form-row {
      --bs-gutter-x: 14px;
      --bs-gutter-y: 12px;
  }

  .custom-form-control {
      width: 100%;

      height: 52px;

      padding: 0 16px;

      border: 1px solid #aaa;
      border-radius: 18px;

      background: #fff;

      font-size: 14px;
      color: #333;

      outline: none;

      box-sizing: border-box;

      transition: border-color .2s ease,
                  box-shadow .2s ease;
  }

  textarea.custom-form-control {
      height: auto;
      min-height: 125px;

      padding-top: 14px;
      padding-bottom: 14px;

      resize: vertical;
  }

  .custom-form-control:focus {
      border-color: #7936a5;

      box-shadow: 0 0 0 2px rgba(121, 54, 165, .08);
  }


  /* =========================================================
     SUBMIT BUTTON
  ========================================================= */

  .submit-btn {
      margin-top: 15px;

      width: 100%;
      height: 50px;

      border-radius: 25px;

      font-size: 14px;
      font-weight: 500;

      letter-spacing: .3px;
  }


  /* =========================================================
     DESKTOP
  ========================================================= */

  @media (min-width: 992px) {

      .map-wrapper {
          height: 100%;
          min-height: 650px;
      }

      .map-wrapper iframe {
          height: 100%;
          min-height: 650px;
      }

      .form-container {
          min-height: 650px;
      }

  }


  /* =========================================================
     TABLET / MOBILE
  ========================================================= */

  @media (max-width: 991px) {

      .map-wrapper {
          height: 450px;
          min-height: 450px;

          margin-top: 30px;
      }

      .map-wrapper iframe {
          height: 450px;
          min-height: 450px;
      }

      .form-container {
          height: auto;
          padding: 0;
      }

      .contact-info-title {
          margin-top: 30px;

          font-size: 23px;
      }

      .company-phone {
          font-size: 26px;
      }

      .company-hours {
          gap: 40px;
      }

  }


  @media (max-width: 575px) {

      .map-wrapper {
          height: 350px;
          min-height: 350px;
      }

      .map-wrapper iframe {
          height: 350px;
          min-height: 350px;
      }

      .contact-info-title {
          font-size: 21px;
      }

      .company-address {
          font-size: 12px;
      }

      .company-phone {
          font-size: 24px;
      }

      .company-hours {
          gap: 30px;
      }

      .company-hours strong {
          font-size: 18px;
      }

      .company-hours span {
          font-size: 16px;
      }

      .custom-form-control {
          height: 48px;
          border-radius: 15px;
      }

      textarea.custom-form-control {
          min-height: 110px;
      }

  }


  .contact-card { color: #000 !important; }


  .fa-location-dot:before, .fa-map-marker-alt:before, .fa-clock-four:before, .fa-clock:before {
    color: var(--brand-red);
  }

  .fa-envelope-open-text:before {
    color: var(--brand-purple);    
  }
  
  
  
  
  /* =========================================
   HERO - MOBILE FIX
========================================= */

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
}

/* Prevent images from overflowing */
.hero-grid img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    display: block;
}


/* Mobile */
@media (max-width: 767px) {

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hero-grid > div {
        min-width: 0;
        max-width: 100%;
    }

    .hero-grid .btn-row {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        max-width: 100% !important;
    }

    .hero-grid .btn-row > * {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: none;
        box-sizing: border-box;
    }

    .hero-grid img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}