/*
Theme Name: PollyRoom Vintage Blue
Theme URI: https://pollyroom.com/
Author: PollyRoom
Description: Painterly vintage blue WordPress theme for the PollyRoom online lessons section. Designed to work with the existing lesson plugin.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: veshtina-vintage-blue
*/

:root {
  --vb-ink: #17354d;
  --vb-deep: #103653;
  --vb-blue: #235f8d;
  --vb-blue-2: #3e7fad;
  --vb-powder: #90c5dc;
  --vb-pale: #dceef4;
  --vb-paper: #fbfaf5;
  --vb-white: #fffefd;
  --vb-line: #c9dce5;
  --vb-muted: #617485;
  --vb-gold: #b68b54;
  --vb-shadow: 0 18px 55px rgba(18, 60, 91, .10);
  --vb-serif: Georgia, 'Times New Roman', serif;
  --vb-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --vb-radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--vb-ink);
  background:
    radial-gradient(circle at 16% 12%, rgba(144,197,220,.16), transparent 22rem),
    linear-gradient(180deg, #f9fcfd 0%, var(--vb-paper) 38%, #f7f4ed 100%);
  font-family: var(--vb-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .18;
  background-image:
    repeating-linear-gradient(0deg, rgba(20,66,99,.018) 0, rgba(20,66,99,.018) 1px, transparent 1px, transparent 5px);
  content: '';
}
a { color: var(--vb-blue); text-underline-offset: .18em; }
a:hover { color: var(--vb-deep); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--vb-deep);
  color: #fff;
}
.skip-link:focus { transform: none; }

.vb-wrap { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.vb-narrow { width: min(820px, calc(100% - 36px)); margin-inline: auto; }
.vb-section { position: relative; padding: 88px 0; }
.vb-section--compact { padding: 60px 0; }
.vb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--vb-blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.vb-kicker::before, .vb-kicker::after { width: 24px; height: 1px; background: currentColor; content: ''; }
.vb-heading { margin: 0 0 16px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: clamp(36px, 5vw, 62px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.vb-heading--small { font-size: clamp(31px, 4vw, 48px); }
.vb-lead { max-width: 760px; margin: 0; color: var(--vb-muted); font-size: clamp(17px, 2vw, 20px); }

/* Header */
.vb-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(35,95,141,.16);
  background: rgba(251,250,245,.91);
  box-shadow: 0 8px 30px rgba(17,55,84,.045);
  backdrop-filter: blur(15px);
}
.admin-bar .vb-site-header { top: 32px; }
.vb-header-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; min-height: 78px; }
.vb-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--vb-deep); text-decoration: none; }
.vb-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(35,95,141,.35);
  border-radius: 50%;
  background: #fff;
  color: var(--vb-blue);
  box-shadow: inset 0 0 0 5px rgba(144,197,220,.14);
  font-family: var(--vb-serif);
  font-size: 25px;
}
.vb-brand-copy { display: grid; line-height: 1.05; }
.vb-brand-copy strong { font-family: var(--vb-serif); font-size: 20px; font-weight: 600; }
.vb-brand-copy small { margin-top: 5px; color: var(--vb-muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-height: 50px; }
.vb-main-nav { justify-self: center; }
.vb-main-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.vb-main-nav a { color: var(--vb-ink); font-size: 14px; font-weight: 720; text-decoration: none; }
.vb-main-nav a:hover { color: var(--vb-blue); }
.vb-header-actions { display: flex; align-items: center; gap: 10px; }
.vb-mobile-actions { display: none; }
.vb-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid var(--vb-blue);
  border-radius: 999px;
  background: var(--vb-blue);
  box-shadow: 0 10px 24px rgba(35,95,141,.16);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.vb-button:hover { transform: translateY(-1px); background: var(--vb-deep); box-shadow: 0 13px 30px rgba(16,54,83,.2); }
.vb-button--ghost { border-color: rgba(35,95,141,.25); background: transparent; box-shadow: none; color: var(--vb-deep) !important; }
.vb-button--paper { border-color: #fff; background: #fff; color: var(--vb-deep) !important; }
.vb-menu-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid var(--vb-line); border-radius: 50%; background: #fff; color: var(--vb-deep); cursor: pointer; }

/* Hero */
.vb-hero { position: relative; overflow: hidden; padding: 82px 0 66px; }
.vb-hero::before {
  position: absolute;
  top: -90px;
  right: -130px;
  width: min(620px, 58vw);
  aspect-ratio: 1;
  opacity: .16;
  background: url('assets/images/blue-botanical.svg') center / contain no-repeat;
  content: '';
  pointer-events: none;
}
.vb-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(40px, 7vw, 92px); }
.vb-hero h1 { max-width: 770px; margin: 0; color: var(--vb-deep); font-family: var(--vb-serif); font-size: clamp(50px, 7vw, 88px); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.vb-hero h1 em { color: var(--vb-blue-2); font-style: italic; font-weight: 400; }
.vb-hero-copy > p { max-width: 700px; margin: 26px 0 0; color: var(--vb-muted); font-size: clamp(18px, 2vw, 21px); }
.vb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vb-trust-line { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 27px 0 0; padding: 0; color: var(--vb-muted); font-size: 13px; list-style: none; }
.vb-trust-line li { display: inline-flex; align-items: center; gap: 7px; }
.vb-trust-line li::before { width: 7px; height: 7px; border-radius: 50%; background: var(--vb-powder); box-shadow: inset 0 0 0 2px #fff; content: ''; }
.vb-hero-card {
  position: relative;
  min-height: 520px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(35,95,141,.19);
  border-radius: 36px 10px 36px 10px;
  background:
    linear-gradient(rgba(255,254,253,.93), rgba(255,254,253,.93)),
    url('assets/images/blue-botanical.svg') center / 520px auto repeat;
  box-shadow: var(--vb-shadow);
}
.vb-hero-card::after { position: absolute; inset: 14px; border: 1px solid rgba(35,95,141,.15); border-radius: 26px 8px 26px 8px; content: ''; pointer-events: none; }
.vb-hero-card-inner { position: relative; z-index: 1; display: flex; min-height: 440px; flex-direction: column; justify-content: space-between; }
.vb-card-monogram { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(35,95,141,.35); border-radius: 50%; color: var(--vb-blue); font-family: var(--vb-serif); font-size: 42px; }
.vb-hero-card h2 { max-width: 380px; margin: 22px 0 12px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: clamp(31px, 4vw, 46px); font-weight: 500; line-height: 1.03; }
.vb-hero-card p { max-width: 390px; margin: 0; color: var(--vb-muted); }
.vb-mini-list { display: grid; gap: 9px; margin-top: 28px; }
.vb-mini-list span { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(35,95,141,.15); color: var(--vb-ink); font-size: 13px; }
.vb-mini-list strong { color: var(--vb-blue); font-family: var(--vb-serif); font-size: 17px; font-weight: 600; }

/* Role cards */
.vb-paper-band { border-block: 1px solid rgba(35,95,141,.12); background: rgba(255,255,255,.56); }
.vb-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.vb-section-head > div:first-child { max-width: 790px; }
.vb-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.vb-role-card {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(35,95,141,.18);
  border-radius: 26px 8px 26px 8px;
  background: var(--vb-white);
  box-shadow: 0 14px 38px rgba(18,60,91,.065);
}
.vb-role-card::before { position: absolute; right: -60px; bottom: -70px; width: 220px; height: 220px; opacity: .08; background: url('assets/images/blue-botanical.svg') center/contain no-repeat; content: ''; }
.vb-role-number { color: var(--vb-powder); font-family: var(--vb-serif); font-size: 52px; line-height: 1; }
.vb-role-card h3 { margin: 28px 0 12px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: 31px; font-weight: 500; }
.vb-role-card p { margin: 0 0 25px; color: var(--vb-muted); }
.vb-role-card .vb-button { align-self: flex-start; margin-top: auto; }

/* Steps */
.vb-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin-top: 44px; counter-reset: steps; }
.vb-step { position: relative; padding: 0 30px 0 0; counter-increment: steps; }
.vb-step:not(:last-child)::after { position: absolute; top: 21px; right: 16px; width: calc(100% - 58px); height: 1px; transform: translateX(100%); background: linear-gradient(90deg, var(--vb-line), transparent); content: ''; }
.vb-step-badge { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--vb-blue-2); border-radius: 50%; background: var(--vb-paper); color: var(--vb-blue); font-family: var(--vb-serif); font-size: 19px; }
.vb-step-badge::before { content: counter(steps); }
.vb-step h3 { margin: 20px 0 9px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: 23px; font-weight: 600; }
.vb-step p { margin: 0; color: var(--vb-muted); font-size: 15px; }

/* Feature split */
.vb-feature-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 24px; }
.vb-feature-ornament { position: relative; min-height: 570px; overflow: hidden; border-radius: 10px 40px 10px 40px; background: linear-gradient(145deg, #1a527b, #377caa); box-shadow: var(--vb-shadow); }
.vb-feature-ornament::before { position: absolute; inset: -30px; opacity: .38; filter: brightness(3.5); background: url('assets/images/blue-botanical.svg') center / 520px auto repeat; content: ''; }
.vb-feature-ornament blockquote { position: absolute; inset: auto 42px 42px 42px; z-index: 1; margin: 0; color: #fff; font-family: var(--vb-serif); font-size: clamp(28px, 3.5vw, 46px); line-height: 1.08; }
.vb-feature-copy { padding: clamp(24px, 5vw, 58px); border: 1px solid rgba(35,95,141,.16); border-radius: 36px 10px 36px 10px; background: rgba(255,254,253,.83); }
.vb-feature-list { display: grid; gap: 0; margin-top: 30px; }
.vb-feature-item { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--vb-line); }
.vb-feature-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--vb-pale); color: var(--vb-blue); font-family: var(--vb-serif); font-size: 20px; }
.vb-feature-item h3 { margin: 0 0 4px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: 22px; font-weight: 600; }
.vb-feature-item p { margin: 0; color: var(--vb-muted); font-size: 15px; }

