:root{
    --ba-blue: #2c83eec8;   /* core */
    --ba-ice:  #7BB8E4;   /* soft */
  }
  
  /* keep your current body background */
  body{ background:#000; position:relative; }

  html {
    scroll-behavior: smooth;
  }
  
  
  /* Fixed, non-interactive background art */
  .bg-ambient{
    position:fixed;
    inset:-12vh;              /* bleed a bit beyond edges */
    z-index:-1;
    pointer-events:none;
    /* Layered radial glows + a soft sheen */
    background:
      radial-gradient(60vmax 60vmax at 18% 14%, color-mix(in oklab, var(--ba-blue) 22%, transparent), transparent 58%),
      radial-gradient(44vmax 44vmax at 82% 72%, color-mix(in oklab, var(--ba-ice) 16%, transparent), transparent 62%),
      radial-gradient(36vmax 36vmax at -8% 96%, color-mix(in oklab, var(--ba-blue) 10%, transparent), transparent 64%),
      radial-gradient(120% 140% at 50% 120%, rgba(255,255,255,.05), transparent 70%);
    filter:saturate(110%);
  }
  
  /* gentle vignette so edges don’t feel flat */
  .bg-ambient::after{
    content:"";
    position:absolute; inset:0;
    background:
      radial-gradient(120% 90% at 50% 30%, rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 40%, rgba(0,0,0,.45) 100%);
    mix-blend-mode:normal;
  }
  
  /* If older browsers don’t support color-mix(), it still looks fine because of the transparent fallbacks */
  
  /* Optional: dial intensity down on very small screens */
  @media (max-width: 520px){
    .bg-ambient{
      background:
        radial-gradient(70vmax 70vmax at 20% 16%, rgba(0,113,251,.16), transparent 58%),
        radial-gradient(52vmax 52vmax at 80% 78%, rgba(123,184,228,.12), transparent 64%),
        radial-gradient(40vmax 40vmax at -10% 98%, rgba(0,113,251,.08), transparent 66%),
        radial-gradient(120% 140% at 50% 120%, rgba(255,255,255,.04), transparent 70%);
    }
  }
  

  :root {
    --bg: #000;
    --fg: #fff;
    --accent: #3693ff;
    --accent-hover: #2e7fe0;
    --ring: 0 0 0 4px rgba(54, 147, 255, .25);
}

  
  /* ——— Default (desktop) ——— */
  h1 {
    font-family: 'Unbounded', sans-serif;
    color: white;
    font-size: 4rem;
    font-weight: bolder;
    line-height: 1.1;
  }
  
  h2 {
    font-family: 'Fjalla One', sans-serif;
    color: white;
    font-size: 2.7rem;
    line-height: 1.2;
  }
  
  h3 {
    font-family: 'Fjalla One', sans-serif;
    color: white;
    font-size: 2rem;
    line-height: 1.25;
  }
  
  h4 {
    font-family: 'Fjalla One', sans-serif;
    color: white;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  h5 {
    font-family: 'Unbounded', sans-serif;
    color: white;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
  }
  
  p {
    font-family: 'Unbounded', sans-serif;
    color: white;
    font-weight: lighter;
    font-size: 1rem;
    line-height: 1.6;        /* consistent readable body */
  }
  
  a {
    text-decoration: none;
    color: white;
    font-family: 'Unbounded', sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  
  /* ——— ≤ 900px ——— */
  @media (max-width: 900px) {
    h1 { font-size: 3.2rem; line-height: 1.15; }
    h2 { font-size: 2.3rem; line-height: 1.2; }
    h3 { font-size: 1.8rem; line-height: 1.25; }
    h4 { font-size: 1.3rem; line-height: 1.3; }
    h5 { font-size: 1rem;   line-height: 1.4; }
  
    p  { font-size: 0.95rem; line-height: 1.6; }
    a  { font-size: 0.85rem; line-height: 1.4; }
  }
  
  /* ——— ≤ 768px ——— */
  @media (max-width: 768px) {
    h1 { font-size: 2.7rem; line-height: 1.2; }
    h2 { font-size: 2.1rem; line-height: 1.25; }
    h3 { font-size: 1.6rem; line-height: 1.3; }
    h4 { font-size: 1.2rem; line-height: 1.3; }
    h5 { font-size: 0.95rem; line-height: 1.4; }
  
    p  { font-size: 0.9rem;  line-height: 1.6; }
    a  { font-size: 0.8rem;  line-height: 1.4; }
  }
  
  /* ——— ≤ 500px ——— */
  @media (max-width: 500px) {
    h1 { font-size: 2.3rem; line-height: 1.25; }
    h2 { font-size: 1.8rem; line-height: 1.3; }
    h3 { font-size: 1.4rem; line-height: 1.35; }
    h4 { font-size: 1.1rem; line-height: 1.35; }
    h5 { font-size: 0.95rem; line-height: 1.4; }
  
    p  { font-size: 0.9rem;  line-height: 1.6; }
    a  { font-size: 0.78rem; line-height: 1.4; }
  }
  


.section-head {
    text-align: center;
}

.eyebrow {
    color: #9ac7ff;
    font-size: .75rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .85;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    margin-bottom: 30px;
}

.service-description {
    max-width: 1000px;
    margin: 0 auto 32px auto;
}

.section-padding-alignment {
    padding: 60px 25px;
}

@media (max-width:500px) {
    .section-padding-alignment {
        padding: 45px 15px;
    }
}


/* --------------------------------------------------------------------------   Header */


.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    color: var(--fg);
}

.logo img {
    width: 120px;
    height: auto;
    display: block;
}

/* Desktop nav */
.main-nav {
    display: flex;
    gap: 32px;
}

.nav-link {
    position: relative;
    color: var(--fg);
    text-decoration: none;
    font-weight: 500;
    transition: color .25s ease;
    outline: none;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: var(--accent);
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
    transform: scaleX(1);
}

/* Contact button */
.contact-button .btn-primary,
.burger-contact .btn-primary {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease, transform .05s ease;
}

.btn-primary:hover {
    background: var(--accent-hover);
}

.btn-primary:active {
    transform: translateY(1px);
}

.btn-primary:focus-visible {
    box-shadow: var(--ring);
}

/* Burger */
.burger-menu {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 6px;
}

.burger-menu:focus-visible {
    box-shadow: var(--ring);
    border-radius: 6px;
}

/* Mobile nav panel */
.backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: saturate(120%) blur(1px);
    z-index: 90;
}

.burger-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    padding: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(-100%);
    transition: transform .28s ease;
}

