/* =========================================================
   GIFT CARD PAGE
========================================================= */

body {
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 84% 8%, rgba(186, 24, 18, 0.12), transparent 30%),
        radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.035), transparent 24%),
        #050505;
}

main {
    overflow: hidden;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.breadcrumb {
    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto;
    padding-top: 118px;
}

.breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.44);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.breadcrumb li + li::before {
    content: "/";
    color: rgba(255, 255, 255, 0.22);
}

.breadcrumb a {
    transition: color 180ms ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
    color: #fff;
}

/* =========================================================
   HERO
========================================================= */

.gift-hero {
    position: relative;
    isolation: isolate;

    width: min(calc(100% - 64px), 1380px);
    min-height: 760px;
    margin: 0 auto;
    padding: 92px 0 112px;

    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    align-items: center;
    gap: clamp(60px, 8vw, 140px);
}

.gift-hero::before {
    content: "";
    position: absolute;
    inset: 38px -10vw 0;
    z-index: -3;
    pointer-events: none;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.035),
            transparent 34%
        ),
        radial-gradient(
            circle at 74% 44%,
            rgba(202, 43, 31, 0.19),
            transparent 38%
        );
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.gift-hero::after {
    content: "";
    position: absolute;
    inset: auto -30vw 0;
    z-index: -2;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.14),
        transparent
    );
}

.gift-hero-glow {
    position: absolute;
    top: 10%;
    right: -8%;
    z-index: -1;

    width: clamp(420px, 44vw, 720px);
    aspect-ratio: 1;

    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(194, 37, 27, 0.18) 0%,
            rgba(123, 8, 8, 0.08) 37%,
            transparent 72%
        );
    filter: blur(12px);
    pointer-events: none;
}

.gift-hero-content {
    max-width: 790px;
}

.gift-hero-content .section-kicker {
    margin-bottom: 22px;
}

.gift-hero h1 {
    max-width: 940px;
    margin: 0;

    color: #fff;
    font-size: clamp(3.7rem, 7.2vw, 7.3rem);
    font-weight: 620;
    line-height: 0.92;
    letter-spacing: -0.066em;
    text-wrap: balance;
}

.gift-hero-text {
    max-width: 680px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(1.08rem, 1.5vw, 1.28rem);
    line-height: 1.72;
}

.gift-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.gift-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.gift-hero-benefits li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    font-weight: 680;
    letter-spacing: 0.02em;
}

.gift-hero-benefits li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(231, 76, 60, 0.55);
}

.gift-hero-card {
    position: relative;
    overflow: hidden;
    justify-self: end;

    width: min(100%, 470px);
    aspect-ratio: 1.52;
    padding: clamp(28px, 4vw, 48px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #fff;
    background:
        radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.22), transparent 20%),
        linear-gradient(135deg, #c72e22 0%, #77110d 52%, #160505 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    box-shadow:
        0 44px 100px rgba(0, 0, 0, 0.58),
        0 0 80px rgba(126, 11, 11, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: rotate(3deg);
}

.gift-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            115deg,
            transparent 16%,
            rgba(255, 255, 255, 0.12) 36%,
            transparent 58%
        );
    transform: translateX(-64%);
}

.gift-hero-card::after {
    content: "";
    position: absolute;
    right: -20%;
    bottom: -60%;
    width: 86%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 36px rgba(255, 255, 255, 0.025),
        0 0 0 74px rgba(255, 255, 255, 0.018);
}

.gift-hero-card-label {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.gift-hero-card strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: clamp(2.5rem, 4.8vw, 4.7rem);
    font-weight: 750;
    line-height: 0.9;
    letter-spacing: -0.065em;
}

.gift-hero-card > span:last-child {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

/* =========================================================
   CATALOGUE
========================================================= */

.gift-catalogue-section {
    position: relative;
    padding: 138px 0 150px;
    background:
        radial-gradient(circle at 50% 0%, rgba(188, 30, 21, 0.12), transparent 31%),
        #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gift-catalogue-section .section-heading {
    width: min(100%, 1060px);
    margin-bottom: 72px;
}

.gift-products {
    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gift-product {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 610px;
    padding: 36px;

    display: flex;
    flex-direction: column;

    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.055), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);

    transition:
        transform 320ms cubic-bezier(.22, 1, .36, 1),
        border-color 260ms ease,
        box-shadow 260ms ease;
}

.gift-product::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        transparent
    );
}

.gift-product:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.gift-product-featured {
    border-color: rgba(229, 69, 52, 0.28);
    background:
        radial-gradient(circle at 100% 0%, rgba(221, 58, 43, 0.14), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018));
}

