html,
body {
    margin: 0;
    padding: 0;
    background: #080604;
    color: #f7ead6;
    direction: rtl;
    overflow-x: hidden;
}

body.godfather-body {
    background:
        radial-gradient(circle at 15% 10%, rgba(185, 129, 60, .20), transparent 35%),
        radial-gradient(circle at 85% 20%, rgba(255, 220, 150, .08), transparent 30%),
        #080604;
}

.gf-page {
    width: 100%;
    min-height: 100vh;
    background: #080604;
}

.gf-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.gf-section {
    position: relative;
    padding: 110px 0;
}

.gf-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(8, 6, 4, .20), rgba(8, 6, 4, .88) 58%, rgba(8, 6, 4, .97)),
        var(--gf-hero-image);
    background-size: cover;
    background-position: center;
}

.gf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 28% 56%, rgba(204, 142, 70, .22), transparent 28%),
        linear-gradient(to bottom, rgba(8,6,4,.1), #080604 96%);
    pointer-events: none;
}

.gf-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gf-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    gap: 70px;
    align-items: center;
}

.gf-hero-content {
    max-width: 720px;
}

.gf-kicker,
.gf-section-head span,
.gf-pricing-kicker,
.gf-value-text span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 9px 16px;
    border: 1px solid rgba(225, 178, 112, .35);
    border-radius: 999px;
    background: rgba(255, 220, 170, .06);
    color: #d8b783;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.2px;
    box-shadow: 0 0 30px rgba(190, 128, 54, .10);
}

.gf-hero h1 {
    margin: 24px 0 22px;
    font-size: clamp(42px, 5.5vw, 82px);
    line-height: 1.2;
    font-weight: 900;
    color: #fff3dc;
    letter-spacing: -2.5px;
    text-shadow: 0 18px 45px rgba(0, 0, 0, .55);
}

.gf-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 238, 211, .76);
    font-size: 18px;
    line-height: 2.15;
    font-weight: 500;
}

.gf-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
    flex-wrap: wrap;
}

.gf-main-btn,
.gf-secondary-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    border: 0;
    cursor: pointer;
    transition: .25s ease;
}

.gf-main-btn {
    color: #1b1005;
    background: linear-gradient(135deg, #fff0c9, #c58b43 50%, #7c4a1d);
    box-shadow:
        0 18px 45px rgba(188, 125, 55, .32),
        inset 0 1px 0 rgba(255, 255, 255, .45);
}

.gf-main-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

.gf-secondary-btn {
    color: #f5dfbd;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 230, 190, .17);
    backdrop-filter: blur(12px);
}

.gf-secondary-btn:hover {
    background: rgba(255, 255, 255, .10);
    transform: translateY(-3px);
}

.gf-hero-card {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin-right: auto;
    border-radius: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 222, 177, .20);
    box-shadow:
        0 35px 100px rgba(0, 0, 0, .60),
        0 0 80px rgba(184, 120, 46, .18);
    transform: rotate(-2deg);
}

.gf-hero-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gf-hero-card-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #fff1d5;
    font-size: 13px;
    font-weight: 900;
    background: rgba(20, 12, 5, .72);
    border: 1px solid rgba(255, 225, 180, .18);
    backdrop-filter: blur(14px);
}

.gf-section-head {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.gf-section-head h2 {
    margin: 22px 0 16px;
    color: #fff0d6;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.45;
    font-weight: 900;
    letter-spacing: -1.6px;
}

.gf-section-head p {
    margin: 0 auto;
    color: rgba(255, 238, 211, .68);
    font-size: 17px;
    line-height: 2.1;
}

.gf-triad-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.gf-triad-card,
.gf-course-card,
.gf-road-step,
.gf-faq-item,
.gf-value-card,
.gf-pricing-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 224, 180, .14);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    backdrop-filter: blur(16px);
}

.gf-triad-card {
    position: relative;
    min-height: 210px;
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.gf-triad-card::before {
    content: "";
    position: absolute;
    inset: auto -40px -70px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(199, 131, 58, .16);
    filter: blur(10px);
}

.gf-triad-card span {
    color: rgba(236, 184, 113, .38);
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}

.gf-triad-card h3 {
    margin: 22px 0 12px;
    color: #fff0d6;
    font-size: 23px;
    font-weight: 900;
}

.gf-triad-card p {
    margin: 0;
    color: rgba(255, 238, 211, .65);
    font-size: 15px;
    line-height: 2;
}

.gf-bundle-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(186, 122, 49, .13), transparent 38%),
        linear-gradient(to bottom, #080604, #0e0905 45%, #080604);
}