.burger-nav.open {
    transform: translateY(0);
}

.burger-nav ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 12px;
    width: 100%;
    max-width: 480px;
}

.burger-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.burger-nav li:last-child {
    border-bottom: none;
}

.burger-nav a {
    display: block;
    padding: 14px 4px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


/* Responsive */
@media (max-width: 768px) {
    .site-header {
        padding: 18px 10px;
    }

    .main-nav {
        display: none;
    }

    .contact-button {
        display: none;
    }

    .burger-menu {
        display: block;
        padding: 0;
    }

    .logo img {
        width: 140px;
    }

}

@media (max-width: 448px) {
    .site-header {
        padding: 38px 10px 18px 10px;
    }
    .logo img {
        width: 100px;
    }

    .burger-menu img {
        width: 20px;
    }
}

/* Motion-safe */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}








/* --------------------------------------------------------------------------   Landing*/

.landing {
    margin: 0 auto;
    text-align: center;
}

main {
    margin: 0 auto;
    padding: 160px 50px;
    background-image: url(images/landing\ background.png);
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 30px;

}

.title {
    text-align: center;
}

.title h1 {
    margin-bottom: 30px;
}

.title h5 {
    font-size: 0.8rem;
    margin-bottom: 40px;
}

 .sec-primary {
    display: inline-block;
    background: white;
    color: black;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease, transform .05s ease;
    border: none;
    font-family: 'Unbounded', sans-serif;
    font-size: 0.8rem;
}

.sec-primary:hover {
    background: #f1f1f1de;
}

.solutions {
    text-align: center;
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 0 25px;

}

.solutions p {
    color: white;
    margin: 0 auto;
    font-size: 3rem;
    max-width: 1000px;
    line-height: 4rem;
    margin-bottom: 80px;
}

.solutions a {
    font-size: 0.9rem;
    padding: 5px 10px;
    display: block;
    font-weight: lighter;
}

.solutions img {
    margin-top: -10px;
}


@media (max-width: 900px) {

    .solutions p {
        font-size: 2.5rem;
        line-height: 3.3rem;
    }

}


