/* Homepage. Loaded only on the home view. Navy / orange / black / white. */

.gp-home {
    --gp-navy: #123e74;
    --gp-navy-deep: #042550;
    --gp-ink: #10151e;
    --gp-muted: #5b6573;
    --gp-orange: #f76e28;
    --gp-orange-hot: #ff6b00;
    --gp-orange-bright: #ff8533;
    --gp-cream: #fef0e9;
    --gp-mist: #f5faff;
    --gp-line: rgba(18, 62, 116, 0.12);
    --gp-font: "Inter", "Muli", system-ui, -apple-system, sans-serif;
    color: var(--gp-ink);
    font-family: var(--gp-font);
    overflow-x: hidden;
}

.gp-home .container {
    max-width: 1140px;
}

.gp-home h1,
.gp-home h2,
.gp-home h3 {
    letter-spacing: -0.03em;
}

.gp-head {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.gp-head h2 {
    margin: 0 0 0.7rem;
    color: var(--gp-navy-deep);
    font-size: clamp(1.7rem, 3.4vw, 2.55rem);
    font-weight: 800;
    line-height: 1.15;
}

.gp-head p {
    margin: 0 auto;
    color: var(--gp-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.gp-head--light h2,
.gp-head--light p {
    color: rgba(255, 255, 255, 0.92);
}

.gp-label,
.gp-kicker {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(247, 110, 40, 0.12);
    color: var(--gp-orange-hot);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.7rem 1.35rem;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.gp-btn:hover {
    transform: translateY(-1px);
}

.gp-btn--solid {
    background: linear-gradient(180deg, var(--gp-orange-bright), var(--gp-orange));
    color: #fff;
    box-shadow: 0 10px 22px rgba(247, 110, 40, 0.28);
}

.gp-btn--solid:hover {
    background: var(--gp-orange-hot);
    color: #fff;
}

.gp-btn--light {
    background: #fff;
    color: var(--gp-navy-deep);
}

.gp-btn--light:hover {
    color: var(--gp-orange-hot);
}

.gp-btn--ghost {
    border: 1px solid var(--gp-line);
    background: #fff;
    color: var(--gp-navy);
}

.gp-btn--ghost:hover {
    border-color: var(--gp-orange);
    color: var(--gp-orange-hot);
}

.gp-page-hero {
    display: flex;
    align-items: center;
    min-height: 280px;
    padding: 6.2rem 0 4.2rem;
    background:
        radial-gradient(circle at top right, rgba(247, 110, 40, 0.22), transparent 36%),
        linear-gradient(160deg, var(--gp-navy-deep), var(--gp-navy));
    text-align: center;
}

.gp-page-hero__inner {
    max-width: 740px;
    margin: 0 auto;
}

.gp-page-hero .gp-kicker {
    background: rgba(247, 110, 40, 0.18);
    color: #ffd7bf;
}

.gp-page-hero h1 {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    font-weight: 800;
    line-height: 1.12;
}

.gp-page-hero p {
    margin: 0 auto;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Hero */
.gp-hero.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
    padding: 72px 0 56px;
    overflow: visible;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.gp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 9, 13, 0.82) 0%, rgba(4, 37, 80, 0.55) 52%, rgba(7, 9, 13, 0.35) 100%);
    z-index: 1;
}

.gp-hero > * {
    position: relative;
    z-index: 2;
}

.gp-hero__copy {
    padding-right: 1.5rem;
    text-align: center;
}

.gp-hero__book {
    min-width: 0;
}

.gp-hero #search_form_1 {
    backdrop-filter: blur(8px);
}

.gp-hero #search_form_1 .btn-h {
    width: 100% !important;
}

.gp-hero .gp-kicker {
    background: rgba(247, 110, 40, 0.18);
    color: #ffd7bf;
}

.gp-hero .home-banner-title {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    font-weight: 800;
    line-height: 1.12;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.gp-hero .hero-description {
    display: block;
    margin: 0 auto 1.5rem;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.75;
}

.gp-hero .hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-left: auto;
    margin-right: auto;
}

