body {
    margin: 0;
    line-height: normal;
}

#wpadminbar {
    display: none;
}

html {
    margin-top: 0 !important;
}

html,
body {
    scrollbar-gutter: stable;
}

.flex-1.overflow-auto {
    scrollbar-gutter: stable both-edges;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.Hero_ .Hero_container>* {
    min-width: 0;
}

.Hero_ .Hero_card {
    width: min(100%, 59rem);
}


h3,
h2,
p {
    margin: 0;
}



/* ===== Header ===== */
.header_ {
    --header-text: #0d0d0d;
    --header-bg: #ffffff;
    --header-accent: #0a7cff;

    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
    color: var(--header-text);
    background: var(--header-bg);
}

.header_ .header_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header_ .header_logo {
    display: inline-flex;
    align-items: center;
    gap: 0.356rem;
    text-decoration: none;
    color: inherit;
}

.header_ .header_logo-mark {
    width: 1.7875rem;
    height: 2rem;
    display: block;
}

.header_ .header_logo-text {
    letter-spacing: -0.04em;
    font-weight: 600;
    font-size: 1.4288rem;
    line-height: 1.1;
}

.header_ .header_nav-list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_ .header_nav-link {
    display: inline-block;
    font-weight: 500;
    line-height: 1.1;
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--header-text);
}

.header_ .header_nav-link:focus-visible {
    outline: 2px solid var(--header-accent);
    outline-offset: 2px;
}

.header_ .header_actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-align: center;
}

.header_ .header_btn {
    padding: 0.625rem 1rem;
    border-radius: 6rem;
    font-size: 0.875rem;
    line-height: 1.3;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header_ .header_btn--ghost {
    background: transparent;
    color: var(--header-text);
}

.header_ .header_btn--primary {
    background: var(--header-accent);
    color: #fff;
}

.header_ .header_btn--ghost:hover {
    background: rgba(13, 13, 13, 0.06);
}

.header_ .header_btn--ghost:active {
    background: rgba(13, 13, 13, 0.12);
}

.header_ .header_btn--primary:hover {
    filter: brightness(0.95);
}

.header_ .header_btn--primary:active {
    filter: brightness(0.9);
}

.header_ .header_btn:focus-visible {
    outline: 2px solid var(--header-accent);
    outline-offset: 2px;
}

.header_ .header_burger {
    display: none;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.5rem;
}

.header_ .header_burger:focus-visible {
    outline: 2px solid var(--header-accent);
    outline-offset: 2px;
}

.header_ .header_burger-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.header_ .header_toggle {
    position: fixed;
    inset: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.header_ .header_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 90;
}

.header_ .header_menu {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: stretch;
    z-index: 100;
    pointer-events: none;
}

.header_ .header_menu-inner {
    background: #fff;
    transform: translateX(100%);
    transition: transform .28s ease;
    display: flex;
    flex-direction: column;
}

.header_ .header_menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(13, 13, 13, 0.06);
}

.header_ .header_menu-right {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.header_ .header_close {
    display: inline-flex;
    padding: 0.25rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.header_ .header_close:focus-visible {
    outline: 2px solid var(--header-accent);
    outline-offset: 2px;
}

.header_ .header_close-icon {
    width: 1.375rem;
    height: 1.375rem;
    display: block;
}

.header_ .header_menu-nav {
    padding: 2rem 1rem 0;
}

.header_ .header_menu-list {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.375rem;
}

.header_ .header_menu-link {
    color: var(--header-text);
    text-decoration: none;
    font-weight: 500;
    line-height: 1.1;
}

.header_ .header_menu-body {
    margin-top: auto;
    padding: 0 1rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    text-align: center;
    font-size: 1rem;
}

.header_ .header_menu-social {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.header_ .header_social-icon {
    width: 2rem;
    height: 2rem;
    display: block;
}

.header_ .header_support {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.header_ .header_support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 3rem;
    padding: 0.75rem 1.25rem;
    border-radius: 6rem;
    background: rgba(13, 13, 13, 0.06);
    text-decoration: none;
    color: var(--header-text);
    font-weight: 500;
    min-width: 220px
}

.header_ .header_support-ico {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.header_ .header_support-time {
    font-size: 0.875rem;
    line-height: 1.5;
}

.header_ .header_segmented {
    display: none;
    align-items: center;
    gap: 0.25rem;
    padding: 0.125rem 0.25rem;
    border-radius: 4rem;
    background: rgba(13, 13, 13, 0.06);
}

.header_ .header_segmented-atom {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 4rem;
    display: block;
}

.header_ .header_legal {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
}

.header_ .header_legal-link {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--header-text);
    text-decoration: none;
}



.header_ .header_container {
    position: relative;
    display: flex;
    align-items: center;
}

.header_ .header_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



@media (min-width: 900px) {

    .header_ .header_burger {
        display: none;
    }

    .header_ .header_nav {
        display: block;
    }

    .header_ .header_btn--ghost {
        display: inline-flex;
    }

}

@media (max-width: 900px) {

    .header_ .header_nav {
        display: none;
    }

    .header_ .header_btn--ghost {
        display: none;
    }

    .header_ .header_burger {
        display: inline-flex;
    }
}

@media (max-width: 425px) {
    .header_ .header_container {
        padding: 1rem;
        gap: 8px;
    }

}

.header_ #header_nav_toggle:checked~.header_overlay {
    opacity: 1;
    visibility: visible;
}

.header_ #header_nav_toggle:checked~.header_menu {
    pointer-events: auto;
}

.header_ #header_nav_toggle:checked~.header_menu .header_menu-inner {
    transform: translateX(0%);
}