.gf-course-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    align-items: start;
}

.gf-course-card {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    transition: .25s ease;
}

.gf-course-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 180, 103, .35);
    box-shadow: 0 30px 90px rgba(0,0,0,.46), 0 0 50px rgba(198,132,58,.12);
}

.gf-course-toggle {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    text-align: right;
    color: inherit;
    background: transparent;
}

.gf-course-image {
    position: relative;
    overflow: hidden;
}

.gf-course-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .35s ease;
}

.gf-course-card:hover .gf-course-image img,
.gf-course-card.is-open .gf-course-image img {
    transform: scale(1.06);
}

.gf-course-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 42%, rgba(8, 6, 4, .95));
}

.gf-course-content {
    padding: 18px;
}

.gf-course-content h3 {
    margin: 0 0 9px;
    color: #fff1d8;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.6;
}

.gf-course-content p {
    min-height: 52px;
    margin: 0;
    color: rgba(255, 238, 211, .60);
    font-size: 13px;
    line-height: 1.9;
}

.gf-course-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 238, 211, .72);
    font-size: 13px;
    font-weight: 900;
}

.gf-course-more i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-style: normal;
    color: #1b1005;
    background: linear-gradient(135deg, #fff0c9, #c58b43 55%, #7c4a1d);
    box-shadow: 0 0 28px rgba(198, 132, 58, .20);
    transition: .25s ease;
}

.gf-course-card.is-open {
    grid-column: span 5;
    transform: none;
    border-color: rgba(232, 180, 103, .38);
    box-shadow:
        0 35px 100px rgba(0, 0, 0, .52),
        0 0 70px rgba(198, 132, 58, .14);
}

.gf-course-card.is-open .gf-course-toggle {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: stretch;
}

.gf-course-card.is-open .gf-course-image img {
    height: 100%;
    aspect-ratio: auto;
    min-height: 260px;
}

.gf-course-card.is-open .gf-course-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.gf-course-card.is-open .gf-course-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.gf-course-card.is-open .gf-course-content p {
    min-height: auto;
    font-size: 15px;
}

.gf-course-card.is-open .gf-course-more i {
    transform: rotate(45deg);
}

.gf-course-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 28px;
    transition:
        max-height .42s ease,
        opacity .28s ease,
        padding .32s ease;
}

.gf-course-card.is-open .gf-course-detail {
    max-height: 1600px;
    opacity: 1;
    padding: 0 28px 30px;
}

@keyframes gfAccordionOpen {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gf-course-detail-head {
    padding: 24px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.gf-course-detail-head span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #e8bf7b;
    background: rgba(232, 180, 103, .08);
    border: 1px solid rgba(232, 180, 103, .16);
    font-size: 12px;
    font-weight: 900;
}

.gf-course-detail-head h4 {
    margin: 0;
    color: rgba(255, 241, 216, .88);
    font-size: 18px;
    line-height: 1.9;
    font-weight: 900;
}

.gf-course-detail-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.gf-detail-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .08);
}

.gf-detail-num {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #1d1004;
    font-size: 15px;
    font-weight: 900;
    background: linear-gradient(135deg, #fff0c9, #c58b43 55%, #7c4a1d);
    box-shadow: 0 0 26px rgba(198, 132, 58, .18);
}

.gf-detail-text span {
    display: block;
    margin-bottom: 5px;
    color: #e3b777;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2px;
}

.gf-detail-text h5 {
    margin: 0 0 7px;
    color: #fff1d8;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.7;
}

.gf-detail-text p {
    margin: 0;
    color: rgba(255, 238, 211, .62);
    font-size: 13px;
    line-height: 2;
}

.gf-roadmap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.gf-roadmap::before {
    content: "";
    position: absolute;
    top: 45px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(218, 165, 91, .45), transparent);
}

.gf-road-step {
    position: relative;
    z-index: 2;
    min-height: 240px;
    padding: 24px;
    border-radius: 28px;
}

.gf-road-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    color: #211204;
    font-weight: 900;
    background: linear-gradient(135deg, #fff2cb, #b57935);
    box-shadow: 0 0 40px rgba(207, 143, 70, .28);
}