@media (max-width: 500px) {
    main {
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .solutions {
        max-width: 480px;
        padding: 0 20px;
    }

    .solutions p {
        font-size: 2rem;
        line-height: 3rem;
    }
}



/* ===== Full-screen modal wrapper ===== */
.modal-placement-quiz {
    position: fixed;
    inset: 0;
    background: #fff;
    /* full white */
    display: grid;
    place-items: center;
    padding: 24px 16px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 100;
    font-family: 'Unbounded', sans-serif;
}

.modal-placement-quiz[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
}

/* Zoom in card */
.modal-content-placement-quiz {
    width: min(100%, 820px);
    background: #fff;
    color: #111;
    border-radius: 14px;
    padding: 22px 20px;
    transform: scale(.98);
    opacity: .0;
    transition: transform .22s ease, opacity .22s ease;
}

.modal-placement-quiz[aria-hidden="false"] .modal-content-placement-quiz {
    transform: scale(1);
    opacity: 1;
}


/* Top-right close */
.close-modal-placement-quiz {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    color: #111;
    font-size: 22px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #000;
}

.close-modal-placement-quiz:hover {
    background: #ededed;
}

.close-modal-placement-quiz:focus-visible {
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .25);
}

/* Progress */
.quiz-progress-placement-quiz {
    position: relative;
    height: 6px;
    background: #eee;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 14px;
}

.quiz-progress-bar-placement-quiz {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #9ac7ff, #3693ff);
}

.quiz-progress-label-placement-quiz {
    position: absolute;
    right: 8px;
    top: -24px;
    font-size: .8rem;
    color: #666;
}

/* Headings */
.quiz-title-placement-quiz {
    margin: 0 0 4px;
    font-size: 1.4rem;
    font-weight: 800;
    color: black;
    margin-bottom: 20px;
}

.quiz-intro-placement-quiz {
    margin: 0 0 34px;
    color: #444;
    font-size: 1rem;
}

/* Steps */
.quiz-step-placement-quiz {
    display: none;
}

.quiz-step-placement-quiz.is-active {
    display: block;
}

.quiz-question-placement-quiz {
    display: block;
    font-weight: 700;
    margin: 24px 0 6px;
    margin-bottom: 20px;
    color: black;
}

.quiz-question-placement-quiz .req {
    color: #d00;
    margin-left: 4px;
}

.quiz-question-placement-quiz.alt {
    margin-top: 34px;
    font-weight: 600;
}

.quiz-question-placement-quiz .muted {
    color: #888;
    font-weight: 400;
}

/* Inputs */
.quiz-form-placement-quiz input[type="text"],
.quiz-form-placement-quiz input[type="email"],
.quiz-form-placement-quiz input[type="tel"],
.quiz-form-placement-quiz select,
.quiz-form-placement-quiz textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.8rem;
    outline: none;
    background: #fff;
    color: #111;
    transition: border-color .2s ease, box-shadow .2s ease;
    font-family: 'Unbounded', sans-serif;
}

.quiz-form-placement-quiz textarea {
    resize: vertical;
}

.quiz-form-placement-quiz input:focus,
.quiz-form-placement-quiz select:focus,
.quiz-form-placement-quiz textarea:focus {
    border-color: #3693ff;
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .18);
}