/* CTA */
.vb-cta { position: relative; overflow: hidden; padding: 58px; border-radius: 42px 12px 42px 12px; background: var(--vb-deep); box-shadow: var(--vb-shadow); color: #fff; }
.vb-cta::before { position: absolute; top: -130px; right: -70px; width: 430px; height: 430px; opacity: .10; filter: brightness(4); background: url('assets/images/blue-botanical.svg') center/contain no-repeat; content: ''; }
.vb-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.vb-cta h2 { max-width: 720px; margin: 0; color: #fff; font-family: var(--vb-serif); font-size: clamp(34px, 4.5vw, 56px); font-weight: 500; line-height: 1.03; }
.vb-cta p { max-width: 680px; margin: 15px 0 0; color: rgba(255,255,255,.76); }
.vb-cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }

/* FAQ */
.vb-faq { display: grid; gap: 12px; margin-top: 34px; }
.vb-faq details { border: 1px solid rgba(35,95,141,.16); border-radius: 18px; background: rgba(255,255,255,.62); }
.vb-faq summary { position: relative; padding: 20px 56px 20px 22px; cursor: pointer; color: var(--vb-deep); font-family: var(--vb-serif); font-size: 21px; font-weight: 600; list-style: none; }
.vb-faq summary::-webkit-details-marker { display: none; }
.vb-faq summary::after { position: absolute; top: 18px; right: 20px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--vb-line); border-radius: 50%; color: var(--vb-blue); content: '+'; font-family: var(--vb-sans); }
.vb-faq details[open] summary::after { content: '−'; }
.vb-faq details p { margin: -4px 22px 22px; color: var(--vb-muted); }