.gf-road-step h3 {
    margin: 0 0 12px;
    color: #fff0d6;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
}

.gf-road-step p {
    margin: 0;
    color: rgba(255, 238, 211, .61);
    font-size: 14px;
    line-height: 2;
}

.gf-value-section {
    background:
        radial-gradient(circle at 20% 40%, rgba(187, 122, 48, .13), transparent 34%),
        #090604;
}

.gf-value-card {
    display: grid;
    grid-template-columns: .75fr 1fr;
    gap: 38px;
    align-items: start;
    padding: 42px;
    border-radius: 38px;
}

.gf-value-text h2 {
    margin: 22px 0 16px;
    color: #fff0d6;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.45;
    font-weight: 900;
}

.gf-value-text p {
    margin: 0;
    color: rgba(255, 238, 211, .67);
    font-size: 16px;
    line-height: 2.1;
}

.gf-price-table {
    display: grid;
    gap: 10px;
}

.gf-price-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .07);
}

.gf-price-row span {
    color: rgba(255, 238, 211, .70);
    font-size: 14px;
    line-height: 1.6;
}

.gf-price-row strong {
    white-space: nowrap;
    color: #e7bd78;
    font-size: 15px;
    font-weight: 900;
}

.gf-price-row-total {
    margin-top: 8px;
    background: linear-gradient(135deg, rgba(221, 157, 75, .20), rgba(255, 255, 255, .06));
    border-color: rgba(232, 180, 103, .25);
}

.gf-price-row-total span,
.gf-price-row-total strong {
    color: #fff0d6;
    font-size: 17px;
}

.gf-pricing-section {
    padding-top: 40px;
}

.gf-pricing-card {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: 54px;
    border-radius: 42px;
    text-align: center;
}

.gf-pricing-card::before {
    content: "";
    position: absolute;
    inset: -140px auto auto -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(218, 154, 72, .18);
    filter: blur(35px);
    pointer-events: none;
}

.gf-pricing-card h2 {
    position: relative;
    margin: 24px 0 34px;
    color: #fff2db;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.35;
    font-weight: 900;
}



.gf-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: right;
}

.gf-benefit {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
}

.gf-benefit span {
    color: #e9bf7c;
    font-weight: 900;
}

.gf-benefit p {
    margin: 0;
    color: rgba(255, 238, 211, .72);
    font-size: 14px;
    line-height: 1.9;
}

.gf-signup-form {
    max-width: 760px;
    margin: 0 auto;
}

.gf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.gf-form-field {
    display: block;
    text-align: right;
}

.gf-form-field span {
    display: block;
    margin: 0 4px 9px;
    color: rgba(255, 238, 211, .70);
    font-size: 13px;
    font-weight: 800;
}

.gf-form-field input {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 224, 180, .15);
    outline: none;
    background: rgba(255, 255, 255, .07);
    color: #fff3df;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    direction: rtl;
}

.gf-form-field input::placeholder {
    color: rgba(255, 238, 211, .36);
    text-align: right;
}

.gf-form-field input:focus {
    border-color: rgba(232, 180, 103, .46);
    box-shadow: 0 0 0 4px rgba(232, 180, 103, .10);
}

.gf-main-btn-big {
    width: 100%;
    min-height: 64px;
    font-size: 17px;
}

.gf-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.gf-faq-item {
    padding: 26px;
    border-radius: 26px;
}

.gf-faq-item h3 {
    margin: 0 0 12px;
    color: #fff0d6;
    font-size: 19px;
    font-weight: 900;
}

.gf-faq-item p {
    margin: 0;
    color: rgba(255, 238, 211, .64);
    font-size: 15px;
    line-height: 2;
}

@media (max-width: 1100px) {
    .gf-course-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gf-course-card.is-open {
        grid-column: span 3;
    }

    .gf-roadmap {
        grid-template-columns: repeat(2, 1fr);
    }

    .gf-roadmap::before {
        display: none;
    }
}