.gp-hero .feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 650;
    backdrop-filter: blur(10px);
    text-align: center;
}

.gp-hero .feature-item i {
    color: var(--gp-orange-bright);
    font-size: 0.95rem;
}

/* Stats band */
.gp-stats {
    background:
        linear-gradient(90deg, var(--gp-navy-deep), var(--gp-navy));
    color: #fff;
}

.gp-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1.6rem 0;
}

.gp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.4rem 0.5rem;
    text-align: center;
}

.gp-stat + .gp-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.gp-stat__value {
    color: var(--gp-orange-bright);
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
}

.gp-stat__label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 600;
}

/* Journey timeline */
.gp-journey {
    padding: 5rem 0;
    background: var(--gp-mist);
}

.gp-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gp-steps::before {
    content: "";
    position: absolute;
    top: 2.15rem;
    right: 6%;
    left: 6%;
    height: 2px;
    background: linear-gradient(90deg, var(--gp-orange), var(--gp-navy));
    opacity: 0.35;
}

.gp-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.7rem 1.25rem 1.4rem;
    border: 1px solid #fff;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(4, 37, 80, 0.08);
    text-align: center;
}

.gp-step__mark {
    position: absolute;
    top: 0.85rem;
    right: 0.95rem;
    color: rgba(247, 110, 40, 0.18);
    font-size: 1.7rem;
    font-weight: 800;
}

.gp-step__icon {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 auto 1rem;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--gp-orange-bright), var(--gp-orange));
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 10px 20px rgba(247, 110, 40, 0.28);
}

.gp-step h3 {
    margin: 0 0 0.55rem;
    color: var(--gp-navy-deep);
    font-size: 1.12rem;
    font-weight: 800;
}

.gp-step p {
    flex: 1;
    margin: 0 0 1rem;
    color: var(--gp-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.gp-step a {
    color: var(--gp-orange-hot);
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
}

.gp-step a i {
    margin-left: 0.3rem;
    font-size: 0.75rem;
}

.gp-step a:hover {
    color: var(--gp-navy);
}

/* Why / bento */
.gp-why {
    padding: 5rem 0;
    background: #fff;
}

.gp-bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.gp-bento__card {
    grid-column: span 3;
    min-width: 0;
    padding: 1.45rem 1.3rem;
    border: 1px solid var(--gp-line);
    border-radius: 20px;
    background: var(--gp-mist);
}

.gp-bento__card--photo {
    grid-column: span 3;
    grid-row: span 2;
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #0b0f16;
}

.gp-bento__card--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
}

.gp-bento__badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    max-width: calc(100% - 2rem);
    padding: 0.7rem 0.95rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--gp-navy-deep);
    font-size: 0.88rem;
    font-weight: 750;
}

.gp-bento__badge i {
    color: var(--gp-orange);
}

.gp-bento__icon {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.85rem;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    color: var(--gp-orange);
    box-shadow: 0 8px 18px rgba(4, 37, 80, 0.08);
}

.gp-bento__card h3 {
    margin: 0 0 0.45rem;
    color: var(--gp-navy-deep);
    font-size: 1.08rem;
    font-weight: 800;
}