/* ==============   HERO   ================= */
.Hero_ {
    --hero-text: #0d0d0d;
    --hero-muted: rgba(13, 13, 13, .58);
    --hero-accent: #0a7cff;
    --hero-border: rgba(13, 13, 13, .12);
    --hero-shadow: 0 0.25rem 1.5rem rgba(13, 13, 13, .12);
    background-image: url('/wp-content/themes/gptonline-child/assets/images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 34% 0;
    color: var(--hero-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

.Hero_ .Hero_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 4rem 1.5rem 5.5rem;
    display: grid;
    gap: 2rem;
}

.Hero_ .Hero_icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.Hero_ .Hero_icon img {
    display: block;
}

.Hero_ .Hero_icon--primary {
    padding: .25rem;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .7), 0 6px 20px rgba(0, 0, 0, .15);
}

.Hero_ .Hero_head {
    text-align: center;
}

.Hero_ .Hero_title {
    margin: 0;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #111;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}

.Hero_ .Hero_title-accent {
    color: var(--hero-accent);
}

.Hero_ .Hero_sub {
    margin-top: .5rem;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #1b1b1b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
}

.Hero_ .Hero_card {
    width: 100%;
    max-width: 59rem;
    margin: 0 auto;
    background: #f8f8f8;
    border-radius: 1.25rem;
    border: .09375rem solid var(--hero-border);
    box-shadow: var(--hero-shadow);
    padding: 1rem;
}

.Hero_ .Hero_input {
    height: 6.375rem;
    border: .09375rem solid var(--hero-border);
    border-radius: 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: .875rem;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .02);
    background: white;
}

.Hero_ .Hero_input-attach {
    border: 1px solid rgba(13, 13, 13, .12);
    display: inline-grid;
    place-items: center;
    background: #fff;
    cursor: pointer;
}

.Hero_ .Hero_input-field {
    border: 0;
    outline: 0;
    padding: 0 1rem;
    font-size: 1rem;
    color: var(--hero-text);
}

.Hero_ .Hero_input-field::placeholder {
    color: var(--hero-muted);
}

.Hero_ .Hero_input-send {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    display: inline-grid;
    place-items: center;
    background: var(--hero-accent);
    border: 0;
}

.Hero_ .Hero_models-wrap {
    margin-top: 1rem;
}

.Hero_ .Hero_models-title {
    font-size: .875rem;
    color: var(--hero-muted);
    margin-bottom: .5rem;
}

.Hero_ .Hero_models {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .25rem;
    scroll-snap-type: x mandatory;
}

.Hero_ .Hero_models::-webkit-scrollbar {
    height: 8px;
}

.Hero_ .Hero_models::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .12);
    border-radius: 8px;
}

.Hero_ .Hero_model {
    scroll-snap-align: start;
    width: 13.625rem;
    min-width: 192px;
    border-radius: 1.125rem;
    border: 1px dashed rgba(13, 13, 13, .12);
    padding: .75rem;
    text-decoration: none;
    color: var(--hero-text);
    display: grid;
    gap: .5rem;
    cursor: pointer;
}

.Hero_ .Hero_model:hover .Hero_model-desc {
    color: black;
}

.Hero_ .Hero_model--primary {
    background: rgba(10, 124, 255, .03);
    border-color: var(--hero-accent);
}

.Hero_ .Hero_model-row {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.Hero_ .Hero_model-ava {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    object-fit: cover;
}

.Hero_ .Hero_model-title {
    font-weight: 600;
    line-height: 1.1;
    font-size: .875rem;
}

.Hero_ .Hero_model-desc {
    font-size: .75rem;
    line-height: 1.3;
    color: var(--hero-muted);
}

.Hero_ .Hero_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 1.25rem;
    text-align: center;
}

.Hero_ .Hero_social-leaf {
    width: 2.5rem;
    height: auto;
    opacity: .85;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .6));
}

.Hero_ .Hero_social-leaf--right {
    transform: scaleX(-1);
}

.Hero_ .Hero_social-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.Hero_ .Hero_social-users {
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: rgba(13, 13, 13, .8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
    white-space: nowrap;
}

.Hero_ .Hero_social-strong {
    font-weight: 600;
    color: #1f1f1f;
}

.Hero_ .Hero_social-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.Hero_ .Hero_social-avatars {
    display: flex;
    align-items: center;
}

.Hero_ .Hero_social-avatars img {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px #fff;
    margin-left: -.5rem;
}

.Hero_ .Hero_social-avatars img:first-child {
    margin-left: 0;
}

.Hero_ .Hero_social-stars {
    display: flex;
    align-items: center;
    gap: .375rem;
}

.Hero_ .Hero_social-stars img {
    display: block;
    height: auto;
}

.Hero_ .Hero_social-score {
    font-weight: 600;
    color: rgba(13, 13, 13, .8);
}

.Hero_ img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hero_f9 {
    max-width: 36px !important;

}

.Hero_ .Hero_input {
    height: 6.375rem;
    border: 0.09375rem solid var(--hero-border);
    border-radius: 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    padding: 0.875rem;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02);
    background: white;
}

.Hero_ .Hero_input-attach,
.Hero_ .Hero_input-send {
    align-self: end;
}

.Hero_ .Hero_input {
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #fff;
    border: 0.09375rem solid var(--hero-border);
    border-radius: 1rem;
    height: 6.375rem;
    padding: 0.5rem 3rem;
}

.Hero_ .Hero_input-field {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 50%;
    border: none;
    outline: none;
    padding: 0.875rem 3rem;
    font-size: 1rem;
    color: var(--hero-text);
    background: transparent;
    padding-left: 20px;
}

.Hero_ .Hero_input-attach,
.Hero_ .Hero_input-send {
    position: absolute;
    bottom: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    background: var(--hero-accent);
    border: none;
    border-radius: 50%;
}

