:root {
  --navy: #0a1e36;
  --navy-dark: #061426;
  --gold: #155dfb;
  --ink: #172a3d;
  --mist: #f4f7fa;
  --muted: #6e7b89;
  --white: #fff;
}
.text-warning{
    color: var(--gold) !important;
}
* {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: Manrope, sans-serif;
}
.navbar {
  background: rgba(6, 20, 38, 0.96);
  padding: 1rem 0;
}
.navbar-brand {
  color: #fff !important;
  font-size: 1.25rem;
}
.site-logo {
    max-height: 38px;
    max-width: 180px;
    object-fit: contain;
}
.brand-icon,
.authority-logo,
.service-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.brand-icon {
  background: var(--gold);
  border-radius: 9px;
  color: var(--white);
  height: 38px;
  margin-right: 0.55rem;
  width: 38px;
}
.nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.9rem;
  font-weight: 600;
}
.nav-link:hover {
  color: var(--gold) !important;
}
.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  font-weight: 700;
}
.btn-gold:hover {
  background: #155dfb;
  border-color: #155dfb;
  color: var(--navy);
}
.hero {
  background: linear-gradient(
      104deg,
      rgba(6, 20, 38, 0.98),
      rgba(10, 30, 54, 0.87)
    ),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1800&q=85")
      center/cover;
  color: #fff;
  min-height: 720px;
  padding: 11rem 0 6rem;
}
.eyebrow {
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1.05;
  max-width: 760px;
}
.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  max-width: 600px;
}
.hero-checks {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}
.hero-checks i {
  color: var(--gold);
}
.trust-strip {
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
  padding: 4.5rem 0;
  position: relative;
}
.trust-strip::before {
  background: var(--gold);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.4rem;
}
.trust-strip-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  gap: 2rem;
}
.trust-strip-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.trust-strip h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
  max-width: 23rem;
}
.metric-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  min-height: 7rem;
  padding: 1.25rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.metric-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(21, 93, 251, 0.7);
}
.metric-icon {
  align-items: center;
  background: rgba(21, 93, 251, 0.16);
  border: 1px solid rgba(21, 93, 251, 0.55);
  border-radius: 0.75rem;
  color: var(--gold);
  display: inline-flex;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}
.metric-copy {
  min-width: 0;
}
.metric-item strong {
  display: block;
  font-family: Manrope;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.metric-item span:not(.metric-icon):not(.trust-strip-kicker) {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}
.trust-strip .col-lg-3:not(:last-child) .metric-item {
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .trust-strip {
    padding: 3.5rem 0;
  }
  .trust-strip-heading {
    align-items: flex-start;
    display: block;
    margin-bottom: 1.75rem;
  }
  .trust-strip h2 {
    margin-top: 0.65rem;
  }
  .metric-item {
    min-height: 6rem;
    padding: 1rem;
  }
  .metric-icon {
    flex-basis: 2.4rem;
    height: 2.4rem;
    width: 2.4rem;
  }
}
.section-padding {
  padding: 6.5rem 0;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.045em;
}
.section-lead,
.authority-card p,
.service-card p,
.faq .accordion-body {
  color: var(--muted);
}
.authority-card,
.service-card {
  border: 1px solid #e5eaf0;
  height: 100%;
  transition: 0.25s;
}
.authority-card:hover,
.service-card:hover {
  box-shadow: 0 18px 40px rgba(10, 30, 54, 0.1);
  transform: translateY(-5px);
}
.authority-logo {
  background: #e8f0f8;
  border-radius: 12px;
  color: var(--navy);
  font-family: Manrope;
  font-size: 0.85rem;
  font-weight: 800;
  height: 52px;
  width: 52px;
}
.service-icon {
  background: #fff3d9;
  border-radius: 50%;
  color: #155dfb;
  font-size: 1.2rem;
  height: 54px;
  width: 54px;
}
.service-card .badge {
  background: #eaf1f8;
  color: #31506e;
  font-size: 0.69rem;
}
.process {
  background: var(--mist);
}
.process-number {
  color: var(--gold);
  font-family: Manrope;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #dfe6ed;
}
.faq .accordion-button {
  box-shadow: none;
  font-family: Manrope;
  font-weight: 700;
  padding: 1.3rem 0;
}
.faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--navy);
}
.faq .accordion-body {
  padding: 0 0 1.3rem;
}
.cta {
  background: linear-gradient(120deg, var(--navy-dark), var(--navy));
  color: #fff;
}
footer {
  background: #051221;
  color: rgba(255, 255, 255, 0.66);
}
footer h6 {
  color: #fff;
  font-family: Manrope;
}
footer a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}
footer a:hover {
  color: var(--gold);
}
.back-to-top {
  bottom: 22px;
  display: none;
  position: fixed;
  right: 22px;
  z-index: 10;
}
.whatsapp-chat {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 82px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
  color: #fff;
  display: flex;
  font-size: 1.45rem;
  height: 48px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 48px;
  z-index: 10;
  text-decoration: none;
}
.whatsapp-chat:hover {
  background: #1fba58;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--navy-dark);
    margin-top: 0.8rem;
    padding: 1rem;
  }
  .hero {
    min-height: auto;
    padding: 9rem 0 5rem;
  }
}
/* =========================================
   DTS APPROVAL - TRUST STRIP
   ========================================= */

