/* === Blueprint Engine — Reset === */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
img,svg,video{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit;color:inherit}
button{cursor:pointer;border:0;background:none}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none;margin:0;padding:0}
h1,h2,h3,h4,p{margin:0}
:root{color-scheme:light}

/* === Blueprint Engine — Design Tokens (Editorial Magazine) === */
:root{
  --vrema-bg:#fbf8f3;
  --vrema-surface:#ffffff;
  --vrema-text:#181210;
  --vrema-muted:#6a615a;
  --vrema-primary:#c2410c;
  --vrema-primary-fg:#fbf8f3;
  --vrema-accent:#7f1d1d;
  --vrema-border:#1812101a;
  --vrema-radius-sm:0px;
  --vrema-radius-md:0px;
  --vrema-radius-lg:2px;
  --vrema-radius-pill:999px;
  --vrema-shadow-sm:none;
  --vrema-shadow-md:0 1px 0 rgba(24,18,16,0.08);
  --vrema-shadow-lg:0 6px 32px rgba(24,18,16,0.06);
  --vrema-section-y:112px;
  --vrema-section-y-mob:72px;
  --vrema-container:1140px;
  --vrema-font-h:"Poppins", system-ui, sans-serif;
  --vrema-font-b:"Open Sans", system-ui, sans-serif;
}

/* === Base typography & layout === */
body{
  font-family:var(--vrema-font-b);
  background:var(--vrema-bg);
  color:var(--vrema-text);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.vrema-container{max-width:var(--vrema-container);margin:0 auto;padding:0 24px}
.vrema-section{padding:var(--vrema-section-y) 0}
.vrema-section--alt{background:var(--vrema-surface)}
.vrema-pad-y-lg{padding-top:calc(var(--vrema-section-y) + 16px);padding-bottom:var(--vrema-section-y)}
.vrema-h1{
  font-family:var(--vrema-font-h);
  font-weight:600;
  font-size:clamp(40px, 5.5vw, 68px);
  line-height:1.05;
  letter-spacing:-0.02em;
  color:var(--vrema-text);
  max-width:18ch;
}
.vrema-h1--display{font-size:clamp(44px, 6vw, 80px);max-width:24ch;margin-inline:auto}
.vrema-h1--editorial{font-family:var(--vrema-font-h);font-weight:500;letter-spacing:-0.01em}
.vrema-h2{
  font-family:var(--vrema-font-h);
  font-weight:600;
  font-size:clamp(28px, 3.4vw, 44px);
  line-height:1.15;
  letter-spacing:-0.015em;
  color:var(--vrema-text);
}
.vrema-section__head{margin-bottom:48px;text-align:center;max-width:720px;margin-inline:auto}



/* === Blueprint: Marketing Agency === */
.vrema-section--metrics{padding:32px 0;background:var(--vrema-surface);border-block:1px solid var(--vrema-border)}
.vrema-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:end}
.vrema-metric{text-align:center}
.vrema-metric__value{font-family:var(--vrema-font-h);font-weight:800;font-size:clamp(36px,4.4vw,56px);line-height:1;letter-spacing:-0.02em;color:var(--vrema-text)}
.vrema-metric__label{margin-top:8px;font-size:13px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:0.08em}
.vrema-section--cta{background:var(--vrema-primary);color:var(--vrema-primary-fg);text-align:center}
.vrema-section--cta .vrema-h2,.vrema-section--cta .vrema-cta__sub{color:var(--vrema-primary-fg)}
.vrema-cta{max-width:720px;margin:0 auto}
.vrema-cta__sub{font-size:18px;margin-top:12px;color:var(--vrema-primary-fg);opacity:.85}
.vrema-cta .vrema-btn{margin-top:28px}
.vrema-about{max-width:760px}
.vrema-about__body{font-size:19px;line-height:1.7;color:var(--vrema-text);margin-top:16px}
.vrema-section--form{background:var(--vrema-surface)}
.vrema-form-wrap{max-width:640px;margin:0 auto}
.vrema-form-wrap__sub{color:var(--vrema-muted);margin-top:8px;margin-bottom:32px}



/* === Hero: Centered Agency === */
.vrema-hero{position:relative;overflow:hidden}
.vrema-hero__eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--vrema-accent);padding:6px 14px;border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-pill);margin-bottom:20px}
.vrema-hero__sub{margin-top:20px;font-size:19px;line-height:1.6;color:var(--vrema-muted);max-width:52ch}
.vrema-hero__sub--center{margin-inline:auto;text-align:center}
.vrema-hero__sub--lead{font-size:22px;line-height:1.5;color:var(--vrema-text);max-width:60ch}
.vrema-hero__ctas{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap}
.vrema-hero__ctas--center{justify-content:center}

/* Split (text + visual) */
.vrema-grid--hero{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
.vrema-hero__text{min-width:0}
.vrema-hero__visual{min-width:0}

/* Centered */
.vrema-hero__center{text-align:center;max-width:920px;margin:0 auto}
.vrema-hero__visual--wide{margin-top:56px}

/* Dashboard */
.vrema-hero__stack{display:grid;gap:48px}
.vrema-hero__head{text-align:center;max-width:780px;margin:0 auto}

/* Cover — full-bleed photo / branded variant */
.vrema-hero--cover{position:relative;min-height:80vh;display:grid;align-items:center}
.vrema-hero--cover.vrema-hero--has-cover{color:#fff}
.vrema-hero__cover-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.vrema-hero__cover-bg img{width:100%;height:100%;object-fit:cover}
/* Stronger overlay so H1 stays readable on light/blurred art */
.vrema-hero__cover-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.78));pointer-events:none}
.vrema-hero__cover-content{position:relative;z-index:2;max-width:880px;padding:120px 24px}
.vrema-hero--has-cover .vrema-h1{color:#fff;max-width:22ch;text-shadow:0 2px 24px rgba(0,0,0,0.45)}
.vrema-hero--has-cover .vrema-hero__sub--lead{color:rgba(255,255,255,0.94)}

/* Cover — side-card variant (used when the visual is a card, not a photo).
   Text on the left, card on the right. NO absolute positioning over text. */
.vrema-hero--has-card{min-height:auto;padding:96px 0 72px;background:var(--vrema-bg);color:var(--vrema-text)}
.vrema-hero--has-card .vrema-h1{color:var(--vrema-text);max-width:22ch;text-shadow:none}
.vrema-hero--has-card .vrema-hero__sub--lead{color:var(--vrema-muted)}
.vrema-hero__cover-split{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
.vrema-hero__cover-split .vrema-hero__text{min-width:0;position:relative;z-index:2}
.vrema-hero__cover-split .vrema-hero__card{min-width:0;position:relative;z-index:1}
.vrema-hero__cover-split .vrema-hero__card .vrema-visual{margin:0}
@media (max-width:880px){
  .vrema-hero__cover-split{grid-template-columns:1fr;gap:40px}
  .vrema-hero__cover-split .vrema-hero__card{order:2}
}


/* === Components === */
/* Nav */
.vrema-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.85);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--vrema-border)}
.vrema-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;height:72px}
.vrema-nav__brand{display:flex;align-items:center;gap:10px;font-family:var(--vrema-font-h);font-weight:700;font-size:18px;letter-spacing:-0.01em}
.vrema-nav__links{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:24px}
.vrema-nav__link{font-size:15px;color:var(--vrema-muted);transition:color .15s}
.vrema-nav__link:hover{color:var(--vrema-text)}
.vrema-nav__cta{flex:none}
.vrema-nav__toggle{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.vrema-nav__toggle span{display:block;width:22px;height:2px;background:var(--vrema-text);transition:transform .2s}

/* Buttons */
.vrema-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-weight:600;font-size:15px;border-radius:var(--vrema-radius-sm);transition:transform .15s ease, box-shadow .15s ease, background .15s ease}
.vrema-btn--lg{padding:16px 28px;font-size:16px}
.vrema-btn--sm{padding:8px 16px;font-size:14px}
.vrema-btn--primary{background:var(--vrema-primary);color:var(--vrema-primary-fg)}
.vrema-btn--primary:hover{transform:translateY(-1px);box-shadow:var(--vrema-shadow-md)}
.vrema-btn--ghost{background:transparent;color:var(--vrema-text);border:1px solid var(--vrema-border)}
.vrema-btn--ghost:hover{background:var(--vrema-surface)}

/* Grids */
.vrema-grid{display:grid;gap:24px}
.vrema-grid--3{grid-template-columns:repeat(3,1fr)}
.vrema-grid--4{grid-template-columns:repeat(4,1fr)}

/* Cards */
.vrema-card{padding:32px;border-radius:var(--vrema-radius-md);background:var(--vrema-bg);border:1px solid var(--vrema-border);transition:transform .2s ease, box-shadow .2s ease}
.vrema-card:hover{transform:translateY(-3px);box-shadow:var(--vrema-shadow-lg)}
.vrema-card__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--vrema-radius-sm);background:color-mix(in srgb, var(--vrema-primary) 12%, transparent);color:var(--vrema-primary);margin-bottom:18px}
.vrema-card__icon svg{width:24px;height:24px}
.vrema-card__title{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;line-height:1.3;margin-bottom:8px}
.vrema-card__desc{font-size:15px;color:var(--vrema-muted);line-height:1.6}

/* Testimonials */
.vrema-testimonial__quote{font-family:var(--vrema-font-h);font-size:18px;line-height:1.55;color:var(--vrema-text);margin-bottom:24px}
.vrema-testimonial__cite{display:flex;align-items:center;gap:14px}
.vrema-testimonial__avatar{width:56px;height:56px;border-radius:50%;background:var(--vrema-surface);object-fit:cover;flex-shrink:0;display:block}
.vrema-testimonial__name{font-weight:600;font-size:14px}
.vrema-testimonial__role{font-size:13px;color:var(--vrema-muted)}

/* FAQ */
.vrema-faq{max-width:800px;margin:0 auto}
.vrema-faq__heading{margin-bottom:32px;text-align:center}
.vrema-faq__list{display:grid;gap:8px}
.vrema-faq__item{border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-md);background:var(--vrema-bg);overflow:hidden}
.vrema-faq__item.is-open,.vrema-faq__item[open]{box-shadow:var(--vrema-shadow-sm)}
.vrema-faq__q{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;font-weight:600;font-size:16px;cursor:pointer;list-style:none;user-select:none}
.vrema-faq__q::-webkit-details-marker{display:none}
.vrema-faq__icon{width:28px;height:28px;border-radius:var(--vrema-radius-pill);background:var(--vrema-surface);display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;font-weight:400;transition:transform .2s}
.vrema-faq__item.is-open .vrema-faq__icon,.vrema-faq__item[open] .vrema-faq__icon{transform:rotate(45deg)}
.vrema-faq__a{display:none;padding:0 24px 22px;color:var(--vrema-muted);font-size:15px;line-height:1.65}
.vrema-faq__item.is-open .vrema-faq__a,.vrema-faq__item[open] .vrema-faq__a{display:block}
.vrema-faq__a p{margin:0}

