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

.c97sh-wrap { max-width: 1040px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }
.c97sh-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--c97-blue); margin-bottom: 14px; }
.c97sh-x97 { font-weight: 500; color: var(--c97-ink); }
.c97sh-x97 span { color: var(--c97-navy); }
.c97sh-two { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }

/* ---- Hero ---- */
.c97sh-hero { background: linear-gradient(180deg, var(--c97-blue-tint) 0%, #f7f9fc 55%, #fff 100%); }
.c97sh-crumbwrap { max-width: var(--c97-container); margin: 0 auto; padding: 16px var(--c97-gutter) 0; }
.c97sh-hero__inner { max-width: 840px; margin: 0 auto; padding: 44px 22px 56px; text-align: center; }
.c97sh-kicker { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--c97-blue); margin-bottom: 18px; }
.c97sh-h1 { margin: 0; font-size: 56px; line-height: 1.04; font-weight: 600; letter-spacing: -.03em; color: var(--c97-ink); text-wrap: balance; }
.c97sh-sub { margin: 22px auto 0; max-width: 600px; font-size: 21px; line-height: 1.5; font-weight: 300; color: #484850; }
.c97sh-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.c97sh-ctas .c97-btn { padding: 14px 26px; font-size: 16px; }
.c97sh-ghost { background: #fff; color: var(--c97-blue); border: 1px solid #cddcf0; border-radius: var(--c97-r-pill); padding: 14px 26px; font-size: 16px; font-weight: 500; }
.c97sh-ghost:hover { background: var(--c97-blue-tint); text-decoration: none; }

/* ---- Price code ---- */
.c97sh-code { padding-top: 76px; padding-bottom: 20px; scroll-margin-top: 70px; }
.c97sh-code h2 { margin: 0; font-size: 34px; line-height: 1.14; letter-spacing: -.02em; font-weight: 600; color: var(--c97-ink); }
.c97sh-lead { margin-top: 18px; }
.c97sh-lead p { margin: 0 0 16px; font-size: 18px; line-height: 1.65; color: #484850; }
.c97sh-lead strong { color: var(--c97-ink); }
.c97sh-lead a { font-weight: 500; }

/* The rotated price-tag graphic. */
.c97sh-tagwrap { display: flex; justify-content: center; }
.c97sh-tag { position: relative; width: 300px; background: #fff; border: 1px solid #e2e2e6; border-radius: 6px; padding: 26px 26px 22px; box-shadow: rgba(0,42,92,.28) 0 20px 50px -22px; transform: rotate(-2.5deg); }
.c97sh-tag__star { position: absolute; top: 16px; right: 18px; font-size: 28px; font-weight: 700; color: var(--c97-ink); line-height: 1; }
.c97sh-tag__name { font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--c97-ink); max-width: 190px; line-height: 1.3; }
.c97sh-tag__item { font-size: 11px; color: var(--c97-muted); margin-top: 4px; }
.c97sh-tag__price { display: flex; align-items: flex-start; gap: 2px; margin-top: 22px; }
.c97sh-tag__cur { font-size: 26px; font-weight: 700; margin-top: 8px; }
.c97sh-tag__int { font-size: 72px; font-weight: 700; line-height: .8; letter-spacing: -.03em; }
.c97sh-tag__cents { position: relative; font-size: 34px; font-weight: 700; margin-top: 6px; }
.c97sh-tag__cents svg { position: absolute; left: -14px; top: -12px; width: 86px; height: 56px; overflow: visible; }
.c97sh-tag__cents ellipse { stroke-dasharray: 300; stroke-dashoffset: 300; animation: c97sh-draw 1s ease-out .3s forwards; }
@keyframes c97sh-draw { to { stroke-dashoffset: 0; } }
.c97sh-tag__note { margin-top: 18px; padding-top: 12px; border-top: 1px dashed var(--c97-line); font-size: 11.5px; color: var(--c97-muted-2); line-height: 1.45; }
.c97sh-tag__note b { color: #E31837; font-weight: 600; }
.c97sh-tag__note-star { color: var(--c97-ink) !important; }

/* ---- How it works ---- */
.c97sh-how { background: var(--c97-wash); margin-top: 64px; }
.c97sh-how .c97sh-wrap { padding-top: 72px; padding-bottom: 72px; }
.c97sh-how__head { text-align: center; max-width: 600px; margin: 0 auto; }
.c97sh-how__head h2 { margin: 0; font-size: 34px; line-height: 1.14; letter-spacing: -.02em; font-weight: 600; color: var(--c97-ink); }
.c97sh-how__head p { margin: 14px 0 0; font-size: 18px; line-height: 1.6; color: var(--c97-muted-2); }
.c97sh-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.c97sh-step { background: #fff; border: 1px solid var(--c97-line-soft); border-radius: var(--c97-r-md); padding: 28px 26px; }
.c97sh-step__n { width: 40px; height: 40px; border-radius: 12px; background: var(--c97-blue-tint); color: var(--c97-blue); font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.c97sh-step__t { margin-top: 16px; font-size: 18px; font-weight: 600; color: var(--c97-ink); }
.c97sh-step p { margin: 8px 0 0; font-size: 15px; line-height: 1.55; color: var(--c97-muted-2); }
.c97sh-how__cta { text-align: center; margin-top: 36px; }
.c97sh-how__cta .c97-btn { padding: 14px 28px; font-size: 16px; }

/* ---- "Can I buy here?" FAQ ---- */
.c97sh-faqwrap { padding-top: 76px; padding-bottom: 8px; }
.c97sh-faq { background: #fff; border: 1px solid #dbe4f0; border-radius: 28px; padding: 50px 44px; box-shadow: 0 26px 64px -42px rgba(0,42,92,.55); }
.c97sh-faq__head { text-align: center; max-width: 660px; margin: 0 auto; }
.c97sh-faq__pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--c97-blue); background: var(--c97-blue-tint); padding: 7px 15px; border-radius: var(--c97-r-pill); margin-bottom: 20px; }
.c97sh-faq__head h2 { margin: 0; font-size: 36px; line-height: 1.12; letter-spacing: -.025em; font-weight: 600; color: var(--c97-ink); text-wrap: balance; }
.c97sh-faq__head p { margin: 18px auto 0; max-width: 600px; font-size: 19px; line-height: 1.55; color: #484850; }
.c97sh-faq__head strong { color: var(--c97-ink); }
.c97sh-faq__cards { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; align-items: stretch; }
.c97sh-faq__yes { background: #eef7ef; border: 1px solid #cfe6d3; border-radius: var(--c97-r-md); padding: 26px; }
.c97sh-faq__no { background: var(--c97-wash); border: 1px solid #e2e2e7; border-radius: var(--c97-r-md); padding: 26px; }
.c97sh-faq__cardhead { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 600; color: var(--c97-ink); }
.c97sh-faq__check { flex: none; width: 26px; height: 26px; border-radius: 50%; background: #1F8A5B; display: flex; align-items: center; justify-content: center; }
.c97sh-faq__x { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--c97-muted); display: flex; align-items: center; justify-content: center; }
.c97sh-faq__yes p { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: #4a5a4d; }
.c97sh-faq__no p { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: var(--c97-muted-2); }
.c97sh-faq__foot { margin: 26px auto 0; max-width: 600px; text-align: center; font-size: 15px; line-height: 1.6; color: var(--c97-muted); }

/* ---- Subscribe box ---- */
.c97sh-subwrap { padding-top: 76px; padding-bottom: 76px; }
.c97sh-subbox { background: var(--c97-blue); border-radius: 28px; padding: 52px 44px; text-align: center; color: #fff; box-shadow: 0 30px 70px -40px rgba(0,42,92,.7); }
.c97sh-subbox__label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.c97sh-subbox h2 { margin: 0; font-size: 34px; line-height: 1.14; letter-spacing: -.02em; font-weight: 600; color: #fff; }
.c97sh-subbox > p { margin: 14px auto 0; max-width: 520px; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.85); }
.c97sh-subbox .c97-subform { max-width: 440px; margin: 26px auto 0; }
.c97sh-subbox .c97-subform input { flex: 1; min-width: 220px; width: auto; border: none; border-radius: 12px; padding: 14px 16px; font-size: 16px; }
.c97sh-subbox .c97-subform button { background: #fff; color: var(--c97-blue); border-radius: var(--c97-r-pill); padding: 14px 26px; font-size: 16px; font-weight: 600; }
.c97sh-subbox .c97-subform button:hover { background: #eaf1fb; }
.c97sh-subbox .c97-subdone--box { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); color: #fff; }
.c97sh-subbox__note { margin: 16px 0 0; font-size: 13px; color: rgba(255,255,255,.7); }

/* ---- Sharing is caring ---- */
.c97sh-sharing { max-width: 820px; margin: 0 auto; padding: 56px 22px 8px; text-align: center; }
.c97sh-sharing h2 { margin: 0; font-size: 32px; line-height: 1.15; letter-spacing: -.02em; font-weight: 600; color: var(--c97-ink); }
.c97sh-sharing p { margin: 16px auto 0; max-width: 600px; font-size: 18px; line-height: 1.6; color: var(--c97-muted-2); }
.c97sh-sharing a { font-weight: 500; }

/* ---- Resources ---- */
.c97sh-reswrap { padding-top: 60px; padding-bottom: 20px; }
.c97sh-res__h2 { margin: 0 0 26px; font-size: 26px; line-height: 1.2; letter-spacing: -.02em; font-weight: 600; color: var(--c97-ink); text-align: center; }
.c97sh-res { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.c97sh-rescard { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--c97-line-soft); border-radius: var(--c97-r-sm); padding: 22px; color: inherit; transition: border-color .2s, box-shadow .2s; }
.c97sh-rescard:hover { border-color: #cddcf0; box-shadow: 0 14px 34px -22px rgba(0,42,92,.4); text-decoration: none; }
.c97sh-rescard--static:hover { border-color: var(--c97-line-soft); box-shadow: none; }
.c97sh-rescard__icon { flex: none; width: 40px; height: 40px; border-radius: 11px; background: var(--c97-blue-tint); display: flex; align-items: center; justify-content: center; color: var(--c97-blue); }
.c97sh-rescard__t { font-size: 16px; font-weight: 600; color: var(--c97-ink); letter-spacing: -.01em; }
.c97sh-rescard__b { margin-top: 5px; font-size: 14px; line-height: 1.5; color: var(--c97-muted-2); }

/* ---- Instagram band ---- */
.c97sh-igwrap { padding-top: 40px; padding-bottom: 12px; }
.c97sh-ig { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; background: linear-gradient(120deg, var(--c97-blue-tint), #f6ecf6); border: 1px solid #e6dcec; border-radius: 20px; padding: 26px 30px; color: inherit; }
.c97sh-ig:hover { text-decoration: none; box-shadow: 0 16px 40px -26px rgba(0,42,92,.4); }
.c97sh-ig__main { display: flex; align-items: center; gap: 16px; }
.c97sh-ig__icon { flex: none; width: 48px; height: 48px; border-radius: 14px; background: #fff; display: flex; align-items: center; justify-content: center; color: #c13584; }
.c97sh-ig__t { font-size: 18px; font-weight: 600; color: var(--c97-ink); letter-spacing: -.01em; }
.c97sh-ig__b { margin-top: 3px; font-size: 14px; color: var(--c97-muted-2); }
.c97sh-ig__btn { flex: none; background: var(--c97-ink); color: #fff; border-radius: var(--c97-r-pill); padding: 11px 22px; font-size: 14px; font-weight: 500; }

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

/* ---- Responsive ---- */
@media (max-width: 900px) {
	.c97sh-h1 { font-size: 44px; }
	.c97sh-two { grid-template-columns: 1fr; gap: 36px; }
	.c97sh-steps { grid-template-columns: 1fr; }
	.c97sh-res { grid-template-columns: 1fr; }
	.c97sh-faq { padding: 38px 26px; }
}
@media (max-width: 640px) {
	.c97sh-h1 { font-size: 36px; }
	.c97sh-subbox { padding: 40px 24px; }
}