.trust-strip {
    position: relative;
    padding: 85px 0;
    background: #f7f8f5;
    overflow: hidden;
}

/* subtle background detail */
.trust-strip::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(123, 160, 35, 0.055);
    pointer-events: none;
}

.trust-strip::after {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -220px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(123, 160, 35, 0.035);
    pointer-events: none;
}

.trust-strip .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   HEADER
   ========================================= */

.trust-strip-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 38px;
}

.trust-strip-heading {
    max-width: 720px;
}

.trust-strip-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 16px;

    color: #71931f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.kicker-line {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #7ba023;
}

.trust-strip-heading h2 {
    margin: 0;

    color: #10130e;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.trust-strip-intro {
    max-width: 380px;
    margin: 0 0 3px;

    color: #697067;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================
   METRICS PANEL
   ========================================= */

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    background: #ffffff;

    border: 1px solid #e3e7df;
    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 15px 45px rgba(20, 28, 16, 0.055);
}


/* =========================================
   METRIC
   ========================================= */

.metric-item {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 155px;
    padding: 30px;

    background: #ffffff;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.metric-item:not(:last-child) {
    border-right: 1px solid #e5e8e1;
}

.metric-item:hover {
    background: #fbfcfa;
}


/* =========================================
   ICON
   ========================================= */

.metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    margin-right: 17px;

    border-radius: 14px;

    background: #f0f4e8;
    color: #6f911f;

    font-size: 18px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.metric-item:hover .metric-icon {
    background: #7ba023;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================
   CONTENT
   ========================================= */

.metric-content {
    min-width: 0;
}

.metric-value {
    color: #11140f;

    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 750;
    line-height: 1;

    letter-spacing: -0.04em;
}

.metric-label {
    max-width: 150px;

    margin-top: 9px;

    color: #777e75;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}


/* =========================================
   CORNER ARROW
   ========================================= */

.metric-decoration {
    position: absolute;
    top: 20px;
    right: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    color: #b8beb3;

    font-size: 10px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.metric-item:hover .metric-decoration {
    color: #7ba023;
    transform: translate(2px, -2px);
}


/* =========================================
   LARGE TABLET
   ========================================= */

@media (max-width: 1199.98px) {

    .trust-strip {
        padding: 75px 0;
    }

    .metric-item {
        padding: 25px 22px;
    }

    .metric-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }

    .metric-value {
        font-size: 28px;
    }
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991.98px) {

    .trust-strip {
        padding: 70px 0;
    }

    .trust-strip-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 30px;
    }

    .trust-strip-intro {
        max-width: 600px;
    }

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

    .metric-item:nth-child(2) {
        border-right: none;
    }

    .metric-item:nth-child(-n + 2) {
        border-bottom: 1px solid #e5e8e1;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 575.98px) {

    .trust-strip {
        padding: 58px 0;
    }

    .trust-strip-top {
        gap: 15px;
        margin-bottom: 25px;
    }

    .trust-strip-kicker {
        margin-bottom: 13px;
        font-size: 10px;
    }

    .kicker-line {
        width: 22px;
    }

    .trust-strip-heading h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .trust-strip-intro {
        font-size: 13px;
        line-height: 1.65;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        border-radius: 17px;
    }

    .metric-item {
        min-height: 110px;
        padding: 22px 20px;
    }

    .metric-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e5e8e1;
    }

    .metric-icon {
        flex-basis: 45px;
        width: 45px;
        height: 45px;

        margin-right: 14px;

        border-radius: 12px;
        font-size: 16px;
    }

    .metric-value {
        font-size: 25px;
    }

    .metric-label {
        margin-top: 6px;
        font-size: 11px;
    }

    .metric-decoration {
        top: 17px;
        right: 16px;
    }
}


/* =========================================
   VERY SMALL MOBILE
   ========================================= */

@media (max-width: 375px) {

    .trust-strip {
        padding: 48px 0;
    }

    .trust-strip-heading h2 {
        font-size: 27px;
    }

    .metric-item {
        padding: 19px 16px;
    }

    .metric-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .metric-value {
        font-size: 23px;
    }
}
/* =========================================================
   DTS APPROVAL - TRUST STRIP
   Primary: #155dfb
   Secondary: #081426
   ========================================================= */

.trust-strip {
    --primary: #155dfb;
    --secondary: #081426;

    position: relative;
    padding: 90px 0;

    background: #f7f9fc;

    overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATION
   ========================================================= */

.trust-strip::before {
    content: "";

    position: absolute;

    width: 480px;
    height: 480px;

    top: -280px;
    right: -180px;

    border-radius: 50%;

    background: rgba(21, 93, 251, 0.055);

    pointer-events: none;
}

.trust-strip::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    left: -220px;
    bottom: -230px;

    border-radius: 50%;

    background: rgba(21, 93, 251, 0.035);

    pointer-events: none;
}

.trust-strip .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.trust-strip-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    margin-bottom: 40px;
}