/* Form */
.vrema-form{display:grid;gap:18px}
.vrema-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.vrema-form__field{display:grid;gap:8px}
.vrema-form__label{font-size:13px;font-weight:600;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:0.06em}
.vrema-form__input{padding:14px 16px;border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-sm);background:var(--vrema-bg);color:var(--vrema-text);font-size:15px;width:100%;transition:border-color .15s}
.vrema-form__input:focus{outline:none;border-color:var(--vrema-primary)}
.vrema-form__submit{justify-self:start}
.vrema-form__msg{padding:14px 18px;border-radius:var(--vrema-radius-sm);font-size:14px;font-weight:500}
.vrema-form__msg--success{background:color-mix(in srgb, #16a34a 12%, transparent);color:#15803d}
.vrema-form__msg--error{background:color-mix(in srgb, #dc2626 12%, transparent);color:#b91c1c}

/* Footer */
.vrema-footer{background:var(--vrema-surface);border-top:1px solid var(--vrema-border);padding:64px 0 0}
.vrema-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px;padding-bottom:48px}
.vrema-footer__brand{font-family:var(--vrema-font-h);font-weight:700;font-size:20px;margin-bottom:12px}
.vrema-footer__tagline{color:var(--vrema-muted);font-size:15px;line-height:1.55;max-width:36ch}
.vrema-footer__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--vrema-text);margin-bottom:14px}
.vrema-footer__list{display:grid;gap:10px;font-size:14px;color:var(--vrema-muted)}
.vrema-footer__list a:hover{color:var(--vrema-text)}
.vrema-footer__bottom{border-top:1px solid var(--vrema-border);padding:24px 0;font-size:13px;color:var(--vrema-muted)}


/* === Visuals === */
.vrema-mock--dashboard{
  background:linear-gradient(180deg, #ffffff, #f6f7fb);
  border:1px solid var(--vrema-border);
  border-radius:var(--vrema-radius-lg);
  box-shadow:var(--vrema-shadow-lg);
  overflow:hidden;
  transform:translateY(0);
}
.vrema-mock__chrome{display:flex;gap:6px;padding:12px 14px;border-bottom:1px solid var(--vrema-border);background:rgba(0,0,0,0.02)}
.vrema-mock__chrome span{width:10px;height:10px;border-radius:50%;background:var(--vrema-border)}
.vrema-mock__body{padding:24px}
.vrema-mock__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.vrema-mock__stat{padding:16px;border-radius:var(--vrema-radius-md);background:var(--vrema-surface);border:1px solid var(--vrema-border)}
.vrema-mock__stat-v{font-family:var(--vrema-font-h);font-weight:700;font-size:24px;letter-spacing:-0.01em}
.vrema-mock__stat-l{font-size:11px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:0.08em;margin-top:4px}
.vrema-mock__chart{display:flex;align-items:flex-end;gap:6px;height:120px;padding:12px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border);margin-bottom:16px}
.vrema-mock__bar{flex:1;background:linear-gradient(180deg, var(--vrema-primary), var(--vrema-accent));border-radius:4px 4px 0 0;min-width:8px;opacity:.85}
.vrema-mock__rows{display:grid;gap:8px}
.vrema-mock__row{height:14px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:6px}

.vrema-visual--service img,.vrema-visual--split img{width:100%;height:auto;border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-md);object-fit:cover;aspect-ratio:5/4}
.vrema-visual--split img{aspect-ratio:1/1}

.vrema-pgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.vrema-pgrid__item{display:grid;gap:8px}
.vrema-pgrid__item img{width:100%;border-radius:var(--vrema-radius-md);object-fit:cover;aspect-ratio:1/1}
.vrema-pgrid__cap{font-size:13px;color:var(--vrema-muted)}

.vrema-cover{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--vrema-radius-lg)}
.vrema-cover img,.vrema-cover .vrema-cover__svg{width:100%;height:100%;object-fit:cover;display:block}
.vrema-cover--branded{aspect-ratio:16/10;min-height:280px}
.vrema-cover--branded .vrema-cover__veil{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.35) 100%)}

