/* Consolidated local stylesheet for all page-level and shared header styles. */

/* ===== about.html ===== */


      body[data-gtts-page="about"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="about"][data-gtts-page="about"] {
        --brand-navy: #143f65;
        --brand-blue: #0d4f92;
        --brand-blue-2: #2f73d7;
        --brand-sky: #e7f3ff;
        --brand-sky-2: #dbeeff;
        --brand-border: #b6d0e6;
        --brand-text: #101114;
        --brand-muted: #5c6670;
        --brand-red: #ff4b4d;
        --footer-bg: #d9edf8;
      }

      body[data-gtts-page="about"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="about"][data-gtts-page="about"],
      body[data-gtts-page="about"] {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      body[data-gtts-page="about"] {
        margin: 0;
        color: var(--brand-text);
        font-family: Arial, sans-serif;
        background: #fff;
      }

      body[data-gtts-page="about"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="about"] img {
        max-width: 100%;
        display: block;
      }

      body[data-gtts-page="about"] button,
      body[data-gtts-page="about"] select {
        font: inherit;
      }

      body[data-gtts-page="about"] .skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border-radius: 10px;
        background: #fff;
        color: #000;
        border: 2px solid #000;
      }

      body[data-gtts-page="about"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="about"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="about"] .section-shell {
        padding: 72px 0;
      }

      body[data-gtts-page="about"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="about"] .section-title {
        margin: 0;
        color: #111;
        font-size: clamp(2rem, 4vw, 3.4rem);
        font-weight: 800;
        line-height: 1.1;
        text-align: center;
      }

      body[data-gtts-page="about"] .section-underline {
        width: 118px;
        height: 4px;
        margin: 16px auto 0;
        border-radius: 999px;
        background: var(--brand-blue);
      }

      body[data-gtts-page="about"] .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="about"] .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="about"] .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="about"] .share-button:hover,
      body[data-gtts-page="about"] .share-button:focus {
        background: #fff;
        color: var(--brand-navy);
      }

      body[data-gtts-page="about"] .utility-phone {
        font-size: 1.05rem;
        font-weight: 500;
      }

      body[data-gtts-page="about"] .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="about"] .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="about"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="about"] .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="about"] .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="about"] .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="about"] .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="about"] .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="about"] .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="about"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="about"] .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="about"] .nav-link.active,
      body[data-gtts-page="about"] .nav-link:hover,
      body[data-gtts-page="about"] .nav-link:focus {
        color: var(--brand-blue);
      }

      body[data-gtts-page="about"] .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="about"] .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="about"] .login-link:hover,
      body[data-gtts-page="about"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="about"] .hero {
        position: relative;
        overflow: hidden;
        background:
          radial-gradient(circle at 85% 12%, rgba(84, 152, 221, 0.22) 0 2px, transparent 2px 100%),
          linear-gradient(180deg, #e4f2ff 0%, #dcedfb 100%);
      }

      body[data-gtts-page="about"] .hero::before {
        content: "";
        position: absolute;
        top: 24px;
        right: 0;
        width: 340px;
        height: 200px;
        background-image: radial-gradient(circle, rgba(57, 131, 204, 0.35) 1.2px, transparent 1.2px);
        background-size: 14px 14px;
        opacity: 0.6;
        pointer-events: none;
      }

      body[data-gtts-page="about"] .hero::after {
        content: "";
        position: absolute;
        right: -180px;
        bottom: -220px;
        width: 760px;
        height: 520px;
        border-radius: 50%;
        border: 28px solid rgba(255, 255, 255, 0.18);
        pointer-events: none;
      }

      body[data-gtts-page="about"] .hero-inner {
        padding: 32px 0 28px;
      }

      body[data-gtts-page="about"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 1;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="about"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="about"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="about"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="about"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="about"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="about"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #111;
      }

      body[data-gtts-page="about"] .hero-copy {
        max-width: 710px;
        padding-right: 32px;
      }

      body[data-gtts-page="about"] .hero-eyebrow {
        margin: 0;
        color: var(--brand-blue);
        font-size: 1rem;
        font-weight: 700;
      }

      body[data-gtts-page="about"] .hero-title {
        margin: 14px 0 24px;
        font-size: 36px;
        font-weight: 800;
        line-height: 1.18;
      }

      body[data-gtts-page="about"] .hero-lead {
        max-width: 690px;
        margin: 0;
        font-size: clamp(1.18rem, 2vw, 1.45rem);
        line-height: 1.55;
      }

      body[data-gtts-page="about"] .hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 266px;
        margin-top: 34px;
        padding: 18px 32px;
        border-radius: 20px;
        background: var(--brand-red);
        color: #fff;
        font-size: 1.18rem;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="about"] .hero-cta:hover,
      body[data-gtts-page="about"] .hero-cta:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 30px rgba(255, 75, 77, 0.25);
      }

      body[data-gtts-page="about"] .hero-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 28px;
        margin: 34px 0 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="about"] .hero-pills li {
        display: flex;
        align-items: center;
        gap: 14px;
        max-width: 280px;
        color: #1a2734;
        font-size: 1rem;
        line-height: 1.2;
      }

      body[data-gtts-page="about"] .hero-pills .check {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--brand-blue);
        color: #fff;
        font-size: 1rem;
      }

      body[data-gtts-page="about"] .hero-right {
        padding-top: 80px;
      }

      body[data-gtts-page="about"] .hero-stat-list {
        max-width: 360px;
        margin-left: auto;
        background: transparent;
      }

      body[data-gtts-page="about"] .hero-stat {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 16px;
        align-items: center;
        padding: 13px 0;
        border-bottom: 1px solid rgba(24, 92, 153, 0.45);
      }

      body[data-gtts-page="about"] .hero-stat:last-child {
        border-bottom: 0;
      }

      body[data-gtts-page="about"] .hero-stat-icon {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1px solid rgba(13, 79, 146, 0.18);
        background: rgba(255, 255, 255, 0.62);
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="about"] .hero-stat-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
      }

      body[data-gtts-page="about"] .hero-stat-icon.is-people img {
        width: 34px;
        height: 20px;
      }

      body[data-gtts-page="about"] .hero-stat-icon.is-speed img {
        width: 52px;
        height: 52px;
      }

      body[data-gtts-page="about"] .hero-stat-icon.is-map img {
        width: 31px;
        height: 20px;
      }

      body[data-gtts-page="about"] .hero-stat-icon.is-trophy img {
        width: 24px;
        height: 25px;
      }

      body[data-gtts-page="about"] .hero-stat p {
        margin: 0;
        color: var(--brand-blue);
        font-size: 1rem;
        line-height: 1.25;
      }

      body[data-gtts-page="about"] .metrics-strip {
        border-top: 1px solid #edf3f8;
        border-bottom: 1px solid #edf3f8;
        background: #fff;
      }

      body[data-gtts-page="about"] .metrics-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
      }

      body[data-gtts-page="about"] .metric {
        position: relative;
        min-height: 132px;
        padding: 28px 18px 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
      }

      body[data-gtts-page="about"] .metric:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 28px;
        right: 0;
        width: 1px;
        height: 80px;
        background: rgba(17, 17, 17, 0.42);
      }

      body[data-gtts-page="about"] .metric strong {
        display: block;
        color: var(--brand-navy);
        font-size: clamp(1.4rem, 1.7vw, 1.85rem);
        font-weight: 800;
        line-height: 1;
        text-wrap: balance;
      }

      body[data-gtts-page="about"] .metric span {
        display: block;
        max-width: 20ch;
        margin: 18px auto 0;
        color: #16181c;
        font-size: 1.02rem;
        line-height: 1.25;
        text-wrap: balance;
      }

      body[data-gtts-page="about"] .metric:nth-child(3) span {
        max-width: none;
        white-space: nowrap;
      }

      body[data-gtts-page="about"] .story-copy {
        max-width: 840px;
        margin: 34px auto 0;
        color: #1a1c21;
        font-size: clamp(1.16rem, 1.8vw, 1.3rem);
        line-height: 1.75;
        text-align: center;
      }

      body[data-gtts-page="about"] .story-copy p + p {
        margin-top: 24px;
      }

      body[data-gtts-page="about"] .simplicity-grid {
        margin-top: 44px;
        border-top: 1px solid transparent;
      }

      body[data-gtts-page="about"] .simplicity-row {
        border-bottom: 1px solid rgba(17, 17, 17, 0.2);
      }

      body[data-gtts-page="about"] .simplicity-row:last-child {
        border-bottom: 0;
      }

      body[data-gtts-page="about"] .feature-tile {
        height: 100%;
        padding: 18px 28px 24px;
        text-align: center;
        border-right: 1px solid rgba(17, 17, 17, 0.2);
      }

      body[data-gtts-page="about"] .simplicity-row .col-md-3:last-child .feature-tile {
        border-right: 0;
      }

      body[data-gtts-page="about"] .feature-icon {
        width: 126px;
        height: 126px;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="about"] .feature-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      body[data-gtts-page="about"] .feature-label {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.25;
      }

      body[data-gtts-page="about"] .courses-grid {
        margin-top: 42px;
      }

      body[data-gtts-page="about"] .course-card {
        height: 100%;
        padding: 34px 24px 22px;
        border: 1px solid #dde6ef;
        border-radius: 20px;
        box-shadow: 0 4px 14px rgba(22, 52, 85, 0.08);
        text-align: center;
        background: #fff;
      }

      body[data-gtts-page="about"] .course-icon {
        width: 74px;
        height: 74px;
        margin: 0 auto 18px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="about"] .course-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      body[data-gtts-page="about"] .course-card h3 {
        margin: 0 0 14px;
        font-size: 1.1rem;
        font-weight: 800;
        line-height: 1.28;
      }

      body[data-gtts-page="about"] .course-card p {
        margin: 0;
        color: #2b3037;
        font-size: 1rem;
        line-height: 1.55;
      }

      body[data-gtts-page="about"] .why-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
        gap: 48px;
        align-items: stretch;
      }

      body[data-gtts-page="about"] .why-title {
        margin: 0 0 26px;
        font-size: 26px;
        font-weight: 800;
        line-height: 1.16;
      }

      body[data-gtts-page="about"] .why-list {
        display: grid;
        gap: 26px;
      }

      body[data-gtts-page="about"] .why-item {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
      }

      body[data-gtts-page="about"] .why-item .check {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--brand-blue);
        color: #fff;
        font-size: 1rem;
      }

      body[data-gtts-page="about"] .why-item strong {
        display: block;
        margin-bottom: 6px;
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1.3;
      }

      body[data-gtts-page="about"] .why-item p {
        margin: 0;
        color: #202631;
        font-size: 1rem;
        line-height: 1.5;
      }

      body[data-gtts-page="about"] .efficiency-panel {
        height: 100%;
        padding: 40px 34px;
        border-radius: 36px;
        background: linear-gradient(180deg, #e3f0ff 0%, #ddeeff 100%);
        text-align: center;
      }

      body[data-gtts-page="about"] .efficiency-badge {
        width: 96px;
        height: 96px;
        margin: 0 auto 24px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="about"] .efficiency-badge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      body[data-gtts-page="about"] .efficiency-panel h3 {
        margin: 0 0 18px;
        font-size: clamp(1.5rem, 2.1vw, 2.2rem);
        font-weight: 800;
        line-height: 1.1;
      }

      body[data-gtts-page="about"] .efficiency-panel p {
        margin: 0;
        font-size: clamp(1.1rem, 1.65vw, 1.35rem);
        line-height: 1.6;
      }

      body[data-gtts-page="about"] .difference-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin-top: 42px;
      }

      body[data-gtts-page="about"] .difference-card {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 24px;
        align-items: center;
        padding: 12px 28px 12px 10px;
        border-right: 1px solid rgba(17, 17, 17, 0.22);
      }

      body[data-gtts-page="about"] .difference-card:last-child {
        border-right: 0;
      }

      body[data-gtts-page="about"] .difference-icon {
        width: 88px;
        height: 88px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="about"] .difference-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      body[data-gtts-page="about"] .difference-card p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.45;
      }

      body[data-gtts-page="about"] .difference-card strong {
        font-weight: 800;
      }

      body[data-gtts-page="about"] .cta-section {
        position: relative;
        overflow: hidden;
        min-height: 290px;
        background: #18486b;
        color: #fff;
      }

      body[data-gtts-page="about"] .cta-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: min(390px, 38vw);
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='390' height='290' viewBox='0 0 390 290' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.33' stroke='%23B8D2E5' stroke-width='1'%3E%3Cpath d='M0 184C88 182 159 170 183 93C196 51 205 23 244 0'/%3E%3Cpath d='M0 198C97 194 166 181 190 105C204 61 215 30 258 0'/%3E%3Cpath d='M0 212C105 206 174 193 198 117C213 72 226 38 273 0'/%3E%3Cpath d='M0 226C113 218 182 205 207 129C223 83 238 46 288 0'/%3E%3Cpath d='M0 240C121 230 191 217 216 141C233 94 250 54 304 0'/%3E%3Cpath d='M0 254C130 243 200 230 226 153C243 105 263 63 320 0'/%3E%3Cpath d='M0 268C139 256 210 243 236 165C254 116 276 72 337 0'/%3E%3Cpath d='M0 282C149 269 220 256 247 178C265 128 290 82 355 0'/%3E%3Cpath d='M6 290C158 283 231 270 258 191C277 140 305 93 374 0'/%3E%3Cpath d='M32 290C170 287 242 278 270 204C290 153 321 105 390 14'/%3E%3Cpath d='M58 290C184 290 255 287 282 218C304 166 337 119 390 39'/%3E%3Cpath d='M86 290C199 294 268 296 296 233C319 181 353 134 390 66'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        pointer-events: none;
      }

      body[data-gtts-page="about"] .cta-inner {
        position: relative;
        z-index: 1;
        padding: 52px 0 42px;
        text-align: center;
      }

      body[data-gtts-page="about"] .cta-inner h2 {
        margin: 0;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.2;
      }

      body[data-gtts-page="about"] .cta-inner p {
        margin: 24px 0 18px;
        font-size: 15px;
        line-height: 1.45;
      }

      body[data-gtts-page="about"] .cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 236px;
        min-height: 45px;
        padding: 10px 28px;
        border-radius: 10px;
        background: var(--brand-red);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
      }

      body[data-gtts-page="about"] .cta-button:hover,
      body[data-gtts-page="about"] .cta-button:focus {
        color: #fff;
      }

      body[data-gtts-page="about"] .cta-proof {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 28px;
        font-size: 15px;
        font-weight: 700;
      }

      body[data-gtts-page="about"] .cta-proof i {
        font-size: 18px;
        line-height: 1;
      }

      body[data-gtts-page="about"] .cta-proof img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        filter: brightness(0) invert(1);
      }

      body[data-gtts-page="about"] .site-footer {
        background: var(--footer-bg);
      }

      body[data-gtts-page="about"] .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="about"] .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="about"] .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--brand-blue);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="about"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="about"] .footer-contact > a,
      body[data-gtts-page="about"] .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="about"] .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="about"] .footer-contact > span > span,
      body[data-gtts-page="about"] .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="about"] .footer-title {
        margin: 0 0 18px;
        color: var(--brand-blue);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="about"] .footer-links,
      body[data-gtts-page="about"] .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="about"] .footer-links a,
      body[data-gtts-page="about"] .social-links a {
        color: var(--brand-blue);
        font-size: 1rem;
      }

      body[data-gtts-page="about"] .footer-links a:hover,
      body[data-gtts-page="about"] .footer-links a:focus,
      body[data-gtts-page="about"] .social-links a:hover,
      body[data-gtts-page="about"] .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="about"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="about"] .social-links img {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        object-fit: contain;
        border-radius: 4px;
      }

      body[data-gtts-page="about"] .social-links i {
        font-size: 16px;
        line-height: 1;
        flex: 0 0 16px;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="about"] .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      body[data-gtts-page="about"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="about"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="about"] .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="about"] .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="about"] .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="about"] .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="about"] .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }

        body[data-gtts-page="about"] .hero-copy {
          padding-right: 0;
        }

        body[data-gtts-page="about"] .hero-right {
          padding-top: 32px;
        }

        body[data-gtts-page="about"] .hero-stat-list {
          max-width: none;
          margin-left: 0;
        }

        body[data-gtts-page="about"] .difference-card {
          grid-template-columns: 80px minmax(0, 1fr);
          padding-left: 0;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="about"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="about"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        body[data-gtts-page="about"] .utility-inner {
          min-height: 40px;
        }

        body[data-gtts-page="about"] .hero-inner {
          padding-top: 18px;
        }

        body[data-gtts-page="about"] .language-picker {
          position: static;
          margin: 0 0 26px auto;
        }

        body[data-gtts-page="about"] .hero-title {
          font-size: 32px;
          line-height: 1.18;
        }

        body[data-gtts-page="about"] .metrics-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body[data-gtts-page="about"] .metric:not(:last-child)::after {
          top: 24px;
          height: calc(100% - 48px);
        }

        body[data-gtts-page="about"] .metric:nth-child(2n)::after {
          display: none;
        }

        body[data-gtts-page="about"] .metric:nth-child(n + 3) {
          border-top: 1px solid rgba(16, 17, 20, 0.18);
        }

        body[data-gtts-page="about"] .metric span {
          max-width: 18ch;
        }

        body[data-gtts-page="about"] .simplicity-row .col-md-3:nth-child(2) .feature-tile {
          border-right: 0;
        }

        body[data-gtts-page="about"] .simplicity-row .col-md-3:nth-child(n + 3) .feature-tile {
          border-top: 1px solid rgba(17, 17, 17, 0.2);
        }

        body[data-gtts-page="about"] .why-grid,
        body[data-gtts-page="about"] .difference-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="about"] .difference-card {
          border-right: 0;
          padding: 14px 0;
        }

        body[data-gtts-page="about"] .difference-card + .difference-card {
          border-top: 1px solid rgba(17, 17, 17, 0.18);
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="about"] .section-shell {
          padding: 54px 0;
        }

        body[data-gtts-page="about"] .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="about"] .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="about"] .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="about"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="about"] .hero-title {
          margin-top: 0;
        }

        body[data-gtts-page="about"] .hero-inner {
          padding: 18px 0 24px;
        }

        body[data-gtts-page="about"] .hero-title {
          font-size: 28px;
          line-height: 1.2;
        }

        body[data-gtts-page="about"] .language-picker {
          width: 100%;
          margin: 0 0 22px;
        }

        body[data-gtts-page="about"] .language-control {
          width: 100%;
        }

        body[data-gtts-page="about"] .hero-cta,
        body[data-gtts-page="about"] .cta-button {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="about"] .hero-pills {
          gap: 18px;
        }

        body[data-gtts-page="about"] .hero-pills li {
          max-width: none;
        }

        body[data-gtts-page="about"] .feature-tile {
          padding: 16px 14px 20px;
        }

        body[data-gtts-page="about"] .feature-icon {
          width: 92px;
          height: 92px;
          margin-bottom: 12px;
        }

        body[data-gtts-page="about"] .metrics-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="about"] .metric {
          border-top: 1px solid rgba(16, 17, 20, 0.18);
          min-height: 0;
          padding: 22px 16px;
        }

        body[data-gtts-page="about"] .metric::after {
          display: none;
        }

        body[data-gtts-page="about"] .metric:first-child {
          border-top: 0;
        }

        body[data-gtts-page="about"] .feature-tile {
          border-right: 0;
        }

        body[data-gtts-page="about"] .simplicity-row .col-6:nth-child(n + 3) .feature-tile {
          border-top: 1px solid rgba(17, 17, 17, 0.2);
        }

        body[data-gtts-page="about"] .feature-label br {
          display: none;
        }

        body[data-gtts-page="about"] .difference-card {
          grid-template-columns: 72px minmax(0, 1fr);
          gap: 16px;
        }

        body[data-gtts-page="about"] .difference-icon {
          width: 64px;
          height: 64px;
        }

        body[data-gtts-page="about"] .why-grid {
          gap: 30px;
        }

        body[data-gtts-page="about"] .efficiency-panel {
          padding: 30px 22px;
          border-radius: 28px;
        }

        body[data-gtts-page="about"] .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="about"] .cta-proof {
          display: flex;
          justify-content: center;
          text-align: center;
        }

        body[data-gtts-page="about"] .footer-main {
          padding-bottom: 18px;
        }
      }
    

    

/* ===== alaska.html ===== */


      body[data-gtts-page="alaska"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="alaska"][data-gtts-page="alaska"] {
        --blue: #00508d;
        --blue-dark: #004577;
        --blue-deep: #003e6c;
        --ink: #0c0f14;
        --muted: #4d4d4d;
        --line: #dfe8f1;
        --pale: #eaf4ff;
        --red: #ff4f55;
        --star: #f69a25;
      }

      body[data-gtts-page="alaska"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="alaska"][data-gtts-page="alaska"] {
        scroll-behavior: smooth;
      }

      body[data-gtts-page="alaska"] {
        margin: 0;
        font-family: Arial, sans-serif;
        color: var(--ink);
        background: #fff;
        border-top: 1px solid #0a4978;
      }

      body[data-gtts-page="alaska"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="alaska"] img {
        display: block;
        max-width: 100%;
      }

      body[data-gtts-page="alaska"] .page-wrap {
        overflow-x: clip;
      }

      body[data-gtts-page="alaska"] .container-page {
        width: min(1180px, calc(100% - 32px));
        margin-inline: auto;
      }

      body[data-gtts-page="alaska"] .topbar {
        background: var(--blue);
        color: #fff;
      }

      body[data-gtts-page="alaska"] .topbar-inner {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
      }

      body[data-gtts-page="alaska"] .share-btn {
        min-width: 177px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 8px;
        background: transparent;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
      }

      body[data-gtts-page="alaska"] .topbar a {
        color: #fff;
        font-size: 18px;
      }

      body[data-gtts-page="alaska"] .main-nav {
        background: #fff;
        border-bottom: 1px solid #eef2f5;
      }

      body[data-gtts-page="alaska"] .nav-shell {
        min-height: 86px;
        display: flex;
        align-items: center;
        gap: 30px;
      }

      body[data-gtts-page="alaska"] .navbar-brand img,
      body[data-gtts-page="alaska"] .footer-logo {
        width: 276px;
      }

      body[data-gtts-page="alaska"] .nav-link {
        color: #111;
        font-size: 18px;
        white-space: nowrap;
      }

      body[data-gtts-page="alaska"] .account-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #0f1c3e;
        font-size: 18px;
        white-space: nowrap;
      }

      body[data-gtts-page="alaska"] .language-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        color: #0f1c3e;
        font-size: 14px;
      }

      body[data-gtts-page="alaska"] .language-block select {
        width: auto;
        min-width: 106px;
        height: 31px;
        padding-block: 3px;
        font-size: 12px;
      }

      body[data-gtts-page="alaska"] .hero {
        min-height: 435px;
        display: flex;
        align-items: center;
        background:
          linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0.08) 56%),
          url("new-gtts-facelift-image8.webp") center right / cover no-repeat;
      }

      body[data-gtts-page="alaska"] .hero {
        position: relative;
      }

      body[data-gtts-page="alaska"] .hero-inner {
        /* position:relative so the absolutely-positioned language picker
           anchors to this container (and aligns with its right edge) instead
           of escaping to the full-bleed hero / screen corner. */
        position: relative;
        /* Match the wider nav container (1360px) so the hero content's left
           edge lines up with the navbar logo instead of the 1180px content
           container. (Manual override — preserve if regenerating this file.) */
        width: min(1360px, calc(100% - 32px));
      }

      body[data-gtts-page="alaska"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 2;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="alaska"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="alaska"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="alaska"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="alaska"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="alaska"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="alaska"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #123d63;
      }body[data-gtts-page="alaska"] .hero-content {
        max-width: 610px;
        padding: 44px 0;
      }

      body[data-gtts-page="alaska"] .eyebrow {
        margin-bottom: 22px;
        color: var(--blue);
        font-size: 20px;
        font-weight: 700;
      }

      body[data-gtts-page="alaska"] .hero h1 {
        margin: 0 0 16px;
        font-size: clamp(42px, 4vw, 50px);
        line-height: 1.14;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .hero h1 span {
        color: var(--red);
      }

      body[data-gtts-page="alaska"] .price {
        margin: 0 0 22px;
        font-size: 27px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .license {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
        font-size: 23px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .license i {
        color: var(--blue);
        font-size: 28px;
      }

      body[data-gtts-page="alaska"] .license a {
        color: var(--blue);
      }

      body[data-gtts-page="alaska"] .primary-btn {
        min-width: 257px;
        min-height: 57px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        border-radius: 16px;
        background: var(--blue);
        color: #fff;
        font-size: 18px;
        transition: transform 0.2s ease, background 0.2s ease;
      }

      body[data-gtts-page="alaska"] .primary-btn:hover,
      body[data-gtts-page="alaska"] .primary-btn:focus {
        background: var(--blue-dark);
        color: #fff;
        transform: translateY(-2px);
      }

      body[data-gtts-page="alaska"] .benefits {
        padding: 43px 0 35px;
        border-bottom: 1px solid #f2f2f2;
      }

      body[data-gtts-page="alaska"] .benefit-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
      }

      body[data-gtts-page="alaska"] .benefit {
        min-height: 84px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 0 18px;
        color: #123d63;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        border-right: 1px solid #6e6e6e;
      }

      body[data-gtts-page="alaska"] .benefit:last-child {
        border-right: 0;
      }

      body[data-gtts-page="alaska"] .benefit img {
        width: 43px;
        height: 43px;
        object-fit: contain;
      }

      /* Hero trust row (icon + title + description, with dividers). */
      body[data-gtts-page="alaska"] .trust-row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
      }

      body[data-gtts-page="alaska"] .trust-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 4px 26px;
        border-right: 1px solid #dfe3e8;
      }

      body[data-gtts-page="alaska"] .trust-item:last-child {
        border-right: 0;
      }

      body[data-gtts-page="alaska"] .trust-item .bi {
        font-size: 30px;
        line-height: 1;
        color: #0a5399;
        flex-shrink: 0;
      }

      body[data-gtts-page="alaska"] .trust-item img {
        height: 32px;
        width: auto;
        max-width: 46px;
        object-fit: contain;
        flex-shrink: 0;
      }

      body[data-gtts-page="alaska"] .trust-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      body[data-gtts-page="alaska"] .trust-text strong {
        color: #123d63;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
      }

      body[data-gtts-page="alaska"] .trust-text span {
        color: #5f7082;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="alaska"] .trust-row {
          grid-template-columns: repeat(2, 1fr);
          gap: 22px 0;
        }
        body[data-gtts-page="alaska"] .trust-item:nth-child(2n) {
          border-right: 0;
        }
      }

      @media (max-width: 575.98px) {
        body[data-gtts-page="alaska"] .trust-row {
          grid-template-columns: 1fr;
        }
        body[data-gtts-page="alaska"] .trust-item {
          border-right: 0;
        }
      }

      body[data-gtts-page="alaska"] .how {
        padding: 15px 0 28px;
        text-align: center;
      }

      body[data-gtts-page="alaska"] .section-kicker {
        color: var(--blue);
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
      }

      body[data-gtts-page="alaska"] .section-title {
        margin: 10px 0 16px;
        font-size: clamp(30px, 3vw, 38px);
        line-height: 1.16;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .title-rule {
        width: 76px;
        height: 3px;
        margin: 0 auto 19px;
        background: var(--blue);
      }

      body[data-gtts-page="alaska"] .how-copy {
        max-width: 550px;
        margin: 0 auto 16px;
        font-size: 16px;
        line-height: 1.55;
      }

      body[data-gtts-page="alaska"] .steps {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 72px;
        max-width: 820px;
        margin: 0 auto;
      }

      body[data-gtts-page="alaska"] .steps::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 17%;
        right: 17%;
        height: 1px;
        background: #4a91d0;
      }

      body[data-gtts-page="alaska"] .step {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
      }

      body[data-gtts-page="alaska"] .step-icon {
        width: 84px;
        height: 84px;
        position: relative;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        border: 1px solid #d5eaff;
        border-radius: 50%;
        background: #fff;
      }

      body[data-gtts-page="alaska"] .step-icon img {
        width: 45px;
        height: 45px;
        object-fit: contain;
      }

      body[data-gtts-page="alaska"] .step-number {
        width: 38px;
        height: 38px;
        position: absolute;
        top: -14px;
        right: -14px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 23px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .step h3 {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .step p {
        margin: 0 auto;
        max-width: 250px;
        font-size: 14px;
        line-height: 1.55;
        flex: 1;
      }

      body[data-gtts-page="alaska"] .step small {
        display: block;
        margin-top: 28px;
        color: var(--blue);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        white-space: nowrap;
      }

      body[data-gtts-page="alaska"] .ticket {
        padding: 23px 0 31px;
      }

      body[data-gtts-page="alaska"] .ticket h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .ticket p {
        max-width: 570px;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.7;
      }

      body[data-gtts-page="alaska"] .ticket h3 {
        margin: 20px 0 17px;
        font-size: 24px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .check-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="alaska"] .check-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
        font-size: 20px;
      }

      body[data-gtts-page="alaska"] .check-list i {
        width: 25px;
        height: 25px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 15px;
      }

      body[data-gtts-page="alaska"] .device-img {
        max-width: 604px;
        margin-left: auto;
      }

      body[data-gtts-page="alaska"] .partner {
        padding: 17px 0 15px;
      }

      body[data-gtts-page="alaska"] .partner-panel {
        overflow: hidden;
        border-radius: 20px;
        background: #eef6ff;
      }

      body[data-gtts-page="alaska"] .partner-copy {
        padding: 26px 54px;
      }

      body[data-gtts-page="alaska"] .partner h2 {
        max-width: 430px;
        margin: 0;
        font-size: 38px;
        line-height: 1.3;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .partner h2 span {
        color: var(--blue);
      }

      body[data-gtts-page="alaska"] .partner .title-rule {
        margin: 8px 0 20px;
      }

      body[data-gtts-page="alaska"] .partner-list {
        margin: 0 0 13px;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="alaska"] .partner-list li {
        margin-bottom: 16px;
        color: #252525;
        font-size: 14px;
      }

      body[data-gtts-page="alaska"] .partner-list i {
        margin-right: 8px;
        color: var(--blue);
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .partner-copy p {
        max-width: 570px;
        margin: 0 0 27px;
        font-size: 16px;
        line-height: 1.65;
      }

      body[data-gtts-page="alaska"] .red-btn {
        min-width: 295px;
        min-height: 55px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: var(--red);
        color: #fff;
        font-size: 17px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .red-btn:hover,
      body[data-gtts-page="alaska"] .red-btn:focus {
        background: #ee4048;
        color: #fff;
      }

      body[data-gtts-page="alaska"] .partner-photo {
        width: 100%;
        height: 518px;
        object-fit: cover;
      }

      /* Desktop: let the photo fully cover its right column (matches the taller
         copy column height instead of a fixed height that leaves a gap). */
      @media (min-width: 992px) {
        body[data-gtts-page="alaska"] .partner-panel .row {
          min-height: 518px;
        }
        body[data-gtts-page="alaska"] .partner-panel .row > .col-lg-6:last-child {
          display: flex;
        }
        body[data-gtts-page="alaska"] .partner-panel .row > .col-lg-6:last-child .partner-photo {
          height: 100%;
        }
      }

      body[data-gtts-page="alaska"] .faq {
        padding: 28px 0 7px;
        text-align: center;
      }

      /* Align the FAQ container's left edge with the navbar logo by matching the
         wider nav container (1360px) instead of the 1180px content container.
         (Manual override — preserve if regenerating this file.) */
      body[data-gtts-page="alaska"] .faq.faq .container-page {
        width: min(1360px, calc(100% - 32px));
      }

      body[data-gtts-page="alaska"] .faq-intro {
        max-width: 600px;
        margin: 0 auto 34px;
        font-size: 14px;
        line-height: 1.8;
      }

      body[data-gtts-page="alaska"] .faq-list {
        max-width: 1010px;
        margin: 0 auto;
        text-align: left;
      }

      body[data-gtts-page="alaska"] .faq-row {
        display: grid;
        grid-template-columns: 34px 1fr;
        gap: 14px;
        margin-bottom: 15px;
      }

      body[data-gtts-page="alaska"] .faq-num {
        padding-top: 2px;
        text-align: center;
        font-size: 16px;
      }

      body[data-gtts-page="alaska"] .faq-row h3 {
        margin: 0 0 13px;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .faq-row p {
        margin: 0;
        color: #3f3f3f;
        font-size: 16px;
        line-height: 1.35;
      }

      body[data-gtts-page="alaska"] .faq-cta {
        padding: 9px 0 21px;
      }

      body[data-gtts-page="alaska"] .faq-cta-box {
        max-width: 960px;
        min-height: 91px;
        display: grid;
        grid-template-columns: 55px 1fr 281px;
        align-items: center;
        gap: 19px;
        margin: 0 auto;
        padding: 18px 16px 18px 12px;
        border: 1px solid #e8edf3;
        border-radius: 12px;
        background: #f8fbff;
      }

      body[data-gtts-page="alaska"] .question-icon {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 36px;
        line-height: 1;
      }

      body[data-gtts-page="alaska"] .faq-cta-box h3 {
        margin: 0 0 8px;
        font-size: 15px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .faq-cta-box p {
        margin: 0;
        color: #4c4c4c;
        font-size: 12px;
      }

      body[data-gtts-page="alaska"] .faq-cta-box .primary-btn {
        min-width: 281px;
        min-height: 54px;
        border-radius: 15px;
        gap: 34px;
      }

      body[data-gtts-page="alaska"] .reviews {
        padding: 14px 0 26px;
      }

      body[data-gtts-page="alaska"] .reviews-head {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 48px;
        align-items: end;
        margin-bottom: 49px;
      }

      body[data-gtts-page="alaska"] .reviews h2 {
        margin: 13px 0 13px;
        color: #111c3f;
        font-size: 28px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .reviews p {
        max-width: 440px;
        margin: 0;
        font-size: 14px;
        line-height: 1.85;
      }

      body[data-gtts-page="alaska"] .rating-box {
        min-height: 96px;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 24px 22px;
        border: 1px solid #e5edf5;
        border-radius: 12px;
      }

      body[data-gtts-page="alaska"] .rating-number {
        font-size: 42px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .stars {
        color: var(--star);
        font-size: 23px;
      }

      body[data-gtts-page="alaska"] .rating-box small {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .review-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
        gap: 27px;
      }

      body[data-gtts-page="alaska"] .review-card {
        min-height: 212px;
        display: flex;
        flex-direction: column;
        padding: 30px 20px;
        border: 1px solid #e5edf5;
        border-radius: 12px;
      }

      body[data-gtts-page="alaska"] .review-card .stars {
        margin-bottom: 13px;
      }

      body[data-gtts-page="alaska"] .quote {
        min-height: 62px;
        margin: 0 0 22px;
        color: #858585;
        font-size: 12px;
        font-style: italic;
        line-height: 1.2;
      }

      body[data-gtts-page="alaska"] .review-line {
        height: 1px;
        margin-top: auto;
        margin-bottom: 15px;
        background: #e1e1e1;
      }

      body[data-gtts-page="alaska"] .reviewer {
        display: flex;
        align-items: center;
        min-height: 33px;
      }

      body[data-gtts-page="alaska"] .reviewer strong {
        display: block;
        font-size: 16px;
      }

      body[data-gtts-page="alaska"] .reviewer small {
        color: #717171;
        font-size: 11px;
      }

      body[data-gtts-page="alaska"] .reviewer-avatar {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e8f4fb;
        color: var(--blue);
        font-size: 18px;
        font-weight: 800;
        margin-right: 12px;
        flex-shrink: 0;
      }

      body[data-gtts-page="alaska"] img.reviewer-avatar {
        object-fit: cover;
        background: transparent;
      }

      body[data-gtts-page="alaska"] .updates {
        padding: 0 0 26px;
      }

      body[data-gtts-page="alaska"] .updates h2 {
        margin-bottom: 36px;
        text-align: center;
      }

      body[data-gtts-page="alaska"] .post-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 47px;
      }

      body[data-gtts-page="alaska"] .post img {
        width: 100%;
        height: 219px;
        object-fit: cover;
        border-radius: 8px;
      }

      body[data-gtts-page="alaska"] .post-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 14px;
        color: #5f5f5f;
        font-size: 13px;
      }

      body[data-gtts-page="alaska"] .read-time {
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
        border-radius: 7px;
      }

      body[data-gtts-page="alaska"] .post h3 {
        margin: 0 0 17px;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .post-excerpt {
        margin: -4px 0 17px;
        color: #5f5f5f;
        font-size: 13px;
        line-height: 1.55;
      }

      body[data-gtts-page="alaska"] .read-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--blue);
        font-size: 14px;
        font-weight: 800;
        text-decoration: underline;
      }

      body[data-gtts-page="alaska"] .cities {
        padding: 10px 0 52px;
        border-bottom: 1px solid #d7e3ed;
      }

      body[data-gtts-page="alaska"] .cities h2 {
        margin: 0;
        font-size: 33px;
        line-height: 1.4;
        font-weight: 800;
        text-transform: uppercase;
      }

      body[data-gtts-page="alaska"] .city-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px 10px;
      }

      body[data-gtts-page="alaska"] .city-pill {
        min-height: 43px;
        display: grid;
        place-items: center;
        border: 1px solid #e2e8f0;
        border-radius: 7px;
        color: var(--blue);
        font-size: 14px;
      }

      body[data-gtts-page="alaska"] .final-cta {
        padding: 38px 0;
        background: linear-gradient(120deg, var(--blue) 0%, #113e60 100%);
        color: #fff;
      }

      body[data-gtts-page="alaska"] .final-cta-inner {
        display: grid;
        grid-template-columns: 174px 1fr 200px;
        align-items: center;
        gap: 40px;
      }

      body[data-gtts-page="alaska"] .shield-ring {
        width: 172px;
        height: 172px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
      }

      body[data-gtts-page="alaska"] .shield-inner {
        width: 138px;
        height: 138px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.26);
      }

      body[data-gtts-page="alaska"] .shield-inner img {
        width: 96px;
        height: 96px;
        object-fit: contain;
      }

      body[data-gtts-page="alaska"] .final-cta h2 {
        margin: 0 0 16px;
        font-size: 26px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .final-cta p {
        max-width: 590px;
        margin: 0;
        font-size: 18px;
        line-height: 2.1;
      }

      body[data-gtts-page="alaska"] .white-btn {
        min-height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        border-radius: 8px;
        background: #fff;
        color: var(--blue);
        font-size: 20px;
      }

      body[data-gtts-page="alaska"] .site-footer {
        background: #cfe7f3;
      }

      body[data-gtts-page="alaska"] .footer-main {
        padding: 49px 0 24px;
      }

      body[data-gtts-page="alaska"] .footer-brand p {
        max-width: 335px;
        margin: 28px 0 28px;
        color: var(--blue);
        font-size: 16px;
        line-height: 1.45;
      }

      body[data-gtts-page="alaska"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="alaska"] .footer-contact a,
      body[data-gtts-page="alaska"] .footer-contact span {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        color: var(--blue);
      }

      body[data-gtts-page="alaska"] .footer-title {
        margin: 52px 0 14px;
        color: #1b4d91;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .footer-links {
        display: grid;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="alaska"] .footer-links a {
        color: var(--blue);
      }

      body[data-gtts-page="alaska"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #30559d;
        font-size: 13px;
      }

      body[data-gtts-page="alaska"] .social-links img {
        width: 9px;
        height: 9px;
        object-fit: contain;
      }

      body[data-gtts-page="alaska"] .copyright {
        padding: 20px 16px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 22px;
      }

      body[data-gtts-page="alaska"] .copyright a {
        text-decoration: underline;
      }

      body[data-gtts-page="alaska"] .reveal {
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.55s ease, transform 0.55s ease;
      }

      body[data-gtts-page="alaska"] .reveal.in-view {
        opacity: 1;
        transform: translateY(0);
      }

      @media (prefers-reduced-motion: reduce) {
        body[data-gtts-page="alaska"][data-gtts-page="alaska"] {
          scroll-behavior: auto;
        }

        body[data-gtts-page="alaska"] .reveal,
        body[data-gtts-page="alaska"] .primary-btn {
          transition: none;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="alaska"] .nav-shell {
          min-height: auto;
          padding: 18px 0;
        }

        body[data-gtts-page="alaska"] .navbar-brand img,
        body[data-gtts-page="alaska"] .footer-logo {
          width: 230px;
        }

        body[data-gtts-page="alaska"] .benefit-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 24px 0;
        }

        body[data-gtts-page="alaska"] .benefit:nth-child(4) {
          border-right: 0;
        }

        body[data-gtts-page="alaska"] .city-grid {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="alaska"] .topbar-inner,
        body[data-gtts-page="alaska"] .nav-shell,
        body[data-gtts-page="alaska"] .final-cta-inner {
          align-items: flex-start;
        }

        body[data-gtts-page="alaska"] .hero {
          background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.77)),
            url("new-gtts-facelift-image8.webp") center / cover no-repeat;
        }

        body[data-gtts-page="alaska"] .language-picker {
          position: static;
          margin: 18px 0 6px auto;
        }

        body[data-gtts-page="alaska"] .benefit-grid,
        body[data-gtts-page="alaska"] .steps,
        body[data-gtts-page="alaska"] .review-grid,
        body[data-gtts-page="alaska"] .post-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="alaska"] .benefit,
        body[data-gtts-page="alaska"] .benefit:nth-child(4) {
          border-right: 0;
          border-bottom: 1px solid rgba(110, 110, 110, 0.25);
          padding-bottom: 18px;
        }

        body[data-gtts-page="alaska"] .steps::before {
          display: none;
        }

        body[data-gtts-page="alaska"] .partner-copy {
          padding: 28px;
        }

        body[data-gtts-page="alaska"] .partner-photo {
          height: 360px;
        }

        body[data-gtts-page="alaska"] .faq-cta-box,
        body[data-gtts-page="alaska"] .reviews-head,
        body[data-gtts-page="alaska"] .final-cta-inner {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="alaska"] .faq-cta-box .primary-btn {
          min-width: 0;
          width: 100%;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="alaska"] .topbar-inner {
          min-height: 82px;
          flex-direction: column;
          justify-content: center;
          gap: 10px;
        }

        body[data-gtts-page="alaska"] .topbar a {
          font-size: 15px;
        }

        body[data-gtts-page="alaska"] .hero-content {
          padding: 20px 0 34px;
        }

        body[data-gtts-page="alaska"] .device-img {
          display: block;
          width: 100%;
          max-width: 100%;
          margin: 24px auto 0;
        }

        body[data-gtts-page="alaska"] .language-picker {
          width: 100%;
          margin: 18px 0 0;
        }body[data-gtts-page="alaska"] .language-control {
          width: 100%;
        }

        body[data-gtts-page="alaska"] .license {
          align-items: flex-start;
          margin-bottom: 28px;
          font-size: 19px;
        }

        body[data-gtts-page="alaska"] .primary-btn,
        body[data-gtts-page="alaska"] .red-btn {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="alaska"] .city-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        body[data-gtts-page="alaska"] .cities h2,
        body[data-gtts-page="alaska"] .partner h2 {
          font-size: 30px;
        }

        body[data-gtts-page="alaska"] .copyright {
          font-size: 16px;
        }
      }

      /* Shared header and footer from https://www.gototrafficschool.com/about-cyberactive.aspx */
      body[data-gtts-page="alaska"] .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="alaska"] .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="alaska"] .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="alaska"] .share-button:hover,
      body[data-gtts-page="alaska"] .share-button:focus {
        background: #fff;
        color: #143f65;
      }

      body[data-gtts-page="alaska"] .utility-phone {
        color: #fff;
        font-size: 1.05rem;
        font-weight: 500;
      }

      body[data-gtts-page="alaska"] .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="alaska"] .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="alaska"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="alaska"] .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="alaska"] .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="alaska"] .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="alaska"] .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="alaska"] .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="alaska"] .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="alaska"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="alaska"] .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="alaska"] .nav-link.active,
      body[data-gtts-page="alaska"] .nav-link:hover,
      body[data-gtts-page="alaska"] .nav-link:focus {
        color: var(--blue);
      }

      body[data-gtts-page="alaska"] .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="alaska"] .login-link:hover,
      body[data-gtts-page="alaska"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="alaska"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="alaska"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="alaska"] .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="alaska"] .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="alaska"] .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--blue);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="alaska"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="alaska"] .footer-contact > a,
      body[data-gtts-page="alaska"] .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="alaska"] .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="alaska"] .footer-contact > span > span,
      body[data-gtts-page="alaska"] .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="alaska"] .footer-title {
        margin: 0 0 18px;
        color: var(--blue);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="alaska"] .footer-links,
      body[data-gtts-page="alaska"] .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="alaska"] .footer-links a,
      body[data-gtts-page="alaska"] .social-links a {
        color: var(--blue);
        font-size: 1rem;
      }

      body[data-gtts-page="alaska"] .footer-links a:hover,
      body[data-gtts-page="alaska"] .footer-links a:focus,
      body[data-gtts-page="alaska"] .social-links a:hover,
      body[data-gtts-page="alaska"] .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="alaska"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="alaska"] .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="alaska"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="alaska"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="alaska"] .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="alaska"] .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="alaska"] .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="alaska"] .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="alaska"] .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="alaska"] .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="alaska"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="alaska"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="alaska"] .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="alaska"] .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="alaska"] .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="alaska"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }
      }
    

    

/* ===== alt-registration.html ===== */


      body[data-gtts-page="alt-registration"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="alt-registration"][data-gtts-page="alt-registration"]{
        --brand-blue: #0b4a78;
        --brand-navy: #133d60;
        --brand-blue-2: #0f5d99;
        --soft-bg: #f6f7f9;
        --footer-bg: #cfe3ef;
        --footer-blue: #d7ebf5;
        --text-muted-2: #6c757d;
        --primary: #0067c5;   /* main blue */
        --primary-dark: #024578;

        /* ✅ NAV + HERO padding cap */
        --nav-hero-pad: 40px;
      }

      body[data-gtts-page="alt-registration"]{
        font-family: Arial, sans-serif;
        color: #111;
      }

      /* ============================================================
         ✅ ADA: Skip link + Focus styles (preserve style, add clarity)
         ============================================================ */
      body[data-gtts-page="alt-registration"] .skip-link{
        position:absolute;
        left:-9999px;
        top:12px;
        z-index:9999;
        background:#fff;
        color:#000;
        padding:10px 14px;
        border:2px solid #000;
        border-radius:10px;
        text-decoration:none;
        font-weight: 700;
      }
      body[data-gtts-page="alt-registration"] .skip-link:focus{
        left:12px;
      }

      body[data-gtts-page="alt-registration"] :focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }

      @media (prefers-reduced-motion: reduce){
        body[data-gtts-page="alt-registration"] *{ scroll-behavior: auto !important; transition: none !important; }
      }

      body[data-gtts-page="alt-registration"] .top-bar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.55rem 0;
        gap: 1rem;
      }

      body[data-gtts-page="alt-registration"] .top-bar-contact span { opacity: 0.9; font-weight: 500; }

      body[data-gtts-page="alt-registration"] .top-bar-share { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }

      body[data-gtts-page="alt-registration"] .top-bar-share > a {
        text-decoration: none; color: inherit;
      }

      body[data-gtts-page="alt-registration"] .pill-badge {
        border-radius: 999px;
        padding: 0.2rem 0.75rem;
        border: 1px solid rgba(249, 250, 251, 0.25);
        font-size: 0.75rem;
        text-transform: uppercase;
        opacity: 0.85;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }

      /* ✅ App button beside share */
      body[data-gtts-page="alt-registration"] .app-pill-btn{
        cursor: pointer;
        background: rgba(255,255,255,1);
        border-color: rgba(249,250,251,.25);
      }
      body[data-gtts-page="alt-registration"] .app-pill-btn:hover{ background: rgba(255,255,255,1); }

      body[data-gtts-page="alt-registration"] .modal-open-btn {color: #d9534f; font-weight: bold; background:white;}

      /* ---------- ✅ NEW BODY SECTION (WHITE BG + CENTERED STATE SELECT) ---------- */
      body[data-gtts-page="alt-registration"] .state-page{
        background: #fff;
        padding: 88px 0;
      }
      body[data-gtts-page="alt-registration"] .state-page-card{
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
      }
      body[data-gtts-page="alt-registration"] .state-page-title{
        font-weight: 800;
        color: #0b4a78;
        margin-bottom: 10px;
      }
      body[data-gtts-page="alt-registration"] .state-page-sub{
        color: var(--text-muted-2);
        font-size: 18px;
        margin-bottom: 24px;
      }

      /* Reuse exact same select styling */
      body[data-gtts-page="alt-registration"] .state-select-wrap{
        max-width: 640px;
        position: relative;
        margin: 0 auto;
      }
      body[data-gtts-page="alt-registration"] .state-select{
        height: 40px;
        max-width: 370px;
        border-radius: 14px;
        font-size: 15px;
        padding-left: 28px;
        padding-right: 58px;
        border: 1px solid rgba(0,0,0,.12);
        box-shadow: 0 10px 26px rgba(0,0,0,.18);
        background-color: rgba(255,255,255,.95);
        margin: 0 auto;
      }
      body[data-gtts-page="alt-registration"] .state-select:focus{
        border-color: rgba(15,93,153,.55);
        box-shadow: 0 0 0 .25rem rgba(15,93,153,.18);
      }

      @media (max-width: 991.98px){
        body[data-gtts-page="alt-registration"] .state-page{ padding: 74px 0; }
        body[data-gtts-page="alt-registration"] .state-select{
          font-size: 20px;
          height: 64px;
          padding-left: 18px;
          padding-right: 46px;
          border-radius: 14px;
          max-width: 100%;
        }
      }

      @media (max-width: 575.98px){
        body[data-gtts-page="alt-registration"] .state-page{ padding: 56px 0; }
        body[data-gtts-page="alt-registration"] .state-page-sub{ font-size: 16px; }
        body[data-gtts-page="alt-registration"] .state-select{
          width: 100%;
          height: 58px;
          font-size: 18px;
          border-radius: 12px;
        }
      }

      /* ---------- FOOTER ---------- */
      body[data-gtts-page="alt-registration"] .site-footer{
        background: var(--footer-bg);
        padding: 56px 0;
        border-top: 1px solid rgba(0,0,0,.06);
      }
      body[data-gtts-page="alt-registration"] .footer-logo{
        max-width: 220px;
        height: auto;
        margin-bottom: 16px;
      }
      body[data-gtts-page="alt-registration"] .footer-desc{
        max-width: 360px;
        color: #1a4f72;
        font-weight: 500;
      }
      body[data-gtts-page="alt-registration"] .footer-contact{
        margin-top: 26px;
        color: #1a4f72;
        font-weight: 600;
      }
      body[data-gtts-page="alt-registration"] .footer-contact a{
        color: #1a4f72;
        text-decoration: none;
      }
      body[data-gtts-page="alt-registration"] .footer-contact a:hover{ text-decoration: underline; }

      body[data-gtts-page="alt-registration"] .footer-head{
        color: #1a4f72;
        font-weight: 800;
        margin-bottom: 14px;
      }
      body[data-gtts-page="alt-registration"] .footer-links a{
        display: block;
        color: #1a4f72;
        text-decoration: none;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 600;
      }
      body[data-gtts-page="alt-registration"] .footer-links a:hover{ text-decoration: underline; }

      body[data-gtts-page="alt-registration"] .footer-social-row{
        background: var(--footer-bg);
        padding: 14px 0 0;
      }
      body[data-gtts-page="alt-registration"] .social-icons{
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
        padding: 8px 0 10px;
      }
      body[data-gtts-page="alt-registration"] .social-icons a{
        width: 44px;
        height: 44px;
        border-radius: 999px;
        background: rgba(255,255,255,.65);
        border: 1px solid rgba(0,0,0,.08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #083a5e;
        text-decoration: none;
        transition: transform .12s ease, background-color .12s ease;
      }
      body[data-gtts-page="alt-registration"] .social-icons a:hover{
        transform: translateY(-1px);
        background: rgba(255,255,255,.9);
      }
      body[data-gtts-page="alt-registration"] .social-icons i{ font-size: 20px; }

      body[data-gtts-page="alt-registration"] .powered{
        background: #000;
        color: #fff;
        text-align: center;
        padding: 16px 10px;
        font-size: 22px;
      }

      body[data-gtts-page="alt-registration"] img, body[data-gtts-page="alt-registration"] svg, body[data-gtts-page="alt-registration"] video, body[data-gtts-page="alt-registration"] canvas{
        max-width: 100%;
        height: auto;
      }
      body[data-gtts-page="alt-registration"]{ overflow-x: hidden; }

      /* ✅ Desktop: ensure at least 500px tall */
      @media (min-width: 992px){
        body[data-gtts-page="alt-registration"] .state-page{
          min-height: 500px;
          display: flex;
          align-items: center;  /* vertical center */
        }

        /* keeps your card centered when section becomes flex */
        body[data-gtts-page="alt-registration"] .state-page .container{
          width: 100%;
        }
      }

      body[data-gtts-page="alt-registration"] .site-footer {
        color: #004a80;
        padding: 0;
        border-top: 0;
        background: transparent;
      }

      body[data-gtts-page="alt-registration"] .footer-main {
        padding: 46px 0 30px;
        background: var(--footer-blue);
      }

      body[data-gtts-page="alt-registration"] .footer-main .container-xxl {
        padding-left: clamp(22px, 5vw, 72px);
        padding-right: clamp(22px, 5vw, 72px);
      }

      body[data-gtts-page="alt-registration"] .footer-brand img {
        width: 240px;
        margin-bottom: 28px;
      }

      body[data-gtts-page="alt-registration"] .footer-brand p {
        max-width: 420px;
        margin: 0 0 28px;
        color: #004a80;
        font-size: 16px;
        line-height: 1.6;
      }

      body[data-gtts-page="alt-registration"] .site-footer .footer-contact,
      body[data-gtts-page="alt-registration"] .site-footer .footer-links,
      body[data-gtts-page="alt-registration"] .site-footer .social-links {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      body[data-gtts-page="alt-registration"] .site-footer .footer-contact {
        display: grid;
        gap: 14px;
        color: #004a80;
        font-size: 16px;
        font-weight: 400;
      }

      body[data-gtts-page="alt-registration"] .site-footer .footer-contact li,
      body[data-gtts-page="alt-registration"] .site-footer .social-links li a {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      body[data-gtts-page="alt-registration"] .site-footer .footer-contact i {
        width: 24px;
        color: #287fc0;
        font-size: 19px;
      }

      body[data-gtts-page="alt-registration"] .site-footer h3 {
        margin: 20px 0 18px;
        color: #064779;
        font-size: 18px;
        font-weight: 800;
      }

      body[data-gtts-page="alt-registration"] .site-footer .footer-links {
        display: grid;
        gap: 14px;
        font-size: 16px;
      }

      body[data-gtts-page="alt-registration"] .site-footer .footer-links a {
        display: inline;
        margin: 0;
        color: inherit;
        font-size: inherit;
        font-weight: 400;
      }

      body[data-gtts-page="alt-registration"] .site-footer .social-links {
        display: grid;
        gap: 12px;
        color: #3d5c94;
        font-size: 15px;
      }

      body[data-gtts-page="alt-registration"] .site-footer .social-links a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="alt-registration"] .site-footer a:hover,
      body[data-gtts-page="alt-registration"] .site-footer a:focus {
        color: #001e34;
        text-decoration: underline;
      }

      body[data-gtts-page="alt-registration"] .copyright {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        background: #000;
        color: #fff;
        text-align: center;
      }

      body[data-gtts-page="alt-registration"] .copyright p {
        margin: 0;
        font-size: 16px;
      }

      body[data-gtts-page="alt-registration"] .copyright a {
        color: inherit;
        text-decoration: underline;
      }

    


      body[data-gtts-page="alt-registration"] .skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="alt-registration"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="alt-registration"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="alt-registration"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="alt-registration"] .site-header .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="alt-registration"] .site-header .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="alt-registration"] .site-header .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="alt-registration"] .site-header .share-button:hover,
      body[data-gtts-page="alt-registration"] .site-header .share-button:focus {
        background: #fff;
        color: #173c62;
      }

      body[data-gtts-page="alt-registration"] .site-header .utility-phone {
        font-size: 1.05rem;
        font-weight: 500;
        color: #fff;
      }

      body[data-gtts-page="alt-registration"] .site-header .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="alt-registration"] .site-header .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar {
        padding: 0;
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="alt-registration"] .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="alt-registration"] .site-header .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="alt-registration"] .site-header .nav-link.active,
      body[data-gtts-page="alt-registration"] .site-header .nav-link:hover,
      body[data-gtts-page="alt-registration"] .site-header .nav-link:focus {
        color: #0f4f8c;
      }

      body[data-gtts-page="alt-registration"] .site-header .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="alt-registration"] .site-header .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        box-shadow: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="alt-registration"] .site-header .login-link:hover,
      body[data-gtts-page="alt-registration"] .site-header .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }


      @media (min-width: 1200px) {
        body[data-gtts-page="alt-registration"] .site-header .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="alt-registration"] .site-header .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="alt-registration"] .site-header .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="alt-registration"] .site-header .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="alt-registration"] .site-header .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="alt-registration"] .site-header .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="alt-registration"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="alt-registration"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        body[data-gtts-page="alt-registration"] .site-header .utility-inner {
          min-height: 40px;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="alt-registration"] .site-header .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="alt-registration"] .site-header .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="alt-registration"] .site-header .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="alt-registration"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="alt-registration"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="alt-registration"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }
    

/* ===== california.html ===== */


      body[data-gtts-page="california"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="california"][data-gtts-page="california"] {
        --blue: #00508d;
        --blue-dark: #004577;
        --blue-deep: #003e6c;
        --ink: #0c0f14;
        --muted: #4d4d4d;
        --line: #dfe8f1;
        --pale: #eaf4ff;
        --red: #ff4f55;
        --star: #f69a25;
      }

      body[data-gtts-page="california"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="california"][data-gtts-page="california"] {
        scroll-behavior: smooth;
      }

      body[data-gtts-page="california"] {
        margin: 0;
        font-family: Arial, sans-serif;
        color: var(--ink);
        background: #fff;
        border-top: 1px solid #0a4978;
      }

      body[data-gtts-page="california"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="california"] img {
        display: block;
        max-width: 100%;
      }

      body[data-gtts-page="california"] .page-wrap {
        overflow-x: clip;
      }

      body[data-gtts-page="california"] .container-page {
        width: min(1180px, calc(100% - 32px));
        margin-inline: auto;
      }

      body[data-gtts-page="california"] .topbar {
        background: var(--blue);
        color: #fff;
      }

      body[data-gtts-page="california"] .topbar-inner {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
      }

      body[data-gtts-page="california"] .share-btn {
        min-width: 177px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 8px;
        background: transparent;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
      }

      body[data-gtts-page="california"] .topbar a {
        color: #fff;
        font-size: 18px;
      }

      body[data-gtts-page="california"] .main-nav {
        background: #fff;
        border-bottom: 1px solid #eef2f5;
      }

      body[data-gtts-page="california"] .nav-shell {
        min-height: 86px;
        display: flex;
        align-items: center;
        gap: 30px;
      }

      body[data-gtts-page="california"] .navbar-brand img,
      body[data-gtts-page="california"] .footer-logo {
        width: 276px;
      }

      body[data-gtts-page="california"] .nav-link {
        color: #111;
        font-size: 18px;
        white-space: nowrap;
      }

      body[data-gtts-page="california"] .account-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #0f1c3e;
        font-size: 18px;
        white-space: nowrap;
      }

      body[data-gtts-page="california"] .language-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        color: #0f1c3e;
        font-size: 14px;
      }

      body[data-gtts-page="california"] .language-block select {
        width: auto;
        min-width: 106px;
        height: 31px;
        padding-block: 3px;
        font-size: 12px;
      }

      body[data-gtts-page="california"] .hero {
        min-height: 435px;
        display: flex;
        align-items: center;
        background:
          linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0.08) 56%),
          url("new-gtts-facelift-image8.webp") center right / cover no-repeat;
      }

      body[data-gtts-page="california"] .hero {
        position: relative;
      }

      body[data-gtts-page="california"] .hero-inner {
        /* position:relative so the absolutely-positioned language picker
           anchors to this container (and aligns with its right edge) instead
           of escaping to the full-bleed hero / screen corner. */
        position: relative;
        /* Match the wider nav container (1360px) so the hero content's left
           edge lines up with the navbar logo instead of the 1180px content
           container. (Manual override — preserve if regenerating this file.) */
        width: min(1360px, calc(100% - 32px));
      }

      body[data-gtts-page="california"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 2;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="california"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="california"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="california"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="california"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="california"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="california"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #123d63;
      }body[data-gtts-page="california"] .hero-content {
        max-width: 610px;
        padding: 44px 0;
      }

      body[data-gtts-page="california"] .eyebrow {
        margin-bottom: 22px;
        color: var(--blue);
        font-size: 20px;
        font-weight: 700;
      }

      body[data-gtts-page="california"] .hero h1 {
        margin: 0 0 16px;
        font-size: clamp(42px, 4vw, 50px);
        line-height: 1.14;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .hero h1 span {
        color: var(--red);
      }

      body[data-gtts-page="california"] .price {
        margin: 0 0 22px;
        font-size: 27px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .license {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
        font-size: 23px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .license i {
        color: var(--blue);
        font-size: 28px;
      }

      body[data-gtts-page="california"] .license a {
        color: var(--blue);
      }

      body[data-gtts-page="california"] .primary-btn {
        min-width: 257px;
        min-height: 57px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        border-radius: 16px;
        background: var(--blue);
        color: #fff;
        font-size: 18px;
        transition: transform 0.2s ease, background 0.2s ease;
      }

      body[data-gtts-page="california"] .primary-btn:hover,
      body[data-gtts-page="california"] .primary-btn:focus {
        background: var(--blue-dark);
        color: #fff;
        transform: translateY(-2px);
      }

      body[data-gtts-page="california"] .benefits {
        padding: 43px 0 35px;
        border-bottom: 1px solid #f2f2f2;
      }

      body[data-gtts-page="california"] .benefit-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
      }

      body[data-gtts-page="california"] .benefit {
        min-height: 84px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 0 18px;
        color: #123d63;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        border-right: 1px solid #6e6e6e;
      }

      body[data-gtts-page="california"] .benefit:last-child {
        border-right: 0;
      }

      body[data-gtts-page="california"] .benefit img {
        width: 43px;
        height: 43px;
        object-fit: contain;
      }

      /* Hero trust row (icon + title + description, with dividers). */
      body[data-gtts-page="california"] .trust-row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
      }

      body[data-gtts-page="california"] .trust-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 4px 26px;
        border-right: 1px solid #dfe3e8;
      }

      body[data-gtts-page="california"] .trust-item:last-child {
        border-right: 0;
      }

      body[data-gtts-page="california"] .trust-item .bi {
        font-size: 30px;
        line-height: 1;
        color: #0a5399;
        flex-shrink: 0;
      }

      body[data-gtts-page="california"] .trust-item img {
        height: 32px;
        width: auto;
        max-width: 46px;
        object-fit: contain;
        flex-shrink: 0;
      }

      body[data-gtts-page="california"] .trust-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      body[data-gtts-page="california"] .trust-text strong {
        color: #123d63;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
      }

      body[data-gtts-page="california"] .trust-text span {
        color: #5f7082;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="california"] .trust-row {
          grid-template-columns: repeat(2, 1fr);
          gap: 22px 0;
        }
        body[data-gtts-page="california"] .trust-item:nth-child(2n) {
          border-right: 0;
        }
      }

      @media (max-width: 575.98px) {
        body[data-gtts-page="california"] .trust-row {
          grid-template-columns: 1fr;
        }
        body[data-gtts-page="california"] .trust-item {
          border-right: 0;
        }
      }

      body[data-gtts-page="california"] .how {
        padding: 15px 0 28px;
        text-align: center;
      }

      body[data-gtts-page="california"] .section-kicker {
        color: var(--blue);
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
      }

      body[data-gtts-page="california"] .section-title {
        margin: 10px 0 16px;
        font-size: clamp(30px, 3vw, 38px);
        line-height: 1.16;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .title-rule {
        width: 76px;
        height: 3px;
        margin: 0 auto 19px;
        background: var(--blue);
      }

      body[data-gtts-page="california"] .how-copy {
        max-width: 550px;
        margin: 0 auto 16px;
        font-size: 16px;
        line-height: 1.55;
      }

      body[data-gtts-page="california"] .steps {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 72px;
        max-width: 820px;
        margin: 0 auto;
      }

      body[data-gtts-page="california"] .steps::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 17%;
        right: 17%;
        height: 1px;
        background: #4a91d0;
      }

      body[data-gtts-page="california"] .step {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
      }

      body[data-gtts-page="california"] .step-icon {
        width: 84px;
        height: 84px;
        position: relative;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        border: 1px solid #d5eaff;
        border-radius: 50%;
        background: #fff;
      }

      body[data-gtts-page="california"] .step-icon img {
        width: 45px;
        height: 45px;
        object-fit: contain;
      }

      body[data-gtts-page="california"] .step-number {
        width: 38px;
        height: 38px;
        position: absolute;
        top: -14px;
        right: -14px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 23px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .step h3 {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .step p {
        margin: 0 auto;
        max-width: 250px;
        font-size: 14px;
        line-height: 1.55;
        flex: 1;
      }

      body[data-gtts-page="california"] .step small {
        display: block;
        margin-top: 28px;
        color: var(--blue);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        white-space: nowrap;
      }

      body[data-gtts-page="california"] .ticket {
        padding: 23px 0 31px;
      }

      body[data-gtts-page="california"] .ticket h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .ticket p {
        max-width: 570px;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.7;
      }

      body[data-gtts-page="california"] .ticket h3 {
        margin: 20px 0 17px;
        font-size: 24px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .check-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="california"] .check-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
        font-size: 20px;
      }

      body[data-gtts-page="california"] .check-list i {
        width: 25px;
        height: 25px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 15px;
      }

      body[data-gtts-page="california"] .device-img {
        max-width: 604px;
        margin-left: auto;
      }

      body[data-gtts-page="california"] .partner {
        padding: 17px 0 15px;
      }

      body[data-gtts-page="california"] .partner-panel {
        overflow: hidden;
        border-radius: 20px;
        background: #eef6ff;
      }

      body[data-gtts-page="california"] .partner-copy {
        padding: 26px 54px;
      }

      body[data-gtts-page="california"] .partner h2 {
        max-width: 430px;
        margin: 0;
        font-size: 38px;
        line-height: 1.3;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .partner h2 span {
        color: var(--blue);
      }

      body[data-gtts-page="california"] .partner .title-rule {
        margin: 8px 0 20px;
      }

      body[data-gtts-page="california"] .partner-list {
        margin: 0 0 13px;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="california"] .partner-list li {
        margin-bottom: 16px;
        color: #252525;
        font-size: 14px;
      }

      body[data-gtts-page="california"] .partner-list i {
        margin-right: 8px;
        color: var(--blue);
        font-weight: 800;
      }

      body[data-gtts-page="california"] .partner-copy p {
        max-width: 570px;
        margin: 0 0 27px;
        font-size: 16px;
        line-height: 1.65;
      }

      body[data-gtts-page="california"] .red-btn {
        min-width: 295px;
        min-height: 55px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: var(--red);
        color: #fff;
        font-size: 17px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .red-btn:hover,
      body[data-gtts-page="california"] .red-btn:focus {
        background: #ee4048;
        color: #fff;
      }

      body[data-gtts-page="california"] .partner-photo {
        width: 100%;
        height: 518px;
        object-fit: cover;
      }

      /* Desktop: let the photo fully cover its right column (matches the taller
         copy column height instead of a fixed height that leaves a gap). */
      @media (min-width: 992px) {
        body[data-gtts-page="california"] .partner-panel .row {
          min-height: 518px;
        }
        body[data-gtts-page="california"] .partner-panel .row > .col-lg-6:last-child {
          display: flex;
        }
        body[data-gtts-page="california"] .partner-panel .row > .col-lg-6:last-child .partner-photo {
          height: 100%;
        }
      }

      body[data-gtts-page="california"] .faq {
        padding: 28px 0 7px;
        text-align: center;
      }

      /* Align the FAQ container's left edge with the navbar logo by matching the
         wider nav container (1360px) instead of the 1180px content container.
         (Manual override — preserve if regenerating this file.) */
      body[data-gtts-page="california"] .faq.faq .container-page {
        width: min(1360px, calc(100% - 32px));
      }

      body[data-gtts-page="california"] .faq-intro {
        max-width: 600px;
        margin: 0 auto 34px;
        font-size: 14px;
        line-height: 1.8;
      }

      body[data-gtts-page="california"] .faq-list {
        max-width: 1010px;
        margin: 0 auto;
        text-align: left;
      }

      body[data-gtts-page="california"] .faq-row {
        display: grid;
        grid-template-columns: 34px 1fr;
        gap: 14px;
        margin-bottom: 15px;
      }

      body[data-gtts-page="california"] .faq-num {
        padding-top: 2px;
        text-align: center;
        font-size: 16px;
      }

      body[data-gtts-page="california"] .faq-row h3 {
        margin: 0 0 13px;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .faq-row p {
        margin: 0;
        color: #3f3f3f;
        font-size: 16px;
        line-height: 1.35;
      }

      body[data-gtts-page="california"] .faq-cta {
        padding: 9px 0 21px;
      }

      body[data-gtts-page="california"] .faq-cta-box {
        max-width: 960px;
        min-height: 91px;
        display: grid;
        grid-template-columns: 55px 1fr 281px;
        align-items: center;
        gap: 19px;
        margin: 0 auto;
        padding: 18px 16px 18px 12px;
        border: 1px solid #e8edf3;
        border-radius: 12px;
        background: #f8fbff;
      }

      body[data-gtts-page="california"] .question-icon {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 36px;
        line-height: 1;
      }

      body[data-gtts-page="california"] .faq-cta-box h3 {
        margin: 0 0 8px;
        font-size: 15px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .faq-cta-box p {
        margin: 0;
        color: #4c4c4c;
        font-size: 12px;
      }

      body[data-gtts-page="california"] .faq-cta-box .primary-btn {
        min-width: 281px;
        min-height: 54px;
        border-radius: 15px;
        gap: 34px;
      }

      body[data-gtts-page="california"] .reviews {
        padding: 14px 0 26px;
      }

      body[data-gtts-page="california"] .reviews-head {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 48px;
        align-items: end;
        margin-bottom: 49px;
      }

      body[data-gtts-page="california"] .reviews h2 {
        margin: 13px 0 13px;
        color: #111c3f;
        font-size: 28px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .reviews p {
        max-width: 440px;
        margin: 0;
        font-size: 14px;
        line-height: 1.85;
      }

      body[data-gtts-page="california"] .rating-box {
        min-height: 96px;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 24px 22px;
        border: 1px solid #e5edf5;
        border-radius: 12px;
      }

      body[data-gtts-page="california"] .rating-number {
        font-size: 42px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .stars {
        color: var(--star);
        font-size: 23px;
      }

      body[data-gtts-page="california"] .rating-box small {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .review-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
        gap: 27px;
      }

      body[data-gtts-page="california"] .review-card {
        min-height: 212px;
        display: flex;
        flex-direction: column;
        padding: 30px 20px;
        border: 1px solid #e5edf5;
        border-radius: 12px;
      }

      body[data-gtts-page="california"] .review-card .stars {
        margin-bottom: 13px;
      }

      body[data-gtts-page="california"] .quote {
        min-height: 62px;
        margin: 0 0 22px;
        color: #858585;
        font-size: 12px;
        font-style: italic;
        line-height: 1.2;
      }

      body[data-gtts-page="california"] .review-line {
        height: 1px;
        margin-top: auto;
        margin-bottom: 15px;
        background: #e1e1e1;
      }

      body[data-gtts-page="california"] .reviewer {
        display: flex;
        align-items: center;
        min-height: 33px;
      }

      body[data-gtts-page="california"] .reviewer strong {
        display: block;
        font-size: 16px;
      }

      body[data-gtts-page="california"] .reviewer small {
        color: #717171;
        font-size: 11px;
      }

      body[data-gtts-page="california"] .reviewer-avatar {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e8f4fb;
        color: var(--blue);
        font-size: 18px;
        font-weight: 800;
        margin-right: 12px;
        flex-shrink: 0;
      }

      body[data-gtts-page="california"] img.reviewer-avatar {
        object-fit: cover;
        background: transparent;
      }

      body[data-gtts-page="california"] .updates {
        padding: 0 0 26px;
      }

      body[data-gtts-page="california"] .updates h2 {
        margin-bottom: 36px;
        text-align: center;
      }

      body[data-gtts-page="california"] .post-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 47px;
      }

      body[data-gtts-page="california"] .post img {
        width: 100%;
        height: 219px;
        object-fit: cover;
        border-radius: 8px;
      }

      body[data-gtts-page="california"] .post-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 14px;
        color: #5f5f5f;
        font-size: 13px;
      }

      body[data-gtts-page="california"] .read-time {
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
        border-radius: 7px;
      }

      body[data-gtts-page="california"] .post h3 {
        margin: 0 0 17px;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .post-excerpt {
        margin: -4px 0 17px;
        color: #5f5f5f;
        font-size: 13px;
        line-height: 1.55;
      }

      body[data-gtts-page="california"] .read-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--blue);
        font-size: 14px;
        font-weight: 800;
        text-decoration: underline;
      }

      body[data-gtts-page="california"] .cities {
        padding: 10px 0 52px;
        border-bottom: 1px solid #d7e3ed;
      }

      body[data-gtts-page="california"] .cities h2 {
        margin: 0;
        font-size: 33px;
        line-height: 1.4;
        font-weight: 800;
        text-transform: uppercase;
      }

      body[data-gtts-page="california"] .city-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px 10px;
      }

      body[data-gtts-page="california"] .city-pill {
        min-height: 43px;
        display: grid;
        place-items: center;
        border: 1px solid #e2e8f0;
        border-radius: 7px;
        color: var(--blue);
        font-size: 14px;
      }

      body[data-gtts-page="california"] .final-cta {
        padding: 38px 0;
        background: linear-gradient(120deg, var(--blue) 0%, #113e60 100%);
        color: #fff;
      }

      body[data-gtts-page="california"] .final-cta-inner {
        display: grid;
        grid-template-columns: 174px 1fr 200px;
        align-items: center;
        gap: 40px;
      }

      body[data-gtts-page="california"] .shield-ring {
        width: 172px;
        height: 172px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
      }

      body[data-gtts-page="california"] .shield-inner {
        width: 138px;
        height: 138px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.26);
      }

      body[data-gtts-page="california"] .shield-inner img {
        width: 96px;
        height: 96px;
        object-fit: contain;
      }

      body[data-gtts-page="california"] .final-cta h2 {
        margin: 0 0 16px;
        font-size: 26px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .final-cta p {
        max-width: 590px;
        margin: 0;
        font-size: 18px;
        line-height: 2.1;
      }

      body[data-gtts-page="california"] .white-btn {
        min-height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        border-radius: 8px;
        background: #fff;
        color: var(--blue);
        font-size: 20px;
      }

      body[data-gtts-page="california"] .site-footer {
        background: #cfe7f3;
      }

      body[data-gtts-page="california"] .footer-main {
        padding: 49px 0 24px;
      }

      body[data-gtts-page="california"] .footer-brand p {
        max-width: 335px;
        margin: 28px 0 28px;
        color: var(--blue);
        font-size: 16px;
        line-height: 1.45;
      }

      body[data-gtts-page="california"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="california"] .footer-contact a,
      body[data-gtts-page="california"] .footer-contact span {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        color: var(--blue);
      }

      body[data-gtts-page="california"] .footer-title {
        margin: 52px 0 14px;
        color: #1b4d91;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .footer-links {
        display: grid;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="california"] .footer-links a {
        color: var(--blue);
      }

      body[data-gtts-page="california"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #30559d;
        font-size: 13px;
      }

      body[data-gtts-page="california"] .social-links img {
        width: 9px;
        height: 9px;
        object-fit: contain;
      }

      body[data-gtts-page="california"] .copyright {
        padding: 20px 16px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 22px;
      }

      body[data-gtts-page="california"] .copyright a {
        text-decoration: underline;
      }

      body[data-gtts-page="california"] .reveal {
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.55s ease, transform 0.55s ease;
      }

      body[data-gtts-page="california"] .reveal.in-view {
        opacity: 1;
        transform: translateY(0);
      }

      @media (prefers-reduced-motion: reduce) {
        body[data-gtts-page="california"][data-gtts-page="california"] {
          scroll-behavior: auto;
        }

        body[data-gtts-page="california"] .reveal,
        body[data-gtts-page="california"] .primary-btn {
          transition: none;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="california"] .nav-shell {
          min-height: auto;
          padding: 18px 0;
        }

        body[data-gtts-page="california"] .navbar-brand img,
        body[data-gtts-page="california"] .footer-logo {
          width: 230px;
        }

        body[data-gtts-page="california"] .benefit-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 24px 0;
        }

        body[data-gtts-page="california"] .benefit:nth-child(4) {
          border-right: 0;
        }

        body[data-gtts-page="california"] .city-grid {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="california"] .topbar-inner,
        body[data-gtts-page="california"] .nav-shell,
        body[data-gtts-page="california"] .final-cta-inner {
          align-items: flex-start;
        }

        body[data-gtts-page="california"] .hero {
          background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.77)),
            url("new-gtts-facelift-image8.webp") center / cover no-repeat;
        }

        body[data-gtts-page="california"] .language-picker {
          position: static;
          margin: 18px 0 6px auto;
        }

        body[data-gtts-page="california"] .benefit-grid,
        body[data-gtts-page="california"] .steps,
        body[data-gtts-page="california"] .review-grid,
        body[data-gtts-page="california"] .post-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="california"] .benefit,
        body[data-gtts-page="california"] .benefit:nth-child(4) {
          border-right: 0;
          border-bottom: 1px solid rgba(110, 110, 110, 0.25);
          padding-bottom: 18px;
        }

        body[data-gtts-page="california"] .steps::before {
          display: none;
        }

        body[data-gtts-page="california"] .partner-copy {
          padding: 28px;
        }

        body[data-gtts-page="california"] .partner-photo {
          height: 360px;
        }

        body[data-gtts-page="california"] .faq-cta-box,
        body[data-gtts-page="california"] .reviews-head,
        body[data-gtts-page="california"] .final-cta-inner {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="california"] .faq-cta-box .primary-btn {
          min-width: 0;
          width: 100%;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="california"] .topbar-inner {
          min-height: 82px;
          flex-direction: column;
          justify-content: center;
          gap: 10px;
        }

        body[data-gtts-page="california"] .topbar a {
          font-size: 15px;
        }

        body[data-gtts-page="california"] .hero-content {
          padding: 20px 0 34px;
        }

        body[data-gtts-page="california"] .device-img {
          display: block;
          width: 100%;
          max-width: 100%;
          margin: 24px auto 0;
        }

        body[data-gtts-page="california"] .language-picker {
          width: 100%;
          margin: 18px 0 0;
        }body[data-gtts-page="california"] .language-control {
          width: 100%;
        }

        body[data-gtts-page="california"] .license {
          align-items: flex-start;
          margin-bottom: 28px;
          font-size: 19px;
        }

        body[data-gtts-page="california"] .primary-btn,
        body[data-gtts-page="california"] .red-btn {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="california"] .city-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        body[data-gtts-page="california"] .cities h2,
        body[data-gtts-page="california"] .partner h2 {
          font-size: 30px;
        }

        body[data-gtts-page="california"] .copyright {
          font-size: 16px;
        }
      }

      /* Shared header and footer from https://www.gototrafficschool.com/about-cyberactive.aspx */
      body[data-gtts-page="california"] .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="california"] .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="california"] .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="california"] .share-button:hover,
      body[data-gtts-page="california"] .share-button:focus {
        background: #fff;
        color: #143f65;
      }

      body[data-gtts-page="california"] .utility-phone {
        color: #fff;
        font-size: 1.05rem;
        font-weight: 500;
      }

      body[data-gtts-page="california"] .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="california"] .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="california"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="california"] .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="california"] .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="california"] .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="california"] .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="california"] .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="california"] .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="california"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="california"] .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="california"] .nav-link.active,
      body[data-gtts-page="california"] .nav-link:hover,
      body[data-gtts-page="california"] .nav-link:focus {
        color: var(--blue);
      }

      body[data-gtts-page="california"] .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="california"] .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="california"] .login-link:hover,
      body[data-gtts-page="california"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="california"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="california"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="california"] .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="california"] .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="california"] .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--blue);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="california"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="california"] .footer-contact > a,
      body[data-gtts-page="california"] .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="california"] .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="california"] .footer-contact > span > span,
      body[data-gtts-page="california"] .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="california"] .footer-title {
        margin: 0 0 18px;
        color: var(--blue);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="california"] .footer-links,
      body[data-gtts-page="california"] .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="california"] .footer-links a,
      body[data-gtts-page="california"] .social-links a {
        color: var(--blue);
        font-size: 1rem;
      }

      body[data-gtts-page="california"] .footer-links a:hover,
      body[data-gtts-page="california"] .footer-links a:focus,
      body[data-gtts-page="california"] .social-links a:hover,
      body[data-gtts-page="california"] .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="california"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="california"] .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="california"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="california"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="california"] .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="california"] .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="california"] .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="california"] .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="california"] .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="california"] .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="california"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="california"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="california"] .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="california"] .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="california"] .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="california"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }
      }
    

    

/* ===== contactus.html ===== */


      body[data-gtts-page="contactus"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="contactus"][data-gtts-page="contactus"] {
        --brand-navy: #1f4a73;
        --brand-navy-dark: #153957;
        --brand-navy-deep: #12344f;
        --brand-blue: #0b5499;
        --brand-blue-soft: #d9edff;
        --brand-blue-lighter: #eef7ff;
        --brand-sky: #e6f2ff;
        --brand-sky-2: #d7ecff;
        --brand-line: #d9dee6;
        --brand-text: #101828;
        --brand-muted: #667085;
        --footer-bg: #d8edf9;
        --shadow-soft: 0 18px 45px rgba(21, 57, 87, 0.08);
        --shadow-panel: 0 24px 48px rgba(14, 57, 92, 0.08);
        --radius-lg: 24px;
        --radius-md: 18px;
      }

      body[data-gtts-page="contactus"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="contactus"][data-gtts-page="contactus"],
      body[data-gtts-page="contactus"] {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      body[data-gtts-page="contactus"] {
        margin: 0;
        color: var(--brand-text);
        font-family: Arial, sans-serif;
        background: #ffffff;
      }

      body[data-gtts-page="contactus"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="contactus"] a:hover {
        color: inherit;
      }

      body[data-gtts-page="contactus"] img {
        max-width: 100%;
        display: block;
      }

      body[data-gtts-page="contactus"] button,
      body[data-gtts-page="contactus"] input,
      body[data-gtts-page="contactus"] select,
      body[data-gtts-page="contactus"] textarea {
        font: inherit;
      }

      body[data-gtts-page="contactus"] .page-shell {
        overflow: hidden;
      }

      body[data-gtts-page="contactus"] .container-xxl {
        max-width: 1380px;
        padding-left: clamp(28px, 4.6vw, 72px);
        padding-right: clamp(28px, 4.6vw, 72px);
      }

      body[data-gtts-page="contactus"] header .container-xxl {
        max-width: 1280px;
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
      }

      body[data-gtts-page="contactus"] .utility-bar {
        background: var(--brand-navy);
        color: #ffffff;
        padding: 0;
      }

      body[data-gtts-page="contactus"] .utility-bar .container-xxl {
        gap: 1rem;
      }

      body[data-gtts-page="contactus"] .share-button {
        min-width: 176px;
        height: 30px;
        max-height: 30px;
        padding: 0 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.78);
        border-radius: 0.7rem;
        background: transparent;
        color: #ffffff;
        font-size: 0.95rem;
        line-height: 1;
        text-transform: uppercase;
        transition: background-color 0.2s ease, border-color 0.2s ease;
      }

      body[data-gtts-page="contactus"] .share-button:hover,
      body[data-gtts-page="contactus"] .share-button:focus {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.98);
      }

      body[data-gtts-page="contactus"] .utility-phone {
        color: #ffffff;
        font-size: 0.95rem;
      }

      body[data-gtts-page="contactus"] .main-nav {
        padding: 1.05rem 0;
        background: #ffffff;
        border-bottom: 1px solid #e8edf3;
      }

      body[data-gtts-page="contactus"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="contactus"] .navbar-brand {
        padding: 0;
        margin: 0;
      }

      body[data-gtts-page="contactus"] .navbar-brand img {
        width: min(255px, 100%);
      }

      body[data-gtts-page="contactus"] .navbar-toggler {
        border: 1px solid rgba(31, 74, 115, 0.18);
      }

      body[data-gtts-page="contactus"] .navbar-toggler:focus {
        box-shadow: 0 0 0 0.18rem rgba(31, 74, 115, 0.15);
      }

      body[data-gtts-page="contactus"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818, 52, 79, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="contactus"] .nav-links {
        gap: 0.6rem;
      }

      body[data-gtts-page="contactus"] .nav-links .nav-link {
        color: #1c1c1c;
        font-size: 0.98rem;
        font-weight: 500;
        padding: 0.45rem 0.55rem;
        white-space: nowrap;
        transition: color 0.2s ease;
      }

      body[data-gtts-page="contactus"] .nav-links .nav-link:hover,
      body[data-gtts-page="contactus"] .nav-links .nav-link:focus,
      body[data-gtts-page="contactus"] .nav-links .nav-link.active {
        color: var(--brand-blue);
      }

      body[data-gtts-page="contactus"] .nav-links .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="contactus"] .nav-actions {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-left: 1.4rem;
      }

      body[data-gtts-page="contactus"] .login-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        min-width: 124px;
        padding: 0.95rem 1.35rem;
        border-radius: 1.35rem;
        color: #ffffff;
        background: linear-gradient(180deg, #3c6c96 0%, #22445f 100%);
        font-size: 0.98rem;
        font-weight: 600;
        box-shadow: 0 18px 30px rgba(31, 74, 115, 0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="contactus"] .login-link:hover,
      body[data-gtts-page="contactus"] .login-link:focus {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 20px 32px rgba(31, 74, 115, 0.2);
      }

      body[data-gtts-page="contactus"] .login-link i {
        font-size: 1.15rem;
      }

      body[data-gtts-page="contactus"] .hero-section {
        position: relative;
        padding: 2.1rem 0 10.7rem;
        background:
          radial-gradient(circle at 91% 16%, rgba(72, 144, 214, 0.18) 0 2px, transparent 2px 100%),
          linear-gradient(135deg, #e4f2ff 0%, #dcebfb 54%, #d8efff 100%);
        isolation: isolate;
      }

      body[data-gtts-page="contactus"] .hero-section::before {
        content: "";
        position: absolute;
        inset: auto -9% -2.5rem auto;
        width: min(38vw, 480px);
        aspect-ratio: 1;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(121, 183, 240, 0.16) 0%, rgba(121, 183, 240, 0.06) 46%, transparent 70%);
        z-index: -1;
      }

      body[data-gtts-page="contactus"] .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: min(28vw, 360px);
        height: 220px;
        background-image: radial-gradient(rgba(77, 150, 219, 0.34) 1px, transparent 1px);
        background-size: 12px 12px;
        opacity: 0.7;
        clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 46%);
        z-index: -1;
      }

      body[data-gtts-page="contactus"] .hero-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2rem;
      }

      body[data-gtts-page="contactus"] .hero-copy {
        max-width: 700px;
      }

      body[data-gtts-page="contactus"] .eyebrow {
        display: inline-flex;
        flex-direction: column;
        gap: 0.55rem;
        margin-bottom: 1rem;
        color: #2565a8;
        font-family: Arial, sans-serif;
        font-size: 1.05rem;
        font-weight: 600;
        text-transform: uppercase;
      }

      body[data-gtts-page="contactus"] .eyebrow::after {
        content: "";
        width: 3rem;
        height: 3px;
        border-radius: 999px;
        background: #2565a8;
      }

      body[data-gtts-page="contactus"] .hero-copy h1 {
        margin: 0 0 1rem;
        color: #090909;
        font-family: Arial, sans-serif;
        font-size: 48px;
        line-height: 1.02;
        font-weight: 800;
      }

      body[data-gtts-page="contactus"] .hero-copy p {
        max-width: 650px;
        margin: 0;
        font-size: clamp(1.18rem, 1.8vw, 1.45rem);
        line-height: 1.52;
        color: #20252f;
      }

      body[data-gtts-page="contactus"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 5;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="contactus"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="contactus"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="contactus"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="contactus"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="contactus"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #111;
      }

      body[data-gtts-page="contactus"] .contact-panels {
        position: relative;
        margin-top: -6.4rem;
        padding-bottom: 2.4rem;
      }

      body[data-gtts-page="contactus"] .contact-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
        gap: 1.35rem;
        align-items: stretch;
      }

      body[data-gtts-page="contactus"] .panel-card {
        height: 100%;
        background: #ffffff;
        border: 1px solid rgba(19, 61, 96, 0.08);
        border-radius: 1.15rem;
        box-shadow: var(--shadow-panel);
      }

      body[data-gtts-page="contactus"] .message-card {
        padding: 1.6rem 1.6rem 1.35rem;
      }

      body[data-gtts-page="contactus"] .card-title {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        margin-bottom: 1.55rem;
        color: #2c3748;
        font-family: Arial, sans-serif;
        font-size: 1.9rem;
        font-weight: 700;
      }

      body[data-gtts-page="contactus"] .card-title-icon {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--brand-blue);
        color: #ffffff;
        flex-shrink: 0;
      }

      body[data-gtts-page="contactus"] .card-title-icon i {
        font-size: 1.1rem;
      }

      body[data-gtts-page="contactus"] .field-label {
        display: flex;
        gap: 0.35rem;
        margin-bottom: 0.45rem;
        color: #333b48;
        font-size: 0.9rem;
        font-weight: 700;
      }

      body[data-gtts-page="contactus"] .field-label .optional {
        color: #98a2b3;
        font-weight: 600;
      }

      body[data-gtts-page="contactus"] .input-with-icon {
        position: relative;
      }

      body[data-gtts-page="contactus"] .input-with-icon i {
        position: absolute;
        left: 0.9rem;
        top: 50%;
        transform: translateY(-50%);
        color: #737f8e;
        font-size: 1rem;
        pointer-events: none;
      }

      body[data-gtts-page="contactus"] .input-with-icon.input-area i {
        top: 1rem;
        transform: none;
      }

      body[data-gtts-page="contactus"] .contact-form .form-control,
      body[data-gtts-page="contactus"] .contact-form .form-select {
        min-height: 3.05rem;
        border: 1px solid #d5dce5;
        border-radius: 0.72rem;
        color: #354052;
        box-shadow: none;
      }

      body[data-gtts-page="contactus"] .contact-form .form-control:focus,
      body[data-gtts-page="contactus"] .contact-form .form-select:focus,
      body[data-gtts-page="contactus"] .cta-select:focus,
      body[data-gtts-page="contactus"] .language-select:focus {
        border-color: rgba(11, 84, 153, 0.5);
        box-shadow: 0 0 0 0.22rem rgba(11, 84, 153, 0.12);
      }

      body[data-gtts-page="contactus"] .contact-form .form-control,
      body[data-gtts-page="contactus"] .contact-form .form-select {
        padding-left: 2.55rem;
      }

      body[data-gtts-page="contactus"] .contact-form textarea.form-control {
        min-height: 130px;
        resize: vertical;
        padding-top: 0.9rem;
      }

      body[data-gtts-page="contactus"] .field-note {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        margin-top: 0.75rem;
        color: #6b7280;
        font-size: 0.84rem;
      }

      body[data-gtts-page="contactus"] .field-note i {
        color: #7a8697;
      }

      body[data-gtts-page="contactus"] .form-feedback {
        display: none;
        margin-top: 0.95rem;
        padding: 0.85rem 1rem;
        border-radius: 0.8rem;
        font-size: 0.92rem;
        line-height: 1.45;
      }

      body[data-gtts-page="contactus"] .form-feedback.is-visible {
        display: block;
      }

      body[data-gtts-page="contactus"] .form-feedback.is-info {
        background: #edf6ff;
        color: #13466e;
        border: 1px solid #cfe2f6;
      }

      body[data-gtts-page="contactus"] .form-feedback.is-error {
        background: #fff1f1;
        color: #9d1c1c;
        border: 1px solid #f3c6c6;
      }

      body[data-gtts-page="contactus"] .send-button {
        min-width: 168px;
        padding: 0.9rem 1.4rem;
        border: 0;
        border-radius: 0.75rem;
        background: linear-gradient(180deg, #3c6e98 0%, #21445f 100%);
        color: #ffffff;
        font-size: 1.05rem;
        font-weight: 600;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="contactus"] .send-button:hover,
      body[data-gtts-page="contactus"] .send-button:focus {
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(31, 74, 115, 0.16);
      }

      body[data-gtts-page="contactus"] .info-card {
        padding: 1.6rem 1.45rem;
      }

      body[data-gtts-page="contactus"] .info-card h2 {
        margin: 0;
        color: #2d3748;
        font-family: Arial, sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
      }

      body[data-gtts-page="contactus"] .info-card > p {
        margin: 0.5rem 0 1.35rem;
        color: #7b8492;
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .info-item {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 1rem;
        align-items: start;
        padding: 1.15rem 0;
      }

      body[data-gtts-page="contactus"] .info-item + .info-item {
        border-top: 1px solid #d7dde5;
      }

      body[data-gtts-page="contactus"] .info-item img {
        width: 48px;
        height: 48px;
      }

      body[data-gtts-page="contactus"] .info-item h3 {
        margin: 0 0 0.25rem;
        color: #234d7b;
        font-family: Arial, sans-serif;
        font-size: 1.35rem;
        font-weight: 700;
      }

      body[data-gtts-page="contactus"] .info-link,
      body[data-gtts-page="contactus"] .info-value {
        display: block;
        color: #6b7280;
        font-size: 1.12rem;
        line-height: 1.45;
      }

      body[data-gtts-page="contactus"] .info-subtext {
        display: block;
        margin-top: 0.25rem;
        color: #b0b8c4;
        font-size: 0.94rem;
      }

      body[data-gtts-page="contactus"] .cta-section {
        position: relative;
        margin-top: 0.5rem;
        padding: 2.55rem 0;
        background: linear-gradient(90deg, #0e4c83 0%, #123b60 100%);
        color: #ffffff;
      }

      body[data-gtts-page="contactus"] .cta-grid {
        display: grid;
        grid-template-columns: minmax(140px, 190px) minmax(0, 1.2fr) minmax(300px, 410px);
        gap: clamp(2rem, 4vw, 4rem);
        align-items: center;
      }

      body[data-gtts-page="contactus"] .shield-badge {
        position: relative;
        width: clamp(140px, 15vw, 186px);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
      }

      body[data-gtts-page="contactus"] .shield-badge::before {
        content: "";
        position: absolute;
        inset: 16px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
      }

      body[data-gtts-page="contactus"] .shield-badge::after {
        content: "";
        position: relative;
        z-index: 1;
        width: clamp(74px, 9vw, 104px);
        height: clamp(74px, 9vw, 104px);
        background: url("icons/Group 2147224704.webp") no-repeat center / contain;
      }

      body[data-gtts-page="contactus"] .cta-copy h2 {
        margin: 0 0 0.7rem;
        font-family: Arial, sans-serif;
        font-size: 1.55rem;
        font-weight: 800;
      }

      body[data-gtts-page="contactus"] .cta-copy p {
        max-width: 520px;
        margin: 0;
        color: rgba(255, 255, 255, 0.92);
        font-size: 1rem;
        line-height: 1.6;
      }

      body[data-gtts-page="contactus"] .cta-select-wrap {
        position: relative;
      }

      body[data-gtts-page="contactus"] .cta-select-wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(100% + 0.8rem);
        width: 150px;
        height: 104px;
        background: url("Group 2147224703 (1).webp") no-repeat center / contain;
        transform: translateY(-50%);
        pointer-events: none;
      }

      body[data-gtts-page="contactus"] .cta-select-wrap::before {
        content: none;
      }

      body[data-gtts-page="contactus"] .cta-select-icon {
        position: absolute;
        left: 1.15rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--brand-blue);
        font-size: 1.28rem;
        pointer-events: none;
      }

      body[data-gtts-page="contactus"] .cta-select {
        min-height: 58px;
        width: 100%;
        padding: 0.8rem 3.25rem 0.8rem 3.1rem;
        border: 0;
        border-radius: 0.65rem;
        color: var(--brand-blue);
        background: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 1.08rem;
        box-shadow: 0 18px 38px rgba(7, 19, 33, 0.18);
        appearance: none;
      }

      body[data-gtts-page="contactus"] .cta-select-chevron {
        position: absolute;
        right: 1.15rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--brand-blue);
        font-size: 1.15rem;
        pointer-events: none;
      }

      body[data-gtts-page="contactus"] .site-footer {
        margin-top: 0;
      }

      body[data-gtts-page="contactus"] .footer-main {
        background: var(--footer-bg);
        padding: 3.1rem 0 2.4rem;
      }

      body[data-gtts-page="contactus"] .footer-main .row {
        --bs-gutter-x: clamp(2rem, 4vw, 4.2rem);
        align-items: start;
      }

      body[data-gtts-page="contactus"] .footer-brand img {
        width: min(250px, 100%);
        margin-bottom: 1.35rem;
      }

      body[data-gtts-page="contactus"] .footer-brand p {
        max-width: 455px;
        margin: 0 0 1.75rem;
        color: #0b5499;
        font-size: 1.02rem;
        line-height: 1.45;
      }

      body[data-gtts-page="contactus"] .footer-contact,
      body[data-gtts-page="contactus"] .footer-links,
      body[data-gtts-page="contactus"] .social-links {
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="contactus"] .footer-contact li,
      body[data-gtts-page="contactus"] .social-links li {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.8rem;
      }

      body[data-gtts-page="contactus"] .footer-contact li + li,
      body[data-gtts-page="contactus"] .footer-links li + li,
      body[data-gtts-page="contactus"] .social-links li + li {
        margin-top: 0.95rem;
      }

      body[data-gtts-page="contactus"] .footer-contact img {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
      }

      body[data-gtts-page="contactus"] .footer-contact a,
      body[data-gtts-page="contactus"] .footer-contact span,
      body[data-gtts-page="contactus"] .footer-links a,
      body[data-gtts-page="contactus"] .social-links a {
        color: #0b5499;
        font-size: 0.98rem;
      }

      body[data-gtts-page="contactus"] .footer-contact a,
      body[data-gtts-page="contactus"] .footer-contact span {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
      }

      body[data-gtts-page="contactus"] .footer-links a:hover,
      body[data-gtts-page="contactus"] .footer-contact a:hover,
      body[data-gtts-page="contactus"] .social-links a:hover {
        text-decoration: underline;
      }

      body[data-gtts-page="contactus"] .footer-column h3 {
        margin: 0 0 1.1rem;
        color: #0b5499;
        font-family: Arial, sans-serif;
        font-size: 1.9rem;
        font-weight: 700;
      }

      body[data-gtts-page="contactus"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
      }

      body[data-gtts-page="contactus"] .social-links i {
        font-size: 0.9rem;
      }

      body[data-gtts-page="contactus"] .social-links .bi-tiktok {
        color: #111111;
      }

      body[data-gtts-page="contactus"] .social-links .bi-instagram {
        color: #ef5a7b;
      }

      body[data-gtts-page="contactus"] .social-links .bi-twitter-x {
        color: #111111;
      }

      body[data-gtts-page="contactus"] .social-links .bi-youtube {
        color: #d11d1d;
      }

      body[data-gtts-page="contactus"] .social-links .bi-facebook {
        color: #315ec2;
      }

      body[data-gtts-page="contactus"] .copyright {
        background: #050505;
        color: #ffffff;
        text-align: center;
        padding: 1.5rem 1rem 1.8rem;
      }

      body[data-gtts-page="contactus"] .copyright p {
        margin: 0;
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .copyright a {
        color: #ffffff;
        text-decoration: underline;
      }

      body[data-gtts-page="contactus"] .share-toast {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        z-index: 1080;
        padding: 0.85rem 1rem;
        border-radius: 0.85rem;
        background: rgba(8, 12, 18, 0.94);
        color: #ffffff;
        font-size: 0.95rem;
        line-height: 1.45;
        box-shadow: var(--shadow-soft);
        opacity: 0;
        pointer-events: none;
        transform: translateY(18px);
        transition: opacity 0.22s ease, transform 0.22s ease;
      }

      body[data-gtts-page="contactus"] .share-toast.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="contactus"] .nav-actions {
          margin: 1.2rem 0 0;
          justify-content: flex-start;
        }

        body[data-gtts-page="contactus"] .hero-top {
          flex-direction: column;
        }

        body[data-gtts-page="contactus"] .language-picker {
          position: static;
          margin: 0 0 22px auto;
        }

        body[data-gtts-page="contactus"] .contact-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="contactus"] .cta-grid {
          grid-template-columns: auto 1fr;
        }

        body[data-gtts-page="contactus"] .cta-select-wrap {
          grid-column: 1 / -1;
          max-width: 360px;
          margin-left: auto;
        }

        body[data-gtts-page="contactus"] .cta-select-wrap::after,
        body[data-gtts-page="contactus"] .cta-select-wrap::before {
          display: none;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="contactus"] .container-xxl {
          padding-left: clamp(22px, 4vw, 36px);
          padding-right: clamp(22px, 4vw, 36px);
        }

        body[data-gtts-page="contactus"] header .container-xxl {
          padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
          padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        }

        body[data-gtts-page="contactus"] .hero-section {
          padding-bottom: 8.75rem;
        }

        body[data-gtts-page="contactus"] .message-card,
        body[data-gtts-page="contactus"] .info-card {
          padding: 1.35rem;
        }

        body[data-gtts-page="contactus"] .card-title {
          font-size: 1.7rem;
        }

        body[data-gtts-page="contactus"] .info-item h3 {
          font-size: 1.3rem;
        }

        body[data-gtts-page="contactus"] .cta-grid {
          grid-template-columns: 1fr;
          text-align: left;
        }

        body[data-gtts-page="contactus"] .shield-badge {
          width: 160px;
        }

        body[data-gtts-page="contactus"] .cta-select-wrap {
          margin-left: 0;
        }

        body[data-gtts-page="contactus"] .footer-column h3 {
          font-size: 1.55rem;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="contactus"] .utility-bar .container-xxl {
          flex-direction: column;
          align-items: flex-start !important;
        }

        body[data-gtts-page="contactus"] .main-nav {
          padding: 0.9rem 0;
        }

        body[data-gtts-page="contactus"] .hero-section {
          padding: 1.35rem 0 7.6rem;
        }

        body[data-gtts-page="contactus"] .hero-copy h1 {
          font-size: clamp(2.75rem, 16vw, 4rem);
        }

        body[data-gtts-page="contactus"] .hero-copy p {
          font-size: 1.05rem;
        }

        body[data-gtts-page="contactus"] .contact-panels {
          margin-top: -5rem;
        }

        body[data-gtts-page="contactus"] .message-card,
        body[data-gtts-page="contactus"] .info-card {
          padding: 1.2rem;
        }

        body[data-gtts-page="contactus"] .card-title {
          font-size: 1.45rem;
        }

        body[data-gtts-page="contactus"] .cta-section {
          padding: 2rem 0 2.25rem;
        }

        body[data-gtts-page="contactus"] .container-xxl {
          padding-left: 20px;
          padding-right: 20px;
        }

        body[data-gtts-page="contactus"] header .container-xxl {
          padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
          padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        }

        body[data-gtts-page="contactus"] .cta-select {
          min-height: 54px;
          font-size: 1rem;
        }

        body[data-gtts-page="contactus"] .footer-main {
          padding-top: 2.35rem;
        }

        body[data-gtts-page="contactus"] .copyright p {
          font-size: 0.94rem;
          line-height: 1.55;
        }
      }

      body[data-gtts-page="contactus"] .skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="contactus"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="contactus"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="contactus"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="contactus"] .site-header .utility-bar {
        min-height: 0;
        max-height: 40px;
        padding: 0;
        background: #1e4b73;
      }

      body[data-gtts-page="contactus"] .site-header .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="contactus"] .site-header .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        line-height: 1;
      }

      body[data-gtts-page="contactus"] .site-header .utility-phone {
        font-size: 1.05rem;
      }

      body[data-gtts-page="contactus"] .site-header .main-nav {
        min-height: 0;
        padding: 0;
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="contactus"] .site-header .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="contactus"] .site-header .navbar {
        padding: 0;
      }

      body[data-gtts-page="contactus"] .site-header .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="contactus"] .site-header .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="contactus"] .site-header .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="contactus"] .site-header .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="contactus"] .site-header .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="contactus"] .site-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="contactus"] .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="contactus"] .site-header .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="contactus"] .site-header .nav-link.active,
      body[data-gtts-page="contactus"] .site-header .nav-link:hover,
      body[data-gtts-page="contactus"] .site-header .nav-link:focus {
        color: var(--brand-blue);
      }

      body[data-gtts-page="contactus"] .site-header .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="contactus"] .site-header .login-link {
        min-width: 128px;
        justify-content: center;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        font-size: 1.05rem;
        font-weight: 600;
        box-shadow: none;
      }

      body[data-gtts-page="contactus"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-main .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        align-items: flex-start;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-brand img {
        width: min(210px, 100%);
        margin-bottom: 0;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: #0d4f92;
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact {
        display: grid;
        gap: 18px;
        margin-top: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact > a,
      body[data-gtts-page="contactus"] .site-footer .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact > span > span,
      body[data-gtts-page="contactus"] .site-footer .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-title {
        margin: 0 0 18px;
        color: #0d4f92;
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links,
      body[data-gtts-page="contactus"] .site-footer .social-links {
        display: grid;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links a,
      body[data-gtts-page="contactus"] .site-footer .social-links a {
        color: #0d4f92;
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links a:hover,
      body[data-gtts-page="contactus"] .site-footer .footer-links a:focus,
      body[data-gtts-page="contactus"] .site-footer .social-links a:hover,
      body[data-gtts-page="contactus"] .site-footer .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="contactus"] .site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="contactus"] .site-footer .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="contactus"] .site-header .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="contactus"] .site-header .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="contactus"] .site-header .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="contactus"] .site-header .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="contactus"] .site-header .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="contactus"] .site-header .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="contactus"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="contactus"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        body[data-gtts-page="contactus"] .site-header .utility-inner {
          min-height: 40px;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="contactus"] .site-header .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="contactus"] .site-header .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="contactus"] .site-header .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="contactus"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="contactus"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="contactus"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }
      /* Footer synced from https://www.gototrafficschool.com/about-cyberactive.aspx */
      body[data-gtts-page="contactus"] .site-footer {
        background: var(--footer-bg, #d9edf8);
      }

      body[data-gtts-page="contactus"] .site-footer .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-main .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        align-items: flex-start;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-brand img {
        width: min(210px, 100%);
        margin-bottom: 0;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--brand-blue, #0d4f92);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact {
        display: grid;
        gap: 18px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact > a,
      body[data-gtts-page="contactus"] .site-footer .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-contact > span > span,
      body[data-gtts-page="contactus"] .site-footer .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-title {
        margin: 0 0 18px;
        color: var(--brand-blue, #0d4f92);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links,
      body[data-gtts-page="contactus"] .site-footer .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links li,
      body[data-gtts-page="contactus"] .site-footer .social-links li {
        display: block;
        margin: 0;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links li + li,
      body[data-gtts-page="contactus"] .site-footer .social-links li + li {
        margin-top: 0;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links a,
      body[data-gtts-page="contactus"] .site-footer .social-links a {
        color: var(--brand-blue, #0d4f92);
        font-size: 1rem;
      }

      body[data-gtts-page="contactus"] .site-footer .footer-links a:hover,
      body[data-gtts-page="contactus"] .site-footer .footer-links a:focus,
      body[data-gtts-page="contactus"] .site-footer .social-links a:hover,
      body[data-gtts-page="contactus"] .site-footer .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="contactus"] .site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="contactus"] .site-footer .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="contactus"] .site-footer .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="contactus"] .site-footer .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="contactus"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="contactus"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }

    

    

/* ===== faq.html ===== */


      body[data-gtts-page="faq"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="faq"][data-gtts-page="faq"] {
        --brand-navy: #1d4b72;
        --brand-navy-deep: #14344f;
        --brand-blue: #0a5399;
        --brand-blue-soft: #dfeefb;
        --brand-blue-ice: #ebf5ff;
        --brand-pink-soft: #fff1f2;
        --brand-red: #ff5759;
        --brand-text: #121826;
        --brand-muted: #5b6674;
        --brand-line: #d9e2eb;
        --footer-bg: #d7ebf6;
        --shadow-soft: 0 18px 40px rgba(20, 52, 79, 0.08);
        --shadow-card: 0 18px 35px rgba(17, 54, 84, 0.08);
      }

      body[data-gtts-page="faq"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="faq"][data-gtts-page="faq"],
      body[data-gtts-page="faq"] {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      body[data-gtts-page="faq"] {
        margin: 0;
        background: #ffffff;
        color: var(--brand-text);
        font-family: Arial, sans-serif;
      }

      body[data-gtts-page="faq"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="faq"] img {
        display: block;
        max-width: 100%;
      }

      body[data-gtts-page="faq"] button,
      body[data-gtts-page="faq"] input,
      body[data-gtts-page="faq"] select {
        font: inherit;
      }

      body[data-gtts-page="faq"] .skip-link {
        position: absolute;
        top: 10px;
        left: -9999px;
        z-index: 5000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="faq"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="faq"] .page-shell {
        overflow: hidden;
      }

      body[data-gtts-page="faq"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="faq"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="faq"] .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="faq"] .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="faq"] .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="faq"] .share-button:hover,
      body[data-gtts-page="faq"] .share-button:focus {
        background: #fff;
        color: var(--brand-navy-deep);
      }

      body[data-gtts-page="faq"] .utility-phone {
        font-size: 1.05rem;
        font-weight: 500;
      }

      body[data-gtts-page="faq"] .main-nav {
        background: #fff;
        border-bottom: 1px solid #e6edf4;
      }

      body[data-gtts-page="faq"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="faq"] .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="faq"] .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="faq"] .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="faq"] .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="faq"] .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="faq"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="faq"] .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="faq"] .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="faq"] .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="faq"] .nav-link:hover,
      body[data-gtts-page="faq"] .nav-link:focus,
      body[data-gtts-page="faq"] .nav-link.active {
        color: var(--brand-blue);
      }

      body[data-gtts-page="faq"] .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="faq"] .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        color: #fff;
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="faq"] .login-link:hover,
      body[data-gtts-page="faq"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="faq"] .hero-section {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #dff0fe 0%, #d8ebfb 100%);
      }

      body[data-gtts-page="faq"] .hero-section::before {
        content: "";
        position: absolute;
        right: -5%;
        bottom: -30%;
        width: min(46vw, 640px);
        aspect-ratio: 1;
        border-radius: 50%;
        border: 40px solid rgba(120, 176, 233, 0.15);
      }

      body[data-gtts-page="faq"] .hero-section::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 32px;
        width: min(20vw, 280px);
        height: 160px;
        background-image: radial-gradient(rgba(72, 150, 220, 0.4) 1px, transparent 1px);
        background-size: 12px 12px;
        opacity: 0.9;
        clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 86%);
      }

      body[data-gtts-page="faq"] .hero-inner {
        position: relative;
        padding: 3rem 0 3.1rem;
        z-index: 1;
      }

      body[data-gtts-page="faq"] .hero-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2rem;
      }

      /* Match the wider nav container (1360px) so the hero content aligns with
         the logo, body[data-gtts-page="faq"] and pin the language picker's right edge to the nav/login
         right edge. (Manual override — preserve if regenerating this file.) */
      body[data-gtts-page="faq"] .hero-section .hero-inner {
        width: min(1360px, calc(100% - 32px));
      }
      body[data-gtts-page="faq"] .hero-section .language-picker {
        right: 0;
      }

      body[data-gtts-page="faq"] .hero-copy {
        max-width: 730px;
      }

      body[data-gtts-page="faq"] .hero-title {
        margin: 0 0 1rem;
        color: #050608;
        font-family: Arial, sans-serif;
        font-size: 48px;
        line-height: 0.98;
        font-weight: 800;
      }

      body[data-gtts-page="faq"] .hero-lead {
        max-width: 760px;
        margin: 0;
        color: #1d2430;
        font-size: clamp(1.16rem, 2vw, 1.42rem);
        line-height: 1.46;
      }

      body[data-gtts-page="faq"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 5;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="faq"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="faq"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="faq"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="faq"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="faq"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="faq"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #111;
      }

      body[data-gtts-page="faq"] .language-wrap-legacy::before {
        content: none;
        position: absolute;
        top: 50%;
        left: 0.9rem;
        transform: translateY(-50%);
        font-family: bootstrap-icons;
        color: #546172;
        font-size: 0.96rem;
        pointer-events: none;
      }

      body[data-gtts-page="faq"] .language-select {
        min-height: 46px;
        border: 1px solid #d6e0ea;
        border-radius: 0.85rem;
        padding-left: 2.55rem;
        background-color: #fff;
        color: #28313d;
        box-shadow: 0 10px 26px rgba(20, 52, 79, 0.06);
      }

      body[data-gtts-page="faq"] .language-select:focus,
      body[data-gtts-page="faq"] .search-input:focus,
      body[data-gtts-page="faq"] .support-link:focus,
      body[data-gtts-page="faq"] .cta-link:focus {
        border-color: rgba(10, 83, 153, 0.45);
        box-shadow: 0 0 0 0.22rem rgba(10, 83, 153, 0.12);
      }

      body[data-gtts-page="faq"] .search-shell {
        margin-top: 2rem;
        max-width: 720px;
      }

      body[data-gtts-page="faq"] .search-form {
        display: flex;
        align-items: center;
        gap: 0.9rem;
        padding: 0.38rem;
        border-radius: 0.9rem;
        background: #fff;
        box-shadow: var(--shadow-soft);
      }

      body[data-gtts-page="faq"] .search-input-wrap {
        position: relative;
        flex: 1 1 auto;
      }

      body[data-gtts-page="faq"] .search-input-wrap i {
        position: absolute;
        top: 50%;
        left: 1rem;
        transform: translateY(-50%);
        color: #4f5d6e;
        font-size: 1.08rem;
      }

      body[data-gtts-page="faq"] .search-input {
        min-height: 56px;
        border: 0;
        border-radius: 0.72rem;
        padding: 0.95rem 1rem 0.95rem 2.9rem;
        box-shadow: none;
      }

      body[data-gtts-page="faq"] .search-input:focus {
        outline: none;
      }

      body[data-gtts-page="faq"] .search-submit {
        min-width: 104px;
        min-height: 48px;
        border: 0;
        border-radius: 0.7rem;
        background: var(--brand-blue);
        color: #fff;
        font-weight: 700;
        transition: transform 0.2s ease, background-color 0.2s ease;
      }

      body[data-gtts-page="faq"] .search-submit:hover,
      body[data-gtts-page="faq"] .search-submit:focus {
        background: #08467f;
        transform: translateY(-1px);
      }

      body[data-gtts-page="faq"] .support-section {
        padding: 2.4rem 0 1.6rem;
      }

      body[data-gtts-page="faq"] .support-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
      }

      body[data-gtts-page="faq"] .support-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 1.4rem;
        align-items: start;
        padding: 1.55rem 1.7rem 1.6rem;
        border-radius: 1.2rem;
      }

      body[data-gtts-page="faq"] .support-card.is-pink {
        background: var(--brand-pink-soft);
      }

      body[data-gtts-page="faq"] .support-card.is-blue {
        background: #e8f2fc;
      }

      body[data-gtts-page="faq"] .support-icon {
        width: 84px;
        height: 84px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid currentColor;
        border-radius: 50%;
        font-size: 2rem;
        flex-shrink: 0;
        background: #ffffff;
      }

      body[data-gtts-page="faq"] .support-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
      }

      body[data-gtts-page="faq"] .support-card.is-pink .support-icon {
        color: var(--brand-red);
      }

      body[data-gtts-page="faq"] .support-card.is-blue .support-icon {
        color: var(--brand-blue);
      }

      body[data-gtts-page="faq"] .support-title {
        margin: 0;
        color: #2b3646;
        font-family: Arial, sans-serif;
        font-size: clamp(1.55rem, 2vw, 2.05rem);
        line-height: 1.16;
        font-weight: 700;
      }

      body[data-gtts-page="faq"] .support-copy {
        margin: 0.55rem 0 1.2rem;
        color: #27303d;
        font-size: 1.15rem;
        line-height: 1.45;
      }

      body[data-gtts-page="faq"] .support-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        min-width: 258px;
        padding: 1rem 1.35rem;
        border-radius: 0.8rem;
        color: #fff;
        font-size: 1.05rem;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="faq"] .support-card.is-pink .support-link {
        background: var(--brand-red);
      }

      body[data-gtts-page="faq"] .support-card.is-blue .support-link {
        background: var(--brand-blue);
      }

      body[data-gtts-page="faq"] .support-link:hover,
      body[data-gtts-page="faq"] .support-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(20, 52, 79, 0.14);
      }

      body[data-gtts-page="faq"] .faq-section {
        padding: 0.55rem 0 3.2rem;
      }

      body[data-gtts-page="faq"] .faq-shell {
        background: #fff;
      }

      body[data-gtts-page="faq"] .faq-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1rem;
      }

      body[data-gtts-page="faq"] .faq-meta p {
        margin: 0;
        color: var(--brand-muted);
        font-size: 0.98rem;
      }

      body[data-gtts-page="faq"] .faq-meta strong {
        color: var(--brand-blue);
      }

      /* .faq-list {
        border-top: 1px solid var(--brand-line);
      } body[data-gtts-page="faq"] */

      body[data-gtts-page="faq"] .faq-item {
        border: 0;
        /* border-bottom: 1px solid var(--brand-line); */
        border-radius: 0;
        background: transparent;
      }

      body[data-gtts-page="faq"] .faq-question-heading {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        align-items: start;
        gap: 1rem;
        margin: 0;
        padding: 1rem 0 0.45rem;
        color: var(--brand-blue);
        font-size: 1rem;
        font-weight: 700;
      }

      body[data-gtts-page="faq"] .faq-index {
        width: 22px;
        min-height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.12rem;
        border-radius: 0.35rem;
        background: #edf4fb;
        color: #7b8ca0;
        font-size: 0.82rem;
        font-weight: 700;
      }

      body[data-gtts-page="faq"] .faq-question {
        padding-right: 2.8rem;
        line-height: 1.45;
      }

      body[data-gtts-page="faq"] .faq-body {
        padding: 0 0 1rem 3rem;
        color: var(--brand-muted);
        font-size: 0.95rem;
        line-height: 1.6;
      }

      body[data-gtts-page="faq"] .faq-empty {
        display: none;
        margin-top: 1.25rem;
        padding: 1.2rem 1.3rem;
        border: 1px solid #d7e6f3;
        border-radius: 1rem;
        background: #f7fbff;
        color: #3d5065;
      }

      body[data-gtts-page="faq"] .faq-empty.is-visible {
        display: block;
      }

      body[data-gtts-page="faq"] .cta-section {
        padding: 0 0 0.1rem;
      }

      body[data-gtts-page="faq"] .cta-panel {
        position: relative;
        display: grid;
        grid-template-columns: auto minmax(0, 1.2fr) minmax(320px, 370px);
        align-items: center;
        gap: 2.5rem;
        padding: 2.5rem 3rem;
        background: linear-gradient(135deg, #0f4069 0%, #0d4d88 100%);
        color: #fff;
      }

      body[data-gtts-page="faq"] .shield-orb {
        position: relative;
        width: 150px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(191, 220, 244, 0.2);
        box-shadow: inset 0 0 0 14px rgba(191, 220, 244, 0.16);
      }

      body[data-gtts-page="faq"] .shield-orb::before {
        content: "";
        width: 92px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #ffffff;
      }

      /* Replaced the shield glyph with a custom icon image; keep the orb's
         circular frame for contrast against the dark CTA panel. */
      body[data-gtts-page="faq"] .shield-orb::after {
        content: none;
      }

      body[data-gtts-page="faq"] .shield-orb img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: auto;
      }

      body[data-gtts-page="faq"] .cta-copy h2 {
        margin: 0 0 0.85rem;
        font-family: Arial, sans-serif;
        font-size: clamp(2rem, 3.2vw, 3.1rem);
        line-height: 1.08;
        font-weight: 800;
      }

      body[data-gtts-page="faq"] .cta-copy p {
        max-width: 560px;
        margin: 0;
        color: rgba(255, 255, 255, 0.94);
        font-size: 1.15rem;
        line-height: 1.55;
      }

      body[data-gtts-page="faq"] .cta-action {
        position: relative;
      }

      body[data-gtts-page="faq"] .cta-action::before {
        content: "";
        position: absolute;
        left: -118px;
        top: 50%;
        width: 72px;
        border-top: 2px dashed rgba(255, 255, 255, 0.72);
        transform: translateY(-50%);
      }

      body[data-gtts-page="faq"] .cta-action::after {
        content: "\F138";
        position: absolute;
        left: -52px;
        top: calc(50% - 15px);
        font-family: bootstrap-icons;
        color: rgba(255, 255, 255, 0.86);
        font-size: 1.15rem;
      }

      /* Replaced the CSS dashed arrow with a custom arrow image. */
      body[data-gtts-page="faq"] .cta-action::before,
      body[data-gtts-page="faq"] .cta-action::after {
        content: none;
      }

      body[data-gtts-page="faq"] .cta-arrow-img {
        position: absolute;
        left: -122px;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: auto;
      }

      body[data-gtts-page="faq"] .cta-link {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        width: 100%;
        padding: 1.15rem 1.35rem;
        border-radius: 0.9rem;
        background: #fff;
        color: var(--brand-blue);
        font-size: 1rem;
        font-weight: 700;
        box-shadow: 0 20px 38px rgba(4, 23, 39, 0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="faq"] .cta-link:hover,
      body[data-gtts-page="faq"] .cta-link:focus {
        color: var(--brand-blue);
        transform: translateY(-1px);
        box-shadow: 0 22px 42px rgba(4, 23, 39, 0.2);
      }

      body[data-gtts-page="faq"] .cta-link-label {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
      }

      body[data-gtts-page="faq"] .site-footer {
        margin-top: 0;
        background: var(--footer-bg);
      }

      body[data-gtts-page="faq"] .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="faq"] .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="faq"] .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--brand-blue);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="faq"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="faq"] .footer-contact > a,
      body[data-gtts-page="faq"] .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="faq"] .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="faq"] .footer-contact > span > span,
      body[data-gtts-page="faq"] .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="faq"] .footer-title {
        margin: 0 0 18px;
        color: var(--brand-blue);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="faq"] .footer-links,
      body[data-gtts-page="faq"] .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="faq"] .footer-links a,
      body[data-gtts-page="faq"] .social-links a {
        color: var(--brand-blue);
        font-size: 1rem;
      }

      body[data-gtts-page="faq"] .footer-links a:hover,
      body[data-gtts-page="faq"] .footer-links a:focus,
      body[data-gtts-page="faq"] .social-links a:hover,
      body[data-gtts-page="faq"] .social-links a:focus {
        color: var(--brand-navy-deep);
      }

      body[data-gtts-page="faq"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="faq"] .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="faq"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="faq"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      body[data-gtts-page="faq"] .share-toast {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 4000;
        padding: 0.85rem 1rem;
        border-radius: 0.85rem;
        background: rgba(10, 17, 25, 0.94);
        color: #fff;
        font-size: 0.94rem;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
      }

      body[data-gtts-page="faq"] .share-toast.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="faq"] .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="faq"] .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="faq"] .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="faq"] .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="faq"] .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }

        body[data-gtts-page="faq"] .hero-top {
          flex-direction: column;
        }

        body[data-gtts-page="faq"] .language-picker {
          position: static;
          margin: 0 0 22px auto;
        }

        body[data-gtts-page="faq"] .support-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="faq"] .cta-panel {
          grid-template-columns: auto minmax(0, 1fr);
        }

        body[data-gtts-page="faq"] .cta-action {
          grid-column: 1 / -1;
          max-width: 360px;
        }

        body[data-gtts-page="faq"] .cta-action::before,
        body[data-gtts-page="faq"] .cta-action::after,
        body[data-gtts-page="faq"] .cta-arrow-img {
          display: none;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="faq"] .container-page {
          width: min(1280px, calc(100% - 20px));
        }

        body[data-gtts-page="faq"] .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="faq"] .share-button {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="faq"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="faq"] .hero-inner {
          padding: 2.4rem 0 2.5rem;
        }

        body[data-gtts-page="faq"] .search-form {
          flex-direction: column;
          padding: 0.7rem;
        }

        body[data-gtts-page="faq"] .search-input-wrap,
        body[data-gtts-page="faq"] .search-submit {
          width: 100%;
        }

        body[data-gtts-page="faq"] .support-card {
          grid-template-columns: 1fr;
          padding: 1.4rem;
        }

        body[data-gtts-page="faq"] .support-link {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="faq"] .faq-meta {
          align-items: flex-start;
          flex-direction: column;
        }

        body[data-gtts-page="faq"] .faq-question-heading {
          grid-template-columns: 28px minmax(0, 1fr);
          gap: 0.75rem;
        }

        body[data-gtts-page="faq"] .faq-question {
          padding-right: 2.1rem;
        }

        body[data-gtts-page="faq"] .faq-body {
          padding-left: 2.25rem;
        }

        body[data-gtts-page="faq"] .cta-panel {
          grid-template-columns: 1fr;
          padding: 2rem 1.2rem;
          gap: 1.4rem;
        }

        body[data-gtts-page="faq"] .shield-orb {
          width: 124px;
        }

        body[data-gtts-page="faq"] .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="faq"] .footer-main {
          padding-bottom: 18px;
        }
      }
    

    

/* ===== howItWorks.html ===== */


      body[data-gtts-page="howitworks"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="howitworks"][data-gtts-page="howitworks"] {
        --navy: #1f4a73;
        --navy-dark: #163c61;
        --navy-soft: #0d5aa0;
        --sky: #d9ecff;
        --sky-soft: #eef6ff;
        --text: #101828;
        --muted: #4b5565;
        --line: #d8dde4;
        --footer-bg: #d8edf9;
        --white: #ffffff;
        --shadow: 0 20px 40px rgba(22, 60, 97, 0.12);
      }

      body[data-gtts-page="howitworks"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="howitworks"] {
        margin: 0;
        color: var(--text);
        font-family: Arial, sans-serif;
        background: #fff;
        border-top: 2px solid var(--navy);
      }

      body[data-gtts-page="howitworks"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="howitworks"] a:hover {
        color: inherit;
      }

      body[data-gtts-page="howitworks"] img {
        max-width: 100%;
        display: block;
      }

      body[data-gtts-page="howitworks"] .page-shell {
        overflow: hidden;
      }

      body[data-gtts-page="howitworks"] .page-shell .container-xxl {
        width: min(1180px, calc(100% - 72px));
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
      }

      body[data-gtts-page="howitworks"] .utility-bar {
        background: var(--navy);
        color: var(--white);
        padding: 0;
      }

      body[data-gtts-page="howitworks"] .utility-bar .container-xxl {
        gap: 1rem;
      }

      body[data-gtts-page="howitworks"] .share-button {
        min-width: 132px;
        border: 1px solid rgba(255, 255, 255, 0.65);
        border-radius: 999px;
        background: transparent;
        color: var(--white);
        height: 30px;
        max-height: 30px;
        padding: 0 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
        line-height: 1;
        text-transform: uppercase;
        transition: background-color 0.2s ease, border-color 0.2s ease;
      }

      body[data-gtts-page="howitworks"] .share-button:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.9);
      }

      body[data-gtts-page="howitworks"] .utility-phone {
        color: var(--white);
        font-size: 0.92rem;
      }

      body[data-gtts-page="howitworks"] .main-nav {
        padding: 1.15rem 0 0;
        background: #fff;
      }

      body[data-gtts-page="howitworks"] .main-nav .navbar-brand img {
        width: min(245px, 100%);
      }

      body[data-gtts-page="howitworks"] .main-nav .navbar-toggler {
        border: 1px solid rgba(31, 74, 115, 0.2);
      }

      body[data-gtts-page="howitworks"] .main-nav .navbar-toggler:focus {
        box-shadow: 0 0 0 0.15rem rgba(31, 74, 115, 0.2);
      }

      body[data-gtts-page="howitworks"] .nav-links {
        gap: 0.85rem;
        flex-wrap: nowrap;
      }

      body[data-gtts-page="howitworks"] .nav-links .nav-link {
        color: #151515;
        font-size: 0.95rem;
        font-weight: 500;
        padding: 0.3rem 0.15rem;
        white-space: nowrap;
        transition: color 0.2s ease;
      }

      body[data-gtts-page="howitworks"] .nav-links .nav-link:hover,
      body[data-gtts-page="howitworks"] .nav-links .nav-link.active {
        color: var(--navy-soft);
      }

      body[data-gtts-page="howitworks"] .navbar-expand-xl .navbar-collapse {
        align-items: flex-start;
        justify-content: flex-end;
      }

      body[data-gtts-page="howitworks"] .nav-actions {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 0.75rem;
        margin-left: 1.1rem;
      }

      body[data-gtts-page="howitworks"] .login-link {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        color: var(--white);
        background: linear-gradient(180deg, #3d6f99 0%, var(--navy) 100%);
        border-radius: 1.1rem;
        padding: 0.9rem 1.2rem;
        font-size: 0.95rem;
        font-weight: 500;
        box-shadow: 0 16px 30px rgba(31, 74, 115, 0.18);
      }

      body[data-gtts-page="howitworks"] .login-link i {
        font-size: 1.1rem;
      }

      body[data-gtts-page="howitworks"] .language-block {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        min-width: 0;
        width: 170px;
      }

      body[data-gtts-page="howitworks"] .language-block label {
        color: #2f2f2f;
        font-size: 0.9rem;
        font-weight: 500;
      }

      body[data-gtts-page="howitworks"] .language-select-wrap {
        position: relative;
      }

      body[data-gtts-page="howitworks"] .language-select-wrap::before {
        content: "\F3E8";
        position: absolute;
        top: 50%;
        left: 0.85rem;
        transform: translateY(-50%);
        font-family: bootstrap-icons;
        color: #5f6875;
        font-size: 0.95rem;
        pointer-events: none;
      }

      body[data-gtts-page="howitworks"] .language-select {
        border-radius: 0.7rem;
        border: 1px solid #d8dde4;
        padding-left: 2.4rem;
        min-height: 42px;
        color: #313743;
      }

      body[data-gtts-page="howitworks"] .hero-section {
        position: relative;
        padding: 1.9rem 0 1.35rem;
      }

      body[data-gtts-page="howitworks"] .hero-heading h1 {
        margin: 0;
        color: #000;
        font-size: clamp(44px, 5vw, 66px);
        line-height: 1.02;
        font-weight: 800;
        letter-spacing: 0;
      }

      body[data-gtts-page="howitworks"] .how-video-panel {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(260px, 0.86fr);
        align-items: start;
        gap: 34px;
        margin-top: 24px;
        padding: 26px 30px;
        border-radius: 16px;
        background: #e3f3ff;
      }

      body[data-gtts-page="howitworks"] .how-video-frame {
        overflow: hidden;
        border-radius: 12px;
        background: #102033;
      }

      body[data-gtts-page="howitworks"] .how-video-frame img {
        width: 100%;
        aspect-ratio: 16 / 9;
        display: block;
        object-fit: cover;
      }

      body[data-gtts-page="howitworks"] .how-video-copy {
        padding: 6px 0 0;
      }

      body[data-gtts-page="howitworks"] .how-video-title-row {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 24px;
      }

      body[data-gtts-page="howitworks"] .how-video-play {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #005795;
        color: #fff;
        font-size: 22px;
        line-height: 1;
      }

      body[data-gtts-page="howitworks"] .how-video-play i {
        margin-left: 2px;
      }

      body[data-gtts-page="howitworks"] .how-video-copy h2 {
        margin: 0;
        color: #050505;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(26px, 2.4vw, 34px);
        font-weight: 800;
        line-height: 1.1;
      }

      body[data-gtts-page="howitworks"] .how-video-copy p {
        max-width: 330px;
        margin: 0;
        color: #111827;
        font-size: clamp(17px, 1.35vw, 21px);
        line-height: 1.35;
      }

      body[data-gtts-page="howitworks"] .how-video-duration {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 38px;
        color: #005795;
      }

      body[data-gtts-page="howitworks"] .how-video-duration i {
        font-size: 64px;
        line-height: 1;
        transform: rotate(180deg);
      }

      body[data-gtts-page="howitworks"] .how-video-duration strong {
        margin-top: 48px;
        color: #005795;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(28px, 2.6vw, 36px);
        font-style: italic;
        font-weight: 800;
        line-height: 1;
      }

      /* Video placeholder section (added after the hero). */
      body[data-gtts-page="howitworks"] .video-section {
        padding: 0.6rem 0 1.8rem;
      }

      body[data-gtts-page="howitworks"] .video-frame {
        max-width: 960px;
        margin: 0 auto;
      }

      body[data-gtts-page="howitworks"] .video-frame img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px;
        box-shadow: 0 18px 44px rgba(20, 52, 79, 0.16);
      }

      body[data-gtts-page="howitworks"] .hero-section .container-xxl,
      body[data-gtts-page="howitworks"] .timeline-section .container-xxl {
        width: min(1360px, calc(100% - 32px));
        max-width: none;
        padding-left: 0;
        padding-right: 0;
      }

      body[data-gtts-page="howitworks"] .hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
        align-items: center;
        gap: 1.5rem 2.75rem;
      }

      body[data-gtts-page="howitworks"] .hero-copy h1 {
        margin: 0;
        font-size: clamp(2.7rem, 5vw, 3.8rem);
        line-height: 0.99;
        font-weight: 750;
      }

      body[data-gtts-page="howitworks"] .hero-underline {
        width: 70px;
        height: 3px;
        margin: 1.25rem 0 1.9rem;
        border-radius: 999px;
        background: var(--navy-soft);
      }

      body[data-gtts-page="howitworks"] .hero-copy p {
        max-width: 560px;
        margin: 0;
        color: #181d27;
        font-size: clamp(1.02rem, 1.5vw, 1.16rem);
        line-height: 1.5;
      }

      body[data-gtts-page="howitworks"] .hero-visual-col {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 1.5rem;
      }

      body[data-gtts-page="howitworks"] .hero-device-scene {
        position: relative;
        width: min(100%, 520px);
      }

      body[data-gtts-page="howitworks"] .hero-device-scene img {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 18px 22px rgba(15, 23, 42, 0.12));
      }

      @media (min-width: 1200px) and (max-width: 1399.98px) {
        body[data-gtts-page="howitworks"] .hero-section {
          padding: 1rem 0 0.45rem;
        }

        body[data-gtts-page="howitworks"] .hero-section .container-xxl,
        body[data-gtts-page="howitworks"] .timeline-section .container-xxl,
        body[data-gtts-page="howitworks"] .video-section .container-xxl {
          width: auto;
          max-width: none;
          margin-left: var(--gtts-header-gutter);
          margin-right: var(--gtts-header-right-gutter);
        }

        body[data-gtts-page="howitworks"] .hero-grid {
          grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
          gap: 1rem 2rem;
        }

        body[data-gtts-page="howitworks"] .hero-copy h1 {
          font-size: 3.05rem;
        }

        body[data-gtts-page="howitworks"] .hero-underline {
          margin: 0.85rem 0 1.15rem;
        }

        body[data-gtts-page="howitworks"] .hero-copy p {
          max-width: 520px;
          font-size: 1rem;
          line-height: 1.38;
        }

        body[data-gtts-page="howitworks"] .hero-device-scene {
          width: min(100%, 360px);
        }

        body[data-gtts-page="howitworks"] .video-section {
          padding: 0.15rem 0 1.2rem;
        }

        body[data-gtts-page="howitworks"] .video-frame {
          max-width: 680px;
        }

        body[data-gtts-page="howitworks"] .how-video-panel {
          grid-template-columns: minmax(0, 1.8fr) minmax(240px, 0.8fr);
          gap: 28px;
          padding: 24px 28px;
        }

        body[data-gtts-page="howitworks"] .how-video-copy p {
          font-size: 17px;
        }

        body[data-gtts-page="howitworks"] .how-video-duration {
          margin-top: 28px;
        }

        body[data-gtts-page="howitworks"] .how-video-duration i {
          font-size: 56px;
        }
      }

      body[data-gtts-page="howitworks"] .timeline-section {
        padding: 0.65rem 0 1.4rem;
      }

      body[data-gtts-page="howitworks"] .timeline {
        display: grid;
        gap: 0;
      }

      body[data-gtts-page="howitworks"] .timeline-item {
        position: relative;
        display: grid;
        grid-template-columns: 116px 30px 100px minmax(0, 1fr);
        align-items: start;
        gap: 0 16px;
        padding: 0.95rem 0 3.1rem;
      }

      body[data-gtts-page="howitworks"] .timeline-item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 58px;
        top: 96px;
        bottom: -53px;
        border-left: 2px dashed #d7dce4;
        transform: translateX(-50%);
        z-index: 0;
      }

      body[data-gtts-page="howitworks"] .timeline-item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 136px;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid var(--line);
      }

      body[data-gtts-page="howitworks"] .step-rail {
        position: relative;
        display: flex;
        justify-content: center;
      }

      body[data-gtts-page="howitworks"] .step-badge {
        position: relative;
        z-index: 1;
      }

      body[data-gtts-page="howitworks"] .step-badge {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        background: #0d5aa0;
        color: #fff;
        display: grid;
        place-items: center;
        font-size: 1.95rem;
        font-weight: 700;
      }

      body[data-gtts-page="howitworks"] .step-dot {
        display: flex;
        justify-content: center;
        padding-top: 2.35rem;
      }

      body[data-gtts-page="howitworks"] .step-dot::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #0d5aa0;
      }

      body[data-gtts-page="howitworks"] .step-icon {
        padding-top: 0.2rem;
      }

      body[data-gtts-page="howitworks"] .step-icon img {
        width: 84px;
        height: 84px;
      }

      body[data-gtts-page="howitworks"] .step-copy h2 {
        margin: 0 0 0.55rem;
        font-size: clamp(1.7rem, 2.4vw, 1.95rem);
        line-height: 1.15;
        font-weight: 740;
      }

      body[data-gtts-page="howitworks"] .step-copy p {
        margin: 0 0 1rem;
        max-width: 630px;
        color: #252b37;
        font-size: 0.95rem;
        line-height: 1.42;
      }

      body[data-gtts-page="howitworks"] .benefits-section {
        padding: 1.85rem 0 2.5rem;
      }

      body[data-gtts-page="howitworks"] .benefits-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.5rem;
      }

      body[data-gtts-page="howitworks"] .benefit {
        text-align: center;
      }

      body[data-gtts-page="howitworks"] .benefit img {
        width: 120px;
        height: 120px;
        margin: 0 auto 1.1rem;
      }

      body[data-gtts-page="howitworks"] .benefit p {
        margin: 0;
        color: #151515;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 500;
      }

      body[data-gtts-page="howitworks"] .cta-section {
        padding: 0 0 0.1rem;
      }

      body[data-gtts-page="howitworks"] .cta-band {
        position: relative;
        overflow: hidden;
        background: var(--navy);
        color: #fff;
        padding: 3.95rem 1.5rem 3.35rem;
        text-align: center;
      }

      body[data-gtts-page="howitworks"] .cta-band::before,
      body[data-gtts-page="howitworks"] .cta-band::after {
        content: "";
        position: absolute;
        top: 0;
        width: 180px;
        height: 100%;
        opacity: 0.22;
        background-image: radial-gradient(circle, #7da3c5 0 3px, transparent 3px);
        background-size: 27px 27px;
      }

      body[data-gtts-page="howitworks"] .cta-band::before {
        left: 0;
      }

      body[data-gtts-page="howitworks"] .cta-band::after {
        right: 0;
      }

      body[data-gtts-page="howitworks"] .cta-band h2 {
        position: relative;
        z-index: 1;
        margin: 0 auto 1.55rem;
        max-width: 520px;
        font-size: 25px;
        line-height: 1.95;
        font-weight: 700;
      }

      body[data-gtts-page="howitworks"] .cta-band .btn {
        position: relative;
        z-index: 1;
        min-width: 205px;
        border: 0;
        border-radius: 9px;
        padding: 0.52rem 1.35rem;
        background: #fff;
        color: #111827;
        font-size: 16px;
        font-weight: 500;
        box-shadow: 0 15px 30px rgba(15, 23, 42, 0.18);
      }

      body[data-gtts-page="howitworks"] .site-footer {
        margin-top: 0;
      }

      body[data-gtts-page="howitworks"] .footer-main {
        background: var(--footer-bg);
        padding: 3.55rem 0 1.8rem;
      }

      body[data-gtts-page="howitworks"] .footer-brand img {
        width: min(235px, 100%);
        margin-bottom: 1.4rem;
      }

      body[data-gtts-page="howitworks"] .footer-brand p {
        max-width: 355px;
        margin: 0 0 1.7rem;
        color: #0b5499;
        font-size: 0.98rem;
        line-height: 1.6;
      }

      body[data-gtts-page="howitworks"] .footer-contact,
      body[data-gtts-page="howitworks"] .footer-links,
      body[data-gtts-page="howitworks"] .social-links {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      body[data-gtts-page="howitworks"] .footer-contact li,
      body[data-gtts-page="howitworks"] .social-links li {
        display: flex;
        align-items: center;
        gap: 0.8rem;
      }

      body[data-gtts-page="howitworks"] .footer-contact li + li,
      body[data-gtts-page="howitworks"] .social-links li + li,
      body[data-gtts-page="howitworks"] .footer-links li + li {
        margin-top: 0.95rem;
      }

      body[data-gtts-page="howitworks"] .footer-contact img {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
      }

      body[data-gtts-page="howitworks"] .footer-contact span,
      body[data-gtts-page="howitworks"] .footer-contact a,
      body[data-gtts-page="howitworks"] .footer-links a,
      body[data-gtts-page="howitworks"] .social-links a {
        color: #0b5499;
        font-size: 0.98rem;
      }

      body[data-gtts-page="howitworks"] .footer-links a:hover,
      body[data-gtts-page="howitworks"] .footer-contact a:hover,
      body[data-gtts-page="howitworks"] .social-links a:hover {
        text-decoration: underline;
      }

      body[data-gtts-page="howitworks"] .footer-column h3 {
        margin: 0 0 1.15rem;
        color: #0b5499;
        font-size: 1.8rem;
        font-weight: 700;
      }

      body[data-gtts-page="howitworks"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
      }

      body[data-gtts-page="howitworks"] .social-links i {
        font-size: 0.82rem;
      }

      body[data-gtts-page="howitworks"] .social-links .bi-tiktok {
        color: #111;
      }

      body[data-gtts-page="howitworks"] .social-links .bi-instagram {
        color: #ff6a45;
      }

      body[data-gtts-page="howitworks"] .social-links .bi-twitter-x {
        color: #111;
      }

      body[data-gtts-page="howitworks"] .social-links .bi-youtube {
        color: #d41c1c;
      }

      body[data-gtts-page="howitworks"] .social-links .bi-facebook {
        color: #325cbe;
      }

      body[data-gtts-page="howitworks"] .copyright {
        background: #050505;
        color: #fff;
        text-align: center;
        padding: 1.55rem 1rem 1.9rem;
        font-size: 0.96rem;
      }

      body[data-gtts-page="howitworks"] .copyright p {
        margin: 0;
      }

      body[data-gtts-page="howitworks"] .copyright a {
        color: #fff;
        text-decoration: underline;
      }

      body[data-gtts-page="howitworks"] .share-toast {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        z-index: 1090;
        padding: 0.85rem 1rem;
        border-radius: 0.8rem;
        background: rgba(8, 12, 18, 0.94);
        color: #fff;
        font-size: 0.94rem;
        line-height: 1.4;
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(18px);
        transition: opacity 0.22s ease, transform 0.22s ease;
      }

      body[data-gtts-page="howitworks"] .share-toast.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="howitworks"] .nav-actions {
          flex-direction: column-reverse;
          align-items: stretch;
          margin: 1.25rem 0 0;
        }

        body[data-gtts-page="howitworks"] .login-link {
          width: fit-content;
        }

        body[data-gtts-page="howitworks"] .language-block {
          width: 100%;
          max-width: 260px;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="howitworks"] .page-shell .container-xxl {
          width: min(1180px, calc(100% - 48px));
        }

        body[data-gtts-page="howitworks"] .hero-grid {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        body[data-gtts-page="howitworks"] .how-video-panel {
          grid-template-columns: 1fr;
          gap: 24px;
        }

        body[data-gtts-page="howitworks"] .how-video-copy {
          padding: 0;
        }

        body[data-gtts-page="howitworks"] .how-video-copy p {
          max-width: 520px;
        }

        body[data-gtts-page="howitworks"] .how-video-duration {
          margin-top: 22px;
        }

        body[data-gtts-page="howitworks"] .language-picker {
          position: static;
          margin: 0 0 18px auto;
        }

        body[data-gtts-page="howitworks"] .hero-visual-col {
          align-items: flex-start;
        }

        body[data-gtts-page="howitworks"] .timeline-item {
          grid-template-columns: 110px 20px 92px minmax(0, 1fr);
          gap: 0 16px;
        }

        body[data-gtts-page="howitworks"] .timeline-item:not(:last-child)::after {
          left: 129px;
        }

        body[data-gtts-page="howitworks"] .timeline-item:not(:last-child)::before {
          left: 55px;
        }

        body[data-gtts-page="howitworks"] .benefits-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        body[data-gtts-page="howitworks"] .footer-column h3 {
          font-size: 1.55rem;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="howitworks"] .page-shell .container-xxl {
          width: min(1180px, calc(100% - 32px));
        }

        body[data-gtts-page="howitworks"] .utility-bar .container-xxl {
          flex-direction: column;
          align-items: flex-start !important;
        }

        body[data-gtts-page="howitworks"] .main-nav {
          padding-top: 0.85rem;
        }

        body[data-gtts-page="howitworks"] .main-nav .navbar-brand img {
          width: min(220px, 100%);
        }

        body[data-gtts-page="howitworks"] .hero-section {
          padding-top: 1.4rem;
        }

        body[data-gtts-page="howitworks"] .hero-heading h1 {
          font-size: clamp(42px, 13vw, 58px);
        }

        body[data-gtts-page="howitworks"] .how-video-panel {
          margin-top: 20px;
          padding: 18px;
          border-radius: 14px;
        }

        body[data-gtts-page="howitworks"] .how-video-title-row {
          gap: 12px;
          margin-bottom: 16px;
        }

        body[data-gtts-page="howitworks"] .how-video-play {
          width: 36px;
          height: 36px;
          flex-basis: 36px;
          font-size: 19px;
        }

        body[data-gtts-page="howitworks"] .how-video-copy h2 {
          font-size: 25px;
        }

        body[data-gtts-page="howitworks"] .how-video-copy p {
          font-size: 16px;
        }

        body[data-gtts-page="howitworks"] .how-video-duration {
          align-items: flex-start;
          margin-top: 18px;
        }

        body[data-gtts-page="howitworks"] .how-video-duration i {
          font-size: 42px;
        }

        body[data-gtts-page="howitworks"] .how-video-duration strong {
          margin-top: 30px;
          font-size: 26px;
        }

        body[data-gtts-page="howitworks"] .hero-copy h1 {
          font-size: clamp(2.8rem, 16vw, 4rem);
        }

        body[data-gtts-page="howitworks"] .hero-copy p {
          font-size: 1.08rem;
        }

        body[data-gtts-page="howitworks"] .timeline-item {
          grid-template-columns: auto auto 1fr;
          align-items: center;
          gap: 1rem;
          padding-bottom: 2rem;
        }

        body[data-gtts-page="howitworks"] .step-copy {
          grid-column: 1 / -1;
        }

        body[data-gtts-page="howitworks"] .timeline-item:not(:last-child)::after {
          left: 0;
        }

        body[data-gtts-page="howitworks"] .step-rail {
          justify-content: flex-start;
        }

        body[data-gtts-page="howitworks"] .timeline-item:not(:last-child)::before,
        body[data-gtts-page="howitworks"] .step-dot {
          display: none;
        }

        body[data-gtts-page="howitworks"] .step-icon,
        body[data-gtts-page="howitworks"] .step-copy {
          padding-left: 0;
        }

        body[data-gtts-page="howitworks"] .benefits-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body[data-gtts-page="howitworks"] .cta-band {
          padding: 3rem 1.25rem 3.15rem;
        }

        body[data-gtts-page="howitworks"] .cta-band::before,
        body[data-gtts-page="howitworks"] .cta-band::after {
          width: 84px;
        }
      }

      @media (max-width: 479.98px) {
        body[data-gtts-page="howitworks"] .share-button {
          width: 100%;
        }

        body[data-gtts-page="howitworks"] .benefits-grid {
          grid-template-columns: 1fr;
        }
      }

      body[data-gtts-page="howitworks"] .skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="howitworks"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="howitworks"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="howitworks"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="howitworks"] .site-header .utility-bar {
        min-height: 0;
        max-height: 40px;
        padding: 0;
        background: #1e4b73;
      }

      body[data-gtts-page="howitworks"] .site-header .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="howitworks"] .site-header .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        line-height: 1;
      }

      body[data-gtts-page="howitworks"] .site-header .utility-phone {
        font-size: 1.05rem;
      }

      body[data-gtts-page="howitworks"] .site-header .main-nav {
        min-height: 0;
        padding: 0;
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="howitworks"] .site-header .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="howitworks"] .site-header .navbar {
        padding: 0;
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="howitworks"] .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="howitworks"] .site-header .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="howitworks"] .site-header .nav-link.active,
      body[data-gtts-page="howitworks"] .site-header .nav-link:hover,
      body[data-gtts-page="howitworks"] .site-header .nav-link:focus {
        color: var(--navy-soft);
      }

      body[data-gtts-page="howitworks"] .site-header .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="howitworks"] .site-header .login-link {
        min-width: 128px;
        justify-content: center;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        font-size: 1.05rem;
        font-weight: 600;
        box-shadow: none;
      }

      body[data-gtts-page="howitworks"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 5;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="howitworks"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="howitworks"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="howitworks"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="howitworks"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="howitworks"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="howitworks"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #111;
      }

      body[data-gtts-page="howitworks"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-main .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        align-items: flex-start;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-brand img {
        width: min(210px, 100%);
        margin-bottom: 0;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: #0d4f92;
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact {
        display: grid;
        gap: 18px;
        margin-top: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact > a,
      body[data-gtts-page="howitworks"] .site-footer .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact > span > span,
      body[data-gtts-page="howitworks"] .site-footer .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-title {
        margin: 0 0 18px;
        color: #0d4f92;
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links,
      body[data-gtts-page="howitworks"] .site-footer .social-links {
        display: grid;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links a,
      body[data-gtts-page="howitworks"] .site-footer .social-links a {
        color: #0d4f92;
        font-size: 1rem;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links a:hover,
      body[data-gtts-page="howitworks"] .site-footer .footer-links a:focus,
      body[data-gtts-page="howitworks"] .site-footer .social-links a:hover,
      body[data-gtts-page="howitworks"] .site-footer .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="howitworks"] .site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="howitworks"] .site-footer .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="howitworks"] .site-header .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="howitworks"] .site-header .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="howitworks"] .site-header .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="howitworks"] .site-header .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="howitworks"] .site-header .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="howitworks"] .site-header .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="howitworks"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="howitworks"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        body[data-gtts-page="howitworks"] .site-header .utility-inner {
          min-height: 40px;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="howitworks"] .site-header .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="howitworks"] .site-header .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="howitworks"] .site-header .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="howitworks"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="howitworks"] .hero-language-block {
          justify-content: stretch;
        }

        body[data-gtts-page="howitworks"] .hero-language-block .language-block {
          width: 100%;
        }

        body[data-gtts-page="howitworks"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="howitworks"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }
      /* Footer synced from https://www.gototrafficschool.com/about-cyberactive.aspx */
      body[data-gtts-page="howitworks"] .site-footer {
        background: var(--footer-bg, #d9edf8);
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-main .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        align-items: flex-start;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-brand img {
        width: min(210px, 100%);
        margin-bottom: 0;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--brand-blue, #0d4f92);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact {
        display: grid;
        gap: 18px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact > a,
      body[data-gtts-page="howitworks"] .site-footer .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-contact > span > span,
      body[data-gtts-page="howitworks"] .site-footer .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-title {
        margin: 0 0 18px;
        color: var(--brand-blue, #0d4f92);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links,
      body[data-gtts-page="howitworks"] .site-footer .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links li,
      body[data-gtts-page="howitworks"] .site-footer .social-links li {
        display: block;
        margin: 0;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links li + li,
      body[data-gtts-page="howitworks"] .site-footer .social-links li + li {
        margin-top: 0;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links a,
      body[data-gtts-page="howitworks"] .site-footer .social-links a {
        color: var(--brand-blue, #0d4f92);
        font-size: 1rem;
      }

      body[data-gtts-page="howitworks"] .site-footer .footer-links a:hover,
      body[data-gtts-page="howitworks"] .site-footer .footer-links a:focus,
      body[data-gtts-page="howitworks"] .site-footer .social-links a:hover,
      body[data-gtts-page="howitworks"] .site-footer .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="howitworks"] .site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="howitworks"] .site-footer .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="howitworks"] .site-footer .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="howitworks"] .site-footer .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="howitworks"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="howitworks"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }

    

    

/* ===== index.html ===== */


      body[data-gtts-page="index"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="index"][data-gtts-page="index"] {
        --navy: #0f4f8c;
        --navy-deep: #173c62;
        --navy-ink: #1e466c;
        --sky: #eaf4fb;
        --line: rgba(15, 79, 140, 0.18);
        --copy: #14212f;
        --muted: #5f7082;
        --accent: #ff4d4f;
        --accent-dark: #e53b3d;
        --success: #44a84e;
        --hero-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
      }

      body[data-gtts-page="index"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="index"][data-gtts-page="index"] {
        scroll-behavior: smooth;
      }

      body[data-gtts-page="index"] {
        margin: 0;
        font-family: Arial, sans-serif;
        color: var(--copy);
        background: #ffffff;
      }

      body[data-gtts-page="index"] img {
        max-width: 100%;
        display: block;
      }

      body[data-gtts-page="index"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="index"] .page-shell {
        overflow-x: clip;
      }

      body[data-gtts-page="index"] .container-fluid-wide {
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
      }

      body[data-gtts-page="index"] .utility-bar {
        background: var(--navy-deep);
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="index"] .utility-bar .container-fluid-wide {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
      }

      body[data-gtts-page="index"] .share-trigger {
        min-width: 164px;
        height: 30px;
        max-height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.72);
        border-radius: 10px;
        background: transparent;
        color: #fff;
        font-size: 0.95rem;
        text-transform: uppercase;
      }

      body[data-gtts-page="index"] .utility-contact {
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="index"] .main-nav {
        background: #fff;
        border-bottom: 1px solid rgba(16, 58, 97, 0.08);
      }

      body[data-gtts-page="index"] .main-nav .container-fluid-wide {
        min-height: 112px;
      }

      body[data-gtts-page="index"] .navbar-brand img {
        width: clamp(200px, 19vw, 265px);
      }

      body[data-gtts-page="index"] .navbar-nav {
        gap: 0.6rem;
      }

      body[data-gtts-page="index"] .navbar-nav .nav-link {
        font-size: 1rem;
        font-weight: 600;
        color: #1b1d22;
      }

      body[data-gtts-page="index"] .navbar-nav .nav-link:hover,
      body[data-gtts-page="index"] .navbar-nav .nav-link:focus {
        color: var(--navy);
      }

      body[data-gtts-page="index"] .login-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        padding: 0.9rem 1.35rem;
        border-radius: 22px;
        background: linear-gradient(180deg, #36597d 0%, #26486b 100%);
        color: #fff;
        font-size: 0.95rem;
        font-weight: 700;
        box-shadow: 0 12px 24px rgba(38, 72, 107, 0.18);
      }

      body[data-gtts-page="index"] .hero {
        position: relative;
        min-height: 538px;
        display: flex;
        align-items: stretch;
        background: url("index-hero-coastal-drive.webp") center 44%/cover no-repeat;
        color: #fff;
      }

      body[data-gtts-page="index"] .hero-inner {
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
        padding: clamp(2rem, 3vw, 2.5rem) 0 0;
      }

      body[data-gtts-page="index"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 5;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="index"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="index"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="index"] .language-picker label {
        display: inline;
        margin: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
      }

      body[data-gtts-page="index"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="index"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="index"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #111a34;
      }body[data-gtts-page="index"] .hero-content {
        position: relative;
        padding: 20px 0 64px;
        max-width: 565px;
        z-index: 1;
      }

      body[data-gtts-page="index"] .hero h1,
      body[data-gtts-page="index"] .section-title,
      body[data-gtts-page="index"] .step-title,
      body[data-gtts-page="index"] .cta-title,
      body[data-gtts-page="index"] .footer-heading,
      body[data-gtts-page="index"] .compare-title,
      body[data-gtts-page="index"] .partner-title {
        font-family: Arial, sans-serif;
      }

      body[data-gtts-page="index"] .hero h1 {
        margin: 0 0 2rem;
        font-size: clamp(3rem, 4.25vw, 3.95rem);
        line-height: 1.03;
        font-weight: 700;
      }

      body[data-gtts-page="index"] .hero-copy {
        max-width: 560px;
        margin: 0 0 2.1rem;
        font-size: clamp(1.38rem, 2vw, 1.58rem);
        font-weight: 600;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.94);
      }

      body[data-gtts-page="index"] .hero-freetrial {
        margin: -0.8rem 0 1.4rem;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
      }

      body[data-gtts-page="index"] .hero-picker-layout {
        display: grid;
        grid-template-columns: minmax(260px, 352px) max-content;
        align-items: start;
        gap: 18px;
        width: 100%;
        max-width: 650px;
      }

      body[data-gtts-page="index"] .hero-selects {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        width: 100%;
        max-width: none;
      }

      body[data-gtts-page="index"] .hero-select {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        border: 0;
        border-radius: 12px;
        padding: 0 52px 0 16px;
        background-color: #fff;
        background-position: right 28px center;
        background-size: 14px 10px;
        color: #111;
        font-size: 1rem;
        box-shadow: none;
      }

      body[data-gtts-page="index"] .hero-howitworks {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        margin-top: 0;
        min-height: 54px;
        padding: 7px 32px 7px 26px;
        border-radius: 14px;
        background: linear-gradient(180deg, #2e72b0 0%, #134f86 100%);
        color: #fff;
        font-size: 1.12rem;
        font-weight: 700;
        transition: filter 180ms ease, transform 180ms ease;
      }

      body[data-gtts-page="index"] .hero-howitworks:hover,
      body[data-gtts-page="index"] .hero-howitworks:focus {
        color: #fff;
        filter: brightness(1.06);
        transform: translateY(-2px);
      }

      body[data-gtts-page="index"] .hero-play {
        width: 34px;
        height: 34px;
        flex-shrink: 0;
        border-radius: 50%;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="index"] .hero-play img {
        width: 17px;
        height: 17px;
        object-fit: contain;
        margin-left: 2px;
      }

      body[data-gtts-page="index"] .hero-loading {
        display: none;
        align-items: center;
        gap: 0.65rem;
        min-height: 24px;
        color: #fff;
        font-size: 0.98rem;
        font-weight: 700;
      }

      body[data-gtts-page="index"] .hero-loading.is-visible {
        display: flex;
      }

      body[data-gtts-page="index"] .hero-spinner {
        width: 18px;
        height: 18px;
        border: 2px solid rgba(255, 255, 255, 0.42);
        border-top-color: #fff;
        border-radius: 50%;
        animation: hero-spin 0.75s linear infinite;
      }

      @keyframes hero-spin {
        to {
          transform: rotate(360deg);
        }
      }

      body[data-gtts-page="index"] .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
        margin-bottom: 3.4rem;
      }

      body[data-gtts-page="index"] .btn-brand {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.65rem;
        min-width: 254px;
        min-height: 56px;
        padding: 0.9rem 1.65rem;
        border: 0;
        border-radius: 18px;
        font-size: 1rem;
        font-weight: 700;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      body[data-gtts-page="index"] .btn-brand:hover,
      body[data-gtts-page="index"] .btn-brand:focus {
        transform: translateY(-2px);
      }

      body[data-gtts-page="index"] .btn-primary-brand {
        background: var(--accent);
        color: #fff;
        box-shadow: 0 16px 36px rgba(255, 77, 79, 0.3);
      }

      body[data-gtts-page="index"] .btn-primary-brand:hover,
      body[data-gtts-page="index"] .btn-primary-brand:focus {
        background: var(--accent-dark);
        color: #fff;
      }

      body[data-gtts-page="index"] .btn-outline-brand {
        border: 1.5px solid rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.02);
        color: #fff;
      }

      body[data-gtts-page="index"] .hero-proof {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 1rem 1.75rem;
      }

      body[data-gtts-page="index"] .hero-proof-item {
        display: flex;
        align-items: center;
        gap: 0.9rem;
        min-width: 0;
        flex: 0 0 auto;
      }

      body[data-gtts-page="index"] .hero-proof-item img {
        width: 40px;
        flex: 0 0 40px;
      }

      body[data-gtts-page="index"] .hero-proof-copy {
        display: block;
        white-space: normal;
      }

      body[data-gtts-page="index"] .hero-proof-item strong,
      body[data-gtts-page="index"] .hero-proof-item span {
        display: block;
        line-height: 1.02;
      }

      body[data-gtts-page="index"] .hero-proof-item strong {
        font-size: 1.1rem;
        font-weight: 700;
      }

      body[data-gtts-page="index"] .hero-proof-item span {
        font-size: 1rem;
        opacity: 0.95;
      }

      body[data-gtts-page="index"] .hero-device {
        position: absolute;
        right: var(--gtts-header-right-gutter);
        bottom: -1.6rem;
        width: clamp(88px, 8.7vw, 114px);
        filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
      }

      body[data-gtts-page="index"] .hero-device img {
        width: 100%;
      }

      body[data-gtts-page="index"] .trust-strip {
        background: #fff;
        border-bottom: 1px solid rgba(15, 79, 140, 0.08);
      }

      body[data-gtts-page="index"] .trust-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
      }

      body[data-gtts-page="index"] .trust-item {
        display: flex;
        align-items: center;
        gap: 1.15rem;
        padding: 1.7rem 1.5rem;
        min-height: 138px;
        border-left: 1px solid rgba(15, 79, 140, 0.18);
      }

      body[data-gtts-page="index"] .trust-item:first-child {
        border-left: 0;
      }

      body[data-gtts-page="index"] .trust-item img {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        object-fit: contain;
      }

      body[data-gtts-page="index"] .trust-item .trust-svg {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="index"] .trust-item .trust-svg svg {
        width: 56px;
        height: 56px;
      }

      body[data-gtts-page="index"] .trust-item h3 {
        margin: 0;
        font-size: 15.5px;
        font-weight: 800;
        line-height: 1.08;
        color: var(--navy-ink);
      }

      body[data-gtts-page="index"] .trust-item p {
        margin: 0.28rem 0 0;
        color: #283748;
        font-size: 12.8px;
        line-height: 1.15;
      }

      body[data-gtts-page="index"] .section-block {
        padding: clamp(4rem, 7vw, 5.8rem) 0;
      }

      body[data-gtts-page="index"] .section-title {
        margin: 0 0 1rem;
        font-size: clamp(2.05rem, 3.2vw, 3.25rem);
        line-height: 1.02;
        color: #0f1318;
      }

      body[data-gtts-page="index"] .section-subtitle {
        max-width: 760px;
        margin: 0 auto 2.3rem;
        font-size: 1.2rem;
        color: #59687a;
        text-align: center;
      }

      body[data-gtts-page="index"] .works-feature {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
        gap: clamp(2.2rem, 4vw, 4rem);
        align-items: center;
      }

      body[data-gtts-page="index"] .works-feature .section-title {
        white-space: nowrap;
        font-size: clamp(1.5rem, 2.2vw, 2.3rem);
      }

      body[data-gtts-page="index"] .works-feature-shell {
        width: min(1280px, calc(100% - 64px));
        margin: 0 auto;
      }

      body[data-gtts-page="index"] .checks {
        display: grid;
        gap: 1.35rem;
        margin: 2rem 0 2.25rem;
      }

      body[data-gtts-page="index"] .check-item {
        display: flex;
        gap: 1rem;
      }

      body[data-gtts-page="index"] .check-icon {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--navy);
        color: #fff;
        flex: 0 0 30px;
        margin-top: 0.1rem;
      }

      body[data-gtts-page="index"] .check-item h3 {
        margin: 0 0 0.15rem;
        font-size: 1.15rem;
        font-weight: 800;
      }

      body[data-gtts-page="index"] .check-item p {
        margin: 0;
        color: #3d4e61;
        font-size: 1rem;
      }

      body[data-gtts-page="index"] .device-showcase {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 510px;
      }

      body[data-gtts-page="index"] .device-showcase img {
        width: 100%;
        max-width: 900px;
        height: auto;
      }

      body[data-gtts-page="index"] .works-steps {
        text-align: center;
      }

      body[data-gtts-page="index"] #how-it-works > .container-fluid-wide {
        width: min(1280px, calc(100% - 64px));
        margin-right: auto;
        margin-left: auto;
      }

      body[data-gtts-page="index"] .section-kicker {
        display: inline-block;
        margin-bottom: 1rem;
        padding-bottom: 0.7rem;
        position: relative;
      }

      body[data-gtts-page="index"] .section-kicker::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 74px;
        height: 4px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: var(--navy);
      }

      body[data-gtts-page="index"] .steps-flow {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0.9rem;
        margin-top: 2.6rem;
      }

      body[data-gtts-page="index"] .flow-step {
        flex: 1 1 0;
        max-width: 248px;
        text-align: center;
      }

      body[data-gtts-page="index"] .flow-step-top {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 84px;
        margin-bottom: 1rem;
      }

      body[data-gtts-page="index"] .flow-arrow {
        flex: 0 0 auto;
        height: 84px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1c4f86;
        font-size: 0.95rem;
      }

      body[data-gtts-page="index"] .flow-arrow::before {
        content: "";
        width: 56px;
        margin-right: 0.4rem;
        border-top: 2px dashed rgba(15, 79, 140, 0.55);
      }

      body[data-gtts-page="index"] .step-number {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 58px;
        height: 58px;
        margin: 0;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--navy);
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
      }

      body[data-gtts-page="index"] .step-icon {
        width: 74px;
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="index"] .step-icon img {
        max-width: 100%;
        max-height: 100%;
      }

      body[data-gtts-page="index"] .step-title {
        margin: 0 0 0.45rem;
        font-size: 1.32rem;
        font-weight: 700;
      }

      body[data-gtts-page="index"] .step-copy {
        margin: 0;
        color: #3e4b59;
        font-size: 1rem;
        line-height: 1.35;
      }

      body[data-gtts-page="index"] .testimonials {
        background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
      }

      body[data-gtts-page="index"] .testimonials .container-fluid-wide {
        width: min(1360px, calc(100% - 40px));
      }

      body[data-gtts-page="index"] .testimonial-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.65rem;
        margin-top: 2.7rem;
      }

      body[data-gtts-page="index"] .testimonial-card {
        position: relative;
        padding: 1.9rem 1.9rem 1.5rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 20px 50px rgba(18, 53, 86, 0.08);
        text-align: left;
      }

      body[data-gtts-page="index"] .testimonial-quote {
        position: absolute;
        top: 1.25rem;
        right: 1.3rem;
        width: 44px;
        opacity: 0.35;
      }

      body[data-gtts-page="index"] .testimonial-head {
        display: flex;
        align-items: center;
        gap: 0.95rem;
        margin-bottom: 0.9rem;
      }

      body[data-gtts-page="index"] .avatar-badge {
        width: 44px;
        height: 44px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #f5d5c2 0%, #c48b65 100%);
        color: #fff;
        font-weight: 800;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
        object-fit: cover;
        flex: 0 0 44px;
      }

      body[data-gtts-page="index"] .testimonial-name {
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1;
      }

      body[data-gtts-page="index"] .testimonial-date {
        color: #6c7d8e;
        font-size: 0.95rem;
      }

      body[data-gtts-page="index"] .testimonial-copy {
        margin: 0;
        color: #5f6f7f;
        font-size: 1.02rem;
        line-height: 1.2;
      }

      body[data-gtts-page="index"] .compare-wrap {
        max-width: 940px;
        margin: 2.4rem auto 0;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 22px 58px rgba(14, 47, 78, 0.08);
        overflow: hidden;
      }

      body[data-gtts-page="index"] .compare-table {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
      }

      body[data-gtts-page="index"] .compare-table th,
      body[data-gtts-page="index"] .compare-table td {
        padding: 1rem 1.25rem;
        text-align: left;
        border-bottom: 1px solid rgba(15, 79, 140, 0.08);
      }

      body[data-gtts-page="index"] .compare-table th:nth-child(2),
      body[data-gtts-page="index"] .compare-table td:nth-child(2),
      body[data-gtts-page="index"] .compare-table th:nth-child(3),
      body[data-gtts-page="index"] .compare-table td:nth-child(3) {
        text-align: center;
      }

      body[data-gtts-page="index"] .compare-table th:first-child,
      body[data-gtts-page="index"] .compare-table td:first-child {
        text-align: left;
        width: 40%;
      }

      body[data-gtts-page="index"] .compare-table thead th {
        font-size: 1.05rem;
        font-weight: 800;
        color: #101820;
        white-space: nowrap;
      }

      body[data-gtts-page="index"] .compare-table thead th:nth-child(2) {
        width: 30%;
      }

      body[data-gtts-page="index"] .compare-table tbody tr:last-child td {
        border-bottom: 0;
      }

      body[data-gtts-page="index"] .compare-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 254px;
        padding: 0.55rem 1rem;
        border-radius: 999px;
        border: 1px solid rgba(15, 79, 140, 0.18);
      }

      body[data-gtts-page="index"] .compare-yes {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        color: #1470df;
        font-weight: 700;
      }

      body[data-gtts-page="index"] .compare-yes i {
        color: var(--success);
        font-size: 1.7rem;
        line-height: 1;
      }

      body[data-gtts-page="index"] .insurance-promo-section {
        padding: 0 0 2.5rem;
        background: #fff;
      }

      body[data-gtts-page="index"] .insurance-promo {
        width: min(890px, calc(100% - 40px));
        margin: 0 auto;
        padding: 34px;
        border-radius: 12px;
        background: #edf6ff;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 18px;
      }

      body[data-gtts-page="index"] .insurance-promo-icon {
        width: 73px;
        height: 73px;
        border-radius: 6px;
        background: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      body[data-gtts-page="index"] .insurance-promo-icon img {
        width: 73px;
        height: 73px;
        object-fit: contain;
      }

      body[data-gtts-page="index"] .insurance-promo-copy {
        text-align: left;
      }

      body[data-gtts-page="index"] .insurance-promo-title {
        margin: 0 0 12px;
        color: var(--navy);
        font-size: clamp(1.35rem, 2vw, 1.5rem);
        font-weight: 800;
        line-height: 1.15;
      }

      body[data-gtts-page="index"] .insurance-promo-text {
        margin: 0;
        color: #3c3c3c;
        font-size: 1rem;
        line-height: 1.35;
      }

      body[data-gtts-page="index"] .insurance-promo-cta {
        min-width: 214px;
        min-height: 56px;
        border-radius: 16px;
        background: #15507d;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        font-size: 1rem;
        font-weight: 400;
        transition: transform 0.2s ease, background 0.2s ease;
      }

      body[data-gtts-page="index"] .insurance-promo-cta:hover,
      body[data-gtts-page="index"] .insurance-promo-cta:focus {
        background: #0f4169;
        color: #fff;
        transform: translateY(-1px);
      }

      body[data-gtts-page="index"] .courses-section {
        background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
        padding-top: 0;
      }

      body[data-gtts-page="index"] .courses-carousel-wrap {
        position: relative;
        margin-top: 2.5rem;
      }

      body[data-gtts-page="index"] .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 58px;
        height: 58px;
        border: 1px solid rgba(15, 79, 140, 0.34);
        border-radius: 999px;
        background: #fff;
        color: var(--navy);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        box-shadow: 0 10px 26px rgba(15, 79, 140, 0.08);
        z-index: 2;
      }

      body[data-gtts-page="index"] .carousel-arrow.prev {
        left: -1.7rem;
      }

      body[data-gtts-page="index"] .carousel-arrow.next {
        right: -1.7rem;
      }

      body[data-gtts-page="index"] .courses-viewport {
        overflow: hidden;
      }

      body[data-gtts-page="index"] .courses-track {
        display: flex;
        transition: transform 320ms ease;
      }

      body[data-gtts-page="index"] .course-card {
        flex: 0 0 25%;
        padding: 0 0.6rem;
      }

      body[data-gtts-page="index"] .course-card-inner {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        padding: 1.1rem 0.95rem 1rem;
        border: 1px solid rgba(15, 79, 140, 0.09);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 14px 36px rgba(16, 54, 92, 0.05);
        display: flex;
        flex-direction: column;
      }

      body[data-gtts-page="index"] .course-logo {
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.85rem;
      }

      body[data-gtts-page="index"] .course-logo img {
        max-height: 52px;
        width: auto;
        object-fit: contain;
      }

      body[data-gtts-page="index"] .course-card p {
        flex: 1;
        margin: 0 0 1rem;
        font-size: 0.94rem;
        line-height: 1.28;
        overflow: hidden;
      }

      body[data-gtts-page="index"] .course-btn {
        align-self: center;
        min-width: 198px;
        border-radius: 16px;
        border: 1.5px solid var(--navy);
        background: #fff;
        color: var(--navy);
        font-size: 1rem;
        font-weight: 700;
      }

      body[data-gtts-page="index"] .course-btn:hover,
      body[data-gtts-page="index"] .course-btn:focus {
        background: #f3f8fd;
        color: var(--navy);
      }

      body[data-gtts-page="index"] .partner-band {
        position: relative;
        overflow: hidden;
        background:
          linear-gradient(90deg, rgba(8, 74, 136, 0.18) 0%, rgba(8, 74, 136, 0.18) 100%),
          url("ChatGPT Image May 5, 2026, 10_58_30 PM 1.webp") center/cover no-repeat;
        color: #fff;
        padding: 40px 0 40px 0;
      }

      body[data-gtts-page="index"] .partner-band::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(5, 65, 121, 0.14) 0%, rgba(5, 65, 121, 0.08) 54%, rgba(5, 65, 121, 0) 78%);
        pointer-events: none;
      }

      body[data-gtts-page="index"] .partner-band .container-fluid-wide {
        width: min(1380px, calc(100% - 40px));
      }

      body[data-gtts-page="index"] .partner-grid {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
        gap: clamp(2rem, 3.5vw, 3.5rem);
        align-items: stretch;
        min-height: 395px;
      }

      body[data-gtts-page="index"] .partner-kicker {
        margin: 0 0 0.9rem;
        font-size: 0.98rem;
        font-weight: 800;
        text-transform: uppercase;
      }

      body[data-gtts-page="index"] .partner-copy {
        max-width: 420px;
        margin: 0 0 1rem;
        color: rgba(255, 255, 255, 0.92);
        font-size: 1rem;
        line-height: 1.22;
      }

      body[data-gtts-page="index"] .partner-title {
        max-width: 540px;
        margin: 0 0 1rem;
        font-size: clamp(1.85rem, 2.3vw, 2.3rem);
        line-height: 1.1;
      }

      body[data-gtts-page="index"] .partner-button {
        margin-top: 1.5rem;
      }

      body[data-gtts-page="index"] .partner-button.btn-brand {
        min-width: 332px;
        min-height: 44px;
        justify-content: space-between;
        padding: 0.72rem 1rem 0.72rem 1.1rem;
        border-radius: 14px;
        background: #fff;
        color: var(--navy);
        border: 0;
        box-shadow: none;
      }

      body[data-gtts-page="index"] .partner-button.btn-brand:hover,
      body[data-gtts-page="index"] .partner-button.btn-brand:focus {
        background: #f4f8fc;
        color: var(--navy);
      }

      body[data-gtts-page="index"] .partner-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: start;
        align-content: center;
        gap: 0;
        padding: 1.5rem 0 1.5rem 2.2rem;
        /* border-left: 1px solid rgba(255, 255, 255, 0.42); */
      }

      body[data-gtts-page="index"] .partner-metric {
        padding: 0 1.1rem;
        border-left: 1px solid rgba(255, 255, 255, 0.36);
        text-align: center;
      }

      body[data-gtts-page="index"] .partner-metric:first-child {
        border-left: 0;
      }

      body[data-gtts-page="index"] .partner-metric-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-bottom: 0.7rem;
        color: #fff;
        font-size: 1.7rem;
      }

      body[data-gtts-page="index"] .partner-metric-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
      }

      body[data-gtts-page="index"] .partner-metric h3 {
        margin: 0 0 0.45rem;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.35;
      }

      body[data-gtts-page="index"] .partner-metric p {
        margin: 0;
        color: rgba(255, 255, 255, 0.86);
        font-size: 0.96rem;
        line-height: 1.45;
      }

      body[data-gtts-page="index"] .ready-band {
        position: relative;
        background: #183b5d;
        color: #fff;
        padding: 3.15rem 0;
        border-bottom: 4px solid #cfe8f5;
      }

      body[data-gtts-page="index"] .ready-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 2rem;
        align-items: center;
      }

      body[data-gtts-page="index"] .cta-title {
        margin: 0 0 0.6rem;
        font-size: clamp(1.7rem, 2.3vw, 2.4rem);
      }

      body[data-gtts-page="index"] .ready-copy {
        margin: 0;
        font-size: 1.45rem;
        color: rgba(255, 255, 255, 0.9);
      }

      body[data-gtts-page="index"] .state-select-wrap {
        position: relative;
        min-width: 328px;
      }

      body[data-gtts-page="index"] .state-select-wrap::after {
        content: "";
        position: absolute;
        right: -156px;
        top: 50%;
        width: 124px;
        height: 88px;
        transform: translateY(-50%);
        background: url("Group 2147224703 (1).webp") center/contain no-repeat;
      }

      body[data-gtts-page="index"] .state-select-shell {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        padding: 1rem 1.2rem;
        border-radius: 16px;
        background: #fff;
        color: var(--navy);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
      }

      body[data-gtts-page="index"] .state-select-shell .form-select {
        border: 0;
        box-shadow: none;
        color: var(--navy);
        font-size: 1.2rem;
        font-weight: 700;
        padding-left: 0;
        background-size: 18px 14px;
      }

      body[data-gtts-page="index"] .state-select-shell i {
        font-size: 1.35rem;
      }

      body[data-gtts-page="index"] .site-footer {
        background: #d9eef8;
      }

      body[data-gtts-page="index"] .footer-top {
        padding: 3.5rem 0 1.8rem;
      }

      body[data-gtts-page="index"] .footer-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.7fr));
        gap: 2rem;
      }

      body[data-gtts-page="index"] .footer-brand img {
        width: min(270px, 100%);
        margin-bottom: 1.5rem;
      }

      body[data-gtts-page="index"] .footer-brand p {
        max-width: 360px;
        margin: 0 0 2rem;
        color: var(--navy);
        font-size: 1.12rem;
        line-height: 1.28;
      }

      body[data-gtts-page="index"] .footer-contact-list,
      body[data-gtts-page="index"] .footer-links,
      body[data-gtts-page="index"] .social-links {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      body[data-gtts-page="index"] .footer-contact-list li {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        margin-bottom: 1rem;
        color: var(--navy);
        font-size: 1rem;
      }

      body[data-gtts-page="index"] .footer-contact-list img {
        width: 24px;
        height: 24px;
      }

      body[data-gtts-page="index"] .footer-heading {
        margin: 0 0 1rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: var(--navy);
      }

      body[data-gtts-page="index"] .footer-links li,
      body[data-gtts-page="index"] .social-links li {
        margin-bottom: 0.85rem;
      }

      body[data-gtts-page="index"] .footer-links a,
      body[data-gtts-page="index"] .social-links a {
        color: var(--navy);
        font-size: 1rem;
        font-weight: 600;
      }

      body[data-gtts-page="index"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
      }

      body[data-gtts-page="index"] .social-links img {
        width: 14px;
        height: 14px;
        object-fit: contain;
      }

      body[data-gtts-page="index"] .footer-bottom {
        padding: 1.2rem 1rem;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 1.05rem;
      }

      body[data-gtts-page="index"] .footer-bottom a {
        color: #fff;
        text-decoration: underline;
      }

      body[data-gtts-page="index"] .reveal {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 460ms ease, transform 460ms ease;
      }

      body[data-gtts-page="index"] .reveal.visible {
        opacity: 1;
        transform: translateY(0);
      }

      body[data-gtts-page="index"] .toast-shell {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        z-index: 1055;
        padding: 0.9rem 1rem;
        border-radius: 14px;
        background: rgba(17, 26, 35, 0.94);
        color: #fff;
        font-weight: 600;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity 180ms ease, transform 180ms ease;
      }

      body[data-gtts-page="index"] .toast-shell.show {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="index"] .hero-device {
          right: 0;
          bottom: -1rem;
        }

        body[data-gtts-page="index"] .trust-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        body[data-gtts-page="index"] .trust-item:nth-child(odd) {
          border-left: 0;
        }

        body[data-gtts-page="index"] .steps-flow {
          flex-wrap: wrap;
          gap: 1.5rem 1rem;
        }

        body[data-gtts-page="index"] .flow-step {
          flex-basis: calc(50% - 0.5rem);
          max-width: none;
        }

        body[data-gtts-page="index"] .flow-arrow {
          display: none;
        }

        body[data-gtts-page="index"] .course-card {
          flex-basis: 33.3333%;
        }

        body[data-gtts-page="index"] .partner-grid,
        body[data-gtts-page="index"] .ready-grid,
        body[data-gtts-page="index"] .footer-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="index"] .partner-metrics {
          grid-template-columns: repeat(2, 1fr);
          gap: 1.4rem 0;
          padding: 1.8rem 0 0;
          border-left: 0;
        }

        body[data-gtts-page="index"] .partner-metric:nth-child(3) {
          border-left: 0;
        }

        body[data-gtts-page="index"] .state-select-wrap::after {
          display: none;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="index"] .hero {
          min-height: auto;
          background-position: 60% center;
        }

        body[data-gtts-page="index"] .language-picker {
          position: static;
          margin-left: auto;
          margin-bottom: 1.5rem;
        }

        body[data-gtts-page="index"] .hero-content {
          padding-top: 0;
          max-width: 100%;
        }

        body[data-gtts-page="index"] .hero-device {
          position: static;
          margin: 1.5rem 0 0 auto;
        }

        body[data-gtts-page="index"] .works-feature {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="index"] .works-feature-shell {
          width: min(100%, calc(100% - 56px));
        }

        body[data-gtts-page="index"] #how-it-works > .container-fluid-wide {
          width: min(100%, calc(100% - 56px));
        }

        body[data-gtts-page="index"] .device-showcase {
          min-height: auto;
        }

        body[data-gtts-page="index"] .testimonial-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="index"] .course-card {
          flex-basis: 50%;
        }

        body[data-gtts-page="index"] .carousel-arrow.prev {
          left: -0.6rem;
        }

        body[data-gtts-page="index"] .carousel-arrow.next {
          right: -0.6rem;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="index"] .container-fluid-wide {
          width: min(100% - 28px, 100%);
        }

        body[data-gtts-page="index"] .utility-bar .container-fluid-wide {
          min-height: 74px;
          padding: 0.8rem 0;
          flex-direction: column;
          justify-content: center;
        }

        body[data-gtts-page="index"] .main-nav .container-fluid-wide {
          min-height: 92px;
        }

        body[data-gtts-page="index"] .navbar-brand img {
          width: 220px;
        }

        body[data-gtts-page="index"] .hero-inner {
          width: min(100% - 28px, 100%);
        }

        body[data-gtts-page="index"] .hero h1 {
          font-size: 48px;
        }

        body[data-gtts-page="index"] .hero-copy {
          font-size: 1.15rem;
        }

        body[data-gtts-page="index"] .hero-picker-layout {
          display: block;
          max-width: none;
        }

        body[data-gtts-page="index"] .hero-selects {
          display: flex;
          flex-wrap: wrap;
          max-width: 580px;
        }

        body[data-gtts-page="index"] .hero-select {
          flex: 1 1 240px;
        }

        body[data-gtts-page="index"] .hero-howitworks {
          margin-top: 22px;
        }

        body[data-gtts-page="index"] .language-picker {
          width: 100%;
          margin: 0 0 22px;
        }body[data-gtts-page="index"] .language-control {
          width: 100%;
        }

        body[data-gtts-page="index"] .hero-actions .btn-brand {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="index"] .hero-proof {
          flex-wrap: wrap;
        }

        body[data-gtts-page="index"] .hero-proof-copy {
          display: block;
          white-space: normal;
        }

        body[data-gtts-page="index"] .hero-proof-item strong,
        body[data-gtts-page="index"] .hero-proof-item span {
          display: block;
        }

        body[data-gtts-page="index"] .trust-grid,
        body[data-gtts-page="index"] .partner-metrics {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="index"] .works-feature .section-title {
          white-space: normal;
        }

        body[data-gtts-page="index"] .partner-metric {
          border-left: 0;
          padding: 0;
        }

        body[data-gtts-page="index"] .trust-item,
        body[data-gtts-page="index"] .trust-item:nth-child(3) {
          border-left: 0;
          border-top: 1px solid rgba(15, 79, 140, 0.18);
        }

        body[data-gtts-page="index"] .trust-item:first-child {
          border-top: 0;
        }

        body[data-gtts-page="index"] .steps-flow {
          flex-direction: column;
          align-items: center;
          gap: 1.8rem;
        }

        body[data-gtts-page="index"] .flow-step {
          max-width: 280px;
          flex-basis: auto;
        }

        body[data-gtts-page="index"] .compare-wrap {
          overflow-x: auto;
        }

        body[data-gtts-page="index"] .compare-table {
          min-width: 660px;
        }

        body[data-gtts-page="index"] .course-card {
          flex: 0 0 100%;
        }

        body[data-gtts-page="index"] .insurance-promo-section {
          padding-bottom: 2rem;
        }

        body[data-gtts-page="index"] .insurance-promo {
          width: min(100% - 28px, 100%);
          grid-template-columns: 1fr;
          justify-items: start;
          padding: 24px;
          gap: 16px;
        }

        body[data-gtts-page="index"] .insurance-promo-cta {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="index"] .courses-section .courses-carousel-wrap {
          padding-inline: 2.75rem;
        }

        body[data-gtts-page="index"] .courses-section .carousel-arrow {
          display: flex;
          width: 42px;
          height: 42px;
          font-size: 1.15rem;
        }

        body[data-gtts-page="index"] .courses-section .carousel-arrow.prev {
          left: 0;
        }

        body[data-gtts-page="index"] .courses-section .carousel-arrow.next {
          right: 0;
        }

        body[data-gtts-page="index"] .device-showcase {
          min-height: auto;
        }

        body[data-gtts-page="index"] .state-select-wrap {
          min-width: 0;
        }

        body[data-gtts-page="index"] .footer-bottom {
          font-size: 0.95rem;
        }
      }

      body[data-gtts-page="index"] .skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="index"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="index"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="index"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="index"] .site-header .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="index"] .site-header .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="index"] .site-header .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="index"] .site-header .share-button:hover,
      body[data-gtts-page="index"] .site-header .share-button:focus {
        background: #fff;
        color: #173c62;
      }

      body[data-gtts-page="index"] .site-header .utility-phone {
        font-size: 1.05rem;
        font-weight: 500;
        color: #fff;
      }

      body[data-gtts-page="index"] .site-header .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="index"] .site-header .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="index"] .site-header .navbar {
        padding: 0;
      }

      body[data-gtts-page="index"] .site-header .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="index"] .site-header .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="index"] .site-header .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="index"] .site-header .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="index"] .site-header .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="index"] .site-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="index"] .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="index"] .site-header .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="index"] .site-header .nav-link.active,
      body[data-gtts-page="index"] .site-header .nav-link:hover,
      body[data-gtts-page="index"] .site-header .nav-link:focus {
        color: #0f4f8c;
      }

      body[data-gtts-page="index"] .site-header .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="index"] .site-header .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        box-shadow: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="index"] .site-header .login-link:hover,
      body[data-gtts-page="index"] .site-header .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="index"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="index"] .site-footer .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="index"] .site-footer .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="index"] .site-footer .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: #0f4f8c;
        font-size: 1.3rem;
        line-height: 1.5;
      }

      body[data-gtts-page="index"] .site-footer .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="index"] .site-footer .footer-contact > a,
      body[data-gtts-page="index"] .site-footer .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1.15rem;
      }

      body[data-gtts-page="index"] .site-footer .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="index"] .site-footer .footer-contact > span > span,
      body[data-gtts-page="index"] .site-footer .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="index"] .site-footer .footer-title {
        margin: 0 0 18px;
        color: #0f4f8c;
        font-size: 1.4rem;
        font-weight: 800;
      }

      body[data-gtts-page="index"] .site-footer .footer-links,
      body[data-gtts-page="index"] .site-footer .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="index"] .site-footer .footer-links a,
      body[data-gtts-page="index"] .site-footer .social-links a {
        color: #0f4f8c;
        font-size: 1.15rem;
      }

      body[data-gtts-page="index"] .site-footer .footer-links a:hover,
      body[data-gtts-page="index"] .site-footer .footer-links a:focus,
      body[data-gtts-page="index"] .site-footer .social-links a:hover,
      body[data-gtts-page="index"] .site-footer .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="index"] .site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="index"] .site-footer .social-links img {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        object-fit: contain;
        border-radius: 4px;
      }

      body[data-gtts-page="index"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="index"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="index"] .site-header .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="index"] .site-header .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="index"] .site-header .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="index"] .site-header .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="index"] .site-header .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="index"] .site-header .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="index"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="index"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        body[data-gtts-page="index"] .site-header .utility-inner {
          min-height: 40px;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="index"] .site-header .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="index"] .site-header .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="index"] .site-header .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="index"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="index"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="index"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }
    

    

/* ===== partners.html ===== */


      body[data-gtts-page="partners"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="partners"][data-gtts-page="partners"] {
        --brand-navy: #163f66;
        --brand-navy-deep: #123658;
        --brand-blue: #0a5899;
        --brand-blue-dark: #0b4e87;
        --brand-sky: #eaf4ff;
        --brand-sky-soft: #f5f9ff;
        --brand-line: #d6e3ef;
        --brand-text: #111827;
        --brand-muted: #425466;
        --brand-coral: #ff555b;
        --brand-footer: #d7ebf5;
        --shadow-soft: 0 18px 45px rgba(16, 54, 92, 0.12);
        --shadow-card: 0 10px 30px rgba(16, 54, 92, 0.08);
      }

      body[data-gtts-page="partners"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="partners"][data-gtts-page="partners"],
      body[data-gtts-page="partners"] {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      body[data-gtts-page="partners"] {
        margin: 0;
        color: var(--brand-text);
        background: #fff;
        font-family: Arial, sans-serif;
      }

      body[data-gtts-page="partners"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="partners"] img {
        max-width: 100%;
        display: block;
      }

      body[data-gtts-page="partners"] button,
      body[data-gtts-page="partners"] input,
      body[data-gtts-page="partners"] select,
      body[data-gtts-page="partners"] textarea {
        font: inherit;
      }

      body[data-gtts-page="partners"] .container-xxl {
        max-width: 1440px;
      }

      body[data-gtts-page="partners"] .site-header,
      body[data-gtts-page="partners"] main,
      body[data-gtts-page="partners"] .site-footer {
        width: 100%;
        overflow-x: clip;
      }

      body[data-gtts-page="partners"] .utility-bar {
        min-height: 40px;
        display: flex;
        align-items: center;
        background: var(--brand-navy);
        color: #fff;
      }

      body[data-gtts-page="partners"] .utility-bar .container-xxl {
        padding-left: clamp(18px, 3vw, 42px);
        padding-right: clamp(18px, 3vw, 42px);
      }

      body[data-gtts-page="partners"] .share-button {
        min-width: 196px;
        height: 30px;
        max-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.84);
        border-radius: 10px;
        background: transparent;
        color: #fff;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        transition: background 180ms ease, border-color 180ms ease;
      }

      body[data-gtts-page="partners"] .share-button:hover,
      body[data-gtts-page="partners"] .share-button:focus {
        background: rgba(255, 255, 255, 0.08);
        border-color: #fff;
      }

      body[data-gtts-page="partners"] .utility-phone {
        color: #fff;
        font-size: 16px;
      }

      body[data-gtts-page="partners"] .main-nav {
        min-height: 110px;
        border-bottom: 1px solid #edf2f7;
      }

      body[data-gtts-page="partners"] .main-nav .container-xxl {
        padding-left: clamp(18px, 2.8vw, 36px);
        padding-right: clamp(18px, 2.4vw, 26px);
      }

      body[data-gtts-page="partners"] .navbar-brand img {
        width: clamp(212px, 21vw, 284px);
      }

      body[data-gtts-page="partners"] .navbar-toggler {
        border: 0;
        box-shadow: none !important;
      }

      body[data-gtts-page="partners"] .navbar-toggler:focus {
        box-shadow: none;
      }

      body[data-gtts-page="partners"] .main-nav .nav-link {
        color: #111;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 16px;
        white-space: nowrap;
      }

      body[data-gtts-page="partners"] .main-nav .nav-link:hover,
      body[data-gtts-page="partners"] .main-nav .nav-link:focus,
      body[data-gtts-page="partners"] .main-nav .nav-link.active {
        color: var(--brand-blue);
      }

      body[data-gtts-page="partners"] .main-nav .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .login-link {
        min-width: 148px;
        min-height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 28px;
        border-radius: 16px;
        background: linear-gradient(180deg, #3c6384 0%, #244566 100%);
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        transition: transform 180ms ease, box-shadow 180ms ease;
      }

      body[data-gtts-page="partners"] .login-link:hover,
      body[data-gtts-page="partners"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 58, 95, 0.18);
      }

      body[data-gtts-page="partners"] .partner-hero {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        background-color: var(--brand-navy);
        background-image: url("partner-hero-vector.webp");
        background-repeat: no-repeat;
        background-position: calc(100% - 158px) bottom;
        background-size: auto 100%;
        color: #fff;
      }

      body[data-gtts-page="partners"] .partner-hero::before,
      body[data-gtts-page="partners"] .partner-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
      }

      body[data-gtts-page="partners"] .partner-hero::before {
        right: auto;
        width: min(67.5%, 825px);
        background: var(--brand-navy);
        clip-path: polygon(0 0, 40% 0, 20% 70%, 69% 100%, 0 100%);
      }

      body[data-gtts-page="partners"] .partner-hero::after {
        left: auto;
        width: clamp(230px, 21vw, 268px);
        background-color: var(--brand-navy);
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 100%);
        background-size: 18px 18px;
        clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
      }

      body[data-gtts-page="partners"] .partner-hero .container-xxl {
        position: relative;
        z-index: 2;
        padding: clamp(26px, 4vw, 44px) clamp(20px, 4vw, 66px) clamp(28px, 4vw, 44px);
      }

      body[data-gtts-page="partners"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 5;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="partners"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="partners"] .language-heading i {
        color: #fff;
        font-size: 11px;
      }

      body[data-gtts-page="partners"] .language-picker label {
        display: inline;
        margin: 0;
        color: #fff;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="partners"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="partners"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="partners"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #123d63;
      }body[data-gtts-page="partners"] .hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
        gap: clamp(24px, 3vw, 42px);
        align-items: stretch;
        min-height: 670px;
        position: relative;
      }

      body[data-gtts-page="partners"] .hero-copy {
        position: relative;
        z-index: 2;
        align-self: center;
        max-width: 620px;
        padding: clamp(36px, 4vw, 60px) 0 clamp(18px, 2vw, 28px);
      }

      body[data-gtts-page="partners"] .hero-copy h1 {
        margin: 0 0 22px;
        font-size: clamp(44px, 5vw, 72px);
        line-height: 0.98;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .hero-copy .hero-lead {
        margin: 0 0 8px;
        font-size: clamp(25px, 1.9vw, 36px);
        line-height: 1.42;
        font-weight: 700;
      }

      body[data-gtts-page="partners"] .hero-copy .hero-body {
        margin: 0;
        max-width: 560px;
        color: rgba(255, 255, 255, 0.94);
        font-size: clamp(18px, 1.6vw, 21px);
        line-height: 1.55;
      }

      body[data-gtts-page="partners"] .coral-button,
      body[data-gtts-page="partners"] .blue-button {
        min-height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        border: 0;
        border-radius: 18px;
        font-size: 17px;
        font-weight: 700;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      body[data-gtts-page="partners"] .coral-button {
        min-width: 240px;
        margin-top: 38px;
        background: var(--brand-coral);
        color: #fff;
      }

      body[data-gtts-page="partners"] .blue-button {
        background: linear-gradient(180deg, #1e5c93 0%, #143f66 100%);
        color: #fff;
      }

      body[data-gtts-page="partners"] .coral-button:hover,
      body[data-gtts-page="partners"] .coral-button:focus,
      body[data-gtts-page="partners"] .blue-button:hover,
      body[data-gtts-page="partners"] .blue-button:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 28px rgba(16, 54, 92, 0.18);
      }

      body[data-gtts-page="partners"] .hero-visual {
        position: relative;
        height: 100%;
        min-height: 100%;
        padding-top: 0;
      }

      body[data-gtts-page="partners"] .hero-photo {
        display: none;
        position: absolute;
        right: clamp(84px, 8vw, 116px);
        top: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        z-index: 0;
      }

      body[data-gtts-page="partners"] .hero-photo img {
        width: auto;
        height: 100%;
        max-width: none;
        object-fit: contain;
        object-position: right bottom;
      }

      body[data-gtts-page="partners"] .hero-metrics {
        position: absolute;
        top: 116px;
        right: -24px;
        width: min(100%, 236px);
        display: grid;
        gap: 10px;
        z-index: 3;
      }

      body[data-gtts-page="partners"] .hero-metric-card {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.96);
        color: var(--brand-navy);
        box-shadow: var(--shadow-soft);
      }

      body[data-gtts-page="partners"] .hero-metric-card img {
        width: 34px;
        height: 34px;
        object-fit: contain;
      }

      body[data-gtts-page="partners"] .hero-metric-card strong,
      body[data-gtts-page="partners"] .hero-metric-card span {
        display: block;
      }

      body[data-gtts-page="partners"] .hero-metric-card strong {
        font-size: 16px;
        line-height: 1.1;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .hero-metric-card span {
        margin-top: 3px;
        color: #283847;
        font-size: 13px;
      }

      body[data-gtts-page="partners"] .proof-strip {
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #eef3f8;
      }

      body[data-gtts-page="partners"] .proof-strip .container-xxl {
        padding-left: clamp(14px, 3vw, 30px);
        padding-right: clamp(14px, 3vw, 30px);
      }

      body[data-gtts-page="partners"] .proof-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
      }

      body[data-gtts-page="partners"] .proof-item {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 16px;
        align-items: center;
        padding: 28px 26px;
        position: relative;
      }

      body[data-gtts-page="partners"] .proof-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 22px;
        right: 0;
        bottom: 22px;
        width: 1px;
        background: #d3dce5;
      }

      body[data-gtts-page="partners"] .proof-item img {
        width: 78px;
        height: 78px;
        object-fit: contain;
      }

      body[data-gtts-page="partners"] .proof-item strong,
      body[data-gtts-page="partners"] .proof-item span {
        display: block;
      }

      body[data-gtts-page="partners"] .proof-item strong {
        color: var(--brand-navy);
        font-size: clamp(17px, 1.55vw, 22px);
        font-weight: 800;
        line-height: 1.14;
      }

      body[data-gtts-page="partners"] .proof-item span {
        margin-top: 8px;
        color: #242f3c;
        font-size: 15px;
      }

      body[data-gtts-page="partners"] .section-shell {
        padding: clamp(54px, 7vw, 84px) clamp(18px, 4vw, 52px);
      }

      body[data-gtts-page="partners"] .section-shell .container-xxl {
        padding-left: clamp(12px, 1vw, 18px);
        padding-right: clamp(12px, 1vw, 18px);
      }

      body[data-gtts-page="partners"] .section-title {
        margin: 0;
        font-size: clamp(34px, 3.5vw, 54px);
        line-height: 1.08;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .section-subtitle {
        margin: 0;
        color: var(--brand-muted);
        font-size: 18px;
        line-height: 1.7;
      }

      body[data-gtts-page="partners"] .states-layout {
        display: grid;
        grid-template-columns: minmax(360px, 0.78fr) minmax(600px, 1.22fr);
        gap: clamp(40px, 5vw, 88px);
        align-items: start;
      }

      body[data-gtts-page="partners"] .states-section {
        padding-top: 30px;
        padding-bottom: 28px;
      }

      body[data-gtts-page="partners"] .states-copy {
        max-width: 520px;
      }

      body[data-gtts-page="partners"] .states-copy .section-title {
        font-size: 38px;
        line-height: 1.22;
      }

      body[data-gtts-page="partners"] .states-copy .section-subtitle {
        margin-top: 26px;
        color: #202d39;
        font-size: 18px;
        line-height: 1.55;
      }

      body[data-gtts-page="partners"] .states-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
      }

      body[data-gtts-page="partners"] .state-pill {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 12px;
        border: 1px solid var(--brand-line);
        border-radius: 8px;
        background: #fff;
        color: var(--brand-blue-dark);
        font-size: 15px;
      }

      body[data-gtts-page="partners"] .court-callout {
        padding-top: 0;
        padding-bottom: 0;
      }

      body[data-gtts-page="partners"] .callout-band {
        display: grid;
        grid-template-columns: 130px minmax(0, 1fr) auto;
        gap: clamp(18px, 3vw, 34px);
        align-items: center;
        padding: clamp(28px, 4vw, 44px);
        border-radius: 30px;
        background: var(--brand-sky);
      }

      body[data-gtts-page="partners"] .callout-icon {
        width: 96px;
        height: 96px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #cfe7ff;
      }

      body[data-gtts-page="partners"] .callout-icon img {
        width: 82px;
        height: 82px;
        object-fit: contain;
      }

      body[data-gtts-page="partners"] .callout-band h2 {
        margin: 0 0 12px;
        color: var(--brand-blue-dark);
        font-size: clamp(26px, 2.3vw, 34px);
        line-height: 1.2;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .callout-band p {
        margin: 0;
        font-size: 18px;
        line-height: 1.6;
      }

      body[data-gtts-page="partners"] .section-heading {
        margin-bottom: 44px;
        text-align: center;
      }

      body[data-gtts-page="partners"] .section-heading.centered-with-rule::after {
        content: "";
        display: block;
        width: 72px;
        height: 3px;
        margin: 16px auto 0;
        border-radius: 999px;
        background: var(--brand-blue);
      }

      body[data-gtts-page="partners"] .opportunity-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
      }

      body[data-gtts-page="partners"] .opportunity-card {
        height: 100%;
        padding: 24px 18px 22px;
        border: 1px solid #dce6ef;
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--shadow-card);
      }

      body[data-gtts-page="partners"] .opportunity-icon {
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        margin-bottom: 18px;
        border-radius: 10px;
        background: #d9edff;
      }

      body[data-gtts-page="partners"] .opportunity-icon img {
        width: 48px;
        height: 48px;
        object-fit: contain;
      }

      body[data-gtts-page="partners"] .opportunity-card h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .opportunity-card p {
        margin: 0 0 14px;
        color: #243443;
        font-size: 15px;
        line-height: 1.6;
      }

      body[data-gtts-page="partners"] .check-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 10px;
      }

      body[data-gtts-page="partners"] .check-list li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        color: #243443;
        font-size: 15px;
        line-height: 1.5;
      }

      body[data-gtts-page="partners"] .check-list i {
        color: var(--brand-blue);
        font-size: 16px;
        margin-top: 3px;
      }

      body[data-gtts-page="partners"] .steps-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 56px;
        align-items: stretch;
      }

      body[data-gtts-page="partners"] .step-card {
        position: relative;
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        align-items: stretch;
      }

      /* Number + icon rail sits outside (to the left of) the white card body. */
      body[data-gtts-page="partners"] .step-rail {
        display: grid;
        justify-items: center;
        gap: 12px;
      }

      body[data-gtts-page="partners"] .step-body {
        height: 100%;
        padding: 18px;
        border: 1px solid #dce6ef;
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--shadow-card);
      }

      body[data-gtts-page="partners"] .step-card:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 26px;
        left: calc(100% + 12px);
        width: 34px;
        border-top: 1px dashed var(--brand-blue);
      }

      body[data-gtts-page="partners"] .step-card:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 22px;
        left: calc(100% + 42px);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid var(--brand-blue);
      }

      body[data-gtts-page="partners"] .step-number {
        width: 56px;
        height: 56px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--brand-blue);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .step-icon {
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        margin-bottom: 8px;
        border-radius: 50%;
        background: #d9edff;
      }

      body[data-gtts-page="partners"] .step-icon img {
        width: 48px;
        height: 48px;
        object-fit: contain;
      }

      body[data-gtts-page="partners"] .step-card h3 {
        margin: 0 0 6px;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .step-card p {
        margin: 0;
        color: #243443;
        font-size: 15px;
        line-height: 1.5;
      }

      body[data-gtts-page="partners"] .program-panels {
        display: grid;
        grid-template-columns: minmax(0, 1.95fr) minmax(360px, 0.95fr);
        gap: 22px;
        align-items: stretch;
      }

      body[data-gtts-page="partners"] .program-panel {
        min-height: 486px;
        padding: 30px 32px;
        border-radius: 22px;
        background: #e8f2ff;
      }

      body[data-gtts-page="partners"] .program-panel h2 {
        margin: 0;
        font-size: clamp(34px, 3vw, 44px);
        line-height: 1.08;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .panel-rule {
        width: 80px;
        height: 4px;
        margin: 14px 0 18px;
        border-radius: 999px;
        background: var(--brand-blue);
      }

      body[data-gtts-page="partners"] .program-panel p {
        margin: 0 0 16px;
        color: #243443;
        font-size: 17px;
        line-height: 1.55;
      }

      body[data-gtts-page="partners"] .program-panel .check-list {
        gap: 10px;
        margin-bottom: 28px;
      }

      body[data-gtts-page="partners"] .program-panel .check-list li {
        gap: 10px;
        font-size: 14px;
        line-height: 1.45;
      }

      body[data-gtts-page="partners"] .program-panel .check-list i {
        font-size: 14px;
        margin-top: 3px;
      }

      body[data-gtts-page="partners"] .program-panel .coral-button,
      body[data-gtts-page="partners"] .program-panel .blue-button {
        min-height: 56px;
        padding: 0 28px;
        border-radius: 10px;
        font-size: 16px;
      }

      body[data-gtts-page="partners"] .white-label-panel .coral-button {
        min-width: 310px;
        align-self: flex-start;
        margin-top: auto;
      }

      body[data-gtts-page="partners"] .program-panel:not(.white-label-panel) .blue-button {
        width: 100%;
        min-width: 0;
        margin-top: auto;
      }

      body[data-gtts-page="partners"] .white-label-panel .panel-body {
        display: grid;
        grid-template-columns: minmax(300px, 0.88fr) minmax(380px, 1.12fr);
        gap: 26px;
        align-items: stretch;
        height: 100%;
      }

      body[data-gtts-page="partners"] .white-label-panel .panel-body > div:first-child,
      body[data-gtts-page="partners"] .program-panel:not(.white-label-panel) {
        display: flex;
        flex-direction: column;
      }

      body[data-gtts-page="partners"] .white-label-image {
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
        min-height: 386px;
        align-self: center;
      }

      body[data-gtts-page="partners"] .white-label-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body[data-gtts-page="partners"] .form-section {
        background: var(--brand-sky);
      }

      body[data-gtts-page="partners"] .form-shell {
        max-width: 1040px;
        margin: 0 auto;
        text-align: center;
      }

      body[data-gtts-page="partners"] .form-shell h2 {
        margin: 0;
        color: var(--brand-blue-dark);
        font-size: clamp(34px, 3.3vw, 54px);
        line-height: 1.16;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .form-shell .section-subtitle {
        margin-top: 16px;
        color: #17222d;
        font-size: clamp(19px, 1.8vw, 23px);
      }

      body[data-gtts-page="partners"] .partner-form {
        margin-top: 48px;
        text-align: left;
      }

      body[data-gtts-page="partners"] .partner-form label {
        display: block;
        margin-bottom: 8px;
        color: #344454;
        font-size: 15px;
        font-weight: 600;
      }

      body[data-gtts-page="partners"] .optional {
        color: #7f8b99;
        font-weight: 400;
      }

      body[data-gtts-page="partners"] .partner-form .form-control,
      body[data-gtts-page="partners"] .partner-form .form-select {
        min-height: 56px;
        border: 1px solid #cad9e6;
        border-radius: 8px;
        box-shadow: none;
        color: #23384d;
      }

      body[data-gtts-page="partners"] .partner-form textarea.form-control {
        min-height: 132px;
        padding-top: 16px;
        resize: vertical;
      }

      body[data-gtts-page="partners"] .partner-form .submit-wrap {
        padding-top: 12px;
        text-align: center;
      }

      body[data-gtts-page="partners"] .partner-form .blue-button {
        min-width: 258px;
      }

      body[data-gtts-page="partners"] .site-footer {
        color: #004a80;
      }

      body[data-gtts-page="partners"] .footer-main {
        padding: 48px 0 34px;
        background: var(--brand-footer);
      }

      body[data-gtts-page="partners"] .footer-main .container-xxl {
        padding-left: clamp(22px, 5vw, 72px);
        padding-right: clamp(22px, 5vw, 72px);
      }

      body[data-gtts-page="partners"] .footer-brand img {
        width: 230px;
        margin-bottom: 24px;
      }

      body[data-gtts-page="partners"] .footer-brand p {
        max-width: 380px;
        margin: 0 0 28px;
        font-size: 17px;
        line-height: 1.55;
      }

      body[data-gtts-page="partners"] .footer-contact,
      body[data-gtts-page="partners"] .footer-links,
      body[data-gtts-page="partners"] .social-links {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      body[data-gtts-page="partners"] .footer-contact {
        display: grid;
        gap: 16px;
      }

      body[data-gtts-page="partners"] .footer-contact li,
      body[data-gtts-page="partners"] .social-links a {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      body[data-gtts-page="partners"] .footer-contact i,
      body[data-gtts-page="partners"] .social-links i {
        color: #2b78b9;
        font-size: 18px;
      }

      body[data-gtts-page="partners"] .site-footer h3 {
        margin: 18px 0 18px;
        color: #064779;
        font-size: 18px;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .footer-links {
        display: grid;
        gap: 14px;
        font-size: 16px;
      }

      body[data-gtts-page="partners"] .social-links {
        display: grid;
        gap: 14px;
        font-size: 15px;
      }

      body[data-gtts-page="partners"] .site-footer a:hover,
      body[data-gtts-page="partners"] .site-footer a:focus {
        color: #01253d;
        text-decoration: underline;
      }

      body[data-gtts-page="partners"] .copyright {
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        background: #000;
        color: #fff;
        text-align: center;
      }

      body[data-gtts-page="partners"] .copyright p {
        margin: 0;
        font-size: 16px;
      }

      body[data-gtts-page="partners"] .copyright a {
        text-decoration: underline;
      }

      body[data-gtts-page="partners"] .toast-container {
        z-index: 1080;
      }

      body[data-gtts-page="partners"] .reveal-on-scroll {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 560ms ease, transform 560ms ease;
      }

      body[data-gtts-page="partners"] .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="partners"] .main-nav {
          min-height: auto;
          padding: 14px 0;
        }

        body[data-gtts-page="partners"] .main-nav .nav-link {
          padding-left: 0;
          padding-right: 0;
        }

        body[data-gtts-page="partners"] .nav-actions-mobile {
          margin-top: 18px;
        }

        body[data-gtts-page="partners"] .hero-grid,
        body[data-gtts-page="partners"] .states-layout,
        body[data-gtts-page="partners"] .callout-band,
        body[data-gtts-page="partners"] .program-panels,
        body[data-gtts-page="partners"] .white-label-panel .panel-body {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="partners"] .program-panel {
          min-height: 0;
        }

        body[data-gtts-page="partners"] .white-label-panel .coral-button {
          min-width: 0;
        }

        body[data-gtts-page="partners"] .hero-visual {
          min-height: auto;
          padding-top: 0;
        }

        body[data-gtts-page="partners"] .partner-hero {
          background-image: none;
        }

        body[data-gtts-page="partners"] .partner-hero::before,
        body[data-gtts-page="partners"] .partner-hero::after {
          display: none;
        }

        body[data-gtts-page="partners"] .hero-photo {
          display: block;
          position: relative;
          right: auto;
          top: auto;
          bottom: auto;
          width: 100%;
          min-height: 420px;
          margin-bottom: 18px;
          border-radius: 24px;
          z-index: auto;
        }

        body[data-gtts-page="partners"] .hero-metrics {
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          margin-top: 18px;
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body[data-gtts-page="partners"] .proof-grid,
        body[data-gtts-page="partners"] .opportunity-grid,
        body[data-gtts-page="partners"] .steps-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body[data-gtts-page="partners"] .proof-item:nth-child(2)::after {
          display: none;
        }

        body[data-gtts-page="partners"] .proof-item:nth-child(3)::after {
          display: block;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="partners"] .utility-bar {
          min-height: auto;
          padding: 0;
        }

        body[data-gtts-page="partners"] .utility-bar .container-xxl {
          gap: 12px;
        }

        body[data-gtts-page="partners"] .proof-grid,
        body[data-gtts-page="partners"] .opportunity-grid,
        body[data-gtts-page="partners"] .steps-grid {
          grid-template-columns: 1fr 1fr;
        }

        body[data-gtts-page="partners"] .states-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        body[data-gtts-page="partners"] .step-card::after,
        body[data-gtts-page="partners"] .step-card::before {
          display: none;
        }

        body[data-gtts-page="partners"] .language-picker {
          position: static;
          margin-left: auto;
          margin-bottom: 22px;
        }

        body[data-gtts-page="partners"] .hero-grid {
          min-height: auto;
        }

        body[data-gtts-page="partners"] .hero-copy {
          padding-top: 0;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="partners"] .partner-hero .container-xxl {
          padding: 24px 20px 34px;
        }

        body[data-gtts-page="partners"] .hero-copy h1 {
          max-width: 100%;
          font-size: clamp(30px, 8.2vw, 32px);
          line-height: 1.04;
          overflow-wrap: normal;
          word-break: normal;
        }

        body[data-gtts-page="partners"] .hero-copy .hero-lead {
          font-size: clamp(20px, 6vw, 25px);
        }

        body[data-gtts-page="partners"] .hero-copy .hero-body {
          font-size: 16px;
        }

        body[data-gtts-page="partners"] .hero-visual,
        body[data-gtts-page="partners"] .hero-photo,
        body[data-gtts-page="partners"] .hero-photo img,
        body[data-gtts-page="partners"] .hero-metrics {
          width: 100%;
          max-width: 100%;
        }

        body[data-gtts-page="partners"] .hero-photo img {
          height: 100%;
          object-fit: cover;
        }

        body[data-gtts-page="partners"] .share-button {
          min-width: 132px;
          font-size: 11px;
        }

        body[data-gtts-page="partners"] .utility-phone {
          font-size: 14px;
          text-align: right;
        }

        body[data-gtts-page="partners"] .login-link {
          min-width: 126px;
          min-height: 48px;
          margin-top: 16px;
        }

        body[data-gtts-page="partners"] .hero-metrics,
        body[data-gtts-page="partners"] .proof-grid,
        body[data-gtts-page="partners"] .opportunity-grid,
        body[data-gtts-page="partners"] .steps-grid,
        body[data-gtts-page="partners"] .states-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="partners"] .program-panel {
          padding: 30px 24px;
        }

        body[data-gtts-page="partners"] .program-panel h2 {
          font-size: 34px;
        }

        body[data-gtts-page="partners"] .program-panel p,
        body[data-gtts-page="partners"] .program-panel .check-list li {
          font-size: 16px;
        }

        body[data-gtts-page="partners"] .program-panel .coral-button,
        body[data-gtts-page="partners"] .program-panel .blue-button {
          width: 100%;
          min-height: 58px;
          padding: 0 20px;
          font-size: 17px;
        }

        body[data-gtts-page="partners"] .proof-item {
          grid-template-columns: 70px minmax(0, 1fr);
          padding: 22px 18px;
        }

        body[data-gtts-page="partners"] .proof-item::after {
          display: none !important;
        }

        body[data-gtts-page="partners"] .hero-photo {
          min-height: 360px;
        }

        body[data-gtts-page="partners"] .hero-visual {
          min-height: auto;
        }

        body[data-gtts-page="partners"] .callout-band {
          text-align: center;
          justify-items: center;
        }

        body[data-gtts-page="partners"] .step-card {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="partners"] .step-number {
          margin-bottom: 6px;
        }

        body[data-gtts-page="partners"] .white-label-image {
          min-height: 260px;
        }

        body[data-gtts-page="partners"] .footer-main .row > [class*="col"] {
          width: 100%;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        body[data-gtts-page="partners"] *,
        body[data-gtts-page="partners"] *::before,
        body[data-gtts-page="partners"] *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          scroll-behavior: auto !important;
          transition-duration: 0.01ms !important;
        }
      }

      body[data-gtts-page="partners"] .skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="partners"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="partners"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="partners"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="partners"] .site-header .utility-bar {
        min-height: 0;
        max-height: 40px;
        background: #1e4b73;
      }

      body[data-gtts-page="partners"] .site-header .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="partners"] .site-header .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        line-height: 1;
      }

      body[data-gtts-page="partners"] .site-header .utility-phone {
        font-size: 1.05rem;
      }

      body[data-gtts-page="partners"] .site-header .main-nav {
        min-height: 0;
        padding: 0;
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="partners"] .site-header .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="partners"] .site-header .navbar {
        padding: 0;
      }

      body[data-gtts-page="partners"] .site-header .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="partners"] .site-header .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="partners"] .site-header .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="partners"] .site-header .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="partners"] .site-header .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="partners"] .site-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="partners"] .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="partners"] .site-header .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="partners"] .site-header .nav-link.active,
      body[data-gtts-page="partners"] .site-header .nav-link:hover,
      body[data-gtts-page="partners"] .site-header .nav-link:focus {
        color: var(--brand-blue);
      }

      body[data-gtts-page="partners"] .site-header .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .site-header .login-link {
        min-width: 128px;
        min-height: 0;
        justify-content: center;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        font-size: 1.05rem;
        font-weight: 600;
        box-shadow: none;
      }

      body[data-gtts-page="partners"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="partners"] .site-footer .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="partners"] .site-footer .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="partners"] .site-footer .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: #0d4f92;
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="partners"] .site-footer .footer-contact {
        display: grid;
        gap: 18px;
        margin-top: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="partners"] .site-footer .footer-contact > a,
      body[data-gtts-page="partners"] .site-footer .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="partners"] .site-footer .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="partners"] .site-footer .footer-contact > span > span,
      body[data-gtts-page="partners"] .site-footer .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="partners"] .site-footer .footer-title {
        margin: 0 0 18px;
        color: #0d4f92;
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="partners"] .site-footer .footer-links,
      body[data-gtts-page="partners"] .site-footer .social-links {
        display: grid;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="partners"] .site-footer .footer-links a,
      body[data-gtts-page="partners"] .site-footer .social-links a {
        color: #0d4f92;
        font-size: 1rem;
      }

      body[data-gtts-page="partners"] .site-footer .footer-links a:hover,
      body[data-gtts-page="partners"] .site-footer .footer-links a:focus,
      body[data-gtts-page="partners"] .site-footer .social-links a:hover,
      body[data-gtts-page="partners"] .site-footer .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="partners"] .site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="partners"] .site-footer .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="partners"] .site-header .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="partners"] .site-header .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="partners"] .site-header .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="partners"] .site-header .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="partners"] .site-header .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="partners"] .site-header .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="partners"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="partners"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        body[data-gtts-page="partners"] .site-header .utility-inner {
          min-height: 40px;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="partners"] .site-header .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="partners"] .site-header .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="partners"] .site-header .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="partners"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="partners"] .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        body[data-gtts-page="partners"] .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }
    

    

/* ===== state-faq.html ===== */


      body[data-gtts-page="state-faq"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="state-faq"][data-gtts-page="state-faq"] {
        --navy: #0f4f8c;
        --navy-deep: #123d63;
        --navy-ink: #1f2c3c;
        --sky: #d9ecfb;
        --sky-soft: #eef6fd;
        --footer-sky: #d7ebf6;
        --line: #d9e2eb;
        --copy: #1b2430;
        --muted: #5c6877;
        --white: #ffffff;
        --shadow-soft: 0 16px 34px rgba(16, 63, 103, 0.08);
      }

      body[data-gtts-page="state-faq"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="state-faq"][data-gtts-page="state-faq"] {
        scroll-behavior: smooth;
      }

      body[data-gtts-page="state-faq"] {
        margin: 0;
        font-family: Arial, sans-serif;
        color: var(--copy);
        background: #fff;
      }

      body[data-gtts-page="state-faq"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="state-faq"] img {
        display: block;
        max-width: 100%;
      }

      body[data-gtts-page="state-faq"] button,
      body[data-gtts-page="state-faq"] input,
      body[data-gtts-page="state-faq"] select {
        font: inherit;
      }

      body[data-gtts-page="state-faq"] .skip-link {
        position: absolute;
        top: 12px;
        left: -9999px;
        z-index: 999;
        padding: 0.75rem 1rem;
        border: 2px solid #000;
        border-radius: 0.75rem;
        background: #fff;
        color: #000;
      }

      body[data-gtts-page="state-faq"] .skip-link:focus {
        left: 12px;
      }

      body[data-gtts-page="state-faq"] .page-shell {
        overflow-x: clip;
      }

      body[data-gtts-page="state-faq"] .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      body[data-gtts-page="state-faq"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="state-faq"] .container-site {
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
      }

      body[data-gtts-page="state-faq"] .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="state-faq"] .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="state-faq"] .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="state-faq"] .share-button:hover,
      body[data-gtts-page="state-faq"] .share-button:focus {
        background: #fff;
        color: var(--navy-deep);
      }

      body[data-gtts-page="state-faq"] .utility-phone {
        font-size: 1.05rem;
        color: #fff;
        font-weight: 500;
      }

      body[data-gtts-page="state-faq"] .main-nav {
        background: #fff;
        border-bottom: 1px solid #dfe8ee;
      }

      body[data-gtts-page="state-faq"] .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="state-faq"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="state-faq"] .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="state-faq"] .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="state-faq"] .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="state-faq"] .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="state-faq"] .navbar-nav .nav-link {
        padding: 12px 14px;
        font-size: 1.3rem;
        font-weight: 500;
        color: #111;
        white-space: nowrap;
      }

      body[data-gtts-page="state-faq"] .navbar-nav .nav-link:hover,
      body[data-gtts-page="state-faq"] .navbar-nav .nav-link:focus,
      body[data-gtts-page="state-faq"] .navbar-nav .nav-link.active {
        color: var(--navy);
      }

      body[data-gtts-page="state-faq"] .navbar-nav .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="state-faq"] .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        color: #fff;
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="state-faq"] .login-link:hover,
      body[data-gtts-page="state-faq"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="state-faq"] .hero-section {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #dceefc 0%, #d7ebfb 100%);
      }

      body[data-gtts-page="state-faq"] .hero-section::before {
        content: "";
        position: absolute;
        right: -7%;
        bottom: -28%;
        width: min(58vw, 860px);
        height: min(58vw, 860px);
        border-radius: 50%;
        border: 34px solid rgba(104, 168, 226, 0.16);
        pointer-events: none;
      }

      body[data-gtts-page="state-faq"] .hero-section::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 18px;
        width: min(26vw, 290px);
        height: 136px;
        background-image: radial-gradient(rgba(71, 151, 222, 0.42) 1px, transparent 1px);
        background-size: 12px 12px;
        clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 76%);
        pointer-events: none;
      }

      body[data-gtts-page="state-faq"] .hero-inner {
        position: relative;
        padding: 0.85rem 0 2.7rem;
        z-index: 1;
      }

      body[data-gtts-page="state-faq"] .hero-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2rem;
      }

      body[data-gtts-page="state-faq"] .hero-content {
        max-width: 760px;
        padding-top: 1.8rem;
      }

      body[data-gtts-page="state-faq"] .hero-title {
        margin: 0 0 1rem;
        font-family: Arial, sans-serif;
        font-size: 48px;
        line-height: 1;
        font-weight: 800;
        color: #050608;
      }

      body[data-gtts-page="state-faq"] .hero-copy {
        margin: 0;
        max-width: 760px;
        font-size: clamp(1.12rem, 1.8vw, 1.35rem);
        line-height: 1.45;
        color: #131c27;
      }

      body[data-gtts-page="state-faq"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 5;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="state-faq"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="state-faq"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="state-faq"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="state-faq"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="state-faq"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="state-faq"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #111;
      }

      body[data-gtts-page="state-faq"] .language-select {
        min-height: 42px;
        border: 1px solid #d6e0ea;
        border-radius: 0.78rem;
        padding-left: 2.5rem;
        background-color: #fff;
        box-shadow: var(--shadow-soft);
      }

      body[data-gtts-page="state-faq"] .language-select:focus,
      body[data-gtts-page="state-faq"] .search-input:focus,
      body[data-gtts-page="state-faq"] .cta-button:focus,
      body[data-gtts-page="state-faq"] .enroll-button:focus {
        border-color: rgba(15, 79, 140, 0.4);
        box-shadow: 0 0 0 0.22rem rgba(15, 79, 140, 0.12);
      }

      body[data-gtts-page="state-faq"] .search-shell {
        max-width: 606px;
        margin-top: 1.25rem;
      }

      body[data-gtts-page="state-faq"] .search-form {
        display: flex;
        gap: 0.45rem;
        padding: 0.28rem;
        border-radius: 0.55rem;
        background: #fff;
        box-shadow: var(--shadow-soft);
      }

      body[data-gtts-page="state-faq"] .search-input-wrap {
        position: relative;
        flex: 1 1 auto;
      }

      body[data-gtts-page="state-faq"] .search-input-wrap i {
        position: absolute;
        top: 50%;
        left: 0.95rem;
        transform: translateY(-50%);
        color: #4f5d6e;
      }

      body[data-gtts-page="state-faq"] .search-input {
        min-height: 52px;
        border: 0;
        padding: 0.85rem 1rem 0.85rem 2.55rem;
        box-shadow: none;
      }

      body[data-gtts-page="state-faq"] .search-input:focus {
        outline: none;
      }

      body[data-gtts-page="state-faq"] .search-button {
        min-width: 120px;
        border: 0;
        border-radius: 0.45rem;
        background: var(--navy);
        color: #fff;
        font-weight: 700;
      }

      body[data-gtts-page="state-faq"] .search-button:hover,
      body[data-gtts-page="state-faq"] .search-button:focus {
        background: #0d4579;
      }

      body[data-gtts-page="state-faq"] .enroll-section {
        padding: 1.2rem 0 2.1rem;
      }

      body[data-gtts-page="state-faq"] .enroll-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) minmax(290px, 330px);
        align-items: center;
        gap: 1.6rem;
        padding: 1.9rem 1.5rem;
        border-radius: 0.9rem;
        background: #e8f3fd;
      }

      body[data-gtts-page="state-faq"] .enroll-icon {
        width: 74px;
        height: 74px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid var(--navy);
        border-radius: 50%;
        color: var(--navy);
        font-size: 2rem;
      }

      body[data-gtts-page="state-faq"] .enroll-icon img {
        width: 38px;
        height: 38px;
        object-fit: contain;
      }

      body[data-gtts-page="state-faq"] .enroll-title {
        margin: 0;
        font-family: Arial, sans-serif;
        font-size: clamp(1.4rem, 1.7vw, 1.75rem);
        line-height: 1.15;
        font-weight: 700;
        color: #263244;
      }

      body[data-gtts-page="state-faq"] .enroll-copy {
        margin: 0.55rem 0 0;
        max-width: 420px;
        font-size: 1.05rem;
        line-height: 1.45;
      }

      body[data-gtts-page="state-faq"] .enroll-action {
        text-align: center;
      }

      body[data-gtts-page="state-faq"] .enroll-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        width: 100%;
        min-height: 84px;
        padding: 1rem 1.3rem;
        border-radius: 0.85rem;
        background: var(--navy);
        color: #fff;
        font-size: 0.98rem;
        font-weight: 600;
      }

      body[data-gtts-page="state-faq"] .enroll-button:hover,
      body[data-gtts-page="state-faq"] .enroll-button:focus {
        color: #fff;
        background: #0d4579;
      }

      body[data-gtts-page="state-faq"] .enroll-note {
        margin: 0.75rem 0 0;
        font-size: 0.76rem;
        color: #425263;
      }

      body[data-gtts-page="state-faq"] .faq-section {
        padding: 0.1rem 0 2rem;
      }

      body[data-gtts-page="state-faq"] .faq-heading {
        margin: 0 0 0.85rem;
        font-size: 1.12rem;
        font-weight: 700;
        color: #2c3747;
      }

      body[data-gtts-page="state-faq"] .faq-meta {
        display: none;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 0.75rem;
      }

      body[data-gtts-page="state-faq"] .faq-meta p {
        margin: 0;
        font-size: 0.95rem;
        color: var(--muted);
      }

      body[data-gtts-page="state-faq"] .faq-list {
        border-top: 1px solid var(--line);
      }

      body[data-gtts-page="state-faq"] .faq-item {
        padding: 1.1rem 0 1rem;
        border-bottom: 1px solid var(--line);
      }

      body[data-gtts-page="state-faq"] .faq-question {
        margin: 0 0 0.55rem;
        color: var(--navy);
        font-size: 0.98rem;
        font-weight: 700;
      }

      body[data-gtts-page="state-faq"] .faq-answer {
        margin: 0;
        max-width: 960px;
        color: #5b6675;
        font-size: 0.93rem;
        line-height: 1.55;
      }

      body[data-gtts-page="state-faq"] .faq-empty {
        display: none;
        margin-top: 1rem;
        padding: 1rem 1.1rem;
        border: 1px solid #d6e5f3;
        border-radius: 0.9rem;
        background: #f7fbff;
        color: #44576c;
      }

      body[data-gtts-page="state-faq"] .faq-empty.is-visible {
        display: block;
      }

      body[data-gtts-page="state-faq"] .show-more-wrap {
        display: flex;
        justify-content: center;
        padding-top: 1.5rem;
      }

      body[data-gtts-page="state-faq"] .show-more-button {
        min-width: 150px;
        padding: 0.75rem 1.7rem;
        border: 0;
        border-radius: 0.5rem;
        background: var(--navy);
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
      }

      body[data-gtts-page="state-faq"] .show-more-button:hover,
      body[data-gtts-page="state-faq"] .show-more-button:focus {
        background: #0d4579;
      }

      body[data-gtts-page="state-faq"] .cta-section {
        margin-top: 0.2rem;
        background: linear-gradient(90deg, #143f68 0%, #0e4b82 100%);
        color: #fff;
      }

      body[data-gtts-page="state-faq"] .cta-panel {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) minmax(270px, 364px);
        align-items: center;
        gap: 1.9rem;
        padding: 2rem 0;
      }

      body[data-gtts-page="state-faq"] .shield-ring {
        position: relative;
        width: 146px;
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(197, 219, 240, 0.18);
        box-shadow: inset 0 0 0 13px rgba(197, 219, 240, 0.16);
      }

      body[data-gtts-page="state-faq"] .shield-ring::before {
        content: "";
        position: absolute;
        inset: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
      }

      body[data-gtts-page="state-faq"] .shield-ring img {
        position: relative;
        z-index: 1;
        width: 92px;
        height: 92px;
        object-fit: contain;
      }

      body[data-gtts-page="state-faq"] .cta-copy h2 {
        margin: 0 0 0.75rem;
        font-family: Arial, sans-serif;
        font-size: clamp(2rem, 3vw, 2.85rem);
        line-height: 1.08;
        font-weight: 800;
      }

      body[data-gtts-page="state-faq"] .cta-copy p {
        margin: 0;
        max-width: 480px;
        font-size: 1.1rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.95);
      }

      body[data-gtts-page="state-faq"] .cta-action {
        position: relative;
      }

      body[data-gtts-page="state-faq"] .cta-action::before {
        content: "";
        position: absolute;
        left: -125px;
        top: 50%;
        width: 76px;
        height: 24px;
        border-top: 2px dashed rgba(255, 255, 255, 0.62);
        border-radius: 999px;
        transform: translateY(-50%) rotate(10deg);
      }

      body[data-gtts-page="state-faq"] .cta-action::after {
        content: "\F138";
        position: absolute;
        left: -57px;
        top: calc(50% - 18px);
        font-family: bootstrap-icons;
        font-size: 1.08rem;
        color: rgba(255, 255, 255, 0.82);
      }

      body[data-gtts-page="state-faq"] .cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        width: 100%;
        min-height: 78px;
        padding: 1rem 1.35rem;
        border-radius: 0.75rem;
        background: #fff;
        color: var(--navy);
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="state-faq"] .cta-button:hover,
      body[data-gtts-page="state-faq"] .cta-button:focus {
        color: var(--navy);
      }

      body[data-gtts-page="state-faq"] .cta-button-label {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
      }

      body[data-gtts-page="state-faq"] .site-footer {
        background: var(--footer-sky);
      }

      body[data-gtts-page="state-faq"] .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="state-faq"] .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="state-faq"] .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--navy);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="state-faq"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="state-faq"] .footer-contact > a,
      body[data-gtts-page="state-faq"] .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="state-faq"] .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="state-faq"] .footer-contact > span > span,
      body[data-gtts-page="state-faq"] .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="state-faq"] .footer-title {
        margin: 0 0 18px;
        color: var(--navy);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="state-faq"] .footer-links,
      body[data-gtts-page="state-faq"] .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="state-faq"] .footer-links a,
      body[data-gtts-page="state-faq"] .social-links a {
        color: var(--navy);
        font-size: 1rem;
      }

      body[data-gtts-page="state-faq"] .footer-links a:hover,
      body[data-gtts-page="state-faq"] .footer-links a:focus,
      body[data-gtts-page="state-faq"] .social-links a:hover,
      body[data-gtts-page="state-faq"] .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="state-faq"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="state-faq"] .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="state-faq"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="state-faq"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      body[data-gtts-page="state-faq"] .share-toast {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 1000;
        padding: 0.8rem 1rem;
        border-radius: 0.75rem;
        background: rgba(8, 18, 30, 0.94);
        color: #fff;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
      }

      body[data-gtts-page="state-faq"] .share-toast.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="state-faq"] .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="state-faq"] .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="state-faq"] .navbar-nav .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="state-faq"] .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }

        body[data-gtts-page="state-faq"] .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="state-faq"] .hero-top,
        body[data-gtts-page="state-faq"] .enroll-card,
        body[data-gtts-page="state-faq"] .cta-panel {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="state-faq"] .language-picker {
          position: static;
          margin: 0 0 22px auto;
        }

        body[data-gtts-page="state-faq"] .enroll-action,
        body[data-gtts-page="state-faq"] .cta-action {
          max-width: 360px;
        }

        body[data-gtts-page="state-faq"] .cta-action::before,
        body[data-gtts-page="state-faq"] .cta-action::after {
          display: none;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="state-faq"] .container-page {
          width: min(1280px, calc(100% - 20px));
        }

        body[data-gtts-page="state-faq"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        body[data-gtts-page="state-faq"] .container-site {
          width: min(1240px, calc(100% - 22px));
        }

        body[data-gtts-page="state-faq"] .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="state-faq"] .share-button {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="state-faq"] .hero-inner {
          padding-bottom: 2rem;
        }

        body[data-gtts-page="state-faq"] .hero-content {
          padding-top: 0.6rem;
        }

        body[data-gtts-page="state-faq"] .search-form {
          flex-direction: column;
        }

        body[data-gtts-page="state-faq"] .search-button {
          min-height: 48px;
        }

        body[data-gtts-page="state-faq"] .search-input-wrap,
        body[data-gtts-page="state-faq"] .search-button,
        body[data-gtts-page="state-faq"] .enroll-button,
        body[data-gtts-page="state-faq"] .cta-button {
          width: 100%;
        }

        body[data-gtts-page="state-faq"] .faq-meta {
          flex-direction: column;
          align-items: flex-start;
        }

        body[data-gtts-page="state-faq"] .footer-main {
          padding-bottom: 18px;
        }

        body[data-gtts-page="state-faq"] .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }
      }
    

    

/* ===== state-landing.html ===== */


      body[data-gtts-page="state-landing"] h2 {
        font-weight: 700;
      }

      body[data-gtts-page="state-landing"][data-gtts-page="state-landing"] {
        --blue: #00508d;
        --blue-dark: #004577;
        --blue-deep: #003e6c;
        --ink: #0c0f14;
        --muted: #4d4d4d;
        --line: #dfe8f1;
        --pale: #eaf4ff;
        --red: #ff4f55;
        --star: #f69a25;
      }

      body[data-gtts-page="state-landing"] * {
        box-sizing: border-box;
      }

      body[data-gtts-page="state-landing"][data-gtts-page="state-landing"] {
        scroll-behavior: smooth;
      }

      body[data-gtts-page="state-landing"] {
        margin: 0;
        font-family: Arial, sans-serif;
        color: var(--ink);
        background: #fff;
        border-top: 1px solid #0a4978;
      }

      body[data-gtts-page="state-landing"] a {
        color: inherit;
        text-decoration: none;
      }

      body[data-gtts-page="state-landing"] img {
        display: block;
        max-width: 100%;
      }

      body[data-gtts-page="state-landing"] .page-wrap {
        overflow-x: clip;
      }

      body[data-gtts-page="state-landing"] .container-page {
        width: min(1180px, calc(100% - 32px));
        margin-inline: auto;
      }

      body[data-gtts-page="state-landing"] .topbar {
        background: var(--blue);
        color: #fff;
      }

      body[data-gtts-page="state-landing"] .topbar-inner {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
      }

      body[data-gtts-page="state-landing"] .share-btn {
        min-width: 177px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 8px;
        background: transparent;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
      }

      body[data-gtts-page="state-landing"] .topbar a {
        color: #fff;
        font-size: 18px;
      }

      body[data-gtts-page="state-landing"] .main-nav {
        background: #fff;
        border-bottom: 1px solid #eef2f5;
      }

      body[data-gtts-page="state-landing"] .nav-shell {
        min-height: 86px;
        display: flex;
        align-items: center;
        gap: 30px;
      }

      body[data-gtts-page="state-landing"] .navbar-brand img,
      body[data-gtts-page="state-landing"] .footer-logo {
        width: 276px;
      }

      body[data-gtts-page="state-landing"] .nav-link {
        color: #111;
        font-size: 18px;
        white-space: nowrap;
      }

      body[data-gtts-page="state-landing"] .account-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #0f1c3e;
        font-size: 18px;
        white-space: nowrap;
      }

      body[data-gtts-page="state-landing"] .language-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        color: #0f1c3e;
        font-size: 14px;
      }

      body[data-gtts-page="state-landing"] .language-block select {
        width: auto;
        min-width: 106px;
        height: 31px;
        padding-block: 3px;
        font-size: 12px;
      }

      body[data-gtts-page="state-landing"] .hero {
        min-height: 435px;
        display: flex;
        align-items: center;
        background:
          linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0.08) 56%),
          url("new-gtts-facelift-image8.webp") center right / cover no-repeat;
      }

      body[data-gtts-page="state-landing"] .hero {
        position: relative;
      }

      body[data-gtts-page="state-landing"] .hero-inner {
        /* position:relative so the absolutely-positioned language picker
           anchors to this container (and aligns with its right edge) instead
           of escaping to the full-bleed hero / screen corner. */
        position: relative;
        /* Match the wider nav container (1360px) so the hero content's left
           edge lines up with the navbar logo instead of the 1180px content
           container. (Manual override — preserve if regenerating this file.) */
        width: min(1360px, calc(100% - 32px));
      }

      body[data-gtts-page="state-landing"] .language-picker {
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 2;
        width: fit-content;
        max-width: 100%;
        text-align: right;
      }

      body[data-gtts-page="state-landing"] .language-heading {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
      }

      body[data-gtts-page="state-landing"] .language-heading i {
        color: #313e4f;
        font-size: 11px;
      }

      body[data-gtts-page="state-landing"] .language-picker label {
        display: inline;
        margin: 0;
        color: #2f3540;
        font-size: 0.95rem;
        font-weight: 600;
      }

      body[data-gtts-page="state-landing"] .language-control {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(45, 92, 136, 0.12);
      }

      body[data-gtts-page="state-landing"] .language-control i {
        color: #313e4f;
        font-size: 1rem;
      }

      body[data-gtts-page="state-landing"] .language-control .form-select {
        border: 0;
        padding: 0 28px 0 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        color: #123d63;
      }body[data-gtts-page="state-landing"] .hero-content {
        max-width: 710px;
        padding: 44px 0;
      }

      body[data-gtts-page="state-landing"] .eyebrow {
        margin-bottom: 22px;
        color: var(--blue);
        font-size: 20px;
        font-weight: 700;
      }

      body[data-gtts-page="state-landing"] .hero h1 {
        margin: 0 0 16px;
        font-size: clamp(42px, 4vw, 50px);
        line-height: 1.14;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .hero h1 span {
        color: var(--red);
      }

      body[data-gtts-page="state-landing"] .price {
        margin: 0 0 22px;
        font-size: 27px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .hero-note {
        margin: -12px 0 22px;
        color: rgba(255, 255, 255, 0.86);
        font-size: 16px;
        font-weight: 600;
      }

      body[data-gtts-page="state-landing"] .license {
        display: grid;
        grid-template-columns: 28px minmax(0, max-content);
        justify-content: start;
        align-items: center;
        gap: 6px 12px;
        margin-bottom: 10px;
        font-size: 23px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .license i {
        color: var(--blue);
        display: inline-flex;
        font-size: 28px;
        grid-column: 1;
        grid-row: 1;
        height: 1em;
        line-height: 1;
        width: 1em;
      }

      body[data-gtts-page="state-landing"] .license a {
        color: var(--blue);
      }

      body[data-gtts-page="state-landing"] .license > span {
        display: contents;
      }

      body[data-gtts-page="state-landing"] .license-main-line {
        grid-column: 2;
        grid-row: 1;
        line-height: 1.2;
      }

      body[data-gtts-page="state-landing"] .license-price-note {
        grid-column: 1 / -1;
        grid-row: 2;
        display: block;
        line-height: 1.2;
      }

      body[data-gtts-page="alaska"] .license > span,
      body[data-gtts-page="california"] .license > span,
      body[data-gtts-page="state-landing"] .license-approval-line,
      body[data-gtts-page="state-landing"] .check-list-copy {
        display: inline-flex;
        align-items: center;
        gap: 12px;
      }

      body[data-gtts-page="alaska"] .license-badge-link,
      body[data-gtts-page="california"] .license-badge-link,
      body[data-gtts-page="state-landing"] .license-badge-link {
        display: inline-flex;
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        align-items: center;
        justify-content: center;
        line-height: 0;
        vertical-align: middle;
      }

      body[data-gtts-page="alaska"] .license-badge-img,
      body[data-gtts-page="california"] .license-badge-img,
      body[data-gtts-page="state-landing"] .license-badge-img {
        width: 70px;
        height: 70px;
        max-width: none;
        display: block;
        object-fit: contain;
      }

      body[data-gtts-page="state-landing"] .primary-btn {
        min-width: 257px;
        min-height: 57px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        border-radius: 16px;
        background: var(--blue);
        color: #fff;
        font-size: 18px;
        transition: transform 0.2s ease, background 0.2s ease;
      }

      body[data-gtts-page="state-landing"] .primary-btn:hover,
      body[data-gtts-page="state-landing"] .primary-btn:focus {
        background: var(--blue-dark);
        color: #fff;
        transform: translateY(-2px);
      }

      body[data-gtts-page="state-landing"] .benefits {
        padding: 43px 0 35px;
        border-bottom: 1px solid #f2f2f2;
      }

      body[data-gtts-page="state-landing"] .benefit-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
      }

      body[data-gtts-page="state-landing"] .benefit {
        min-height: 84px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 0 18px;
        color: #123d63;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        border-right: 1px solid #6e6e6e;
      }

      body[data-gtts-page="state-landing"] .benefit:last-child {
        border-right: 0;
      }

      body[data-gtts-page="state-landing"] .benefit img {
        width: 43px;
        height: 43px;
        object-fit: contain;
      }

      /* Hero trust row (icon + title + description, with dividers). */
      body[data-gtts-page="state-landing"] .trust-row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
      }

      body[data-gtts-page="state-landing"] .trust-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 4px 26px;
        border-right: 1px solid #dfe3e8;
      }

      body[data-gtts-page="state-landing"] .trust-item:last-child {
        border-right: 0;
      }

      body[data-gtts-page="state-landing"] .trust-item .bi {
        font-size: 30px;
        line-height: 1;
        color: #0a5399;
        flex-shrink: 0;
      }

      body[data-gtts-page="state-landing"] .trust-item img {
        height: 32px;
        width: auto;
        max-width: 46px;
        object-fit: contain;
        flex-shrink: 0;
      }

      body[data-gtts-page="state-landing"] .trust-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      body[data-gtts-page="state-landing"] .trust-text strong {
        color: #123d63;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
      }

      body[data-gtts-page="state-landing"] .trust-text span {
        color: #5f7082;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="state-landing"] .trust-row {
          grid-template-columns: repeat(2, 1fr);
          gap: 22px 0;
        }
        body[data-gtts-page="state-landing"] .trust-item:nth-child(2n) {
          border-right: 0;
        }
      }

      @media (max-width: 575.98px) {
        body[data-gtts-page="state-landing"] .trust-row {
          grid-template-columns: 1fr;
        }
        body[data-gtts-page="state-landing"] .trust-item {
          border-right: 0;
        }
      }

      body[data-gtts-page="state-landing"] .how {
        padding: 15px 0 28px;
        text-align: center;
      }

      body[data-gtts-page="state-landing"] .section-kicker {
        color: var(--blue);
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
      }

      body[data-gtts-page="state-landing"] .section-title {
        margin: 10px 0 16px;
        font-size: clamp(30px, 3vw, 38px);
        line-height: 1.16;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .title-rule {
        width: 76px;
        height: 3px;
        margin: 0 auto 19px;
        background: var(--blue);
      }

      body[data-gtts-page="state-landing"] .how-copy {
        max-width: 550px;
        margin: 0 auto 16px;
        font-size: 16px;
        line-height: 1.55;
      }

      body[data-gtts-page="state-landing"] .steps {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 72px;
        max-width: 820px;
        margin: 0 auto;
      }

      body[data-gtts-page="state-landing"] .steps::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 17%;
        right: 17%;
        height: 1px;
        background: #4a91d0;
      }

      body[data-gtts-page="state-landing"] .step {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
      }

      body[data-gtts-page="state-landing"] .step-icon {
        width: 84px;
        height: 84px;
        position: relative;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        border: 1px solid #d5eaff;
        border-radius: 50%;
        background: #fff;
      }

      body[data-gtts-page="state-landing"] .step-icon img {
        width: 45px;
        height: 45px;
        object-fit: contain;
      }

      body[data-gtts-page="state-landing"] .step-number {
        width: 38px;
        height: 38px;
        position: absolute;
        top: -14px;
        right: -14px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 23px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .step h3 {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .step p {
        margin: 0 auto;
        max-width: 250px;
        font-size: 14px;
        line-height: 1.55;
        flex: 1;
      }

      body[data-gtts-page="state-landing"] .step small {
        display: block;
        margin-top: 28px;
        color: var(--blue);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        white-space: nowrap;
      }

      body[data-gtts-page="state-landing"] .ticket {
        padding: 23px 0 31px;
      }

      body[data-gtts-page="state-landing"] .ticket h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .ticket p {
        max-width: 570px;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.7;
      }

      body[data-gtts-page="state-landing"] .ticket h3 {
        margin: 20px 0 17px;
        font-size: 24px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .check-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="state-landing"] .check-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
        font-size: 20px;
      }

      body[data-gtts-page="state-landing"] .check-list i {
        width: 25px;
        height: 25px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 15px;
      }

      body[data-gtts-page="state-landing"] .device-img {
        max-width: 604px;
        margin-left: auto;
      }

      body[data-gtts-page="state-landing"] .partner {
        padding: 17px 0 15px;
      }

      body[data-gtts-page="state-landing"] .partner-panel {
        overflow: hidden;
        border-radius: 20px;
        background: #eef6ff;
      }

      body[data-gtts-page="state-landing"] .partner-copy {
        padding: 26px 54px;
      }

      body[data-gtts-page="state-landing"] .partner h2 {
        max-width: 430px;
        margin: 0;
        font-size: 38px;
        line-height: 1.3;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .partner h2 span {
        color: var(--blue);
      }

      body[data-gtts-page="state-landing"] .partner .title-rule {
        margin: 8px 0 20px;
      }

      body[data-gtts-page="state-landing"] .partner-list {
        margin: 0 0 13px;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="state-landing"] .partner-list li {
        margin-bottom: 16px;
        color: #252525;
        font-size: 14px;
      }

      body[data-gtts-page="state-landing"] .partner-list i {
        margin-right: 8px;
        color: var(--blue);
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .partner-copy p {
        max-width: 570px;
        margin: 0 0 27px;
        font-size: 16px;
        line-height: 1.65;
      }

      body[data-gtts-page="state-landing"] .red-btn {
        min-width: 295px;
        min-height: 55px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: var(--red);
        color: #fff;
        font-size: 17px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .red-btn:hover,
      body[data-gtts-page="state-landing"] .red-btn:focus {
        background: #ee4048;
        color: #fff;
      }

      body[data-gtts-page="state-landing"] .partner-photo {
        width: 100%;
        height: 518px;
        object-fit: cover;
      }

      /* Desktop: let the photo fully cover its right column (matches the taller
         copy column height instead of a fixed height that leaves a gap). */
      @media (min-width: 992px) {
        body[data-gtts-page="state-landing"] .partner-panel .row {
          min-height: 518px;
        }
        body[data-gtts-page="state-landing"] .partner-panel .row > .col-lg-6:last-child {
          display: flex;
        }
        body[data-gtts-page="state-landing"] .partner-panel .row > .col-lg-6:last-child .partner-photo {
          height: 100%;
        }
      }

      body[data-gtts-page="state-landing"] .faq {
        padding: 28px 0 7px;
        text-align: center;
      }

      /* Align the FAQ container's left edge with the navbar logo by matching the
         wider nav container (1360px) instead of the 1180px content container.
         (Manual override — preserve if regenerating this file.) */
      body[data-gtts-page="state-landing"] .faq.faq .container-page {
        width: min(1360px, calc(100% - 32px));
      }

      body[data-gtts-page="state-landing"] .faq-intro {
        max-width: 600px;
        margin: 0 auto 34px;
        font-size: 14px;
        line-height: 1.8;
      }

      body[data-gtts-page="state-landing"] .faq-list {
        max-width: 1010px;
        margin: 0 auto;
        text-align: left;
      }

      body[data-gtts-page="state-landing"] .faq-row {
        display: grid;
        grid-template-columns: 34px 1fr;
        gap: 14px;
        margin-bottom: 15px;
      }

      body[data-gtts-page="state-landing"] .faq-num {
        padding-top: 2px;
        text-align: center;
        font-size: 16px;
      }

      body[data-gtts-page="state-landing"] .faq-row h3 {
        margin: 0 0 13px;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .faq-row p {
        margin: 0;
        color: #3f3f3f;
        font-size: 16px;
        line-height: 1.35;
      }

      body[data-gtts-page="state-landing"] .faq-cta {
        padding: 9px 0 21px;
      }

      body[data-gtts-page="state-landing"] .faq-cta-box {
        max-width: 960px;
        min-height: 91px;
        display: grid;
        grid-template-columns: 55px 1fr 281px;
        align-items: center;
        gap: 19px;
        margin: 0 auto;
        padding: 18px 16px 18px 12px;
        border: 1px solid #e8edf3;
        border-radius: 12px;
        background: #f8fbff;
      }

      body[data-gtts-page="state-landing"] .question-icon {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-size: 36px;
        line-height: 1;
      }

      body[data-gtts-page="state-landing"] .faq-cta-box h3 {
        margin: 0 0 8px;
        font-size: 15px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .faq-cta-box p {
        margin: 0;
        color: #4c4c4c;
        font-size: 12px;
      }

      body[data-gtts-page="state-landing"] .faq-cta-box .primary-btn {
        min-width: 281px;
        min-height: 54px;
        border-radius: 15px;
        gap: 34px;
      }

      body[data-gtts-page="state-landing"] .reviews {
        padding: 14px 0 26px;
      }

      body[data-gtts-page="state-landing"] .reviews-head {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 48px;
        align-items: end;
        margin-bottom: 49px;
      }

      body[data-gtts-page="state-landing"] .reviews h2 {
        margin: 13px 0 13px;
        color: #111c3f;
        font-size: 28px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .reviews p {
        max-width: 440px;
        margin: 0;
        font-size: 14px;
        line-height: 1.85;
      }

      body[data-gtts-page="state-landing"] .rating-box {
        min-height: 96px;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 24px 22px;
        border: 1px solid #e5edf5;
        border-radius: 12px;
      }

      body[data-gtts-page="state-landing"] .rating-number {
        font-size: 42px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .stars {
        color: var(--star);
        font-size: 23px;
      }

      body[data-gtts-page="state-landing"] .rating-box small {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .review-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
        gap: 27px;
      }

      body[data-gtts-page="state-landing"] .review-card {
        min-height: 212px;
        display: flex;
        flex-direction: column;
        padding: 30px 20px;
        border: 1px solid #e5edf5;
        border-radius: 12px;
      }

      body[data-gtts-page="state-landing"] .review-card .stars {
        margin-bottom: 13px;
      }

      body[data-gtts-page="state-landing"] .quote {
        min-height: 62px;
        margin: 0 0 22px;
        color: #858585;
        font-size: 12px;
        font-style: italic;
        line-height: 1.2;
      }

      body[data-gtts-page="state-landing"] .review-line {
        height: 1px;
        margin-top: auto;
        margin-bottom: 15px;
        background: #e1e1e1;
      }

      body[data-gtts-page="state-landing"] .reviewer {
        display: flex;
        align-items: center;
        min-height: 33px;
      }

      body[data-gtts-page="state-landing"] .reviewer strong {
        display: block;
        font-size: 16px;
      }

      body[data-gtts-page="state-landing"] .reviewer small {
        color: #717171;
        font-size: 11px;
      }

      body[data-gtts-page="state-landing"] .reviewer-avatar {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e8f4fb;
        color: var(--blue);
        font-size: 18px;
        font-weight: 800;
        margin-right: 12px;
        flex-shrink: 0;
      }

      body[data-gtts-page="state-landing"] .updates {
        padding: 0 0 26px;
      }

      body[data-gtts-page="state-landing"] .updates h2 {
        margin-bottom: 36px;
        text-align: center;
      }

      body[data-gtts-page="state-landing"] .post-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 47px;
      }

      body[data-gtts-page="state-landing"] .post img {
        width: 100%;
        height: 219px;
        object-fit: cover;
        border-radius: 8px;
      }

      body[data-gtts-page="state-landing"] .post-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 14px;
        color: #5f5f5f;
        font-size: 13px;
      }

      body[data-gtts-page="state-landing"] .read-time {
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
        border-radius: 7px;
      }

      body[data-gtts-page="state-landing"] .post h3 {
        margin: 0 0 17px;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .post-excerpt {
        margin: -4px 0 17px;
        color: #5f5f5f;
        font-size: 13px;
        line-height: 1.55;
      }

      body[data-gtts-page="state-landing"] .read-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--blue);
        font-size: 14px;
        font-weight: 800;
        text-decoration: underline;
      }

      body[data-gtts-page="state-landing"] .cities {
        padding: 10px 0 52px;
        border-bottom: 1px solid #d7e3ed;
      }

      body[data-gtts-page="state-landing"] .cities h2 {
        margin: 0;
        font-size: 33px;
        line-height: 1.4;
        font-weight: 800;
        text-transform: uppercase;
      }

      body[data-gtts-page="state-landing"] .city-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px 10px;
      }

      body[data-gtts-page="state-landing"] .city-pill {
        min-height: 43px;
        display: grid;
        place-items: center;
        border: 1px solid #e2e8f0;
        border-radius: 7px;
        color: var(--blue);
        font-size: 14px;
      }

      body[data-gtts-page="state-landing"] .final-cta {
        padding: 38px 0;
        background: linear-gradient(120deg, var(--blue) 0%, #113e60 100%);
        color: #fff;
      }

      body[data-gtts-page="state-landing"] .final-cta-inner {
        display: grid;
        grid-template-columns: 174px 1fr 200px;
        align-items: center;
        gap: 40px;
      }

      body[data-gtts-page="state-landing"] .shield-ring {
        width: 172px;
        height: 172px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
      }

      body[data-gtts-page="state-landing"] .shield-inner {
        width: 138px;
        height: 138px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.26);
      }

      body[data-gtts-page="state-landing"] .shield-inner img {
        width: 96px;
        height: 96px;
        object-fit: contain;
      }

      body[data-gtts-page="state-landing"] .final-cta h2 {
        margin: 0 0 16px;
        font-size: 26px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .final-cta p {
        max-width: 590px;
        margin: 0;
        font-size: 18px;
        line-height: 2.1;
      }

      body[data-gtts-page="state-landing"] .white-btn {
        min-height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        border-radius: 8px;
        background: #fff;
        color: var(--blue);
        font-size: 20px;
      }

      body[data-gtts-page="state-landing"] .site-footer {
        background: #cfe7f3;
      }

      body[data-gtts-page="state-landing"] .footer-main {
        padding: 49px 0 24px;
      }

      body[data-gtts-page="state-landing"] .footer-brand p {
        max-width: 335px;
        margin: 28px 0 28px;
        color: var(--blue);
        font-size: 16px;
        line-height: 1.45;
      }

      body[data-gtts-page="state-landing"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="state-landing"] .footer-contact a,
      body[data-gtts-page="state-landing"] .footer-contact span {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        color: var(--blue);
      }

      body[data-gtts-page="state-landing"] .footer-title {
        margin: 52px 0 14px;
        color: #1b4d91;
        font-size: 16px;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .footer-links {
        display: grid;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body[data-gtts-page="state-landing"] .footer-links a {
        color: var(--blue);
      }

      body[data-gtts-page="state-landing"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #30559d;
        font-size: 13px;
      }

      body[data-gtts-page="state-landing"] .social-links img {
        width: 9px;
        height: 9px;
        object-fit: contain;
      }

      body[data-gtts-page="state-landing"] .copyright {
        padding: 20px 16px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 22px;
      }

      body[data-gtts-page="state-landing"] .copyright a {
        text-decoration: underline;
      }

      body[data-gtts-page="state-landing"] .reveal {
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.55s ease, transform 0.55s ease;
      }

      body[data-gtts-page="state-landing"] .reveal.in-view {
        opacity: 1;
        transform: translateY(0);
      }

      @media (prefers-reduced-motion: reduce) {
        body[data-gtts-page="state-landing"][data-gtts-page="state-landing"] {
          scroll-behavior: auto;
        }

        body[data-gtts-page="state-landing"] .reveal,
        body[data-gtts-page="state-landing"] .primary-btn {
          transition: none;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="state-landing"] .nav-shell {
          min-height: auto;
          padding: 18px 0;
        }

        body[data-gtts-page="state-landing"] .navbar-brand img,
        body[data-gtts-page="state-landing"] .footer-logo {
          width: 230px;
        }

        body[data-gtts-page="state-landing"] .benefit-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 24px 0;
        }

        body[data-gtts-page="state-landing"] .benefit:nth-child(4) {
          border-right: 0;
        }

        body[data-gtts-page="state-landing"] .city-grid {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="state-landing"] .topbar-inner,
        body[data-gtts-page="state-landing"] .nav-shell,
        body[data-gtts-page="state-landing"] .final-cta-inner {
          align-items: flex-start;
        }

        body[data-gtts-page="state-landing"] .hero {
          background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.77)),
            url("new-gtts-facelift-image8.webp") center / cover no-repeat;
        }

        body[data-gtts-page="state-landing"] .language-picker {
          position: static;
          margin: 18px 0 6px auto;
        }

        body[data-gtts-page="state-landing"] .benefit-grid,
        body[data-gtts-page="state-landing"] .steps,
        body[data-gtts-page="state-landing"] .review-grid,
        body[data-gtts-page="state-landing"] .post-grid {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="state-landing"] .benefit,
        body[data-gtts-page="state-landing"] .benefit:nth-child(4) {
          border-right: 0;
          border-bottom: 1px solid rgba(110, 110, 110, 0.25);
          padding-bottom: 18px;
        }

        body[data-gtts-page="state-landing"] .steps::before {
          display: none;
        }

        body[data-gtts-page="state-landing"] .partner-copy {
          padding: 28px;
        }

        body[data-gtts-page="state-landing"] .partner-photo {
          height: 360px;
        }

        body[data-gtts-page="state-landing"] .faq-cta-box,
        body[data-gtts-page="state-landing"] .reviews-head,
        body[data-gtts-page="state-landing"] .final-cta-inner {
          grid-template-columns: 1fr;
        }

        body[data-gtts-page="state-landing"] .faq-cta-box .primary-btn {
          min-width: 0;
          width: 100%;
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="state-landing"] .topbar-inner {
          min-height: 82px;
          flex-direction: column;
          justify-content: center;
          gap: 10px;
        }

        body[data-gtts-page="state-landing"] .topbar a {
          font-size: 15px;
        }

        body[data-gtts-page="state-landing"] .hero-content {
          padding: 20px 0 34px;
        }

        body[data-gtts-page="state-landing"] .device-img {
          display: block;
          width: 100%;
          max-width: 100%;
          margin: 24px auto 0;
        }

        body[data-gtts-page="state-landing"] .language-picker {
          width: 100%;
          margin: 18px 0 0;
        }body[data-gtts-page="state-landing"] .language-control {
          width: 100%;
        }

        body[data-gtts-page="state-landing"] .license {
          align-items: center;
          margin-bottom: 28px;
          font-size: 19px;
        }

        body[data-gtts-page="state-landing"] .primary-btn,
        body[data-gtts-page="state-landing"] .red-btn {
          width: 100%;
          min-width: 0;
        }

        body[data-gtts-page="state-landing"] .city-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        body[data-gtts-page="state-landing"] .cities h2,
        body[data-gtts-page="state-landing"] .partner h2 {
          font-size: 30px;
        }

        body[data-gtts-page="state-landing"] .copyright {
          font-size: 16px;
        }
      }

      /* Shared header and footer from https://www.gototrafficschool.com/about-cyberactive.aspx */
      body[data-gtts-page="state-landing"] .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      body[data-gtts-page="state-landing"] .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      body[data-gtts-page="state-landing"] .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      body[data-gtts-page="state-landing"] .share-button:hover,
      body[data-gtts-page="state-landing"] .share-button:focus {
        background: #fff;
        color: #143f65;
      }

      body[data-gtts-page="state-landing"] .utility-phone {
        color: #fff;
        font-size: 1.05rem;
        font-weight: 500;
      }

      body[data-gtts-page="state-landing"] .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      body[data-gtts-page="state-landing"] .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      body[data-gtts-page="state-landing"] .navbar {
        padding: 0;
      }

      body[data-gtts-page="state-landing"] .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      body[data-gtts-page="state-landing"] .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      body[data-gtts-page="state-landing"] .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      body[data-gtts-page="state-landing"] .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      body[data-gtts-page="state-landing"] .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      body[data-gtts-page="state-landing"] .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      body[data-gtts-page="state-landing"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      body[data-gtts-page="state-landing"] .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      body[data-gtts-page="state-landing"] .nav-link.active,
      body[data-gtts-page="state-landing"] .nav-link:hover,
      body[data-gtts-page="state-landing"] .nav-link:focus {
        color: var(--blue);
      }

      body[data-gtts-page="state-landing"] .nav-link.active {
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      body[data-gtts-page="state-landing"] .login-link:hover,
      body[data-gtts-page="state-landing"] .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }

      body[data-gtts-page="state-landing"] .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      body[data-gtts-page="state-landing"] .site-footer {
        background: #d9edf8;
      }

      body[data-gtts-page="state-landing"] .footer-main {
        padding: 56px 0 28px;
      }

      body[data-gtts-page="state-landing"] .footer-brand img {
        width: min(210px, 100%);
      }

      body[data-gtts-page="state-landing"] .footer-brand p {
        max-width: 380px;
        margin: 30px 0 36px;
        color: var(--blue);
        font-size: 1.15rem;
        line-height: 1.5;
      }

      body[data-gtts-page="state-landing"] .footer-contact {
        display: grid;
        gap: 18px;
      }

      body[data-gtts-page="state-landing"] .footer-contact > a,
      body[data-gtts-page="state-landing"] .footer-contact > span {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #1f6db8;
        font-size: 1rem;
      }

      body[data-gtts-page="state-landing"] .footer-contact i {
        width: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 1.4rem;
      }

      body[data-gtts-page="state-landing"] .footer-contact > span > span,
      body[data-gtts-page="state-landing"] .footer-contact > a > span {
        display: block;
      }

      body[data-gtts-page="state-landing"] .footer-title {
        margin: 0 0 18px;
        color: var(--blue);
        font-size: 1.2rem;
        font-weight: 800;
      }

      body[data-gtts-page="state-landing"] .footer-links,
      body[data-gtts-page="state-landing"] .social-links {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      body[data-gtts-page="state-landing"] .footer-links a,
      body[data-gtts-page="state-landing"] .social-links a {
        color: var(--blue);
        font-size: 1rem;
      }

      body[data-gtts-page="state-landing"] .footer-links a:hover,
      body[data-gtts-page="state-landing"] .footer-links a:focus,
      body[data-gtts-page="state-landing"] .social-links a:hover,
      body[data-gtts-page="state-landing"] .social-links a:focus {
        text-decoration: underline;
      }

      body[data-gtts-page="state-landing"] .social-links a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      body[data-gtts-page="state-landing"] .social-links img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        object-fit: contain;
      }

      body[data-gtts-page="state-landing"] .copyright-bar {
        padding: 20px 16px 28px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: clamp(1rem, 2vw, 1.15rem);
      }

      body[data-gtts-page="state-landing"] .copyright-bar a {
        color: #fff;
        text-decoration: underline;
      }

      @media (min-width: 1200px) {
        body[data-gtts-page="state-landing"] .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        body[data-gtts-page="state-landing"] .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        body[data-gtts-page="state-landing"] .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        body[data-gtts-page="state-landing"] .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        body[data-gtts-page="state-landing"] .nav-link {
          padding: 10px 0;
        }

        body[data-gtts-page="state-landing"] .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        body[data-gtts-page="state-landing"] .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        body[data-gtts-page="state-landing"] .section-inset {
          width: min(1140px, calc(100% - 48px));
        }
      }

      @media (max-width: 767.98px) {
        body[data-gtts-page="state-landing"] .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        body[data-gtts-page="state-landing"] .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        body[data-gtts-page="state-landing"] .share-button {
          min-width: 0;
          width: 100%;
        }

        body[data-gtts-page="state-landing"] .section-inset {
          width: min(1140px, calc(100% - 24px));
        }
      }
    

    

/* ===== about.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="about"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="about"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="about"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="about"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="about"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="about"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="about"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="about"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="about"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="about"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="about"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="about"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="about"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== alaska.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="alaska"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="alaska"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="alaska"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="alaska"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="alaska"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="alaska"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="alaska"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="alaska"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="alaska"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="alaska"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="alaska"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="alaska"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="alaska"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== alt-registration.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="alt-registration"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="alt-registration"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="alt-registration"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="alt-registration"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="alt-registration"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="alt-registration"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="alt-registration"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="alt-registration"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="alt-registration"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="alt-registration"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="alt-registration"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="alt-registration"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="alt-registration"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== california.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="california"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="california"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="california"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="california"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="california"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="california"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="california"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="california"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="california"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="california"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="california"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="california"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="california"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== contactus.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="contactus"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="contactus"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="contactus"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="contactus"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="contactus"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="contactus"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="contactus"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="contactus"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="contactus"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="contactus"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="contactus"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="contactus"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="contactus"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== faq.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="faq"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="faq"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="faq"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="faq"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="faq"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="faq"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="faq"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="faq"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="faq"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="faq"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="faq"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="faq"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="faq"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== howItWorks.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="howitworks"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="howitworks"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="howitworks"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="howitworks"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="howitworks"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="howitworks"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="howitworks"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="howitworks"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="howitworks"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="howitworks"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="howitworks"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="howitworks"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="howitworks"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== index.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="index"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="index"] .trust-grid .trust-item {
  align-items: flex-start;
  --trust-title-size: 15.5px;
  --trust-copy-size: 12.8px;
}
body[data-gtts-page="index"] .trust-grid .trust-item h3 {
  font-size: var(--trust-title-size);
}
body[data-gtts-page="index"] .trust-grid .trust-item p {
  font-size: var(--trust-copy-size);
}
body[data-gtts-page="index"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="index"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="index"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="index"] #how-it-works.section-block {
  padding-top: 0;
}

body[data-gtts-page="index"] #how-it-works > .container-fluid-wide {
  width: min(1100px, calc(100% - 112px));
}

body[data-gtts-page="index"] #how-it-works .section-eyebrow {
  margin: 0 0 0.8rem;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

body[data-gtts-page="index"] #how-it-works .section-title {
  font-size: 31px;
  line-height: 1.05;
}

body[data-gtts-page="index"] #how-it-works .section-kicker {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="index"] .steps-flow {
    justify-content: space-between;
    gap: 1.6rem;
    margin-top: 2.2rem;
  }

  body[data-gtts-page="index"] .steps-flow .flow-step {
    flex: 0 1 162px;
    max-width: 162px;
  }

  body[data-gtts-page="index"] .steps-flow .flow-step-top {
    min-height: 58px;
    margin-bottom: 0.8rem;
  }

  body[data-gtts-page="index"] .steps-flow .flow-step .step-number {
    left: -28px;
    width: 55px;
    height: 55px;
    font-size: 25px;
  }

  body[data-gtts-page="index"] .steps-flow .step-icon {
    width: 56px;
    height: 56px;
  }

  body[data-gtts-page="index"] .steps-flow .flow-arrow {
    height: 58px;
    color: var(--navy);
  }

  body[data-gtts-page="index"] .steps-flow .flow-arrow::before {
    width: 44px;
    border-top-color: rgba(15, 79, 140, 0.6);
  }

  body[data-gtts-page="index"] .steps-flow .step-title {
    margin-bottom: 0.85rem;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
  }

  body[data-gtts-page="index"] .steps-flow .step-copy {
    color: #252525;
    font-size: 13px;
    line-height: 1.45;
  }
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="index"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="index"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="index"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="index"] .courses-section .carousel-arrow.next {
  right: 0;
}

@media (max-width: 767.98px) {
  body[data-gtts-page="index"] .courses-section .courses-carousel-wrap {
    padding-inline: 2.75rem;
  }

  body[data-gtts-page="index"] .courses-section .carousel-arrow {
    display: flex;
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
  }
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="index"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="index"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="index"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== partners.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="partners"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="partners"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="partners"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="partners"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="partners"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="partners"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="partners"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="partners"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="partners"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="partners"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="partners"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="partners"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="partners"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== state-faq.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="state-faq"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="state-faq"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="state-faq"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="state-faq"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="state-faq"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="state-faq"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="state-faq"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="state-faq"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="state-faq"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="state-faq"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="state-faq"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="state-faq"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="state-faq"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== state-landing.html late overrides ===== */

/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
body[data-gtts-page="state-landing"] .trust-grid .trust-item img {
  transform-origin: center;
}
body[data-gtts-page="state-landing"] .trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
body[data-gtts-page="state-landing"] .trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
body[data-gtts-page="state-landing"] .trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
body[data-gtts-page="state-landing"] #how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
body[data-gtts-page="state-landing"] .steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
body[data-gtts-page="state-landing"] .testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
body[data-gtts-page="state-landing"] .courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
body[data-gtts-page="state-landing"] .courses-section .carousel-arrow.prev {
  left: 0;
}
body[data-gtts-page="state-landing"] .courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  body[data-gtts-page="state-landing"] .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
body[data-gtts-page="state-landing"] .partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  body[data-gtts-page="state-landing"] .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

    

/* ===== Court pages consolidated CSS ===== */
body[data-gtts-page="court-landing"] h2{
  font-weight: 700;
}

body[data-gtts-page="court-landing"]{
  --brand-navy: #123a59;
  --brand-blue: #004985;
  --brand-blue-2: #017bb6;
  --brand-red: #ff4e4e;
  --brand-light: #eff9ff;
  --footer-blue: #d9ebf4;
  --ink: #101820;
  --muted: #606975;
  --line: #d9e4ec;
  --success: #2d9a47;
}

body[data-gtts-page="court-landing"] *{
  box-sizing: border-box;
}

html:has(body[data-gtts-page="court-landing"]), body[data-gtts-page="court-landing"]{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body[data-gtts-page="court-landing"]{
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, sans-serif;
}

body[data-gtts-page="court-landing"] a{
  color: inherit;
  text-decoration: none;
}

body[data-gtts-page="court-landing"] img{
  max-width: 100%;
}

body[data-gtts-page="court-landing"] .container-xxl{
  max-width: 1440px;
}


body[data-gtts-page="court-landing"] .court-hero{
  --media-top: clamp(55px, 5.35vw, 110px);
  --seal-size: clamp(78px, 7.72vw, 158px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 46.2%) minmax(0, 53.8%);
  min-height: clamp(456px, 44.55vw, 912px);
  background: var(--brand-light);
}

body[data-gtts-page="court-landing"] .court-hero-copy{
  display: flex;
  align-items: flex-start;
  padding: clamp(18px, 1vw, 22px) clamp(22px, 4.3vw, 88px) clamp(34px, 4vw, 82px) clamp(44px, 4.45vw, 92px);
}

body[data-gtts-page="court-landing"] .hero-content{
  max-width: clamp(410px, 37.5vw, 768px);
}

body[data-gtts-page="court-landing"] .hero-content h1{
  margin: 0 0 clamp(28px, 2.8vw, 58px);
  color: #060606;
  font-size: clamp(28px, 2.35vw, 49px);
  line-height: 1.2;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .hero-title-line{
  display: block;
  white-space: nowrap;
}

body[data-gtts-page="court-landing"] .hero-content h1 .city{
  color: var(--brand-red);
}

body[data-gtts-page="court-landing"] .hero-alert{
  margin: 0 0 clamp(11px, 1.1vw, 22px);
  color: #050505;
  font-size: clamp(15px, 1.45vw, 30px);
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .hero-alert .accent{
  color: var(--brand-red);
}

body[data-gtts-page="court-landing"] .hero-content p{
  max-width: clamp(315px, 31.5vw, 646px);
  margin: 0 0 clamp(12px, 1.25vw, 26px);
  color: #222;
  font-size: clamp(15px, 1.4vw, 29px);
  line-height: 1.42;
}

body[data-gtts-page="court-landing"] .hero-content .court-reference{
  max-width: clamp(315px, 34vw, 690px);
}

body[data-gtts-page="court-landing"] .hero-content .accent{
  color: var(--brand-red);
}

body[data-gtts-page="court-landing"] .hero-selection{
  display: grid;
  gap: clamp(6px, 0.72vw, 15px);
  margin: clamp(12px, 1.35vw, 28px) 0 clamp(18px, 1.85vw, 38px);
  color: #222;
  font-size: clamp(15px, 1.4vw, 29px);
  line-height: 1.16;
}

body[data-gtts-page="court-landing"] .hero-selection strong{
  font-weight: 400;
}

body[data-gtts-page="court-landing"] .hero-selection span{
  color: var(--brand-red);
}

body[data-gtts-page="court-landing"] .hero-selection a{
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-gtts-page="court-landing"] .hero-note{
  display: grid;
  gap: clamp(7px, 0.85vw, 18px);
  margin-bottom: clamp(24px, 2.8vw, 58px);
  color: #222;
  font-size: clamp(15px, 1.4vw, 29px);
  line-height: 1.18;
}

body[data-gtts-page="court-landing"] .hero-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}

body[data-gtts-page="court-landing"] .primary-button, body[data-gtts-page="court-landing"] .red-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body[data-gtts-page="court-landing"] .red-button{
  min-width: clamp(164px, 16.25vw, 333px);
  min-height: clamp(32px, 3.15vw, 65px);
  background: var(--brand-red);
  font-size: clamp(15px, 1.4vw, 29px);
}

body[data-gtts-page="court-landing"] .primary-button{
  min-width: 155px;
  background: var(--brand-navy);
}

body[data-gtts-page="court-landing"] .primary-button:hover, body[data-gtts-page="court-landing"] .primary-button:focus, body[data-gtts-page="court-landing"] .red-button:hover, body[data-gtts-page="court-landing"] .red-button:focus{
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(18, 58, 89, 0.18);
}

body[data-gtts-page="court-landing"] .red-button:hover, body[data-gtts-page="court-landing"] .red-button:focus{
  background: #e14444;
}

body[data-gtts-page="court-landing"] .primary-button:hover, body[data-gtts-page="court-landing"] .primary-button:focus{
  background: #092a43;
}

body[data-gtts-page="court-landing"] .hero-secondary-link{
  color: var(--brand-blue);
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-gtts-page="court-landing"] .court-hero-media{
  position: relative;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}

body[data-gtts-page="court-landing"] .court-hero-media img{
  position: absolute;
  inset: var(--media-top) 0 0 0;
  width: 100%;
  height: calc(100% - var(--media-top));
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: clamp(12px, 1.17vw, 24px);
}

body[data-gtts-page="court-landing"] .trust-strip{
  background: linear-gradient(90deg, #004985 0%, #123a59 48%, #17232d 100%);
  color: #fff;
}

body[data-gtts-page="court-landing"] .trust-strip .container-xxl{
  display: grid;
  grid-template-columns: auto auto minmax(78px, 118px) auto minmax(78px, 118px) auto;
  align-items: center;
  justify-content: center;
  column-gap: clamp(18px, 2.1vw, 46px);
  max-width: 1680px;
  min-height: clamp(62px, 6vw, 124px);
  margin: 0 auto;
  padding-left: clamp(26px, 3vw, 58px);
  padding-right: clamp(26px, 3vw, 58px);
}

body[data-gtts-page="court-landing"] .trust-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(14px, 1.08vw, 24px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-gtts-page="court-landing"] .trust-item:first-child{
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .step-arrow{
  position: relative;
  height: 2px;
  min-width: clamp(56px, 5.6vw, 118px);
  background: rgba(255, 255, 255, 0.86);
}

body[data-gtts-page="court-landing"] .step-arrow::after{
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: clamp(13px, 1.2vw, 25px);
  height: clamp(13px, 1.2vw, 25px);
  border-top: 2px solid rgba(255, 255, 255, 0.86);
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  transform: translateY(-50%) rotate(45deg);
}

body[data-gtts-page="court-landing"] .court-directory{
  position: relative;
  padding: 64px 0 48px;
  background: linear-gradient(205deg, #ebf1f9 30%, #b2c6dd 99%);
}

body[data-gtts-page="court-landing"] .court-directory .container-xxl{
  padding-left: clamp(24px, 6vw, 98px);
  padding-right: clamp(24px, 5vw, 74px);
}

body[data-gtts-page="court-landing"] .directory-copy{
  max-width: 610px;
  margin: 0;
  font-size: 19px;
  line-height: 2.05;
}

body[data-gtts-page="court-landing"] .directory-copy a, body[data-gtts-page="court-landing"] .selected-path a, body[data-gtts-page="court-landing"] .court-card a{
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-gtts-page="court-landing"] .court-card-wrap{
  position: relative;
}

body[data-gtts-page="court-landing"] .court-card{
  min-height: 257px;
  padding: 24px 28px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(229, 231, 235, 0.56);
}

body[data-gtts-page="court-landing"] .court-card h2{
  margin: 0 0 30px;
  color: var(--brand-blue);
  font-size: 28px;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .court-detail{
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.4;
}

body[data-gtts-page="court-landing"] .court-detail i{
  color: var(--brand-blue);
  font-size: 21px;
  line-height: 1.4;
}

body[data-gtts-page="court-landing"] .selected-path{
  margin-top: 48px;
  padding-left: 8px;
  display: grid;
  gap: 13px;
  font-size: 18px;
}

body[data-gtts-page="court-landing"] .selected-path strong{
  font-weight: 400;
}

body[data-gtts-page="court-landing"] .selected-path span{
  color: var(--brand-red);
}

body[data-gtts-page="court-landing"] .faq-section{
  padding: 48px 0 64px;
  background: #fff;
}

body[data-gtts-page="court-landing"] .section-heading{
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

body[data-gtts-page="court-landing"] .section-heading span{
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

body[data-gtts-page="court-landing"] .section-heading h2{
  margin: 0;
  color: #0a0a0a;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .section-heading p{
  margin: 14px auto 0;
  color: #4d555f;
  font-size: 18px;
  line-height: 1.45;
}

body[data-gtts-page="court-landing"] .faq-accordion{
  max-width: 1238px;
  margin: 0 auto;
}

body[data-gtts-page="court-landing"] .faq-accordion .accordion-item{
  margin-bottom: 16px;
  border: 1px solid rgba(1, 123, 182, 0.5);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

body[data-gtts-page="court-landing"] .faq-accordion .accordion-button{
  min-height: 68px;
  padding: 18px 28px;
  color: var(--brand-blue);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: none;
}

body[data-gtts-page="court-landing"] .faq-accordion .accordion-button:not(.collapsed){
  color: var(--brand-blue);
  background: #f8fcff;
}

body[data-gtts-page="court-landing"] .faq-accordion .accordion-button:focus{
  border-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 73, 133, 0.18);
}

body[data-gtts-page="court-landing"] .faq-accordion .accordion-body{
  padding: 0 28px 22px;
  color: #34414d;
  font-size: 15px;
  line-height: 1.65;
}

body[data-gtts-page="court-landing"] .compare-section{
  padding: 58px 0 54px;
  background: #d8e8f4;
}

body[data-gtts-page="court-landing"] .compare-table-wrap{
  max-width: 940px;
  margin: 34px auto 0;
  padding: 0 42px 18px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 28px rgba(18, 58, 89, 0.12);
}

body[data-gtts-page="court-landing"] .compare-table{
  table-layout: fixed;
  font-size: 14px;
}

body[data-gtts-page="court-landing"] .compare-table thead th{
  padding: 14px 8px 11px;
  border-bottom: 0;
  color: #0b0b0b;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

body[data-gtts-page="court-landing"] .compare-table td{
  padding: 9px 8px;
  border: 0;
  vertical-align: middle;
}

body[data-gtts-page="court-landing"] .compare-table td:first-child{
  width: 38%;
}

body[data-gtts-page="court-landing"] .compare-table td:nth-child(2){
  color: #0070c9;
  text-align: center;
  font-weight: 700;
}

body[data-gtts-page="court-landing"] .compare-table td:nth-child(3){
  text-align: center;
}

body[data-gtts-page="court-landing"] .compare-table .bi-check-lg{
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  font-size: 12px;
}

body[data-gtts-page="court-landing"] .testimonials, body[data-gtts-page="court-landing"] .testimonials-section{
  padding: 18px clamp(20px, 5vw, 72px) 80px;
  background: #fff;
  text-align: center;
}

body[data-gtts-page="court-landing"] .testimonials .section-eyebrow{
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 15px;
  text-transform: uppercase;
}

body[data-gtts-page="court-landing"] .testimonials h2{
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

body[data-gtts-page="court-landing"] .testimonial-copy{
  margin: 12px auto 32px;
  max-width: 780px;
  font-size: 18px;
}

body[data-gtts-page="court-landing"] .testimonial-grid{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

body[data-gtts-page="court-landing"] .testimonial-card{
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: 28px 30px 24px;
  border: 2px solid #6b6b6b;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

body[data-gtts-page="court-landing"] .quote-mark{
  position: absolute;
  top: 18px;
  right: 26px;
  color: #9f9f9f;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 1;
}

body[data-gtts-page="court-landing"] .stars{
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}

body[data-gtts-page="court-landing"] .stars i{
  color: #f5a623;
  font-size: 15px;
}

body[data-gtts-page="court-landing"] .testimonial-card blockquote{
  min-height: 74px;
  margin: 0 0 22px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

body[data-gtts-page="court-landing"] .testimonial-person{
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 16px;
  border-top: 1px solid #6b6b6b;
}

body[data-gtts-page="court-landing"] .avatar{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .person-name{
  display: block;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .person-date{
  display: block;
  font-size: 13px;
}

body[data-gtts-page="court-landing"] .final-cta{
  padding: 22px 0 34px;
  background: #fff;
  text-align: center;
}

body[data-gtts-page="court-landing"] .final-cta h2{
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .press-strip{
  padding: 16px 0;
  background: var(--brand-light);
}

body[data-gtts-page="court-landing"] .press-grid{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
}

body[data-gtts-page="court-landing"] .press-grid img{
  max-height: 44px;
  width: 100%;
  object-fit: contain;
  filter: saturate(0.9);
}

body[data-gtts-page="court-landing"] .site-footer{
  color: #004a80;
}

body[data-gtts-page="court-landing"] .footer-main{
  padding: 46px 0 30px;
  background: var(--footer-blue);
}

body[data-gtts-page="court-landing"] .footer-main .container-xxl{
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

body[data-gtts-page="court-landing"] .footer-brand img{
  width: 240px;
  margin-bottom: 28px;
}

body[data-gtts-page="court-landing"] .footer-brand p{
  max-width: 420px;
  margin: 0 0 28px;
  color: #004a80;
  font-size: 16px;
  line-height: 1.6;
}

body[data-gtts-page="court-landing"] .footer-contact, body[data-gtts-page="court-landing"] .footer-links, body[data-gtts-page="court-landing"] .social-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

body[data-gtts-page="court-landing"] .footer-contact{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-landing"] .footer-contact li, body[data-gtts-page="court-landing"] .social-links li a{
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-gtts-page="court-landing"] .footer-contact i{
  width: 24px;
  color: #287fc0;
  font-size: 19px;
}

body[data-gtts-page="court-landing"] .site-footer h3{
  margin: 20px 0 18px;
  color: #064779;
  font-size: 18px;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .footer-links{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-landing"] .social-links{
  display: grid;
  gap: 12px;
  color: #3d5c94;
  font-size: 15px;
}

body[data-gtts-page="court-landing"] .site-footer a:hover, body[data-gtts-page="court-landing"] .site-footer a:focus{
  color: #001e34;
  text-decoration: underline;
}

body[data-gtts-page="court-landing"] .copyright{
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}

body[data-gtts-page="court-landing"] .copyright p{
  margin: 0;
  font-size: 16px;
}

body[data-gtts-page="court-landing"] .copyright a{
  text-decoration: underline;
}

body[data-gtts-page="court-landing"] .reveal-on-scroll{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

body[data-gtts-page="court-landing"] .reveal-on-scroll.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px){

  body[data-gtts-page="court-landing"] .testimonial-grid{
    grid-template-columns: 1fr;
    max-width: 540px;
  }

  body[data-gtts-page="court-landing"] .court-directory{
    padding-top: 42px;
  }

  body[data-gtts-page="court-landing"] .directory-copy{
    font-size: 16px;
    line-height: 1.8;
  }

  body[data-gtts-page="court-landing"] .court-card{
    padding: 22px;
  }

  body[data-gtts-page="court-landing"] .court-card h2{
    font-size: 24px;
  }

  body[data-gtts-page="court-landing"] .court-detail{
    font-size: 16px;
  }

  body[data-gtts-page="court-landing"] .selected-path{
    font-size: 16px;
  }

  body[data-gtts-page="court-landing"] .faq-accordion .accordion-button{
    padding: 16px 18px;
    font-size: 15px;
  }

  body[data-gtts-page="court-landing"] .faq-accordion .accordion-body{
    padding-left: 18px;
    padding-right: 18px;
  }

  body[data-gtts-page="court-landing"] .compare-table-wrap{
    padding: 0 14px 14px;
    overflow-x: auto;
  }

  body[data-gtts-page="court-landing"] .compare-table{
    min-width: 560px;
  }

  body[data-gtts-page="court-landing"] .press-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-gtts-page="court-landing"] .footer-main .row > [class*="col"]{
    width: 100%;
  }
}

@media (max-width: 899.98px){
  body[data-gtts-page="court-landing"] .court-hero{
    --media-top: 0px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body[data-gtts-page="court-landing"] .court-hero-copy{
    padding: 38px 22px 32px;
  }

  body[data-gtts-page="court-landing"] .hero-content{
    max-width: none;
  }

  body[data-gtts-page="court-landing"] .hero-title-line{
    white-space: normal;
  }

  body[data-gtts-page="court-landing"] .hero-content h1{
    font-size: clamp(34px, 8.5vw, 48px);
  }

  body[data-gtts-page="court-landing"] .hero-content p, body[data-gtts-page="court-landing"] .hero-selection, body[data-gtts-page="court-landing"] .hero-note{
    font-size: 16px;
  }

  body[data-gtts-page="court-landing"] .hero-content .court-reference{
    max-width: 620px;
  }

  body[data-gtts-page="court-landing"] .court-hero-media{
    min-height: 285px;
    padding-top: 0;
  }

  body[data-gtts-page="court-landing"] .court-hero-media img{
    position: static;
    inset: auto;
    height: 285px;
    border-top-left-radius: 0;
  }

  body[data-gtts-page="court-landing"] .trust-strip .container-xxl{
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 26px 22px;
  }

  body[data-gtts-page="court-landing"] .trust-item{
    font-size: 16px;
  }

  body[data-gtts-page="court-landing"] .step-arrow{
    display: none;
  }
}

@media (prefers-reduced-motion: reduce){
  body[data-gtts-page="court-landing"] *, body[data-gtts-page="court-landing"] *::before, body[data-gtts-page="court-landing"] *::after{
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


body[data-gtts-page="court-landing"] .site-footer{
  color: #004a80;
}

body[data-gtts-page="court-landing"] .footer-main{
  min-height: 0;
  padding: 46px 0 30px;
  background: #d7ebf5;
}

body[data-gtts-page="court-landing"] .footer-main .container-xxl{
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

body[data-gtts-page="court-landing"] .footer-brand img{
  width: 240px;
  height: auto;
  margin-bottom: 28px;
}

body[data-gtts-page="court-landing"] .footer-brand p{
  max-width: 420px;
  margin: 0 0 28px;
  color: #004a80;
  font-size: 16px;
  line-height: 1.6;
}

body[data-gtts-page="court-landing"] .footer-contact, body[data-gtts-page="court-landing"] .footer-links, body[data-gtts-page="court-landing"] .social-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

body[data-gtts-page="court-landing"] .footer-contact{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-landing"] .footer-contact li, body[data-gtts-page="court-landing"] .social-links li a{
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-gtts-page="court-landing"] .footer-contact i{
  width: 24px;
  color: #287fc0;
  font-size: 19px;
}

body[data-gtts-page="court-landing"] .site-footer h3{
  margin: 20px 0 18px;
  color: #064779;
  font-size: 18px;
  font-weight: 800;
}

body[data-gtts-page="court-landing"] .footer-links{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-landing"] .social-links{
  display: grid;
  gap: 12px;
  color: #3d5c94;
  font-size: 15px;
}

body[data-gtts-page="court-landing"] .site-footer a:hover, body[data-gtts-page="court-landing"] .site-footer a:focus{
  color: #001e34;
  text-decoration: underline;
}

body[data-gtts-page="court-landing"] .copyright{
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}

body[data-gtts-page="court-landing"] .copyright p{
  margin: 0;
  font-size: 16px;
}

body[data-gtts-page="court-landing"] .copyright a{
  text-decoration: underline;
}

@media (max-width: 1199.98px){
  body[data-gtts-page="court-landing"] .main-nav{
    min-height: auto;
    padding: 14px 0;
  }
}

@media (max-width: 767.98px){
  body[data-gtts-page="court-landing"] .footer-main .row > [class*="col"]{
    width: 100%;
  }
}

body[data-gtts-page="court-selection"] h2{
  font-weight: 700;
}

body[data-gtts-page="court-selection"]{
  --brand-navy: #123a59;
  --brand-blue: #004985;
  --brand-blue-2: #017bb6;
  --brand-red: #ff4e4e;
  --brand-light: #eff9ff;
  --footer-blue: #d9ebf4;
  --ink: #101820;
  --muted: #606975;
  --line: #d9e4ec;
  --success: #2d9a47;
}

body[data-gtts-page="court-selection"] *{
  box-sizing: border-box;
}

html:has(body[data-gtts-page="court-selection"]), body[data-gtts-page="court-selection"]{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body[data-gtts-page="court-selection"]{
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, sans-serif;
}

body[data-gtts-page="court-selection"] a{
  color: inherit;
  text-decoration: none;
}

body[data-gtts-page="court-selection"] img{
  max-width: 100%;
}

body[data-gtts-page="court-selection"] .container-xxl{
  max-width: 1440px;
}


body[data-gtts-page="court-selection"] .court-hero{
  --media-top: clamp(55px, 5.35vw, 110px);
  --seal-size: clamp(92px, 6.4vw, 118px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 46.2%) minmax(0, 53.8%);
  height: 570px;
  max-height: 570px;
  background: #eaf8ff;
}

body[data-gtts-page="court-selection"] .court-hero-copy{
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding: 36px 40px 32px max(16px, calc((100vw - 1360px) / 2));
}

body[data-gtts-page="court-selection"] .hero-content{
  width: min(100%, 555px);
}

body[data-gtts-page="court-selection"] .hero-content h1{
  margin: 0 0 14px;
  color: #020202;
  font-size: clamp(31px, 2.55vw, 38px);
  line-height: 1.15;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .hero-content p{
  max-width: 540px;
  margin: 0 0 22px;
  color: #020202;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.28;
}

body[data-gtts-page="court-selection"] .hero-form{
  display: grid;
  width: min(100%, 366px);
  gap: 12px;
}

body[data-gtts-page="court-selection"] .hero-field{
  position: relative;
}

body[data-gtts-page="court-selection"] .hero-field select{
  width: 100%;
  min-height: 48px;
  padding: 0 52px 0 26px;
  border: 1px solid #c7cfd6;
  border-radius: 13px;
  appearance: none;
  background: #fff;
  color: #080808;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(18, 58, 89, 0.03);
}

body[data-gtts-page="court-selection"] .hero-field i{
  position: absolute;
  top: 50%;
  right: 38px;
  color: #020202;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

body[data-gtts-page="court-selection"] .hero-actions{
  margin-top: 20px;
}

body[data-gtts-page="court-selection"] .primary-button, body[data-gtts-page="court-selection"] .red-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body[data-gtts-page="court-selection"] .red-button{
  width: min(100%, 366px);
  min-height: 48px;
  background: var(--brand-red);
  font-size: 21px;
}

body[data-gtts-page="court-selection"] .primary-button{
  min-width: 155px;
  background: var(--brand-navy);
}

body[data-gtts-page="court-selection"] .primary-button:hover, body[data-gtts-page="court-selection"] .primary-button:focus, body[data-gtts-page="court-selection"] .red-button:hover, body[data-gtts-page="court-selection"] .red-button:focus{
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(18, 58, 89, 0.18);
}

body[data-gtts-page="court-selection"] .red-button:hover, body[data-gtts-page="court-selection"] .red-button:focus{
  background: #e14444;
}

body[data-gtts-page="court-selection"] .primary-button:hover, body[data-gtts-page="court-selection"] .primary-button:focus{
  background: #092a43;
}

body[data-gtts-page="court-selection"] .hero-secondary-link{
  color: var(--brand-blue);
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-gtts-page="court-selection"] .court-hero-media{
  grid-column: 2;
  grid-row: 1;
  position: relative;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}

body[data-gtts-page="court-selection"] .court-hero-media img{
  position: absolute;
  inset: var(--media-top) 0 0 0;
  width: 100%;
  height: calc(100% - var(--media-top));
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: clamp(12px, 1.17vw, 24px);
}

body[data-gtts-page="court-selection"] .trust-strip{
  background: linear-gradient(90deg, #004985 0%, #123a59 48%, #17232d 100%);
  color: #fff;
}

body[data-gtts-page="court-selection"] .trust-strip .container-xxl{
  display: grid;
  grid-template-columns: auto auto minmax(78px, 118px) auto minmax(78px, 118px) auto;
  align-items: center;
  justify-content: center;
  column-gap: clamp(18px, 2.1vw, 46px);
  max-width: 1680px;
  min-height: clamp(62px, 6vw, 124px);
  margin: 0 auto;
  padding-left: clamp(26px, 3vw, 58px);
  padding-right: clamp(26px, 3vw, 58px);
}

body[data-gtts-page="court-selection"] .trust-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(14px, 1.08vw, 24px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-gtts-page="court-selection"] .trust-item:first-child{
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .step-arrow{
  position: relative;
  height: 2px;
  min-width: clamp(56px, 5.6vw, 118px);
  background: rgba(255, 255, 255, 0.86);
}

body[data-gtts-page="court-selection"] .step-arrow::after{
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: clamp(13px, 1.2vw, 25px);
  height: clamp(13px, 1.2vw, 25px);
  border-top: 2px solid rgba(255, 255, 255, 0.86);
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  transform: translateY(-50%) rotate(45deg);
}

body[data-gtts-page="court-selection"] .court-directory{
  position: relative;
  padding: 64px 0 48px;
  background: linear-gradient(205deg, #ebf1f9 30%, #b2c6dd 99%);
}

body[data-gtts-page="court-selection"] .court-directory .container-xxl{
  padding-left: clamp(24px, 6vw, 98px);
  padding-right: clamp(24px, 5vw, 74px);
}

body[data-gtts-page="court-selection"] .directory-copy{
  max-width: 610px;
  margin: 0;
  font-size: 19px;
  line-height: 2.05;
}

body[data-gtts-page="court-selection"] .directory-copy a, body[data-gtts-page="court-selection"] .selected-path a, body[data-gtts-page="court-selection"] .court-card a{
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-gtts-page="court-selection"] .court-card-wrap{
  position: relative;
}

body[data-gtts-page="court-selection"] .court-card{
  min-height: 257px;
  padding: 24px 28px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(229, 231, 235, 0.56);
}

body[data-gtts-page="court-selection"] .court-card h2{
  margin: 0 0 30px;
  color: var(--brand-blue);
  font-size: 28px;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .court-detail{
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.4;
}

body[data-gtts-page="court-selection"] .court-detail i{
  color: var(--brand-blue);
  font-size: 21px;
  line-height: 1.4;
}

body[data-gtts-page="court-selection"] .selected-path{
  margin-top: 48px;
  padding-left: 8px;
  display: grid;
  gap: 13px;
  font-size: 18px;
}

body[data-gtts-page="court-selection"] .selected-path strong{
  font-weight: 400;
}

body[data-gtts-page="court-selection"] .selected-path span{
  color: var(--brand-red);
}

body[data-gtts-page="court-selection"] .faq-section{
  padding: 48px 0 64px;
  background: #fff;
}

body[data-gtts-page="court-selection"] .section-heading{
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

body[data-gtts-page="court-selection"] .section-heading span{
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

body[data-gtts-page="court-selection"] .section-heading h2{
  margin: 0;
  color: #0a0a0a;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .section-heading p{
  margin: 14px auto 0;
  color: #4d555f;
  font-size: 18px;
  line-height: 1.45;
}

body[data-gtts-page="court-selection"] .faq-accordion{
  max-width: 1238px;
  margin: 0 auto;
}

body[data-gtts-page="court-selection"] .faq-accordion .accordion-item{
  margin-bottom: 16px;
  border: 1px solid rgba(1, 123, 182, 0.5);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

body[data-gtts-page="court-selection"] .faq-accordion .accordion-button{
  min-height: 68px;
  padding: 18px 28px;
  color: var(--brand-blue);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: none;
}

body[data-gtts-page="court-selection"] .faq-accordion .accordion-button:not(.collapsed){
  color: var(--brand-blue);
  background: #f8fcff;
}

body[data-gtts-page="court-selection"] .faq-accordion .accordion-button:focus{
  border-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 73, 133, 0.18);
}

body[data-gtts-page="court-selection"] .faq-accordion .accordion-body{
  padding: 0 28px 22px;
  color: #34414d;
  font-size: 15px;
  line-height: 1.65;
}

body[data-gtts-page="court-selection"] .compare-section{
  padding: 58px 0 54px;
  background: #d8e8f4;
}

body[data-gtts-page="court-selection"] .compare-table-wrap{
  max-width: 940px;
  margin: 34px auto 0;
  padding: 0 42px 18px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 28px rgba(18, 58, 89, 0.12);
}

body[data-gtts-page="court-selection"] .compare-table{
  table-layout: fixed;
  font-size: 14px;
}

body[data-gtts-page="court-selection"] .compare-table thead th{
  padding: 14px 8px 11px;
  border-bottom: 0;
  color: #0b0b0b;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

body[data-gtts-page="court-selection"] .compare-table td{
  padding: 9px 8px;
  border: 0;
  vertical-align: middle;
}

body[data-gtts-page="court-selection"] .compare-table td:first-child{
  width: 38%;
}

body[data-gtts-page="court-selection"] .compare-table td:nth-child(2){
  color: #0070c9;
  text-align: center;
  font-weight: 700;
}

body[data-gtts-page="court-selection"] .compare-table td:nth-child(3){
  text-align: center;
}

body[data-gtts-page="court-selection"] .compare-table .bi-check-lg{
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  font-size: 12px;
}

body[data-gtts-page="court-selection"] .testimonials, body[data-gtts-page="court-selection"] .testimonials-section{
  padding: 18px clamp(20px, 5vw, 72px) 80px;
  background: #fff;
  text-align: center;
}

body[data-gtts-page="court-selection"] .testimonials .section-eyebrow{
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 15px;
  text-transform: uppercase;
}

body[data-gtts-page="court-selection"] .testimonials h2{
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

body[data-gtts-page="court-selection"] .testimonial-copy{
  margin: 12px auto 32px;
  max-width: 780px;
  font-size: 18px;
}

body[data-gtts-page="court-selection"] .testimonial-grid{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

body[data-gtts-page="court-selection"] .testimonial-card{
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: 28px 30px 24px;
  border: 2px solid #6b6b6b;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

body[data-gtts-page="court-selection"] .quote-mark{
  position: absolute;
  top: 18px;
  right: 26px;
  color: #9f9f9f;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 1;
}

body[data-gtts-page="court-selection"] .stars{
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}

body[data-gtts-page="court-selection"] .stars i{
  color: #f5a623;
  font-size: 15px;
}

body[data-gtts-page="court-selection"] .testimonial-card blockquote{
  min-height: 74px;
  margin: 0 0 22px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

body[data-gtts-page="court-selection"] .testimonial-person{
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 16px;
  border-top: 1px solid #6b6b6b;
}

body[data-gtts-page="court-selection"] .avatar{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .person-name{
  display: block;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .person-date{
  display: block;
  font-size: 13px;
}

body[data-gtts-page="court-selection"] .final-cta{
  padding: 22px 0 34px;
  background: #fff;
  text-align: center;
}

body[data-gtts-page="court-selection"] .final-cta h2{
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .press-strip{
  padding: 16px 0;
  background: var(--brand-light);
}

body[data-gtts-page="court-selection"] .press-grid{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
}

body[data-gtts-page="court-selection"] .press-grid img{
  max-height: 44px;
  width: 100%;
  object-fit: contain;
  filter: saturate(0.9);
}

body[data-gtts-page="court-selection"] .site-footer{
  color: #004a80;
}

body[data-gtts-page="court-selection"] .footer-main{
  padding: 46px 0 30px;
  background: var(--footer-blue);
}

body[data-gtts-page="court-selection"] .footer-main .container-xxl{
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

body[data-gtts-page="court-selection"] .footer-brand img{
  width: 240px;
  margin-bottom: 28px;
}

body[data-gtts-page="court-selection"] .footer-brand p{
  max-width: 420px;
  margin: 0 0 28px;
  color: #004a80;
  font-size: 16px;
  line-height: 1.6;
}

body[data-gtts-page="court-selection"] .footer-contact, body[data-gtts-page="court-selection"] .footer-links, body[data-gtts-page="court-selection"] .social-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

body[data-gtts-page="court-selection"] .footer-contact{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-selection"] .footer-contact li, body[data-gtts-page="court-selection"] .social-links li a{
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-gtts-page="court-selection"] .footer-contact i{
  width: 24px;
  color: #287fc0;
  font-size: 19px;
}

body[data-gtts-page="court-selection"] .site-footer h3{
  margin: 20px 0 18px;
  color: #064779;
  font-size: 18px;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .footer-links{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-selection"] .social-links{
  display: grid;
  gap: 12px;
  color: #3d5c94;
  font-size: 15px;
}

body[data-gtts-page="court-selection"] .site-footer a:hover, body[data-gtts-page="court-selection"] .site-footer a:focus{
  color: #001e34;
  text-decoration: underline;
}

body[data-gtts-page="court-selection"] .copyright{
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}

body[data-gtts-page="court-selection"] .copyright p{
  margin: 0;
  font-size: 16px;
}

body[data-gtts-page="court-selection"] .copyright a{
  text-decoration: underline;
}

body[data-gtts-page="court-selection"] .reveal-on-scroll{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

body[data-gtts-page="court-selection"] .reveal-on-scroll.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px){

  body[data-gtts-page="court-selection"] .testimonial-grid{
    grid-template-columns: 1fr;
    max-width: 540px;
  }

  body[data-gtts-page="court-selection"] .court-directory{
    padding-top: 42px;
  }

  body[data-gtts-page="court-selection"] .directory-copy{
    font-size: 16px;
    line-height: 1.8;
  }

  body[data-gtts-page="court-selection"] .court-card{
    padding: 22px;
  }

  body[data-gtts-page="court-selection"] .court-card h2{
    font-size: 24px;
  }

  body[data-gtts-page="court-selection"] .court-detail{
    font-size: 16px;
  }

  body[data-gtts-page="court-selection"] .selected-path{
    font-size: 16px;
  }

  body[data-gtts-page="court-selection"] .faq-accordion .accordion-button{
    padding: 16px 18px;
    font-size: 15px;
  }

  body[data-gtts-page="court-selection"] .faq-accordion .accordion-body{
    padding-left: 18px;
    padding-right: 18px;
  }

  body[data-gtts-page="court-selection"] .compare-table-wrap{
    padding: 0 14px 14px;
    overflow-x: auto;
  }

  body[data-gtts-page="court-selection"] .compare-table{
    min-width: 560px;
  }

  body[data-gtts-page="court-selection"] .press-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-gtts-page="court-selection"] .footer-main .row > [class*="col"]{
    width: 100%;
  }
}

@media (max-width: 899.98px){
  body[data-gtts-page="court-selection"] .court-hero{
    --hero-mobile-gutter: 12px;
    --media-top: 0px;
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 28px 0 0;
  }

  body[data-gtts-page="court-selection"] .court-hero-copy{
    grid-column: 1;
    grid-row: auto;
    padding: 0 var(--hero-mobile-gutter) 36px;
  }

  body[data-gtts-page="court-selection"] .hero-content{
    width: 100%;
  }

  body[data-gtts-page="court-selection"] .hero-content h1{
    max-width: 640px;
    font-size: clamp(36px, 8.4vw, 50px);
  }

  body[data-gtts-page="court-selection"] .hero-content p{
    max-width: 620px;
    margin-bottom: 36px;
    font-size: clamp(19px, 4.8vw, 25px);
  }

  body[data-gtts-page="court-selection"] .hero-form{
    width: min(100%, 420px);
    gap: 18px;
  }

  body[data-gtts-page="court-selection"] .hero-field select{
    min-height: 64px;
    border-radius: 12px;
    font-size: 20px;
  }

  body[data-gtts-page="court-selection"] .hero-actions{
    margin-top: 28px;
  }

  body[data-gtts-page="court-selection"] .red-button{
    width: min(100%, 420px);
    min-height: 58px;
    font-size: 23px;
  }

  body[data-gtts-page="court-selection"] .court-hero-media{
    grid-column: 1;
    grid-row: auto;
    min-height: 285px;
    padding-top: 0;
  }

  body[data-gtts-page="court-selection"] .court-hero-media img{
    position: static;
    inset: auto;
    height: 285px;
    border-top-left-radius: 0;
  }

  body[data-gtts-page="court-selection"] .trust-strip .container-xxl{
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 26px 22px;
  }

  body[data-gtts-page="court-selection"] .trust-item{
    font-size: 16px;
  }

  body[data-gtts-page="court-selection"] .step-arrow{
    display: none;
  }
}

@media (prefers-reduced-motion: reduce){
  body[data-gtts-page="court-selection"] *, body[data-gtts-page="court-selection"] *::before, body[data-gtts-page="court-selection"] *::after{
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


body[data-gtts-page="court-selection"] .site-footer{
  color: #004a80;
}

body[data-gtts-page="court-selection"] .footer-main{
  min-height: 0;
  padding: 46px 0 30px;
  background: #d7ebf5;
}

body[data-gtts-page="court-selection"] .footer-main .container-xxl{
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

body[data-gtts-page="court-selection"] .footer-brand img{
  width: 240px;
  height: auto;
  margin-bottom: 28px;
}

body[data-gtts-page="court-selection"] .footer-brand p{
  max-width: 420px;
  margin: 0 0 28px;
  color: #004a80;
  font-size: 16px;
  line-height: 1.6;
}

body[data-gtts-page="court-selection"] .footer-contact, body[data-gtts-page="court-selection"] .footer-links, body[data-gtts-page="court-selection"] .social-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

body[data-gtts-page="court-selection"] .footer-contact{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-selection"] .footer-contact li, body[data-gtts-page="court-selection"] .social-links li a{
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-gtts-page="court-selection"] .footer-contact i{
  width: 24px;
  color: #287fc0;
  font-size: 19px;
}

body[data-gtts-page="court-selection"] .site-footer h3{
  margin: 20px 0 18px;
  color: #064779;
  font-size: 18px;
  font-weight: 800;
}

body[data-gtts-page="court-selection"] .footer-links{
  display: grid;
  gap: 14px;
  font-size: 16px;
}

body[data-gtts-page="court-selection"] .social-links{
  display: grid;
  gap: 12px;
  color: #3d5c94;
  font-size: 15px;
}

body[data-gtts-page="court-selection"] .site-footer a:hover, body[data-gtts-page="court-selection"] .site-footer a:focus{
  color: #001e34;
  text-decoration: underline;
}

body[data-gtts-page="court-selection"] .copyright{
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}

body[data-gtts-page="court-selection"] .copyright p{
  margin: 0;
  font-size: 16px;
}

body[data-gtts-page="court-selection"] .copyright a{
  text-decoration: underline;
}

@media (max-width: 1199.98px){
  body[data-gtts-page="court-selection"] .main-nav{
    min-height: auto;
    padding: 14px 0;
  }
}

@media (max-width: 767.98px){
  body[data-gtts-page="court-selection"] .footer-main .row > [class*="col"]{
    width: 100%;
  }
}

/* ===== Shared header overrides ===== */
:root {
  --gtts-header-gutter: clamp(24px, 4.65vw, 96px);
  --gtts-header-right-gutter: var(--gtts-header-gutter);
}

.site-header {
  --gtts-header-blue: #07548c;
  --gtts-header-ink: #111a34;
  position: relative;
  z-index: 20;
  font-family: Arial, sans-serif;
  background: #fff;
}

.site-header .utility-bar {
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  background: var(--gtts-header-blue) !important;
  color: #fff;
}

.site-header .utility-inner,
.site-header .utility-bar > .container-page,
.site-header .utility-bar > .container-xxl,
.site-header .utility-bar > .container-fluid-wide {
  width: 100% !important;
  max-width: none !important;
  min-height: 35px !important;
  max-height: 35px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: var(--gtts-header-right-gutter) !important;
  padding-left: var(--gtts-header-gutter) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.site-header .gtts-utility-banner {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  color: #fff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.site-header .gtts-utility-divider {
  width: 1px !important;
  height: 22px !important;
  flex: 0 0 1px !important;
  background: rgba(255, 255, 255, 0.48) !important;
}

.site-header .gtts-design-badge {
  height: 24px !important;
  min-width: 156px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 1px solid #ffe500 !important;
  border-radius: 999px !important;
  color: #ffe500 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.site-header .gtts-design-badge i {
  color: #ffe500 !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.site-header .gtts-utility-message {
  min-width: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
}

.site-header .gtts-utility-message strong {
  color: #ffe500 !important;
  font-weight: 800 !important;
}

.site-header .share-button,
.site-header .share-trigger {
  min-width: 164px !important;
  height: 24px !important;
  max-height: 24px !important;
  padding: 0 16px !important;
  border: 2px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.site-header .share-button:hover,
.site-header .share-button:focus,
.site-header .share-trigger:hover,
.site-header .share-trigger:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.site-header .utility-phone,
.site-header .utility-contact {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.site-header .main-nav {
  height: auto !important;
  min-height: 125px !important;
  max-height: none !important;
  padding: 0 !important;
  border-bottom: 1px solid #eef1f4 !important;
  background: #fff !important;
}

.site-header .main-nav > .container-page,
.site-header .main-nav > .container-xxl,
.site-header .main-nav > .container-fluid-wide {
  width: 100% !important;
  max-width: none !important;
  min-height: 125px !important;
  max-height: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: var(--gtts-header-right-gutter) !important;
  padding-left: var(--gtts-header-gutter) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(18px, 2.5vw, 52px) !important;
}

.site-header .gtts-header-nav-stack {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  justify-items: end !important;
  gap: 25px !important;
}

.site-header .gtts-header-top-row {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 25px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.site-header .gtts-header-language-row {
  display: flex !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.site-header .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.site-header .navbar-brand img {
  display: block !important;
  height: 115px !important;
  max-width: 100% !important;
}

.site-header .navbar-collapse {
  display: flex !important;
  flex-grow: 1 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(18px, 2.2vw, 42px) !important;
  padding-left: clamp(24px, 5vw, 80px) !important;
  height: auto !important;
  padding-top: 0 !important;
  position: relative !important;
}

.site-header .navbar-nav,
.site-header .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 1.75vw, 36px) !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.site-header .nav-link,
.site-header .login-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  color: #111 !important;
  font-size: clamp(16px, 1.22vw, 25px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  height: 28px !important;
  max-height: 28px !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link.active {
  color: var(--gtts-header-blue) !important;
}

.site-header .login-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--gtts-header-ink) !important;
  box-shadow: none !important;
  text-align: left !important;
  margin-top: 0 !important;
  transform: none !important;
}

.site-header .login-link i {
  color: var(--gtts-header-ink) !important;
  font-size: clamp(18px, 1.3vw, 26px) !important;
  line-height: 1 !important;
}

.site-header .gtts-mobile-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
}

.language-picker.header-language-picker {
  position: static !important;
  width: fit-content !important;
  max-width: 140px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  transform: none !important;
}

.language-picker.header-language-picker .language-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}

.language-picker.header-language-picker .language-heading i {
  color: var(--gtts-header-ink) !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.language-picker.header-language-picker label {
  margin: 0 !important;
  color: var(--gtts-header-ink) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.language-picker.header-language-picker .language-control {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 120px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 1px solid #dde1e7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(17, 26, 52, 0.08) !important;
}

.language-picker.header-language-picker .form-select {
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: 25px !important;
  margin: 0 !important;
  padding: 2px 34px 2px 10px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  color: var(--gtts-header-ink) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  html[lang="es"],
  html[data-gtts-lang="es"] {
    --gtts-header-gutter: clamp(24px, 3.5vw, 56px);
  }

  html[lang="es"] .site-header,
  .site-header[data-gtts-lang="es"] {
    --gtts-header-gutter: clamp(24px, 3.5vw, 56px);
  }

  html[lang="es"] .site-header .navbar-collapse,
  .site-header[data-gtts-lang="es"] .navbar-collapse {
    gap: 18px !important;
    padding-left: clamp(20px, 3vw, 48px) !important;
  }

  html[lang="es"] .site-header .navbar-nav,
  html[lang="es"] .site-header .nav-links,
  .site-header[data-gtts-lang="es"] .navbar-nav,
  .site-header[data-gtts-lang="es"] .nav-links {
    gap: 16px !important;
  }

  html[lang="es"] .site-header .nav-link,
  html[lang="es"] .site-header .login-link,
  .site-header[data-gtts-lang="es"] .nav-link,
  .site-header[data-gtts-lang="es"] .login-link {
    font-size: 15px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  main .hero > .hero-inner,
  main .hero-section > .hero-inner,
  main .partner-hero > .container-xxl {
    width: auto !important;
    max-width: none !important;
    margin-left: var(--gtts-header-gutter) !important;
    margin-right: var(--gtts-header-right-gutter) !important;
  }

  main .court-hero .court-hero-copy {
    padding-left: var(--gtts-header-gutter) !important;
    padding-right: var(--gtts-header-right-gutter) !important;
  }
}

@media (max-width: 1399.98px) {
  .site-header .navbar-nav,
  .site-header .nav-links {
    gap: 20px !important;
  }

  .site-header .nav-link,
  .site-header .login-link {
    font-size: 18px !important;
  }

  html[lang="es"],
  html[data-gtts-lang="es"],
  html[lang="es"] .site-header,
  .site-header[data-gtts-lang="es"] {
    --gtts-header-gutter: clamp(20px, 3vw, 42px);
  }

  html[lang="es"] .site-header .main-nav > .container-page,
  html[lang="es"] .site-header .main-nav > .container-xxl,
  html[lang="es"] .site-header .main-nav > .container-fluid-wide,
  .site-header[data-gtts-lang="es"] .main-nav > .container-page,
  .site-header[data-gtts-lang="es"] .main-nav > .container-xxl,
  .site-header[data-gtts-lang="es"] .main-nav > .container-fluid-wide {
    gap: 16px !important;
  }

  html[lang="es"] .site-header .navbar-collapse,
  .site-header[data-gtts-lang="es"] .navbar-collapse {
    gap: 14px !important;
    padding-left: 16px !important;
    min-width: 0 !important;
  }

  html[lang="es"] .site-header .navbar-nav,
  html[lang="es"] .site-header .nav-links,
  .site-header[data-gtts-lang="es"] .navbar-nav,
  .site-header[data-gtts-lang="es"] .nav-links {
    gap: 12px !important;
    min-width: 0 !important;
  }

  html[lang="es"] .site-header .nav-link,
  html[lang="es"] .site-header .login-link,
  .site-header[data-gtts-lang="es"] .nav-link,
  .site-header[data-gtts-lang="es"] .login-link {
    font-size: 14px !important;
  }

  html[lang="es"] .site-header .login-link,
  .site-header[data-gtts-lang="es"] .login-link {
    gap: 8px !important;
  }

  html[lang="es"] .site-header .login-link i,
  .site-header[data-gtts-lang="es"] .login-link i {
    font-size: 18px !important;
  }
}

@media (max-width: 1199.98px) {
  .site-header .utility-bar {
    min-height: 72px !important;
    max-height: none !important;
  }

  .site-header .utility-inner,
  .site-header .utility-bar > .container-page,
  .site-header .utility-bar > .container-xxl,
  .site-header .utility-bar > .container-fluid-wide {
    min-height: 72px !important;
    max-height: none !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .site-header .share-button,
  .site-header .share-trigger {
    min-width: 210px !important;
    height: 38px !important;
    max-height: none !important;
    font-size: 20px !important;
  }

  .site-header .gtts-utility-banner {
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    gap: 14px !important;
  }

  .site-header .gtts-design-badge {
    height: 30px !important;
    min-width: 174px !important;
    font-size: 18px !important;
  }

  .site-header .gtts-utility-message {
    font-size: 18px !important;
  }

  .site-header .utility-phone,
  .site-header .utility-contact {
    font-size: 22px !important;
  }

  .site-header .main-nav {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .site-header .main-nav > .container-page,
  .site-header .main-nav > .container-xxl,
  .site-header .main-nav > .container-fluid-wide {
    min-height: 110px !important;
    max-height: none !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .site-header .gtts-header-nav-stack {
    flex: 1 1 auto !important;
    grid-template-columns: 1fr !important;
    width: auto !important;
    order: 0 !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-items: end !important;
    gap: 15px !important;
  }

  .site-header .gtts-header-top-row {
    display: contents !important;
  }

  .site-header .gtts-header-language-row {
    order: 2 !important;
    width: 150px !important;
    justify-content: flex-end !important;
  }

  .site-header .gtts-mobile-actions {
    order: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
  }

  .site-header .navbar-brand img {
    width: clamp(220px, 34vw, 320px) !important;
  }

  .site-header .navbar-collapse {
    order: 3 !important;
    width: min(320px, 100%) !important;
    height: auto !important;
    padding: 18px 0 24px !important;
    flex-basis: auto !important;
    padding-left: 0 !important;
    justify-self: end !important;
  }

  .site-header .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .site-header .navbar-collapse.collapse.show {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }

  .site-header:has(.navbar-collapse.show) .main-nav > .container-page,
  .site-header:has(.navbar-collapse.show) .main-nav > .container-xxl,
  .site-header:has(.navbar-collapse.show) .main-nav > .container-fluid-wide {
    align-items: flex-start !important;
  }

  .site-header:has(.navbar-collapse.show) .navbar-brand,
  .site-header:has(.navbar-collapse.show) .gtts-header-nav-stack {
    margin-top: 0 !important;
  }

  .site-header .navbar-nav,
  .site-header .nav-links {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16px !important;
    height: auto !important;
    max-height: none !important;
    margin-top: 0 !important;
    width: 100% !important;
  }

  .site-header .login-link {
    position: static !important;
  }

  .site-header .login-link.gtts-mobile-account {
    display: inline-flex !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 6px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .site-header .login-link.gtts-mobile-account i {
    font-size: 20px !important;
  }
}

@media (max-width: 767.98px) {
  :root,
  .site-header {
    --gtts-header-gutter: 16px;
  }

  .site-header .utility-bar {
    height: auto !important;
    min-height: 92px !important;
    max-height: none !important;
  }

  .site-header .utility-inner,
  .site-header .utility-bar > .container-page,
  .site-header .utility-bar > .container-xxl,
  .site-header .utility-bar > .container-fluid-wide {
    min-height: 92px !important;
    max-height: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 0 !important;
  }

  .site-header .share-button,
  .site-header .share-trigger {
    min-width: 190px !important;
    height: 36px !important;
    font-size: 16px !important;
  }

  .site-header .gtts-utility-banner {
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .site-header .gtts-utility-divider {
    display: none !important;
  }

  .site-header .gtts-design-badge {
    height: 28px !important;
    min-width: 160px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
  }

  .site-header .gtts-design-badge i {
    font-size: 15px !important;
  }

  .site-header .gtts-utility-message {
    flex: 0 1 100% !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    text-overflow: clip !important;
  }

  .site-header .utility-phone,
  .site-header .utility-contact {
    font-size: 16px !important;
  }

  .site-header .main-nav > .container-page,
  .site-header .main-nav > .container-xxl,
  .site-header .main-nav > .container-fluid-wide {
    min-height: 92px !important;
    gap: 8px !important;
  }

  .site-header .navbar-brand img {
    width: auto !important;
  }

  .site-header .gtts-mobile-actions {
    gap: 8px !important;
  }

  .site-header .navbar-toggler {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
  }

  .site-header .login-link.gtts-mobile-account {
    min-width: max-content !important;
    height: 40px !important;
    max-height: 40px !important;
    font-size: 13px !important;
  }

  .site-header .login-link.gtts-mobile-account i {
    font-size: 18px !important;
  }

  .language-picker.header-language-picker {
    position: static !important;
    margin: 0 !important;
    max-width: min(190px, calc(100% - 32px)) !important;
  }

  .language-picker.header-language-picker .language-heading {
    gap: 8px !important;
    margin-bottom: 6px !important;
  }

  .language-picker.header-language-picker .language-heading i {
    font-size: 11px !important;
  }

  .language-picker.header-language-picker label {
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  .language-picker.header-language-picker .language-control {
    width: 120px !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  .language-picker.header-language-picker .form-select {
    min-height: 25px !important;
    padding: 2px 34px 2px 10px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
  }
}