.trust-strip-heading {
    max-width: 720px;
}


/* Kicker */

.trust-strip-kicker {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 16px;

    color: var(--primary);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.14em;

    line-height: 1;

    text-transform: uppercase;
}

.kicker-line {
    width: 28px;
    height: 2px;

    background: var(--primary);

    border-radius: 10px;
}


/* Heading */

.trust-strip-heading h2 {
    margin: 0;

    color: var(--secondary);

    font-size: clamp(32px, 4vw, 50px);

    font-weight: 750;

    line-height: 1.06;

    letter-spacing: -0.045em;
}


/* Description */

.trust-strip-intro {
    max-width: 390px;

    margin: 0 0 4px;

    color: #667085;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.75;
}


/* =========================================================
   METRICS CONTAINER
   ========================================================= */

.metrics-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    background: #ffffff;

    border: 1px solid #e5eaf2;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 20px 55px rgba(8, 20, 38, 0.065),
        0 3px 10px rgba(8, 20, 38, 0.025);
}


/* =========================================================
   METRIC ITEM
   ========================================================= */

.metric-item {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 160px;

    padding: 30px;

    background: #ffffff;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.metric-item:not(:last-child) {
    border-right: 1px solid #e8edf4;
}

.metric-item:hover {
    background: #fbfdff;
}


/* =========================================================
   ICON
   ========================================================= */

.metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    margin-right: 17px;

    border: 1px solid rgba(21, 93, 251, 0.12);

    border-radius: 14px;

    background: rgba(21, 93, 251, 0.07);

    color: var(--primary);

    font-size: 18px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.metric-item:hover .metric-icon {
    background: var(--primary);

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(21, 93, 251, 0.22);
}


/* =========================================================
   METRIC CONTENT
   ========================================================= */

.metric-content {
    min-width: 0;
}

.metric-value {
    color: var(--secondary);

    font-size: clamp(25px, 2.5vw, 34px);

    font-weight: 750;

    line-height: 1;

    letter-spacing: -0.04em;
}

.metric-label {
    max-width: 155px;

    margin-top: 9px;

    color: #667085;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.45;
}


/* =========================================================
   CORNER ARROW
   ========================================================= */