/* Branded growth/analytics card (replaces stock landscape on agency/saas) */
.vrema-visual--abstract{position:relative;border-radius:var(--vrema-radius-lg);overflow:visible;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:8px}
.vrema-growth{position:relative;z-index:2;width:100%;background:linear-gradient(180deg, #ffffff, #f7f8fc);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-lg);padding:24px;display:grid;gap:18px}
.vrema-growth__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.vrema-growth__label{font-size:11px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:0.08em}
.vrema-growth__value{font-family:var(--vrema-font-h);font-weight:800;font-size:36px;line-height:1.05;letter-spacing:-0.02em;margin-top:4px;color:var(--vrema-text)}
.vrema-growth__sub{font-size:12px;color:var(--vrema-muted);margin-top:2px}
.vrema-growth__pill{font-size:11px;font-weight:600;color:var(--vrema-primary);background:color-mix(in srgb, var(--vrema-primary) 12%, transparent);padding:6px 10px;border-radius:var(--vrema-radius-pill);white-space:nowrap}
.vrema-growth__chart{width:100%;height:120px;display:block}
.vrema-growth__tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.vrema-growth__tag{font-size:11px;color:var(--vrema-muted);background:var(--vrema-surface);border:1px solid var(--vrema-border);padding:5px 10px;border-radius:var(--vrema-radius-pill)}
.vrema-growth__bg{position:absolute;inset:-12% -8% -8% -12%;background:radial-gradient(60% 60% at 30% 30%, color-mix(in srgb, var(--vrema-primary) 18%, transparent), transparent 70%),radial-gradient(50% 50% at 80% 80%, color-mix(in srgb, var(--vrema-accent) 18%, transparent), transparent 70%);z-index:1;pointer-events:none;border-radius:24px;filter:blur(20px)}

/* Long-form pages (privacy, terms, contact) */
.vrema-h3{font-family:var(--vrema-font-h);font-weight:700;font-size:20px;line-height:1.3;letter-spacing:-0.01em;color:var(--vrema-text);margin:32px 0 12px}
.vrema-prose{color:var(--vrema-text);font-size:16px;line-height:1.7}
.vrema-prose p{margin:0 0 14px}
.vrema-prose a{color:var(--vrema-primary);text-decoration:underline;text-underline-offset:3px}
.vrema-prose ul,.vrema-prose ol{margin:0 0 14px 20px}
.vrema-prose li{margin:6px 0}
.vrema-prose em{color:var(--vrema-muted);font-style:normal;font-size:13px}


/* === Experiences (Phase B1) === */
.vrema-rank-list{display:grid;gap:20px}
.vrema-rank{display:grid;grid-template-columns:80px 1fr;gap:24px;padding:28px;border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);background:var(--vrema-surface);transition:transform .2s ease, box-shadow .2s ease}
.vrema-rank:hover{transform:translateY(-2px);box-shadow:var(--vrema-shadow-md)}
.vrema-rank__num{font-family:var(--vrema-font-h);font-weight:800;font-size:48px;line-height:1;letter-spacing:-0.02em;color:var(--vrema-primary);opacity:.9}
.vrema-rank__main{min-width:0}
.vrema-rank__head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.vrema-rank__name{font-family:var(--vrema-font-h);font-weight:700;font-size:22px;line-height:1.2;letter-spacing:-0.01em;color:var(--vrema-text)}
.vrema-rank__badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:5px 10px;border-radius:var(--vrema-radius-pill);background:color-mix(in srgb, var(--vrema-primary) 14%, transparent);color:var(--vrema-primary)}
.vrema-rank__rating{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.vrema-rank__stars{font-size:16px;letter-spacing:.06em;color:#f5b301;line-height:1}
.vrema-rank__score{font-size:13px;color:var(--vrema-muted);font-weight:600}
.vrema-rank__summary{font-size:15px;line-height:1.6;color:var(--vrema-muted);margin-bottom:16px}
.vrema-rank__lists{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.vrema-rank__list-head{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vrema-muted);margin-bottom:6px}
.vrema-rank__list ul{display:grid;gap:6px;font-size:14px;line-height:1.55;color:var(--vrema-text)}
.vrema-rank__list--pros ul li::before{content:"+ ";color:#16a34a;font-weight:700}
.vrema-rank__list--cons ul li::before{content:"− ";color:#dc2626;font-weight:700}
.vrema-cmp-wrap{overflow-x:auto;border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);background:var(--vrema-bg)}
.vrema-cmp{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}
.vrema-cmp thead th{background:var(--vrema-surface);font-family:var(--vrema-font-h);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--vrema-text);padding:14px 18px;text-align:left;border-bottom:1px solid var(--vrema-border);white-space:nowrap}
.vrema-cmp tbody th.vrema-cmp__feature{font-weight:600;font-size:14px;color:var(--vrema-text);padding:14px 18px;background:color-mix(in srgb, var(--vrema-surface) 60%, transparent);text-align:left;border-bottom:1px solid var(--vrema-border);width:30%}
.vrema-cmp__cell{padding:14px 18px;color:var(--vrema-muted);border-bottom:1px solid var(--vrema-border);vertical-align:middle}
.vrema-cmp__cell--yes{color:#16a34a;font-weight:700;font-size:18px}
.vrema-cmp__cell--no{color:#dc2626;font-weight:700;font-size:18px}
.vrema-pc{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.vrema-pc__col{padding:28px;border-radius:var(--vrema-radius-lg);background:var(--vrema-surface);border:1px solid var(--vrema-border)}
.vrema-pc__head{font-family:var(--vrema-font-h);font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:.06em;color:var(--vrema-text);margin-bottom:16px}
.vrema-pc__list{display:grid;gap:12px}
.vrema-pc__item{display:grid;grid-template-columns:24px 1fr;gap:10px;font-size:14px;line-height:1.55;color:var(--vrema-text)}
.vrema-pc__mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-weight:800;font-size:14px;line-height:1}
.vrema-pc__item--pro .vrema-pc__mark{background:color-mix(in srgb, #16a34a 18%, transparent);color:#15803d}
.vrema-pc__item--con .vrema-pc__mark{background:color-mix(in srgb, #dc2626 18%, transparent);color:#b91c1c}
.vrema-ep-list{display:grid;gap:16px}
.vrema-ep{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:20px 24px;border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);background:var(--vrema-surface);transition:transform .2s ease, box-shadow .2s ease}
.vrema-ep:hover{transform:translateY(-2px);box-shadow:var(--vrema-shadow-md)}
.vrema-ep__play{width:56px;height:56px;border-radius:50%;background:var(--vrema-primary);color:var(--vrema-primary-fg);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease}
.vrema-ep__play:hover{transform:scale(1.05)}
.vrema-ep__play svg{width:24px;height:24px;margin-left:2px}
.vrema-ep__meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:12px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.vrema-ep__num{font-weight:700;color:var(--vrema-primary)}
.vrema-ep__title{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;line-height:1.3;color:var(--vrema-text);margin-bottom:4px}
.vrema-ep__sum{font-size:14px;line-height:1.6;color:var(--vrema-muted)}
.vrema-visual--wave{position:relative;display:flex;align-items:center;justify-content:center;padding:8px}
.vrema-wave{position:relative;z-index:2;width:100%;background:linear-gradient(180deg,#fff,#f7f8fc);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-lg);padding:24px;display:grid;gap:18px}
.vrema-wave__head{display:flex;align-items:center;gap:14px}
.vrema-wave__play{width:52px;height:52px;border-radius:50%;background:var(--vrema-primary);color:var(--vrema-primary-fg);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.vrema-wave__play svg{width:22px;height:22px;margin-left:2px}
.vrema-wave__title{font-family:var(--vrema-font-h);font-weight:700;font-size:16px;color:var(--vrema-text);line-height:1.3}
.vrema-wave__dur{font-size:12px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:4px}
.vrema-wave__svg{width:100%;height:120px;display:block}
.vrema-wave__bg{position:absolute;inset:-12% -8% -8% -12%;background:radial-gradient(60% 60% at 30% 30%, color-mix(in srgb,var(--vrema-primary) 18%,transparent), transparent 70%),radial-gradient(50% 50% at 80% 80%, color-mix(in srgb,var(--vrema-accent) 18%,transparent), transparent 70%);z-index:1;pointer-events:none;border-radius:24px;filter:blur(20px)}
.vrema-mod-list{display:grid;gap:14px;max-width:820px;margin:0 auto}
.vrema-mod{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:22px 24px;border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-md);background:var(--vrema-surface);transition:transform .2s ease, box-shadow .2s ease}
.vrema-mod:hover{transform:translateY(-2px);box-shadow:var(--vrema-shadow-md)}
.vrema-mod__num{font-family:var(--vrema-font-h);font-weight:800;font-size:22px;letter-spacing:-0.01em;color:var(--vrema-primary);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--vrema-primary) 10%,transparent);border-radius:var(--vrema-radius-sm);height:56px}
.vrema-mod__title{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;line-height:1.3;color:var(--vrema-text);margin-bottom:6px}
.vrema-mod__sum{font-size:14px;line-height:1.6;color:var(--vrema-muted);margin-bottom:8px}
.vrema-mod__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:.06em}
.vrema-mod__sep{opacity:.4}
.vrema-inst{display:grid;grid-template-columns:140px 1fr;gap:32px;align-items:start;max-width:860px;margin:0 auto}
.vrema-inst__avatar{width:120px;height:120px;border-radius:50%;display:block;background:var(--vrema-surface);box-shadow:var(--vrema-shadow-md)}
.vrema-inst__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vrema-primary);margin-bottom:6px}
.vrema-inst__name{margin-bottom:6px}
.vrema-inst__role{font-size:15px;color:var(--vrema-muted);margin-bottom:12px}
.vrema-inst__bio{font-size:16px;line-height:1.65;color:var(--vrema-text);margin-bottom:16px}
.vrema-inst__creds{display:flex;flex-wrap:wrap;gap:8px}
.vrema-inst__cred{font-size:12px;font-weight:600;color:var(--vrema-text);background:var(--vrema-bg);border:1px solid var(--vrema-border);padding:6px 12px;border-radius:var(--vrema-radius-pill)}
.vrema-visual--cmp-prev,.vrema-visual--cm-prev{position:relative;display:flex;align-items:center;justify-content:center;padding:8px}
.vrema-cmp-prev,.vrema-cm-prev{width:100%;background:linear-gradient(180deg,#fff,#f7f8fc);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-lg);padding:20px;display:grid;gap:12px}
.vrema-cmp-prev__head,.vrema-cm-prev__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--vrema-border);margin-bottom:4px}
.vrema-cmp-prev__title,.vrema-cm-prev__title-h{font-family:var(--vrema-font-h);font-weight:700;font-size:14px;color:var(--vrema-text)}
.vrema-cmp-prev__meta,.vrema-cm-prev__meta-h{font-size:11px;color:var(--vrema-muted);text-transform:uppercase;letter-spacing:.06em}
.vrema-cmp-prev__row,.vrema-cm-prev__row{display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:var(--vrema-radius-sm);background:var(--vrema-surface)}
.vrema-cmp-prev__rank{font-family:var(--vrema-font-h);font-weight:800;font-size:18px;color:var(--vrema-primary);text-align:center}
.vrema-cmp-prev__name,.vrema-cm-prev__title{font-weight:700;font-size:14px;color:var(--vrema-text);line-height:1.2}
.vrema-cmp-prev__stars{font-size:12px;color:#f5b301;letter-spacing:.04em;margin-top:2px}
.vrema-cmp-prev__stars span{color:var(--vrema-muted);margin-left:4px}
.vrema-cmp-prev__badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--vrema-primary);background:color-mix(in srgb,var(--vrema-primary) 14%,transparent);padding:4px 8px;border-radius:var(--vrema-radius-pill);white-space:nowrap}
.vrema-cm-prev__num{font-family:var(--vrema-font-h);font-weight:800;font-size:14px;color:var(--vrema-primary);text-align:center;background:color-mix(in srgb,var(--vrema-primary) 10%,transparent);padding:6px 8px;border-radius:var(--vrema-radius-sm)}
.vrema-cm-prev__meta{font-size:11px;color:var(--vrema-muted);margin-top:2px;text-transform:uppercase;letter-spacing:.06em}
.vrema-cm-prev__chk{width:22px;height:22px;color:var(--vrema-muted)}
@media (max-width:960px){.vrema-pc,.vrema-rank__lists{grid-template-columns:1fr}.vrema-rank{grid-template-columns:1fr}.vrema-rank__num{font-size:36px}.vrema-inst{grid-template-columns:1fr;text-align:center}.vrema-inst__avatar{margin:0 auto}}


/* === Motif: Editorial Magazine === */
body{background:#fbf8f3;background-image:radial-gradient(rgba(24,18,16,0.04) 1px,transparent 1px);background-size:24px 24px}
.vrema-section__head{text-align:left;max-width:none;margin-inline:0;border-top:2px solid var(--vrema-text);padding-top:24px}
.vrema-h1{font-style:italic;font-weight:400;letter-spacing:-0.02em;line-height:1}
.vrema-h1::first-letter{font-size:1.4em;font-weight:700;float:left;line-height:0.85;padding-right:8px;color:var(--vrema-primary)}
.vrema-h2{font-style:italic;font-weight:600}
.vrema-hero__eyebrow{border:0;border-top:1px solid var(--vrema-text);border-bottom:1px solid var(--vrema-text);border-radius:0;padding:6px 0;background:none;color:var(--vrema-text)}
.vrema-card{background:#fff;border:1px solid rgba(24,18,16,0.1);border-radius:0;box-shadow:none}
.vrema-card:hover{transform:none;box-shadow:0 6px 24px rgba(24,18,16,0.08)}
.vrema-btn--primary{border-radius:0;text-transform:uppercase;letter-spacing:0.1em;font-size:13px;padding:14px 28px}
.vrema-section--cta{background:var(--vrema-text);color:var(--vrema-bg)}
.vrema-section--cta .vrema-h2{font-style:italic;color:var(--vrema-bg)}
.vrema-footer{background:var(--vrema-text);color:var(--vrema-bg);border-top:0}
.vrema-footer .vrema-footer__title,.vrema-footer .vrema-footer__brand{color:var(--vrema-bg)}
.vrema-footer .vrema-footer__list,.vrema-footer .vrema-footer__tagline{color:rgba(251,248,243,0.6)}


/* === Phase B2 Heroes === */
/* Comparison hero */
.vrema-hero--compare .vrema-hero__compare-head{text-align:center;max-width:880px;margin:0 auto 40px}
.vrema-hero__compare-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:880px;margin:0 auto 32px}
.vrema-hero__compare-chip{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-md)}
.vrema-hero__compare-rank{font-family:var(--vrema-font-h);font-weight:800;font-size:24px;color:var(--vrema-primary);min-width:32px}
.vrema-hero__compare-name{flex:1;font-weight:600;font-size:15px;color:var(--vrema-text)}
.vrema-hero__compare-score{font-size:13px;color:var(--vrema-muted);font-weight:600}

/* Course curriculum hero */
.vrema-grid--hero-course{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}
.vrema-hero__course-card{padding:24px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-md)}
.vrema-hero__course-cardhead{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--vrema-muted);margin-bottom:16px}
.vrema-hero__course-list{display:grid;gap:8px}
.vrema-hero__course-item{display:grid;grid-template-columns:36px 1fr;gap:14px;align-items:center;padding:12px;border-radius:var(--vrema-radius-sm);background:var(--vrema-bg);border:1px solid var(--vrema-border)}
.vrema-hero__course-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--vrema-radius-pill);background:color-mix(in srgb,var(--vrema-primary) 14%,transparent);color:var(--vrema-primary);font-weight:700;font-size:14px}
.vrema-hero__course-title{font-weight:600;font-size:14px;color:var(--vrema-text);line-height:1.3}
.vrema-hero__course-dur{font-size:12px;color:var(--vrema-muted);margin-top:2px}

/* Podcast audio hero — text-first composition. Player is its OWN block,
   never absolute, never overlapping the H1/sub. */
