/* ============================================================================
   Costco97 — Contact page (from Contact.dc.html).
   ========================================================================== */

.c97ct-wrap { max-width: 1040px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }

/* ---- Hero ---- */
.c97ct-hero { background: linear-gradient(180deg, var(--c97-blue-tint) 0%, #f7f9fc 55%, #fff 100%); }
.c97ct-crumbwrap { max-width: var(--c97-container); margin: 0 auto; padding: 16px var(--c97-gutter) 0; }
.c97ct-hero__inner { max-width: 760px; margin: 0 auto; padding: 44px 22px 54px; text-align: center; }
.c97ct-kicker { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--c97-blue); margin-bottom: 18px; }
.c97ct-h1 { margin: 0; font-size: 56px; line-height: 1.04; font-weight: 600; letter-spacing: -.03em; color: var(--c97-ink); text-wrap: balance; }
.c97ct-sub { margin: 22px auto 0; max-width: 560px; font-size: 21px; line-height: 1.5; font-weight: 300; color: #484850; }
.c97ct-x97 { font-weight: 500; color: var(--c97-ink); }
.c97ct-x97 span { color: var(--c97-navy); }

/* ---- Text-a-deal panel ---- */
.c97ct-textpanel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; background: var(--c97-blue); border-radius: 28px; padding: 48px 46px; color: #fff; box-shadow: 0 30px 70px -42px rgba(0,42,92,.7); margin-top: 8px; }
.c97ct-textpanel__label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 16px; }
.c97ct-textpanel__pitch h2 { margin: 0; font-size: 34px; line-height: 1.12; letter-spacing: -.02em; font-weight: 600; color: #fff; }
.c97ct-textpanel__pitch p { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.85); }
.c97ct-textbtn { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; background: #fff; color: var(--c97-blue); border-radius: var(--c97-r-pill); padding: 14px 26px; font-size: 17px; font-weight: 600; }
.c97ct-textbtn:hover { background: #eaf1fb; color: var(--c97-blue); text-decoration: none; }
.c97ct-textbtn strong { font-weight: 700; letter-spacing: .01em; }
.c97ct-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.c97ct-step { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 20px 18px; }
.c97ct-step__n { width: 34px; height: 34px; border-radius: 10px; background: #fff; color: var(--c97-blue); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; }
.c97ct-step__t { margin-top: 14px; font-size: 15px; font-weight: 600; color: #fff; }
.c97ct-step__b { margin-top: 5px; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.8); }

/* ---- Other channels ---- */
.c97ct-channels { padding-top: 60px; padding-bottom: 8px; }
.c97ct-channels__head { text-align: center; max-width: 600px; margin: 0 auto 34px; }
.c97ct-channels__head h2 { margin: 0; font-size: 30px; line-height: 1.16; letter-spacing: -.02em; font-weight: 600; color: var(--c97-ink); }
.c97ct-channels__head p { margin: 12px 0 0; font-size: 17px; line-height: 1.55; color: var(--c97-muted-2); }
.c97ct-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.c97ct-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--c97-line-soft); border-radius: 20px; padding: 30px 28px; color: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
.c97ct-card:hover { border-color: #cddcf0; box-shadow: 0 16px 40px -26px rgba(0,42,92,.42); transform: translateY(-2px); text-decoration: none; }
.c97ct-card--static:hover { border-color: var(--c97-line-soft); box-shadow: none; transform: none; }
.c97ct-card__icon { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; }
.c97ct-card__icon--mail { background: var(--c97-blue-tint); color: var(--c97-blue); }
.c97ct-card__icon--ig { background: #f6ecf6; color: #c13584; }
.c97ct-card__icon--fb { background: #eaf0fb; color: #1877F2; }
.c97ct-card__t { margin-top: 18px; font-size: 18px; font-weight: 600; color: var(--c97-ink); letter-spacing: -.01em; }
.c97ct-card p { margin: 7px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--c97-muted-2); flex: 1; }
.c97ct-card__v { margin-top: 16px; font-size: 14px; font-weight: 500; }
.c97ct-card__v--mail { color: var(--c97-blue); word-break: break-all; }
.c97ct-card__v--ig { color: #c13584; }
.c97ct-card__v--fb { color: #1877F2; }

/* ---- Not-a-store reminder ---- */
.c97ct-noticewrap { padding-top: 34px; }
.c97ct-notice { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: space-between; background: var(--c97-wash); border: 1px solid #e2e2e7; border-radius: 20px; padding: 24px 30px; }
.c97ct-notice__main { display: flex; align-items: center; gap: 16px; min-width: 0; }
.c97ct-notice__icon { flex: none; width: 42px; height: 42px; border-radius: 12px; background: #fff; border: 1px solid #e2e2e7; display: flex; align-items: center; justify-content: center; color: var(--c97-blue); }
.c97ct-notice__t { font-size: 16px; font-weight: 600; color: var(--c97-ink); }
.c97ct-notice__b { margin-top: 3px; font-size: 14.5px; line-height: 1.5; color: var(--c97-muted-2); }
.c97ct-notice__btn { flex: none; background: #fff; color: var(--c97-blue); border: 1px solid #cddcf0; border-radius: var(--c97-r-pill); padding: 11px 20px; font-size: 14px; font-weight: 500; }
.c97ct-notice__btn:hover { background: var(--c97-blue-tint); text-decoration: none; }

/* ---- Final word ---- */
.c97ct-final { max-width: 820px; margin: 0 auto; padding: 48px 22px 64px; }
.c97ct-final__rule { border-top: 1px solid var(--c97-line-soft); }
.c97ct-final__label { padding-top: 28px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--c97-muted); margin-bottom: 12px; }
.c97ct-final p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--c97-muted); }

/* ---- Responsive ---- */
@media (max-width: 900px) {
	.c97ct-h1 { font-size: 44px; }
	.c97ct-grid { grid-template-columns: 1fr; }
	.c97ct-steps { grid-template-columns: 1fr; }
	.c97ct-textpanel { grid-template-columns: 1fr; gap: 30px; padding: 38px 30px; }
}
@media (max-width: 640px) {
	.c97ct-h1 { font-size: 34px; }
	.c97ct-textbtn strong { font-size: 15px; }
}