@media (max-width: 860px) {
    .gf-container {
        width: min(100% - 28px, 1180px);
    }

    .gf-section {
        padding: 78px 0;
    }

    .gf-hero {
        min-height: auto;
        padding: 92px 0 70px;
        background-position: center left;
    }

    .gf-hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .gf-hero-content {
        text-align: right;
    }

    .gf-hero h1 {
        font-size: 38px;
        letter-spacing: -1.2px;
    }

    .gf-hero p {
        font-size: 15px;
        line-height: 2;
    }

    .gf-hero-actions {
        align-items: stretch;
    }

    .gf-main-btn,
    .gf-secondary-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .gf-hero-card {
        max-width: 320px;
        margin: 0 auto;
        transform: rotate(0);
    }

    .gf-triad-grid,
    .gf-value-card,
    .gf-saving-box,
    .gf-benefits,
    .gf-form-grid,
    .gf-faq-grid {
        grid-template-columns: 1fr;
    }

    .gf-course-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gf-course-card.is-open {
        grid-column: span 2;
    }

    .gf-course-card.is-open .gf-course-toggle {
        grid-template-columns: 1fr;
    }

    .gf-course-card.is-open .gf-course-image img {
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: unset;
    }

    .gf-course-card.is-open .gf-course-content {
        padding: 18px;
    }

    .gf-course-card.is-open .gf-course-content h3 {
        font-size: 22px;
    }

    .gf-course-content {
        padding: 14px;
    }

    .gf-course-content h3 {
        font-size: 14px;
    }

    .gf-course-content p {
        font-size: 12px;
        min-height: 46px;
    }

    .gf-course-detail {
        padding: 0 16px 20px;
    }

    .gf-course-detail-list {
        grid-template-columns: 1fr;
    }

    .gf-detail-item {
        grid-template-columns: 44px 1fr;
        padding: 14px;
        border-radius: 18px;
    }

    .gf-detail-num {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 13px;
    }

    .gf-value-card,
    .gf-pricing-card {
        padding: 24px;
        border-radius: 30px;
    }

    .gf-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .gf-price-row strong {
        white-space: normal;
    }

    .gf-final-price {
        gap: 10px;
    }

    .gf-new-price {
        font-size: 42px;
    }

    .gf-roadmap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .gf-hero h1 {
        font-size: 32px;
    }

    .gf-section-head h2,
    .gf-value-text h2,
    .gf-pricing-card h2 {
        font-size: 28px;
    }

    .gf-course-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gf-course-card.is-open {
        grid-column: span 2;
    }

    .gf-course-content p {
        display: none;
    }

    .gf-course-more {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 11px;
    }

    .gf-course-more i {
        width: 24px;
        height: 24px;
    }

    .gf-course-detail-head h4 {
        font-size: 15px;
    }

    .gf-detail-text h5 {
        font-size: 14px;
    }

    .gf-detail-text p {
        font-size: 12px;
    }
}





.gf-deal-breakdown {
    display: grid;
    gap: 14px;
    margin: 0 auto 38px;
    max-width: 850px;
}

.gf-deal-row {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border-radius: 24px;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .045);
}

.gf-deal-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    font-size: 28px;
    font-weight: 900;
}

.gf-deal-info span {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 800;
    color: rgba(255, 238, 211, .62);
}

.gf-deal-info strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
}

.gf-deal-note {
    max-width: 230px;
    color: rgba(255, 238, 211, .48);
    font-size: 13px;
    line-height: 1.8;
}

.gf-deal-row-loss {
    background: linear-gradient(135deg, rgba(120, 35, 35, .22), rgba(255, 255, 255, .035));
    border-color: rgba(255, 95, 95, .18);
}

.gf-deal-row-loss .gf-deal-icon {
    color: #ffd2d2;
    background: rgba(255, 80, 80, .16);
}

.gf-deal-row-loss strong {
    color: #ffb4a8;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(255, 90, 90, .75);
}

.gf-deal-row-current {
    background: linear-gradient(135deg, rgba(201, 139, 67, .22), rgba(255, 255, 255, .045));
    border-color: rgba(232, 180, 103, .34);
    box-shadow: 0 0 60px rgba(201, 139, 67, .12);
}

.gf-deal-row-current .gf-deal-icon {
    color: #1b1005;
    background: linear-gradient(135deg, #fff0c9, #c58b43 55%, #7c4a1d);
}

.gf-deal-row-current strong {
    color: #fff0d6;
}

.gf-deal-row-profit {
    background: linear-gradient(135deg, rgba(35, 135, 82, .20), rgba(255, 255, 255, .035));
    border-color: rgba(90, 220, 145, .22);
}

.gf-deal-row-profit .gf-deal-icon {
    color: #caffdf;
    background: rgba(60, 210, 120, .14);
}

.gf-deal-row-profit strong {
    color: #8cffb9;
}

.gf-final-price-new {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin: 0 auto 36px;
    max-width: 850px;
}

.gf-cross-price,
.gf-package-price {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .10);
}