.vrema-hero--podcast{position:relative;background:var(--vrema-bg);color:var(--vrema-text)}
.vrema-hero--podcast .vrema-hero__pod-wrap{text-align:center;max-width:880px;margin:0 auto;position:relative;z-index:2}
.vrema-hero--podcast .vrema-h1{color:var(--vrema-text);position:relative;z-index:2}
.vrema-hero--podcast .vrema-hero__sub{color:var(--vrema-muted);position:relative;z-index:2}
.vrema-hero__pod-player{position:relative;z-index:1;display:flex;align-items:center;gap:20px;padding:20px 24px;margin:32px auto 0;max-width:560px;width:100%;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-md)}
.vrema-hero__pod-play{width:56px;height:56px;border-radius:50%;background:var(--vrema-primary);color:var(--vrema-primary-fg);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease}
.vrema-hero__pod-play:hover{transform:scale(1.06)}
.vrema-hero__pod-wave{flex:1;min-width:0;max-width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:2px;height:80px;overflow:hidden}
.vrema-hero__pod-bar{flex:1;background:linear-gradient(180deg,var(--vrema-primary),var(--vrema-accent));border-radius:1px;min-width:2px;opacity:.85}
.vrema-hero__pod-now{display:inline-flex;align-items:center;gap:14px;padding:10px 18px;background:var(--vrema-bg);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-pill);font-size:13px;color:var(--vrema-muted);margin:24px auto 0;position:relative;z-index:2}
.vrema-hero__pod-now-label{font-weight:700;text-transform:uppercase;letter-spacing:0.08em;font-size:11px;color:var(--vrema-primary)}
.vrema-hero__pod-now-title{color:var(--vrema-text);font-weight:600}
@media (max-width:720px){
  .vrema-hero__pod-player{flex-direction:column;align-items:stretch;gap:14px}
  .vrema-hero__pod-wave{height:56px}
}

/* Ecommerce product hero */
.vrema-hero--ecom .vrema-hero__ecom-trust{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px;font-size:13px;color:var(--vrema-muted)}
.vrema-hero--ecom .vrema-hero__ecom-trust strong{color:var(--vrema-text)}
.vrema-hero__ecom-card{position:relative;padding:32px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-lg)}
.vrema-hero__ecom-badge{position:absolute;top:20px;right:20px;padding:6px 12px;background:var(--vrema-accent);color:var(--vrema-bg);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;border-radius:var(--vrema-radius-pill)}
.vrema-hero__ecom-thumb{width:100%;aspect-ratio:1/1;border-radius:var(--vrema-radius-md);background:linear-gradient(135deg,color-mix(in srgb,var(--vrema-primary) 22%,transparent),color-mix(in srgb,var(--vrema-accent) 22%,transparent));margin-bottom:20px}
.vrema-hero__ecom-title{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;color:var(--vrema-text)}
.vrema-hero__ecom-price{margin-top:6px;font-size:15px;color:var(--vrema-muted)}
.vrema-hero__ecom-price strong{color:var(--vrema-text);font-size:20px}

/* Local service trust hero */
.vrema-hero--local .vrema-hero__local-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;list-style:none;padding:0}
.vrema-hero__local-badge{display:inline-flex;align-items:center;padding:8px 14px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-pill);font-size:13px;font-weight:600;color:var(--vrema-text)}
.vrema-hero__local-card{padding:24px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);box-shadow:var(--vrema-shadow-md);color:var(--vrema-text)}
.vrema-hero__local-cardhead{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--vrema-muted);margin-bottom:14px}
.vrema-hero__local-map{aspect-ratio:200/140;border-radius:var(--vrema-radius-md);overflow:hidden;background:var(--vrema-bg);border:1px solid var(--vrema-border);margin-bottom:14px;color:var(--vrema-primary)}
.vrema-hero__local-cities{font-size:14px;color:var(--vrema-muted);line-height:1.5}

@media (max-width:960px){
  .vrema-grid--hero-course{grid-template-columns:1fr;gap:40px}
  .vrema-hero__compare-chips{grid-template-columns:1fr}
}


/* === Footer Variants (Phase B2b) === */
.vrema-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Minimal */
.vrema-footer--minimal{padding:32px 0;background:var(--vrema-bg);border-top:1px solid var(--vrema-border)}
.vrema-footer--minimal .vrema-footer__minrow{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.vrema-footer--minimal .vrema-footer__brand{font-family:var(--vrema-font-h);font-weight:700;font-size:16px}
.vrema-footer--minimal .vrema-footer__minlinks{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:var(--vrema-muted)}
.vrema-footer--minimal .vrema-footer__minlinks a:hover{color:var(--vrema-text)}
.vrema-footer--minimal .vrema-footer__copy{font-size:13px;color:var(--vrema-muted)}

/* Editorial */
.vrema-footer--editorial{padding:80px 0 0;background:var(--vrema-text);color:var(--vrema-bg);border-top:0}
.vrema-footer--editorial .vrema-footer__edmast{font-family:var(--vrema-font-h);font-weight:500;font-size:clamp(48px,8vw,96px);line-height:0.95;letter-spacing:-0.03em;color:var(--vrema-bg);margin-bottom:18px}
.vrema-footer--editorial .vrema-footer__edtag{font-size:18px;line-height:1.55;color:rgba(255,255,255,0.72);max-width:60ch;margin-bottom:48px}
.vrema-footer--editorial .vrema-footer__edgrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-bottom:48px}
.vrema-footer--editorial .vrema-footer__title{color:var(--vrema-bg);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.vrema-footer--editorial .vrema-footer__list{color:rgba(255,255,255,0.72);font-size:14px;display:grid;gap:10px}
.vrema-footer--editorial .vrema-footer__list a:hover{color:var(--vrema-bg)}
.vrema-footer--editorial .vrema-footer__edrule{border-top:1px solid rgba(255,255,255,0.12)}
.vrema-footer--editorial .vrema-footer__edbottom{padding:24px 0;font-size:13px;color:rgba(255,255,255,0.55)}

/* Newsletter Large */
.vrema-footer--newsletter{background:var(--vrema-surface);border-top:1px solid var(--vrema-border);padding:0}
.vrema-footer--newsletter .vrema-footer__newsletter-band{background:var(--vrema-primary);color:var(--vrema-primary-fg);padding:48px;border-radius:var(--vrema-radius-lg);margin:48px auto;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;max-width:calc(var(--vrema-container) - 48px)}
.vrema-footer--newsletter .vrema-footer__newsletter-title{font-family:var(--vrema-font-h);font-weight:700;font-size:clamp(24px,3vw,32px);line-height:1.15;color:var(--vrema-primary-fg);margin-bottom:8px}
.vrema-footer--newsletter .vrema-footer__newsletter-sub{font-size:15px;line-height:1.55;color:var(--vrema-primary-fg);opacity:.85;max-width:48ch}
.vrema-footer--newsletter .vrema-footer__newsletter-form{display:flex;gap:8px;flex-wrap:wrap}
.vrema-footer--newsletter .vrema-footer__newsletter-input{flex:1;min-width:200px;padding:14px 16px;border:0;border-radius:var(--vrema-radius-sm);background:rgba(255,255,255,0.95);color:#0a0a0a;font-size:15px}
.vrema-footer--newsletter .vrema-footer__newsletter-btn{background:var(--vrema-text);color:var(--vrema-bg)}
.vrema-footer--newsletter .vrema-footer__newsletter-msg{align-self:center;color:var(--vrema-primary-fg);font-weight:600}
.vrema-footer--newsletter .vrema-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px;padding:32px 0 48px}
.vrema-footer--newsletter .vrema-footer__bottom{border-top:1px solid var(--vrema-border);padding:24px 0;font-size:13px;color:var(--vrema-muted)}

/* Multi-Column SaaS */
.vrema-footer--saas{background:var(--vrema-surface);border-top:1px solid var(--vrema-border);padding:64px 0 0}

/* Ecommerce */
.vrema-footer--ecom{background:var(--vrema-surface);border-top:1px solid var(--vrema-border);padding:0}
.vrema-footer--ecom .vrema-footer__assure{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:32px 0;border-bottom:1px solid var(--vrema-border)}
.vrema-footer--ecom .vrema-footer__assure-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--vrema-muted);justify-content:center}
.vrema-footer--ecom .vrema-footer__assure-ic{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:var(--vrema-radius-pill);background:color-mix(in srgb,var(--vrema-primary) 12%,transparent);color:var(--vrema-primary);font-weight:700}
.vrema-footer--ecom .vrema-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px;padding:48px 0}
.vrema-footer--ecom .vrema-footer__bottom{border-top:1px solid var(--vrema-border);padding:24px 0;font-size:13px;color:var(--vrema-muted)}

/* Comparison disclosure */
.vrema-footer--cmp{background:var(--vrema-surface);border-top:1px solid var(--vrema-border);padding:0}
.vrema-footer--cmp .vrema-footer__disclosure{padding:32px 0;border-bottom:1px solid var(--vrema-border);max-width:80ch;margin:0 auto}
.vrema-footer--cmp .vrema-footer__disclosure-title{font-family:var(--vrema-font-h);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--vrema-text);margin-bottom:8px}
.vrema-footer--cmp .vrema-footer__disclosure-body{font-size:13px;line-height:1.6;color:var(--vrema-muted)}
.vrema-footer--cmp .vrema-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px;padding:48px 0}
.vrema-footer--cmp .vrema-footer__bottom{border-top:1px solid var(--vrema-border);padding:24px 0;font-size:13px;color:var(--vrema-muted)}

@media (max-width:960px){
  .vrema-footer--newsletter .vrema-footer__newsletter-band{grid-template-columns:1fr;padding:32px;margin:32px 16px}
  .vrema-footer--newsletter .vrema-footer__grid,.vrema-footer--ecom .vrema-footer__grid,.vrema-footer--cmp .vrema-footer__grid,.vrema-footer--editorial .vrema-footer__edgrid{grid-template-columns:1fr 1fr;gap:32px}
  .vrema-footer--ecom .vrema-footer__assure{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .vrema-footer--newsletter .vrema-footer__grid,.vrema-footer--ecom .vrema-footer__grid,.vrema-footer--cmp .vrema-footer__grid,.vrema-footer--editorial .vrema-footer__edgrid{grid-template-columns:1fr}
  .vrema-footer--ecom .vrema-footer__assure{grid-template-columns:1fr 1fr}
}


/* === B2c — Visual Identity Layer === */

/* ── Body type scale (applied to <body class="vrema-body-scale-{id}">) ── */
.vrema-body-scale-compact{font-size:15px;line-height:1.55}
.vrema-body-scale-compact .vrema-h1{font-size:clamp(36px,5vw,60px);line-height:1.06}
.vrema-body-scale-compact .vrema-h2{font-size:clamp(24px,3vw,36px)}
.vrema-body-scale-standard{font-size:17px;line-height:1.65}
.vrema-body-scale-editorial{font-size:19px;line-height:1.75}
.vrema-body-scale-editorial .vrema-hero__sub,.vrema-body-scale-editorial .vrema-about__body{font-size:21px;line-height:1.7}
.vrema-body-scale-editorial .vrema-h1{letter-spacing:-0.025em}
.vrema-body-scale-expressive{font-size:18px;line-height:1.7}
.vrema-body-scale-expressive .vrema-h1{font-size:clamp(48px,6.5vw,84px);line-height:1.02;letter-spacing:-0.03em}
.vrema-body-scale-expressive .vrema-h2{font-size:clamp(32px,4vw,52px)}

/* ── Nav variants ── */
.vrema-nav--classic .vrema-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;height:72px}