.metric-decoration {
    position: absolute;

    top: 20px;
    right: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    color: #b8c1ce;

    font-size: 10px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.metric-item:hover .metric-decoration {
    color: var(--primary);

    transform: translate(2px, -2px);
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .trust-strip {
        padding: 75px 0;
    }

    .metric-item {
        padding: 25px 22px;
    }

    .metric-icon {
        flex-basis: 48px;

        width: 48px;
        height: 48px;

        margin-right: 14px;
    }

    .metric-value {
        font-size: 28px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .trust-strip {
        padding: 70px 0;
    }

    .trust-strip-top {
        align-items: flex-start;

        flex-direction: column;

        gap: 18px;

        margin-bottom: 32px;
    }

    .trust-strip-intro {
        max-width: 600px;
    }

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

    .metric-item:nth-child(2) {
        border-right: none;
    }

    .metric-item:nth-child(-n + 2) {
        border-bottom: 1px solid #e8edf4;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .trust-strip {
        padding: 58px 0;
    }

    .trust-strip-top {
        gap: 15px;

        margin-bottom: 26px;
    }

    .trust-strip-kicker {
        margin-bottom: 13px;

        font-size: 10px;
    }

    .kicker-line {
        width: 22px;
    }

    .trust-strip-heading h2 {
        font-size: 30px;

        line-height: 1.1;
    }

    .trust-strip-intro {
        font-size: 13px;

        line-height: 1.65;
    }


    /* Metrics */

    .metrics-grid {
        grid-template-columns: 1fr;

        border-radius: 17px;
    }

    .metric-item {
        min-height: 110px;

        padding: 22px 20px;
    }

    .metric-item:not(:last-child) {
        border-right: none;

        border-bottom: 1px solid #e8edf4;
    }

    .metric-icon {
        flex-basis: 45px;

        width: 45px;
        height: 45px;

        margin-right: 14px;

        border-radius: 12px;

        font-size: 16px;
    }

    .metric-value {
        font-size: 25px;
    }

    .metric-label {
        margin-top: 6px;

        font-size: 11px;
    }

    .metric-decoration {
        top: 17px;
        right: 16px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 375px) {

    .trust-strip {
        padding: 48px 0;
    }

    .trust-strip-heading h2 {
        font-size: 27px;
    }

    .metric-item {
        padding: 19px 16px;
    }

    .metric-icon {
        flex-basis: 42px;

        width: 42px;
        height: 42px;
    }

    .metric-value {
        font-size: 23px;
    }
}
/* Process */
.process {
    --primary: #155dfb;
    --secondary: #081426;

    position: relative;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================================
   INTRO
   ========================================================= */

.process-intro {
    max-width: 430px;
}

.process-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0 0 17px;

    color: var(--primary);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.process-eyebrow span {
    width: 28px;
    height: 2px;

    background: var(--primary);

    border-radius: 10px;
}


.process-title {
    margin: 0;

    color: var(--secondary);

    font-size: clamp(34px, 4vw, 52px);
    font-weight: 750;

    line-height: 1.04;

    letter-spacing: -0.045em;
}

.process-title span {
    color: var(--primary);
}


.process-lead {
    max-width: 400px;

    margin: 22px 0 30px;

    color: #667085;

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   CTA
   ========================================================= */

.process-cta {
    display: inline-flex;
    align-items: center;

    gap: 13px;

    min-width: 245px;

    padding: 11px 15px 11px 11px;

    color: #ffffff;

    background: var(--secondary);

    border: 1px solid var(--secondary);
    border-radius: 10px;

    text-decoration: none;

    box-shadow: 0 10px 25px rgba(8, 20, 38, 0.12);

    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.process-cta:hover {
    color: #ffffff;

    background: var(--primary);
    border-color: var(--primary);

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(21, 93, 251, 0.22);
}


.process-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    border-radius: 8px;

    background: rgba(255, 255, 255, 0.1);

    font-size: 17px;
}


.process-cta span:nth-child(2) {
    display: flex;
    flex-direction: column;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.35;
}

.process-cta small {
    margin-bottom: 1px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.process-cta-arrow {
    margin-left: auto;

    font-size: 11px;

    opacity: 0.65;
}


/* =========================================================
   PROCESS STEPS
   ========================================================= */

.process-steps {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


.process-step {
    position: relative;

    min-height: 300px;

    padding: 25px;

    background: #f8fafc;

    border: 1px solid #e6ebf2;

    border-radius: 16px;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.process-step:hover {
    background: #ffffff;

    border-color: rgba(21, 93, 251, 0.22);

    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(8, 20, 38, 0.08);
}


/* =========================================================
   NUMBER
   ========================================================= */

.process-step-top {
    position: relative;

    display: flex;
    align-items: center;
}


.process-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    border-radius: 14px;

    background: var(--secondary);

    color: #ffffff;

    font-size: 14px;
    font-weight: 750;

    letter-spacing: 0.03em;

    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.process-step:hover .process-number {
    background: var(--primary);

    box-shadow:
        0 8px 20px rgba(21, 93, 251, 0.22);
}


/* =========================================================
   CONNECTOR
   ========================================================= */

.process-connector {
    position: absolute;

    top: 50%;

    left: 68px;
    right: -18px;

    height: 1px;

    background: #dce3ec;
}

.process-connector::after {
    content: "";

    position: absolute;

    right: 0;
    top: -2px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #c5cfdb;
}


/* =========================================================
   STEP CONTENT
   ========================================================= */

.process-step-content {
    margin-top: 45px;
}

.process-step-content h3 {
    margin: 0 0 11px;

    color: var(--secondary);

    font-size: 18px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: -0.02em;
}

.process-step-content p {
    margin: 0;

    color: #667085;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   STEP ARROW
   ========================================================= */

.process-step-arrow {
    position: absolute;

    right: 22px;
    bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border: 1px solid #e1e7ef;

    border-radius: 50%;

    color: #9aa5b4;

    font-size: 10px;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.process-step:hover .process-step-arrow {
    color: #ffffff;

    background: var(--primary);

    border-color: var(--primary);

    transform: translateX(3px);
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .process-step {
        padding: 22px;
        min-height: 290px;
    }

    .process-step-content {
        margin-top: 38px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .process-intro {
        max-width: 650px;
    }

    .process-lead {
        max-width: 600px;
    }

    .process-steps {
        margin-top: 15px;
    }

}


/* =========================================================
   SMALL TABLET / MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .process-steps {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .process-step {
        min-height: auto;

        padding: 22px;
    }

    .process-step-top {
        align-items: flex-start;
    }

    .process-connector {
        display: none;
    }

    .process-step-content {
        margin-top: 25px;

        padding-right: 35px;
    }

    .process-step-content h3 {
        font-size: 17px;
    }

    .process-step-content p {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .process-title {
        font-size: 32px;
    }

    .process-lead {
        margin-top: 18px;
        margin-bottom: 25px;

        font-size: 14px;
    }

    .process-cta {
        width: 100%;
        max-width: 290px;
    }

    .process-steps {
        margin-top: 5px;
    }

    .process-step {
        border-radius: 14px;
    }
}
/* Faqs */
/* =========================================================
   DTS APPROVAL - FAQ
   Primary:   #155dfb
   Secondary: #081426
   ========================================================= */

.faq-section {
    --primary: #155dfb;
    --secondary: #081426;

    position: relative;

    background: #f7f9fc;

    overflow: hidden;
}


/* =========================================================
   BACKGROUND
   ========================================================= */

.faq-section::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -250px;
    bottom: -250px;

    border-radius: 50%;

    background: rgba(21, 93, 251, 0.045);

    pointer-events: none;
}

.faq-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.faq-intro {
    max-width: 470px;
}


.faq-eyebrow {
    display: flex;
    align-items: center;

    gap: 10px;

    margin: 0 0 17px;

    color: var(--primary);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.13em;

    line-height: 1;

    text-transform: uppercase;
}


.faq-eyebrow-line {
    width: 28px;
    height: 2px;

    background: var(--primary);

    border-radius: 10px;
}


.faq-title {
    margin: 0;

    color: var(--secondary);

    font-size: clamp(34px, 4vw, 50px);

    font-weight: 750;

    line-height: 1.06;

    letter-spacing: -0.045em;
}


.faq-title span {
    color: var(--primary);
}


.faq-lead {
    max-width: 420px;

    margin: 22px 0 30px;

    color: #667085;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   CTA
   ========================================================= */

.faq-cta {
    display: inline-flex;
    align-items: center;

    gap: 12px;

    min-height: 48px;

    padding: 6px 8px 6px 6px;

    color: var(--secondary);

    background: #ffffff;

    border: 1px solid #dce3ed;

    border-radius: 9px;

    text-decoration: none;

    box-shadow: 0 6px 18px rgba(8, 20, 38, 0.04);

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.faq-cta:hover {
    color: #ffffff;

    background: var(--primary);

    border-color: var(--primary);

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(21, 93, 251, 0.18);
}


.faq-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 7px;

    background: #eef4ff;

    color: var(--primary);

    font-size: 16px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}


.faq-cta:hover .faq-cta-icon {
    background: rgba(255, 255, 255, 0.14);

    color: #ffffff;
}


.faq-cta-text {
    padding: 0 3px;

    font-size: 13px;

    font-weight: 700;
}


.faq-cta-arrow {
    margin: 0 6px 0 8px;

    color: #98a2b3;

    font-size: 10px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.faq-cta:hover .faq-cta-arrow {
    color: #ffffff;

    transform: translate(2px, -2px);
}


/* =========================================================
   FAQ LIST
   ========================================================= */

.faq-list {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   FAQ ITEM
   ========================================================= */

.faq-item {
    background: #ffffff;

    border: 1px solid #e3e8f0;

    border-radius: 13px;

    overflow: hidden;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.faq-item:has(.faq-button:not(.collapsed)) {
    border-color: rgba(21, 93, 251, 0.22);

    box-shadow:
        0 10px 30px rgba(8, 20, 38, 0.055);
}


/* =========================================================
   QUESTION
   ========================================================= */

.faq-question {
    margin: 0;
}


.faq-button {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;

    padding: 21px 22px;

    color: var(--secondary);

    background: #ffffff;

    border: 0;

    text-align: left;

    box-shadow: none !important;

    font-size: 14px;

    font-weight: 650;

    line-height: 1.45;

    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}


.faq-button:hover {
    color: var(--primary);

    background: #fbfdff;
}


.faq-button:not(.collapsed) {
    color: var(--secondary);

    background: #ffffff;
}


/* =========================================================
   NUMBER
   ========================================================= */

.faq-number {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    margin-right: 14px;

    border-radius: 8px;

    background: #f1f5fa;

    color: #7a8698;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 0.04em;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}


.faq-button:not(.collapsed) .faq-number {
    background: rgba(21, 93, 251, 0.09);

    color: var(--primary);
}


/* =========================================================
   QUESTION TEXT
   ========================================================= */

.faq-question-text {
    flex: 1;

    padding-right: 15px;
}


/* =========================================================
   CUSTOM TOGGLE
   ========================================================= */

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    border: 1px solid #e1e7ef;

    border-radius: 50%;

    color: #8b96a6;

    font-size: 9px;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.faq-toggle i {
    transition: transform 0.25s ease;
}


.faq-button:not(.collapsed) .faq-toggle {
    background: var(--primary);

    border-color: var(--primary);

    color: #ffffff;
}


.faq-button:not(.collapsed) .faq-toggle i {
    transform: rotate(45deg);
}


/* =========================================================
   ANSWER
   ========================================================= */

.faq-answer {
    max-width: 650px;

    padding: 0 22px 23px 70px;

    color: #667085;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .faq-intro {
        max-width: 680px;
    }

    .faq-lead {
        max-width: 620px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .faq-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .faq-title {
        font-size: 31px;

        line-height: 1.1;
    }

    .faq-lead {
        margin-top: 18px;
        margin-bottom: 24px;

        font-size: 14px;

        line-height: 1.7;
    }

    .faq-cta {
        width: auto;
    }


    /* FAQ */

    .faq-list {
        gap: 8px;
    }

    .faq-item {
        border-radius: 11px;
    }

    .faq-button {
        padding: 17px 15px;

        font-size: 13px;
    }

    .faq-number {
        flex-basis: 30px;

        width: 30px;
        height: 30px;

        margin-right: 10px;

        font-size: 9px;
    }

    .faq-toggle {
        flex-basis: 27px;

        width: 27px;
        height: 27px;
    }

    .faq-answer {
        padding: 0 15px 19px 55px;

        font-size: 12px;

        line-height: 1.7;
    }

}


/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 375px) {

    .faq-title {
        font-size: 28px;
    }

    .faq-button {
        padding: 15px 13px;
    }

    .faq-number {
        flex-basis: 28px;

        width: 28px;
        height: 28px;

        margin-right: 9px;
    }

    .faq-question-text {
        padding-right: 8px;
    }

    .faq-answer {
        padding-left: 50px;
    }

}