/* Checkbox chips */
.quiz-options-placement-quiz {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.option-chip-placement-quiz {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    color: #111;
    transition: border-color .2s ease, background-color .2s ease;
    font-size: 0.8rem;
}

.option-chip-placement-quiz input {
    accent-color: #3693ff;
}

.option-chip-placement-quiz:hover {
    border-color: #3693ff;
    background: #f6faff;
}

/* Nav */
.quiz-nav-placement-quiz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

/* Make outline buttons high-contrast on white */
.modal-placement-quiz .btn-outline {
    color: #1f63c0;
    border-color: #3693ff;
}

.modal-placement-quiz .btn-outline:hover {
    color: #0e3e83;
    border-color: #2e7fe0;
}

/* Responsive */
@media (max-width:600px) {
    .modal-content-placement-quiz {
        padding: 18px;
    }

    .quiz-title-placement-quiz {
        font-size: 1.25rem;
    }

    .quiz-progress-label-placement-quiz {
        top: -22px;
    }
}

/* Loader */
.quiz-loading-placement-quiz{
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    padding:40px 10px; color:#111;
  }
  .spinner{
    width:44px; height:44px; border:4px solid #e6e6e6; border-top-color:#3693ff; border-radius:50%;
    animation: spin 0.9s linear infinite; margin-bottom:12px;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  .loading-text{ color:#333; }
  
  /* Results list */
  .quiz-results-placement-quiz{ margin-top: 8px; color:#111; }
  .quiz-results-head h4{ margin: 0 0 4px 0; font-size: 1.7rem; font-weight: 800; color:#111; }
  .quiz-results-count{ margin: 0 0 6px 0; color:#333; }
  .quiz-results-note{ margin: 0 0 12px 0; color:#555; }
  
  .quiz-results-list{
    list-style: none; margin: 0 0 14px 0; padding: 0;
    border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden;
  }
  .quiz-result-item{
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px;
    padding: 12px; background: #fff; border-bottom: 1px solid #eee;
    border-bottom: 1px solid #dfdfdf;
  }
  .quiz-result-item:last-child{ border-bottom: 0; }
  .quiz-result-row{ display:flex; gap:20px; align-items:baseline; }
  .quiz-result-label{ color:#666; font-size: .85rem; min-width: 150px; }
  .quiz-result-value{ color:#111; font-size: .75rem; font-weight: 600; }
  
  .quiz-results-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px; }
  
  @media (max-width: 600px){
    .quiz-result-item{ grid-template-columns: 1fr; }
    .quiz-result-label{ min-width: 96px; }
  }
  



/* --------------------------------------------------------------------------   Services */

/* ——— Services section polish ——— */
/* ——— Solutions band ——— */


/* ——— Services list (no boxes) ——— */



.service-list {
    max-width: 1200px;
    margin: 22px auto 8px;
    border: 1px solid #1b1b1b;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
}

.service-row {
    display: grid;
    grid-template-columns: 84px 1fr 24px;
    align-items: center;
    gap: 16px;
    padding: 16px 16px;
    color: #fff;
    position: relative;
}

.service-row+.service-row {
    border-top: 1px solid #1b1b1b;
}


.service-media {
    height: 64px;
    display: grid;
    place-items: center;
    position: relative;
}

.service-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(closest-side, rgba(54, 147, 255, .25), transparent 70%);
    filter: blur(10px);
    opacity: .6;
}

.service-media img {
    width: 58px;
    height: auto;
    z-index: 1;
    display: block;
}

.service-content h5 {
    margin: 0 0 4px 0;
    letter-spacing: .2px;
}

.service-content .num {
    display: inline-block;
    margin-right: 8px;
    font-size: .82rem;
    color: #9ac7ff;
    opacity: .9;
}

.service-content p {
    margin: 0;
    color: #cfcfcf;
}

.service-arrow {
    color: #bfcdf7;
    opacity: .85;
    transition: transform .18s ease;
}

.service-row:hover .service-arrow {
    transform: translateX(2px);
}




/* ——— Capability pills (lightweight, not boxes) ——— */
.cap-grid {
    max-width: 1200px;
    margin: 26px auto 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.cap-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #292929;
    border-radius: 12px;
    background: radial-gradient(120px 40px at 10% 50%, rgba(54, 147, 255, .08), transparent 60%);
    transition: border-color .2s ease, transform .15s ease;
}

.cap-item:hover {
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.cap-item img {
    width: 28px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(54, 147, 255, .25));
}

.cap-meta h6 {
    margin: 0;
    font-size: .9rem;
    color: #e2ecff;
    font-family: 'Unbounded', sans-serif;
    padding-bottom: 5px;
}

.cap-meta p {
    margin: 0;
    font-size: .85rem;
    color: #bdbdbd;
}

/* ——— Responsive ——— */
@media (max-width: 900px) {
    .service-list {
        border-radius: 10px;
    }

    .cap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .service-row {
        grid-template-columns: 64px 1fr 20px;
        padding: 14px;
    }

    .service-media {
        height: 54px;
    }

    .service-media img {
        width: 50px;
    }

    .cap-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------------------------------------------------------     Box Break */



.stats-strip {
    background-color: white;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    padding: 28px 16px;
    margin: 56px 0 50px;
    font-family: 'Unbounded', sans-serif;
}

.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: black;
}


/* Grid of metrics */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    align-items: stretch;
}

.stat {
    padding: 10px 6px;
    position: relative;
}

/* Vertical separators on wider screens */
@media (min-width: 720px) {
    .stat {
        padding: 10px 18px;
    }

    .stat+.stat {
        border-left: 1px solid #1b1b1b;
    }
}

.stat-num {
    font-weight: 800;
    font-size: clamp(1.2rem, 2.6vw, 1.8rem);
    letter-spacing: .2px;
    color: black;
    /* soft light blue number */
}

.stat-label {
    margin-top: 4px;
    font-size: .92rem;
    color: rgba(0, 0, 0, 0.824);
    opacity: .9;
}

/* Mobile spacing */
@media (max-width:600px) {
    .stats-strip {
        padding: 24px 14px;
        margin: 44px 0 40px;
    }

    .stats-eyebrow {
        font-size: .66rem;
        letter-spacing: .12em;
    }

    .stat-label {
        font-size: .9rem;
    }
}

/* Motion safe */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}




/* ----------------------------------------------------------------    Why choose us */

.video-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    /* rounded corners */
    border: 1px solid #232323;
}

.video-controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}



#explainerVideo {
    width: 100%;
    height: auto;
    border-radius: 12px;
}


@media (max-width: 500px) {
    .video-wrapper {
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
    }

}



/* Our Process */

.process-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.process-1 {
    display: flex;
    margin: 0px auto 20px auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.process-box {
    background-color: #0e0e0e;
    width: 380px;
    border-radius: 10px;
    border: 1px solid #232323;

}

.process-text {
    padding: 15px;
}

.process-image {
    height: 200px;
}

.process-2 {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.process-box2 {
    background-color: #0e0e0e;
    width: 580px;
    border-radius: 10px;
    border: 1px solid #232323;

}

.process-image2 {
    height: 250px;
}

.process-text2 {
    padding: 15px;
}

.process-text h5 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: lighter;
}

.process-text p {
    font-size: 0.8rem;
    
}

.process-text2 h5 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: lighter;
}


.process-text2 p {
    font-size: 0.8rem;
    
}

/* Add these to your CSS */
.process-box,
.process-box2 {
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
}

.process-box:hover,
.process-box:focus-within,
.process-box2:hover,
.process-box2:focus-within {
    transform: translateY(-6px);
    border-color: #2d2d2d;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .35), 0 0 0 1px rgba(54, 147, 255, .14) inset;
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {

    .process-box,
    .process-box2 {
        transition: none !important;
    }
}


















/* ——— Pricing ——— */

.pricing-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


.pricing {
    text-align: center;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    align-items: stretch;
    margin-top: 10px;
}

/* Plan card */
.plan {
    position: relative;
    background: #0e0e0e;
    border: 1px solid #232323;
    border-radius: 12px;
    padding: 22px 18px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.plan:hover {
    transform: translateY(-6px);
    border-color: rgba(54, 147, 255, .35);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
}

.plan--outline {
    background: #0b0b0b;
}

/* Popular badge */
.plan-badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    font-size: .7rem;
    border-radius: 999px;
    color: #cfe3ff;
    background: rgba(54, 147, 255, .15);
    border: 1px solid rgba(54, 147, 255, .35);
    font-family: 'Unbounded', sans-serif;
}

/* Header */
.plan-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
    margin: 30px 0 20px 0;
}

.plan-name {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #cfe3ff;
    font-family: 'Unbounded', sans-serif;
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.plan-from {
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .8;
    color: white;
    font-family: 'Unbounded', sans-serif;
}

.plan-amount {
    font-size: 1.9rem;
    font-weight: 800;
    color: #e8f1ff;
    font-family: 'Unbounded', sans-serif;
}

/* Body */
.plan-desc {
    margin: 15px 0;
    color: #d7d7d7;
    font-size: .92rem;
    line-height: 1.6;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: 'Unbounded', sans-serif;
    margin: 10px 0 20px 0;
}

.plan-features li {
    position: relative;
    padding-left: 20px;
    font-size: .8rem;
    color: #dcdcdc;
}

.plan-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #3693ff;
    font-weight: 700;
}

/* CTA */
.plan-cta {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.btn-primary {
    display: inline-block;
    background: #3693ff;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: background-color .2s ease, transform .05s ease;
}

.btn-primary:hover {
    background: #2e7fe0;
}

.btn-primary:active {
    transform: translateY(1px);
}

.btn-primary:focus-visible {
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .28);
}

.btn-outline {
    display: inline-block;
    background: transparent;
    color: #cfe3ff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(54, 147, 255, .35);
    transition: border-color .2s ease, color .2s ease, transform .05s ease;
}

.btn-outline:hover {
    border-color: #3693ff;
    color: #fff;
}

.btn-outline:active {
    transform: translateY(1px);
}

.btn-outline:focus-visible {
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .28);
}


/* Glow accent — no HTML changes needed */
.plan {
    overflow: hidden;
    /* clip glow to rounded corners */
    --plan-accent: #3693ff;
    /* default brand blue */
    --plan-accent-40: #3693ff66;
    /* same color @ ~40% alpha */
}

/* the soft glow */
.plan::before {
    content: "";
    position: absolute;
    top: -38px;
    left: -38px;
    /* slightly outside the card */
    width: 180px;
    height: 180px;
    background: radial-gradient(closest-side, var(--plan-accent-40), transparent 70%);
    filter: blur(8px);
    opacity: .7;
    transition: transform .35s ease, opacity .35s ease;
    z-index: 0;
    /* sit behind content */
}

/* the tiny square "light" */
.plan::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: var(--plan-accent);
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, .06) inset,
        /* subtle bevel */
        0 0 22px var(--plan-accent-40),
        /* glow */
        0 8px 22px rgba(0, 0, 0, .35);
    /* depth */
    z-index: 1;
    /* above the glow */
}