.vrema-nav--split .vrema-nav__inner--split{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:78px}
.vrema-nav--split .vrema-nav__brand--center{justify-self:center;font-size:20px;letter-spacing:-0.01em}
.vrema-nav--split .vrema-nav__links--left{justify-self:start;margin:0}
.vrema-nav--split .vrema-nav__links--right{justify-self:end;margin:0}
.vrema-nav--split .vrema-nav__cta{display:none}

.vrema-nav--rail{padding:8px 0 0}
.vrema-nav--rail .vrema-nav__rail-top{display:flex;align-items:center;justify-content:space-between;gap:24px;height:60px}
.vrema-nav--rail .vrema-nav__rail-bot{display:flex;align-items:center;justify-content:flex-start;gap:28px;height:46px;border-top:1px solid var(--vrema-border)}
.vrema-nav--rail .vrema-nav__links{margin:0;gap:24px}
.vrema-nav--rail .vrema-nav__brand{font-size:18px}

/* ── Button identities (applied to <body class="vrema-btn-id-{id}">) ── */
.vrema-btn-id-pill_fill .vrema-btn{border-radius:var(--vrema-radius-pill);padding:13px 26px;font-weight:600;letter-spacing:0}
.vrema-btn-id-pill_fill .vrema-btn--lg{padding:16px 30px}

.vrema-btn-id-square_uppercase .vrema-btn{border-radius:0;padding:14px 26px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:0.14em}
.vrema-btn-id-square_uppercase .vrema-btn--lg{padding:18px 32px;font-size:14px}
.vrema-btn-id-square_uppercase .vrema-btn--primary{box-shadow:none}

.vrema-btn-id-underline_arrow .vrema-btn--primary{background:transparent;color:var(--vrema-text);padding:8px 0;border-radius:0;border-bottom:2px solid var(--vrema-text);position:relative}
.vrema-btn-id-underline_arrow .vrema-btn--primary:hover{background:transparent;transform:translateX(2px);box-shadow:none;color:var(--vrema-primary);border-bottom-color:var(--vrema-primary)}
.vrema-btn-id-underline_arrow .vrema-btn--primary::after{content:" \2192";font-weight:400;display:inline-block;margin-left:6px;transition:transform .15s ease}
.vrema-btn-id-underline_arrow .vrema-btn--primary:hover::after{transform:translateX(4px)}
.vrema-btn-id-underline_arrow .vrema-btn--ghost{background:transparent;border:0;color:var(--vrema-muted);padding:8px 0}

.vrema-btn-id-gradient_soft .vrema-btn--primary{background:linear-gradient(135deg,var(--vrema-primary),var(--vrema-accent));color:var(--vrema-primary-fg);border-radius:var(--vrema-radius-lg);padding:14px 28px;box-shadow:0 6px 20px color-mix(in srgb,var(--vrema-primary) 30%,transparent)}
.vrema-btn-id-gradient_soft .vrema-btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px color-mix(in srgb,var(--vrema-primary) 40%,transparent)}

/* ── Section header variants ── */
.vrema-section__head--centered{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:48px}
.vrema-section__head--centered .vrema-section__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--vrema-primary);margin-bottom:14px}
.vrema-section__head--centered .vrema-section__sub{margin-top:14px;color:var(--vrema-muted);font-size:17px;line-height:1.55}

.vrema-section__head--left-rule{text-align:left;max-width:760px;margin:0 0 48px;padding-top:18px;position:relative}
.vrema-section__head--left-rule .vrema-section__rule{width:64px;height:3px;background:var(--vrema-primary);margin-bottom:18px;border-radius:2px}
.vrema-section__head--left-rule .vrema-section__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--vrema-muted);margin-bottom:10px}
.vrema-section__head--left-rule .vrema-section__sub{margin-top:14px;color:var(--vrema-muted);font-size:17px;line-height:1.55;max-width:60ch}

.vrema-section__head--numbered{text-align:left;max-width:760px;margin:0 0 48px;border-left:3px solid var(--vrema-primary);padding-left:18px}
.vrema-section__head--numbered .vrema-section__head-text{padding-top:0}
.vrema-section__head--numbered .vrema-section__eyebrow--mark{display:inline-block;font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--vrema-primary);margin-bottom:8px}
.vrema-section__head--numbered .vrema-section__sub{margin-top:14px;color:var(--vrema-muted);font-size:17px;line-height:1.55;max-width:60ch}

.vrema-section__head--eyebrow-stack{text-align:left;max-width:760px;margin:0 0 48px}
.vrema-section__head--eyebrow-stack .vrema-section__eyebrow--big{display:block;font-family:var(--vrema-font-h);font-weight:700;font-size:14px;letter-spacing:0.18em;text-transform:uppercase;color:var(--vrema-primary);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--vrema-border)}
.vrema-section__head--eyebrow-stack .vrema-section__sub{margin-top:14px;color:var(--vrema-muted);font-size:17px;line-height:1.55;max-width:60ch}

/* ── CTA layouts ── */
.vrema-cta--centered-band-inner{max-width:720px;margin:0 auto;text-align:center}
.vrema-cta--centered-band-inner .vrema-cta__sub{font-size:18px;margin-top:12px;opacity:.85}
.vrema-cta--centered-band-inner .vrema-btn{margin-top:28px}

.vrema-cta--split-quote-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;text-align:left}
.vrema-cta--split-quote-inner .vrema-cta__quote{margin:0;padding:0;border-left:3px solid var(--vrema-primary-fg);padding-left:24px}
.vrema-cta--split-quote-inner .vrema-cta__quote p{font-family:var(--vrema-font-h);font-size:clamp(22px,2.6vw,30px);font-style:italic;line-height:1.35;margin:0 0 14px}
.vrema-cta--split-quote-inner .vrema-cta__quote cite{font-size:13px;letter-spacing:0.06em;text-transform:uppercase;font-style:normal;opacity:.85}

.vrema-cta--card-panel{background:transparent;color:var(--vrema-text);padding:0}
.vrema-cta--card-panel .vrema-cta--card-panel-inner{margin:48px auto;max-width:840px;background:var(--vrema-primary);color:var(--vrema-primary-fg);padding:64px 48px;border-radius:var(--vrema-radius-lg);text-align:center;box-shadow:var(--vrema-shadow-lg)}
.vrema-cta--card-panel .vrema-cta--card-panel-inner .vrema-h2,.vrema-cta--card-panel .vrema-cta--card-panel-inner .vrema-cta__sub{color:var(--vrema-primary-fg)}
.vrema-cta--card-panel .vrema-cta--card-panel-inner .vrema-cta__sub{margin-top:12px;opacity:.85}
.vrema-cta--card-panel .vrema-cta--card-panel-inner .vrema-btn{margin-top:28px}

.vrema-cta--side-by-side-inner{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;text-align:left}
.vrema-cta--side-by-side-inner .vrema-cta__copy .vrema-cta__sub{margin-top:8px;opacity:.85}

.vrema-cta--newsletter-inner{display:grid;grid-template-columns:1.2fr auto;gap:24px;align-items:center;text-align:left}
.vrema-cta--newsletter-inner .vrema-cta__sub{margin-top:8px;opacity:.85}

.vrema-cta--affiliate{background:var(--vrema-surface);color:var(--vrema-text)}
.vrema-cta--affiliate .vrema-cta--affiliate-inner{max-width:720px;margin:0 auto;text-align:center;padding:32px;border:2px dashed var(--vrema-primary);border-radius:var(--vrema-radius-lg);background:var(--vrema-bg)}
.vrema-cta--affiliate .vrema-cta__pill{display:inline-block;padding:6px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;border-radius:var(--vrema-radius-pill);background:var(--vrema-primary);color:var(--vrema-primary-fg);margin-bottom:14px}
.vrema-cta--affiliate .vrema-h2,.vrema-cta--affiliate .vrema-cta__sub{color:var(--vrema-text)}
.vrema-cta--affiliate .vrema-cta__sub{color:var(--vrema-muted);margin-top:8px}
.vrema-cta--affiliate .vrema-btn{margin-top:24px}