.gp-bento__card p {
    margin: 0;
    color: var(--gp-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

/* Promise */
.gp-promise {
    padding: 5rem 0;
    background:
        radial-gradient(circle at top right, rgba(247, 110, 40, 0.22), transparent 32%),
        linear-gradient(160deg, #0b1220, var(--gp-navy-deep));
}

.gp-promise__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.gp-promise__card {
    padding: 1.8rem 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    cursor: default;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.gp-promise__card--accent {
    background: linear-gradient(180deg, rgba(247, 110, 40, 0.2), rgba(255, 255, 255, 0.05));
    border-color: rgba(247, 110, 40, 0.35);
}

.gp-promise__card:hover,
.gp-promise__card:focus-within {
    transform: translateY(-8px);
    border-color: rgba(247, 110, 40, 0.7);
    background: linear-gradient(180deg, rgba(247, 110, 40, 0.22), rgba(255, 255, 255, 0.07));
    box-shadow: 0 18px 36px rgba(4, 37, 80, 0.35), 0 0 0 1px rgba(247, 110, 40, 0.2);
}

.gp-promise__icon {
    display: grid;
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1.1rem;
    place-items: center;
    border-radius: 14px;
    background: var(--gp-orange);
    color: #fff;
    font-size: 1.15rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gp-promise__card:hover .gp-promise__icon,
.gp-promise__card:focus-within .gp-promise__icon {
    transform: scale(1.08);
    box-shadow: 0 8px 18px rgba(247, 110, 40, 0.35);
}

.gp-promise__card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.gp-promise__card p {
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.65;
}

.gp-promise__card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gp-promise__card li {
    position: relative;
    margin: 0 0 0.45rem;
    padding-left: 1.2rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
}

.gp-promise__card li::before {
    content: "";
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--gp-orange-bright);
}

/* Terminals */
.gp-terminals {
    padding: 5rem 0;
    background: var(--gp-mist);
}

.gp-terminals__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
}

.gp-terminal {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    min-height: 280px;
}

.gp-terminal img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.4s ease;
}

.gp-terminal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 9, 13, 0.15), rgba(4, 37, 80, 0.86));
}

.gp-terminal:hover img {
    transform: scale(1.08);
}

.gp-terminal__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 280px;
    padding: 1.6rem;
}

.gp-terminal__body span {
    width: fit-content;
    margin-bottom: 0.45rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: var(--gp-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gp-terminal__body h3 {
    margin: 0 0 0.4rem;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
}

.gp-terminal__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.55;
}

/* Trips */
.gp-trips {
    padding: 5rem 0;
    background: var(--gp-cream);
}

.gp-trips__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.gp-trip {
    padding: 1.8rem 1.4rem;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(247, 110, 40, 0.08);
}

.gp-trip--featured {
    background: var(--gp-navy-deep);
    color: #fff;
    transform: translateY(-8px);
}

.gp-trip--featured h3,
.gp-trip--featured p {
    color: #fff;
}

.gp-trip__tag {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: var(--gp-orange-hot);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gp-trip--featured .gp-trip__tag {
    color: var(--gp-orange-bright);
}

.gp-trip h3 {
    margin: 0 0 0.65rem;
    color: var(--gp-navy-deep);
    font-size: 1.28rem;
    font-weight: 800;
}

.gp-trip--featured h3 {
    color: #fff !important;
}

.gp-trip p {
    margin: 0;
    color: var(--gp-muted);
    font-size: 0.96rem;
    line-height: 1.7;
}

/* Reviews */
.gp-reviews {
    padding: 5rem 0 4.2rem;
    background: #fff;
}

.gp-reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
}

.gp-review {
    position: relative;
    padding: 1.7rem 1.5rem 1.4rem;
    border: 1px solid var(--gp-line);
    border-radius: 20px;
    background: var(--gp-mist);
}

.gp-review::before {
    content: "“";
    position: absolute;
    top: 0.35rem;
    right: 1rem;
    color: rgba(247, 110, 40, 0.22);
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
}

.gp-review__stars {
    margin-bottom: 0.7rem;
    color: var(--gp-orange);
    font-size: 0.82rem;
}

.gp-review__star--off {
    color: #d5dbe6;
}

.gp-review p {
    margin: 0 0 1rem;
    color: var(--gp-ink);
    font-size: 0.98rem;
    line-height: 1.7;
}

.gp-review cite {
    color: var(--gp-navy);
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 750;
}

.gp-reviews__more {
    margin-top: 1.6rem;
    text-align: center;
}

/* FAQ */
.gp-faq {
    padding: 4.5rem 0 5rem;
    background: var(--gp-mist);
}

.gp-faq__list {
    max-width: 800px;
    margin: 0 auto;
}

.gp-faq .accordion-item {
    overflow: hidden;
    margin-bottom: 0.7rem;
    border: 1px solid var(--gp-line) !important;
    border-radius: 16px !important;
    background: #fff;
}

.gp-faq .accordion-button {
    padding: 1.1rem 1.35rem 1.1rem 1.75rem !important;
    box-shadow: none !important;
    background: #fff !important;
    color: var(--gp-navy-deep) !important;
    font-size: 1rem;
    font-weight: 750;
    text-align: left;
}

.gp-faq .accordion-button:hover {
    background: #fef0e9 !important;
    color: var(--gp-navy-deep) !important;
}

.gp-faq .accordion-button:not(.collapsed) {
    background: var(--gp-navy) !important;
    color: #fff !important;
}

.gp-faq .accordion-button::after {
    background-size: 0.9rem;
    flex-shrink: 0;
}

.gp-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.gp-faq .accordion-body {
    padding: 0.35rem 1.75rem 0.55rem 1.75rem !important;
    background: #fffaf7;
}

.gp-faq__answer {
    margin: 0;
    padding: 0 0 0 1rem;
    border-left: 3px solid var(--gp-orange);
    color: #3d4a5c;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: 400;
    font-optical-sizing: auto;
    letter-spacing: 0.01em;
    line-height: 1.85;
    text-align: left;
}

.gp-faq__answer * {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.85 !important;
    letter-spacing: 0.01em !important;
    color: #3d4a5c !important;
    background: transparent !important;
    text-align: left !important;
    text-indent: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    float: none !important;
    max-width: 100% !important;
}

.gp-faq__answer strong,
.gp-faq__answer b {
    font-weight: 600 !important;
    color: #042550 !important;
}

.gp-faq__answer em,
.gp-faq__answer i {
    font-style: italic !important;
}

.gp-faq__answer p,
.gp-faq__answer ul,
.gp-faq__answer ol {
    display: block;
    margin: 0 0 0.7rem !important;
    padding: 0 !important;
}

.gp-faq__answer p:last-child,
.gp-faq__answer ul:last-child,
.gp-faq__answer ol:last-child {
    margin-bottom: 0 !important;
}

.gp-faq__answer ul,
.gp-faq__answer ol {
    padding-left: 1.15rem !important;
}

.gp-faq__answer li {
    margin: 0 0 0.35rem !important;
    padding: 0 !important;
}

.gp-faq__answer a {
    color: var(--gp-orange-hot) !important;
    text-decoration: underline;
}

/* CTA */
.gp-cta {
    padding: 0 0 4.5rem;
    background: var(--gp-mist);
}

.gp-cta__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.4rem;
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(247, 110, 40, 0.16), transparent 36%),
        linear-gradient(160deg, var(--gp-navy), var(--gp-navy-deep));
    color: #fff;
}