.gift-product-premium {
    grid-column: 1 / -1;
    min-height: 630px;
    padding: 42px;
    background:
        radial-gradient(circle at 82% 26%, rgba(197, 42, 30, 0.19), transparent 30%),
        radial-gradient(circle at 10% 100%, rgba(255, 255, 255, 0.045), transparent 30%),
        linear-gradient(125deg, rgba(101, 12, 9, 0.4), rgba(255, 255, 255, 0.025) 45%, rgba(255, 255, 255, 0.014));
    border-color: rgba(224, 58, 44, 0.34);
}

.gift-product-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 79px,
            rgba(255, 255, 255, 0.014) 80px
        );
}

.gift-product > * {
    position: relative;
    z-index: 1;
}

.gift-product-badge {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 2;

    min-height: 32px;
    padding: 0 14px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background: rgba(202, 53, 39, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;

    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gift-product-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding-right: 112px;
}

.gift-product-eyebrow {
    max-width: 220px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.76rem;
    font-weight: 780;
    letter-spacing: 0.12em;
    line-height: 1.45;
    text-transform: uppercase;
}

.gift-product-price {
    flex: 0 0 auto;
    margin: 0;
    color: #fff;
    font-size: clamp(3.3rem, 5.8vw, 6.2rem);
    font-weight: 620;
    line-height: 0.88;
    letter-spacing: -0.07em;
}

.gift-product-price span {
    margin-right: 6px;
    color: var(--accent);
    font-size: 0.35em;
    font-weight: 800;
    vertical-align: top;
}

.gift-product-body {
    margin-top: 72px;
}

.gift-product-body h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    font-weight: 610;
    line-height: 1;
    letter-spacing: -0.05em;
}

.gift-product-body > p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    line-height: 1.7;
}

.gift-product-features {
    display: grid;
    gap: 12px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.gift-product-features li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.93rem;
    line-height: 1.5;
}

.gift-product-features li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 2px;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #080808;
    background: var(--accent);
}

.gift-product-cta {
    width: 100%;
    margin-top: auto;
}

.gift-product .btn-secondary {
    background: rgba(255, 255, 255, 0.075);
}

.gift-product .btn-secondary:hover,
.gift-product .btn-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.13);
}

/* =========================================================
   KAIROS BONUS
========================================================= */

.kairos-bonus {
    margin-top: 34px;
    padding: 22px;

    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 24px;
    align-items: center;

    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
}

.kairos-bonus-media {
    overflow: hidden;
    aspect-ratio: 0.8;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.kairos-bonus-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kairos-bonus-label {
    margin: 0 0 8px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.kairos-bonus-copy h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.kairos-bonus-copy p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.61);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* =========================================================
   CATALOGUE SUPPORT TEXT
========================================================= */

.gift-catalogue-note,
.gift-checkout-status {
    width: min(calc(100% - 64px), 1380px);
    margin-right: auto;
    margin-left: auto;
}

.gift-catalogue-note {
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.78rem;
    line-height: 1.55;
    text-align: center;
}

.gift-checkout-status {
    margin-top: 18px;
    padding: 16px 20px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    text-align: center;
}

/* =========================================================
   REASONS
========================================================= */

.gift-reasons-section {
    padding: 138px 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.028), transparent 34%),
        #050505;
}

.gift-reasons-section .section-heading {
    margin-bottom: 64px;
}

.gift-reasons-grid {
    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gift-reason-card {
    position: relative;
    min-height: 360px;
    padding: 34px 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.055), transparent 42%),
        rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    transition:
        transform 300ms cubic-bezier(.22, 1, .36, 1),
        border-color 240ms ease,
        background-color 240ms ease;
}

.gift-reason-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.04);
}

.gift-reason-card > span {
    margin-bottom: auto;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.gift-reason-card h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 2.2rem);
    font-weight: 610;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.gift-reason-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.96rem;
    line-height: 1.68;
}

/* =========================================================
   HOW IT WORKS
========================================================= */

.gift-how-section {
    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto;
    padding: 138px 0;

    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(60px, 9vw, 150px);
    align-items: start;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gift-how-heading {
    position: sticky;
    top: 118px;
}

.gift-how-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 5.1vw, 5.7rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.gift-how-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.gift-how-steps li {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gift-how-steps li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gift-how-steps > li > span {
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.gift-how-steps h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.55rem, 2.4vw, 2.5rem);
    font-weight: 610;
    line-height: 1;
    letter-spacing: -0.04em;
}

.gift-how-steps p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.98rem;
    line-height: 1.7;
}

/* =========================================================
   OCCASIONS
========================================================= */