.vrema-cta--neon-split{background:linear-gradient(135deg,#06070d 0%,#1a0a2e 100%);color:#fff}
.vrema-cta--neon-split .vrema-cta--neon-split-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;text-align:left}
.vrema-cta--neon-split .vrema-h2{color:#fff;text-transform:uppercase;letter-spacing:-0.01em}
.vrema-cta--neon-split .vrema-cta__sub{color:rgba(255,255,255,0.78);margin-bottom:18px}

.vrema-cta--editorial-band{background:var(--vrema-text);color:var(--vrema-bg)}
.vrema-cta--editorial-band .vrema-cta--editorial-band-inner{max-width:920px;margin:0 auto;text-align:left;border-top:2px solid var(--vrema-bg);padding-top:32px}
.vrema-cta--editorial-band .vrema-h2{color:var(--vrema-bg);font-style:italic}
.vrema-cta--editorial-band .vrema-cta__sub{color:rgba(255,255,255,0.72);margin-top:12px}

.vrema-cta--rounded-card{background:transparent;color:var(--vrema-text);padding:0}
.vrema-cta--rounded-card .vrema-cta--rounded-card-inner{margin:48px auto;max-width:880px;background:linear-gradient(135deg,var(--vrema-primary),var(--vrema-accent));color:var(--vrema-primary-fg);padding:56px;border-radius:32px;text-align:center;box-shadow:0 24px 60px color-mix(in srgb,var(--vrema-primary) 28%,transparent)}
.vrema-cta--rounded-card .vrema-cta--rounded-card-inner .vrema-h2,.vrema-cta--rounded-card .vrema-cta--rounded-card-inner .vrema-cta__sub{color:var(--vrema-primary-fg)}
.vrema-cta--rounded-card .vrema-cta--rounded-card-inner .vrema-btn{margin-top:24px}

.vrema-cta--gradient-band{background:linear-gradient(135deg,var(--vrema-primary) 0%,var(--vrema-accent) 100%);color:var(--vrema-primary-fg)}
.vrema-cta--gradient-band .vrema-cta--gradient-band-inner{max-width:820px;margin:0 auto;text-align:center}
.vrema-cta--gradient-band .vrema-h2,.vrema-cta--gradient-band .vrema-cta__sub{color:var(--vrema-primary-fg)}
.vrema-cta--gradient-band .vrema-cta__sub{margin-top:12px;opacity:.88}
.vrema-cta--gradient-band .vrema-btn{margin-top:24px}

@media (max-width:880px){
  .vrema-cta--split-quote-inner,.vrema-cta--side-by-side-inner,.vrema-cta--newsletter-inner,.vrema-cta--neon-split .vrema-cta--neon-split-inner{grid-template-columns:1fr;text-align:left}
  .vrema-cta--side-by-side-inner{text-align:center}
}

/* ── Form layouts ── */
.vrema-form-layout--stacked .vrema-form-wrap{max-width:640px}

.vrema-form-layout--two-col .vrema-form-wrap--card{max-width:820px;background:var(--vrema-bg);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);padding:40px;box-shadow:var(--vrema-shadow-md)}
.vrema-form-layout--two-col .vrema-form--two-col .vrema-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.vrema-form-layout--two-col .vrema-form--two-col .vrema-form__field--full{grid-column:1 / -1}

.vrema-form-layout--inline-card .vrema-form-wrap{max-width:720px}
.vrema-form-layout--inline-card .vrema-form--inline{background:var(--vrema-bg);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-lg);padding:14px;box-shadow:var(--vrema-shadow-md)}
.vrema-form-layout--inline-card .vrema-form__inline-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:stretch}
.vrema-form-layout--inline-card .vrema-form__inline-row .vrema-form__input{padding:14px 16px;border:1px solid transparent;background:var(--vrema-surface)}
.vrema-form-layout--inline-card .vrema-form__inline-row .vrema-form__input:focus{border-color:var(--vrema-primary);background:var(--vrema-bg)}
.vrema-form-layout--inline-card .vrema-form__inline-row .vrema-form__submit{justify-self:stretch;align-self:stretch}
.vrema-form-layout--inline-card .vrema-form__field--hidden{display:none}

@media (max-width:720px){
  .vrema-form-layout--two-col .vrema-form--two-col .vrema-form__row{grid-template-columns:1fr}
  .vrema-form-layout--inline-card .vrema-form__inline-row{grid-template-columns:1fr}
}

/* ── Footer-bottom variants (inside any footer) ── */
.vrema-footer__bottom--single{border-top:1px solid rgba(0,0,0,0.06);padding:24px 0;font-size:13px;color:var(--vrema-muted);text-align:left}
.vrema-footer__bottom--split{border-top:1px solid rgba(0,0,0,0.06);padding:22px 0;font-size:13px;color:var(--vrema-muted)}
.vrema-footer__bottom--split .vrema-footer__bottom-row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.vrema-footer__bottom--split .vrema-footer__bottom-links{display:flex;gap:20px}
.vrema-footer__bottom--split .vrema-footer__bottom-links a{color:var(--vrema-muted)}
.vrema-footer__bottom--split .vrema-footer__bottom-links a:hover{color:var(--vrema-text)}
.vrema-footer__bottom--centered{border-top:1px solid rgba(0,0,0,0.06);padding:24px 0;text-align:center;font-size:13px;color:var(--vrema-muted)}
.vrema-footer__bottom--centered .vrema-footer__bottom-mark{display:inline-flex;align-items:center;gap:10px;justify-content:center}
.vrema-footer__bottom--centered .vrema-footer__mark{color:var(--vrema-primary);font-size:14px}
.vrema-footer__bottom--centered .vrema-footer__sep{opacity:.5}

/* Editorial / dark-bg footers re-tint the bottom strip */
.vrema-footer--editorial .vrema-footer__bottom--single,
.vrema-footer--editorial .vrema-footer__bottom--split,
.vrema-footer--editorial .vrema-footer__bottom--centered{border-top-color:rgba(255,255,255,0.12);color:rgba(255,255,255,0.6)}
.vrema-footer--editorial .vrema-footer__bottom--split .vrema-footer__bottom-links a{color:rgba(255,255,255,0.6)}
.vrema-footer--editorial .vrema-footer__bottom--split .vrema-footer__bottom-links a:hover{color:#fff}


/* === Motion (Phase B2b) === */
@media (prefers-reduced-motion: no-preference){
  .vrema-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease;will-change:opacity, transform}
  .vrema-reveal.is-visible{opacity:1;transform:none}
  .vrema-reveal--d1{transition-delay:.06s}
  .vrema-reveal--d2{transition-delay:.12s}
  .vrema-reveal--d3{transition-delay:.18s}
}
.vrema-stickycta{position:fixed;left:50%;transform:translateX(-50%) translateY(120%);bottom:16px;z-index:60;background:var(--vrema-primary);color:var(--vrema-primary-fg);padding:12px 22px;border-radius:var(--vrema-radius-pill);box-shadow:var(--vrema-shadow-lg);font-weight:600;font-size:14px;transition:transform .35s ease, opacity .25s ease;opacity:0;pointer-events:none;text-decoration:none}
.vrema-stickycta.is-visible{transform:translateX(-50%) translateY(0);opacity:1;pointer-events:auto}
@media (prefers-reduced-motion: reduce){
  .vrema-reveal{opacity:1;transform:none;transition:none}
  .vrema-stickycta{display:none}
}


/* === Responsive === */
@media (max-width: 960px){
  .vrema-grid--hero{grid-template-columns:1fr;gap:40px}
  .vrema-hero__visual{order:2}
  .vrema-grid--3,.vrema-grid--4{grid-template-columns:repeat(2,1fr)}
  .vrema-footer__grid{grid-template-columns:1fr 1fr;gap:32px}
  .vrema-metrics{grid-template-columns:repeat(2,1fr)}
  .vrema-form__row{grid-template-columns:1fr}
  .vrema-section{padding:var(--vrema-section-y-mob) 0}
  .vrema-h1{font-size:clamp(34px, 7vw, 48px)}
  .vrema-h1--display{font-size:clamp(36px, 8vw, 56px)}
  .vrema-mock__stats{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 640px){
  .vrema-nav__links,.vrema-nav__cta{display:none}
  .vrema-nav__toggle{display:inline-flex}
  .vrema-nav.is-open .vrema-nav__links{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;background:var(--vrema-bg);padding:16px 24px;border-bottom:1px solid var(--vrema-border);gap:14px}
  .vrema-grid--3,.vrema-grid--4{grid-template-columns:1fr}
  .vrema-footer__grid{grid-template-columns:1fr}
  .vrema-metrics{grid-template-columns:repeat(2,1fr);gap:16px}
  .vrema-pgrid{grid-template-columns:repeat(2,1fr)}
  .vrema-hero__cover-content{padding:80px 20px}
}




/* ─── Phase 2B — Marketing v2 ───────────────────────────────────────── */
.vrema-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.vrema-pillar{padding:28px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border)}
.vrema-pillar__num{font-family:var(--vrema-font-h);font-weight:800;font-size:28px;color:var(--vrema-primary);margin-bottom:14px;opacity:.85}
.vrema-pillar__title{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;line-height:1.3;margin-bottom:8px}
.vrema-pillar__desc{font-size:15px;color:var(--vrema-muted);line-height:1.6}

.vrema-audit__wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:start}
.vrema-audit__intro h2{margin-bottom:16px}
.vrema-audit__sub{color:var(--vrema-muted);margin-bottom:24px;font-size:17px;line-height:1.6}
.vrema-audit__cta{margin-top:8px}
.vrema-audit__list-card{padding:28px}
.vrema-audit__list-title{font-family:var(--vrema-font-h);font-weight:700;font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:var(--vrema-muted);margin-bottom:16px}
.vrema-audit__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.vrema-audit__item{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.55}
.vrema-audit__check{color:var(--vrema-primary);font-weight:700;flex-shrink:0}

.vrema-cmatrix{overflow-x:auto;margin-top:8px}
.vrema-cmatrix__table{width:100%;border-collapse:collapse;background:var(--vrema-bg);border-radius:var(--vrema-radius-md);overflow:hidden;border:1px solid var(--vrema-border)}
.vrema-cmatrix__table th{text-align:left;padding:14px 18px;background:var(--vrema-surface);font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--vrema-muted);font-weight:700;border-bottom:1px solid var(--vrema-border)}
.vrema-cmatrix__table td{padding:14px 18px;border-bottom:1px solid var(--vrema-border);vertical-align:top;font-size:15px;line-height:1.5}
.vrema-cmatrix__channel{font-weight:600;color:var(--vrema-text);width:18%}
.vrema-cmatrix__focus{color:var(--vrema-primary);font-weight:500;width:24%}
.vrema-cmatrix__row:last-child td{border-bottom:0}

.vrema-reporting__wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:start}
.vrema-reporting__sub{color:var(--vrema-muted);margin-top:14px;font-size:17px;line-height:1.55}
.vrema-reporting__card{padding:28px}
.vrema-reporting__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.vrema-reporting__row{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--vrema-border);font-size:15px;line-height:1.5}
.vrema-reporting__row:last-child{border-bottom:0}
.vrema-reporting__when{font-family:var(--vrema-font-h);font-weight:700;color:var(--vrema-primary)}

.vrema-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.vrema-case{padding:28px;border-left:3px solid var(--vrema-primary);background:var(--vrema-surface);border-radius:0 var(--vrema-radius-md) var(--vrema-radius-md) 0}
.vrema-case__kind{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--vrema-primary);font-weight:700;margin-bottom:14px}
.vrema-case__flow{font-size:15px;line-height:1.65;color:var(--vrema-text)}

.vrema-deliv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.vrema-deliv__card{display:flex;align-items:center;gap:10px;padding:14px 18px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-sm);font-size:14px;font-weight:500}
.vrema-deliv__icon{color:var(--vrema-primary);font-weight:700}

