:root {
    --ggr-ink: #142238;
    --ggr-muted: #5f6f85;
    --ggr-paper: #ffffff;
    --ggr-page-bg: #f3f4f4;
    --ggr-line: #d8e1ed;
    --ggr-line-strong: #becbdd;
    --ggr-blue: #315fef;
    --ggr-blue-dark: #244ed3;
    --ggr-blue-soft: #eaf0ff;
    --ggr-cyan: #2f9fc4;
    --ggr-navy: #10253d;
    --ggr-navy-mid: #143b5c;
    --ggr-navy-soft: #195277;
    --ggr-green: #0a8060;
    --ggr-coral: #b85a1a;
    --ggr-white: #ffffff;
    --ggr-shadow: 0 10px 28px rgb(20 34 56 / 0.08), 0 1px 3px rgb(20 34 56 / 0.06);
    --ggr-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.ggr-page,
.ggr-page * {
    box-sizing: border-box;
}

.ggr-page button,
.ggr-page a {
    font-family: inherit;
}

.ggr-page {
    width: min(100%, 710px);
}

.ggr-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d4deeb;
    border-radius: 14px;
    background: var(--ggr-paper);
    box-shadow: var(--ggr-shadow);
    transition: height 460ms var(--ggr-ease);
}

.ggr-panel {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(18px);
    transition:
        opacity 220ms ease,
        transform 430ms var(--ggr-ease),
        visibility 0ms linear 430ms;
}

.ggr-card[data-ggr-step="details"] .ggr-panel-intro {
    transform: translateX(-18px);
}

.ggr-card[data-ggr-step="intro"] .ggr-panel-intro,
.ggr-card[data-ggr-step="details"] .ggr-panel-details {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 70ms, 70ms, 0ms;
}

.ggr-panel-intro {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 360px;
}

.ggr-intro-art {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    min-width: 0;
    overflow: hidden;
    padding: 20px;
    background: linear-gradient(145deg, var(--ggr-navy) 0%, var(--ggr-navy-mid) 62%, var(--ggr-navy-soft) 100%);
}

.ggr-art-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.7;
    background-image:
        linear-gradient(rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px);
    background-size: 24px 24px;
}

.ggr-intro-art::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, var(--ggr-blue), var(--ggr-cyan));
}

.ggr-support-pass {
    position: relative;
    width: 142px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.86);
    border-radius: 18px 18px 15px 15px;
    background:
        linear-gradient(rgb(255 255 255 / 0.82), rgb(255 255 255 / 0.82)),
        repeating-linear-gradient(0deg, #f7f9fc 0 2px, #ffffff 2px 4px);
    box-shadow: 0 17px 31px rgb(0 0 0 / 0.24);
    transform: rotate(-3deg);
}

.ggr-support-pass::before,
.ggr-support-pass::after {
    position: absolute;
    top: 135px;
    z-index: 2;
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 50%;
}

.ggr-support-pass::before {
    left: -10px;
    background: #112b45;
}

.ggr-support-pass::after {
    right: -10px;
    background: #184d70;
}

.ggr-pass-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 202px;
    padding: 32px 12px 25px;
    text-align: center;
}

.ggr-pass-body::before {
    position: absolute;
    bottom: 19px;
    width: 40px;
    height: 9px;
    content: "";
    opacity: 0.22;
    background: repeating-linear-gradient(90deg, var(--ggr-ink) 0 2px, transparent 2px 4px);
}

.ggr-pass-body::after {
    position: absolute;
    right: 9px;
    bottom: 58px;
    left: 9px;
    content: "";
    border-top: 2px dashed var(--ggr-line-strong);
}

.ggr-pass-overline {
    color: var(--ggr-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ggr-pass-title {
    margin-top: 8px;
    color: var(--ggr-ink);
    font-family: "Cal Sans", Arial, sans-serif;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
}

.ggr-pass-copy {
    max-width: 130px;
    margin-top: 8px;
    color: var(--ggr-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
}

.ggr-intro-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 30px 32px;
    background: var(--ggr-paper);
}

.ggr-intro-content::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--ggr-blue), var(--ggr-cyan));
}

.ggr-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 10px;
    color: var(--ggr-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ggr-kicker::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    content: "";
    border-radius: 50%;
    background: var(--ggr-cyan);
    box-shadow: 0 0 0 5px rgb(79 190 233 / 0.12);
}

