.giftcard-page {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    padding: 80px 24px;
}

.giftcard-inner {
    max-width: 600px;
    text-align: center;
}

.gc-title {
    font-family: var(--font-serif);
    font-size: clamp(24px, 4vw, 36px);
    color: var(--terracotta);
    margin-bottom: 16px;
}

.gc-desc {
    font-family: var(--font-sans);
    font-size: 15px;
    color: var(--dark);
    line-height: 1.7;
    margin-bottom: 32px;
}

.gc-divider {
    width: 80px;
    height: 1px;
    background: var(--terracotta);
    margin: 0 auto 32px;
    opacity: 0.4;
}

.gc-call {
    font-family: var(--font-sans);
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--dark);
    margin-bottom: 16px;
}

.gc-phone {
    color: var(--terracotta);
    font-weight: 500;
    text-decoration: none;
}

    .gc-phone:hover {
        text-decoration: underline;
    }

.gc-note {
    font-size: 14px;
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.6;
}