.vrema-cta-consult__panel{text-align:center;padding:48px 32px;background:var(--vrema-surface);border-radius:var(--vrema-radius-lg);border:1px solid var(--vrema-border)}
.vrema-cta-consult__panel h2{margin-bottom:14px}
.vrema-cta-consult__sub{color:var(--vrema-muted);font-size:17px;margin-bottom:28px}

.vrema-sprint-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.vrema-sprint__row{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:18px 22px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border)}
.vrema-sprint__name{font-family:var(--vrema-font-h);font-weight:700;font-size:15px;color:var(--vrema-primary);text-transform:uppercase;letter-spacing:.08em}
.vrema-sprint__body{font-size:15px;line-height:1.55;color:var(--vrema-text)}

.vrema-campaign-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.vrema-campaign__card{padding:24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border)}
.vrema-campaign__kind{font-family:var(--vrema-font-h);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--vrema-primary);margin-bottom:10px}
.vrema-campaign__body{font-size:15px;line-height:1.55;color:var(--vrema-muted)}

.vrema-cap-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.vrema-cap__tag{padding:8px 18px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:999px;font-size:14px;font-weight:500}

.vrema-voice__wrap{max-width:720px;margin:0 auto;text-align:center}
.vrema-voice__list{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:14px}
.vrema-voice__item{font-family:var(--vrema-font-h);font-size:22px;line-height:1.4;color:var(--vrema-text);padding:18px 28px;border-bottom:1px solid var(--vrema-border)}
.vrema-voice__item:last-child{border-bottom:0}

.vrema-portfolio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.vrema-portfolio__tile{position:relative;display:block;aspect-ratio:4/3;border-radius:var(--vrema-radius-md);overflow:hidden;text-decoration:none;color:inherit;background:var(--vrema-surface);border:1px solid var(--vrema-border);transition:transform .25s ease}
.vrema-portfolio__tile:hover{transform:translateY(-3px)}
.vrema-portfolio__tile-bg{position:absolute;inset:0;background:linear-gradient(135deg,color-mix(in srgb, var(--vrema-primary) 30%, transparent),color-mix(in srgb, var(--vrema-accent) 30%, transparent))}
.vrema-portfolio__tile-meta{position:absolute;left:18px;bottom:16px;color:var(--vrema-bg);text-shadow:0 1px 4px rgba(0,0,0,.35)}
.vrema-portfolio__tile-num{font-family:var(--vrema-font-h);font-weight:800;font-size:14px;letter-spacing:.06em;opacity:.85}
.vrema-portfolio__tile-tag{font-family:var(--vrema-font-h);font-weight:700;font-size:18px}

.vrema-cprocess__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}
.vrema-cprocess__step{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding:18px 0;border-bottom:1px solid var(--vrema-border)}
.vrema-cprocess__step:last-child{border-bottom:0}
.vrema-cprocess__num{font-family:var(--vrema-font-h);font-weight:800;font-size:32px;color:var(--vrema-primary);line-height:1;opacity:.85}
.vrema-cprocess__title{font-family:var(--vrema-font-h);font-weight:700;font-size:17px;margin-bottom:6px}
.vrema-cprocess__desc{font-size:15px;color:var(--vrema-muted);line-height:1.55}

.vrema-audit-req__wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:start}
.vrema-audit-req__sub{color:var(--vrema-muted);font-size:17px;line-height:1.55;margin-top:12px}
.vrema-audit-req__form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:var(--vrema-surface);padding:28px;border-radius:var(--vrema-radius-lg);border:1px solid var(--vrema-border)}

/* ─── Phase 2B — Comparison v2 ──────────────────────────────────────── */
.vrema-buyer-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vrema-buyer-cat{padding:24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border)}
.vrema-buyer-cat__name{font-family:var(--vrema-font-h);font-weight:700;font-size:17px;margin-bottom:10px}
.vrema-buyer-cat__desc{font-size:15px;line-height:1.55;color:var(--vrema-muted)}

.vrema-cat-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vrema-cat-card{padding:24px;background:var(--vrema-bg);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-md);position:relative}
.vrema-cat-card__rank{position:absolute;top:14px;right:14px;font-family:var(--vrema-font-h);font-weight:800;color:var(--vrema-primary);font-size:13px;background:var(--vrema-surface);padding:4px 10px;border-radius:999px}
.vrema-cat-card__name{font-family:var(--vrema-font-h);font-weight:700;font-size:17px;margin-bottom:10px;padding-right:48px}
.vrema-cat-card__desc{font-size:15px;line-height:1.55;color:var(--vrema-muted);margin-bottom:14px}
.vrema-cat-card__link{color:var(--vrema-primary);font-weight:600;font-size:14px;text-decoration:none}

.vrema-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.vrema-checklist__item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:14px 18px;background:var(--vrema-surface);border-radius:var(--vrema-radius-sm)}
.vrema-checklist__check{color:var(--vrema-primary);font-weight:700;font-size:18px}
.vrema-checklist__title{font-weight:600;font-size:15px;margin-bottom:4px}
.vrema-checklist__desc{font-size:14px;color:var(--vrema-muted);line-height:1.5}

.vrema-traps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.vrema-trap{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px 22px;border-left:3px solid var(--vrema-accent);background:var(--vrema-surface);border-radius:0 var(--vrema-radius-md) var(--vrema-radius-md) 0}
.vrema-trap__num{color:var(--vrema-accent);font-weight:800;font-size:24px;line-height:1}
.vrema-trap__title{font-weight:600;font-size:15px;margin-bottom:6px}
.vrema-trap__desc{font-size:14px;color:var(--vrema-muted);line-height:1.5}

.vrema-howto__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.vrema-howto__step{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:18px 22px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md)}
.vrema-howto__num{width:36px;height:36px;border-radius:50%;background:var(--vrema-primary);color:var(--vrema-primary-fg);display:flex;align-items:center;justify-content:center;font-family:var(--vrema-font-h);font-weight:700;font-size:14px}
.vrema-howto__title{font-weight:600;font-size:16px;margin-bottom:4px}
.vrema-howto__desc{font-size:14px;color:var(--vrema-muted);line-height:1.5}

.vrema-qa-list{list-style:none;padding:0;margin:0;max-width:760px}
.vrema-qa__item{padding:16px 0;border-bottom:1px solid var(--vrema-border);font-size:17px;font-family:var(--vrema-font-h);font-weight:500;color:var(--vrema-text)}
.vrema-qa__item:last-child{border-bottom:0}
.vrema-qa__item::before{content:"? ";color:var(--vrema-primary);font-weight:700}

.vrema-cklist{list-style:none;padding:0;margin:0;max-width:720px}
.vrema-cklist__item{padding:14px 0;padding-left:32px;border-bottom:1px solid var(--vrema-border);font-size:15px;line-height:1.55;position:relative}
.vrema-cklist__item:last-child{border-bottom:0}
.vrema-cklist__item::before{content:"☐";position:absolute;left:0;color:var(--vrema-primary);font-size:18px;line-height:1}

.vrema-excl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.vrema-excl{padding:22px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md)}
.vrema-excl__title{font-weight:700;font-size:15px;margin-bottom:8px;color:var(--vrema-primary)}
.vrema-excl__desc{font-size:14px;line-height:1.55;color:var(--vrema-muted)}

.vrema-gs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vrema-gs{padding:24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border-top:3px solid var(--vrema-primary)}
.vrema-gs__title{font-family:var(--vrema-font-h);font-weight:700;font-size:17px;margin-bottom:10px}
.vrema-gs__desc{font-size:14px;line-height:1.55;color:var(--vrema-muted)}

.vrema-disclosure__panel{padding:28px;background:var(--vrema-surface);border:1px solid var(--vrema-border);border-radius:var(--vrema-radius-md);max-width:760px;margin:0 auto}
.vrema-disclosure__title{font-family:var(--vrema-font-h);font-weight:700;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--vrema-muted);margin-bottom:10px}
.vrema-disclosure__body{font-size:14px;line-height:1.6;color:var(--vrema-muted)}

/* ─── Phase 2B — Service v2 ─────────────────────────────────────────── */
.vrema-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.vrema-trust__item{padding:18px 22px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);text-align:center}
.vrema-trust__title{font-family:var(--vrema-font-h);font-weight:700;font-size:15px;margin-bottom:6px}
.vrema-trust__desc{font-size:13px;color:var(--vrema-muted);line-height:1.5}

.vrema-phone-cta__panel{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:36px;background:var(--vrema-surface);border-radius:var(--vrema-radius-lg)}
.vrema-phone-cta__intro h2{margin-bottom:8px}
.vrema-phone-cta__sub{color:var(--vrema-muted);font-size:15px}
.vrema-phone-cta__btn{font-family:var(--vrema-font-h);letter-spacing:.04em}

.vrema-emerg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.vrema-emerg{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:20px 24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border-left:3px solid var(--vrema-accent)}
.vrema-emerg__icon{width:36px;height:36px;border-radius:50%;background:var(--vrema-accent);color:var(--vrema-primary-fg);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}
.vrema-emerg__title{font-weight:700;font-size:16px;margin-bottom:4px}
.vrema-emerg__desc{font-size:14px;color:var(--vrema-muted);line-height:1.5}

.vrema-smenu{list-style:none;padding:0;margin:0;border-top:1px solid var(--vrema-border)}
.vrema-smenu__row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--vrema-border);font-size:16px}
.vrema-smenu__name{font-weight:600}
.vrema-smenu__sep{color:var(--vrema-border)}
.vrema-smenu__cta{color:var(--vrema-primary);font-size:14px;font-weight:600}

.vrema-rproc__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.vrema-rproc__step{padding:22px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md)}
.vrema-rproc__num{width:32px;height:32px;border-radius:50%;background:var(--vrema-primary);color:var(--vrema-primary-fg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;margin-bottom:14px}
.vrema-rproc__title{font-weight:700;font-size:15px;margin-bottom:6px}
.vrema-rproc__desc{font-size:13px;color:var(--vrema-muted);line-height:1.5}

.vrema-pricing__list{list-style:none;padding:0;margin:0;max-width:760px}
.vrema-pricing__item{padding:14px 0;padding-left:24px;border-bottom:1px solid var(--vrema-border);font-size:15px;line-height:1.55;position:relative}
.vrema-pricing__item:last-child{border-bottom:0}
.vrema-pricing__item::before{content:"€";position:absolute;left:0;color:var(--vrema-primary);font-weight:700}

.vrema-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.vrema-result__tile{margin:0}
.vrema-result__img{aspect-ratio:4/3;border-radius:var(--vrema-radius-md);background:linear-gradient(135deg,color-mix(in srgb, var(--vrema-primary) 25%, transparent),color-mix(in srgb, var(--vrema-accent) 25%, transparent));border:1px solid var(--vrema-border)}
.vrema-result__cap{font-family:var(--vrema-font-h);font-size:13px;color:var(--vrema-muted);margin-top:8px;letter-spacing:.04em;text-transform:uppercase}

.vrema-exp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.vrema-exp{padding:20px 24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border-left:3px solid var(--vrema-primary)}
.vrema-exp__num{font-family:var(--vrema-font-h);font-weight:800;color:var(--vrema-primary);font-size:13px;letter-spacing:.06em;margin-bottom:8px}
.vrema-exp__body{font-size:15px;line-height:1.55}

.vrema-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vrema-plan{padding:28px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border);text-align:left}
.vrema-plan__name{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;color:var(--vrema-primary);margin-bottom:10px}
.vrema-plan__body{font-size:14px;color:var(--vrema-muted);line-height:1.55;margin-bottom:18px;min-height:48px}