.ggr-title,
.ggr-details-title,
.ggr-insurance-banner h3,
.ggr-aftercare-hero h3 {
    font-family: "Cal Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.ggr-title:focus,
.ggr-details-title:focus {
    outline: 0;
}

.ggr-title {
    max-width: 410px;
    margin: 0;
    color: var(--ggr-ink);
    font-size: 34px;
    line-height: 1.02;
}

.ggr-copy {
    max-width: 410px;
    margin: 13px 0 0;
    color: var(--ggr-muted);
    font-size: 15px;
    line-height: 1.5;
}

.ggr-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    padding: 0 19px;
    cursor: pointer;
    background: var(--ggr-blue);
    box-shadow: 0 6px 16px rgb(49 95 239 / 0.2);
    color: var(--ggr-white);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.ggr-primary-button {
    width: fit-content;
    margin-top: 19px;
    text-align: left;
}

.ggr-primary-button:hover {
    background: var(--ggr-blue-dark);
    box-shadow: 0 8px 18px rgb(36 78 211 / 0.24);
}

.ggr-primary-button:focus-visible,
.ggr-submit-button:focus-visible,
.ggr-tab-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgb(49 95 239 / 0.2);
}

.ggr-button-arrow {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
}

.ggr-details-head {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 24px 28px 22px;
    background-image:
        linear-gradient(rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(145deg, var(--ggr-navy) 0%, var(--ggr-navy-mid) 58%, var(--ggr-navy-soft) 100%);
    background-size: 24px 24px, 24px 24px, auto;
}

.ggr-details-head::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--ggr-blue), var(--ggr-cyan));
}

.ggr-kicker-light {
    margin-bottom: 9px;
    color: #c4d6e8;
}

.ggr-details-title {
    margin: 0;
    color: var(--ggr-white);
    font-size: 36px;
    line-height: 1;
}

.ggr-details-copy {
    max-width: 610px;
    margin-top: 11px;
    color: #d0dcea;
    font-size: 14px;
    line-height: 1.48;
}

.ggr-details-body {
    padding: 20px 24px 22px;
    background: #fbfcfe;
}

.ggr-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border-radius: 11px;
    border: 1px solid #e0e6ef;
    background: #edf1f6;
}

.ggr-tab-button {
    min-width: 0;
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    background: transparent;
    color: #566780;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ggr-tab-button:hover {
    color: var(--ggr-ink);
}

.ggr-tab-button[aria-selected="true"] {
    background: var(--ggr-paper);
    box-shadow: inset 0 0 0 1px #d8e1ed, 0 2px 7px rgb(20 34 56 / 0.07);
    color: var(--ggr-navy);
}

.ggr-tab-panel {
    padding-top: 16px;
    animation: ggr-tab-reveal 320ms var(--ggr-ease);
}

.ggr-tab-panel[hidden] {
    display: none;
}

.ggr-warranty-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--ggr-line);
    border-radius: 11px;
    background: var(--ggr-paper);
}

.ggr-warranty-strip::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--ggr-blue), var(--ggr-cyan));
}

.ggr-warranty-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 84px;
    padding: 15px 8px 11px;
    text-align: center;
}

.ggr-warranty-item + .ggr-warranty-item {
    border-left: 1px solid var(--ggr-line);
}

.ggr-warranty-period {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    color: var(--ggr-navy);
}

.ggr-warranty-period strong {
    font-family: "Cal Sans", Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
}

.ggr-warranty-period span {
    color: #66778e;
    font-size: 14px;
    font-weight: 700;
}

.ggr-warranty-item p {
    margin-top: 5px;
    color: #586a83;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ggr-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid var(--ggr-line);
    border-radius: 11px;
    background: var(--ggr-paper);
}

.ggr-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 58px;
    border: 0;
    border-radius: 0;
    padding: 9px 11px;
    background: var(--ggr-paper);
    color: var(--ggr-navy);
}

.ggr-benefit-blue {
    background: var(--ggr-paper);
}

.ggr-benefit-green {
    background: var(--ggr-paper);
}

.ggr-benefit-coral {
    background: var(--ggr-paper);
}

.ggr-benefit-cyan {
    background: var(--ggr-paper);
}

.ggr-benefit:nth-child(even) {
    border-left: 1px solid var(--ggr-line);
}

.ggr-benefit:nth-child(n + 3) {
    border-top: 1px solid var(--ggr-line);
}

.ggr-benefit-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: var(--ggr-blue-soft);
    color: var(--ggr-blue);
}

.ggr-benefit-green .ggr-benefit-icon {
    background: #e6f4ef;
    color: var(--ggr-green);
}

.ggr-benefit-coral .ggr-benefit-icon {
    background: #fff0e7;
    color: var(--ggr-coral);
}

.ggr-benefit-cyan .ggr-benefit-icon {
    background: #e6f4f9;
    color: #087fa4;
}

