/* Subpage styles */

.page-hero { position: relative; overflow: hidden; padding: clamp(4.2rem, 9vh, 6.5rem) 0 clamp(3rem, 6vh, 4.5rem); color: #fff; background: var(--charcoal); }
.page-hero::before, .page-hero::after { position: absolute; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; content: ""; }
.page-hero::before { top: -16rem; right: -9rem; width: 34rem; height: 34rem; }
.page-hero::after { bottom: -12rem; left: -6rem; width: 22rem; height: 22rem; }
.page-hero .page-width { position: relative; z-index: 1; }
.page-hero .eyebrow { color: #f06a70; }
.page-hero .eyebrow span { background: #ec5a60; }
.page-hero h1 { max-width: 18ch; margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4rem); text-wrap: balance; }
.page-hero p.lede { max-width: 58ch; margin: 0; color: #cfc9c8; font-size: clamp(1rem, 1.3vw, 1.15rem); }
.page-hero.page-hero-red { background: var(--red); }
.page-hero.page-hero-red .eyebrow, .page-hero.page-hero-red p.lede { color: #fff0f0; }
.page-hero.page-hero-red .eyebrow span { background: #ffd9db; }
.page-hero.page-hero-red h1 em { color: #fff; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.6rem; color: #b9b2b1; font-size: .78rem; font-weight: 600; }
.breadcrumb a { color: inherit; transition: color .2s ease; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: #fff; }
.page-hero-red .breadcrumb { color: #ffe9ea; }

.subpage-section { padding: clamp(3.2rem, 7vh, 5.5rem) 0; }
.subpage-section.tinted { background: var(--warm); }
.section-intro { max-width: 640px; margin-bottom: 2.6rem; }
.section-intro p { color: var(--muted); }

/* Plan pricing */
.plan-region { scroll-margin-top: 7rem; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 1.3rem 1.3rem 1.2rem; background: #fff; border: 1px solid #eeeae7; border-radius: var(--radius); box-shadow: 0 .5rem 1.75rem rgb(36 29 30 / 6%); }
.plan-card.highlight { color: #fff; background: var(--charcoal); border-color: var(--charcoal); }
.plan-card.highlight .plan-price, .plan-card.highlight h3 { color: #fff; }
.plan-card.highlight li, .plan-card.highlight .plan-note { color: #d8d3d2; }
.plan-tag { display: inline-block; align-self: flex-start; margin-bottom: .55rem; padding: .3rem .65rem; color: #fff; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: var(--red); border-radius: 99rem; }
.plan-card h3 { margin-bottom: .25rem; font-size: 1.16rem; }
.plan-price { margin-bottom: .8rem; color: var(--charcoal); font-size: 1.7rem; font-weight: 700; letter-spacing: -.04em; }
.plan-price small { color: var(--muted); font-size: .8rem; font-weight: 600; letter-spacing: 0; }
.plan-card ul { display: grid; gap: .4rem; padding: 0 0 1.1rem; margin: 0; list-style: none; color: var(--muted); font-size: .86rem; }
.plan-card ul li { display: flex; gap: .55rem; }
.plan-card ul li::before { color: var(--red); font-weight: 700; content: "•"; }
.plan-card .button, .plan-card .button-outline { margin-top: auto; }
.plan-card .plan-details-link { margin-top: auto; padding-top: .35rem; }
.plan-card.highlight .plan-details-link { color: #fff; }
.plan-card .plan-details-link::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius); }
.plan-card:hover { border-color: rgb(196 47 56 / 55%); }
.plan-card.highlight:hover { border-color: rgb(255 255 255 / 45%); }
.plan-brand-logos .associate-note { color: var(--muted); font-size: .74rem; font-weight: 600; }
.plan-price.plan-price-secondary { margin-top: -.55rem; }
.plan-brand-logos { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.5rem; margin: -.4rem 0 1.1rem; }
.plan-brand-logos img { width: auto; height: 1.7rem; }
@media (max-width: 640px) {
  .plan-brand-logos { margin: -.1rem 0 .8rem; }
  .plan-brand-logos img { height: 1.3rem; }
}
.enroll-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.8rem; padding: 1.1rem 1.4rem; background: #fff; border: 1px solid #eeeae7; border-radius: var(--radius); box-shadow: 0 .5rem 1.75rem rgb(36 29 30 / 6%); }
.enroll-strip h3 { margin: 0; font-size: 1.16rem; }
.enroll-buttons { display: flex; flex-wrap: wrap; gap: .6rem; margin-left: auto; }
@media (max-width: 640px) {
  .enroll-strip { margin-top: 1rem; padding: .9rem 1rem; }
  .enroll-buttons { margin-left: 0; width: 100%; }
  .enroll-buttons .button { flex: 1; min-height: 2.4rem; font-size: .74rem; padding: .45rem .7rem; }
}
.plan-note { margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.region-switch { display: inline-flex; gap: .4rem; padding: .35rem; background: #fff; border: 1px solid var(--line); border-radius: 99rem; }
.region-switch button { padding: .55rem 1.3rem; font-size: .86rem; font-weight: 700; color: var(--ink); background: none; border: 0; border-radius: 99rem; cursor: pointer; transition: background .2s ease, color .2s ease; }
.region-switch button.active { color: #fff; background: var(--red); }
.region-switch button:not(.active):hover { color: var(--red); }

/* Tabbed frames: one topic per screen, switched in place instead of stacked scrolling */
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: panel-in .3s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(.6rem); } to { opacity: 1; transform: none; } }
.frame-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.2rem; margin-bottom: 1.8rem; }
.frame-head h2 { margin-bottom: .2rem; }
.frame-head p { margin: 0; color: var(--muted); font-size: .92rem; }
.disclaimer { max-width: 72ch; margin-top: 2.4rem; color: var(--muted); font-size: .78rem; line-height: 1.6; }
details.disclaimer { margin-top: 1.4rem; }
details.disclaimer summary { font-weight: 700; cursor: pointer; }
details.disclaimer summary:hover { color: var(--red); }
details.disclaimer p { margin: .5rem 0 0; }

/* Digital card page */
.dcard-layout { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); align-items: start; gap: clamp(2.5rem, 6vw, 5rem); }
.dcard { overflow: hidden; background: #fff; border: 1px solid #eeeae7; border-radius: 1.6rem; box-shadow: var(--shadow); }
.dcard-top { padding: 2rem 1.8rem 1.4rem; text-align: center; background: linear-gradient(180deg, var(--warm), #fff); }
.dcard-top img.dcard-logo { width: 4.6rem; height: 4.6rem; margin: 0 auto 1rem; object-fit: contain; }
.dcard-top img.dcard-photo { width: 7.5rem; height: 7.5rem; margin: 0 auto 1.1rem; object-fit: cover; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 .5rem 1.4rem rgb(28 23 23 / 14%); }
.dcard-top h1 { max-width: none; margin-bottom: .15rem; font-size: 2rem; }
.dcard-top .dcard-role { color: var(--red); font-size: .9rem; font-weight: 700; }
/* The real Digital Smart Card, shown on a phone. The buttons below it are the
   working versions of what the card itself offers. */
.dcard-phone { display: block; padding: 1.6rem 1.6rem .4rem; text-align: center; background: linear-gradient(180deg, var(--warm), #fff); }
.dcard-phone img { display: block; width: auto; max-width: 100%; height: auto; max-height: 30rem; margin: 0 auto; }
.dcard-phone-note { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem; color: var(--red); font-size: .82rem; font-weight: 700; }
.dcard-phone:hover .dcard-phone-note, .dcard-phone:focus-visible .dcard-phone-note { text-decoration: underline; }
.dcard-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: 1.2rem 1.6rem; }
.dcard-list { display: grid; gap: 0; padding: .4rem 1.6rem 1.6rem; }
.dcard-list a, .dcard-list span { display: flex; align-items: center; gap: .8rem; padding: .8rem .2rem; font-size: .92rem; font-weight: 600; border-top: 1px solid #f0ecea; }
.dcard-list svg { flex-shrink: 0; width: 1.15rem; height: 1.15rem; color: var(--red); }
.dcard-list a:hover, .dcard-list a:focus-visible { color: var(--red); }
.dcard-side h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.dcard-side > p { max-width: 52ch; color: var(--muted); }
.qr-panel { display: flex; align-items: center; gap: 1.4rem; padding: 1.4rem; margin-top: 1.8rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 .5rem 1.75rem rgb(36 29 30 / 6%); }
.qr-panel img { width: 8rem; height: 8rem; }
.qr-panel strong { display: block; margin-bottom: .25rem; }
.qr-panel p { margin: 0; color: var(--muted); font-size: .88rem; }
.dcard-divisions { display: grid; gap: .8rem; margin-top: 1.8rem; }
.dcard-divisions a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; font-weight: 700; background: #fff; border: 1px solid var(--line); border-radius: .85rem; transition: border-color .2s ease, transform .2s ease; }
.dcard-divisions a:hover, .dcard-divisions a:focus-visible { border-color: rgb(196 47 56 / 55%); transform: translateX(4px); }
.dcard-divisions a span { color: var(--red); }

/* Benefits grid (digital cards page) */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.benefit { padding: 1.35rem 1.3rem; background: #fff; border: 1px solid #eeeae7; border-radius: var(--radius); }
.benefit .bolt { font-size: 1.3rem; }
.benefit h3 { margin: .5rem 0 .4rem; font-size: 1.05rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .88rem; }
.price-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.8rem 2rem; margin-top: 2.4rem; color: #fff; background: var(--charcoal); border-radius: var(--radius); }
.price-banner strong { display: block; font-size: 1.9rem; letter-spacing: -.03em; }
.price-banner span { color: #d8d3d2; font-size: .9rem; }

/* Directory */
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.biz-card { display: flex; flex-direction: column; padding: 1.5rem; background: #fff; border: 1px solid #eeeae7; border-radius: var(--radius); box-shadow: 0 .5rem 1.75rem rgb(36 29 30 / 5%); transition: transform .2s ease, border-color .2s ease; }
.biz-card:hover { border-color: rgb(196 47 56 / 45%); transform: translateY(-4px); }
.biz-card img { align-self: flex-start; height: 3.4rem; max-width: 11rem; margin-bottom: 1.1rem; object-fit: contain; }
.biz-card h3 { margin-bottom: .2rem; font-size: 1.12rem; }
.biz-person { margin-bottom: .55rem; color: var(--red); font-size: .8rem; font-weight: 700; }
.biz-card p.biz-desc { flex: 1; margin-bottom: 1rem; color: var(--muted); font-size: .88rem; }
.biz-card .text-link { font-size: .8rem; }
.biz-meta { color: #7a7473; font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* Embeds */
.embed-shell { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.embed-shell iframe { display: block; width: 100%; border: 0; height: clamp(430px, calc(100svh - 17rem), 760px); }
.embed-fallback { margin-top: 1.1rem; color: var(--muted); font-size: .85rem; }

.cta-band { padding: 3.4rem 0; color: #fff; text-align: center; background: var(--red); }
.cta-band h2 { margin-bottom: 1.4rem; color: #fff; }

/* Event registration */
.event-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.event-details > p { color: var(--muted); }
.event-date-card { display: inline-grid; place-items: center; width: 8rem; height: 8rem; padding: .65rem; margin-bottom: 1.7rem; color: #fff; text-align: center; background: var(--charcoal); border-radius: 1.1rem; box-shadow: var(--shadow); }
.event-date-card span, .event-date-card small { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.event-date-card strong { color: #ec5a60; font-size: 3rem; line-height: .8; letter-spacing: -.08em; }
.event-details > div > p:not(.eyebrow) { max-width: 56ch; color: var(--muted); }
.event-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 2rem; }
.event-steps > div { padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: .8rem; }
.event-steps span { display: block; margin-bottom: .45rem; color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .09em; }
.event-steps strong { display: block; font-size: .9rem; }
.event-steps p { margin: .35rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.event-card-qr { display: flex; align-items: center; gap: 1rem; padding: 1.1rem; margin-top: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: .9rem; }
.event-card-qr img { width: 5.1rem; height: 5.1rem; padding: .2rem; background: #fff; }
.event-card-qr p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.event-card-qr strong { color: var(--ink); }
.event-form-shell { padding: clamp(1.5rem, 3vw, 2.4rem); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.event-form-shell h2 { margin-bottom: .55rem; font-size: clamp(2rem, 3.2vw, 2.65rem); }
.event-form-shell > p:not(.eyebrow) { margin-bottom: 1.35rem; color: var(--muted); font-size: .9rem; }
.event-form { display: grid; gap: .48rem; }
.event-form label { margin-top: .35rem; font-size: .8rem; font-weight: 700; }
.event-form label span { color: var(--red); }
.event-form input, .event-form select { width: 100%; min-height: 3rem; padding: .65rem .8rem; color: var(--ink); font: inherit; font-size: .9rem; background: #fff; border: 1px solid #b3aaa6; border-radius: .55rem; }
.event-form input:focus, .event-form select:focus { border-color: var(--red); outline: 3px solid var(--red); outline-offset: 1px; }
.event-form .button { width: 100%; margin-top: .8rem; }
.event-form-note { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.confirmation-page { display: grid; min-height: 100svh; padding: 1.5rem; place-items: center; background: var(--warm); }
.confirmation-card { width: min(100%, 570px); padding: clamp(2rem, 6vw, 4rem); text-align: center; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.confirmation-card > img { width: 4rem; height: 4rem; margin: 0 auto 1.8rem; object-fit: contain; }
.confirmation-card .eyebrow { justify-content: center; }
.confirmation-card p:not(.eyebrow) { color: var(--muted); }
.confirmation-card .button { margin-top: .6rem; }
.confirmation-page { padding-bottom: 8rem; }

/* Contact / booking frame */
.contact-layout { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(1.4rem, 3vw, 2.4rem); align-items: start; }
.contact-layout > * { min-width: 0; }
.meeting-card { padding: 1.5rem 1.5rem 1.4rem; color: #fff; background: var(--charcoal); border-radius: var(--radius); }
.meeting-card h3 { display: flex; align-items: baseline; gap: .6rem; margin-bottom: .35rem; font-size: 1.35rem; }
.meeting-card h3 small { color: #ec5a60; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.meeting-card > p { margin-bottom: 1.1rem; color: #d8d3d2; font-size: .9rem; }
.meeting-modes { display: grid; gap: .5rem; padding: 0; margin: 0; list-style: none; font-size: .88rem; font-weight: 600; }
.meeting-modes li { display: flex; align-items: center; gap: .6rem; padding: .55rem .75rem; background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 12%); border-radius: .6rem; }
.meeting-modes .bolt { font-size: 1rem; }
.contact-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: .9rem; }
.contact-tile { display: grid; gap: .1rem; padding: .85rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: .8rem; transition: border-color .2s ease, transform .2s ease; }
.contact-tile:hover, .contact-tile:focus-visible { border-color: rgb(196 47 56 / 55%); transform: translateY(-2px); }
.contact-tile strong { font-size: .78rem; color: var(--red); letter-spacing: .06em; text-transform: uppercase; }
.contact-tile span { font-size: .88rem; font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }

/* Short desktop viewports: compress framed content so each frame stays one screen */
@media (min-width: 761px) and (max-height: 840px) {
  .subpage-section.frame-section { padding: 2rem 0; }
  .frame-head { margin-bottom: 1rem; }
  .frame-head h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
  .section-intro { margin-bottom: 1.4rem; }
  .plan-grid { gap: .75rem; }
  .plan-card { padding: .95rem 1rem .9rem; }
  .plan-card h3 { font-size: .98rem; margin-bottom: .2rem; }
  .plan-price { font-size: 1.3rem; margin-bottom: .5rem; }
  .plan-card ul { font-size: .76rem; gap: .28rem; padding-bottom: .8rem; }
  .plan-card .button, .plan-card .button-outline { min-height: 2.4rem; font-size: .74rem; padding: .45rem .9rem; }
  .plan-tag { top: .85rem; right: .85rem; font-size: .56rem; }
  .disclaimer { margin-top: 1rem; font-size: .64rem; }
  .benefit { padding: .95rem 1rem; }
  .benefit h3 { font-size: .95rem; }
  .benefit p { font-size: .8rem; }
  .price-banner { padding: 1.15rem 1.4rem; margin-top: 1.3rem; }
  .price-banner strong { font-size: 1.5rem; }
  .page-hero { padding: clamp(2.8rem, 6vh, 4.2rem) 0 clamp(2.2rem, 4.5vh, 3.2rem); }
  .page-hero h1 { font-size: clamp(2.1rem, 3.8vw, 3rem); }
  .dcard-top { padding: 1.4rem 1.6rem 1rem; }
  .dcard-top img.dcard-logo { width: 3.4rem; height: 3.4rem; margin-bottom: .6rem; }
  .dcard-top img.dcard-photo { width: 5.2rem; height: 5.2rem; margin-bottom: .7rem; }
  .dcard-top h1 { font-size: 1.55rem; }
  .dcard-actions { padding: .8rem 1.4rem; gap: .45rem; }
  .dcard-actions .button, .dcard-actions .button-outline { min-height: 2.5rem; font-size: .76rem; }
  .dcard-list { padding-bottom: 1.1rem; }
  .dcard-list a, .dcard-list span { padding: .5rem .2rem; font-size: .82rem; }
  .qr-panel { padding: 1rem; margin-top: 1.2rem; }
  .qr-panel img { width: 6rem; height: 6rem; }
  .dcard-divisions { gap: .55rem; margin-top: 1.2rem; }
  .dcard-divisions a { padding: .7rem 1rem; font-size: .88rem; }
}

@media (max-width: 900px) {
  .plan-grid, .benefit-grid, .directory-grid { grid-template-columns: 1fr 1fr; }
  .dcard-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .event-layout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .plan-grid, .benefit-grid, .directory-grid { grid-template-columns: 1fr; }
  .contact-tiles { grid-template-columns: 1fr 1fr; }
  .dcard-actions { grid-template-columns: 1fr; }
  .qr-panel { flex-direction: column; text-align: center; }
  .price-banner { justify-content: center; text-align: center; }
  .event-steps { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .dcard-page .page-hero { padding: 1.6rem 0 1.35rem; }
  .dcard-page .page-hero .breadcrumb { margin-bottom: .8rem; }
  .dcard-page .page-hero h1 { margin-bottom: .5rem; font-size: clamp(1.75rem, 8vw, 2.4rem); }
  .dcard-page .page-hero p.lede { font-size: .92rem; }
  .dcard-page .subpage-section { padding-top: 1.5rem; }
  .dcard-phone { padding: 1.1rem 1.1rem .2rem; }
  .dcard-phone img { max-height: 21rem; }
}

.event-form-error { padding: .6rem .85rem; margin: .4rem 0 .2rem; color: #a02020; background: #fdecec; border: 1px solid #f2c4c4; border-radius: 8px; font-size: .85rem; }

/* Card holder name: styled like the old h1, but not a second page heading */
.dcard-top .dcard-name { margin: 0 0 .15rem; font-family: inherit; font-size: clamp(1.75rem, 2.6vw, 2.15rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.1; }

/* Privacy page */
.policy-copy { max-width: 46rem; }
.policy-copy h3 { margin: 2rem 0 .6rem; font-size: 1.25rem; }
.policy-copy p { margin: 0 0 .9rem; color: var(--ink-soft, #4c4848); line-height: 1.65; }
.policy-list { margin: 0 0 .9rem; padding-left: 1.2rem; line-height: 1.65; }
.policy-list li { margin-bottom: .35rem; }
.policy-updated { font-size: .85rem; color: #8a8484; }

/* Meeting request form */
.event-form textarea { width: 100%; padding: .65rem .8rem; color: var(--ink); font: inherit; font-size: .9rem; background: #fff; border: 1px solid #b3aaa6; border-radius: .55rem; resize: vertical; }
.event-form textarea:focus { border-color: var(--red); outline: 3px solid var(--red); outline-offset: 1px; }
.event-form .label-soft { font-weight: 400; font-style: normal; color: var(--muted); }
.book-form-sent { padding: 2.5rem 1rem; text-align: center; }
.book-form-sent h2 { margin: 0 0 .5rem; }
.book-form-sent p { margin: 0 0 .8rem; color: var(--muted); }
.book-sent-mark { width: 3.4rem; height: 3.4rem; margin: 0 auto 1.1rem; display: grid; place-items: center; font-size: 1.6rem; color: #fff; background: #2e7d32; border-radius: 50%; }

/* Meeting time picker */
.slot-picker { margin: .3rem 0 1.2rem; }
.slot-days { display: flex; flex-wrap: wrap; gap: .45rem; max-width: 100%; padding-bottom: .45rem; }
.slot-day { display: grid; flex: 0 1 auto; gap: .1rem; min-width: 4.4rem; padding: .55rem .4rem; text-align: center; font: inherit; background: #fff; border: 1px solid #b3aaa6; border-radius: .65rem; cursor: pointer; }
.slot-day span { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.slot-day strong { font-size: .95rem; }
.slot-day.on { border-color: var(--red); outline: 2px solid rgb(196 47 56 / 25%); }
.slot-times { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .7rem; }
.slot-chip { padding: .5rem .8rem; font: inherit; font-size: .88rem; background: #fff; border: 1px solid #b3aaa6; border-radius: 2rem; cursor: pointer; }
.slot-chip.on { color: #fff; background: var(--red); border-color: var(--red); }
.slot-chosen { margin: .8rem 0 0; font-size: .9rem; }