.gf-cross-price {
    background: rgba(110, 35, 35, .15);
}

.gf-package-price {
    background: linear-gradient(135deg, rgba(201, 139, 67, .26), rgba(255, 255, 255, .05));
    border-color: rgba(232, 180, 103, .35);
    box-shadow: 0 0 70px rgba(201, 139, 67, .14);
}

.gf-cross-price span,
.gf-package-price span {
    margin-bottom: 10px;
    color: rgba(255, 238, 211, .56);
    font-size: 13px;
    font-weight: 800;
}

.gf-cross-price strong {
    color: rgba(255, 180, 168, .72);
    font-size: 30px;
    font-weight: 900;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(255, 90, 90, .78);
}

.gf-package-price strong {
    color: #fff0d6;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 42px rgba(220, 158, 78, .25);
}

.gf-arrow-price {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #1b1005;
    background: linear-gradient(135deg, #fff0c9, #c58b43);
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 0 35px rgba(201, 139, 67, .28);
}

@media (max-width: 860px) {
    .gf-deal-row {
        grid-template-columns: 46px 1fr;
        gap: 14px;
        padding: 17px;
    }

    .gf-deal-icon {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        font-size: 24px;
    }

    .gf-deal-note {
        grid-column: 2;
        max-width: none;
        font-size: 12px;
    }

    .gf-deal-info strong {
        font-size: 22px;
    }

    .gf-final-price-new {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gf-arrow-price {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .gf-cross-price,
    .gf-package-price {
        min-height: auto;
        padding: 20px;
    }

    .gf-cross-price strong {
        font-size: 24px;
    }

    .gf-package-price strong {
        font-size: 40px;
    }
}




.gf-payment-alert {
    width: min(1000px, calc(100% - 40px));
    margin: 24px auto -30px;
    padding: 18px 22px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 30;
    backdrop-filter: blur(14px);
}

.gf-payment-alert span {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 28px;
    font-weight: 900;
}

.gf-payment-alert p {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.9;
}

.gf-payment-alert-failed {
    background:
        linear-gradient(135deg,
        rgba(120, 35, 35, .30),
        rgba(255,255,255,.04));
    border: 1px solid rgba(255, 95, 95, .22);
    box-shadow: 0 0 60px rgba(255, 70, 70, .08);
}

.gf-payment-alert-failed span {
    background: rgba(255, 80, 80, .18);
    color: #ffd5d5;
}

.gf-payment-alert-failed p {
    color: #ffd0d0;
}

@media (max-width: 860px) {

    .gf-payment-alert {
        width: min(100% - 28px, 1000px);
        margin: 18px auto -20px;
        padding: 15px;
        border-radius: 18px;
    }

    .gf-payment-alert span {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 24px;
    }

    .gf-payment-alert p {
        font-size: 13px;
    }
}


html {
    scroll-behavior: smooth;
}




.gf-price-link {
    color: rgba(255, 238, 211, .70);
    text-decoration: none;
    transition: .22s ease;
    font-weight: 800;
}

.gf-price-link:hover {
    color: #f3cd8d;
    text-shadow: 0 0 18px rgba(232, 180, 103, .22);
}



/* =========================
   FOOTER
   ========================= */

.pb-footer {
  position: relative;
  z-index: 2;

  padding: 38px 20px;

  border-top: 1px solid rgba(255,255,255,0.08);

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.015),
      rgba(255,255,255,0.03)
    );
}

.pb-footer-inner {
  max-width: 1180px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  flex-wrap: wrap;
}

.pb-footer p {
  margin: 0;

  color: var(--text-muted);

  font-size: 15px;

  line-height: 1.9;
}

.pb-footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pb-footer-links a {
  color: #dbe5ee;

  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  transition:
    opacity 0.25s ease,
    color 0.25s ease;
}

.pb-footer-links a:hover {
  color: var(--accent);
}

/* MOBILE */

@media (max-width: 768px) {

  .pb-footer-inner {
    flex-direction: column;

    text-align: center;
  }

  .pb-footer-links {
    gap: 18px;
  }

}