.ggr-benefit-icon svg {
    width: 18px;
    height: 18px;
}

.ggr-benefit-number {
    font-family: "Cal Sans", Arial, sans-serif;
    font-size: 16px;
}

.ggr-benefit strong {
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.ggr-disclaimer {
    margin-top: 9px;
    color: #64758b;
    font-size: 12px;
    line-height: 1.4;
}

.ggr-insurance-banner {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 13px;
    border: 1px solid #245479;
    border-radius: 10px;
    padding: 16px 18px 15px;
    background-image:
        linear-gradient(rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(145deg, var(--ggr-navy) 0%, var(--ggr-navy-mid) 58%, var(--ggr-navy-soft) 100%);
    background-size: 24px 24px, 24px 24px, auto;
    color: var(--ggr-white);
}

.ggr-insurance-heading {
    display: flex;
    align-items: center;
    min-width: 0;
}

.ggr-sompo-logo {
    display: block;
    width: 112px;
    height: auto;
    flex: 0 0 auto;
}

.ggr-insurance-heading h3 {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid rgb(255 255 255 / 0.24);
}

.ggr-insurance-banner::before,
.ggr-aftercare-hero::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--ggr-blue), var(--ggr-cyan));
}

.ggr-insurance-banner h3 {
    margin: 0 0 0 16px;
    font-size: 22px;
    line-height: 1;
}

.ggr-insurance-banner p {
    max-width: 475px;
    margin-top: 8px;
    color: #d0dcea;
    font-size: 13px;
    line-height: 1.4;
}

.ggr-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    margin-top: 12px;
    border-top: 1px solid var(--ggr-line);
    border-bottom: 1px solid var(--ggr-line);
}

.ggr-proof-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 70px;
    padding: 10px 9px;
    background: var(--ggr-paper);
    color: var(--ggr-navy);
    text-align: center;
}

.ggr-proof-item + .ggr-proof-item {
    border-left: 1px solid var(--ggr-line);
}

.ggr-proof-item strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.ggr-proof-item span {
    margin-top: 3px;
    color: #52637b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.ggr-proof-logo {
    display: block;
    width: min(100%, 52px);
    height: auto;
}

.ggr-proof-location-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 8px;
    background: var(--ggr-blue-soft);
    color: var(--ggr-blue);
}

.ggr-proof-location-icon svg {
    width: 17px;
    height: 17px;
}

.ggr-proof-item small {
    margin-top: 4px;
    color: #64758b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.ggr-google-proof {
    position: relative;
    gap: 4px;
}

.ggr-google-proof::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc04 50% 75%, #34a853 75%);
}

.ggr-google-brand,
.ggr-google-score {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ggr-google-brand strong {
    font-size: 12px;
}

.ggr-google-score {
    gap: 6px;
}

.ggr-google-score > strong {
    color: var(--ggr-navy);
    font-size: 15px;
}

.ggr-google-score .ggr-google-stars {
    margin: 0;
    color: #f9ab00;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.ggr-google-proof small {
    margin-top: 0;
    color: #64758b;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.ggr-lead-form {
    display: grid;
    gap: 12px;
    width: 100%;
    margin-top: 15px;
    border: 1px solid var(--ggr-line);
    border-radius: 10px;
    padding: 14px;
    background: #f7f9fc;
}

.ggr-lead-form input[type="tel"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ccd7e6;
    border-radius: 8px;
    padding: 0 14px;
    outline: 0;
    background: var(--ggr-paper);
    color: var(--ggr-navy);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ggr-lead-form input[type="tel"]::placeholder {
    color: #8a98ab;
}

.ggr-lead-form input[type="tel"]:focus {
    border-color: var(--ggr-blue);
    box-shadow: 0 0 0 4px rgb(49 95 239 / 0.12);
}

.ggr-submit-button {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    cursor: pointer;
    background: var(--ggr-blue);
    box-shadow: 0 6px 16px rgb(49 95 239 / 0.2);
    color: var(--ggr-white);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.ggr-submit-button:hover {
    background: var(--ggr-blue-dark);
    box-shadow: 0 8px 18px rgb(36 78 211 / 0.24);
}

.ggr-aftercare-hero {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #245479;
    border-radius: 10px;
    padding: 16px 18px 15px;
    background-image:
        linear-gradient(rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px),
        linear-gradient(145deg, var(--ggr-navy) 0%, var(--ggr-navy-mid) 58%, var(--ggr-navy-soft) 100%);
    background-size: 24px 24px, 24px 24px, auto;
    color: var(--ggr-white);
}

.ggr-aftercare-hero h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.06;
}

.ggr-aftercare-hero p {
    margin-top: 8px;
    color: #d0dcea;
    font-size: 13px;
    line-height: 1.42;
}

.ggr-process-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid var(--ggr-line);
    border-radius: 11px;
}

.ggr-process-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 92px;
    padding: 13px 14px;
}