.gift-occasions-section {
    position: relative;
    padding: 132px max(32px, calc((100vw - 1380px) / 2));

    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(70px, 10vw, 160px);
    align-items: center;

    background:
        radial-gradient(circle at 78% 35%, rgba(181, 35, 26, 0.13), transparent 28%),
        #090909;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gift-occasions-copy h2 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5.6vw, 6.4rem);
    font-weight: 600;
    line-height: 0.93;
    letter-spacing: -0.062em;
}

.gift-occasions-copy > p:last-child {
    max-width: 650px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.02rem;
    line-height: 1.75;
}

.gift-occasions-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gift-occasions-list li {
    min-height: 82px;
    padding: 0 24px;

    display: flex;
    align-items: center;

    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;

    font-size: 0.96rem;
    font-weight: 650;

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.gift-occasions-list li:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.15);
}

/* =========================================================
   TRUST
========================================================= */

.gift-trust-section {
    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto;
    padding: 118px 0;

    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
    align-items: center;
}

.gift-trust-rating {
    padding-right: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.gift-trust-rating .stars {
    color: var(--gold);
    font-size: 1.35rem;
    letter-spacing: 0.16em;
}

.gift-trust-rating h2 {
    margin: 16px 0 10px;
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    font-weight: 610;
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.gift-trust-rating p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.gift-trust-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.gift-trust-data div {
    text-align: center;
}

.gift-trust-data strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(2rem, 3.6vw, 3.7rem);
    font-weight: 620;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.gift-trust-data span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.88rem;
}

/* =========================================================
   FAQ
========================================================= */

.gift-faq-section {
    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto;
    padding: 132px 0;

    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(60px, 9vw, 150px);

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gift-faq-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5vw, 5.7rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.gift-faq-list {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gift-faq-list details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gift-faq-list summary {
    position: relative;
    min-height: 88px;
    padding: 28px 52px 28px 0;

    display: flex;
    align-items: center;

    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    font-weight: 620;
    line-height: 1.4;

    cursor: pointer;
    list-style: none;
}

.gift-faq-list summary::-webkit-details-marker {
    display: none;
}

.gift-faq-list summary::before,
.gift-faq-list summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.65);
    transition: transform 220ms ease;
}

.gift-faq-list summary::after {
    transform: rotate(90deg);
}

.gift-faq-list details[open] summary::after {
    transform: rotate(0deg);
}

.gift-faq-list details[open] summary {
    color: #fff;
}

.gift-faq-list details p {
    max-width: 760px;
    margin: -6px 0 30px;
    padding-right: 54px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.96rem;
    line-height: 1.72;
}

/* =========================================================
   FINAL CTA
========================================================= */

.gift-final-cta {
    position: relative;
    overflow: hidden;

    width: min(calc(100% - 64px), 1380px);
    margin: 0 auto 120px;
    padding: clamp(44px, 6vw, 84px);

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;

    background:
        radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.13), transparent 20%),
        linear-gradient(135deg, #b72a20 0%, #74100c 48%, #190504 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.gift-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 89px,
            rgba(255, 255, 255, 0.018) 90px
        );
}

.gift-final-cta > * {
    position: relative;
    z-index: 1;
}

.gift-final-cta .section-kicker {
    color: rgba(255, 255, 255, 0.72);
}

.gift-final-cta h2 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 5.4vw, 6rem);
    font-weight: 610;
    line-height: 0.94;
    letter-spacing: -0.062em;
}

.gift-final-cta .btn-primary {
    flex: 0 0 auto;
    background: #fff;
    color: #111;
}

.gift-final-cta .btn-primary:hover,
.gift-final-cta .btn-primary:focus-visible {
    background: rgba(255, 255, 255, 0.9);
}

/* =========================================================
   FOCUS / ACCESSIBILITY
========================================================= */