/* Generic pages */
.vb-page-shell { min-height: 60vh; padding: 62px 0 90px; }
.vb-page-card { padding: clamp(26px, 5vw, 56px); border: 1px solid rgba(35,95,141,.16); border-radius: 30px 10px 30px 10px; background: rgba(255,254,253,.84); box-shadow: var(--vb-shadow); }
.vb-page-title { margin: 0 0 30px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: clamp(40px, 6vw, 66px); font-weight: 500; line-height: 1.04; }
.vb-entry-content > * { max-width: 820px; }
.vb-entry-content > .alignwide { max-width: 1120px; }
.vb-entry-content > .alignfull { max-width: none; }
.vb-entry-content h2, .vb-entry-content h3 { color: var(--vb-deep); font-family: var(--vb-serif); font-weight: 600; }
.vb-entry-content h2 { margin-top: 2em; font-size: 34px; }
.vb-entry-content h3 { margin-top: 1.5em; font-size: 26px; }
.vb-entry-content blockquote { margin: 30px 0; padding: 18px 24px; border-left: 3px solid var(--vb-powder); background: #f3f8fa; color: var(--vb-ink); }
.vb-entry-content input:not([type=checkbox]):not([type=radio]), .vb-entry-content select, .vb-entry-content textarea { max-width: 100%; padding: 10px 12px; border: 1px solid var(--vb-line); border-radius: 10px; background: #fff; }
.vb-vl-page .vb-page-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.vb-vl-page .vb-entry-content > * { max-width: none; }
.vb-vl-page .vb-page-shell { padding-top: 28px; }

/* Footer */
.vb-site-footer { position: relative; margin-top: 30px; padding: 65px 0 28px; border-top: 1px solid rgba(35,95,141,.14); background: #edf4f7; }
.vb-site-footer::before { position: absolute; top: 0; right: 3%; width: 250px; height: 180px; opacity: .08; background: url('assets/images/blue-botanical.svg') center/contain no-repeat; content: ''; }
.vb-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 46px; }
.vb-footer-brand h2 { margin: 0 0 12px; color: var(--vb-deep); font-family: var(--vb-serif); font-size: 31px; font-weight: 500; }
.vb-footer-brand p { max-width: 520px; margin: 0; color: var(--vb-muted); font-size: 14px; }
.vb-footer-col h3 { margin: 0 0 14px; color: var(--vb-deep); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.vb-footer-col ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.vb-footer-col a { color: var(--vb-ink); font-size: 14px; text-decoration: none; }
.vb-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(35,95,141,.14); color: var(--vb-muted); font-size: 12px; }

/* Veshtina Live visual integration */
.vb-vl-page .vl-shell,
.vl-shell {
  --vl-ink: #17354d;
  --vl-ink-deep: #103653;
  --vl-muted: #617485;
  --vl-teal: #235f8d;
  --vl-teal-soft: #e6f1f6;
  --vl-orange: #b68b54;
  --vl-yellow: #d6b06f;
  --vl-border: #cfdfe6;
  --vl-white: #fffefd;
  font-family: var(--vb-sans);
}
.vl-public-directory, .vl-public-profile { --vl-public-paper:#fffefd; --vl-public-sand:#e9f2f6; --vl-public-coral:#3e7fad; }
.vl-shell h1, .vl-shell h2, .vl-shell h3, .vl-public-heading h1 { font-family: var(--vb-serif); font-weight: 600; letter-spacing: -.02em; }
.vl-shell { margin-block: 36px 64px; }
.vl-panel, .vl-bank-card, .vl-learning-card, .vl-teacher-card, .vl-public-card, .vl-calendar-panel, .vl-student-calendar, .vl-student-overview article {
  border-color: rgba(35,95,141,.17) !important;
  border-radius: 26px 8px 26px 8px !important;
  background: rgba(255,254,253,.92) !important;
  box-shadow: 0 14px 40px rgba(18,60,91,.065) !important;
}
.vl-dashboard-hero, .vl-student-hero, .vl-booking-panel, .vl-team-section, .vl-public-filters {
  border: 1px solid rgba(35,95,141,.15);
  border-radius: 30px 10px 30px 10px !important;
  background: linear-gradient(135deg, #edf6f9, #fffdf7) !important;
}
.vl-button, .vl-file-picker-button, .vl-file-upload input[type=file]::file-selector-button { border-radius: 999px !important; background: var(--vb-blue) !important; box-shadow: 0 8px 20px rgba(35,95,141,.16) !important; }
.vl-button:hover, .vl-file-picker:hover .vl-file-picker-button { background: var(--vb-deep) !important; }
.vl-button--secondary { background: #fff !important; color: var(--vb-deep) !important; box-shadow: none !important; }
.vl-field input, .vl-field select, .vl-field textarea, .vl-inline-form input { border-color: #cbdde6 !important; border-radius: 12px !important; background: #fff !important; }
.vl-field input:focus, .vl-field select:focus, .vl-field textarea:focus, .vl-inline-form input:focus { border-color: var(--vb-blue) !important; box-shadow: 0 0 0 3px rgba(35,95,141,.12) !important; }
.vl-eyebrow { color: var(--vb-gold) !important; }
.vl-package-card--featured { border-color: rgba(35,95,141,.38) !important; background: #edf6f9 !important; }
.vl-package-badge, .vl-period-switch a.is-active, .vl-stat--accent { background: var(--vb-blue) !important; }
.vl-public-card:hover { border-color: var(--vb-powder) !important; }
.vl-public-heading h1 em { color: var(--vb-blue-2) !important; }
.vl-teacher-card__avatar, .vl-team-card__avatar, .vl-child-card__avatar { background: linear-gradient(145deg, #dfeff5, #f8fbfc) !important; color: var(--vb-blue) !important; }
.vl-student-overview .vl-student-next, .vl-learning-stats > div, .vl-learning-homework, .vl-file-storage { background: #edf6f9 !important; }
.vl-student-overview .vl-student-mission { background: #f8f3e9 !important; }
.vl-calendar-slot--booked { background: #dcecf4 !important; box-shadow: inset 3px 0 0 var(--vb-blue) !important; }

/* Focus */
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--vb-powder); outline-offset: 3px; }

@media (max-width: 980px) {
  .vb-header-row { grid-template-columns: 1fr auto; }
  .vb-menu-toggle { display: grid; }
  .vb-main-nav { position: absolute; top: 78px; left: 18px; right: 18px; display: none; padding: 18px; border: 1px solid var(--vb-line); border-radius: 18px; background: #fff; box-shadow: var(--vb-shadow); }
  .vb-main-nav.is-open { display: block; }
  .vb-main-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }
  .vb-main-nav a { display: block; padding: 10px 8px; }
  .vb-header-actions { display: none; }
  .vb-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--vb-line); }
  .vb-mobile-actions .vb-button:only-child { grid-column: 1 / -1; }
  .vb-hero-grid, .vb-feature-split { grid-template-columns: 1fr; }
  .vb-hero-card { min-height: auto; }
  .vb-role-grid { grid-template-columns: 1fr; }
  .vb-role-card { min-height: 300px; }
  .vb-step-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .vb-step:not(:last-child)::after { display: none; }
  .vb-footer-grid { grid-template-columns: 1fr 1fr; }
  .vb-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .vb-wrap, .vb-narrow { width: min(100% - 26px, 1180px); }
  .vb-section { padding: 64px 0; }
  .vb-hero { padding: 54px 0 34px; }
  .vb-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .vb-hero-card, .vb-role-card, .vb-feature-copy { padding: 25px; }
  .vb-hero-card { border-radius: 26px 8px 26px 8px; }
  .vb-section-head, .vb-cta-grid, .vb-footer-bottom { align-items: flex-start; flex-direction: column; }
  .vb-section-head { display: flex; }
  .vb-step-grid { grid-template-columns: 1fr; }
  .vb-feature-ornament { min-height: 420px; }
  .vb-feature-ornament blockquote { inset: auto 26px 28px; }
  .vb-cta { padding: 34px 26px; }
  .vb-cta-grid { display: flex; }
  .vb-cta-actions { width: 100%; }
  .vb-cta-actions .vb-button { width: 100%; }
  .vb-footer-grid { grid-template-columns: 1fr; }
  .vb-footer-brand { grid-column: auto; }
  .vb-page-shell { padding-top: 34px; }
  .admin-bar .vb-site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* -------------------------------------------------------------
   PollyRoom Vintage Blue v1.2.0 refinements
   More painterly florals, softer rhythm, smaller hero typography.
-------------------------------------------------------------- */
:root {
  --vb-ink: #18374e;
  --vb-deep: #123550;
  --vb-blue: #2d6797;
  --vb-blue-2: #5d89ad;
  --vb-powder: #a8cfe0;
  --vb-pale: #edf5f8;
  --vb-paper: #f9f7f2;
  --vb-white: #fffdf9;
  --vb-line: #cbdde6;
  --vb-muted: #667989;
  --vb-shadow: 0 18px 54px rgba(21, 63, 92, .09);
}
body {
  background:
    radial-gradient(circle at 12% 10%, rgba(184, 215, 229, .34), transparent 21rem),
    radial-gradient(circle at 86% 18%, rgba(201, 223, 234, .28), transparent 18rem),
    linear-gradient(180deg, #fcfdfd 0%, #fbfaf7 42%, #f8f5ef 100%);
}
.vb-section { padding: 76px 0; }
.vb-section--compact { padding: 56px 0; }
.vb-heading { font-size: clamp(34px, 4.2vw, 56px); letter-spacing: -.03em; }
.vb-heading--small { font-size: clamp(28px, 3.4vw, 42px); }
.vb-lead { font-size: clamp(17px, 1.85vw, 19px); }

.vb-site-header {
  border-bottom: 1px solid rgba(45, 103, 151, .14);
  background:
    linear-gradient(rgba(255,253,249,.95), rgba(255,253,249,.95)),
    radial-gradient(circle at 8% 50%, rgba(202,223,234,.34), transparent 18rem);
  box-shadow: 0 8px 26px rgba(17,55,84,.038);
}
.vb-header-row { gap: 22px; min-height: 92px; }
.vb-brand { gap: 14px; }
.vb-brand-mark {
  width: 56px;
  height: 56px;
  color: var(--vb-blue);
  border-color: rgba(45,103,151,.28);
  box-shadow: inset 0 0 0 6px rgba(168,207,224,.22);
  font-size: 35px;
}
.vb-brand-copy strong { font-size: 22px; }
.vb-brand-copy small { margin-top: 6px; font-size: 10px; letter-spacing: .18em; }
.vb-main-nav ul { gap: 26px; }
.vb-main-nav a { font-size: 15px; font-weight: 680; }
.vb-button {
  min-height: 50px;
  padding: 12px 24px;
  border-color: rgba(45,103,151,.2);
  background: linear-gradient(180deg, #2c6a9a, #245b86);
  font-size: 15px;
}
.vb-button--ghost {
  background: rgba(255,255,255,.55);
}
.vb-button--ghost:hover { background: #fff; color: var(--vb-deep) !important; }

.vb-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 54px;
  background:
    radial-gradient(circle at 14% 30%, rgba(201,223,234,.16), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,.58));
}
.vb-hero::before {
  top: -18px;
  left: -24px;
  right: auto;
  width: 360px;
  height: 400px;
  aspect-ratio: auto;
  opacity: .98;
  background: url('assets/images/floral-left.svg') top left / contain no-repeat;
}
.vb-hero::after {
  position: absolute;
  right: -18px;
  top: 36px;
  width: 470px;
  height: 610px;
  content: '';
  opacity: .98;
  pointer-events: none;
  background: url('assets/images/floral-right.svg') top right / contain no-repeat;
}
.vb-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.04fr) minmax(350px, .96fr);
  gap: clamp(30px, 5.2vw, 58px);
  align-items: center;
}
.vb-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
  padding: 32px 34px 30px;
  border: 1px solid rgba(45,103,151,.10);
  border-radius: 34px 12px 34px 12px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 42px rgba(23,62,90,.055);
  backdrop-filter: blur(4px);
}
.vb-kicker { margin-bottom: 16px; font-size: 13px; letter-spacing: .18em; }
.vb-hero h1 {
  max-width: 620px;
  font-size: clamp(40px, 5.6vw, 66px);
  line-height: 1.05;
  letter-spacing: -.038em;
}
.vb-hero-copy > p {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.62;
}
.vb-hero-actions { gap: 14px; margin-top: 26px; }
.vb-trust-line { margin-top: 24px; gap: 10px 16px; font-size: 13px; }
.vb-hero-card {
  min-height: 470px;
  padding: 34px;
  border-color: rgba(45,103,151,.17);
  border-radius: 34px 10px 34px 10px;
  background:
    linear-gradient(rgba(255,252,248,.90), rgba(255,252,248,.90)),
    url('assets/images/floral-frame.svg') center / cover no-repeat,
    linear-gradient(180deg, #f7fbfd 0%, #fbf8f2 100%);
}
.vb-hero-card::after { inset: 18px; border-color: rgba(45,103,151,.12); }
.vb-hero-card-inner { min-height: 398px; }
.vb-card-monogram {
  width: 66px;
  height: 66px;
  font-size: 38px;
  border-color: rgba(45,103,151,.30);
  background: rgba(255,255,255,.52);
}
.vb-hero-card h2 {
  max-width: 360px;
  margin: 20px 0 14px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
}
.vb-hero-card p { max-width: 380px; font-size: 16px; line-height: 1.62; }
.vb-mini-list { gap: 6px; margin-top: 24px; }
.vb-mini-list span { padding: 12px 0; font-size: 14px; }
.vb-mini-list strong { font-size: 16px; }

.vb-paper-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.42)),
    radial-gradient(circle at 8% 50%, rgba(192,220,232,.18), transparent 14rem),
    radial-gradient(circle at 92% 50%, rgba(192,220,232,.14), transparent 14rem);
}
.vb-section-head { gap: 30px; margin-bottom: 34px; }
.vb-role-card {
  min-height: 360px;
  border-radius: 28px 10px 28px 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,251,.94));
}
.vb-role-card::before {
  right: -32px;
  bottom: -40px;
  width: 210px;
  height: 210px;
  opacity: .22;
  background: url('assets/images/floral-left.svg') center/contain no-repeat;
}
.vb-role-number { font-size: 46px; }
.vb-role-card h3 { margin: 20px 0 10px; font-size: 28px; }

.vb-step-grid { gap: 20px; margin-top: 40px; }
.vb-step {
  padding: 24px 24px 0 0;
}
.vb-step:not(:last-child)::after {
  top: 24px;
  right: 4px;
  width: calc(100% - 36px);
}
.vb-step h3 { font-size: 22px; }
.vb-step p { font-size: 15px; line-height: 1.66; }

.vb-feature-ornament {
  min-height: 510px;
  border-radius: 12px 40px 12px 40px;
  background:
    linear-gradient(145deg, rgba(35,92,132,.90), rgba(78,126,165,.88)),
    #32698e;
}
.vb-feature-ornament::before {
  inset: 0;
  opacity: .24;
  filter: none;
  background: url('assets/images/floral-frame.svg') center / cover no-repeat;
}
.vb-feature-ornament::after {
  position: absolute;
  left: -34px;
  bottom: -22px;
  width: 220px;
  height: 250px;
  content: '';
  opacity: .95;
  background: url('assets/images/floral-left.svg') bottom left / contain no-repeat;
}
.vb-feature-ornament blockquote {
  inset: auto 34px 34px 34px;
  max-width: 420px;
  font-size: clamp(26px, 3vw, 38px);
}
.vb-feature-copy {
  padding: clamp(24px, 4.2vw, 50px);
  border-radius: 34px 10px 34px 10px;
  background: rgba(255,254,252,.84);
}
.vb-feature-item h3 { font-size: 21px; }

.vb-cta {
  padding: 50px;
  border-radius: 38px 12px 38px 12px;
  background: linear-gradient(135deg, #214d73, #3a6e98);
}
.vb-cta::before {
  top: -90px;
  right: -20px;
  width: 370px;
  height: 370px;
  opacity: .14;
  background: url('assets/images/floral-frame.svg') center/contain no-repeat;
}
.vb-cta h2 { font-size: clamp(30px, 4vw, 48px); }

.vb-faq details { background: rgba(255,255,255,.72); }
.vb-faq summary { font-size: 20px; }
.vb-page-title { font-size: clamp(34px, 5vw, 54px); }

.vb-site-footer {
  margin-top: 14px;
  padding-top: 58px;
  background: linear-gradient(180deg, #eef5f7 0%, #edf1f4 100%);
}
.vb-site-footer::before {
  top: 8px;
  right: 2%;
  width: 250px;
  height: 210px;
  opacity: .16;
  background: url('assets/images/floral-right.svg') top right/contain no-repeat;
}
.vb-footer-brand h2 { font-size: 28px; }

.vb-vl-page .vl-shell,
.vl-shell {
  --vl-teal-soft: #eef5f8;
}
.vl-dashboard-hero, .vl-student-hero, .vl-booking-panel, .vl-team-section, .vl-public-filters {
  background: linear-gradient(135deg, #eff7fa, #fffdf9) !important;
}
.vl-button, .vl-file-picker-button, .vl-file-upload input[type=file]::file-selector-button {
  background: linear-gradient(180deg, #2c6a9a, #245b86) !important;
}

@media (max-width: 980px) {
  .vb-header-row { min-height: 84px; }
  .vb-main-nav { top: 84px; }
  .vb-hero::before { width: 270px; height: 300px; opacity: .85; }
  .vb-hero::after { right: -34px; width: 330px; height: 420px; opacity: .75; }
  .vb-hero-copy { max-width: none; padding: 24px; }
  .vb-hero-card { min-height: auto; }
  .vb-step { padding-right: 0; }
}

@media (max-width: 680px) {
  .vb-section { padding: 58px 0; }
  .vb-hero { padding: 34px 0 30px; }
  .vb-hero::before { left: -18px; top: -8px; width: 180px; height: 220px; }
  .vb-hero::after { display: none; }
  .vb-kicker { font-size: 12px; }
  .vb-hero h1 { font-size: clamp(34px, 12vw, 52px); }
  .vb-hero-copy > p { font-size: 17px; }
  .vb-hero-card h2 { font-size: clamp(26px, 7vw, 34px); }
  .vb-role-card h3 { font-size: 26px; }
  .vb-feature-ornament { min-height: 360px; }
  .vb-feature-ornament blockquote { font-size: 28px; }
  .vb-cta { padding: 32px 24px; }
}

/* -------------------------------------------------------------
   PollyRoom Vintage Blue v1.2.0
   Closer-to-preview painterly homepage layout.
-------------------------------------------------------------- */
.vb-site-header {
  background:
    linear-gradient(rgba(255,253,249,.97), rgba(255,253,249,.97)),
    radial-gradient(circle at 15% 50%, rgba(201,223,234,.28), transparent 15rem);
}
.vb-header-row { min-height: 76px; }
.vb-main-nav a { font-size: 13px; }
.vb-header-actions .vb-button { min-height: 40px; padding: 9px 18px; font-size: 13px; }

.vb-hero--painted {
  padding: 28px 0 26px;
  border-bottom: 1px solid rgba(45,103,151,.16);
  background:
    radial-gradient(circle at 30% 35%, rgba(202,223,234,.16), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.60));
}
.vb-hero--painted::before {
  top: -6px;
  left: -10px;
  width: 300px;
  height: 280px;
  opacity: .96;
}
.vb-hero--painted::after {
  top: -8px;
  right: -8px;
  width: 285px;
  height: 300px;
  opacity: .96;
}
.vb-hero-grid--painted {
  position: relative;
  align-items: stretch;
  gap: 24px;
  grid-template-columns: minmax(0, .99fr) minmax(320px, .93fr);
}
.vb-hero-grid--painted::before,
.vb-hero-grid--painted::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  font-family: var(--vb-serif);
  color: rgba(73, 116, 154, .88);
  opacity: .85;
}
.vb-hero-grid--painted::before {
  content: 'По-добри\A хора чрез\A знание\A ♡';
  white-space: pre;
  right: 20px;
  top: 30px;
  font-size: 18px;
  line-height: 1.35;
  transform: rotate(-7deg);
}
.vb-hero-grid--painted::after {
  content: 'С малки\A крачки към\A големи мечти\A ♡';
  white-space: pre;
  right: 40px;
  bottom: 12px;
  font-size: 15px;
  line-height: 1.3;
  transform: rotate(-5deg);
}
.vb-sheet {
  position: relative;
  min-height: 470px;
  padding: 58px 32px 34px 132px;
  overflow: hidden;
  border: 1px solid rgba(45,103,151,.15);
  border-radius: 0;
  background: rgba(255,255,255,.16);
  box-shadow: none;
  backdrop-filter: none;
}
.vb-sheet::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.18));
  content: '';
  pointer-events: none;
}
.vb-sheet > * { position: relative; z-index: 1; }
.vb-sheet .vb-kicker { font-size: 12px; }
.vb-sheet h1 {
  max-width: 520px;
  font-size: clamp(42px, 4.9vw, 56px);
  line-height: 1.12;
  letter-spacing: -.02em;
}
.vb-sheet p {
  max-width: 520px;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.62;
}
.vb-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 18px 0 0;
  padding: 0;
  max-width: 460px;
  list-style: none;
  color: var(--vb-muted);
  font-size: 14px;
}
.vb-check-grid li {
  position: relative;
  padding-left: 18px;
}
.vb-check-grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--vb-blue);
  font-weight: 700;
}
.vb-hero-books {
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 144px;
  height: 246px;
  background: url('assets/images/hero-books.svg') left bottom / contain no-repeat;
}
.vb-hero-card--painted {
  position: relative;
  min-height: 470px;
  margin-right: 84px;
  padding: 22px 24px 22px 24px;
  border: 1px solid rgba(45,103,151,.18);
  border-radius: 14px;
  background:
    linear-gradient(rgba(254,252,248,.90), rgba(254,252,248,.90)),
    url('assets/images/floral-frame.svg') center / cover no-repeat;
  box-shadow: none;
}
.vb-hero-card--painted::after {
  inset: 10px;
  border-radius: 10px;
}
.vb-hero-card--painted .vb-hero-card-inner {
  position: relative;
  z-index: 1;
  min-height: 414px;
  max-width: 360px;
}
.vb-hero-card--painted .vb-card-monogram {
  width: 48px;
  height: 48px;
  font-size: 30px;
}
.vb-hero-card--painted h2 {
  max-width: 320px;
  margin-top: 12px;
  font-size: clamp(30px, 3.3vw, 42px);
  line-height: 1.08;
}
.vb-hero-card--painted p {
  max-width: 310px;
  font-size: 15px;
  line-height: 1.56;
}
.vb-mini-list--iconic span {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.vb-mini-list--iconic em {
  display: inline-grid;
  place-items: center;
  width: 24px;
  font-style: normal;
  font-size: 18px;
}
.vb-mini-list--iconic strong { font-size: 14px; }
.vb-hero-jar {
  position: absolute;
  right: -78px;
  bottom: -6px;
  width: 208px;
  height: 272px;
  background: url('assets/images/hero-jar.svg') right bottom / contain no-repeat;
}

.vb-role-showcase {
  position: relative;
  padding: 24px 0 20px;
}
.vb-role-showcase::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 150px;
  height: 240px;
  content: '';
  background: url('assets/images/floral-left.svg') left bottom / contain no-repeat;
  opacity: .78;
}
.vb-section-head--airy { align-items: start; margin-bottom: 14px; }
.vb-section-head--airy .vb-heading { max-width: 760px; }
.vb-section-head--airy .vb-lead { max-width: 360px; font-size: 15px; }
.vb-role-grid--illustrated { gap: 16px; }
.vb-role-card--illustrated {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 210px;
  padding: 18px 16px 14px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,.45);
  box-shadow: none;
}
.vb-role-card--illustrated::before { display: none; }
.vb-role-copy { display: flex; flex-direction: column; }
.vb-role-number { color: #77A3C3; font-size: 28px; }
.vb-role-card--illustrated h3 { margin: 6px 0 10px; font-size: 18px; }
.vb-role-card--illustrated p { margin: 0 0 14px; font-size: 13px; line-height: 1.5; }
.vb-role-card--illustrated .vb-button {
  margin-top: auto;
  min-height: 34px;
  padding: 8px 14px;
  font-size: 13px;
}
.vb-role-art {
  min-height: 152px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.vb-role-art--house { background-image: url('assets/images/card-house.svg'); }
.vb-role-art--notebook { background-image: url('assets/images/card-notebook.svg'); }
.vb-role-art--pencils { background-image: url('assets/images/card-pencils.svg'); }

.vb-steps-showcase {
  position: relative;
  padding: 16px 0 30px;
}
.vb-steps-showcase::after {
  position: absolute;
  right: -20px;
  bottom: 18px;
  width: 160px;
  height: 250px;
  content: '';
  background: url('assets/images/floral-right.svg') right bottom / contain no-repeat;
  opacity: .82;
}
.vb-section-head--steps { margin-bottom: 12px; }
.vb-step-grid--painted {
  gap: 14px;
  margin-top: 16px;
}
.vb-step-grid--painted .vb-step {
  padding: 0 18px 0 0;
}
.vb-step-grid--painted .vb-step:not(:last-child)::after {
  right: -3px;
  top: 14px;
  width: calc(100% - 30px);
}
.vb-step-grid--painted .vb-step-badge {
  width: 34px;
  height: 34px;
  font-size: 16px;
}
.vb-step-grid--painted .vb-step h3 {
  margin-top: 10px;
  font-size: 16px;
}
.vb-step-grid--painted .vb-step p {
  font-size: 12.5px;
  line-height: 1.48;
}

@media (max-width: 1120px) {
  .vb-sheet { padding-left: 88px; }
  .vb-hero-books { width: 110px; height: 206px; }
  .vb-hero-card--painted { margin-right: 30px; }
  .vb-hero-jar { right: -40px; width: 150px; height: 240px; }
}

@media (max-width: 980px) {
  .vb-hero-grid--painted::before,
  .vb-hero-grid--painted::after,
  .vb-role-showcase::before,
  .vb-steps-showcase::after,
  .vb-hero-jar { display: none; }
  .vb-sheet {
    min-height: auto;
    padding: 28px 22px 28px 22px;
  }
  .vb-hero-books {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    width: 130px;
    height: 180px;
  }
  .vb-hero-card--painted {
    margin-right: 0;
    min-height: auto;
  }
  .vb-check-grid { grid-template-columns: 1fr; }
  .vb-role-card--illustrated { grid-template-columns: 1fr; }
  .vb-role-art { min-height: 120px; }
}

@media (max-width: 680px) {
  .vb-hero--painted { padding-top: 18px; }
  .vb-sheet h1 { font-size: clamp(34px, 12vw, 46px); }
  .vb-role-showcase,
  .vb-steps-showcase { padding-top: 26px; }
  .vb-role-card--illustrated { padding: 18px; }
}

/* =============================================================
   PollyRoom Vintage Blue v1.3.1
   Real watercolor edge artwork + layout aligned to approved preview.
============================================================= */
.vb-wrap { width: min(1420px, calc(100% - 52px)); }
.vb-narrow { width: min(940px, calc(100% - 52px)); }

.vb-site-header {
  background: rgba(255,253,249,.96);
  border-bottom: 1px solid rgba(45,103,151,.14);
  box-shadow: 0 4px 18px rgba(17,55,84,.025);
}
.vb-header-row { min-height: 82px; gap: 26px; }
.vb-brand-mark { width: 54px; height: 54px; font-size: 33px; }
.vb-brand-copy strong { font-size: 25px; }
.vb-brand-copy small { font-size: 10px; letter-spacing: .19em; }
.vb-main-nav ul { gap: 31px; }
.vb-main-nav a { font-size: 14px; }
.vb-header-actions .vb-button { min-height: 44px; padding: 10px 22px; font-size: 14px; }

.vb-hero--painted {
  min-height: 630px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 48% 25%, rgba(180,214,229,.16), transparent 26rem),
    linear-gradient(180deg, #fcfdfd 0%, #fbfaf6 100%);
}
.vb-hero--painted::before,
.vb-hero--painted::after {
  top: 0;
  bottom: 0;
  height: auto;
  opacity: 1;
  z-index: -1;
  background-repeat: no-repeat;
  pointer-events: none;
}
.vb-hero--painted::before {
  left: -10px;
  width: 220px;
  background-image: url('assets/images/floral-left.svg');
  background-position: left top;
  background-size: 215px auto;
  opacity: .96;
}
.vb-hero--painted::after {
  right: -8px;
  width: 220px;
  background-image: url('assets/images/floral-right.svg');
  background-position: right top;
  background-size: 215px auto;
  opacity: .96;
}
.vb-hero-grid--painted {
  position: relative;
  z-index: 1;
  min-height: 630px;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  align-items: center;
  gap: clamp(42px, 5vw, 74px);
  padding: 30px 110px 28px;
}
.vb-hero-grid--painted::before,
.vb-hero-grid--painted::after { display: none; }
.vb-sheet {
  position: relative;
  z-index: 2;
  min-height: auto;
  max-width: 720px;
  padding: 18px 0 112px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.vb-sheet::before { display: none; }
.vb-sheet .vb-kicker {
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: .2em;
}
.vb-sheet h1 {
  max-width: 650px;
  font-size: clamp(48px, 5.3vw, 70px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.vb-sheet p {
  max-width: 610px;
  margin-top: 18px;
  color: #5e7488;
  font-size: 18px;
  line-height: 1.65;
}
.vb-hero-actions { margin-top: 24px; }
.vb-hero-actions .vb-button { min-height: 48px; padding: 11px 23px; }
.vb-check-grid {
  max-width: 590px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px 24px;
  margin-top: 19px;
  font-size: 14px;
}
.vb-hero-books {
  left: -108px;
  bottom: -2px;
  width: 235px;
  height: 260px;
}

.vb-hero-card--painted {
  min-height: 500px;
  margin: 0 64px 0 0;
  padding: 38px 40px 30px;
  border: 1px solid rgba(45,103,151,.24);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255,253,249,.88), rgba(255,253,249,.88)),
    url('assets/images/floral-frame.svg') center / 100% 100% no-repeat,
    #fffdf8;
  box-shadow: 0 16px 46px rgba(33,77,108,.09);
}
.vb-hero-card--painted::after {
  inset: 14px;
  border-color: rgba(45,103,151,.18);
  border-radius: 16px;
}
.vb-hero-card--painted .vb-hero-card-inner {
  min-height: 430px;
  max-width: 100%;
}
.vb-hero-card--painted .vb-card-monogram {
  width: 58px;
  height: 58px;
  font-size: 34px;
  background: rgba(255,255,255,.62);
}
.vb-hero-card--painted h2 {
  max-width: 390px;
  margin: 17px 0 12px;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.08;
}
.vb-hero-card--painted p {
  max-width: 400px;
  font-size: 15.5px;
  line-height: 1.62;
}
.vb-mini-list--iconic { margin-top: 22px; }
.vb-mini-list--iconic span {
  grid-template-columns: 28px 1fr auto;
  min-height: 46px;
  padding: 9px 0;
}
.vb-hero-jar {
  right: -88px;
  bottom: -14px;
  width: 212px;
  height: 296px;
}

.vb-role-showcase {
  padding: 40px 0 38px;
  background:
    radial-gradient(circle at 0 88%, rgba(194,221,233,.25), transparent 17rem),
    radial-gradient(circle at 100% 0, rgba(194,221,233,.20), transparent 15rem),
    #fbfaf7;
}
.vb-role-showcase::before {
  left: -25px;
  bottom: -28px;
  width: 190px;
  height: 270px;
  opacity: .55;
}
.vb-section-head--airy {
  align-items: end;
  gap: 50px;
  margin-bottom: 24px;
}
.vb-section-head--airy .vb-heading {
  max-width: 870px;
  font-size: clamp(34px, 3.8vw, 49px);
}
.vb-section-head--airy .vb-lead {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.6;
}
.vb-role-grid--illustrated {
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.vb-role-card--illustrated {
  grid-template-columns: 1.08fr .92fr;
  min-height: 255px;
  padding: 24px 18px 18px 24px;
  border: 1px solid rgba(45,103,151,.23);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 8px 22px rgba(30,69,98,.035);
}
.vb-role-number { font-size: 34px; }
.vb-role-card--illustrated h3 { margin: 7px 0 11px; font-size: 24px; }
.vb-role-card--illustrated p { font-size: 14px; line-height: 1.55; }
.vb-role-card--illustrated .vb-button {
  min-height: 38px;
  padding: 8px 16px;
  font-size: 13px;
}
.vb-role-art { min-height: 185px; align-self: end; }

.vb-steps-showcase {
  padding: 34px 0 48px;
  background: #fffefa;
}
.vb-section-head--steps { margin-bottom: 22px; }
.vb-step-grid--painted {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px;
  margin-top: 20px;
}
.vb-step-grid--painted .vb-step {
  padding: 0 24px 0 0;
}
.vb-step-grid--painted .vb-step-badge { width: 38px; height: 38px; }
.vb-step-grid--painted .vb-step h3 { font-size: 20px; margin-top: 12px; }
.vb-step-grid--painted .vb-step p { font-size: 14px; line-height: 1.55; }

.vb-feature-split {
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(45,103,151,.16);
  border-radius: 28px 10px 28px 10px;
  background: #fffdf9;
  box-shadow: 0 16px 44px rgba(20,59,86,.07);
}
.vb-feature-ornament {
  min-height: 420px;
  border-radius: 0;
  background:
    linear-gradient(rgba(26,69,98,.06), rgba(26,69,98,.06)),
    url('assets/images/feature-still-life.webp') center / cover no-repeat;
  box-shadow: none;
}
.vb-feature-ornament::before,
.vb-feature-ornament::after { display: none; }
.vb-feature-ornament blockquote {
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(20,52,77,.77);
  font-size: clamp(24px,2.8vw,34px);
  backdrop-filter: blur(4px);
}
.vb-feature-copy {
  border: 0;
  border-radius: 0;
  background: rgba(255,253,249,.96);
  padding: 48px 54px;
}

@media (max-width: 1220px) {
  .vb-hero-grid--painted { padding-left: 84px; padding-right: 84px; }
  .vb-hero-books { left: -70px; width: 190px; }
  .vb-hero-card--painted { margin-right: 38px; }
  .vb-hero-jar { right: -58px; width: 180px; }
}

@media (max-width: 980px) {
  .vb-wrap, .vb-narrow { width: min(100% - 30px, 1420px); }
  .vb-hero--painted { min-height: auto; }
  .vb-hero--painted::before { width: 110px; background-size: 110px auto; opacity: .38; }
  .vb-hero--painted::after { width: 110px; background-size: 110px auto; opacity: .34; }
  .vb-hero-grid--painted {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 34px 28px 36px;
  }
  .vb-sheet { max-width: 720px; padding-bottom: 26px; }
  .vb-hero-books { display: none; }
  .vb-hero-card--painted { margin-right: 0; max-width: 650px; }
  .vb-hero-jar { right: -28px; width: 150px; opacity: .78; }
  .vb-role-grid--illustrated { grid-template-columns: 1fr; }
  .vb-role-card--illustrated { grid-template-columns: 1.25fr .75fr; }
  .vb-step-grid--painted { grid-template-columns: repeat(2,1fr); }
  .vb-feature-split { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .vb-header-row { min-height: 70px; }
  .vb-hero--painted::before,
  .vb-hero--painted::after { display: none; }
  .vb-hero-grid--painted { padding: 26px 10px 30px; }
  .vb-sheet { padding: 18px 8px 22px; }
  .vb-sheet h1 { font-size: clamp(36px,11vw,48px); }
  .vb-sheet p { font-size: 17px; }
  .vb-check-grid { grid-template-columns: 1fr; }
  .vb-hero-card--painted { padding: 28px 24px; }
  .vb-hero-card--painted h2 { font-size: 32px; }
  .vb-hero-jar { display: none; }
  .vb-section-head--airy { display: block; }
  .vb-section-head--airy .vb-lead { margin-top: 12px; }
  .vb-role-card--illustrated { grid-template-columns: 1fr; }
  .vb-role-art { min-height: 150px; }
  .vb-step-grid--painted { grid-template-columns: 1fr; }
  .vb-feature-copy { padding: 30px 24px; }
}


/* =============================================================
   PollyRoom Vintage Blue v1.4.0
   Lighter and airier refinement.
============================================================= */
:root {
  --vb-ink: #26455d;
  --vb-deep: #224665;
  --vb-blue: #4f87b5;
  --vb-blue-2: #78a8cc;
  --vb-powder: #c9dfed;
  --vb-pale: #eff7fb;
  --vb-paper: #fdfcf8;
  --vb-white: #fffefb;
  --vb-line: #d9e7f0;
  --vb-muted: #6e8395;
  --vb-shadow: 0 18px 42px rgba(80, 126, 164, .08);
}
body {
  color: var(--vb-ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(223,236,245,.65), transparent 20rem),
    radial-gradient(circle at 88% 16%, rgba(233,242,248,.6), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #fdfefe 30%, #fbfaf7 100%);
}
.vb-site-header {
  background: rgba(255,255,253,.975);
  border-bottom: 1px solid rgba(120,168,204,.18);
  box-shadow: 0 6px 20px rgba(110, 153, 187, .045);
}
.vb-main-nav a,
.vb-footer-col a,
.vb-role-card--illustrated p,
.vb-step-grid--painted .vb-step p,
.vb-feature-item p,
.vb-faq details p,
.vb-hero-card--painted p,
.vb-sheet p { color: var(--vb-muted); }
.vb-button {
  background: linear-gradient(180deg, #5f95bf, #4b7faa);
  box-shadow: 0 10px 22px rgba(86, 137, 177, .16);
}
.vb-button:hover { background: linear-gradient(180deg, #557fa2, #476f90); }
.vb-button--ghost {
  background: rgba(255,255,255,.84);
  border-color: rgba(120,168,204,.35);
  color: var(--vb-deep);
}
.vb-button--paper {
  background: rgba(255,255,255,.92);
  color: var(--vb-deep);
}
.vb-hero--painted {
  min-height: 620px;
  background:
    radial-gradient(circle at 48% 25%, rgba(203,227,240,.28), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #fefdfb 100%);
}
.vb-hero--painted::before,
.vb-hero--painted::after {
  opacity: .5;
  filter: saturate(.78) brightness(1.08);
}
.vb-hero-grid--painted { padding-top: 42px; padding-bottom: 40px; }
.vb-sheet h1,
.vb-hero-card--painted h2,
.vb-heading,
.vb-feature-item h3,
.vb-role-card--illustrated h3,
.vb-step-grid--painted .vb-step h3,
.vb-faq summary,
.vb-page-title { color: #264b6a; }
.vb-sheet h1 { max-width: 640px; }
.vb-hero-card--painted {
  background:
    linear-gradient(rgba(255,255,253,.95), rgba(255,255,253,.95)),
    url('assets/images/floral-frame.svg') center / 100% 100% no-repeat,
    #fffefc;
  border-color: rgba(120,168,204,.24);
  box-shadow: 0 18px 46px rgba(102, 143, 176, .08);
}
.vb-hero-card--painted::after,
.vb-role-card--illustrated,
.vb-faq details,
.vb-page-card,
.vb-step-grid--painted .vb-step,
.vb-feature-split,
.vb-cta {
  border-color: rgba(120,168,204,.22);
}
.vb-role-showcase {
  background:
    radial-gradient(circle at 0 88%, rgba(221,238,246,.5), transparent 17rem),
    radial-gradient(circle at 100% 0, rgba(221,238,246,.4), transparent 15rem),
    #fdfcf9;
}
.vb-role-card--illustrated {
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 22px rgba(105, 144, 175, .045);
}
.vb-steps-showcase { background: #fffefc; }
.vb-step-grid--painted .vb-step:not(:last-child)::after { background: linear-gradient(90deg, rgba(120,168,204,.35), transparent); }
.vb-feature-split {
  background: #fffefb;
  box-shadow: 0 14px 34px rgba(101, 143, 176, .06);
}
.vb-feature-ornament {
  background:
    linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)),
    url('assets/images/feature-still-life.webp') center / cover no-repeat;
}
.vb-feature-ornament blockquote {
  background: rgba(74, 120, 157, .72);
  box-shadow: 0 10px 20px rgba(67, 107, 140, .12);
}
.vb-feature-copy {
  background: rgba(255,255,252,.98);
}
.vb-cta {
  background: linear-gradient(135deg, #6f9fc3, #8eb8d6);
  box-shadow: 0 14px 30px rgba(111, 159, 195, .18);
}
.vb-cta p { color: rgba(255,255,255,.88); }
.vb-site-footer {
  background: linear-gradient(180deg, #f4f9fb 0%, #f7f6f2 100%);
  border-top: 1px solid rgba(120,168,204,.16);
}
.vb-site-footer::before { opacity: .1; }
.vb-vl-page .vl-shell,
.vl-shell {
  --vl-ink: #26455d;
  --vl-ink-deep: #224665;
  --vl-muted: #6e8395;
  --vl-teal: #4f87b5;
  --vl-teal-soft: #f0f7fb;
  --vl-border: #d9e7f0;
}
.vl-panel, .vl-bank-card, .vl-learning-card, .vl-teacher-card, .vl-public-card, .vl-calendar-panel, .vl-student-calendar, .vl-student-overview article {
  background: rgba(255,255,255,.95) !important;
  border-color: rgba(120,168,204,.20) !important;
  box-shadow: 0 10px 24px rgba(97, 141, 175, .05) !important;
}
.vl-dashboard-hero, .vl-student-hero, .vl-booking-panel, .vl-team-section, .vl-public-filters {
  background: linear-gradient(135deg, #f5fbfe, #fffefb) !important;
  border-color: rgba(120,168,204,.18) !important;
}
.vl-button, .vl-file-picker-button, .vl-file-upload input[type=file]::file-selector-button {
  background: linear-gradient(180deg, #5f95bf, #4b7faa) !important;
}
.vl-button--secondary { background: rgba(255,255,255,.88) !important; }
@media (max-width: 980px) {
  .vb-hero-grid--painted { padding: 28px 24px 34px; gap: 28px; }
  .vb-hero-card--painted { box-shadow: 0 12px 26px rgba(103, 144, 176, .07); }
}
@media (max-width: 680px) {
  body { background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%); }
  .vb-site-header { background: rgba(255,255,253,.985); }
  .vb-sheet h1 { font-size: clamp(33px, 10.5vw, 44px); line-height: 1.08; }
  .vb-sheet p { font-size: 16px; }
  .vb-hero-card--painted h2 { font-size: 29px; }
  .vb-role-card--illustrated { background: rgba(255,255,255,.95); }
  .vb-feature-ornament blockquote { font-size: 24px; }
}


/* =============================================================
   PollyRoom Vintage Blue v1.5.0
   Compact, smaller type, less overlap, more interactive.
============================================================= */
html { scroll-padding-top: 86px; }
:root {
  --vb-ink: #2a4860;
  --vb-deep: #234561;
  --vb-blue: #568ab3;
  --vb-blue-2: #7baacf;
  --vb-line: #dbe8f0;
  --vb-muted: #728596;
}
body { line-height: 1.58; }
a, button, .vb-button, .vb-role-card--illustrated, .vb-feature-split, .vb-faq details { transition: all .22s ease; }

.vb-wrap { width: min(1360px, calc(100% - 44px)); }
.vb-narrow { width: min(900px, calc(100% - 40px)); }
.vb-section { padding: 44px 0; }
.vb-section--compact { padding: 34px 0; }
.vb-kicker { font-size: 11px; letter-spacing: .18em; }
.vb-heading { font-size: clamp(28px, 3vw, 40px); line-height: 1.18; }
.vb-heading--small { font-size: clamp(27px, 2.9vw, 40px); }
.vb-lead { font-size: 15px; line-height: 1.6; }

.vb-site-header { box-shadow: 0 4px 14px rgba(110, 153, 187, .03); }
.vb-header-row { min-height: 72px; gap: 22px; }
.vb-brand-mark { width: 48px; height: 48px; font-size: 30px; }
.vb-brand-copy strong { font-size: 22px; }
.vb-brand-copy small { font-size: 10px; }
.vb-main-nav ul { gap: 26px; }
.vb-main-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
}
.vb-main-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: rgba(86,138,179,.55);
  transition: width .22s ease;
}
.vb-main-nav a:hover::after,
.vb-main-nav a:focus-visible::after { width: 100%; }
.vb-header-actions .vb-button,
.vb-button { min-height: 42px; padding: 10px 18px; font-size: 13px; }
.vb-button { border-width: 1px; }
.vb-button:hover,
.vb-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(86, 137, 177, .18);
}
.vb-button--ghost:hover,
.vb-button--ghost:focus-visible {
  background: rgba(255,255,255,.97);
  border-color: rgba(86,138,179,.45);
}

.vb-hero--painted {
  min-height: auto;
}
.vb-hero-grid--painted {
  min-height: auto;
  gap: clamp(28px, 3.4vw, 46px);
  padding: 26px 84px 24px;
  align-items: start;
}
.vb-hero--painted::before {
  left: -14px;
  width: 170px;
  background-size: 165px auto;
  opacity: .25;
}
.vb-hero--painted::after {
  right: -12px;
  width: 170px;
  background-size: 165px auto;
  opacity: .25;
}
.vb-sheet {
  max-width: 650px;
  padding: 8px 0 36px;
}
.vb-sheet h1 {
  max-width: 560px;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.1;
}
.vb-sheet p {
  max-width: 540px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}
.vb-hero-actions {
  gap: 12px;
  margin-top: 18px;
}
.vb-check-grid {
  max-width: 520px;
  gap: 8px 18px;
  margin-top: 14px;
  font-size: 13px;
}
.vb-check-grid li { padding-left: 16px; }
.vb-hero-books {
  left: -48px;
  bottom: -2px;
  width: 120px;
  height: 142px;
  opacity: .52;
  pointer-events: none;
}
.vb-hero-card--painted {
  min-height: auto;
  margin: 0;
  padding: 24px 24px 20px;
  border-radius: 18px;
}
.vb-hero-card--painted::after { inset: 10px; border-radius: 13px; }
.vb-hero-card--painted .vb-hero-card-inner { min-height: auto; }
.vb-hero-card--painted .vb-card-monogram { width: 50px; height: 50px; font-size: 30px; }
.vb-hero-card--painted h2 {
  max-width: 320px;
  margin: 12px 0 10px;
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.12;
}
.vb-hero-card--painted p {
  max-width: 345px;
  font-size: 14px;
  line-height: 1.6;
}
.vb-mini-list--iconic { margin-top: 16px; }
.vb-mini-list--iconic span {
  min-height: 40px;
  gap: 10px;
  padding: 7px 0;
  font-size: 13px;
}
.vb-mini-list--iconic em { font-size: 16px; }
.vb-mini-list--iconic strong { font-size: 13px; }
.vb-hero-jar {
  right: -24px;
  bottom: -6px;
  width: 116px;
  height: 158px;
  opacity: .38;
  pointer-events: none;
}

.vb-section-head,
.vb-section-head--airy { gap: 28px; margin-bottom: 14px; }
.vb-section-head--airy .vb-heading { max-width: 700px; }
.vb-section-head--airy .vb-lead { max-width: 360px; font-size: 14px; }
.vb-role-showcase { padding: 26px 0 24px; }
.vb-role-showcase::before { opacity: .28; width: 120px; height: 170px; }
.vb-role-grid--illustrated { gap: 14px; }
.vb-role-card--illustrated {
  min-height: 208px;
  padding: 18px 16px 14px 18px;
  border-radius: 14px;
}
.vb-role-card--illustrated:hover,
.vb-role-card--illustrated:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(108, 148, 179, .08);
  border-color: rgba(86,138,179,.35);
}
.vb-role-number { font-size: 27px; }
.vb-role-card--illustrated h3 { margin: 4px 0 8px; font-size: 19px; }
.vb-role-card--illustrated p { margin-bottom: 12px; font-size: 13px; line-height: 1.5; }
.vb-role-card--illustrated .vb-button { min-height: 34px; padding: 8px 13px; font-size: 12px; }
.vb-role-art { min-height: 124px; opacity: .9; }

.vb-steps-showcase { padding: 24px 0 30px; }
.vb-section-head--steps { margin-bottom: 12px; }
.vb-step-grid--painted { gap: 16px; margin-top: 12px; }
.vb-step-grid--painted .vb-step { padding-right: 16px; }
.vb-step-grid--painted .vb-step-badge { width: 32px; height: 32px; font-size: 14px; }
.vb-step-grid--painted .vb-step h3 { margin-top: 8px; font-size: 16px; }
.vb-step-grid--painted .vb-step p { font-size: 12px; line-height: 1.5; }

.vb-feature-split {
  border-radius: 22px 10px 22px 10px;
}
.vb-feature-split:hover { box-shadow: 0 16px 34px rgba(101, 143, 176, .08); }
.vb-feature-ornament { min-height: 320px; }
.vb-feature-ornament blockquote {
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding: 15px 16px;
  font-size: clamp(20px, 2.3vw, 28px);
}
.vb-feature-copy { padding: 30px 30px 28px; }
.vb-feature-item h3 { font-size: 18px; }
.vb-feature-item p { font-size: 13px; }
.vb-feature-icon { width: 42px; height: 42px; font-size: 18px; }

.vb-cta { padding: 26px 28px; border-radius: 24px 10px 24px 10px; }
.vb-cta h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.15; }
.vb-cta p { font-size: 14px; }
.vb-cta-actions { gap: 10px; }

.vb-faq details {
  border-radius: 14px;
}
.vb-faq details:hover {
  border-color: rgba(86,138,179,.35);
  box-shadow: 0 10px 18px rgba(104, 145, 176, .05);
}
.vb-faq summary { font-size: 17px; }
.vb-faq details p { font-size: 14px; }

.vb-page-title { font-size: clamp(28px, 3vw, 40px); }

.vb-vl-page .vl-shell,
.vl-shell { --vl-radius: 18px; }
.vl-panel, .vl-bank-card, .vl-learning-card, .vl-teacher-card, .vl-public-card, .vl-calendar-panel, .vl-student-calendar, .vl-student-overview article {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}
.vl-panel:hover, .vl-bank-card:hover, .vl-learning-card:hover, .vl-teacher-card:hover, .vl-public-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(97, 141, 175, .07) !important;
  border-color: rgba(86,138,179,.28) !important;
}

@media (max-width: 1200px) {
  .vb-hero-grid--painted { padding-left: 64px; padding-right: 64px; }
}
@media (max-width: 980px) {
  html { scroll-padding-top: 74px; }
  .vb-wrap { width: min(100% - 28px, 1320px); }
  .vb-section { padding: 34px 0; }
  .vb-hero-grid--painted {
    grid-template-columns: 1fr;
    padding: 18px 20px 22px;
    gap: 22px;
  }
  .vb-hero--painted::before,
  .vb-hero--painted::after { opacity: .15; width: 90px; background-size: 86px auto; }
  .vb-sheet { padding: 2px 0 0; max-width: none; }
  .vb-sheet h1 { max-width: 100%; font-size: clamp(35px, 6vw, 48px); }
  .vb-sheet p { max-width: 100%; }
  .vb-hero-books { display: none; }
  .vb-hero-card--painted { max-width: none; }
  .vb-hero-jar { display: none; }
  .vb-role-card--illustrated { grid-template-columns: 1.1fr .9fr; }
  .vb-step-grid--painted { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 68px; }
  .vb-wrap, .vb-narrow { width: min(100% - 22px, 1320px); }
  .vb-header-row { min-height: 66px; gap: 14px; }
  .vb-brand-mark { width: 42px; height: 42px; font-size: 26px; }
  .vb-brand-copy strong { font-size: 18px; }
  .vb-main-nav { top: 66px; }
  .vb-main-nav a::after { display: none; }
  .vb-hero--painted::before,
  .vb-hero--painted::after { display: none; }
  .vb-hero-grid--painted { padding: 14px 6px 18px; gap: 18px; }
  .vb-sheet h1 { font-size: clamp(30px, 9.5vw, 40px); line-height: 1.12; }
  .vb-sheet p { font-size: 15px; }
  .vb-hero-actions { flex-direction: column; align-items: stretch; }
  .vb-button, .vb-header-actions .vb-button { width: 100%; justify-content: center; }
  .vb-check-grid { grid-template-columns: 1fr; }
  .vb-hero-card--painted { padding: 18px 16px; border-radius: 16px; }
  .vb-hero-card--painted h2 { font-size: 25px; }
  .vb-mini-list--iconic span { grid-template-columns: 24px 1fr; }
  .vb-mini-list--iconic strong { grid-column: 2; }
  .vb-section-head--airy,
  .vb-section-head { display: block; }
  .vb-section-head--airy .vb-lead,
  .vb-section-head .vb-lead { max-width: 100%; margin-top: 10px; }
  .vb-role-grid--illustrated,
  .vb-step-grid--painted { grid-template-columns: 1fr; }
  .vb-role-card--illustrated { grid-template-columns: 1fr; min-height: auto; }
  .vb-role-art { min-height: 112px; }
  .vb-feature-ornament { min-height: 220px; }
  .vb-feature-copy { padding: 22px 18px; }
  .vb-cta { padding: 22px 18px; }
  .vb-cta-actions { width: 100%; }
  .vb-faq summary { font-size: 16px; }
}


/* =============================================================
   PollyRoom Vintage Blue v1.5.1
   Overlap fix for decorative hero elements.
============================================================= */
.vb-sheet {
  overflow: hidden;
}

/* The book/flower illustration caused overlap on real layouts.
   Keep the hero cleaner and safer across resolutions. */
.vb-hero-books {
  display: none !important;
}

.vb-hero-actions,
.vb-check-grid {
  position: relative;
  z-index: 3;
}

.vb-hero-card--painted {
  overflow: hidden;
}

.vb-hero-jar {
  right: -18px;
  bottom: -8px;
  width: 92px;
  height: 128px;
  opacity: .24;
}

@media (max-width: 1200px) {
  .vb-hero-jar { display: none; }
}

@media (max-width: 980px) {
  .vb-sheet {
    overflow: visible;
  }
}