.ggr-process-item + .ggr-process-item {
    border-left: 1px solid var(--ggr-line);
}

.ggr-process-item > span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--ggr-blue);
    color: var(--ggr-white);
    font-family: "Cal Sans", Arial, sans-serif;
    font-size: 15px;
}

.ggr-process-item strong {
    margin-top: 9px;
    color: var(--ggr-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.ggr-process-item small {
    margin-top: 4px;
    color: #64758d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.25;
    text-transform: uppercase;
}

@keyframes ggr-tab-reveal {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 740px) {
    .ggr-page {
        padding: 22px 12px;
    }
}

@media (max-width: 620px) {
    .ggr-page {
        padding: 14px 12px;
    }

    .ggr-card {
        border-radius: 14px;
    }

    .ggr-panel-intro {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ggr-intro-art {
        min-height: 198px;
        padding: 16px;
    }

    .ggr-intro-art::before {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--ggr-blue), var(--ggr-cyan));
    }

    .ggr-support-pass {
        width: 128px;
        transform: rotate(-2deg);
    }

    .ggr-support-pass::before,
    .ggr-support-pass::after {
        top: 119px;
    }

    .ggr-pass-body {
        min-height: 178px;
        padding: 26px 10px 22px;
    }

    .ggr-pass-body::after {
        bottom: 50px;
    }

    .ggr-pass-title {
        margin-top: 7px;
        font-size: 27px;
    }

    .ggr-pass-copy {
        margin-top: 7px;
        font-size: 12px;
    }

    .ggr-intro-content {
        padding: 22px 18px 19px;
    }

    .ggr-title {
        max-width: 380px;
        font-size: 29px;
    }

    .ggr-copy {
        margin-top: 11px;
        font-size: 14px;
    }

    .ggr-primary-button {
        width: 100%;
        min-height: 50px;
        margin-top: 17px;
    }

    .ggr-details-head {
        padding: 22px 16px 19px;
    }

    .ggr-details-title {
        font-size: 31px;
    }

    .ggr-details-copy {
        margin-top: 10px;
        font-size: 14px;
    }

    .ggr-details-body {
        padding: 14px 12px 16px;
    }

    .ggr-tabs {
        border-radius: 10px;
    }

    .ggr-tab-button {
        min-height: 42px;
        font-size: 14px;
    }

    .ggr-tab-panel {
        padding-top: 14px;
    }

    .ggr-warranty-item {
        min-height: 82px;
        padding: 14px 4px 10px;
    }

    .ggr-warranty-period strong {
        font-size: 32px;
    }

    .ggr-warranty-period span {
        font-size: 13px;
    }

    .ggr-warranty-item p {
        font-size: 12px;
        letter-spacing: 0.4px;
    }

    .ggr-benefit-grid {
        gap: 0;
        margin-top: 10px;
    }

    .ggr-benefit {
        gap: 8px;
        min-height: 62px;
        padding: 8px;
    }

    .ggr-benefit-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .ggr-benefit-icon svg {
        width: 18px;
        height: 18px;
    }

    .ggr-benefit strong {
        font-size: 13px;
    }

    .ggr-insurance-banner {
        padding: 13px 14px 12px;
        text-align: center;
    }

    .ggr-insurance-heading {
        justify-content: center;
    }

    .ggr-sompo-logo {
        width: 88px;
    }

    .ggr-insurance-heading h3 {
        margin-left: 12px;
        padding-left: 12px;
    }

    .ggr-insurance-banner h3 {
        font-size: 20px;
    }

    .ggr-insurance-banner p {
        margin-right: auto;
        margin-left: auto;
        font-size: 13px;
    }

    .ggr-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ggr-proof-item {
        align-items: center;
        min-height: 80px;
        padding: 9px 5px;
        text-align: center;
    }

    .ggr-proof-item small {
        letter-spacing: 0.4px;
    }

    .ggr-submit-button {
        min-height: 50px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 15px;
    }

    .ggr-aftercare-hero {
        padding: 13px 14px 12px;
    }

    .ggr-aftercare-hero h3 {
        font-size: 20px;
    }

    .ggr-aftercare-hero p {
        font-size: 13px;
    }

    .ggr-process-strip {
        grid-template-columns: 1fr;
    }

    .ggr-process-item {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        align-items: center;
        min-height: 62px;
        padding: 9px 11px;
    }

    .ggr-process-item + .ggr-process-item {
        border-top: 1px solid var(--ggr-line);
        border-left: 0;
    }

    .ggr-process-item > span {
        grid-row: 1 / span 2;
        width: 28px;
        height: 28px;
    }

    .ggr-process-item strong,
    .ggr-process-item small {
        grid-column: 2;
        margin: 0;
    }

    .ggr-process-item small {
        margin-top: 3px;
    }
}

@media (max-width: 380px) {
    .ggr-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ggr-intro-art {
        min-height: 190px;
        padding: 12px;
    }

    .ggr-support-pass {
        width: 122px;
    }

    .ggr-support-pass::before,
    .ggr-support-pass::after {
        top: 112px;
    }

    .ggr-pass-body {
        min-height: 168px;
        padding-top: 23px;
    }

    .ggr-pass-body::after {
        bottom: 47px;
    }

    .ggr-intro-content {
        padding: 20px 16px 18px;
    }

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

    .ggr-details-head {
        padding: 20px 14px 18px;
    }

    .ggr-details-title {
        font-size: 29px;
    }

    .ggr-details-body {
        padding: 12px 10px 15px;
    }

    .ggr-tab-button {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
    }

    .ggr-warranty-period strong {
        font-size: 30px;
    }

    .ggr-warranty-item p {
        font-size: 12px;
    }

    .ggr-benefit {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        min-height: 64px;
    }

    .ggr-benefit strong {
        font-size: 13px;
    }

    .ggr-insurance-banner {
        padding: 12px;
    }

    .ggr-sompo-logo {
        width: 76px;
    }

    .ggr-insurance-heading h3 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .ggr-insurance-banner h3 {
        font-size: 20px;
    }

    .ggr-aftercare-hero {
        padding: 12px;
    }

    .ggr-aftercare-hero h3 {
        font-size: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ggr-card,
    .ggr-panel,
    .ggr-primary-button,
    .ggr-submit-button,
    .ggr-tab-button {
        transition: none;
    }

    .ggr-tab-panel {
        animation: none;
    }
}

/* FormBuilder (Lead magnet = Guarantee) */
.lm-ggr-form form {
    display: grid;
    gap: 12px;
    margin: 0;
    width: 100%;
}

.lm-ggr-form .form-label,
.lm-ggr-form label:not(.form-check-label) {
    display: block;
    margin: 0;
    color: var(--ggr-navy, #0a1929);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.lm-ggr-form .form-control,
.lm-ggr-form input[type="text"],
.lm-ggr-form input[type="tel"],
.lm-ggr-form input[type="email"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ccd7e6;
    border-radius: 8px;
    padding: 0 14px;
    outline: 0;
    background: var(--ggr-paper, #fff) !important;
    color: var(--ggr-navy, #0a1929);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 15px;
}

.lm-ggr-form .iti {
    width: 100%;
}

.lm-ggr-form .iti input.form-control,
.lm-ggr-form .iti input[type="tel"] {
    width: 100%;
}

.lm-ggr-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding-left: 0;
}

.lm-ggr-form .form-check-input {
    float: none;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    cursor: pointer;
}

.lm-ggr-form .form-check-label {
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
}

.lm-ggr-form .form-check-label a,
.lm-ggr-form .privacy-policy-link {
    color: var(--ggr-blue, #315fef);
    font-weight: 600;
    text-decoration: underline;
}

.lm-ggr-form .mgn-submit-button,
.lm-ggr-form .mgn-submit-button.btn,
.lm-ggr-form .mgn-submit-button.btn-primary,
.lm-ggr-form button[type="submit"],
.lm-ggr-form input[type="submit"],
.lm-ggr-form .btn[type="submit"],
.lm-ggr-form .btn-primary,
.lm-ggr-form .ggr-submit-button {
    appearance: none;
    width: 100%;
    min-height: 50px;
    border: 0 !important;
    border-radius: 8px;
    opacity: 1 !important;
    padding: 0 18px;
    cursor: pointer;
    background-color: var(--ggr-blue, #315fef) !important;
    background-image: none !important;
    box-shadow: 0 6px 16px rgb(49 95 239 / 0.2) !important;
    color: #ffffff !important;
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.lm-ggr-form .mgn-submit-button:hover,
.lm-ggr-form button[type="submit"]:hover,
.lm-ggr-form .btn-primary:hover {
    opacity: 1 !important;
    background-color: var(--ggr-blue-dark, #244ed3) !important;
    color: #ffffff !important;
}

.lm-ggr-form .mgn-consent-wrapper--optional:has(label:empty),
.lm-ggr-form .form-check:has(.form-check-label:empty) {
    display: none !important;
}
