&#65279;/* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Reset & Base &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html, body { margin: 0; padding: 0; }

    /*
     * ============================================================
     * COLOUR PALETTE
     * ============================================================
     *
     *  Primary
     *    --blue        #5060db   Brand blue — buttons, accents, active nav
     *    --blue-dark   #3a4bbf   Hover/pressed state for --blue
     *    --blue-light  #DDE1F8   Tinted section bg, cards on white sections
     *
     *  Neutral
     *    --navy        #1a2340   Dark sections — subhero, cta-strip, footer
     *    --white       #ffffff   Light section backgrounds
     *    --text        #1a1a2e   Body copy (near-black)
     *    --text-muted  #555555   Secondary / captions
     *
     *  Section alternation rule
     *    Adjacent sections must never share the same background colour.
     *    The two light section backgrounds are --white and --blue-light;
     *    they must strictly alternate. --navy is used only for hero/subhero,
     *    cta-strip, and footer. --blue is used only for the contact section.
     *
     *    index.html:    navy -> white -> blue-light -> white -> navy -> white -> blue
     *    customers.html: navy -> white -> navy
     *    features.html:  navy -> blue-light -> navy
     *    about.html:     navy -> white -> blue-light -> navy
     *    integrations.html: navy -> white -> navy
     *
     *  ABSOLUTE RULES — logo backdrops
     *    Before changing any background where a logo appears, open the
     *    actual image file and check its pixel colours. Logo files often
     *    exist in multiple variants (e.g. hofseth.svg = WHITE fills for
     *    dark bg; hofseth.png = near-black fills for light bg). Never assume.
     *
     *    Rule 1: No logo on --navy or any very dark bg unless the logo
     *            file is confirmed to have light/white marks only.
     *    Rule 2: No logo directly on --white if any element in the file
     *            is white (Frigocare has white — avoid white bg for it).
     *    Rule 3: No logo on --blue-light if the logo has a similar light-
     *            blue colour (Siguna is sky blue — similar hue to blue-light,
     *            low contrast). Siguna needs a neutral or dark backdrop.
     *    Rule 4: --blue-light (#DDE1F8) is the standard card backdrop for
     *            testimonials. It works for Hofseth PNG (near-black marks)
     *            and Nordic Wildfish (dark navy marks). Siguna (sky blue)
     *            has enough lightness difference vs #DDE1F8 to remain readable.
     *    Rule 5: Never use an SVG logo without checking its fill values.
     *            hofseth.svg = #FFFFFF fills (white-only, dark-bg variant).
     *            hofseth.png = near-black fills (coloured, light-bg variant).
     *
     *  Section alternation — testimonials
     *    index.html: section-dark (--navy) + blue-light cards = maximum
     *      contrast, cards really stand out. Alternation: white → navy → white ✓
     *    customers.html: white section + blue-light cards = clean contrast.
     *      Alternation: navy → white → navy ✓ (sandwiched between two navy)
     * ============================================================
     */
    :root {
      --blue:       #5060db;
      --blue-dark:  #3a4bbf;
      --blue-light: #DDE1F8;
      --navy:       #1a2340;
      --white:      #ffffff;
      --text:       #1a1a2e;
      --text-muted: #555555;
      --radius:     12px;
      --max-w:      1280px;
      --font-head:  'Barlow Condensed', sans-serif;
      --font-body:  'Epilogue', sans-serif;
    }

    html { scroll-behavior: smooth; }

    html, body { scrollbar-width: none; }
    html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }

    body {
      font-family: var(--font-body);
      color: var(--text);
      background: var(--white);
      line-height: 1.6;
      overflow-x: hidden;
    }

    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }

    .container {
      max-width: var(--max-w);
      margin: 0 auto;
      padding: 0 24px;
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Nav &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      background: transparent;
      border-bottom: 1px solid transparent;
      transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
    }

    .nav.scrolled {
      background: rgba(255, 255, 255, 0.82);
      border-bottom-color: rgba(0, 0, 0, 0.07);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .nav-inner {
      max-width: var(--max-w);
      margin: 0 auto;
      padding: 14px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }
    .nav-logo-icon {
      height: 48px;
      width: 48px;
      flex-shrink: 0;
    }
    .nav-logo-text {
      height: 30px;
      width: auto;
    }

    .nav-links {
      display: flex;
      gap: 32px;
      list-style: none;
    }

    .nav-links a {
      font-size: 15px;
      font-weight: 500;
      color: var(--white);
      position: relative;
      padding-bottom: 2px;
      transition: color 0.35s ease;
    }

    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--blue);
      transition: width 0.25s ease;
      border-radius: 2px;
    }

    .nav-links a:hover::after { width: 100%; }

    .nav.scrolled .nav-links a { color: var(--text); }

    .nav-links a:hover { color: var(--blue); }
    .nav.scrolled .nav-links a:hover { color: var(--blue); }

    .nav .btn-primary {
      background: var(--blue);
      color: var(--white);
      border: 1.5px solid transparent;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 24px;
      border-radius: 8px;
      font-family: var(--font-body);
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      border: none;
      text-align: center;
    }

    .btn-primary {
      background: var(--blue);
      color: var(--white);
    }

    .btn-primary:hover {
      background: var(--blue-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(80,96,219,0.35);
    }

    .btn-primary:active { transform: translateY(0); box-shadow: none; }

    .btn-outline {
      background: transparent;
      color: var(--blue);
      border: 2px solid var(--blue);
    }

    .btn-outline:hover { background: var(--blue); color: var(--white); }

    .btn-outline-light {
      background: transparent;
      color: var(--white);
      border: 2px solid rgba(255,255,255,0.5);
    }
    .btn-outline-light:hover {
      background: rgba(255,255,255,0.12);
      border-color: var(--white);
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Hero &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .hero {
      margin-top: 0;
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background: var(--navy);  /* hero video fallback */
    }

    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .hero-video iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none;
      pointer-events: none;
    }

    @media (min-aspect-ratio: 16/9) {
      .hero-video iframe {
        width: 100vw;
        height: 56.25vw;
      }
    }

    @media (max-aspect-ratio: 16/9) {
      .hero-video iframe {
        width: 177.78vh;
        height: 100vh;
      }
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(135deg, rgba(31,43,21,0.78) 0%, rgba(20,30,80,0.45) 100%);
    }

    .hero-container {
      position: relative;
      z-index: 2;
      max-width: var(--max-w);
      margin: 0 auto;
      padding: 0 24px;
      width: 100%;
    }

    .hero-content {
      max-width: 680px;
      padding: 120px 0 100px;
    }

    .hero-tag {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      color: var(--white);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 20px;
      margin-bottom: 24px;
      border: 1px solid rgba(255,255,255,0.3);
    }

    .hero h1 {
      font-family: var(--font-head);
      font-size: clamp(40px, 5vw, 70px);
      font-weight: 800;
      line-height: 1.05;
      color: var(--white);
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .hero h1 span { color: var(--blue); }

    .hero p {
      font-size: 17px;
      color: rgba(255,255,255,0.85);
      max-width: 520px;
      margin-bottom: 36px;
    }

    .hero-cta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Section utility &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .section { padding: 96px 0; }
    .section-sm { padding: 64px 0; }

    .section-dark { background: var(--navy); }

    .section-label {
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 14px;
    }

    .section-title {
      font-family: var(--font-head);
      font-size: clamp(32px, 4vw, 52px);
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.1;
      color: var(--blue);
    }

    .section-title.light { color: var(--white); }
    .section-title.dark  { color: var(--navy); }
    .section-label.light { color: rgba(255,255,255,0.65); }

    .section-body {
      font-size: 16px;
      color: var(--text-muted);
      max-width: 560px;
      margin-top: 18px;
      line-height: 1.8;
    }

    .section-body.light { color: rgba(255,255,255,0.8); }

    .section-intro { text-align: center; max-width: 700px; margin: 0 auto; }
    .section-intro .section-body { max-width: 580px; margin: 18px auto 0; }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Two-column image card &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }

    .split.reverse { direction: rtl; }
    .split.reverse > * { direction: ltr; }

    .split-image {
      border-radius: var(--radius);
      overflow: hidden;
      aspect-ratio: 4/3;
      background: var(--blue-light);
    }

    .split-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Dark section &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    /* (rule already defined above as .section-dark) */

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Why Choose Fished &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 56px;
    }

    .why-card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 36px 32px;
      border: 1px solid rgba(80,96,221,0.12);
      transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
    }

    .why-card:hover {
      box-shadow: 0 12px 40px rgba(80,96,221,0.18);
      transform: translateY(-6px);
      border-color: var(--blue);
    }

    .why-card-icon {
      width: 56px;
      height: 56px;
      background: var(--blue-light);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .why-card-icon svg { width: 28px; height: 28px; stroke: var(--blue); fill: none; stroke-width: 2; }

    .why-card h4 {
      font-family: var(--font-head);
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 10px;
    }

    .why-card p { font-size: 15px; color: var(--text-muted); line-height: 1.7; }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Testimonials &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    /* .testimonials-section has no background: index.html adds .section-dark
       for navy, customers.html has no dark class so falls back to body white */

    .testimonials-track {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
      margin-top: 56px;
    }

    .testimonial-card {
      background: var(--blue-light);
      border-top: 3px solid var(--blue);
      border-radius: var(--radius);
      padding: 36px 32px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: box-shadow 0.25s, transform 0.25s;
    }

    .testimonial-card:hover {
      box-shadow: 0 20px 56px rgba(0,0,0,0.22);
      transform: translateY(-4px);
    }

    .testimonial-logo { height: 52px; width: auto; object-fit: contain; }

    .testimonial-quote {
      font-size: 16px;
      color: var(--text-muted);
      line-height: 1.8;
      flex: 1;
    }

    .testimonial-photo {
      width: 100%;
      border-radius: 8px;
      aspect-ratio: 16/9;
      object-fit: cover;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 12px;
      border-top: 1px solid rgba(0,0,0,0.10);
      padding-top: 16px;
    }

    .testimonial-author strong {
      display: block;
      font-size: 16px;
      font-weight: 700;
      color: var(--navy);
    }

    .testimonial-author span {
      font-size: 14px;
      color: var(--text-muted);
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Integration logos &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .integrations-logos {
      display: flex;
      flex-wrap: wrap;
      gap: 40px 64px;
      align-items: center;
      justify-content: center;
      margin-top: 52px;
      padding: 40px;
      background: var(--blue-light);
      border-radius: var(--radius);
    }

    .integrations-logos img {
      height: 36px;
      width: auto;
      object-fit: contain;
      filter: grayscale(0.3);
      opacity: 0.85;
      transition: opacity 0.2s, filter 0.2s;
    }

    .integrations-logos img:hover { opacity: 1; filter: none; }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Elfsight carousel fade wrapper &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .carousel-fade-wrap {
      position: relative;
      margin-top: 36px;
    }

    .carousel-fade-wrap + .carousel-fade-wrap {
      margin-top: 20px;
    }

    .carousel-fade-wrap::before,
    .carousel-fade-wrap::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 120px;
      z-index: 2;
      pointer-events: none;
    }

    .carousel-fade-wrap::before {
      left: 0;
      background: linear-gradient(to right, white 0%, transparent 100%);
    }

    .carousel-fade-wrap::after {
      right: 0;
      background: linear-gradient(to left, white 0%, transparent 100%);
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Features section &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .features-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      margin-top: 0;
    }

    .features-img-card {
      background: var(--white);
      border-radius: 20px;
      padding: 28px;
      box-shadow: 0 24px 64px rgba(80,96,219,0.16);
      position: sticky;
      top: 100px;
    }

    .features-img-card img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    .feature-list {
      list-style: none;
      margin-top: 40px;
    }

    .feature-list-item {
      display: flex;
      gap: 24px;
      padding: 24px 0;
      border-bottom: 1px solid rgba(80,96,219,0.15);
      transition: background 0.2s;
    }
    .feature-list-item:first-child { border-top: 1px solid rgba(80,96,219,0.15); }

    .feature-num {
      font-family: var(--font-head);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.5px;
      color: var(--blue);
      min-width: 28px;
      padding-top: 4px;
      flex-shrink: 0;
    }

    .feature-list-item h4 {
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 6px;
      letter-spacing: 0.3px;
    }

    .feature-list-item p {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.75;
      margin: 0;
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Our Story &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .story-section { background: var(--white); }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Contact &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .contact-section {
      background: var(--blue);
    }

    .contact-card {
      background: var(--white);
      border-radius: 20px;
      padding: 56px 64px;
      max-width: 760px;
      margin: 52px auto 0;
      box-shadow: 0 24px 80px rgba(0,0,0,0.2);
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .form-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .form-field label {
      font-size: 13px;
      font-weight: 600;
      color: var(--text);
      letter-spacing: 0.3px;
    }

    .form-field input,
    .form-field textarea {
      padding: 13px 16px;
      border: 1.5px solid #e2e5f0;
      border-radius: 10px;
      font-family: var(--font-body);
      font-size: 14px;
      color: var(--text);
      background: #f8f9fc;
      outline: none;
      transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    }

    .form-field input:focus,
    .form-field textarea:focus {
      border-color: var(--blue);
      background: var(--white);
      box-shadow: 0 0 0 3px rgba(80,96,221,0.1);
    }

    .form-field textarea { resize: vertical; min-height: 130px; }

    .form-submit-row {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      margin-top: 4px;
    }

    .form-submit-row .btn {
      padding: 14px 44px;
      font-size: 15px;
      border-radius: 10px;
    }

    .form-note {
      font-size: 12px;
      color: var(--text-muted);
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Footer &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */

    /* Footer wave divider */
    .footer-wave {
      display: block;
      line-height: 0;
      margin-bottom: -2px;
      background: var(--blue);
    }

    .footer-wave-navy {
      background: var(--navy);
    }

    .footer-wave svg {
      width: 100%;
      height: 90px;
      display: block;
    }

    .footer {
      background: var(--navy);
      position: relative;
    }

    /* Subtle blue glow at footer base */
    .footer::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(ellipse 120% 60% at 50% 100%, rgba(80,96,219,0.10) 0%, transparent 70%);
      pointer-events: none;
    }

    .footer-inner {
      max-width: var(--max-w);
      margin: 0 auto;
      padding: 72px 24px 32px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr;
      gap: 64px;
      padding-bottom: 56px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      margin-bottom: 32px;
      align-items: start;
    }

    .footer-col-brand img { height: 44px; width: auto; margin-bottom: 18px; }

    .footer-col-brand p {
      font-size: 14px;
      color: rgba(255,255,255,0.5);
      line-height: 1.75;
      max-width: 260px;
      margin-bottom: 24px;
    }

    .footer-brand-logo {
      display: flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
      margin-bottom: 16px;
    }

    .footer-brand-logo svg { height: 56px; width: 56px; flex-shrink: 0; }

    .footer-brand-name {
      font-family: var(--font-body);
      font-size: 32px;
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.5px;
      line-height: 1;
    }

    .footer-tagline {
      font-size: 13px;
      color: rgba(255,255,255,0.4);
      letter-spacing: 0.3px;
      margin-bottom: 28px;
      margin-top: 4px;
    }

    .footer-contact-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .footer-contact-item {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .footer-contact-icon {
      width: 36px;
      height: 36px;
      background: rgba(255,255,255,0.08);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background 0.2s, transform 0.2s;
    }

    .footer-contact-item:hover .footer-contact-icon {
      background: var(--blue);
      transform: scale(1.12);
    }

    .footer-contact-icon svg { width: 16px; height: 16px; fill: white; }

    .footer-contact-info {
      display: flex;
      flex-direction: column;
      gap: 1px;
    }

    .footer-contact-label {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.3);
    }

    .footer-contact-value {
      font-size: 14px;
      color: rgba(255,255,255,0.7);
      transition: color 0.2s;
      text-decoration: none;
    }

    .footer-contact-item:hover .footer-contact-value { color: var(--white); }

    .footer-socials {
      display: flex;
      gap: 10px;
    }

    .social-link {
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.08);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, transform 0.2s;
    }

    .social-link:hover { background: var(--blue); transform: scale(1.15); }
    .social-link img { width: 18px; height: 18px; filter: brightness(10); }

    .footer-col h5 {
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.3);
      margin-bottom: 24px;
    }

    .footer-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .footer-col ul a {
      font-size: 15px;
      color: rgba(255,255,255,0.6);
      transition: color 0.2s, padding-left 0.2s;
      display: inline-block;
    }

    .footer-col ul a:hover { color: var(--white); padding-left: 6px; }

    .footer-location {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .footer-location-item a {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.6);
      font-size: 15px;
      line-height: 1.5;
      transition: color 0.2s, padding-left 0.2s;
    }

    .footer-location-item a:hover { color: var(--white); padding-left: 4px; }

    .footer-location-item svg {
      flex-shrink: 0;
      margin-top: 2px;
      stroke: var(--blue);
      fill: none;
      stroke-width: 2;
      width: 16px;
      height: 16px;
    }

    .footer-bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      color: rgba(255,255,255,0.25);
      text-align: center;
    }

    .footer-bottom a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
    .footer-bottom a:hover { color: var(--white); }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Scroll reveal &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; Responsive &#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364;&#226;&#8221;&#8364; */
    @media (max-width: 900px) {
      .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
      .split.reverse { direction: ltr; }
      .why-grid { grid-template-columns: 1fr 1fr; }
      .testimonials-track { grid-template-columns: 1fr; }
      .nav-links { display: none; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
      .contact-card { padding: 40px 32px; }
      .features-layout { grid-template-columns: 1fr; gap: 48px; }
      .features-img-card { position: static; }
    }

    @media (max-width: 600px) {
      .why-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .nav-inner { padding: 12px 20px; }
      .hero-content { padding: 60px 0; }
      .contact-card { padding: 32px 20px; }
    }

/* &#9472;&#9472;&#9472; Sub-page hero &#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472; */
.subhero {
  background: var(--navy);
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding-top: 80px; /* clear fixed nav */
}

.subhero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 64px 24px;
  width: 100%;
}