/* make the glow breathe on hover */
.plan:hover::before {
    transform: scale(1.06);
    opacity: .9;
}

/* —— Optional: per-plan colors (tweak to taste) —— */
.plan[data-tier="starter"] {
    --plan-accent: #4ea6ff;
    --plan-accent-40: #4ea6ff66;
}

.plan[data-tier="basic"] {
    --plan-accent: #8b7bff;
    --plan-accent-40: #8b7bff66;
    /* violet */
}

.plan[data-tier="pro"] {
    --plan-accent: #4fe3a2;
    --plan-accent-40: #4fe3a266;
    /* mint */
}

.plan[data-tier="custom"] {
    --plan-accent: #c5e0ff;
    --plan-accent-40: #c5e0ff66;
    /* soft ice */
}


/* Other services note */
.other-services {
    max-width: 900px;
    margin: 22px auto 0;
    color: #d7d7d7;
    font-size: .95rem;
    line-height: 1.7;
    text-align: center;
}

/* ——— Modals ——— */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.851);
    backdrop-filter: saturate(120%) blur(1px);
    z-index: 90;
}

.modal {
    position: fixed;
    inset: 0;
    padding: 16px;
    display: grid;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 100;
    overflow: auto;         
}

.modal[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    width: min(100%, 860px);
    background: #0d0d0d;
    border: 1px solid #232323;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
    padding: 28px 28px;
}