.gift-product-cta:focus-visible,
.gift-faq-list summary:focus-visible,
.breadcrumb a:focus-visible,
.gift-occasions-list li:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1120px) {
    .gift-hero {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
        gap: 54px;
    }

    .gift-hero-card {
        transform: rotate(2deg);
    }

    .gift-reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gift-reason-card {
        min-height: 300px;
    }

    .gift-how-section,
    .gift-faq-section {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .gift-how-heading {
        position: static;
        max-width: 820px;
    }

    .gift-occasions-section {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .gift-occasions-copy {
        max-width: 900px;
    }

    .gift-trust-section {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .gift-trust-rating {
        padding-right: 0;
        padding-bottom: 48px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        text-align: center;
    }
}

/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 820px) {
    .breadcrumb {
        width: min(calc(100% - 44px), 1380px);
        padding-top: 104px;
    }

    .gift-hero {
        width: min(calc(100% - 44px), 1380px);
        min-height: 0;
        padding: 66px 0 90px;
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .gift-hero::before {
        inset: 20px -30px 0;
    }

    .gift-hero h1 {
        font-size: clamp(3.15rem, 13vw, 5.4rem);
    }

    .gift-hero-text {
        font-size: 1.02rem;
    }

    .gift-hero-card {
        justify-self: center;
        width: min(100%, 520px);
        transform: rotate(1.5deg);
    }

    .gift-catalogue-section,
    .gift-reasons-section {
        padding: 100px 0;
    }

    .gift-products,
    .gift-reasons-grid,
    .gift-catalogue-note,
    .gift-checkout-status,
    .gift-how-section,
    .gift-trust-section,
    .gift-faq-section,
    .gift-final-cta {
        width: min(calc(100% - 44px), 1380px);
    }

    .gift-products {
        grid-template-columns: 1fr;
    }

    .gift-product-premium {
        grid-column: auto;
    }

    .gift-product {
        min-height: 0;
        padding: 30px;
    }

    .gift-product-body {
        margin-top: 54px;
    }

    .gift-product-cta {
        margin-top: 42px;
    }

    .gift-product-premium {
        padding: 30px;
    }

    .gift-how-section,
    .gift-faq-section {
        padding: 100px 0;
    }

    .gift-occasions-section {
        padding: 100px 22px;
    }

    .gift-trust-section {
        padding: 96px 0;
    }

    .gift-final-cta {
        margin-bottom: 90px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gift-final-cta .btn {
        width: 100%;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {
    .breadcrumb {
        width: min(calc(100% - 36px), 1380px);
    }

    .breadcrumb ol {
        font-size: 0.68rem;
    }

    .gift-hero {
        width: min(calc(100% - 36px), 1380px);
        padding-top: 54px;
    }

    .gift-hero h1 {
        font-size: clamp(2.9rem, 14.8vw, 4.4rem);
        line-height: 0.91;
    }

    .gift-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gift-hero-actions .btn {
        width: 100%;
    }

    .gift-hero-benefits {
        display: grid;
        gap: 10px;
    }

    .gift-hero-card {
        aspect-ratio: 1.42;
        padding: 28px;
        border-radius: 22px;
    }

    .gift-catalogue-section .section-heading {
        margin-bottom: 48px;
    }

    .gift-products,
    .gift-reasons-grid,
    .gift-catalogue-note,
    .gift-checkout-status,
    .gift-how-section,
    .gift-trust-section,
    .gift-faq-section,
    .gift-final-cta {
        width: min(calc(100% - 36px), 1380px);
    }

    .gift-product {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .gift-product-badge {
        position: static;
        width: fit-content;
        margin-bottom: 26px;
    }

    .gift-product-top {
        display: block;
        padding-right: 0;
    }

    .gift-product-price {
        margin-top: 22px;
        font-size: clamp(4rem, 19vw, 5.6rem);
    }

    .gift-product-body {
        margin-top: 42px;
    }

    .gift-product-body h3 {
        font-size: 2.25rem;
    }

    .kairos-bonus {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 16px;
        padding: 16px;
    }

    .kairos-bonus-copy h4 {
        font-size: 1.2rem;
    }

    .kairos-bonus-copy p:last-child {
        font-size: 0.82rem;
    }

    .gift-reasons-grid {
        grid-template-columns: 1fr;
    }

    .gift-reason-card {
        min-height: 250px;
        padding: 28px 24px;
    }

    .gift-how-steps li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 18px;
    }

    .gift-occasions-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gift-occasions-copy h2 {
        font-size: clamp(2.8rem, 13.5vw, 4.5rem);
    }

    .gift-occasions-list {
        grid-template-columns: 1fr;
    }

    .gift-occasions-list li {
        min-height: 68px;
    }

    .gift-trust-data {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .gift-faq-list summary {
        min-height: 78px;
        padding-right: 42px;
        font-size: 1rem;
    }

    .gift-faq-list details p {
        padding-right: 12px;
    }

    .gift-final-cta {
        padding: 34px 26px;
        border-radius: 24px;
    }

    .gift-final-cta h2 {
        font-size: clamp(2.7rem, 12vw, 4.2rem);
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gift-product,
    .gift-reason-card,
    .gift-occasions-list li,
    .gift-hero-card,
    .gift-faq-list summary::after {
        transition: none;
    }

    .gift-product:hover,
    .gift-reason-card:hover,
    .gift-occasions-list li:hover {
        transform: none;
    }
}
