/* DataGrail Demo V1 — scoped under .dg-demo to coexist with theme chrome (Timber header/footer). */
.dg-demo, .dg-demo *{box-sizing:border-box;}
.dg-demo{background:#fff;}
:root { --mint: #00e3a3; --mint-deep: #00c490; --ink: #1c1b11; --navy: #002f57; --navy-2: #0f2838; --navy-3: #003b4d; --deep: #003b4d; --deep-2: #00475c; --deep-tint: #e3edf0; --deep-tint-2: #cfe0e5; --white: #ffffff; --cream: #f4f4f2; --orange: #ff9c00; --gold: #ffc700; --link: #007ac1; --blue: #0671ec; --mint-tint: #d1e8e0; --mint-tint-2: #abe8d9; --blue-tint: #e5edf3; --blue-tint-2: #c7d9de; --n-900: #33322d; --n-700: #404040; --n-600: #585750; --n-500: #666666; --n-400: #969690; --n-300: #d9d8d7; --n-250: #e4e6e8; --n-200: #ebeae8; --n-100: #f4f4f2; --sans: 'DM Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif; --serif: 'cigars','Fraunces',Georgia,'Times New Roman',serif; --r-sm: 8px; --r-md: 14px; --r-lg: 22px; --r-xl: 30px; --shadow-sm: 0 1px 2px rgba(28,27,17,.06),0 1px 3px rgba(28,27,17,.05); --shadow-md: 0 10px 30px -12px rgba(28,27,17,.18),0 2px 8px rgba(28,27,17,.06); --shadow-lg: 0 30px 70px -28px rgba(0,47,87,.4),0 8px 24px -12px rgba(28,27,17,.18); }
.dg-demo, .dg-demo * { box-sizing: border-box; }
.dg-demo, .dg-demo { margin: 0px; padding: 0px; }
.dg-demo { font-family: var(--sans); color: var(--ink); background: rgb(233, 234, 236); -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }
.dg-demo button { font-family: inherit; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; }
.dg-demo input { font-family: inherit; }
.dg-demo a { color: inherit; text-decoration: none; }
.dg-demo ::selection { background: var(--mint); color: var(--ink); }
.dg-demo .proto-tab.on { background: var(--mint); color: var(--ink); }
.dg-demo .proto-tab.on small { opacity: 0.7; }
.dg-demo .proto-seg button.on { background: rgba(255, 255, 255, 0.14); color: rgb(255, 255, 255); }
.dg-demo .pg { font-family: var(--sans); color: var(--ink); font-size: 17px; line-height: 1.6; --wrapw: 1240px; --wrappad: 60px; }
.dg-demo .wrap { max-width: var(--wrapw); margin: 0px auto; padding: 0 var(--wrappad); width: 100%; }
.dg-demo .hero-screen { position: relative; }
.dg-demo .hero-screen { min-height: 100vh; display: flex; flex-direction: column; }

/* ---- hero background: mint spotlight that eases toward the cursor (from mockup) ---- */
.dg-demo .hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
/* keep the hero content above the background layer */
.dg-demo .hero-screen > .hero-body, .dg-demo .hero-screen > .hero-marq { position: relative; z-index: 1; }
.dg-demo .hero-bg.spotlight {
  --mx: 50%; --my: 34%;
  background:
    radial-gradient(340px 340px at var(--mx) var(--my), rgba(0, 227, 163, .16), rgba(0, 227, 163, .05) 46%, transparent 70%),
    radial-gradient(circle at 82% 6%, rgba(0, 59, 77, .06), transparent 42%);
}
.dg-demo .hero-bg.spotlight::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(circle, rgba(0, 59, 77, .16) 1px, transparent 1.4px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(420px 420px at var(--mx) var(--my), #000, transparent 72%);
  mask-image: radial-gradient(420px 420px at var(--mx) var(--my), #000, transparent 72%);
}
.dg-demo .hero-screen .hero-body { flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; padding-top: 14px; padding-bottom: 26px; }
.dg-demo .hero-marq { flex: 0 0 auto; padding: 22px 0px 30px; border-top: 1px solid var(--n-200); background: linear-gradient(rgb(251, 252, 252), rgb(241, 245, 246)); --marq-fade: #f3f6f7; }
.dg-demo .hero-marq .logo-strap { margin-bottom: 20px; color: var(--deep); opacity: 0.78; }
.dg-demo .hero-body .form-card { padding: 26px 28px; }
.dg-demo .hero-body .form-head { margin-bottom: 16px; }
.dg-demo .hero-body .field { margin-bottom: 11px; }
.dg-demo .hero-body .field input { height: 48px; }
.dg-demo .hero-body .field select { height: 48px; }
.dg-demo .hero-body .reassure { margin-top: 13px; padding: 11px 14px; }
.dg-demo .hero-body .form-fine { margin-top: 11px; }
.dg-demo .band-deep { background: radial-gradient(120% 140% at 50% -20%, #00485d 0%, var(--deep) 55%, #002b39 100%); color: rgb(255, 255, 255); }
.dg-demo .band-deep h2.head, .dg-demo .band-deep h1.disp { color: rgb(255, 255, 255); }
.dg-demo .band-deep .lead { color: rgba(255, 255, 255, 0.78); }
.dg-demo [data-form-anchor].flash .form-card, .dg-demo [data-form-anchor].flash .sched { outline: rgba(0, 227, 163, 0) solid 3px; outline-offset: 5px; border-radius: var(--r-xl); animation: 1.4s ease 0s 1 normal none running formflash; }
.dg-demo .brand-right .stars svg { width: 15px; height: 15px; }
.dg-demo .sec { padding-block: 86px; }
.dg-demo .center { text-align: center; }
.dg-demo .eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mint-deep); margin: 0px 0px 18px; display: inline-flex; align-items: center; gap: 9px; }
.dg-demo .eyebrow.on-dark { color: var(--mint); }
.dg-demo .eyebrow::before { content: ""; width: 22px; height: 2px; background: currentcolor; border-radius: 2px; }
.dg-demo .eyebrow.no-rule::before { display: none; }
.dg-demo .serif { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; line-height: 1.04; }
.dg-demo h1.disp { font-family: var(--serif); font-weight: 400; font-size: 58px; line-height: 1.03; letter-spacing: -0.015em; margin: 0px; }
.dg-demo h2.head { font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1.08; letter-spacing: -0.01em; margin: 0px; }
.dg-demo h3 { font-size: 20px; font-weight: 600; margin: 0px; letter-spacing: -0.01em; }
.dg-demo .lead { font-size: 20px; line-height: 1.55; color: var(--n-600); margin: 20px 0px 0px; font-weight: 400; }
.dg-demo .hl-mint { color: var(--mint-deep); }
.dg-demo .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 600; font-size: 16px; border-radius: 11px; padding: 15px 24px; transition: transform 0.14s, box-shadow 0.2s, background 0.15s; white-space: nowrap; line-height: 1; }
.dg-demo .btn:active { transform: translateY(1px); }
.dg-demo .btn svg { width: 17px; height: 17px; }
.dg-demo .btn-mint { background: var(--mint); color: var(--ink); box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 0px; }
.dg-demo .btn-mint:hover { background: var(--mint-deep); box-shadow: rgba(0, 196, 144, 0.7) 0px 12px 24px -10px; }
.dg-demo .btn-lg { padding: 18px 30px; font-size: 17px; border-radius: 13px; }
.dg-demo .ph { position: relative; background: repeating-linear-gradient(135deg, rgb(236, 234, 230) 0px, rgb(236, 234, 230) 11px, rgb(244, 243, 240) 11px, rgb(244, 243, 240) 22px); border: 1px solid var(--n-250); border-radius: var(--r-md); overflow: hidden; display: grid; place-items: center; color: var(--n-400); }
.dg-demo .ph.dark { background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 11px, rgba(255, 255, 255, 0.09) 11px, rgba(255, 255, 255, 0.09) 22px); border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.55); }
.dg-demo .ph-tag { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: 0.04em; padding: 4px 9px; background: rgba(255, 255, 255, 0.7); border-radius: 6px; border: 1px solid var(--n-250); }
.dg-demo .ph.dark .ph-tag { background: rgba(0, 0, 0, 0.25); border-color: rgba(255, 255, 255, 0.14); }
.dg-demo .ph-avatar { width: 54px; height: 54px; border-radius: 50%; flex: 0 0 auto; }
.dg-demo .ph-avatar .ph-tag { font-size: 8px; padding: 2px 4px; }
.dg-demo .logo-strap { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--n-400); margin-bottom: 30px; text-align: center; }
.dg-demo .logo-strap.on-dark { color: rgba(255, 255, 255, 0.55); }
.dg-demo .agenda { list-style: none; margin: 0px; padding: 0px; display: flex; flex-direction: column; gap: 13px; }
.dg-demo .agenda li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; }
.dg-demo .agenda li .n { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; background: rgba(0, 227, 163, 0.16); color: var(--mint-deep); font-weight: 700; font-size: 13px; display: grid; place-items: center; margin-top: 1px; }
.dg-demo .agenda.on-dark li { color: rgba(255, 255, 255, 0.86); }
.dg-demo .agenda.on-dark li .n { background: rgba(0, 227, 163, 0.2); color: var(--mint); }
.dg-demo .sched { display: flex; flex-direction: column; gap: 0px; background: rgb(255, 255, 255); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--n-250); }
.dg-demo .sched-expert { display: flex; gap: 15px; align-items: center; padding: 22px 26px; background: var(--cream); border-bottom: 1px solid var(--n-250); }
.dg-demo .sched-expert .ph-avatar { width: 58px; height: 58px; }
.dg-demo .sched-expert h4 { margin: 0px; font-size: 17px; font-weight: 700; }
.dg-demo .sched-expert p { margin: 3px 0px 0px; font-size: 14px; color: var(--n-500); }
.dg-demo .sched-live { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--mint-deep); margin-top: 6px; }
.dg-demo .sched-live .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: rgba(0, 227, 163, 0.6) 0px 0px 0px 0px; animation: 1.8s ease 0s infinite normal none running pulse; }
.dg-demo .sched-body { padding: 24px 26px; }
.dg-demo .sched-days { display: flex; gap: 8px; margin-bottom: 20px; }
.dg-demo .sched-day { flex: 1 1 0%; border: 1.5px solid var(--n-250); border-radius: 12px; padding: 11px 4px; text-align: center; transition: 0.14s; background: rgb(255, 255, 255); }
.dg-demo .sched-day:hover { border-color: var(--mint-deep); }
.dg-demo .sched-day.on { border-color: var(--mint-deep); background: rgba(0, 227, 163, 0.1); }
.dg-demo .sched-day .dow { font-size: 11px; font-weight: 600; color: var(--n-500); text-transform: uppercase; letter-spacing: 0.05em; }
.dg-demo .sched-day .dnum { font-size: 19px; font-weight: 700; margin-top: 3px; }
.dg-demo .sched-day.on .dnum { color: var(--mint-deep); }
.dg-demo .slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.dg-demo .slot { border: 1.5px solid var(--n-250); border-radius: 10px; padding: 12px 6px; font-size: 14.5px; font-weight: 600; color: var(--ink); transition: 0.14s; background: rgb(255, 255, 255); text-align: center; }
.dg-demo .slot:hover { border-color: var(--mint-deep); color: var(--mint-deep); }
.dg-demo .slot.on { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.dg-demo .slot:disabled { opacity: 0.4; cursor: not-allowed; }
.dg-demo .sched-foot { padding: 0px 26px 24px; }
.dg-demo .sched-tz { font-size: 13px; color: var(--n-500); margin: 16px 0px 0px; text-align: center; }
.dg-demo .case-by .ph-avatar { width: 48px; height: 48px; }
.dg-demo .foot .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.dg-demo .band-mist { background: linear-gradient(rgb(238, 244, 245), rgb(230, 238, 240)); }
.dg-demo .band-navy h2.head, .dg-demo .band-ink h2.head { color: rgb(255, 255, 255); }
.dg-demo .band-navy .lead, .dg-demo .band-ink .lead { color: rgba(255, 255, 255, 0.72); }
.dg-demo .sec-head { max-width: 680px; margin: 0px auto 50px; }
.dg-demo .sec-head.left { margin-left: 0px; }
.dg-demo .microtrust { display: flex; align-items: center; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.dg-demo .microtrust .stars { display: flex; gap: 2px; color: var(--gold); }
.dg-demo .microtrust .stars svg { width: 16px; height: 16px; }
.dg-demo .microtrust .mt-txt { font-size: 13.5px; color: var(--n-500); }
.dg-demo .microtrust .mt-txt b { color: var(--ink); }
.dg-demo .avatars .ph-avatar { width: 34px; height: 34px; border: 2px solid rgb(255, 255, 255); margin-left: -10px; }
.dg-demo .avatars .ph-avatar:first-child { margin-left: 0px; }
.dg-demo .hero-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
.dg-demo .hero-split > * { min-width: 0px; }
.dg-demo .analyst .a-card .stars { display: flex; justify-content: center; gap: 2px; color: var(--gold); margin-bottom: 12px; }
.dg-demo .analyst .a-card .stars svg { width: 16px; height: 16px; }
.dg-demo .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.dg-demo .reveal.in { opacity: 1; transform: none; }
.dg-demo .stagger > * { opacity: 0; }
.dg-demo .stagger.in > * { animation: 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) 0s 1 normal both running fadeUp; }
.dg-demo .stagger.in > :nth-child(1) { animation-delay: 0.04s; }
.dg-demo .stagger.in > :nth-child(2) { animation-delay: 0.11s; }
.dg-demo .stagger.in > :nth-child(3) { animation-delay: 0.18s; }
.dg-demo .stagger.in > :nth-child(4) { animation-delay: 0.25s; }
.dg-demo .stagger.in > :nth-child(5) { animation-delay: 0.32s; }
.dg-demo .stagger.in > :nth-child(6) { animation-delay: 0.39s; }
.dg-demo .marq { position: relative; overflow: hidden; width: 100%; min-width: 0px; max-width: 100%; }
.dg-demo .marq::before, .dg-demo .marq::after { content: ""; position: absolute; top: 0px; bottom: 0px; width: 90px; z-index: 3; pointer-events: none; }
.dg-demo .marq::before { left: 0px; background: linear-gradient(90deg,var(--marq-fade,#f4f4f2),transparent); }
.dg-demo .marq::after { right: 0px; background: linear-gradient(270deg,var(--marq-fade,#f4f4f2),transparent); }
.dg-demo .marq-track { display: flex; align-items: center; gap: 66px; width: max-content; }
.dg-demo .marq-logo { height: 44px; width: auto; max-width: 168px; object-fit: contain; flex: 0 0 auto; filter: grayscale(1); opacity: 0.72; transition: 0.22s; mix-blend-mode: multiply; }
.dg-demo .marq-logo:hover { opacity: 1; filter: grayscale(0); }
.dg-demo .marq-wrap.on-dark .marq-logo { filter: brightness(0) invert(1); opacity: 0.7; }
.dg-demo .seals { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 20px 38px; }
.dg-demo .seal { display: flex; flex-direction: column; align-items: center; gap: 13px; width: 116px; text-align: center; transition: transform 0.22s; }
.dg-demo .seal:hover { transform: translateY(-5px); }
.dg-demo .seal-mark { width: 70px; height: 70px; }
.dg-demo .seal-mark svg { width: 100%; height: 100%; display: block; filter: drop-shadow(rgba(0, 47, 87, 0.2) 0px 8px 18px); }
.dg-demo .seal-cap b { display: block; font-size: 15.5px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; white-space: nowrap; }
.dg-demo .seal-cap span { font-size: 13px; color: var(--n-500); }
.dg-demo .seals.on-dark .seal-cap b { color: rgb(255, 255, 255); }
.dg-demo .seals.on-dark .seal-cap span { color: rgba(255, 255, 255, 0.6); }
.dg-demo .vtab.on { background: rgb(255, 255, 255); color: var(--ink); box-shadow: var(--shadow-sm); }
.dg-demo .vtab.on .vtab-tag {  }
.dg-demo .cc-foot .btn { flex: 0 0 auto; }
.dg-demo .vr-gate .btn { width: 100%; max-width: 360px; }
.dg-demo .vr-foot .btn { flex: 0 0 auto; }
@keyframes formflash { 
  0%, 100% { outline-color: rgba(0, 227, 163, 0); }
  22%, 40% { outline-color: rgba(0, 227, 163, 0.9); }
}
@keyframes pop { 
  0% { transform: scale(0.4); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes pulse { 
  0% { box-shadow: rgba(0, 227, 163, 0.55) 0px 0px 0px 0px; }
  70% { box-shadow: rgba(0, 227, 163, 0) 0px 0px 0px 8px; }
  100% { box-shadow: rgba(0, 227, 163, 0) 0px 0px 0px 0px; }
}
@keyframes fadeUp { 
  0% { opacity: 0; transform: translateY(22px); }
  100% { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce){.dg-demo .reveal, .dg-demo .stagger > *{opacity: 1 !important; transform: none !important; animation: auto ease 0s 1 normal none running none !important;}}
@container (min-width: 500px){.dg-demo .value-main .calc{grid-template-columns: 1.05fr 0.95fr;}}
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@media (max-width:760px){
.dg-demo .pg { font-size: 16px; --wrappad: 22px; }
.dg-demo .hero-marq { padding: 18px 0px 26px; margin-top: 10px; }
.dg-demo .sec { padding-block: 50px; }
.dg-demo h1.disp { font-size: 35px; line-height: 1.06; }
.dg-demo h2.head { font-size: 27px; }
.dg-demo .lead { font-size: 17px; }
.dg-demo .sched-body { padding: 20px; }
.dg-demo .slots { grid-template-columns: repeat(2, 1fr); }
.dg-demo .foot .wrap { flex-direction: column; align-items: flex-start; gap: 16px; }
.dg-demo .sec-head { margin-bottom: 32px; }
.dg-demo .hero-split { grid-template-columns: 1fr; gap: 34px; }
.dg-demo .marq-logo { height: 34px; max-width: 124px; }
.dg-demo .marq-track { gap: 46px; }
.dg-demo .seals { gap: 22px 24px; }
.dg-demo .seal { width: 96px; }
.dg-demo .seal-mark { width: 56px; height: 56px; }
}

/* booking form: email step + confirmation (V1 additions) */
.dg-demo .sched-form{margin:0;}
.dg-demo .sched-email{padding:16px 26px 4px;border-top:1px solid var(--n-200);margin-top:4px;}
.dg-demo .sched-email label{display:block;font-size:13px;font-weight:600;color:var(--n-600);margin-bottom:7px;}
.dg-demo .sched-email .sched-email-row{display:flex;gap:9px;}
.dg-demo .sched-email input[type="email"]{flex:1 1 auto;height:46px;padding:0 14px;font-size:15px;border:1.5px solid var(--n-250);border-radius:11px;color:var(--ink);background:#fff;}
.dg-demo .sched-email input[type="email"]:focus{outline:none;border-color:var(--mint-deep);box-shadow:0 0 0 3px rgba(0,227,163,.16);}
.dg-demo .sched-email .btn{flex:0 0 auto;}
.dg-demo .sched-confirm{text-align:center;padding:18px 6px 6px;}
.dg-demo .sched-check{width:54px;height:54px;margin:0 auto 14px;border-radius:50%;background:rgba(0,227,163,.14);color:var(--mint-deep);font-size:26px;line-height:54px;font-weight:700;}
.dg-demo .sched-confirm h4{font-family:var(--serif);font-weight:400;font-size:24px;margin:0 0 8px;}
.dg-demo .sched-confirm p{font-size:14.5px;color:var(--n-600);margin:0;line-height:1.5;}

/* logo marquee auto-scroll (track is rendered twice, so -50% loops seamlessly) */
@keyframes dg-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.dg-demo .marq-track { animation: dg-marq 42s linear infinite; will-change: transform; }
.dg-demo .marq:hover .marq-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .dg-demo .marq-track { animation: none; } }

/* clear the site's fixed top nav so it doesn't overlap the hero (122px desktop / 56px mobile) */
.dg-demo .hero-screen { padding-top: 122px; }
@media (max-width: 760px) { .dg-demo .hero-screen { padding-top: 56px; } }

/* "choose a day" prompt shown before a day is picked */
.dg-demo .slots-empty { grid-column: 1 / -1; text-align: center; color: var(--n-500); font-size: 14px; padding: 16px 0; margin: 0; }

/* booking submit: error + busy states */
.dg-demo .sched-err { display:none; margin:10px 26px 0; padding:10px 12px; font-size:13.5px; color:#b3261e; background:rgba(214,0,0,.06); border:1px solid rgba(214,0,0,.2); border-radius:10px; }
.dg-demo .sched-email .btn[disabled] { opacity:.6; cursor:default; }

/* logo strip: white background (all customer logos are on white) */
.dg-demo .hero-marq { background: #fff; --marq-fade: #fff; }

/* hero G2 badges (Summer 2026), replacing the star rating */
.dg-demo .g2-badges { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.dg-demo .g2-badge { height: 82px; width: auto; display: block; }
@media (max-width: 760px) { .dg-demo .g2-badge { height: 64px; } }

/* logo carousel sized to match the homepage: 100px full-color logos (MLS crest capped) */
.dg-demo .marq-logo { height: 100px; max-width: 240px; filter: none; opacity: 1; mix-blend-mode: normal; }
.dg-demo .marq-logo[alt="MLS"] { height: auto; max-height: 70px; }
.dg-demo .marq-track { gap: 48px; }
@media (max-width: 760px) {
  .dg-demo .marq-logo { height: 64px; max-width: 160px; }
  .dg-demo .marq-logo[alt="MLS"] { max-height: 46px; }
  .dg-demo .marq-track { gap: 32px; }
}

/* ============================================================
   1:1 mockup corrections — hero white, marquee fade gradient,
   real email/confirm step, and the "Confirmed with Priya" state.
   (Appended last so these win over earlier scaffolding.)
   ============================================================ */
.dg-demo { background: #fff; }                                    /* hero fully white (was the frame grey) */
.dg-demo .hero-marq { background: linear-gradient(rgb(251,252,252), rgb(241,245,246)); --marq-fade: #f3f6f7; }
.dg-demo .marq-logo { mix-blend-mode: multiply; }                 /* white-bg logos blend into the gradient */

/* email field + confirm button */
.dg-demo .field { margin-bottom: 12px; position: relative; }
.dg-demo .field input { width: 100%; height: 50px; border-radius: 11px; border: 1.5px solid var(--n-300); padding: 0 15px; font-size: 16px; color: var(--ink); background: #fff; transition: .15s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dg-demo .field input::placeholder { color: var(--n-400); }
.dg-demo .field input:focus { outline: none; border-color: var(--mint-deep); box-shadow: rgba(0,227,163,.16) 0 0 0 4px; }
.dg-demo .field select { width: 100%; height: 50px; border-radius: 11px; border: 1.5px solid var(--n-300); padding: 0 40px 0 15px; font-size: 16px; color: var(--ink); background-color: #fff; transition: .15s; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231c1b11' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; background-size: 14px 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dg-demo .field select:focus { outline: none; border-color: var(--mint-deep); box-shadow: rgba(0,227,163,.16) 0 0 0 4px; }
.dg-demo .field.err input { border-color: #e2543b; box-shadow: rgba(226,84,59,.12) 0 0 0 4px; }
.dg-demo .field .msg { display: none; margin-top: 6px; font-size: 12.5px; color: #cf3c22; }
.dg-demo .field.err .msg { display: block; }
.dg-demo .btn-block { width: 100%; }

/* "Confirmed with Priya" success state */
@keyframes dg-pop { 0% { transform: scale(.4); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.dg-demo .sched-confirm { padding: 26px; text-align: left; }
.dg-demo .form-success { text-align: center; padding: 18px 6px; }
.dg-demo .form-success .chk { width: 64px; height: 64px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin: 0 auto 18px; animation: dg-pop .4s cubic-bezier(.2,1.3,.5,1) both; }
.dg-demo .form-success .chk svg { width: 30px; height: 30px; color: var(--ink); }
.dg-demo .form-success h3 { font-size: 23px; margin: 0 0 8px; font-weight: 700; font-family: var(--sans); }
.dg-demo .sched-confirm .when { display: flex; align-items: center; gap: 12px; padding: 15px; border-radius: 14px; background: var(--mint-tint); margin-bottom: 18px; }
.dg-demo .sched-confirm .when svg { width: 20px; height: 20px; color: var(--mint-deep); flex: 0 0 auto; }
.dg-demo .sched-confirm .when b { display: block; font-size: 15px; }
.dg-demo .sched-confirm .when span { font-size: 12.5px; color: rgb(10,74,58); }
.dg-demo .muted { color: var(--n-500); }

/* ---- post-review round: consent opt-in, product-interest bubbles ---- */
/* Hero background: clean white, as in the mockup (the added soft-fade fought the white
   marquee and looked choppy). */
.dg-demo .hero-screen { background: #fff; }

/* consent opt-in checkbox (booking form, optional) */
.dg-demo .consent-opt { display: flex; gap: 9px; align-items: flex-start; margin: 0 0 12px; font-size: 12px; line-height: 1.45; color: var(--n-600); cursor: pointer; }
.dg-demo .consent-opt input { margin-top: 2px; flex: 0 0 auto; width: 15px; height: 15px; accent-color: var(--mint-deep); }
.dg-demo .consent-opt a { color: var(--link); text-decoration: underline; }

/* product-interest selector (thank-you) — bubble toggles, stacked, calendar-button styling */
.dg-demo .pi-select { border-top: 1px solid var(--n-200); padding-top: 18px; }
.dg-demo .pi-q { font-size: 14px; font-weight: 600; color: var(--n-700); margin: 0 0 12px; text-align: center; }
.dg-demo .pi-bubbles { display: flex; flex-direction: column; gap: 9px; }
.dg-demo .pi-bubble { display: flex; align-items: center; justify-content: center; text-align: center; border: 1.5px solid var(--n-250); border-radius: 12px; padding: 13px 14px; font-size: 15px; font-weight: 600; color: var(--ink); background: #fff; transition: .14s; }
.dg-demo .pi-bubble:hover { border-color: var(--mint-deep); color: var(--mint-deep); }
.dg-demo .pi-bubble.on { background: var(--mint); border-color: var(--mint); color: var(--ink); }

/* product-interest: more space under the question, icons in bubbles, submit button */
.dg-demo .pi-q { margin: 0 0 18px; }
.dg-demo .pi-bubble { gap: 10px; }
.dg-demo .pi-icon { width: 22px; height: 22px; flex: 0 0 auto; object-fit: contain; }
.dg-demo .pi-submit { margin-top: 14px; }
.dg-demo .pi-thanks { text-align: center; font-size: 14px; color: var(--n-600); margin: 8px 0 0; }

/* space the bubbles off the question via the (div) container — a p-level reset was zeroing .pi-q's margin */
.dg-demo .pi-bubbles { margin-top: 20px; }
/* bigger option icons (were too small) */
.dg-demo .pi-icon { width: 36px; height: 36px; }

/* Logos all have white backgrounds (some are JPEGs, so no transparent version) — keep the
   carousel white so they don't box on the gradient; fade only the bottom edge into the
   compliance band. Overrides the earlier gradient + mix-blend. */
.dg-demo .hero-marq { background: linear-gradient(180deg, #fff 0%, #fff 82%, #f2f5f6 100%); --marq-fade: #fff; }
.dg-demo .marq-logo { mix-blend-mode: normal; }

/* Compact the thank-you / product-interest card so it fits a laptop viewport.
   Check now sits inline (left of the heading) and much smaller; spacing tightened. */
.dg-demo .sched-confirm { padding: 16px 24px 20px; }
.dg-demo .form-success { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 2px 0 12px; text-align: left; }
.dg-demo .form-success .chk { width: 30px; height: 30px; margin: 0; }
.dg-demo .form-success .chk svg { width: 17px; height: 17px; }
.dg-demo .form-success h3 { font-size: 19px; margin: 0; }
.dg-demo .sched-confirm .when { padding: 12px 14px; margin-bottom: 12px; }
.dg-demo .sched-confirm .when b { font-size: 14.5px; }
.dg-demo .pi-select { padding-top: 14px; }
.dg-demo .pi-q { margin: 0; font-size: 13.5px; }
.dg-demo .pi-bubbles { margin-top: 12px; gap: 7px; }
.dg-demo .pi-bubble { padding: 9px 14px; gap: 9px; font-size: 14.5px; }
.dg-demo .pi-icon { width: 30px; height: 30px; }
.dg-demo .pi-submit { margin-top: 12px; padding: 12px 24px; font-size: 15px; border-radius: 11px; }

/* reCAPTCHA: hide the floating v3 badge (disclosure text is shown in the confirm step instead) */
.grecaptcha-badge { visibility: hidden; height: 0 !important; }
.dg-demo .sched-recaptcha { margin: 10px 0 0; font-size: 11px; line-height: 1.5; color: var(--n-500); text-align: center; }
.dg-demo .sched-recaptcha a { color: var(--n-500); text-decoration: underline; }

/* week-paging arrows flanking the day strip */
.dg-demo .sched-days-wrap { display: flex; align-items: stretch; gap: 8px; margin-bottom: 20px; }
.dg-demo .sched-days-wrap .sched-days { flex: 1 1 auto; margin-bottom: 0; }
.dg-demo .sched-arrow { flex: 0 0 auto; width: 32px; border: 1.5px solid var(--n-250); border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--n-500); transition: .14s; }
.dg-demo .sched-arrow:hover:not(:disabled) { border-color: var(--mint-deep); color: var(--mint-deep); }
.dg-demo .sched-arrow:disabled { opacity: .3; cursor: default; }
.dg-demo .sched-arrow svg { width: 18px; height: 18px; }
