/* =====================================================================
   rcaverificari.ro — stilizare globală (Quartz Asig-Broker)
   Identitate: indigo + auriu, motiv de "certificat de verificare"
   Manrope (text) + Bricolage Grotesque (titluri)
   ===================================================================== */

* { box-sizing: border-box; margin: 0; padding: 0; }
:root { color-scheme: light only; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:root {
  --ink:        #10162c;
  --indigo:     #1f2d63;
  --indigo-2:   #2c3f82;
  --indigo-deep:#131a3a;
  --gold:       #b8873a;
  --gold-bright:#d8a94f;
  --paper:      #f4f5f9;
  --paper-2:    #ffffff;
  --line:       #dfe1ea;
  --muted:      #5b6178;
  --r: 14px;
  --r-sm: 9px;
  --r-pill: 100px;
  --sh: 0 4px 24px rgba(16,22,44,0.08);
  --sh-md: 0 12px 40px rgba(16,22,44,0.12);
  --sh-lg: 0 30px 70px -18px rgba(16,22,44,0.28);
}

body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul { list-style: none; }

.font-heading { font-family: 'Bricolage Grotesque', 'Manrope', sans-serif; letter-spacing: -0.02em; font-weight: 800; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.mono { font-family: ui-monospace, 'SF Mono', Consolas, monospace; letter-spacing: 0.02em; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; padding: 14px 24px; border-radius: 10px; transition: transform .15s, box-shadow .15s; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--indigo-deep); }
.btn-gold:hover { background: var(--gold-bright); }
.btn-ghost-dark { border: 1.5px solid rgba(255,255,255,0.24); color: #fff; }
.btn-ghost-dark:hover { border-color: rgba(255,255,255,0.5); }
.btn-outline { border: 1.5px solid var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--indigo); color: var(--indigo); }
.btn-indigo { background: var(--indigo); color: #fff; }
.btn-indigo:hover { background: var(--indigo-2); }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 36px; height: 36px; border-radius: 9px; background: linear-gradient(155deg, var(--indigo) 0%, var(--indigo-deep) 100%); display: grid; place-items: center; flex-shrink: 0; }
.brand-mark svg { width: 19px; height: 19px; color: var(--gold-bright); }
.brand-text { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -0.01em; white-space: nowrap; }
.brand-text .dim { color: var(--muted); font-weight: 600; }
.brand-sub { font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-top: 1px; white-space: nowrap; }

.main-nav { display: flex; align-items: center; gap: 2px; }
.nav-item { display: contents; }
.cat-btn { padding: 10px 15px; border-radius: 8px; font-size: 14.5px; font-weight: 700; display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.cat-btn:hover, .cat-btn.active { background: var(--paper); }
.cat-btn svg { width: 12px; height: 12px; color: var(--muted); transition: transform .15s; }
.cat-btn.active svg { transform: rotate(180deg); }
.mobile-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 8px; flex-shrink: 0; }
.mobile-toggle:hover { background: var(--paper); }
.mobile-toggle svg { width: 22px; height: 22px; }

.mega-panel { position: absolute; top: 76px; left: 0; right: 0; background: var(--paper-2); border-bottom: 1px solid var(--line); box-shadow: var(--sh-lg); padding: 30px 0 34px; display: none; z-index: 49; }
.mega-panel.open { display: block; }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px 24px; }
.mega-link { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 9px; }
.mega-link:hover { background: var(--paper); }
.mega-ico { width: 32px; height: 32px; border-radius: 8px; background: var(--paper); display: grid; place-items: center; flex-shrink: 0; color: var(--indigo); }
.mega-link span { font-size: 13.5px; font-weight: 600; }
.mega-label { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }

/* ---------- Hero (homepage) ---------- */
.hero { background: var(--indigo-deep); background-image: radial-gradient(circle at 18% 15%, rgba(90,110,190,0.28), transparent 55%); color: #fff; padding: 76px 0 92px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 20px; }
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
h1.hero-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: 46px; line-height: 1.08; margin: 0 0 20px; color: #fff; text-wrap: balance; }
h1.hero-title em { font-style: normal; color: var(--gold-bright); }
.hero-sub { font-size: 17px; line-height: 1.65; color: #c7cbe6; max-width: 480px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.hero-btn-badged { position: relative; }
.hero-badge { position: absolute; top: -13px; right: -10px; background: var(--indigo-deep); color: var(--gold-bright); font-size: 11px; padding: 3px 10px; border-radius: 10px; font-weight: 800; transform: rotate(5deg); box-shadow: 0 2px 8px rgba(0,0,0,0.35); white-space: nowrap; border: 1px solid rgba(216,169,79,0.4); }
.hero-trust { display: flex; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.trust-item { font-size: 12.5px; color: #9aa0c0; font-weight: 600; }
.trust-item b { color: #fff; font-weight: 800; display: block; font-size: 20px; font-family: 'Bricolage Grotesque', sans-serif; }

/* Verification card */
.cert { background: #fff; color: var(--ink); border-radius: 14px; padding: 26px 26px 24px; transform: rotate(2deg); box-shadow: 0 40px 70px -20px rgba(0,0,0,0.5); position: relative; border: 1px solid #e8e6df; }
.cert::before { content: ''; position: absolute; inset: 9px; border: 1px dashed #d6d2c4; border-radius: 8px; pointer-events: none; }
.cert-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; position: relative; }
.cert-org { font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
.cert-id { font-size: 10.5px; color: var(--muted); margin-top: 3px; }
.seal { width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--gold-bright), var(--gold) 70%); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 6px 16px -4px rgba(184,135,58,0.55); }
.seal svg { width: 26px; height: 26px; color: #fff; }
.cert-status { font-size: 22px; font-weight: 800; font-family: 'Bricolage Grotesque', sans-serif; color: #1b7a4d; margin: 4px 0 16px; letter-spacing: -0.01em; }
.cert-row { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid #ece9e0; font-size: 12.5px; }
.cert-row:first-of-type { border-top: none; }
.cert-row .k { color: var(--muted); }
.cert-row .v { font-weight: 700; }
.cert-foot { margin-top: 16px; padding-top: 14px; border-top: 1px dashed #d6d2c4; font-size: 10.5px; color: var(--muted); display: flex; justify-content: space-between; align-items: center; }
.cert-foot .stamp { color: var(--gold); font-weight: 800; letter-spacing: 0.06em; }

/* ---------- Product page hero (narrower, no cert card) ---------- */
.page-hero { background: var(--indigo-deep); background-image: radial-gradient(circle at 82% 10%, rgba(90,110,190,0.25), transparent 50%); color: #fff; padding: 64px 0 72px; }
.page-hero .container { max-width: 820px; }
.page-hero p.hero-sub { max-width: 620px; }
.page-hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.page-badge { font-size: 12px; font-weight: 700; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); color: #dfe1ea; padding: 7px 14px; border-radius: var(--r-pill); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.sec-head { max-width: 580px; margin: 0 0 44px; }
.sec-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--indigo-2); margin-bottom: 12px; }
h2.sec-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: 32px; margin: 0 0 12px; text-wrap: balance; }
.sec-sub { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; }
.text-center { text-align: center; }

/* ---------- Featured product cards ---------- */
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 56px; }
.feat-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 16px; padding: 30px; position: relative; overflow: hidden; }
.feat-card::after { content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(31,45,99,0.07), transparent 70%); }
.feat-badge { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); border-radius: var(--r-pill); padding: 4px 11px; margin-bottom: 16px; }
.feat-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 23px; margin: 0 0 10px; }
.feat-card p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0 0 20px; max-width: 40ch; }
.feat-link { font-weight: 800; font-size: 14px; color: var(--indigo); display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Catalog grid (all products) ---------- */
.catalog-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; }
.catalog-count { font-size: 13px; color: var(--muted); font-weight: 600; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.cat-col { background: var(--paper-2); padding: 22px 22px 10px; }
.cat-col-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.cat-col-ico { width: 26px; height: 26px; border-radius: 7px; background: var(--paper); display: grid; place-items: center; color: var(--indigo); flex-shrink: 0; }
.cat-col-title { font-size: 12px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.cat-col ul { list-style: none; margin: 0; padding: 0; }
.cat-col li { border-top: 1px solid var(--line); }
.cat-col li:first-child { border-top: none; }
.cat-col a { display: block; padding: 10px 0; font-size: 13.5px; font-weight: 600; line-height: 1.4; }
.cat-col a:hover { color: var(--indigo); }

/* ---------- Benefit / why-us cards ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-grid-4 { grid-template-columns: repeat(4, 1fr); }
.footer-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); }
.why-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.why-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--paper); display: grid; place-items: center; color: var(--indigo); margin-bottom: 16px; }
.why-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 17px; margin: 0 0 8px; }
.why-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* ---------- Steps ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.step-num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 26px; color: var(--gold); margin-bottom: 10px; }
.step-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 16px; margin: 0 0 6px; }
.step-card p { color: var(--muted); font-size: 13.5px; line-height: 1.55; margin: 0; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 4px; text-align: left; font-weight: 700; font-size: 16px; }
.faq-q .chev { width: 18px; height: 18px; color: var(--muted); flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 4px 20px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }

/* ---------- Form (photo upload) ---------- */
.form-section { background: var(--indigo-deep); padding: 88px 0; color: #fff; }
.form-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.form-left h2 { color: #fff; }
.form-left p { color: #c7cbe6; font-size: 16px; line-height: 1.65; margin: 14px 0 22px; }
.check-list li { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 14.5px; color: #dfe1ea; }
.check-list li::before { content: '✓'; color: var(--gold-bright); font-weight: 800; }

.form-card { background: var(--paper-2); border-radius: 18px; padding: 30px; color: var(--ink); box-shadow: var(--sh-lg); }
.form-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.form-card-header .ico { width: 42px; height: 42px; border-radius: 10px; background: var(--paper); display: grid; place-items: center; color: var(--indigo); flex-shrink: 0; }
.form-card-header h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 17px; margin: 0; }
.form-card-header p { color: var(--muted); font-size: 13px; margin: 2px 0 0; }

.upload-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.upload-slot { position: relative; border: 1.5px dashed var(--line); border-radius: var(--r-sm); padding: 16px 10px; text-align: center; cursor: pointer; transition: border-color .15s, background .15s; }
.upload-slot:hover { border-color: var(--indigo); background: var(--paper); }
.upload-slot.filled { border-color: var(--gold); background: #fbf6ec; border-style: solid; }
.upload-slot input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-slot .ico { color: var(--indigo); margin-bottom: 6px; }
.upload-slot .x { position: absolute; top: 4px; right: 6px; font-size: 15px; color: var(--muted); display: none; z-index: 2; }
.upload-slot.filled .x { display: block; }
.upload-slot .t { font-size: 12.5px; font-weight: 700; margin: 0; }
.upload-slot .s { font-size: 10.5px; color: var(--muted); margin: 2px 0 0; }
.upload-slot .fname { font-size: 10px; color: var(--gold); font-weight: 700; margin-top: 3px; word-break: break-all; }

.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.input { width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; font-family: inherit; font-size: 14.5px; color: var(--ink); background: #fff; }
.input:focus { outline: none; border-color: var(--indigo); }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6178' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }
select.input:invalid { color: var(--muted); }
textarea.input { resize: vertical; min-height: 90px; line-height: 1.5; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }

.form-step-head { display: flex; align-items: center; gap: 10px; margin: 28px 0 16px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--indigo); color: #fff; font-weight: 800; font-size: 13px; display: grid; place-items: center; flex-shrink: 0; }
.form-step-head h4 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 15px; margin: 0; }

.owner-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.owner-tab { flex: 1; padding: 11px; text-align: center; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-weight: 700; font-size: 13.5px; cursor: pointer; background: #fff; color: var(--muted); font-family: inherit; }
.owner-tab.active { border-color: var(--indigo); background: var(--indigo); color: #fff; }
.owner-panel:disabled { display: none; }

.radio-row { display: flex; gap: 10px; }
.radio-card { flex: 1; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 11px; text-align: center; font-size: 13.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
.radio-card input { display: none; }
.radio-dot { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--line); flex-shrink: 0; position: relative; }
.radio-card.active { border-color: var(--indigo); background: var(--paper); }
.radio-card.active .radio-dot { border-color: var(--indigo); }
.radio-card.active .radio-dot::after { content: ''; position: absolute; inset: 2.5px; border-radius: 50%; background: var(--indigo); }

.sig-wrap { border: 1.5px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.sig-canvas { width: 100%; height: 110px; display: block; touch-action: none; background: #fcfcfd; }
.sig-actions { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; background: var(--paper); font-size: 12px; color: var(--muted); }
.sig-actions button { font-weight: 700; color: var(--indigo); font-size: 12px; }

.consent { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; color: var(--muted); line-height: 1.5; margin-bottom: 12px; cursor: pointer; }
.consent input { margin-top: 2px; flex-shrink: 0; }
.consent a { color: var(--indigo); font-weight: 700; }
.consent-note { font-size: 11.5px; color: var(--muted); line-height: 1.6; margin: 14px 0; padding-top: 14px; border-top: 1px solid var(--line); }
.consent-note a { color: var(--indigo); font-weight: 700; }

.error-msg { display: none; background: #fdecec; border: 1px solid #f5b5b5; color: #a12727; font-size: 13px; font-weight: 600; padding: 10px 14px; border-radius: var(--r-sm); margin-bottom: 14px; }
.error-msg.show { display: block; }

.submit-btn { width: 100%; background: var(--gold); color: var(--indigo-deep); font-weight: 800; font-size: 15.5px; padding: 15px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; gap: 8px; }
.submit-btn:hover { background: var(--gold-bright); }
.submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(155deg, var(--indigo) 0%, var(--indigo-deep) 100%); color: #fff; padding: 64px 0; text-align: center; }
.cta-band h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 30px; margin: 0 0 12px; }
.cta-band p { color: #c7cbe6; font-size: 16px; margin: 0 0 26px; }

/* ---------- Blog: article header + card grid ---------- */
.crumbs { font-size: 12.5px; color: var(--muted); margin-bottom: 18px; }
.crumbs a:hover { color: var(--indigo); }
.article-hero { background: var(--paper); padding: 44px 0 0; }
.article-cat { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); border-radius: var(--r-pill); padding: 4px 12px; margin-bottom: 16px; }
.article-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 34px; letter-spacing: -0.02em; margin: 0 0 12px; text-wrap: balance; }
.article-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--muted); font-weight: 600; padding-bottom: 28px; }

.blog-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.chip { font-size: 13px; font-weight: 700; padding: 8px 16px; border-radius: var(--r-pill); border: 1.5px solid var(--line); color: var(--muted); }
.chip.active, .chip:hover { border-color: var(--indigo); color: var(--indigo); background: var(--paper); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: block; }
.blog-card:hover { border-color: var(--indigo); }
.blog-card .cat { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.blog-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 18px; margin: 0 0 8px; line-height: 1.3; }
.blog-card p { color: var(--muted); font-size: 13.5px; line-height: 1.6; margin: 0 0 14px; }
.blog-card .more { font-weight: 800; font-size: 13px; color: var(--indigo); }
@media (max-width: 980px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---------- Prose (legal/blog pages) ---------- */
.prose { max-width: 760px; margin: 0 auto; padding: 56px 24px 90px; }
.prose h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 34px; margin-bottom: 8px; }
.prose .lead { color: var(--muted); font-size: 16px; margin-bottom: 30px; }
.prose h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 24px; font-weight: 800; margin: 34px 0 12px; }
.prose h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 800; margin: 22px 0 8px; }
.prose p { font-size: 15.5px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.prose ul, .prose ol { margin: 12px 0 16px 20px; }
.prose li { font-size: 14.5px; color: var(--muted); line-height: 1.7; margin-bottom: 6px; }
.prose ul li { list-style: disc; }
.prose ol li { list-style: decimal; }
.prose strong { color: var(--ink); font-weight: 700; }
.prose a { color: var(--indigo); font-weight: 700; }

/* ---------- Footer ---------- */
.footer { background: var(--indigo-deep); color: #c7cbe6; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 44px; }
.footer-brand p { font-size: 13.5px; line-height: 1.7; margin: 14px 0 18px; max-width: 30ch; color: #9aa0c0; }
.footer-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); padding: 7px 12px; border-radius: var(--r-pill); color: #dfe1ea; }
.footer-col h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { font-size: 13.5px; color: #c7cbe6; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #7c82a0; }
.footer-bottom a { color: #9aa0c0; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .form-grid { grid-template-columns: 1fr; gap: 36px; }
  .featured-grid { grid-template-columns: 1fr; }
  .catalog-grid, .why-grid, .why-grid-4, .steps-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper-2); border-bottom: 1px solid var(--line); box-shadow: var(--sh-lg); padding: 8px 20px 18px; }
  .main-nav.open { display: flex; }
  .main-nav .cat-btn { justify-content: space-between; padding: 13px 6px; border-radius: 0; border-bottom: 1px solid var(--line); }
  .main-nav .cat-btn:last-child { border-bottom: none; }
  .mobile-toggle { display: flex; }
  .mega-panel { position: static; box-shadow: none; border: none; padding: 4px 0 14px; }
  .mega-grid { grid-template-columns: 1fr 1fr; }
  h1.hero-title { font-size: 32px; }
  .row-2, .row-3 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .upload-grid { grid-template-columns: 1fr 1fr; }
  .catalog-grid, .why-grid, .why-grid-4, .steps-grid, .footer-grid, .footer-grid-2 { grid-template-columns: 1fr; }
  h1.hero-title { font-size: 27px; }
  .prose h1 { font-size: 26px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .hero-badge { top: -11px; right: 10px; }
}
