.gift-page {
    --gift-text: #0f172a;
    --gift-muted: rgba(15, 23, 42, 0.72);
    --gift-border: rgba(78, 103, 162, 0.2);
    --gift-shadow: 0 10px 24px rgba(47, 66, 120, 0.1);
    color: var(--gift-text);
    background:
        radial-gradient(920px 520px at 12% -10%, rgba(91, 140, 255, 0.2), transparent 66%),
        radial-gradient(760px 420px at 88% 0%, rgba(61, 201, 255, 0.17), transparent 62%),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 52%, #f7faff 100%);
}

.gift-page .gift-section {
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.gift-page .gift-section--hero {
    padding-top: clamp(2.6rem, 6vw, 4.8rem);
    padding-bottom: clamp(1.6rem, 4vw, 2.8rem);
}

.gift-page .gift-hero {
    border-radius: 24px;
    border: 1px solid var(--gift-border);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--gift-shadow);
    backdrop-filter: blur(4px);
    padding: clamp(1.4rem, 3.4vw, 2.5rem);
}

.gift-page .gift-hero__content {
    max-width: 760px;
}

.gift-page h1,
.gift-page h2,
.gift-page h3 {
    color: #0d1730;
}

.gift-page .gift-hero h1 {
    margin: 0;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.15;
}

.gift-page .gift-hero p,
.gift-page p {
    color: var(--gift-muted);
}

.gift-page .gift-hero p {
    margin: 0.9rem 0 0;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.6;
}

.gift-page .gift-actions {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gift-page .gift-chips {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.gift-page .gift-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #dbe6fb;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.4rem 0.8rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #3a4a72;
}

.gift-page .gift-panel {
    border-radius: 20px;
    border: 1px solid var(--gift-border);
    background: #ffffff;
    box-shadow: var(--gift-shadow);
    padding: clamp(1.2rem, 3vw, 2rem);
}

.gift-page .gift-panel h2 {
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.gift-page .gift-lead {
    margin: 0;
    font-size: 1.02rem;
}

.gift-page .gift-note,
.gift-page .gift-example {
    margin: 0.7rem 0 0;
    font-weight: 600;
    color: #334155;
}

.gift-page .gift-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.5rem;
    color: var(--gift-muted);
}

.gift-page .gift-flow {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.7rem;
    align-items: center;
}

.gift-page .gift-flow__card {
    border-radius: 16px;
    border: 1px solid #d8e4fa;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
    padding: 1rem;
    text-align: center;
}

.gift-page .gift-flow__card h3 {
    margin: 0 0 0.55rem;
    font-size: 1rem;
}

.gift-page .gift-flow__arrow {
    font-size: 1.35rem;
    color: #5771b5;
}

.gift-page .gift-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.38rem 0.85rem;
    font-weight: 700;
    color: #2144be;
    background: #e9f0ff;
}

.gift-page .gift-panel--highlight {
    background: linear-gradient(130deg, rgba(35, 65, 204, 0.07), rgba(65, 200, 249, 0.13));
    border-color: rgba(35, 65, 204, 0.28);
}

.gift-page .gift-affiliate {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1rem;
    align-items: start;
}

.gift-page .gift-levels {
    display: grid;
    gap: 0.55rem;
}

.gift-page .gift-level {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    padding: 0.8rem 0.95rem;
    background: #f8fbff;
    border: 1px solid #d9e5fb;
}

.gift-page .gift-level strong {
    font-size: 1.12rem;
    color: #1f43be;
}

.gift-page .gift-section-head {
    margin-bottom: 1rem;
    text-align: center;
}

.gift-page .gift-section-head h2 {
    margin: 0;
}

.gift-page .gift-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.gift-page .gift-step {
    border-radius: 16px;
    border: 1px solid var(--gift-border);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(47, 66, 120, 0.08);
    padding: 1rem;
}

.gift-page .gift-step__index {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 0.6rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(150deg, #3a63ff, #40c8f9);
}

.gift-page .gift-step h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
}

.gift-page .gift-step p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

.gift-page .gift-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.gift-page .gift-faq__item {
    border-radius: 16px;
    border: 1px solid var(--gift-border);
    background: #ffffff;
    padding: 1rem;
}

.gift-page .gift-faq__item h3 {
    margin: 0 0 0.45rem;
    font-size: 0.98rem;
}

.gift-page .gift-faq__item p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .gift-page .gift-affiliate,
    .gift-page .gift-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gift-page .gift-section {
        padding: 1.7rem 0;
    }

    .gift-page .gift-flow,
    .gift-page .gift-affiliate,
    .gift-page .gift-steps,
    .gift-page .gift-faq {
        grid-template-columns: 1fr;
    }

    .gift-page .gift-flow__arrow {
        text-align: center;
        transform: rotate(90deg);
    }
}