/* Modal header */
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1b1b1b;
    text-align: left;
}

.modal-header h5 {
    margin: 0 0 6px;
    color: #c5e0ff;
    font-size: 1.05rem;
}

.modal-header p {
    margin: 0;
    color: #eaeaea;
    font-size: .9rem;
    line-height: 1.6;
    opacity: .9;
}

.close-modal {
    background: none;
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    padding: 2px 6px;
}

.close-modal:focus-visible {
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .28);
    border-radius: 6px;
}

/* Modal body options */
.modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.modal-option {
    background: #0a0a0a;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.modal-option:hover {
    transform: translateY(-4px);
    border-color: rgba(54, 147, 255, .35);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
}

.modal-option h6 {
    margin: 2px 0 10px 0;
    font-size: .95rem;
    color: #cfe3ff;
    font-family: 'Unbounded', sans-serif;
}

.modal-option ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Unbounded', sans-serif;
}

.modal-option ul li {
    position: relative;
    padding-left: 18px;
    font-size: .8rem;
    color: #dcdcdc;
}

.modal-option ul li::before {
    content: "✓";
    padding-right: 10px;
    left: 0;
    top: 0;
    color: #3693ff;
    font-weight: 700;
}

.modal-price {
    margin: 18px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #e8f1ff;
    font-family: 'Unbounded', sans-serif;
}

/* Responsive spacing */
@media (max-width:600px) {
    .pricing {
        margin: 44px auto;
    }

    .plan {
        padding: 18px 16px;
    }

    .plan-amount {
        font-size: 1.7rem;
    }

    .plan-desc {
        font-size: .9rem;
    }

    .modal-header h5 {
        margin-top: 30px;
    }
}

/* Motion safe */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}








/* White FAQ section */
.faq-section {
    background: #fff;
    color: #111;
    padding: 48px 0;
    margin: 60px 0 0;
}

.section-title-faq {
    color: black;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* left info, right list */
    gap: 32px 48px;
}

/* Left column headings */
.faq-col-head {
    align-self: start;
}

.faq-eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 6px 0;
}

.faq-title {
    margin: 0 0 8px 0;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 800;
}

.faq-sub {
    margin: 0;
    color: #5a5a5a;
    line-height: 1.6;
}

.faq-sub a {
    color: #1f63c0;
    text-decoration: none;
}

.faq-sub a:hover {
    text-decoration: underline;
}

/* Right column accordion */
.faq-col-list {
    align-self: start;
}

.accordion {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    /* keeps borders tidy */
}

.accordion-item+.accordion-item {
    border-top: 1px solid #e6e6e6;
}

.accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 16px;
    font-size: 1rem;
    background: #fff;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.accordion-trigger:hover {
    background: #fafafa;
}

.accordion-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .25);
}