.Hero_ .Hero_input-attach {
    left: 0.5rem;
    background: #fff;
}

.Hero_ .Hero_input-send {
    right: 0.5rem;
    cursor: pointer;
}

.Hero_ .Hero_container>* {
    min-width: 0;
}

.Hero_ .Hero_models {
    overflow-x: auto;
}

.Hero_ .Hero_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 4rem 1.5rem 5.5rem;
    display: grid;
    gap: 2rem;
}

@media (max-width: 768px) {
    .Hero_ .Hero_container {
        padding: 3rem 1rem 3rem;
    }
}



/* ===== section_3 ===== */
.section_3 {
    --text: #0d0d0d;
    --accent: #0a7cff;
    --card-bg: #fff;
    --card-brd: rgba(13, 13, 13, 0.08);
    --shadow: 0 0.25rem 1.5rem rgba(13, 13, 13, 0.04);
    --blur: blur(24px);

    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
    color: var(--text);
    overflow: hidden;
}

.section_3_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1.5rem 2rem;
}

.section_3_head {
    text-align: center;
    margin-bottom: 1.25rem;
}

.section_3_title {
    font-family: Caveat, cursive;
    color: var(--accent);
    font-size: 1.75rem;
    line-height: 1.3;
    transform: rotate(-3deg);
    margin-bottom: 0.375rem;
}

.section_3_quote {
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-size: 1.5rem;
    max-width: 60ch;
    margin: 0 auto;
    text-wrap: balance;
}

.section_3_scene {
    position: relative;
    height: 29.1875rem;
}

.section_3_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60.35rem;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.section_3_stat {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    padding: 1.125rem 1.25rem;
    background: var(--card-bg);
    border: 0.09375rem solid var(--card-brd);
    border-radius: 1.25rem;
    box-shadow: var(--shadow);
    backdrop-filter: var(--blur);
    max-width: 186px;
}

