﻿:root {
        --ink: #11202f;
        --muted: #5a6978;
        --line: #dce4ea;
        --paper: #ffffff;
        --mist: #eef5f7;
        --teal: #0a7f83;
        --blue: #1e5b9f;
        --gold: #d9961b;
        --charcoal: #172331;
        --shadow: 0 24px 70px rgba(17, 32, 47, 0.18);
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        color: var(--ink);
        background: var(--paper);
        font-family:
          Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
          "Segoe UI", sans-serif;
        line-height: 1.5;
      }

      a {
        color: inherit;
      }

      img {
        display: block;
        max-width: 100%;
      }

      .site-header {
        position: sticky;
        top: 0;
        z-index: 10;
        background: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid rgba(220, 228, 234, 0.8);
        backdrop-filter: blur(14px);
      }

      .nav {
        width: min(1160px, calc(100% - 32px));
        min-height: 76px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
      }

      .brand {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
      }

      .brand img {
        width: 148px;
        height: auto;
      }

      .nav-links {
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .nav-links a {
        border-radius: 999px;
        color: #263746;
        font-size: 0.94rem;
        font-weight: 700;
        padding: 10px 14px;
        text-decoration: none;
      }

      .nav-links a:hover,
      .nav-links a:focus-visible {
        background: var(--mist);
        outline: none;
      }

      .hero {
        position: relative;
        min-height: 680px;
        overflow: hidden;
        color: #fff;
        background:
          linear-gradient(90deg, rgba(14, 28, 42, 0.98) 0%, rgba(14, 28, 42, 0.84) 48%, rgba(14, 28, 42, 0.5) 100%),
          linear-gradient(135deg, #173447 0%, #526270 52%, #eef4f6 100%);
      }

      .hero-inner {
        width: min(1160px, calc(100% - 32px));
        min-height: 680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1fr);
        gap: 36px;
        align-items: center;
        padding: 66px 0 92px;
      }

      .hero-copy {
        width: min(650px, 100%);
      }

      .hero-preview {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(130px, 0.34fr);
        gap: 0;
        align-items: end;
        align-self: center;
        min-height: 420px;
        isolation: isolate;
        margin-top: -20px;
      }

      .hero-preview::before {
        content: "";
        position: absolute;
        inset: auto 2% -28px 8%;
        z-index: -1;
        height: 42%;
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 68%);
        filter: blur(12px);
      }

      .mini-logo,
      .video-logo {
        display: inline-flex;
        min-width: 82px;
        min-height: 28px;
        align-items: center;
        justify-content: center;
        background: #0e1824;
        color: #ffffff;
        font-weight: 850;
      }

      .eyebrow {
        margin: 0 0 18px;
        color: #9fe2df;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
      }

      h1 {
        margin: 0;
        max-width: 780px;
        font-size: clamp(2.5rem, 5.4vw, 5.15rem);
        line-height: 0.98;
        letter-spacing: 0;
      }

      .hero-copy p {
        max-width: 610px;
        margin: 24px 0 0;
        color: rgba(255, 255, 255, 0.86);
        font-size: clamp(1.08rem, 2vw, 1.35rem);
      }

      .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 34px;
      }

      .button {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        border-radius: 999px;
        font-weight: 800;
        padding: 12px 20px;
        text-decoration: none;
        transition:
          transform 160ms ease,
          box-shadow 160ms ease,
          background 160ms ease;
      }

      .button:hover,
      .button:focus-visible {
        transform: translateY(-2px);
        outline: none;
      }

      .button-primary {
        background: #ffffff;
        color: var(--charcoal);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
      }

      .button-secondary {
        border-color: rgba(255, 255, 255, 0.5);
        color: #ffffff;
      }

      .button-secondary:hover,
      .button-secondary:focus-visible {
        background: rgba(255, 255, 255, 0.12);
      }

      section {
        padding: 86px 0;
      }

      .wrap {
        width: min(1160px, calc(100% - 32px));
        margin: 0 auto;
      }

      .section-kicker {
        margin: 0 0 10px;
        color: var(--teal);
        font-size: 0.78rem;
        font-weight: 850;
        letter-spacing: 0;
        text-transform: uppercase;
      }

      .section-title {
        max-width: 760px;
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.3rem);
        line-height: 1.05;
        letter-spacing: 0;
      }

      .intro {
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
        gap: 56px;
        align-items: center;
      }

      .intro-text p {
        margin: 22px 0 0;
        color: var(--muted);
        font-size: 1.1rem;
      }

      .visual-panel {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(126px, 0.34fr);
        gap: 18px;
        align-items: end;
        min-height: 360px;
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 0;
        background: linear-gradient(140deg, #e9f8f6, #ffffff 42%, #f6eddc);
        box-shadow: var(--shadow);
        padding: 28px;
      }

      .hero .visual-panel {
        min-height: 420px;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
      }

      .desktop-shot,
      .mobile-shot {
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 0;
        object-fit: contain;
      }

      .desktop-shot {
        align-self: end;
        width: 104%;
        margin-right: -8%;
        margin-bottom: 30px;
        filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.28));
      }

      .mobile-shot {
        align-self: end;
        width: 118%;
        margin-left: -32%;
        margin-bottom: 38px;
        padding: 0;
        background: transparent;
        filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.32));
      }

      .video-frame {
        position: relative;
        display: grid;
        place-items: center;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border: 1px solid var(--line);
        background: #0f1822;
        box-shadow: var(--shadow);
        text-decoration: none;
      }

      .video-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
      }

      .features {
        background: #f6fafb;
        border-block: 1px solid var(--line);
      }

      .feature-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 38px;
      }

      .feature-card {
        min-height: 260px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        padding: 26px;
      }

      .feature-card span {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e7f6f5;
        color: var(--teal);
        font-weight: 900;
      }

      .feature-card h3 {
        margin: 22px 0 10px;
        font-size: 1.22rem;
        line-height: 1.18;
      }

      .feature-card p {
        margin: 0;
        color: var(--muted);
      }

      .cta-band {
        color: #fff;
        background: linear-gradient(120deg, var(--charcoal), #0c5962 58%, #99690f);
      }

      .cta-content {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 28px;
        align-items: center;
      }

      .cta-content h2 {
        margin: 0;
        font-size: clamp(1.9rem, 3vw, 3rem);
        line-height: 1.08;
      }

      .cta-content p {
        max-width: 720px;
        margin: 16px 0 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: 1.06rem;
      }

      .site-footer {
        background: #0f1822;
        color: #d9e4ea;
        padding: 42px 0;
      }

      .footer-grid {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 24px;
        align-items: center;
      }

      .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-end;
      }

      .footer-links a,
      .email-link {
        color: #ffffff;
        font-weight: 700;
        text-decoration-color: rgba(255, 255, 255, 0.38);
        text-underline-offset: 4px;
      }

      .copyright {
        margin: 10px 0 0;
        color: #9cabba;
        font-size: 0.92rem;
      }

      @media (max-width: 940px) {
        .hero,
        .hero-inner {
          min-height: auto;
        }

        .hero-inner {
          grid-template-columns: 1fr;
          padding: 48px 0 70px;
        }

        .hero-preview {
          grid-template-columns: minmax(0, 1fr) minmax(110px, 0.28fr);
          min-height: 380px;
        }

        .intro,
        .cta-content,
        .footer-grid {
          grid-template-columns: 1fr;
        }

        .feature-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .footer-links {
          justify-content: flex-start;
        }
      }

      @media (max-width: 720px) {
        .nav {
          min-height: auto;
          padding: 16px 0;
          align-items: flex-start;
          flex-direction: column;
        }

        .nav-links {
          width: 100%;
          overflow-x: auto;
          padding-bottom: 2px;
        }

      }

      @media (max-width: 620px) {
        .brand img {
          width: 126px;
        }

        .nav-links a {
          padding-inline: 10px;
          white-space: nowrap;
        }

        .hero,
        .hero-inner {
          min-height: auto;
        }

        .hero-inner {
          align-items: start;
          padding-top: 42px;
        }

        .hero-copy p {
          max-width: 94%;
        }

        section {
          padding: 64px 0;
        }

        .feature-grid {
          grid-template-columns: 1fr;
        }

        .feature-card {
          min-height: auto;
        }

        .visual-panel {
          grid-template-columns: 1fr;
          min-height: 310px;
        }

        .mobile-shot {
          width: min(210px, 52%);
          justify-self: center;
          margin: -26% 0 0;
        }

        .desktop-shot {
          width: 100%;
          margin: 0;
        }
      }