/* Plus → minus icon */
.acc-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.acc-icon::before,
.acc-icon::after {
    content: "";
    position: absolute;
    background: #333;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s ease, opacity .2s ease;
}

.acc-icon::before {
    width: 12px;
    height: 2px;
}

.acc-icon::after {
    width: 2px;
    height: 12px;
}

.accordion-trigger[aria-expanded="true"] .acc-icon::after {
    opacity: 0;
    /* becomes minus */
    transform: translate(-50%, -50%) scaleY(0);
}

/* Panel (animated height) */
.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
    background: #fff;
}

.accordion-panel>p {
    padding: 0 16px 16px 16px;
    margin: 0;
    color: #333;
    line-height: 1.65;
}

.accordion-panel a {
    color: #1f63c0;
}

/* Layout: stack on mobile */
@media (max-width:900px) {
    .faq-container {
        grid-template-columns: 1fr;
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .accordion-panel {
        transition: none !important;
    }

    .acc-icon::before,
    .acc-icon::after {
        transition: none !important;
    }
}


/* ===== FAQ CTA (white section) ===== */
.faq-cta {
    background: #fff;
    padding: 50px;
    /* stays in the white zone */

}

.faq-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    border-radius: 14px;
    border: 1px solid #232323;
    /* same family as your cards */
    background: #0e0e0e;
    /* dark card for contrast */
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 24px;
    align-items: center;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .35);
    overflow: hidden;
}


.cta-title {
    margin: 0 0 8px 0;
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.cta-sub {
    margin: 0 0 16px 0;
    color: #d7d7d7;
    line-height: 1.7;
    max-width: 38ch;
}

/* Actions use your existing button styles */
.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Right media with white rounded border */
.cta-media {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;

}

.cta-media-frame {
    width: 100%;
    max-width: 460px;
    aspect-ratio: 16 / 9;
    border-top: 1px solid #ffffff55;
    border-left: 1px solid #ffffff55;
    /* white border you requested */
    border-top-left-radius: 12px;
    overflow: hidden;
    /* clip corners */
    background: #000;
    /* prevents white flash while loading */
}

.cta-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hover lift (subtle, optional) */
.faq-cta-inner:hover {
    transform: translateY(-2px);
    transition: transform .18s ease;
}

/* Responsive */
@media (max-width: 900px) {
    .faq-cta-inner {
        grid-template-columns: 1fr;
    }

    .cta-media {
        justify-content: center;
    }

    .cta-sub {
        max-width: none;
    }
}

@media (max-width:600px) {
    .faq-cta-inner {
        padding: 18px;
    }

    .cta-actions {
        gap: 10px;
    }
}



/* ==== Full-screen Contact Modal ==== */
.modal-contact-form {
    position: fixed;
    inset: 0;
    background: #fff;
    /* full white background */
    display: grid;
    place-items: start center;
    overflow: auto;
    padding: 24px 16px;
    display: grid;
    place-items: center;
    /* base .modal handles visibility/opacity toggling */
}

/* Zoom-in on open */
.modal-content-contact-form {
    width: min(100%, 900px);
    margin: 0;
    /* was: 52px 0 40px */
    max-height: calc(100dvh - 96px);
    overflow: auto;
    transition: transform .25s ease, opacity .25s ease;
    transform: scale(.98);
    opacity: 0;
}

.modal-contact-form[aria-hidden="false"] .modal-content-contact-form {
    transform: scale(1);
    opacity: 1;
}

/* Top-right close */
.close-modal-contact-form {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    color: #111;
    font-size: 22px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.close-modal-contact-form:hover {
    background: #ededed;
}

.close-modal-contact-form:focus-visible {
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .25);
}

/* Headings & intro */
.modal-title-contact-form {
    margin: 0 0 6px 0;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    color: #111;
}

.modal-intro-contact-form {
    margin: 0 0 18px 0;
    color: #444;
    line-height: 1.7;
}

/* Form layout */
.form-contact-form {
    width: 100%;
    font-family: 'Unbounded', sans-serif;
}

.form-grid-contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 18px;
}