.gp-cta__panel h2 {
    margin: 0 0 0.55rem;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
}

.gp-cta__panel p {
    margin: 0;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.65;
}

.gp-cta__actions {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.7rem;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .gp-hero.hero-section {
        min-height: 0;
        padding: 36px 0 28px;
    }

    .gp-hero__copy {
        order: 2;
        padding-right: 0;
        margin-bottom: 1.25rem;
        text-align: center;
    }

    .gp-hero__book {
        order: 1;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%;
    }

    .gp-journey,
    .gp-why,
    .gp-promise,
    .gp-terminals,
    .gp-trips,
    .gp-reviews {
        padding: 3.6rem 0;
    }

    .gp-bento {
        grid-template-columns: 1fr 1fr;
    }

    .gp-bento__card,
    .gp-bento__card--photo {
        grid-column: auto;
        grid-row: auto;
    }

    .gp-bento__card--photo {
        grid-column: 1 / -1;
        min-height: 240px;
    }
}

@media (max-width: 991.98px) {
    .gp-head {
        margin-bottom: 2rem;
    }

    .gp-hero__copy {
        order: 2;
        text-align: center;
    }

    .gp-hero__book {
        order: 1;
        margin-bottom: 1rem;
    }

    .gp-stats__grid,
    .gp-steps,
    .gp-promise__grid,
    .gp-trips__grid {
        grid-template-columns: 1fr 1fr;
    }

    .gp-stat + .gp-stat {
        border-left: 0;
    }

    .gp-steps::before {
        display: none;
    }

    .gp-trip--featured {
        transform: none;
    }

    .gp-cta__panel {
        flex-direction: column;
        text-align: center;
        padding: 1.8rem 1.4rem;
    }

    .gp-cta__panel p {
        margin-left: auto;
        margin-right: auto;
    }

    .gp-cta__actions {
        justify-content: center;
    }

    .gp-page-hero {
        min-height: 0;
        padding: 5.4rem 0 3.2rem;
        text-align: center;
    }

    .gp-page-hero__inner,
    .gp-about-hero__inner,
    .gp-how-hero__inner,
    .gp-support-hero__inner {
        width: 100%;
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .gp-hero.hero-section {
        padding: 24px 0 16px;
    }

    .gp-hero .home-banner-title {
        font-size: 1.7rem;
        margin-bottom: 0.7rem;
    }

    .gp-hero .hero-description {
        font-size: 0.95rem;
        margin: 0 auto 1rem;
        line-height: 1.6;
        text-align: center;
    }

    .gp-hero .hero-features {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        max-width: none;
        margin: 0 auto;
    }

    .gp-hero .feature-item {
        justify-content: center;
        font-size: 0.78rem;
        padding: 0.55rem 0.6rem;
    }

    .gp-hero__copy {
        order: 2;
        text-align: center;
        margin-bottom: 1rem;
    }

    .gp-hero__book {
        order: 1;
        margin-bottom: 0.5rem;
    }

    .gp-stats__grid,
    .gp-steps,
    .gp-promise__grid,
    .gp-terminals__grid,
    .gp-trips__grid,
    .gp-reviews__grid,
    .gp-bento {
        grid-template-columns: 1fr;
    }

    .gp-bento__card--photo {
        grid-column: auto;
    }

    .gp-stat {
        padding: 0.7rem 0.4rem;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 12px;
    }

    .gp-stats__grid {
        grid-template-columns: 1fr 1fr;
        padding: 1rem 0;
    }

    .gp-journey,
    .gp-why,
    .gp-promise,
    .gp-terminals,
    .gp-trips,
    .gp-reviews,
    .gp-faq {
        padding: 2.8rem 0;
    }

    .gp-cta {
        padding-bottom: 2.4rem;
    }

    .gp-btn {
        width: 100%;
    }

    .gp-cta__actions {
        width: 100%;
    }

    .gp-page-hero {
        min-height: 0;
        padding: 4.8rem 0 2.6rem;
        text-align: center;
    }

    .gp-page-hero h1,
    .gp-about-hero h1,
    .gp-how-hero h1,
    .gp-support-hero h1 {
        font-size: clamp(1.7rem, 7vw, 2.4rem);
    }

    .gp-page-hero p,
    .gp-about-hero p,
    .gp-how-hero p,
    .gp-support-hero p {
        font-size: 0.95rem;
    }
}

@media (max-width: 430px) {
    .gp-hero.hero-section {
        padding: 18px 0 12px;
    }

    .gp-hero .home-banner-title {
        font-size: 1.4rem;
        margin-bottom: 0.55rem;
    }

    .gp-hero .hero-description {
        display: block !important;
        font-size: 0.84rem;
        line-height: 1.55;
        margin: 0 auto 0.8rem;
        text-align: center;
    }

    .gp-hero .hero-features {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem;
        margin-left: auto;
        margin-right: auto;
    }

    .gp-hero .feature-item {
        justify-content: center;
        font-size: 0.7rem;
        padding: 0.5rem 0.45rem;
        gap: 0.35rem;
        text-align: center;
    }

    .gp-head h2,
    .gp-cta__panel h2 {
        font-size: 1.4rem;
    }

    .gp-head p {
        font-size: 0.9rem;
    }

    .gp-step,
    .gp-bento__card,
    .gp-promise__card,
    .gp-trip,
    .gp-review {
        padding: 1.2rem 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gp-home *,
    .gp-terminal img {
        transition: none !important;
        transform: none !important;
    }
}