.section_3_stat-value {
    font-size: 1.625rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.section_3_stat-text {
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.section_3_stat--top3 {
    top: 22%;
    left: 23%;
}

.section_3_stat--score {
    top: 58%;
    left: 15%;
}

.section_3_stat--users {
    top: 27%;
    right: 28%;
}

.section_3_stat--free {
    top: 58%;
    right: 15%;
}

.section_3_fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.6875rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

@media (max-width: 1024px) {
    .section_3_stat--top3 {
        left: 10%;
    }

    .section_3_stat--users {
        right: 20%;
    }

    .section_3_stat--score {
        left: 0%;
    }

    .section_3_stat--free {
        right: 9%;
    }
}

@media (max-width: 835px) {
    .section_3_container {
        padding-bottom: 0;
    }

    .section_3_title {
        font-size: 1.75rem;
    }

    .section_3_quote {
        font-size: 2rem;
        max-width: 28rem;
    }

    .section_3_scene {
        height: 27.9375rem;
    }

    .section_3_bg {
        width: 34.4875rem;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_3_stat {
        padding: 1.125rem 1rem;
    }

    .section_3_stat-value {
        font-size: 1.375rem;
    }

    .section_3_stat-text {
        font-size: 0.875rem;
    }

    .section_3_stat--score {
        bottom: 21.259rem;
        left: calc(50% + 1.21875rem);
        top: auto;
        right: auto;
    }

    .section_3_stat--top3 {
        bottom: 17.75875rem;
        left: calc(45% - 10.40625rem);
        top: auto;
        right: auto;
    }

    .section_3_stat--users {
        bottom: 14.07125rem;
        left: calc(50% - 1.15625rem);
        top: auto;
        right: auto;
    }

    .section_3_stat--free {
        bottom: 8.19625rem;
        left: calc(50% - 10.40625rem);
        top: auto;
        right: auto;
    }

}

@media (max-width: 480px) {
    .section_3_quote {
        font-size: 1.625rem;
    }

    .section_3_bg {
        width: 30rem;
    }
}



.section_4 {
    padding: 5.5rem 7.5rem;
    font-family: Inter, sans-serif;
    color: #0d0d0d;
}

.section_4_container {
    max-width: 1440px;
    margin: 0 auto;
}

.section_4_header {
    text-align: center;
    margin-bottom: 2.625rem;
}

.section_4_title {
    font-size: 2.375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}

.section_4_title span {
    display: block;
}

.section_4_subtitle {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.section_4_brand {
    color: #0a7cff;
}

.section_4_cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section_4_cards-row {
    display: flex;
    gap: 1.5rem;
}

.section_4_card {
    flex: 1;
    background: linear-gradient(rgba(13, 13, 13, 0.03), rgba(13, 13, 13, 0.03)), #fff;
    border-radius: 1.25rem;
    padding: 1.75rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_4_card--wide {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
    position: relative;
}

.section_4_card-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section_4_icon {
    width: 1.75rem;
    height: 1.75rem;
}

.section_4_card-title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.2;
}

.section_4_card-text {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.section_4_images-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.section_4_images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.section_4_images-grid img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1.25rem;
}

.section_4_note {
    position: absolute;
    left: -17rem;
    top: 84%;
    transform: translateY(-50%) rotate(-5deg);
    font-family: 'Caveat', cursive;
    font-size: 1.75rem;
    color: rgba(255, 139, 0, 0.88);
    line-height: 1.2;
}

.section_4_img {
    max-width: 100%;
    border-radius: 1.25rem;
}

.section_4_image-pair {
    display: flex;
    align-items: center;
}

.section_4_image-pair img {
    border-radius: 1.25rem;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.section_4_img-main {
    width: 13.625rem;
    height: auto;
}

.section_4_img-rotated {
    width: 13.625rem;
    height: auto;
    transform: rotate(-5deg);
}

.section_4_action {
    display: flex;
    justify-content: center;
    margin-top: 2.625rem;
}

.section_4_button {
    border-radius: 6.25rem;
    background: radial-gradient(50% 50% at 50% 50%, #2c67cf, #0a99ee);
    border: 0.0875rem solid #a4cbff;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .section_4 {
        padding: 5.5rem 2rem;
    }

    .section_4_img-rotated {
        width: 10.625rem;
        height: auto;
        transform: rotate(-5deg);
    }
}

@media (max-width: 840px) {
    .section_4 {
        padding: 3rem 1rem;
    }

    .section_4_header {
        margin-bottom: 2rem;
    }

    .section_4_cards-row {
        flex-direction: column;
        gap: 1rem;
    }

    .section_4_card {
        width: 100%;
        padding: 1.25rem 1rem;
    }

    .section_4_card--wide {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .section_4_images-wrapper {
        margin-top: 0.5rem;
    }

    .section_4_images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .section_4_image-pair {
        gap: 0.75rem;
    }

    .section_4_img-main,
    .section_4_img-rotated {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 550px) {

    .section_4_img-main,
    .section_4_img-rotated {
        width: 44%;
    }

    .section_4_img-rotated {
        position: absolute;
        left: 44%;
    }
}



/* ===== section_5 ===== */
.section_5 {
    font-family: Inter, system-ui, sans-serif;
    color: #0d0d0d;
    padding: 5.5rem 2rem;
    background: url('/wp-content/themes/gptonline-child/assets/images/sec54.svg') no-repeat center top;
    background-size: cover;
}

.section_5_container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section_5_header {
    text-align: center;
    position: relative;
}

.section_5_title {
    font-size: 2.375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.section_5_title-line1 {
    color: #0d0d0d;
}

.section_5_title-line2 {
    align-items: center;
    gap: 0.5rem;
}

.section_5_highlight {
    position: relative;
}

.section_5_word-all {
    position: relative;
    z-index: 1;
}

.section_5_word-all::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 0;
    width: calc(100% + 1rem);
    height: calc(100% + 0.4rem);
    background: url(/wp-content/themes/gptonline-child/assets/images/sec56.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.section_5_title-icon {
    width: auto;
    height: 3rem;
    position: absolute;
    left: 67%;
    top: -10%;
}

.section_5_title-accent {
    color: #0a7cff;
}

.section_5_subtitle {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
    color: rgba(13, 13, 13, 0.8);
}

.section_5_content {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    background: linear-gradient(rgba(13, 13, 13, 0.03), rgba(13, 13, 13, 0.03)), #fff;
    border-radius: 1.25rem;
    padding: 2rem;
}

.section_5_sidebar {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section_5_question {
    font-size: 1.75rem;
    color: #ff8b00;
    font-family: 'Caveat', cursive;
    letter-spacing: -0.02em;
    transform: rotate(-0.8deg);
}

.section_5_categories {
    display: flex;
    flex-direction: column;
    border-left: 2.5px solid rgba(13, 13, 13, 0.12);
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_5_category {
    padding-left: 1rem;
    cursor: pointer;
}

.section_5_category.is-active {
    border-left: 2.5px solid #0a7cff;
}

.section_5_category-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.section_5_category-text {
    font-size: 1rem;
    line-height: 1.4;
}

.section_5_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 96px;
    background-color: #0a7cff;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    border: none;
    cursor: pointer;
    max-width: 150px;
}

.section_5_preview {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_5_image {
    border-radius: 0.75rem;
    max-width: 100%;
    height: auto;
    transition: opacity 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .section_5 {
        padding: 3rem 1rem;
        background-position: center top;
    }

    .section_5_container {
        gap: 1.5rem;
    }

    .section_5_header {
        text-align: center;
    }

    .section_5_title {
        font-size: 2rem;
        gap: 0.35rem;
    }

    .section_5_title-line2 {
        justify-content: center;
    }

    .section_5_title-icon {
        position: static;
        height: 1.5rem;
    }

    .section_5_subtitle {
        font-size: 0.9375rem;
        line-height: 1.45;
    }

    .section_5_content {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        border-radius: 1.75rem;
        overflow: hidden;
    }

    .section_5_preview {
        order: -1;
        justify-content: center;
    }

    .section_5_image {
        width: 100%;
        border-radius: 0.75rem;
    }

    .section_5_sidebar {
        flex-basis: auto;
        gap: 1.25rem;
    }

    .section_5_question {
        font-size: 1.5rem;
        transform: rotate(-0.8deg);
        margin: 0 0 0.25rem 0;
    }

    .section_5_categories {
        border-left-width: 2.5px;
        gap: 1rem;
    }

    .section_5_category {
        padding-left: 1rem;
    }

    .section_5_category-title {
        font-size: 1.25rem;
        margin-bottom: 0.25rem;
    }

    .section_5_category-text {
        font-size: 1rem;
    }

    .section_5_btn {
        width: 100%;
        max-width: none;
        padding: 1.1rem 1.5rem;
        font-size: 1.125rem;
        border-radius: 9999px;
    }
}



/* ===== section_6 ===== */
.section_6 {
    font-family: Inter, sans-serif;
    padding: 5.5rem 0 4rem;
}

.section_6_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section_6_header {
    text-align: center;
    margin-bottom: 2.625rem;
}

.section_6_label {
    font-family: Caveat, cursive;
    font-size: 1.75rem;
    color: #ff8b00;
    margin-bottom: 0.5rem;
}

.section_6_title {
    font-size: 2.375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0d0d0d;
}

.section_6_content {
    display: flex;
    gap: 1.5rem;
}

.section_6_features-list {
    flex: 1;
    font-size: 1.125rem;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 6.125rem;
}

.section_6_feature-item {
    border-bottom: 1.5px solid rgba(13, 13, 13, 0.08);
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-bottom: 1rem;
    height: 3.3125rem;
    margin-bottom: 1rem;
}

.section_6_feature-item.end {
    border-bottom: none;
}

.section_6_card {
    flex: 1;
    border-radius: 1.25rem;
    border: 1.5px solid #dcdcdc;
    background-color: #fff;
    padding: 1.75rem;
}

.section_6_card--primary {
    background-color: #f8fbff;
    border-color: #0a7cff;
}

.section_6_card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.section_6_card-header.sec_2 {
    margin-bottom: 2.375rem;
}

.section_6_card-logo {
    width: 2rem;
    height: auto;
}

.section_6_card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.section_6_card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section_6_card-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1.5px solid rgba(13, 13, 13, 0.08);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    height: 3.3125rem;
}

.section_6_card-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section_6_mobile {
    display: none;
}

@media (max-width: 906px) {
    .section_6 {
        padding: 3rem 0 3rem;
    }

    .section_6_container {
        padding: 0 1rem;
    }

    .section_6_header {
        margin-bottom: 1.25rem;
    }

    .section_6_title {
        font-size: 2.125rem;
    }

    .section_6_content {
        display: none;
    }

    .section_6_mobile {
        display: block;
        padding: 0.5rem 0 0;
    }

    .section_6_scroller {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(86%, 1fr);
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 0.25rem 0.5rem;
    }

    .section_6_slide {
        scroll-snap-align: start;
        background: #f4f4f4;
        border: 1.5px solid #e8e8e8;
        border-radius: 1.75rem;
        padding: 1rem;
    }

    .section_6_slide-title {
        margin: 0 0 0.75rem 0;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #0d0d0d;
    }

    .section_6_mini {
        background: #fff;
        border: 1.5px solid #eaeaea;
        border-radius: 1.25rem;
        padding: 1rem;
    }

    .section_6_mini+.section_6_mini {
        margin-top: 0.75rem;
    }

    .section_6_mini--primary {
        background: #ffffff;
        border-color: #e9eef7;
        box-shadow: 0 0 0 1px #e9eef7 inset;
    }

    .section_6_mini--neutral {
        background: #fff;
    }

    .section_6_mini-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .section_6_mini-brand {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .section_6_mini-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #9aa0a6;
    }

    .section_6_mini-logo {
        width: 2rem;
        height: 2rem;
    }

    .section_6_mini-badge {
        flex-shrink: 0;
    }

    .section_6_mini-text {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #0d0d0d;
    }

    .section_6_divider {
        border: 0;
        border-top: 1px solid #ececec;
        margin: 0.75rem 0 0 0;
    }
}



/* ===== section_7 ===== */
.section_7 {
    --c-text: #0d0d0d;
    --c-muted: rgba(13, 13, 13, .58);
    --c-border: rgba(13, 13, 13, .12);
    --c-border-soft: rgba(13, 13, 13, .08);
    --c-accent: #0a7cff;
    --c-bg: #fff;
    --c-chip-bg: #f6f7f9;

    color: var(--c-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    position: relative;
}

.section_7_bg {
    position: absolute;
    inset: auto 0 0 50%;
    transform: translateX(-50%);
    width: 39rem;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.section_7_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 5.5rem 4rem;
    position: relative;
    z-index: 1;
}

.section_7_head {
    text-align: center;
    margin-bottom: 2.625rem;
}

.section_7_title {
    font-size: 2.375rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.section_7_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.section_7_card {
    background: var(--c-bg);
    border: 0.09375rem solid var(--c-border);
    border-radius: 1.25rem;
    padding: 0.75rem 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 40rem;
    height: 100%;
}

.section_7_card--free {
    background: linear-gradient(rgba(13, 13, 13, .03), rgba(13, 13, 13, .03)), #fff;
}

.section_7_card--highlight {
    border: 0.125rem solid var(--c-border);
    box-shadow: 0 0 0 0.0625rem rgba(10, 124, 255, .08);
}

.section_7_card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.section_7_card-head.s_3 {
    justify-content: flex-start;
}

.section_7_plan {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.section_7_plan-icon {
    width: 3.5rem;
    height: auto;
    object-fit: cover;
}

.section_7_plan-name {
    font-weight: 800;
    line-height: 2.375rem;
    font-style: italic;
    text-transform: uppercase;
}

.section_7_badge {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
    padding: .5rem .75rem;
    border-radius: 999px;
    border: .09375rem solid var(--c-accent);
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section_7_card-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
}

.section_7_price {
    display: flex;
    align-items: center;
    gap: .625rem;
}

.section_7_price-main {
    display: flex;
    align-items: baseline;
    gap: .75rem;
}

.section_7_price-value {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 600;
}

.section_7_price-currency,
.section_7_price-period {
    font-size: 1.25rem;
    line-height: 1.2;
}

.section_7_price-secondary {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.section_7_price-old {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(92, 92, 92, .58);
    text-decoration: line-through;
}

.section_7_discount {
    display: inline-flex;
    padding: .25rem .5rem;
    border-radius: .5rem;
    background: #0a7cff12;
    font-size: .875rem;
    font-weight: 700;
    color: #0a7cff;
}

.section_7_btn {
    width: 100%;
    height: 3.5rem;
    border-radius: 6rem;
    background: #0d0d0d;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    border: 0;
    cursor: pointer;

    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section_7_tokens {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-size: 1.25rem;
    border-bottom: 1.5px solid rgba(13, 13, 13, 0.08);
    padding-bottom: 14px;
}

.section_7_token-bullet {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background: radial-gradient(#0a7cff, #0a7cff);
    display: inline-block;
}

.section_7_tokens-amount {
    font-weight: 600;
}

.section_7_tokens-text {
    font-size: .875rem;
    color: var(--c-muted);
    padding-top: .25rem;
}

.section_7_features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .875rem;
    font-size: .875rem;
}

.section_7_feature {
    display: flex;
    align-items: flex-start;
    gap: .375rem;
    line-height: 1.2;
}

.section_7_feature::before {
    content: "";
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center/contain;
    background: #0d0d0d;
}

.section_7_note {
    text-align: center;
    font-size: .875rem;
    color: var(--c-muted);
    margin: 1.25rem 0 0;
}

.section_7_note a {
    color: inherit;
    text-decoration: underline;
}

.section_7 .section_7_token-icon {
    width: 1.375rem;
    height: 1.375rem;
    flex: 0 0 1.375rem;
    object-fit: contain;
    display: inline-block;
}



@media (max-width: 1290px) {
    .section_7_container {
        padding: 5.5rem 2rem;
    }
}

@media (max-width: 1024px) {
    .section_7_container {
        padding: 4rem 2rem;
    }

    .section_7_title {
        font-size: 2rem;
    }

    .section_7_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        align-items: stretch;
    }

    .section_7_card {
        min-height: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .section_7_plan-icon {
        width: 3rem;
    }

    .section_7_plan-name {
        font-size: 1rem;
        line-height: 1.25;
    }

    .section_7_badge {
        font-size: 0.6875rem;
        padding: 0.375rem 0.625rem;
    }

    .section_7_card-desc {
        font-size: 0.9375rem;
    }

    .section_7_price-value {
        font-size: 1.5rem;
    }

    .section_7_price-currency,
    .section_7_price-period {
        font-size: 1rem;
    }

    .section_7_price-old {
        font-size: 1rem;
    }

    .section_7_discount {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }

    .section_7_btn {
        height: 3rem;
        font-size: 1rem;
    }

    .section_7_tokens {
        font-size: 1.125rem;
        padding-bottom: 12px;
    }

    .section_7_tokens-text {
        font-size: 0.8125rem;
    }

    .section_7_features {
        gap: 0.75rem;
        font-size: 0.8125rem;
        flex-grow: 1;
    }

    .section_7_feature::before {
        width: 0.875rem;
        height: 0.875rem;
        flex: 0 0 0.875rem;
    }

    .section_7_note {
        font-size: 0.8125rem;
    }
}

@media (max-width: 600px) {
    .section_7_bg {
        top: 0;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 28rem;
        max-width: 100%;
    }

    .section_7_container {
        padding: 3rem 1rem;
    }

    .section_7_head {
        margin-bottom: 1.25rem;
    }

    .section_7_title {
        font-size: 1.625rem;
        line-height: 1.1;
    }

    .section_7_grid {
        grid-template-columns: 1fr;
        gap: .875rem;
    }

    .section_7_card {
        min-height: auto;
        height: auto;
        border-radius: 1rem;
        padding: 0.875rem 0.875rem 1rem;
        gap: 1.25rem;
    }

    .section_7_card-head {
        gap: .5rem;
    }

    .section_7_plan-icon {
        width: 2.5rem;
    }

    .section_7_plan-name {
        font-size: .9375rem;
        line-height: 1.2;
    }

    .section_7_badge {
        font-size: .625rem;
        padding: .25rem .5rem;
    }

    .section_7_card-desc {
        font-size: .9375rem;
        line-height: 1.35;
    }

    .section_7_price {
        gap: .5rem;
        align-items: baseline;
    }

    .section_7_price-main {
        gap: .5rem;
    }

    .section_7_price-value {
        font-size: 1.375rem;
    }

    .section_7_price-currency,
    .section_7_price-period {
        font-size: .9375rem;
    }

    .section_7_price-secondary {
        display: none;
    }

    .section_7_btn {
        height: 2.75rem;
        font-size: .9375rem;
        border-radius: 999px;
    }

    .section_7_tokens {
        font-size: 1rem;
        padding-bottom: 10px;
    }

    .section_7 .section_7_token-icon {
        width: 1.125rem;
        height: 1.125rem;
        flex-basis: 1.125rem;
    }

    .section_7_tokens-text {
        font-size: .75rem;
    }

    .section_7_features {
        gap: .625rem;
        font-size: .8125rem;
    }

    .section_7_feature::before {
        width: .75rem;
        height: .75rem;
        flex-basis: .75rem;
    }

    .section_7_note {
        font-size: .75rem;
        margin-top: 1rem;
    }
}



/* ===== section_8 ===== */
.section_8 {
    --s8-text: #0d0d0d;
    --s8-accent: #0a7cff;
    --s8-border: rgba(13, 13, 13, .12);
    --s8-card-bg: #fff;
    --s8-card-tint: rgba(13, 13, 13, .03);
    --s8-card-muted-bg: #f8f8f8;
    --s8-card-muted-border: #dcdcdc;
    color: var(--s8-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.section_8 .section_8_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 5.5rem 4rem;
    position: relative;
}

.section_8 .section_8_header {
    margin-bottom: 2.625rem;
    text-align: center;
}

.section_8 .section_8_title {
    font-size: 2.375rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.section_8 .section_8_title-icon {
    position: absolute;
    width: 1.5rem;
    height: auto;
    right: -1.75rem;
    top: -.5rem;
}

.section_8 .section_8_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.625rem;
    align-items: start;
}

.section_8 .section_8_review {
    position: relative;
    border-radius: 1.25rem;
    background: linear-gradient(var(--s8-card-tint), var(--s8-card-tint)), var(--s8-card-bg);
    border: 1px solid var(--s8-border);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.section_8 .section_8_review--muted {
    background: var(--s8-card-muted-bg);
    border: 1px solid var(--s8-card-muted-border);
}

.section_8 .section_8_stars {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.section_8 .section_8_rating-text {
    font-weight: 600;
    line-height: 1.1;
    margin-left: .25rem;
    white-space: nowrap;
    font-size: 1rem;
}

.section_8 .section_8_review-text {
    line-height: 1.5;
    font-size: 1rem;
}

.section_8 .section_8_review-author {
    line-height: 1.3;
    font-weight: 600;
    font-size: 1rem;
}

.section_8 .section_8_media-figure {
    position: relative;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.section_8 .section_8_media-img {
    width: 100%;
    height: auto;
    display: block;
}

.section_8 .section_8_media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.section_8 .section_8_media-play-bg {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .2);
}

.section_8 .section_8_media-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_8 .section_8_decor {
    position: absolute;
    width: 1.75rem;
    height: auto;
}

.section_8 .section_8_decor--tr {
    top: -.75rem;
    right: -.75rem;
}

.section_8 .section_8_decor--ll {
    top: -.5rem;
    left: -1.5rem;
}


.section_8 .section_8_media-figure {
    aspect-ratio: auto;
}

.section_8 .section_8_media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_8 .section_8_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.625rem;
    align-items: start;
    grid-auto-rows: 13.75rem;
}


.section_8 .section_8_review--muted,
.section_8 .section_8_media {
    grid-row: span 2;
}

.section_8 .section_8_media-figure {
    height: 100%;
    aspect-ratio: auto;
}

.section_8 .section_8_media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_8 .section_8_review {
    min-height: auto;
}

.section_8 .section_8_review--muted {
    min-height: 24.5rem;
}

.section_8_review.section_8_review--muted {
    top: -13%;
}

@media (max-width: 1024px) {
    .section_8 .section_8_container {
        padding: 5.5rem 2rem;
    }

    .section_8_media {
        margin-top: 70px;
    }
}

@media (max-width: 920px) {
    .section_8 .section_8_container {
        padding: 3rem 1rem
    }

    .section_8 .section_8_title {
        font-size: 2rem
    }

    .section_8 .section_8_title-icon {
        right: -1.25rem;
        top: -.4rem;
        width: 1.25rem
    }

    .section_8 .section_8_grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .section_8 .section_8_review,
    .section_8 .section_8_review--muted {
        min-height: auto;
    }

    .section_8 .section_8_review--muted,
    .section_8 .section_8_media {
        grid-row: auto;
    }

    .section_8 .section_8_media-figure {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .section_8 .section_8_media-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_8 .section_8_grid> :nth-child(1) {
        order: 1
    }

    .section_8 .section_8_grid> :nth-child(4) {
        order: 2
    }

    .section_8 .section_8_grid> :nth-child(7) {
        order: 3
    }

    .section_8 .section_8_grid> :nth-child(2) {
        order: 4
    }

    .section_8 .section_8_grid> :nth-child(5) {
        order: 5
    }

    .section_8 .section_8_grid> :nth-child(6) {
        order: 6
    }

    .section_8 .section_8_grid> :nth-child(3) {
        order: 7
    }

    .section_8 .section_8_decor--tr {
        top: -.5rem;
        right: -.5rem
    }

    .section_8 .section_8_decor--ll {
        top: -.5rem;
        left: -1rem
    }

    .section_8_media {
        margin-top: 0;
    }
}



/* ===== section_9 ===== */
.section_9 {
    position: relative;
    isolation: isolate;
}

.section_9::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/themes/gptonline-child/assets/images/svg/s9.svg");
    background-repeat: no-repeat;
    background-size: 62rem auto;
    background-position: left 6rem top 0;
    opacity: .5;
    z-index: -1;
}

.section_9 .section_9_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 4rem 7.5rem 5.5rem;
    display: grid;
    justify-items: center;
    gap: 2.625rem;
}

.section_9 .section_9_header {
    display: grid;
    gap: .5rem;
    text-align: center;
}

.section_9 .section_9_kicker {
    color: #0a7cff;
    font-family: Caveat, cursive;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.section_9 .section_9_title {
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 600;
    font-size: 2.375rem;
    line-height: 1;
    letter-spacing: -0.02em;
}

.section_9 .section_9_faq {
    width: 100%;
    max-width: 51.25rem;
    display: grid;
    gap: .75rem;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 1.375rem;
}

.section_9 .section_9_item {
    margin: 0;
}

.section_9 .section_9_accordion {
    border-radius: 1.25rem;
    background:
        linear-gradient(rgba(13, 13, 13, .03), rgba(13, 13, 13, .03)),
        #fff;
    box-shadow: 0 1px 10px rgba(74, 80, 94, .05), 0 1px 4px rgba(60, 83, 135, .09);
    overflow: clip;
}

.section_9 .section_9_summary {
    list-style: none;
}

.section_9 .section_9_summary::-webkit-details-marker {
    display: none;
}

.section_9 .section_9_summary {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1.75rem;
    cursor: pointer;
    padding-bottom: 12px;
}

.section_9 .section_9_q {
    flex: 1;
    font-weight: 600;
    line-height: 1.4;
}

.section_9 .section_9_icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 7.292rem;
    filter: drop-shadow(0 1px 10px rgba(74, 80, 94, .05)) drop-shadow(0 1px 4px rgba(60, 83, 135, .09));
}

.section_9 .section_9_icon svg {
    width: 2rem;
    height: 2rem;
    transition: transform .2s ease;
    color: #0d0d0d;
}

.section_9 .section_9_answer {
    padding: 0 1.75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #0d0d0d;
}

.section_9 .section_9_accordion[open] .section_9_icon svg {
    transform: rotate(180deg);
}

.section_9 .section_9_title,
.section_9 .section_9_q,
.section_9 .section_9_answer {
    letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
    .section_9 .section_9_container {
        padding: 3rem 2rem 5.5rem;
    }

    .section_9 .section_9_faq {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .section_9 .section_9_container {
        padding: 3rem 1rem;
    }

    .section_9 .section_9_q {
        font-size: 20px;
    }
}





/* ===== footer ===== */
.footer_ {
    --footer-text: #0d0d0d;
    --footer-muted: rgba(13, 13, 13, 0.58);
    --footer-border: rgba(13, 13, 13, 0.12);
    --footer-chip: rgba(13, 13, 13, 0.06);

    background: #fff;
    color: var(--footer-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
}

.footer_ .footer_container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1.5rem 1.75rem;
    display: grid;
    gap: 4rem;
}

.footer_ .footer_top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 11.375rem;
    border-bottom: 1.5px solid rgba(13, 13, 13, 0.08);
    border-top: 1.5px solid rgba(13, 13, 13, 0.08);
    padding: 64px 120px 41px;
}

.footer_ .footer_brandcol {
    display: grid;
    align-content: start;
    gap: 1.75rem;
}

.footer_ .footer_brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: inherit;
}

.footer_ .footer_brand-mark {
    width: 2.00625rem;
    height: 2.25rem;
}

.footer_ .footer_brand-name {
    letter-spacing: -0.04em;
    font-weight: 600;
    font-size: 1.6875rem;
}

.footer_ .footer_social {
    display: flex;
    align-items: center;
    gap: 1.3625rem;
}

.footer_ .footer_social-link {
    display: inline-flex;
}

.footer_ .footer_support {
    display: grid;
    gap: 0.5rem;
}

.footer_ .footer_support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 3rem;
    padding: 0.75rem 1.25rem;
    border-radius: 6rem;
    background: var(--footer-chip);
    text-decoration: none;
    color: inherit;
    line-height: 1.3;
    font-weight: 500;
    font-size: 1rem;
}

.footer_ .footer_support-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.footer_ .footer_support-hours {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--footer-text);
}

.footer_ .footer_links {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 4rem;
    font-size: 1rem;
}

.footer_ .footer_col {
    display: grid;
    gap: 1.75rem;
    text-align: left;
}

.footer_ .footer_col-title {
    margin: 0;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 600;
}

.footer_ .footer_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.footer_ .footer_link {
    display: inline-block;
    line-height: 1.5;
    color: var(--footer-muted);
    text-decoration: none;
}

.footer_ .footer_link:hover {
    text-decoration: underline;
}

.footer_ .footer_link--emph {
    color: inherit;
    font-weight: 500;
}

.footer_ .footer_divider {
    height: 1px;
    border: 0;
    background: var(--footer-border);
}

.footer_ .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
    padding: 0 120px 28px;
}

.footer_ .footer_copy {
    display: grid;
    gap: 0.25rem;
}

.footer_ .footer_tax {
    white-space: pre-wrap;
}

.footer_ .footer_legal {
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_ .footer_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
}

.footer_ .footer_bottom-left {
    display: grid;
    gap: 0.75rem;
}

.footer_ .footer_copy-line {
    margin: 0;
    line-height: 1.5;
}

.footer_ .footer_legal {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_ .footer_tax {
    margin: 0;
    white-space: nowrap;
    line-height: 1.5;
}

.footer_ .footer_links {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 4rem;
    font-size: 1rem;
    align-items: start;
}

.footer_ .footer_col {
    display: grid;
    align-content: start;
    gap: 1.75rem;
    text-align: left;
}

.footer_ .footer_legal {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    flex-wrap: nowrap;
}

.footer_container {
    padding: 0 0 1.75rem;
}

.footer_bottom {
    padding: 0 32px 0;
}

.footer_ .footer_bottom {
    padding: 0;
    padding-top: 41px;
}

.footer_bottom.footer_legal {
    padding-top: 16px;
}

.footer_ .footer_container {
    gap: 0;
}

@media (max-width: 1024px) {
    .footer_ .footer_top {
        padding: 64px 32px 41px;
        gap: 84px;
    }
}

@media (max-width: 768px) {
    .footer_ .footer_container {
        gap: 0;
        padding: 0 0 24px;
    }

    .footer_ .footer_top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 3rem 1rem;
        text-align: center;
    }

    .footer_ .footer_brandcol {
        justify-items: center;
        gap: 24px;
    }

    .footer_ .footer_social {
        justify-content: center;
    }

    .footer_ .footer_support {
        justify-items: center;
    }

    .footer_ .footer_links {
        grid-auto-flow: row;
        grid-auto-columns: unset;
        gap: 48px;
        text-align: center;
        justify-items: center;
    }

    .footer_ .footer_col {
        justify-items: center;
        text-align: center;
    }

    .footer_ .footer_col-title {
        font-size: 14px;
    }

    .footer_ .footer_list {
        gap: 1rem;
    }

    .footer_ .footer_links .footer_link {
        font-size: 14px;
    }

    .footer_ .footer_bottom {
        padding: 24px 16px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .footer_ .footer_tax {
        margin: 0;
        white-space: normal;
    }

    .footer_ .footer_bottom.footer_legal,
    .footer_ .footer_legal {
        display: grid !important;
        grid-auto-flow: row;
        justify-content: center;
        gap: 24px;
        margin: 0;
        padding: 24px 16px 0;
        list-style: none;
    }

    .footer_ .footer_legal .footer_link {
        font-size: 14px;
        text-align: center;
        white-space: normal;
    }
}


.section_5_category{
    min-height: 60px;
}
.section_5_category-title {
    font-weight: 500;
}