/* Fields */
.form-field-contact-form {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field-full-contact-form {
    grid-column: 1 / -1;
}

.form-field-contact-form label {
    font-size: .9rem;
    color: #222;
    font-weight: 600;
}

.form-field-contact-form input,
.form-field-contact-form textarea {
    border: none;
    border-bottom: 2px solid #111;
    /* black line style */
    padding: 10px 2px;
    background: transparent;
    color: #111;
    font-size: 1rem;
    outline: none;
    transition: border-color .2s ease, background-color .2s ease;
}

.form-field-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.form-field-contact-form input::placeholder,
.form-field-contact-form textarea::placeholder {
    color: #777;
    font-family: 'Unbounded', sans-serif;
    font-size: 0.9rem;
}

.form-field-contact-form input:focus,
.form-field-contact-form textarea:focus {
    border-bottom-color: #3693ff;
    /* brand accent on focus */
    background: rgba(54, 147, 255, .05);
}

/* Honeypot hidden */
.honeypot-contact-form {
    display: none !important;
}

/* Actions */
.form-actions-contact-form {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.form-hint-contact-form {
    margin: 0;
    font-size: .9rem;
    color: #666;
}

.form-hint-contact-form a {
    color: #1f63c0;
    text-decoration: none;
}

.form-hint-contact-form a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 760px) {
    .form-grid-contact-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .modal-contact-form {
        place-items: start center;
    }

    .modal-content-contact-form {
        margin-top: 56px;
    }
}











/* Footer wrapper on dark card */
.site-footer {
    background: transparent;
    /* page background handles contrast */
}

.footer-inner {
    margin: 0 auto;
    border-radius: 16px;
    padding: 24px;
    color: #fff;
}

/* Top row */
.footer-top {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    gap: 100px;
}

.footer-heading {
    margin: 0 0 6px 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.footer-note {
    margin: 0;
    color: #c8c8c8;
    line-height: 1.6;
    font-size: 0.8rem;
}

/* Subscribe form */
.footer-subscribe {
    justify-self: end;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.footer-subscribe input {
    background: #101010;
    border: 1px solid #2b2b2b;
    border-radius: 6px;
    color: #fff;
    padding: 10px 12px;
    min-width: 260px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.footer-subscribe input::placeholder {
    color: #a6a6a6;
}

.footer-subscribe input:focus {
    border-color: #3693ff;
    box-shadow: 0 0 0 4px rgba(54, 147, 255, .18);
}



/* Links — two columns, left aligned */
.footer-links {

    display: flex;
    justify-items: start;
    /* left align */
    padding: 30px 0;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    gap: 100px;
}

.footer-col h5 {
    margin: 6px 0 8px;
    font-size: .9rem;
    color: #cfe3ff;
    letter-spacing: .05em;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col li+li {
    margin-top: 8px;
}

.footer-col a {
    color: #d7d7d7;
    text-decoration: none;
    font-size: .75rem;
}

.footer-col a:hover {
    color: #fff;
}

/* Bottom bar */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
}

.footer-brand img {
    width: 110px;
    height: auto;
    display: block;
}

.footer-copy {
    color: #bdbdbd;
    font-size: .6rem;
    font-family: 'Unbounded', sans-serif;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    color: #d0d0d0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #2b2b2b;
    border-radius: 999px;
    transition: color .2s ease, border-color .2s ease, transform .05s ease;
}

.social-link:hover {
    color: #cfe3ff;
    border-color: #b7bbc0;
}

.social-link:active {
    transform: translateY(1px);
}

/* Accessibility helper */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* ========== Tablet (≤1024px) ========== */
@media (max-width: 1024px) {
    .footer-top {
        gap: 48px;
    }

    .footer-links {
        gap: 48px;
    }

    .footer-subscribe input {
        min-width: 220px;
    }
}

/* ========== Small tablet / large phones (≤900px) ========== */
@media (max-width: 900px) {

    /* Stack the top row */
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    /* Make subscribe form full-width */
    .footer-subscribe {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-subscribe input {
        flex: 1 1 280px;
        /* grows but can shrink */
        min-width: 0;
    }

    .footer-subscribe .btn-primary {
        margin-top: 8px;
        /* drops under input if needed */
    }

    /* Two columns for links, left-aligned */
    .footer-links {
        flex-wrap: wrap;
        gap: 24px 40px;
    }

    .footer-col {
        width: calc(50% - 20px);
    }

    /* Bottom bar stacks */
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ========== Phones (≤600px) ========== */
@media (max-width: 600px) {
    .footer-inner {
        padding: 18px;
    }

    .footer-heading {
        font-size: 1rem;
    }

    .footer-note {
        font-size: 0.75rem;
    }

    /* Input on its own row; button full-width */
    .footer-subscribe input {
        flex-basis: 100%;
    }

    .footer-subscribe .btn-primary {
        width: 100%;
    }

    /* Links become a single column */
    .footer-col {
        width: 100%;
    }

    .footer-links {
        gap: 16px;
        padding: 22px 0;
    }

    .footer-brand img {
        width: 96px;
    }

    .footer-copy {
        font-size: .65rem;
    }
}