.subhero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.15);
}

.subhero h1 {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.subhero h1 span { color: var(--blue); }

.subhero p {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
}

/* &#9472;&#9472;&#9472; Nav: active page link &#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472; */
.nav-links a.active { color: var(--blue); }
.nav-links a.active::after { width: 100%; }
.nav.scrolled .nav-links a.active { color: var(--blue); }

/* on sub-pages nav starts scrolled (page has no dark video hero) */
.nav.nav-solid {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav.nav-solid .nav-links a { color: var(--text); }
.nav.nav-solid .nav-links a.active { color: var(--blue); }

/* &#9472;&#9472;&#9472; CTA strip &#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472; */
.cta-strip {
  background: var(--navy);
  padding: 80px 0;
  text-align: center;
}

.cta-strip h2 {
  font-family: var(--font-head);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.1;
}

.cta-strip p {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 32px;
  max-width: 480px;
  margin-inline: auto;
}

/* &#9472;&#9472;&#9472; About: locations grid &#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472; */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.location-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid rgba(80,96,221,0.12);
  transition: box-shadow 0.25s, transform 0.25s;
}

.location-card:hover {
  box-shadow: 0 12px 36px rgba(80,96,219,0.14);
  transform: translateY(-4px);
}

.location-card svg {
  stroke: var(--blue);
  fill: none;
  stroke-width: 2;
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
}

.location-card h4 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 10px;
}

.location-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  margin-top: 14px;
  transition: gap 0.2s;
}

.location-card a:hover { gap: 10px; }

@media (max-width: 900px) {
  .locations-grid { grid-template-columns: 1fr 1fr; }
  .subhero { min-height: 30vh; }
}

@media (max-width: 600px) {
  .locations-grid { grid-template-columns: 1fr; }
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   Customer logo marquee
   &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */

/* Outer wrapper */
.logo-marquee {
  padding: 28px 0;
  margin: 40px 0 0;
}

/* Inner wrapper &#8212; clips at 1280px + carries the fade edges */
.logo-marquee-inner {
  position: relative;
  max-width: var(--max-w);
  margin-inline: auto;
  overflow: hidden;
  padding-inline: 0;
}

.logo-marquee-inner::before,
.logo-marquee-inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee-inner::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

.logo-marquee-inner::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: logo-scroll-left 45s linear infinite;
  padding: 6px 0;
}

.logo-track.reverse {
  animation: logo-scroll-right 38s linear infinite;
  margin-top: 16px;
}

.logo-track img {
  height: 36px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.75;
  pointer-events: none;
}

@keyframes logo-scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes logo-scroll-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
