:root {
  --cmi-navy: #0d2341;
  --cmi-navy-deep: #081a31;
  --cmi-gold: #c9a65b;
  --cmi-gold-dark: #aa8742;
  --cmi-cream: #fbfaf6;
  --cmi-sand: #f4f0e7;
  --cmi-ink: #1f2d3b;
  --cmi-muted: #66717d;
  --cmi-border: #dedbd4;
  --cmi-shadow: 0 24px 60px -32px rgba(13, 35, 65, .35);
  --header-height: 74px;
}

* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; margin: 0; padding: 0; }
body.cmi-site {
  margin: 0;
  background: var(--cmi-cream);
  color: var(--cmi-ink);
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
body.modal-open { overflow: hidden; }
body.cmi-site button, body.cmi-site input { font: inherit; }
body.cmi-site button { cursor: pointer; }
body.cmi-site img { display: block; max-width: 100%; }
body.cmi-site a { color: inherit; }

.approved-dev-badge {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 90;
  border: 1px solid rgba(13,35,65,.14);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(244,223,157,.94);
  box-shadow: 0 8px 24px rgba(8,26,49,.16);
  color: #3d321b;
  font: 700 10px/1.2 "Archivo", Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.approved-static > header.cmi-approved-solid {
  border-color: rgba(13,35,65,.1) !important;
  background: rgba(251,250,246,.95) !important;
  backdrop-filter: blur(12px);
}
body.approved-static > header.cmi-approved-solid [class~="text-navy-foreground"] { color: #0d2341 !important; }
body.approved-static > header.cmi-approved-solid [class~="text-navy-foreground/75"] { color: #66717d !important; }
body.approved-static > header.cmi-approved-solid .text-gold { color: #c9a65b !important; }

.approved-qa-directory { padding: 0 20px 42px; background: #0d2341; color: #fff; }
.approved-qa-directory details { width: min(100%,1120px); margin: auto; border-top: 1px solid rgba(255,255,255,.2); padding-top: 22px; }
.approved-qa-directory summary { cursor: pointer; color: #c9a65b; font: 700 12px/1.5 "Archivo", Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.approved-qa-directory__groups { margin-top: 26px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.approved-qa-directory h2 { margin: 0 0 14px; color: #fff; font: 500 22px/1.2 "Cormorant Garamond", Georgia, serif; }
.approved-qa-directory ul { margin: 0; padding: 0; columns: 2; list-style: none; }
.approved-qa-directory li { break-inside: avoid; margin: 0 0 7px; }
.approved-qa-directory a { color: rgba(255,255,255,.75); font-size: 13px; text-decoration: none; }
.approved-qa-directory a:hover { color: #c9a65b; }

.dev-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  min-height: 28px;
  padding: 5px 16px;
  background: #f4df9d;
  color: #3d321b;
  font: 700 11px/1.6 "Archivo", Arial, sans-serif;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.dev-banner + .site-header { top: 28px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(8, 26, 49, .68);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: background .25s, border-color .25s, color .25s;
}
.site-header.is-solid,
.page-confirmation .site-header,
.page-checkout .site-header,
.page-utility .site-header {
  border-color: rgba(13,35,65,.1);
  background: rgba(13,35,65,.98);
}
.site-header__inner {
  width: min(100% - 40px, 1376px);
  min-height: var(--header-height);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { min-width: 0; text-decoration: none; }
.brand__name {
  display: block;
  color: #fff;
  font: 400 24px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .02em;
}
.brand__name em { color: var(--cmi-gold); font-style: normal; }
.brand__subtitle {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.76);
  font: 700 10px/1 "Archivo", Arial, sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 26px; }
.nav-link {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  padding: 0;
  font: 700 13px/1 "Archivo", Arial, sans-serif;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover { color: var(--cmi-gold); }
.site-nav--portal { gap: 30px; }
.site-nav--portal .nav-link { font-size: 11px; }
.secure-label { color: var(--cmi-gold); font: 700 12px/1 "Archivo", Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }

.button {
  min-height: 54px;
  border: 0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 28px;
  font: 800 14px/1.2 "Archivo", Arial, sans-serif;
  letter-spacing: .12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.button:hover { transform: translateY(-1px); }
.button--gold { background: var(--cmi-gold); color: var(--cmi-navy-deep); box-shadow: 0 12px 25px -14px rgba(13,35,65,.6); }
.button--gold:hover { background: #d4b46b; }
.button--navy { background: var(--cmi-navy); color: #fff; }
.button--outline { border-color: rgba(13,35,65,.28); background: #fff; color: var(--cmi-navy); }
.button--outline:hover { border-color: var(--cmi-gold-dark); background: var(--cmi-cream); }
.button--header { min-height: 50px; padding-inline: 28px; }
.button--xl { min-height: 66px; padding: 20px 38px; font-size: 16px; }

.eyebrow {
  margin: 0;
  color: var(--cmi-gold);
  font: 700 12px/1.35 "Archivo", Arial, sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow--navy { color: rgba(13,35,65,.66); }

.reward-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: calc(var(--header-height) + 52px) 0 72px;
  background: var(--cmi-navy) var(--hero-image) 68% center / cover no-repeat;
}
.reward-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8,26,49,.48), rgba(8,26,49,.08) 48%, rgba(251,250,246,.06));
}
.reward-hero--product { background: linear-gradient(180deg, var(--cmi-navy), #102c52); }
.reward-hero__inner { width: min(100% - 40px, 1376px); margin: auto; }
.reward-card {
  width: min(100%, 792px);
  min-width: 0;
  padding: 56px;
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--cmi-shadow);
}
.personalization {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(190px,238px);
  align-items: start;
  gap: 40px;
}
.recipient-name {
  margin: 14px 0 0;
  color: var(--cmi-navy);
  font: 400 clamp(34px, 4vw, 46px)/1.08 "Cormorant Garamond", Georgia, serif;
  overflow-wrap: anywhere;
}
.sponsor { text-align: right; }
.sponsor__frame {
  height: 128px;
  margin-top: 14px;
  border: 1px solid var(--cmi-border);
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #fff;
}
.sponsor__frame img { width: calc(100% - 32px); height: calc(100% - 32px); object-fit: contain; }
.hairline { height: 1px; margin: 34px 0 0; border: 0; background: rgba(13,35,65,.12); }
.reward-card__offer { margin-top: 36px; }
.reward-card__offer--product { display: grid; grid-template-columns: minmax(0,1fr) minmax(190px,245px); gap: 38px; align-items: center; }
.reward-card h1 {
  margin: 18px 0 0;
  color: var(--cmi-navy);
  font: 400 clamp(46px, 5vw, 63px)/1.02 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.02em;
}
.structure-label { margin: 24px 0 0; color: var(--cmi-navy); font: 700 13px/1.5 "Archivo", Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.value-label { width: fit-content; margin: 22px 0 0; border-block: 2px solid rgba(201,166,91,.72); padding: 9px 0; color: var(--cmi-navy); font: 800 14px/1.25 "Archivo", Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.hero-description { margin: 28px 0 0; font-size: 20px; line-height: 1.8; }
.reward-card > .button { margin-top: 36px; }
.hero-product { overflow: hidden; border-radius: 10px; background: #f5eee4; }
.hero-product img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.reassurance { margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; color: var(--cmi-muted); font-size: 14px; }
.reassurance span { color: var(--cmi-gold-dark); }
.expiration-line { margin: 28px 0 0; color: var(--cmi-navy); font: 800 13px/1.6 "Archivo", Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.expiration-line span { margin: 0 8px; color: var(--cmi-gold); }

.image-promise { padding: 76px 0 16px; background: var(--cmi-cream); }
.image-promise__image {
  width: min(100% - 64px, 1472px);
  min-height: 580px;
  margin: auto;
  border-radius: 16px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8,26,49,.08), rgba(8,26,49,.9)), var(--section-image) center / cover no-repeat;
}
.image-promise__content { width: min(100%, 880px); padding: 64px; color: #fff; }
.image-promise h2, .closing-section h2, .trust-section h2 {
  margin: 18px 0 0;
  color: #fff;
  font: 400 clamp(40px, 5vw, 61px)/1.02 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.image-promise p:not(.eyebrow), .closing-section p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; font-size: 21px; line-height: 1.8; }
.image-promise .button, .closing-section .button { margin-top: 34px; }

.content-section { width: min(100% - 40px, 1376px); margin: auto; padding: 96px 0; }
.content-section--sand { width: 100%; padding-inline: max(20px, calc((100% - 1376px) / 2)); background: var(--cmi-sand); }
.content-section--compact { padding-block: 74px; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); align-items: center; gap: 80px; }
.content-section h2, .section-heading h2, .checkout-form h2, .order-summary h2, .confirmation-card h2, .support-section h2 {
  margin: 16px 0 0;
  color: var(--cmi-navy);
  font: 400 clamp(38px, 4.5vw, 56px)/1.04 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.02em;
}
.statement-list { margin: 42px 0 0; padding: 0; border-top: 1px solid rgba(13,35,65,.14); list-style: none; }
.statement-list li { border-bottom: 1px solid rgba(13,35,65,.14); padding: 22px 0; color: var(--cmi-navy); font: 400 clamp(25px, 3vw, 39px)/1.12 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; }
.feature-figure { margin: 0; }
.feature-figure img { width: 100%; height: 620px; border-radius: 15px; object-fit: cover; }
.body-large { font-size: 20px; line-height: 1.8; }

.section-heading { max-width: 760px; }
.steps { position: relative; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; list-style: none; }
.steps > li { min-width: 0; padding: 0 28px; border-left: 1px solid rgba(13,35,65,.13); }
.steps > li:first-child { padding-left: 0; border-left: 0; }
.steps > li:last-child { padding-right: 0; }
.step-number { display: block; color: var(--cmi-gold); font: 400 48px/1 "Cormorant Garamond", Georgia, serif; }
.step-icon { width: 54px; height: 54px; margin-top: 22px; border: 1px solid rgba(13,35,65,.18); border-radius: 50%; display: grid; place-items: center; color: var(--cmi-gold-dark); }
.steps h3 { margin: 22px 0 0; color: var(--cmi-navy); font: 400 24px/1.2 "Cormorant Garamond", Georgia, serif; }
.steps p { margin: 12px 0 0; font-size: 17px; line-height: 1.7; }

.trust-section {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: var(--cmi-navy) var(--trust-image) center / cover no-repeat;
}
.trust-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8,26,49,.82); }
.trust-section__inner { width: min(100% - 40px, 1376px); margin: auto; padding: 92px 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 80px; align-items: center; }
.brand-list { margin: 42px 0 0; padding: 32px 0 0; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; list-style: none; }
.brand-list li { min-width: 0; font: 400 25px/1.15 "Cormorant Garamond", Georgia, serif; overflow-wrap: anywhere; }
.testimonial { margin: 0; }
.testimonial blockquote { margin: 0; font: 400 clamp(28px,3.5vw,43px)/1.3 "Cormorant Garamond", Georgia, serif; }
.testimonial figcaption { margin-top: 28px; color: rgba(255,255,255,.74); font: 700 12px/1.5 "Archivo", Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.detail-list { margin: 0; padding-left: 22px; }
.detail-list li + li { margin-top: 16px; }
.detail-grid { margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; list-style: none; }
.detail-grid li { min-width: 0; border: 1px solid var(--cmi-border); border-radius: 8px; padding: 22px; background: #fff; }

.closing-section {
  min-height: 540px;
  padding: 90px 20px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(rgba(8,26,49,.77),rgba(8,26,49,.77)), var(--closing-image) center / cover no-repeat;
}
.closing-section > div { max-width: 960px; }
.closing-section p:not(.eyebrow) { margin-inline: auto; }

.site-footer { background: var(--cmi-navy-deep); color: #fff; }
.site-footer__inner { width: min(100% - 40px, 1120px); margin: auto; padding: 62px 0; }
.site-footer__links { margin-top: 24px; display: flex; gap: 28px; }
.copyright { margin: 32px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font: 700 11px/1.6 "Archivo", Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.qa-directory { margin-top: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 16px; }
.qa-directory summary { cursor: pointer; font: 700 12px/1.5 "Archivo", Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.qa-directory__groups { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr .5fr; gap: 28px; }
.qa-directory h3 { margin: 0; color: var(--cmi-gold); font: 400 23px/1.2 "Cormorant Garamond", Georgia, serif; }
.qa-directory ul { margin: 12px 0 0; padding: 0; list-style: none; columns: 2; column-gap: 20px; }
.qa-directory li { break-inside: avoid; margin-bottom: 6px; font-size: 13px; }
.qa-directory a:hover { color: var(--cmi-gold); }

.modal {margin: 15px auto; width: min(920px, calc(100% - 28px)); max-height: min(88vh, 900px); border: 0; border-radius: 12px; padding: 0; background: #fff; color: var(--cmi-ink); box-shadow: 0 34px 90px rgba(4,18,35,.45); }
.modal::backdrop { background: rgba(4,18,35,.72); backdrop-filter: blur(4px); }
.modal__frame { max-height: min(88vh,900px); display: flex; flex-direction: column; }
.modal__header { flex: 0 0 auto; padding: 26px 30px; border-bottom: 1px solid var(--cmi-border); display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.modal__header h2 {/* margin: 8px 0 0;*/ color: var(--cmi-navy); font: 400 clamp(31px,4vw,44px)/1.05 "Cormorant Garamond", Georgia, serif; }
.modal__close { text-align: center; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--cmi-border); border-radius: 50%; background: #fff; color: var(--cmi-navy); font-size: 28px; line-height: 42px; }
.modal__body { min-height: 0; overflow-y: auto; padding:10px 30px 36px; }
.modal__footer { flex: 0 0 auto; padding: 18px 30px; border-top: 1px solid var(--cmi-border); }
.faq-list { border-top: 1px solid var(--cmi-border); }
.faq-item { border-bottom: 1px solid var(--cmi-border); }
.faq-item summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--cmi-navy); font: 600 19px/1.35 "Cormorant Garamond", Georgia, serif; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--cmi-gold-dark); font: 400 24px/1 sans-serif; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer { padding: 0 0 20px; }
.faq-answer p, .terms-copy p { margin: 0; /*white-space: pre-line;*/ }
.faq-answer p + p, .terms-copy p + p { margin-top: 16px; }
.terms-copy { font-size: 16px; line-height: 1.78; }
.text-button { border: 0; padding: 0; background: transparent; color: var(--cmi-navy); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.mobile-cta { display: none; }
.action-notice { position: fixed; right: 22px; bottom: 22px; z-index: 90; max-width: min(390px, calc(100% - 44px)); border-radius: 8px; padding: 14px 18px; background: var(--cmi-navy); color: #fff; box-shadow: 0 14px 34px rgba(8,26,49,.3); font-size: 14px; }

/* Confirmation pages */
.confirmation-page { padding-top: calc(var(--header-height) + 64px); background: var(--cmi-cream); }
.confirmation-hero { width: min(100% - 40px, 1040px); margin: auto; padding: 34px 0 46px; text-align: center; }
.status-pill { border: 1px solid rgba(201,166,91,.42); border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; color: var(--cmi-navy); font: 700 12px/1 "Archivo",Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.success-mark { width: 80px; height: 80px; margin: 16px auto 24px; border-radius: 50%; display: grid; place-items: center; background: #eadfb8; color: var(--cmi-navy); font-size: 38px; }
.confirmation-hero h1 { margin: 0; color: var(--cmi-navy); font: 400 clamp(42px,5vw,58px)/1.05 "Cormorant Garamond",Georgia,serif; }
.confirmation-subheadline { margin: 18px 0 0; color: var(--cmi-gold-dark); font: 700 13px/1.5 "Archivo",Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.confirmation-intro { max-width: 760px; margin: 16px auto 0; font-size: 19px; }
.confirmation-card { width: min(100% - 40px, 1138px); margin: 0 auto 38px; border: 1px solid var(--cmi-border); border-radius: 12px; padding: 46px; background: #fff; box-shadow: 0 18px 45px -34px rgba(13,35,65,.4); }
.confirmation-card--center { text-align: center; }
.confirmation-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.value-equation { margin: 24px 0 16px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; }
.value-equation span { border: 1px solid var(--cmi-border); border-radius: 7px; padding: 8px 12px; font-weight: 700; }
.value-equation b { color: var(--cmi-gold-dark); }
.value-equation strong { border-radius: 7px; padding: 12px 18px; background: var(--cmi-navy); color: #fff; font: 800 16px/1.2 "Archivo",Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.code-grid { margin: 32px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.code-card { min-width: 0; border: 1px solid var(--cmi-border); border-radius: 8px; padding: 18px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px 14px; background: var(--cmi-sand); }
.code-card span { grid-column: 1 / -1; color: var(--cmi-muted); font: 700 11px/1.4 "Archivo",Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.code-card strong { min-width: 0; color: var(--cmi-navy); font-family: ui-monospace, Consolas, monospace; overflow-wrap: anywhere; }
.code-card button { border: 0; background: transparent; color: var(--cmi-gold-dark); font-weight: 800; text-transform: uppercase; }
.code-card--large { max-width: 720px; margin: 28px 0; padding: 24px; }
.summary-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.summary-grid article { border: 1px solid var(--cmi-border); border-radius: 8px; padding: 24px; background: var(--cmi-sand); }
.summary-grid span { display: block; color: var(--cmi-muted); font: 700 11px/1.4 "Archivo",Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.summary-grid strong { display: block; margin-top: 8px; color: var(--cmi-navy); font: 400 42px/1 "Cormorant Garamond",Georgia,serif; }
.product-status { display: grid; grid-template-columns: 280px minmax(0,1fr); align-items: center; gap: 48px; }
.product-status img { width: 100%; aspect-ratio: 1; border-radius: 10px; object-fit: cover; background: var(--cmi-sand); }
.delivery-value { margin: 24px 0 0; color: var(--cmi-gold-dark); font: 400 52px/1 "Cormorant Garamond",Georgia,serif; }
.rx-card-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; background: linear-gradient(135deg,#fff,#eef4fb); }
.rx-card-preview dl { margin: 0; border-radius: 10px; padding: 22px; background: var(--cmi-navy); color: #fff; }
.rx-card-preview dl div + div { margin-top: 14px; }
.rx-card-preview dt { color: rgba(255,255,255,.65); font: 700 10px/1.4 "Archivo",Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.rx-card-preview dd { margin: 4px 0 0; font-family: ui-monospace,Consolas,monospace; }
.confirmation-steps { padding-top: 58px; }
.support-section { padding: 88px 20px; background: var(--cmi-navy); color: #fff; text-align: center; }
.support-section h2 { color: #fff; }
.support-section p:not(.eyebrow) { max-width: 680px; margin: 18px auto 0; }
.support-section .button { margin-top: 28px; }

/* Checkout */
.checkout-page { width: min(100% - 40px, 1088px); margin: auto; padding: calc(var(--header-height) + 66px) 0 90px; }
.checkout-personalization { border: 1px solid var(--cmi-border); border-radius: 9px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #fff; box-shadow: 0 12px 30px -24px rgba(13,35,65,.35); }
.checkout-personalization .recipient-name { margin-top: 8px; font-size: 29px; }
.checkout-personalization .sponsor { min-width: 220px; }
.checkout-personalization .sponsor img { width: 130px; height: 50px; margin: 8px 0 0 auto; object-fit: contain; }
.checkout-heading { margin: 30px 0 46px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.checkout-heading h1 { margin: 0; color: var(--cmi-navy); font: 400 clamp(42px,5vw,56px)/1.05 "Cormorant Garamond",Georgia,serif; }
.checkout-heading p { max-width: 680px; margin: 10px 0 0; }
.checkout-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; align-items: start; gap: 48px; }
.checkout-form h2 { margin-bottom: 28px; font-size: 36px; }
.checkout-form > label:not(.checkbox-row), .field-row label { margin-top: 22px; display: block; color: var(--cmi-navy); font: 800 12px/1.5 "Archivo",Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.checkout-form label span { color: #a44942; }
.checkout-form input:not([type=checkbox]) { width: 100%; min-height: 54px; margin-top: 8px; border: 1px solid #cfd2d6; border-radius: 6px; padding: 10px 13px; background: #fff; color: var(--cmi-ink); font: 400 17px/1.3 "Source Sans 3",system-ui,sans-serif; }
.checkout-form input:focus { outline: 2px solid var(--cmi-gold); outline-offset: 2px; }
.checkout-form small { display: block; margin-top: 6px; color: var(--cmi-muted); font: 400 14px/1.4 "Source Sans 3",system-ui,sans-serif; letter-spacing: 0; text-transform: none; }
.field-row { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 12px; }
.field-row--payment { grid-template-columns: 1fr 1fr; }
.payment-step { margin-top: 48px; }
.checkbox-row { margin: 24px 0; display: flex; align-items: start; gap: 12px; }
.checkbox-row input { width: 19px; height: 19px; margin-top: 3px; }
.checkbox-row span { color: var(--cmi-ink); }
.checkout-form > .button { width: 100%; }
.form-note { color: var(--cmi-muted); font-size: 14px; }
.order-summary { position: sticky; top: 105px; border: 1px solid var(--cmi-border); border-radius: 9px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px -24px rgba(13,35,65,.35); }
.order-summary > header { padding: 18px 24px; background: var(--cmi-sand); color: var(--cmi-navy); font: 800 12px/1.4 "Archivo",Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.order-summary > div { padding: 24px; }
.order-summary h2 { margin-top: 0; font-size: 32px; }
.order-summary dl { margin: 24px 0 0; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.order-summary dt { color: var(--cmi-muted); }
.order-summary dd { margin: 0; color: var(--cmi-ink); font-weight: 700; text-align: right; }
.order-summary .summary-total { margin-top: 12px; border-top: 1px solid var(--cmi-border); padding-top: 18px; }

.not-found { min-height: 70vh; padding: calc(var(--header-height) + 90px) 20px 90px; text-align: center; }
.not-found h1 { margin: 18px 0; color: var(--cmi-navy); font: 400 clamp(42px,6vw,68px)/1.05 "Cormorant Garamond",Georgia,serif; }
.not-found .button { margin-top: 28px; }

@media (max-width: 980px) {
  .site-nav--portal .nav-link:nth-of-type(n+3) { display: none; }
  .content-grid, .trust-section__inner { grid-template-columns: 1fr; gap: 44px; }
  .feature-figure img { height: 430px; }
  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 0; }
  .steps > li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .steps > li:nth-child(even) { padding-right: 0; }
  .detail-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .qa-directory__groups { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; order: -1; }
}

@media (max-width: 720px) {
  .approved-dev-badge { right: 8px; bottom: 82px; padding: 6px 9px; font-size: 9px; }
  .approved-qa-directory__groups { grid-template-columns: 1fr; }
  .approved-qa-directory ul { columns: 1; }
  :root { --header-height: 66px; }
  .dev-banner { min-height: 38px; padding-inline: 10px; }
  .dev-banner + .site-header { top: 38px; }
  .site-header__inner { width: min(100% - 28px,1376px); }
  .brand__name { font-size: 20px; }
  .brand__subtitle { display: none; }
  .site-nav { gap: 18px; }
  .site-nav .nav-link--terms, .button--header { display: none; }
  .site-nav--portal .nav-link:nth-of-type(n+2) { display: none; }
  .secure-label { font-size: 10px; letter-spacing: .12em; }

  .reward-hero { min-height: 0; padding: calc(var(--header-height) + 42px) 0 48px; background-position: center; }
  .reward-hero__inner { width: min(100% - 26px,1376px); }
  .reward-card { padding: 30px 24px 34px; border-radius: 12px; }
  .personalization { grid-template-columns: 1fr; gap: 24px; }
  .sponsor { text-align: left; }
  .sponsor__frame { width: min(100%,260px); height: 104px; }
  .reward-card__offer--product { grid-template-columns: 1fr; }
  .hero-product { width: min(100%,260px); }
  .reward-card h1 { font-size: clamp(39px,12vw,51px); }
  .hero-description { font-size: 18px; }
  .button--xl { width: 100%; min-height: 60px; padding-inline: 20px; font-size: 14px; }
  .reassurance { display: grid; grid-template-columns: 1fr; }
  .expiration-line { font-size: 11px; }

  .image-promise { padding-top: 48px; }
  .image-promise__image { width: 100%; min-height: 490px; border-radius: 0; }
  .image-promise__content { padding: 34px 22px 46px; }
  .image-promise h2, .closing-section h2, .trust-section h2 { font-size: 39px; }
  .image-promise p:not(.eyebrow), .closing-section p:not(.eyebrow) { font-size: 18px; }

  .content-section { width: min(100% - 32px,1376px); padding: 68px 0; }
  .content-section--sand { width: 100%; padding-inline: 16px; }
  .content-grid { gap: 36px; }
  .content-section h2, .section-heading h2, .confirmation-card h2, .support-section h2 { font-size: 38px; }
  .statement-list li { font-size: 28px; }
  .feature-figure img { height: 330px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps > li, .steps > li:nth-child(n) { border-left: 0; padding: 0; }
  .detail-grid, .brand-list { grid-template-columns: 1fr; }
  .trust-section__inner { width: min(100% - 32px,1376px); padding: 68px 0; }
  .closing-section { min-height: 500px; padding-inline: 18px; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 60; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(8,26,49,.95); }
  .mobile-cta .button { width: 100%; min-height: 52px; }
  .site-footer { padding-bottom: 72px; }
  .qa-directory ul { columns: 1; }

  .modal { width: 100%; max-height: 94dvh; border-radius: 16px 16px 0 0; }
  .modal__frame { max-height: 94dvh; }
  .modal__header, .modal__body, .modal__footer { padding-inline: 20px; }

  .confirmation-page { padding-top: calc(var(--header-height) + 52px); }
  .confirmation-card { width: min(100% - 26px,1138px); padding: 28px 22px; }
  .confirmation-actions { align-items: stretch; flex-direction: column; }
  .confirmation-actions .button { width: 100%; }
  .code-grid, .summary-grid, .product-status, .rx-card-preview { grid-template-columns: 1fr; }
  .product-status { gap: 26px; }
  .product-status img { max-width: 280px; }

  .checkout-page { width: min(100% - 28px,1088px); padding-top: calc(var(--header-height) + 56px); }
  .checkout-personalization, .checkout-heading { align-items: start; flex-direction: column; }
  .checkout-personalization .sponsor { min-width: 0; text-align: left; }
  .checkout-personalization .sponsor img { margin-left: 0; }
  .checkout-heading { margin-bottom: 34px; }
  .checkout-grid { gap: 32px; }
  .field-row, .field-row--payment { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.modal .form-control {
    width: 100%;
    height:46px;
    margin-top: 4px;
    border: 1px solid var(--cmi-border);
    border-radius: 8px;
    box-shadow: none;
    color: #000;
    font-size:15px;
    line-height: 34px;
    padding: 0 12px;
    margin-top: 10px;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }
  .btn-go {
    width: 100%;
    display: block;
    padding:5px 20px;
    background: #c8a65a;
    color: #0d1b2a;
    border: none;
    border-radius: 6px;
    font-size:22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 10px;
}
.btn-go:hover {
    background: #D8C99F;
}
.error-msg, .help-block{ 
    font-size: 14px;
    color: #ef4444;
    margin-top: 3px;
    display: block;
}
.modal-form {
  max-width:400px;
}
.modal-form .modal__header {
  padding: 15px;

}
.modal-form .modal__header h2 {
 font-size:26px;
}
.modal-form .modal__close {
  width:33px;
  height:33px;
  font-size:22px;
  line-height: 32px;
}
.exc_com_area {
  max-width: 688px;
}