.vrema-ba-list{display:grid;grid-template-columns:1fr;gap:18px}
.vrema-ba{padding:24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md)}
.vrema-ba__title{font-family:var(--vrema-font-h);font-weight:700;font-size:17px;margin-bottom:14px}
.vrema-ba__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.vrema-ba__cell{padding:18px;background:var(--vrema-bg);border-radius:var(--vrema-radius-sm)}
.vrema-ba__cell--before{border-left:3px solid var(--vrema-muted)}
.vrema-ba__cell--after{border-left:3px solid var(--vrema-primary)}
.vrema-ba__label{font-family:var(--vrema-font-h);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;color:var(--vrema-muted)}
.vrema-ba__cell--after .vrema-ba__label{color:var(--vrema-primary)}

.vrema-eq-list{list-style:none;padding:0;margin:0}
.vrema-eq__row{padding:14px 0;padding-left:24px;border-bottom:1px solid var(--vrema-border);font-size:15px;line-height:1.5;position:relative}
.vrema-eq__row:last-child{border-bottom:0}
.vrema-eq__row::before{content:"▪";position:absolute;left:0;color:var(--vrema-primary);font-weight:700}

.vrema-qform__wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:start}
.vrema-qform__sub{color:var(--vrema-muted);font-size:15px;margin-top:10px;line-height:1.55}
.vrema-qform__form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:var(--vrema-surface);padding:28px;border-radius:var(--vrema-radius-lg);border:1px solid var(--vrema-border)}

/* ─── Mobile responsiveness ─────────────────────────────────────────── */
@media (max-width:880px){
  .vrema-pillars-grid,.vrema-deliv-grid,.vrema-trust-grid,.vrema-rproc__list,.vrema-campaign-grid{grid-template-columns:repeat(2,1fr)}
  .vrema-audit__wrap,.vrema-reporting__wrap,.vrema-audit-req__wrap,.vrema-qform__wrap,.vrema-phone-cta__panel{grid-template-columns:1fr}
  .vrema-buyer-cat-grid,.vrema-cat-card-grid,.vrema-portfolio__grid,.vrema-result-grid,.vrema-gs-grid,.vrema-plan-grid,.vrema-emerg-grid,.vrema-traps-grid,.vrema-excl-grid,.vrema-exp-grid{grid-template-columns:1fr}
  .vrema-case-grid{grid-template-columns:1fr}
  .vrema-audit-req__form,.vrema-qform__form{grid-template-columns:1fr}
  .vrema-cmatrix__table{font-size:13px}
  .vrema-ba__row{grid-template-columns:1fr}
}


/* ─── Phase 1C — vertical-required sections ─────────────────────────── */
.vrema-shop__grid{gap:28px}
.vrema-shop__item{padding:0;overflow:hidden;display:flex;flex-direction:column}
.vrema-shop__media{aspect-ratio:1;overflow:hidden;background:var(--vrema-surface)}
.vrema-shop__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.vrema-shop__item:hover .vrema-shop__media img{transform:scale(1.04)}
.vrema-shop__body{padding:18px 22px 22px;display:flex;flex-direction:column;gap:8px}
.vrema-shop__name{font-family:var(--vrema-font-h);font-weight:700;font-size:16px;line-height:1.3;color:var(--vrema-text)}
.vrema-shop__price{font-family:var(--vrema-font-h);font-weight:700;font-size:18px;color:var(--vrema-primary)}
.vrema-shop__add{margin-top:8px;background:var(--vrema-text);color:var(--vrema-bg);border-radius:var(--vrema-radius-pill);padding:10px 18px;border:none;cursor:pointer;font-weight:600;font-size:14px;transition:transform .15s ease,box-shadow .15s ease}
.vrema-shop__add:hover{transform:translateY(-1px);box-shadow:var(--vrema-shadow-md)}

.vrema-cart__wrap{max-width:720px;margin:0 auto}
.vrema-cart__panel{padding:28px}
.vrema-cart__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.vrema-cart__item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--vrema-border)}
.vrema-cart__item:last-child{border-bottom:0}
.vrema-cart__thumb{width:64px;height:64px;border-radius:var(--vrema-radius-sm);object-fit:cover;background:var(--vrema-surface)}
.vrema-cart__name{font-weight:600;font-size:15px;color:var(--vrema-text)}
.vrema-cart__qty{font-size:13px;color:var(--vrema-muted);margin-top:2px}
.vrema-cart__line-total{font-family:var(--vrema-font-h);font-weight:600;font-size:15px}
.vrema-cart__row{display:flex;justify-content:space-between;align-items:center;padding-top:18px;margin-top:6px;border-top:1px solid var(--vrema-border)}
.vrema-cart__total{font-family:var(--vrema-font-h);font-weight:700;font-size:20px;color:var(--vrema-primary)}
.vrema-cart__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.vrema-cart__actions .vrema-btn{flex:1;min-width:160px;justify-content:center}

.vrema-checkout__steps{list-style:none;padding:0;margin:0 0 36px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.vrema-checkout__step{padding:24px;background:var(--vrema-surface);border-radius:var(--vrema-radius-md);border:1px solid var(--vrema-border)}
.vrema-checkout__num{font-family:var(--vrema-font-h);font-weight:800;font-size:36px;line-height:1;color:var(--vrema-primary);opacity:.85;margin-bottom:14px}
.vrema-checkout__step-title{font-family:var(--vrema-font-h);font-weight:700;font-size:16px;margin-bottom:8px}
.vrema-checkout__step-desc{font-size:14px;color:var(--vrema-muted);line-height:1.55}
.vrema-checkout__cta{display:flex;flex-direction:column;align-items:center;gap:14px}
.vrema-checkout__trust{font-size:13px;color:var(--vrema-muted);margin:0}

.vrema-service-area__grid{display:grid;grid-template-columns:1fr;gap:28px}
.vrema-service-area__panel{display:grid;grid-template-columns:1fr 1.4fr;gap:28px;align-items:stretch}
.vrema-service-area__list{list-style:none;padding:0;margin:0;display:grid;gap:12px;align-content:start}
.vrema-service-area__pin{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:var(--vrema-radius-md);background:var(--vrema-surface);border:1px solid var(--vrema-border);font-weight:600;color:var(--vrema-text)}
.vrema-service-area__dot{width:10px;height:10px;border-radius:50%;background:var(--vrema-primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--vrema-primary) 18%, transparent)}
.vrema-service-area__map{position:relative;border-radius:var(--vrema-radius-lg);overflow:hidden;border:1px solid var(--vrema-border);background:var(--vrema-surface);min-height:320px}
.vrema-service-area__map-svg{position:absolute;inset:0;width:100%;height:100%}

@media (max-width:880px){
  .vrema-shop__grid{grid-template-columns:repeat(2,1fr)}
  .vrema-checkout__steps{grid-template-columns:1fr}
  .vrema-service-area__panel{grid-template-columns:1fr}
}


/* === Skin: Bold Marketplace (bold_marketplace) === */
.skin-bold_marketplace{background:#fffaf0;color:#161616;}.skin-bold_marketplace{--vrema-bg:#fffaf0;--vrema-surface:#ffeacc;--vrema-card:#ffffff;--vrema-text:#161616;--vrema-muted:#52525b;--vrema-primary:#0f172a;--vrema-accent:#ff5a1f;--vrema-border:#f3d6a8;--skin-radius-card:8px;--skin-button-radius:8px;--skin-shadow:0 4px 0 rgba(15,23,42,0.85);}.skin-bold_marketplace .vrema-h1,.skin-bold_marketplace .vrema-h2,.skin-bold_marketplace .vrema-h3{color:#161616;}.skin-bold_marketplace .vrema-muted,.skin-bold_marketplace .vrema-section__sub{color:#52525b;}
.skin-bold_marketplace .vrema-nav{background:#fffaf0;border-bottom:1px solid #f3d6a8;}
.skin-bold_marketplace .vrema-hero{background:#ffeacc;position:relative;}.skin-bold_marketplace .vrema-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, transparent 30%, #fffaf0 100%);pointer-events:none;}
.skin-bold_marketplace .vrema-section{background:#fffaf0;color:#161616;}.skin-bold_marketplace .vrema-section:nth-of-type(even){background:#ffeacc;}
.skin-bold_marketplace .vrema-section + .vrema-section{border-top:1px solid #f3d6a8;}
.skin-bold_marketplace .vrema-card{background:#ffffff;color:#161616;border-radius:8px;box-shadow:0 4px 0 rgba(15,23,42,0.85);border:1px solid #f3d6a8;}.skin-bold_marketplace .vrema-feature-card,.skin-bold_marketplace .vrema-service-card,.skin-bold_marketplace .vrema-product-card,.skin-bold_marketplace .vrema-faq-item,.skin-bold_marketplace .vrema-testimonial-card{background:#ffffff;border-radius:8px;box-shadow:0 4px 0 rgba(15,23,42,0.85);border:1px solid #f3d6a8;}
.skin-bold_marketplace .vrema-btn{border-radius:8px;}.skin-bold_marketplace .vrema-btn--primary{background:#0f172a;color:#ffffff;border:0;}.skin-bold_marketplace .vrema-btn--primary:hover{filter:brightness(1.08);}.skin-bold_marketplace .vrema-btn--ghost,.skin-bold_marketplace .vrema-btn--secondary{background:transparent;color:#161616;border:1px solid #f3d6a8;}
.skin-bold_marketplace .vrema-footer{background:#ffeacc;color:#161616;border-top:1px solid #f3d6a8;}