html, body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;
    background: #F4F7F8;
}
h1:focus { outline: none; }

/* Shared user-menu avatar (rendered by UserMenu in both MainLayout and ManageLayout). */
.apontio-avatar { background:#DDE9E8 !important; color:#0A746F !important; font-weight:700; font-size:13px; }
.apontio-mono { font-family: 'Space Mono', monospace; }

/* Skeleton shimmer (~1.3s) for the slot-grid loading state */
@keyframes apontio-shimmer { 0% { background-position: -400px 0; } 100% { background-position: 400px 0; } }
.apontio-skeleton {
    background: linear-gradient(90deg, #EEF2F2 25%, #F6F9F9 37%, #EEF2F2 63%);
    background-size: 800px 100%;
    animation: apontio-shimmer 1.3s ease-in-out infinite;
    border-radius: 12px;
}
/* In-progress pulse (~1s) */
@keyframes apontio-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.apontio-pulse { animation: apontio-pulse 1s ease-in-out infinite; }

/* Footer + legal pages (Service Agreement & Privacy Policy) */
/* Footer bar: copyright/legal links left, brand pill right. Light by default (internal
   pages have light backgrounds); the landing overrides to the dark variant below, where
   the bar sits on the hero gradient. */
.apontio-footer {
    display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center;
    padding: 1.1rem 1.5rem; margin-top: 1.5rem;
    font-size: .85rem; background: #EFF4F3; color: #4A5B58;
}
.apontio-footer-left { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.apontio-footer a { color: inherit; text-decoration: none; }
.apontio-footer a:hover { text-decoration: underline; }
/* MudLink's .mud-primary-text sets color with !important; match it to inherit the bar's color. */
.apontio-footer .apontio-footer-link { color: inherit !important; }
.apontio-footer-sep { opacity: .5; }
/* Social icons + brand pill grouped on the right; icons pick up the bar's text color. */
.apontio-footer-right { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.apontio-footer-social { display: flex; gap: .15rem; align-items: center; }
.apontio-footer-social a {
    display: inline-flex; padding: .35rem; border-radius: 50%; opacity: .8;
    transition: opacity .12s, background .12s;
}
.apontio-footer-social a:hover { opacity: 1; background: rgba(0,0,0,.06); }
.mkt-shell .apontio-footer-social a:hover { background: rgba(255,255,255,.12); }
/* Dark variant on the landing: flush against the hero gradient (no light gap). */
.mkt-shell .apontio-footer { margin-top: 0; background: #0A3A36; color: rgba(255,255,255,.85); }

/* White brand pill: crow mark + "UN PRODUCTO DE / BlackCrow Software". The border keeps it
   defined on the light bar; the shadow keeps it lifted on the dark one. */
.apontio-brand-pill {
    display: inline-flex; align-items: center; gap: .55rem;
    background: #fff; border-radius: 999px; padding: .4rem 1rem .4rem .55rem;
    border: 1px solid #DFE7E5; box-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.apontio-footer a.apontio-brand-pill:hover { text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,.28); }
.apontio-brand-pill img { width: 30px; height: 30px; object-fit: contain; }
.apontio-brand-pill-text { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.apontio-brand-pill-kicker {
    font-size: .58rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
    color: #6b7280;
}
.apontio-brand-pill-name { font-size: .88rem; font-weight: 800; color: #111827; }
.apontio-legal { max-width: 760px; margin: 0 auto; padding: 2rem 1.25rem 3rem; line-height: 1.6; }
.apontio-legal h1 { font-weight: 800; margin-bottom: .25rem; }
.apontio-legal h2 { font-weight: 700; margin-top: 1.5rem; margin-bottom: .4rem; font-size: 1.1rem; }
.apontio-legal-updated { color: var(--mud-palette-text-secondary, #6b7280); font-size: .85rem; margin-bottom: 1.5rem; }
.apontio-legal-back { margin-top: 2rem; }
.apontio-legal-back a { color: var(--mud-palette-primary, #11A79F); text-decoration: none; }

/* Centered legal content (shown in a dialog or page) + clickable footer links */
.apontio-legal-centered { text-align: center; }
.apontio-footer-link { cursor: pointer; }

/* Booking saved-address picker: selectable address cards. */
.apontio-addr-card { cursor: pointer; transition: border-color .12s, background .12s; }
.apontio-addr-card:hover { border-color: #BDE5D0; background: #F3F8F7; }
.apontio-addr-card--selected { border-color: #1FA97D; box-shadow: 0 0 0 1px #1FA97D inset; background: #E5F4EC; }

/* Manage top bar — three zones: identity (left) · centered title · user menu (right).
   These MUST be global: the identity anchor and the title span are direct children of
   <MudAppBar> (a child component), so a scoped ::deep rule in ManageLayout.razor.css has no
   scope-carrying ancestor to match and silently never applies. The centered title is absolutely
   positioned against the (position:relative) toolbar, so it never disturbs or wraps the flow. */
.apontio-appbar .mud-toolbar { position: relative; flex-wrap: nowrap; }
/* Brand lockup (appbar/drawer logo). GLOBAL for the same reason: the anchor is a direct
   child of <MudAppBar>/<MudDrawerHeader>, so a scoped ::deep .apontio-brand rule has no
   scope-carrying ancestor and the flex row silently never applied — the word rendered
   stacked under the tile. (The mark/word child rules did match, with the anchor itself
   as their scoped ancestor, which is why the tile looked styled but misaligned.) */
.apontio-brand { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #15201F; }
.apontio-brand-mark {
    width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center;
    background: linear-gradient(135deg,#11A79F,#0A746F); color: #fff; font-weight: 800; font-size: 17px;
}
.apontio-brand-word { font-weight: 800; font-size: 18px; letter-spacing: -.2px; }
.apontio-mybiz-bar {
    display: flex; align-items: center; gap: 10px; min-width: 0;
    color: inherit; text-decoration: none;
}
.apontio-mybiz-name {
    font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.apontio-appbar-title {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    font-weight: 800; font-size: 20px; letter-spacing: -0.2px; color: #0F3D34;
    white-space: nowrap; pointer-events: none;
}
/* On narrow screens the identity (hamburger + avatar + name) takes priority; hide the
   centered title so it can't overlap a long business name. */
@media (max-width: 599.98px) {
    .apontio-appbar-title { display: none; }
}

/* --- Bottom navigation (mobile) --------------------------------------------------------
   These live globally for the same reason as .apontio-brand above: AppBottomNav's root is
   a <MudPaper>, which never receives the CSS-isolation scope attribute, so a scoped
   AppBottomNav.razor.css can never match it (nor, via ::deep, the items inside). */
.apontio-bottomnav {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100;
    /* Safe-area inset keeps the items above the iOS home-indicator bar (same
       treatment as WizardActionBar). */
    height: calc(62px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid #EDF1F1; background: #fff;
    justify-content: space-around; align-items: center;
}
.apontio-bnav-item {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    text-decoration: none; color: #94A4A3; font-size: 11px; font-weight: 600; flex: 1; padding-top: 8px;
}
.apontio-bnav-item.active { color: #0A746F; font-weight: 700; }

/* --- MudStepper on phones --------------------------------------------------------------
   Onboarding and registro use 3-4 titled steps; at phone widths the full nav (circles +
   titles + connectors) clips off-screen. Keep every circle but show only the active
   step's title so the nav always fits. */
@media (max-width: 599.98px) {
    .mud-stepper-nav .mud-step:not(.active) .mud-step-label-content { display: none; }
    .mud-stepper-nav .mud-stepper-step-button { min-width: 0; padding: 4px 6px; }
    .mud-stepper-nav-connector { min-width: 12px; }
}

/* --- Booking slot grid ---------------------------------------------------------------
   SlotGrid renders its group labels, cell grid, and slot <button>s via RenderTreeBuilder
   in @code (see SlotGrid.razor RenderGroup). Blazor stamps the scoped-CSS attribute only
   onto elements written literally in .razor markup, NOT onto elements built in code, so a
   scoped SlotGrid.razor.css never matched these — the chips rendered as unstyled run-on
   text. These rules live globally so they reach the code-built elements. */
.apontio-slot-head { display:flex; align-items:center; justify-content:space-between; margin:14px 0 8px; }
.apontio-slot-title { font-weight:800; font-size:15px; }
.apontio-duration-pill { background:#E7F5F3; color:#0A746F; font-weight:700; font-size:12px; padding:3px 10px; border-radius:8px; }
.apontio-slot-group-label { font-size:12px; font-weight:700; color:#94A4A3; margin:12px 0 6px; }
.apontio-slot-cells { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
@media (min-width:900px){ .apontio-slot-cells{ grid-template-columns:repeat(5,minmax(0,1fr)); } }
.apontio-slot {
    display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px;
    min-height:46px; border:1.5px solid #E6ECEC; background:#fff; border-radius:12px; cursor:pointer;
    font-family:inherit; font-weight:700; font-size:14.5px; color:#15201F;
}
.apontio-slot.selected { background:#11A79F; color:#fff; border-color:#11A79F; box-shadow:0 8px 16px -8px rgba(17,167,159,.8); }
.apontio-slot-end { font-size:9.5px; opacity:.9; }
.apontio-slot.taken { background:#FBF1F1; border-color:#F3C9C9; color:#B0292E; cursor:not-allowed; }
.apontio-slot.taken .apontio-slot-time { text-decoration:line-through; }
.apontio-slot-taken { font-size:9.5px; color:#B0292E; }
.apontio-route-hint, .apontio-route-chip { display:flex; align-items:center; gap:6px; color:#5B6B6A; font-size:12px; }
.apontio-route-hint { margin-top:14px; }
.apontio-route-chip { justify-content:center; background:#E7F5F3; color:#0A746F; padding:8px 12px; border-radius:10px; margin:10px 0; }
.apontio-loading-row { display:flex; align-items:center; gap:8px; color:#5B6B6A; font-size:13.5px; margin:14px 0 10px; }
.apontio-slot-skeletons { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
.apontio-skel-chip { height:46px; }
.apontio-slot-empty { text-align:center; padding:18px 8px; }
.apontio-empty-circle { width:64px; height:64px; border-radius:50%; background:#E7F5F3; color:#0A746F; display:grid; place-items:center; margin:0 auto 12px; }
.apontio-slot-empty h3 { font-size:16px; font-weight:800; margin:0 0 6px; }
.apontio-slot-empty p { font-size:13.5px; color:#5B6B6A; max-width:22em; margin:0 auto; }

/* --- Mis Citas card grid ---------------------------------------------------------------
   The grid <div> is built via RenderTreeBuilder in Appointments.razor, so a scoped
   Appointments.razor.css rule never reaches it — the inter-card gap was silently lost
   (cards touched, a status chip crammed under the previous card's Cancelar button). Global. */
.apontio-appt-grid { display:flex; flex-direction:column; gap:16px; }
@media (min-width:900px){ .apontio-appt-grid{ display:grid; grid-template-columns:repeat(3,1fr); } }

/* ============================================================
   Marketing pages (Home, /como-funciona) — mkt- prefix.
   Tokens ported from the approved mockup (Apontio.dc.html).
   ============================================================ */
.mkt-shell { min-height: 100vh; display: flex; flex-direction: column; background: #fff; }
.mkt-main { flex: 1; }
.mkt-desktop { display: revert; }
.mkt-mobile { display: none !important; }

/* Header */
.mkt-header { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 15px 40px; background: #fff; border-bottom: 1px solid #EDF1F1;
  position: sticky; top: 0; z-index: 30; }
.mkt-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #15201F; }
.mkt-logo-tile { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center;
  background: linear-gradient(135deg, #11A79F, #0A746F); color: #fff; font-weight: 800; font-size: 18px; }
.mkt-logo-word { font-weight: 800; font-size: 19px; letter-spacing: -.2px; }
.mkt-menu-btn { display: none; background: none; border: none; font-size: 22px; color: #5B6B6A;
  cursor: pointer; padding: 4px 8px; }
.mkt-nav { display: flex; align-items: center; gap: 26px; }
.mkt-nav-link { font-size: 14.5px; font-weight: 600; color: #15201F; text-decoration: none; }
.mkt-nav-link:hover { color: #0A746F; }
.mkt-nav-link.active { font-weight: 700; color: #0A746F; }
.mkt-nav-cta { display: inline-flex; align-items: center; gap: 8px; background: #11A79F; color: #fff;
  font-weight: 700; font-size: 14px; padding: 10px 18px; border-radius: 11px; text-decoration: none;
  box-shadow: 0 10px 22px -10px rgba(17,167,159,.9); }
.mkt-nav-cta:hover { color: #fff; background: #0E938C; }

/* Shared building blocks */
.mkt-section { background: #fff; padding: 74px 40px; }
.mkt-section-alt { background: #F4F7F8; padding: 74px 40px; }
.mkt-container { max-width: 1060px; margin: 0 auto; }
.mkt-kicker { font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: #11A79F; margin-bottom: 12px; }
.mkt-h2 { font-size: 34px; font-weight: 800; letter-spacing: -.6px; color: #15201F;
  margin: 0 0 40px; line-height: 1.12; }
.mkt-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px); border-radius: 999px; padding: 6px 14px; font-size: 12.5px;
  font-weight: 600; margin-bottom: 22px; }
.mkt-btn-white { display: inline-flex; align-items: center; gap: 9px; background: #fff; color: #0A746F;
  font-weight: 800; font-size: 15.5px; padding: 14px 24px; border-radius: 13px; text-decoration: none;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.4); }
.mkt-btn-white:hover { color: #0A746F; }
.mkt-btn-outline { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700;
  font-size: 15px; padding: 14px 22px; border-radius: 13px; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.5); }
.mkt-btn-outline:hover { color: #fff; border-color: rgba(255,255,255,.85); }
.mkt-btn-teal { display: inline-flex; align-items: center; gap: 9px; background: #11A79F; color: #fff;
  font-weight: 800; font-size: 15.5px; padding: 14px 26px; border-radius: 13px; text-decoration: none;
  box-shadow: 0 14px 30px -12px rgba(17,167,159,.9); }
.mkt-btn-teal:hover { color: #fff; background: #0E938C; }

/* Teal gradient bands (hero + final CTA) with grid texture overlay */
.mkt-gradient { position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(160deg, #0E938C, #0A6E69 60%, #085A56); }
.mkt-gradient::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 30px 30px; }
.mkt-cta-band { text-align: center; padding: 76px 40px; }
.mkt-cta-band > div { position: relative; }
.mkt-cta-band h2 { font-size: 38px; font-weight: 800; letter-spacing: -.8px; margin: 0 0 14px; }
.mkt-cta-band p { font-size: 16px; color: rgba(255,255,255,.86); margin: 0 0 28px; }

@media (max-width: 900px) {
  .mkt-desktop { display: none !important; }
  .mkt-mobile { display: revert !important; }
  .mkt-header { padding: 12px 18px; }
  .mkt-menu-btn { display: block; }
  .mkt-nav { display: none; }
  .mkt-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid #EDF1F1; padding: 10px 18px 16px; box-shadow: 0 18px 30px -18px rgba(0,0,0,.25); }
  .mkt-nav.open .mkt-nav-link { padding: 11px 4px; font-size: 15px; }
  .mkt-nav.open .mkt-nav-cta { justify-content: center; margin-top: 6px; }
  .mkt-section, .mkt-section-alt { padding: 44px 20px; }
  .mkt-h2 { font-size: 25px; margin-bottom: 26px; }
  .mkt-cta-band { padding: 44px 20px; }
  .mkt-cta-band h2 { font-size: 24px; }
}

/* --- Home: hero --- */
.mkt-hero-inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px;
  align-items: center; max-width: 1080px; margin: 0 auto; padding: 64px 40px 72px; }
.mkt-hero h1 { font-size: 46px; line-height: 1.08; font-weight: 800; letter-spacing: -1px;
  margin: 0 0 18px; text-wrap: balance; }
.mkt-hero-sub { font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.88);
  margin: 0 0 30px; max-width: 34ch; }
.mkt-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.mkt-hero-hint { display: flex; align-items: center; gap: 8px; margin-top: 22px;
  font-size: 13px; color: rgba(255,255,255,.82); }

/* --- Home: decorative booking-card mock --- */
.mkt-hero-mock { position: relative; }
.mkt-mock-shadow { position: absolute; transform: rotate(-3deg); top: 24px; left: 14px; right: 14px;
  bottom: -14px; background: rgba(255,255,255,.12); border-radius: 24px; }
.mkt-mock-card { position: relative; background: #fff; border-radius: 22px; padding: 22px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.45); color: #15201F; }
.mkt-mock-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.mkt-mock-avatar { width: 44px; height: 44px; border-radius: 13px;
  background: linear-gradient(135deg, #E8932A, #cf7d1c); display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 19px; }
.mkt-mock-headtext { flex: 1; }
.mkt-mock-name { font-weight: 800; font-size: 16px; }
.mkt-mock-sub { font-size: 12.5px; color: #5B6B6A; }
.mkt-mock-open { font-size: 11px; font-weight: 700; color: #0A746F; background: #E7F5F3;
  border-radius: 8px; padding: 5px 9px; }
.mkt-mock-label { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: #94A4A3; margin-bottom: 9px; }
.mkt-mock-service { display: flex; justify-content: space-between; align-items: center;
  border: 1.5px solid #E6ECEC; border-radius: 12px; padding: 11px 13px; margin-bottom: 8px; }
.mkt-mock-service.selected { border-color: #11A79F; background: #F3FAF9; }
.mkt-mock-service:last-of-type { margin-bottom: 18px; }
.mkt-mock-service-name { font-weight: 700; font-size: 14px; }
.mkt-mock-service-dur { font-size: 12px; color: #5B6B6A; }
.mkt-mock-price { font-weight: 800; font-size: 14px; color: #15201F; }
.mkt-mock-price.mkt-teal { color: #0A746F; }
.mkt-mock-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mkt-mock-slot { min-height: 40px; border: 1.5px solid #E6ECEC; border-radius: 11px; display: flex;
  align-items: center; justify-content: center; font-weight: 700; font-size: 13.5px; }
.mkt-mock-slot.selected { border: none; background: #11A79F; color: #fff;
  box-shadow: 0 8px 16px -8px rgba(17,167,159,.9); }
.mkt-mock-slot.busy { border-color: #F3C9C9; background: #FBF1F1; color: #B0292E;
  text-decoration: line-through; }
.mkt-mock-loc { display: flex; align-items: center; gap: 9px; margin-top: 14px; background: #F4F7F8;
  border: 1.5px solid #E6ECEC; border-radius: 12px; padding: 11px 13px; }
.mkt-mock-loc-label { font-size: 11px; font-weight: 700; color: #94A4A3; }
.mkt-mock-loc-value { font-size: 13px; font-weight: 600; color: #15201F; }
.mkt-mock-cta { margin-top: 12px; background: #11A79F; color: #fff; border-radius: 12px;
  text-align: center; padding: 13px; font-weight: 800; font-size: 14.5px; }

/* --- Home: 3 pasos --- */
.mkt-steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mkt-stepcard { border: 1px solid #EDF1F1; border-radius: 18px; padding: 26px; background: #FAFCFC; }
.mkt-stepnum { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  background: #E7F5F3; color: #0A746F; font-weight: 800; font-size: 17px; margin-bottom: 16px; }
.mkt-stepcard h3 { font-size: 19px; font-weight: 800; margin: 0 0 8px; color: #15201F; }
.mkt-stepcard p { font-size: 14.5px; line-height: 1.55; color: #5B6B6A; margin: 0; }

/* --- Home: beneficios --- */
.mkt-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mkt-benefit { display: flex; gap: 16px; background: #fff; border: 1px solid #EDF1F1;
  border-radius: 16px; padding: 22px; }
.mkt-benefit-icon { flex: none; display: grid; place-items: center; width: 46px; height: 46px;
  border-radius: 13px; background: #E7F5F3; }
.mkt-benefit h3 { font-size: 17px; font-weight: 800; margin: 0 0 5px; color: #15201F; }
.mkt-benefit p { font-size: 14px; line-height: 1.5; color: #5B6B6A; margin: 0; }

/* --- Home: para quién --- */
.mkt-forwhom { padding: 70px 40px; }
.mkt-forwhom .mkt-container { text-align: center; }
.mkt-forwhom h2 { font-size: 26px; font-weight: 800; letter-spacing: -.4px; color: #15201F;
  margin: 0 0 10px; }
.mkt-forwhom p { font-size: 15px; color: #5B6B6A; margin: 0 auto 26px; max-width: 52ch;
  line-height: 1.55; }
.mkt-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.mkt-chip { font-weight: 700; font-size: 14px; color: #0A746F; background: #E7F5F3;
  border-radius: 999px; padding: 9px 18px; }
.mkt-chip.muted { color: #5B6B6A; background: #F0F4F4; }

@media (max-width: 900px) {
  .mkt-hero-inner { grid-template-columns: 1fr; gap: 0; padding: 26px 20px 30px; }
  .mkt-hero h1 { font-size: 29px; letter-spacing: -.6px; margin-bottom: 12px; }
  .mkt-hero-sub { font-size: 14px; margin-bottom: 20px; max-width: none; }
  .mkt-badge { padding: 5px 12px; font-size: 11px; margin-bottom: 14px; }
  .mkt-hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .mkt-hero-ctas a { justify-content: center; }
  .mkt-hero-mock { display: none; }
  .mkt-steps3 { grid-template-columns: 1fr; gap: 12px; }
  .mkt-benefits { grid-template-columns: 1fr; }
  .mkt-forwhom { padding: 44px 20px; }
}

/* --- Guide: hero --- */
.mkt-ghero { background: #F4F7F8; border-bottom: 1px solid #EDF1F1; padding: 60px 40px; }
.mkt-ghero > div { max-width: 1060px; margin: 0 auto; text-align: center; }
.mkt-pill-badge { display: inline-flex; align-items: center; gap: 7px; background: #E7F5F3;
  color: #0A746F; border-radius: 999px; padding: 6px 14px; font-size: 12.5px; font-weight: 700;
  margin-bottom: 20px; }
.mkt-ghero h1 { font-size: 44px; line-height: 1.08; font-weight: 800; letter-spacing: -1px;
  color: #15201F; margin: 0 auto 16px; max-width: 16ch; text-wrap: balance; }
.mkt-ghero p { font-size: 17px; line-height: 1.55; color: #5B6B6A; margin: 0 auto 28px; max-width: 52ch; }
.mkt-ghero-trust { margin-top: 16px; font-size: 13px; color: #5B6B6A; }
.mkt-ghero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.mkt-btn-ghost { display: inline-flex; align-items: center; gap: 8px; color: #0A746F; font-weight: 700;
  font-size: 15px; padding: 13px 22px; border-radius: 14px; border: 1.5px solid #BFD9D7;
  text-decoration: none; }
.mkt-btn-ghost:hover { color: #0A746F; border-color: #11A79F; background: #F0FAF9; }
.mkt-lead-copy { font-size: 16.5px; line-height: 1.6; color: #5B6B6A; max-width: 62ch; margin: 0 0 22px; }
.mkt-price-block .mkt-btn-teal { margin-top: 4px; }

/* --- Service-area pages (barbero-a-domicilio/{cantón}) --- */
.mkt-crumbs { font-size: 13px; color: #5B6B6A; margin-bottom: 18px; display: flex; gap: 7px;
  justify-content: center; flex-wrap: wrap; }
.mkt-crumbs a { color: #0A746F; text-decoration: none; font-weight: 600; }
.mkt-crumbs a:hover { text-decoration: underline; }
.mkt-provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mkt-provider-card { display: flex; flex-direction: column; gap: 12px; background: #fff;
  border: 1px solid #EDF1F1; border-radius: 18px; padding: 22px; }
.mkt-provider-head { display: flex; align-items: center; gap: 14px; }
.mkt-provider-head h3 { font-size: 17px; font-weight: 800; margin: 0 0 2px; color: #15201F; }
.mkt-provider-price { font-size: 14px; font-weight: 700; color: #0A746F; }
.mkt-provider-services { font-size: 14px; line-height: 1.5; color: #5B6B6A; margin: 0; flex: 1; }
.mkt-provider-cta { justify-content: center; }
.mkt-provider-nearby-h3 { font-size: 19px; font-weight: 800; color: #15201F; margin: 34px 0 16px; }
.mkt-canton-links .mkt-chips { justify-content: flex-start; }
a.mkt-chip { text-decoration: none; }
a.mkt-chip:hover { border-color: #11A79F; color: #0A746F; }
@media (max-width: 900px) {
  .mkt-provider-grid { grid-template-columns: 1fr; }
}

/* --- Guide: qué vas a lograr --- */
.mkt-goals-wrap { padding: 56px 40px; }
.mkt-goals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mkt-goal { text-align: center; padding: 8px; }
.mkt-goal-icon { display: inline-grid; place-items: center; width: 52px; height: 52px;
  border-radius: 15px; background: #E7F5F3; margin-bottom: 14px; }
.mkt-goal h3 { font-size: 16.5px; font-weight: 800; margin: 0 0 5px; color: #15201F; }
.mkt-goal p { font-size: 14px; color: #5B6B6A; margin: 0; line-height: 1.5; }

/* --- Guide: requisitos --- */
.mkt-req-wrap { background: #fff; padding: 0 40px 56px; }
.mkt-req { background: #0A3A36; border-radius: 20px; padding: 34px 36px; color: #fff;
  display: flex; flex-wrap: wrap; gap: 26px; align-items: center; justify-content: space-between; }
.mkt-req-lead { max-width: 34ch; }
.mkt-req-lead h3 { font-size: 20px; font-weight: 800; margin: 0 0 6px; }
.mkt-req-lead p { font-size: 14px; color: rgba(255,255,255,.75); margin: 0; line-height: 1.5; }
.mkt-req-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; }
.mkt-req-grid div { display: flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 600; }
.mkt-req-grid span { color: #3DD7C4; }

/* --- Guide: pasos --- */
.mkt-steps-head { text-align: center; margin-bottom: 46px; }
.mkt-steps-head h2 { font-size: 32px; font-weight: 800; letter-spacing: -.6px; color: #15201F; margin: 0; }
.mkt-stepsflow { display: flex; flex-direction: column; gap: 26px; }
.mkt-step { background: #fff; border: 1px solid #EDF1F1; border-radius: 20px; padding: 30px;
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 34px; align-items: center; }
.mkt-step.flip > div:first-child { order: 2; }
.mkt-step.flip > .mkt-shot { order: 1; }
.mkt-step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.mkt-step-n { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px;
  background: #11A79F; color: #fff; font-weight: 800; font-size: 16px; }
.mkt-step-head h3 { font-size: 20px; font-weight: 800; margin: 0; color: #15201F; }
.mkt-step > div > p { font-size: 15px; line-height: 1.55; color: #5B6B6A; margin: 0 0 16px; }
.mkt-tip { display: flex; gap: 11px; background: #E7F5F3; border-radius: 13px; padding: 12px 14px; }
.mkt-tip > span { flex: none; font-size: 10.5px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: #0A746F; background: #fff; border-radius: 7px; padding: 4px 9px;
  height: fit-content; }
.mkt-tip > p { font-size: 13.5px; line-height: 1.5; color: #0A746F; margin: 0; }

/* --- Guide: step visual panels (fake UI) --- */
.mkt-shot { background: #F4F7F8; border-radius: 14px; padding: 22px; border: 1px solid #EDF1F1; }
.mkt-shot-label { font-size: 12px; font-weight: 800; color: #94A4A3; letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: 14px; }
.mkt-shot-label.small { font-size: 11px; margin-bottom: 8px; }
.mkt-field { position: relative; margin-bottom: 16px; }
.mkt-field:last-child { margin-bottom: 0; }
.mkt-field label { position: absolute; top: -7px; left: 10px; background: #F4F7F8; padding: 0 6px;
  font-size: 11px; font-weight: 600; color: #5B6B6A; }
.mkt-field > div { background: #fff; border: 1.5px solid #DDE4E4; border-radius: 7px;
  padding: 13px 12px; font-size: 14px; color: #15201F; }
.mkt-field.active label { background: #fff; color: #11A79F; }
.mkt-field.active > div { border-color: #11A79F; }
.mkt-field-select { display: flex; justify-content: space-between; align-items: center; }
.mkt-field-select span { color: #94A4A3; }
.mkt-field-area { color: #5B6B6A !important; min-height: 58px; line-height: 1.45; }
.mkt-shot-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.mkt-shot-bar .mkt-shot-label { margin-bottom: 0; }
.mkt-addbtn { font-size: 12px; font-weight: 700; color: #fff; background: #11A79F;
  border-radius: 8px; padding: 6px 11px; }
.mkt-table { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #EDF1F1; }
.mkt-table-head { display: grid; grid-template-columns: 1.6fr .9fr .7fr .4fr; gap: 8px;
  padding: 10px 13px; font-size: 11px; font-weight: 700; color: #94A4A3; border-bottom: 1px solid #EDF1F1; }
.mkt-table-row { display: grid; grid-template-columns: 1.6fr .9fr .7fr .4fr; gap: 8px;
  padding: 12px 13px; font-size: 13.5px; color: #15201F; align-items: center;
  border-bottom: 1px solid #F4F7F8; }
.mkt-table-row:last-child { border-bottom: none; }
.mkt-table-row .n { font-weight: 600; }
.mkt-table-row .p { font-weight: 700; }
.mkt-table-row .ok { color: #1E9E6A; }
.mkt-switchrows { display: flex; flex-direction: column; gap: 8px; }
.mkt-switchrow { display: flex; align-items: center; justify-content: space-between; background: #fff;
  border: 1px solid #EDF1F1; border-radius: 10px; padding: 11px 14px; }
.mkt-switchrow.off { opacity: .6; }
.mkt-switchrow .d { font-weight: 700; font-size: 13.5px; color: #15201F; }
.mkt-switchrow > div { display: flex; align-items: center; gap: 12px; }
.mkt-switchrow .h { font-size: 13px; color: #5B6B6A; font-weight: 600; }
.mkt-switchrow .h.muted { color: #94A4A3; }
.mkt-switch { width: 36px; height: 21px; border-radius: 999px; background: #CDD6D6;
  position: relative; display: inline-block; }
.mkt-switch span { position: absolute; top: 2px; left: 2px; width: 17px; height: 17px;
  border-radius: 50%; background: #fff; }
.mkt-switch.on { background: #11A79F; }
.mkt-switch.on span { left: auto; right: 2px; }
.mkt-active-banner { display: flex; align-items: center; gap: 9px; background: #E7F6EF;
  border: 1px solid #BFE7D4; border-radius: 10px; padding: 11px 13px; margin-bottom: 16px; }
.mkt-active-banner .dot { width: 22px; height: 22px; border-radius: 50%; background: #1E9E6A;
  color: #fff; display: grid; place-items: center; font-size: 13px; }
.mkt-active-banner span:last-child { font-size: 13.5px; font-weight: 700; color: #15803d; }
.mkt-linkrow { display: flex; gap: 8px; margin-bottom: 16px; }
.mkt-linkrow > div { flex: 1; background: #fff; border: 1.5px solid #DDE4E4; border-radius: 9px;
  padding: 11px 12px; font-family: 'Space Mono', monospace; font-size: 12.5px; color: #15201F;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mkt-copybtn { background: #11A79F; color: #fff; font-weight: 700; font-size: 13px;
  border-radius: 9px; padding: 11px 15px; }
.mkt-sharechips { display: flex; gap: 8px; }
.mkt-sharechips span { flex: 1; text-align: center; font-size: 12px; font-weight: 700;
  color: #5B6B6A; background: #fff; border: 1px solid #EDF1F1; border-radius: 9px; padding: 9px; }
.mkt-reqcard { background: #fff; border: 1px solid #EDF1F1; border-radius: 12px; padding: 16px; }
.mkt-reqcard-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mkt-newbadge { font-size: 11px; font-weight: 700; color: #fff; background: #E8932A;
  border-radius: 7px; padding: 4px 9px; }
.mkt-reqcard-top .ago { font-size: 12px; color: #94A4A3; }
.mkt-reqcard-who { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.mkt-reqcard-avatar { width: 38px; height: 38px; border-radius: 50%; background: #DDE9E8;
  color: #0A746F; font-weight: 800; display: grid; place-items: center; font-size: 14px; }
.mkt-reqcard-who .n { font-weight: 800; font-size: 14.5px; color: #15201F; }
.mkt-reqcard-who .s { font-size: 12.5px; color: #5B6B6A; }
.mkt-reqcard-actions { display: flex; gap: 8px; }
.mkt-reqcard-actions span { flex: 1; text-align: center; font-weight: 700; font-size: 13px;
  border-radius: 9px; padding: 10px; }
.mkt-reqcard-actions .confirm { background: #11A79F; color: #fff; }
.mkt-reqcard-actions .resched { background: #fff; color: #5B6B6A; border: 1.5px solid #DDE4E4; }

/* --- Guide: video tour (chaptered clips in a phone mockup; VideoTour.razor) --- */
@keyframes mkt-vt-floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes mkt-vt-floaty2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(10px); } }
@keyframes mkt-vt-drift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(24px,-18px) scale(1.08); } }
@keyframes mkt-vt-drift2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-20px,20px) scale(1.1); } }
.mkt-vt-wrap { padding: 64px 40px; }
.mkt-vt-inner { max-width: 1160px; margin: 0 auto; }
.mkt-vt-head { text-align: center; margin-bottom: 40px; }
.mkt-vt-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px;
  border-radius: 999px; background: #E7F5F3; color: #0A746F; font-size: 12.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; }
.mkt-vt-badge > span { width: 7px; height: 7px; border-radius: 50%; background: #11A79F;
  box-shadow: 0 0 0 4px rgba(17,167,159,.18); }
.mkt-vt-head h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; letter-spacing: -.5px;
  color: #15201F; line-height: 1.1; margin: 16px 0 10px; }
.mkt-vt-head p { max-width: 560px; margin: 0 auto; color: #5B6B6A; font-size: 16px; line-height: 1.55; }
.mkt-vt-card { background: #fff; border: 1px solid #EDF1F1; border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 70px -34px rgba(15,60,56,.35); }
.mkt-vt-grid { display: grid; grid-template-columns: 1.05fr .95fr; }
/* Narrative (left column) */
.mkt-vt-narrative { padding: 44px 40px 36px; display: flex; flex-direction: column; min-width: 0; }
.mkt-vt-stephead { display: flex; align-items: baseline; gap: 16px; margin-bottom: 4px; }
.mkt-vt-num { font-weight: 800; font-size: 56px; line-height: .9; color: #11A79F; letter-spacing: -1.5px; }
.mkt-vt-tag { padding: 6px 12px; border-radius: 999px; border: 1px solid #EDF1F1; background: #E7F5F3;
  color: #0A746F; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.mkt-vt-narrative h3 { font-size: 26px; font-weight: 800; line-height: 1.15; letter-spacing: -.3px;
  color: #15201F; margin: 8px 0 10px; min-height: 60px; }
.mkt-vt-narrative > p { color: #5B6B6A; font-size: 15px; line-height: 1.6; margin: 0 0 24px;
  max-width: 420px; min-height: 72px; }
.mkt-vt-chapters { display: flex; flex-direction: column; gap: 6px; margin-top: auto; }
.mkt-vt-chapter { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  padding: 11px 13px; border-radius: 13px; cursor: pointer; border: 1px solid transparent;
  background: transparent; font-family: inherit; transition: all .18s ease; }
.mkt-vt-chapter:hover { border-color: #11A79F; }
.mkt-vt-chapter.active { border-color: #11A79F; background: #E7F5F3; }
.mkt-vt-chapter .dot { flex: none; width: 26px; height: 26px; border-radius: 8px;
  display: grid; place-items: center; font-weight: 800; font-size: 12px;
  background: #F4F7F8; color: #5B6B6A; }
.mkt-vt-chapter.active .dot { background: #11A79F; color: #fff; }
.mkt-vt-chapter .label { flex: 1; font-size: 14.5px; font-weight: 600; color: #5B6B6A; }
.mkt-vt-chapter.active .label { font-weight: 800; color: #15201F; }
.mkt-vt-chapter .chev { flex: none; font-size: 15px; color: #11A79F; opacity: 0;
  transform: translateX(-4px); transition: all .18s ease; }
.mkt-vt-chapter.active .chev { opacity: 1; transform: none; }
/* Stage (right column): gradient, decorative blobs/dots, floating chips, phone */
.mkt-vt-stage { position: relative; display: flex; align-items: center; justify-content: center;
  padding: 44px 20px; min-height: 600px; overflow: hidden;
  background: linear-gradient(160deg, #0F8F88 0%, #11A79F 48%, #3CC4BC 100%); }
.mkt-vt-blob1 { position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: rgba(255,255,255,.14); filter: blur(10px); top: -70px; right: -90px;
  animation: mkt-vt-drift 11s ease-in-out infinite; }
.mkt-vt-blob2 { position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: rgba(9,80,76,.35); filter: blur(8px); bottom: -80px; left: -70px;
  animation: mkt-vt-drift2 13s ease-in-out infinite; }
.mkt-vt-dots { position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 22px 22px; }
.mkt-vt-chip { position: absolute; z-index: 4; }
.mkt-vt-chip-confirm { top: 52px; left: 26px; display: flex; align-items: center; gap: 9px;
  background: #fff; border-radius: 14px; padding: 10px 13px;
  box-shadow: 0 16px 30px -14px rgba(6,40,38,.6); animation: mkt-vt-floaty 5.5s ease-in-out infinite; }
.mkt-vt-chip-confirm .ic { width: 30px; height: 30px; border-radius: 50%; background: #E7F5F3;
  display: grid; place-items: center; color: #0A746F; }
.mkt-vt-chip-confirm .tx { display: flex; flex-direction: column; line-height: 1.15; }
.mkt-vt-chip-confirm b { font-size: 13px; font-weight: 700; color: #15201F; }
.mkt-vt-chip-confirm small { font-size: 11.5px; color: #5B6B6A; }
.mkt-vt-chip-price { bottom: 96px; right: 20px; background: #fff; border-radius: 14px;
  padding: 11px 14px; line-height: 1.1; box-shadow: 0 16px 30px -14px rgba(6,40,38,.6);
  animation: mkt-vt-floaty2 6.5s ease-in-out infinite; }
.mkt-vt-chip-price small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; color: #5B6B6A; }
.mkt-vt-chip-price b { font-weight: 800; font-size: 19px; color: #0A746F; }
.mkt-vt-chip-price b span { font-size: 12px; font-weight: 600; color: #5B6B6A; }
.mkt-vt-chip-today { top: 150px; right: 14px; display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.16); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px; padding: 7px 13px; color: #fff; font-size: 12.5px; font-weight: 600;
  animation: mkt-vt-floaty 7.2s ease-in-out infinite; }
.mkt-vt-chip-today .dot { width: 6px; height: 6px; border-radius: 50%; background: #8FF2EA; }
.mkt-vt-phone { position: relative; z-index: 3; width: 296px; padding: 9px; background: #0C1614;
  border-radius: 40px;
  box-shadow: 0 40px 60px -22px rgba(4,30,28,.7), inset 0 0 0 2px rgba(255,255,255,.06); }
.mkt-vt-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 22px; background: #0C1614; border-radius: 0 0 14px 14px; z-index: 5; }
.mkt-vt-screen { position: relative; border-radius: 32px; overflow: hidden; background: #fff;
  aspect-ratio: 436/774; }
.mkt-vt-screen video { width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; }
.mkt-vt-tap { position: absolute; inset: 0; cursor: pointer; }
/* Control bar */
.mkt-vt-controls { display: flex; align-items: center; gap: 20px; padding: 18px 26px;
  border-top: 1px solid #EDF1F1; background: #FBFDFD; flex-wrap: wrap; }
.mkt-vt-btns { display: flex; align-items: center; gap: 10px; }
.mkt-vt-play { width: 46px; height: 46px; border-radius: 50%; border: none; background: #11A79F;
  color: #fff; display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 8px 18px -6px rgba(17,167,159,.7); }
.mkt-vt-play:hover { background: #0A746F; }
.mkt-vt-iconbtn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #EDF1F1;
  background: #fff; color: #5B6B6A; display: grid; place-items: center; cursor: pointer; }
.mkt-vt-iconbtn:hover { border-color: #11A79F; color: #11A79F; }
.mkt-vt-segs { flex: 1; min-width: 220px; display: flex; gap: 8px; }
.mkt-vt-seg { flex: 1; background: none; border: none; padding: 6px 0 0; cursor: pointer; }
.mkt-vt-seg > div { height: 5px; border-radius: 3px; background: #EDF1F1; overflow: hidden; }
.mkt-vt-seg [data-vt-fill] { height: 100%; width: 0; background: #11A79F; border-radius: 3px;
  transition: width .12s linear; }
.mkt-vt-time { font-variant-numeric: tabular-nums; font-size: 13.5px; font-weight: 700;
  color: #5B6B6A; min-width: 88px; text-align: right; }

/* --- Guide: consejos --- */
.mkt-tips-wrap { padding: 56px 40px; }
.mkt-tips-h2 { font-size: 24px; font-weight: 800; letter-spacing: -.3px; color: #15201F;
  margin: 0 0 22px; text-align: center; }
.mkt-tips3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mkt-tipcard { display: block; background: #fff; border: 1px solid #EDF1F1; border-radius: 16px;
  padding: 22px; text-decoration: none; }
.mkt-tipcard h3 { font-size: 16px; font-weight: 800; margin: 0 0 6px; color: #15201F; }
.mkt-tipcard p { font-size: 13.5px; color: #5B6B6A; margin: 0 0 12px; line-height: 1.5; }
.mkt-tipcard span { font-size: 13px; font-weight: 700; color: #0A746F; }

/* --- Guide: FAQ --- */
.mkt-faq-wrap { padding: 64px 40px; }
.mkt-faq-inner { max-width: 760px; margin: 0 auto; }
.mkt-faq-head { text-align: center; margin-bottom: 34px; }
.mkt-faq-head h2 { font-size: 30px; font-weight: 800; letter-spacing: -.5px; color: #15201F; margin: 0; }
.mkt-faq-item { border-bottom: 1px solid #EDF1F1; }
.mkt-faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; background: none; border: none; padding: 20px 4px; cursor: pointer;
  font-family: inherit; text-align: left; }
.mkt-faq-item .q { font-weight: 700; font-size: 16.5px; color: #15201F; }
.mkt-faq-item .sign { flex: none; width: 26px; height: 26px; border-radius: 8px; background: #E7F5F3;
  color: #0A746F; display: grid; place-items: center; font-size: 17px; font-weight: 700; }
.mkt-faq-item .a { padding: 0 4px 22px; font-size: 14.5px; line-height: 1.6; color: #5B6B6A;
  max-width: 64ch; }

@media (max-width: 900px) {
  .mkt-ghero { padding: 28px 20px; }
  .mkt-ghero h1 { font-size: 26px; letter-spacing: -.5px; }
  .mkt-ghero p { font-size: 14px; margin-bottom: 18px; }
  .mkt-ghero .mkt-btn-teal { display: flex; justify-content: center; }
  .mkt-goals-wrap { padding: 34px 20px; }
  .mkt-goals { grid-template-columns: 1fr; gap: 16px; }
  .mkt-req-wrap { padding: 0 20px 36px; }
  .mkt-req { padding: 24px 22px; }
  .mkt-req-grid { grid-template-columns: 1fr; gap: 10px; }
  .mkt-steps-head h2 { font-size: 24px; }
  .mkt-step { grid-template-columns: minmax(0,1fr); padding: 20px; gap: 18px; }
  .mkt-step.flip > div:first-child { order: 1; }
  .mkt-step.flip > .mkt-shot { order: 2; }
  .mkt-vt-wrap { padding: 40px 16px; }
  .mkt-vt-head { margin-bottom: 26px; }
  .mkt-vt-grid { grid-template-columns: 1fr; }
  .mkt-vt-narrative { padding: 26px 20px 22px; }
  .mkt-vt-narrative h3 { min-height: 0; }
  .mkt-vt-narrative > p { min-height: 0; }
  .mkt-vt-stage { min-height: 520px; padding: 36px 16px; }
  .mkt-vt-chip-confirm { top: 30px; left: 14px; }
  .mkt-vt-chip-price { bottom: 60px; right: 12px; }
  .mkt-vt-chip-today { top: 110px; right: 10px; }
  .mkt-vt-phone { width: 264px; }
  .mkt-vt-controls { padding: 14px 16px; gap: 12px; }
  .mkt-vt-time { min-width: 0; }
  .mkt-tips-wrap { padding: 36px 20px; }
  .mkt-tips3 { grid-template-columns: 1fr; }
  .mkt-faq-wrap { padding: 40px 20px; }
  .mkt-faq-head h2 { font-size: 24px; }
}

/* Numbered agenda pins (created by apontio-maps.js — must be global, not scoped). */
.apontio-agenda-pin {
    min-width: 28px; height: 28px; padding: 0 6px;
    border-radius: 50%;
    background: #11A79F; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font: 700 13px/1 'Roboto', sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,.35);
    border: 2px solid #fff;
}
.apontio-agenda-pin-home { background: #37474F; font-size: 15px; }
