/* ============================================
   PRIMEDITA.COM — Premium Stylesheet
   Aesthetic: Clean Clinical / Luxury Life Sciences
   Palette: White #ffffff + Forest Green #1a4a2e + Gold #b8933a
   Fonts: Libre Baskerville (display) + Jost (body)
   ============================================ */

:root {
  --white:       #ffffff;
  --off-white:   #f8f7f4;
  --cream:       #f2efe8;
  --forest:      #1a4a2e;
  --forest-md:   #235c3a;
  --forest-lt:   #2d7a4e;
  --forest-pale: #eaf3ed;
  --gold:        #b8933a;
  --gold-lt:     #d4aa55;
  --gold-pale:   #faf5e8;
  --charcoal:    #1c1c2e;
  --slate:       #5a6478;
  --slate-lt:    #8a93a8;
  --border:      #ddd9d0;
  --border-dark: #c2bdb2;
  --font-head:   'Libre Baskerville', Georgia, serif;
  --font-body:   'Jost', sans-serif;
  --max-w:       1240px;
  --radius:      4px;
  --trans:       0.28s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--charcoal); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }

/* ---- NAV ---- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); transition: box-shadow var(--trans); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; height: 70px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--forest); letter-spacing: 0.2em; }
.nav-logo span { color: var(--gold); }
.nav-links { list-style: none; display: flex; gap: 2.5rem; align-items: center; }
.nav-links a { font-size: 0.775rem; font-weight: 400; color: var(--slate); letter-spacing: 0.08em; text-transform: uppercase; transition: color var(--trans); }
.nav-links a:hover, .nav-links a.active { color: var(--forest); }
.nav-cta { background: var(--forest) !important; color: var(--white) !important; padding: 0.5rem 1.4rem !important; border-radius: var(--radius) !important; font-weight: 500 !important; }
.nav-cta:hover { background: var(--forest-md) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--forest); }
.mobile-menu { display: none; flex-direction: column; background: var(--white); padding: 1rem 2rem 1.5rem; border-top: 1px solid var(--border); }
.mobile-menu a { color: var(--charcoal); padding: 0.75rem 0; font-size: 0.9rem; border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: flex; }

/* ---- BUTTONS ---- */
.btn-solid { display: inline-block; background: var(--forest); color: var(--white); font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.9rem 2.25rem; border-radius: var(--radius); border: 2px solid var(--forest); transition: var(--trans); }
.btn-solid:hover { background: var(--forest-md); border-color: var(--forest-md); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,74,46,0.2); }
.btn-solid.btn-lg { padding: 1.1rem 2.75rem; font-size: 0.875rem; }
.btn-lined { display: inline-block; background: transparent; color: var(--forest); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.9rem 2rem; border-radius: var(--radius); border: 1.5px solid var(--forest); transition: var(--trans); }
.btn-lined:hover { background: var(--forest-pale); }
.btn-text-green { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 500; color: var(--forest); border-bottom: 1px solid rgba(26,74,46,0.3); padding-bottom: 2px; transition: var(--trans); }
.btn-text-green:hover { border-color: var(--forest); }

/* ---- LABELS ---- */
.sec-tag { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }

/* ---- HERO ---- */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 90px 2rem 60px; background: var(--off-white); position: relative; overflow: hidden; }
.hero-deco { position: absolute; inset: 0; pointer-events: none; }
.deco-circle { position: absolute; border-radius: 50%; border: 1px solid; }
.deco-1 { width: 500px; height: 500px; top: -200px; right: -150px; border-color: rgba(26,74,46,0.06); }
.deco-2 { width: 300px; height: 300px; bottom: -100px; left: 5%; border-color: rgba(184,147,58,0.08); }
.deco-line { position: absolute; background: rgba(26,74,46,0.04); }
.deco-v1 { width: 1px; height: 100%; top: 0; left: 50%; }
.deco-v2 { width: 100%; height: 1px; top: 50%; left: 0; }

.hero-inner { max-width: var(--max-w); margin: 0 auto; padding: 0; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; width: 100%; position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.75rem; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--forest); }
.kicker-bar { display: block; width: 28px; height: 2px; background: var(--gold); }

.hero-h1 { font-family: var(--font-head); font-size: clamp(3.5rem, 7vw, 6rem); font-weight: 700; line-height: 1.0; color: var(--forest); margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.hero-h1 em { font-style: italic; color: var(--gold); }
.h1-tld { font-style: normal; color: var(--slate); font-size: 0.45em; vertical-align: super; letter-spacing: 0; }

.hero-body { font-size: 1.05rem; color: var(--slate); line-height: 1.8; font-weight: 300; margin-bottom: 2.25rem; max-width: 480px; }
.hero-btns { display: flex; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; align-items: center; }
.hero-badges { display: flex; align-items: center; gap: 1.5rem; padding-top: 2rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.badge { text-align: center; }
.badge-val { display: block; font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; color: var(--forest); line-height: 1.1; }
.badge-lbl { display: block; font-size: 0.62rem; color: var(--slate-lt); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.2rem; }
.badge-sep { width: 1px; height: 32px; background: var(--border); }

.hero-right { display: flex; flex-direction: column; gap: 1.25rem; }
.hero-card-main { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--forest); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.07); }
.hcm-top { background: var(--forest); padding: 1.75rem 2rem; }
.hcm-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem; }
.hcm-name { font-family: var(--font-head); font-size: 1.7rem; font-weight: 700; color: var(--white); }
.hcm-name span { color: var(--gold-lt); }
.hcm-body { padding: 0.5rem 2rem 1.5rem; }
.hcm-row { display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid var(--border); font-size: 0.825rem; }
.hcm-row:last-child { border-bottom: none; }
.hcm-row > span:first-child { color: var(--slate); }
.hcm-row > span:last-child { font-weight: 500; color: var(--charcoal); text-align: right; }
.green-val { color: var(--forest-lt) !important; font-weight: 600 !important; }
.gold-val { color: var(--gold) !important; font-weight: 600 !important; }
.hcm-btn { display: block; margin: 0 2rem 2rem; background: var(--gold); color: var(--white); text-align: center; padding: 0.9rem; border-radius: var(--radius); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.08em; transition: var(--trans); }
.hcm-btn:hover { background: var(--gold-lt); transform: translateY(-1px); }

.hero-mini-stats { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; overflow: hidden; }
.hms-item { padding: 1rem; text-align: center; }
.hms-val { display: block; font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; color: var(--forest); line-height: 1.2; }
.hms-lbl { display: block; font-size: 0.62rem; color: var(--slate-lt); margin-top: 0.25rem; line-height: 1.3; }
.hms-div { width: 1px; height: 40px; background: var(--border); }

/* ---- ID STRIP ---- */
.id-strip { background: var(--forest); padding: 0.85rem 0; }
.id-strip-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.75rem; padding: 0 2rem; font-size: 0.7rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.is-dot { color: var(--gold-lt); font-size: 0.4rem; }

/* ---- PRIME ADVANTAGE ---- */
.prime-adv { padding: 7rem 0; background: var(--white); }
.pa-header { max-width: 700px; margin-bottom: 4rem; }
.pa-header h2 { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--forest); line-height: 1.2; margin-bottom: 1.25rem; }
.pa-header h2 em { font-style: italic; color: var(--gold); }
.pa-desc { font-size: 1rem; color: var(--slate); line-height: 1.8; font-weight: 300; }
.pa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.pa-card { background: var(--white); padding: 2.5rem; transition: var(--trans); }
.pa-card:hover { background: var(--off-white); }
.pa-icon { font-family: var(--font-head); font-size: 0.75rem; font-style: italic; color: var(--gold); letter-spacing: 0.08em; margin-bottom: 1.25rem; }
.pa-card h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: var(--forest); margin-bottom: 0.75rem; }
.pa-card p { font-size: 0.875rem; color: var(--slate); line-height: 1.78; font-weight: 300; }

/* ---- NAME MARKET ---- */
.name-market { padding: 7rem 0; background: var(--off-white); }
.nm-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.nm-left h2 { font-family: var(--font-head); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--forest); line-height: 1.25; margin-bottom: 1.25rem; }
.nm-left p { font-size: 0.925rem; color: var(--slate); line-height: 1.85; margin-bottom: 1rem; font-weight: 300; }

.nm-stat-block { background: var(--forest); border-radius: var(--radius); overflow: hidden; margin-bottom: 1.5rem; }
.nsb-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,0.07); }
.nsb-row:last-child { border-bottom: none; }
.nsb-item { padding: 1.5rem; border-right: 1px solid rgba(255,255,255,0.07); text-align: center; }
.nsb-item:last-child { border-right: none; }
.nsb-val { display: block; font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: var(--gold-lt); line-height: 1.1; }
.nsb-lbl { display: block; font-size: 0.65rem; color: rgba(255,255,255,0.4); margin-top: 0.35rem; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.06em; }

.nm-quote { background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: 1.5rem 1.75rem; border-radius: var(--radius); }
.nm-quote p { font-family: var(--font-head); font-style: italic; font-size: 1rem; color: var(--forest); line-height: 1.65; margin-bottom: 0.75rem; }
.nm-quote span { font-size: 0.72rem; color: var(--slate-lt); text-transform: uppercase; letter-spacing: 0.08em; }

/* ---- ACQUIRERS-P ---- */
.acquirers-p { padding: 7rem 0; background: var(--cream); }
.acq-title { font-family: var(--font-head); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--forest); line-height: 1.2; margin-bottom: 3.5rem; }
.acq-grid-p { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.acqp-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; transition: var(--trans); }
.acqp-card:hover { border-color: var(--forest); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,74,46,0.1); }
.acqp-n { font-family: var(--font-head); font-size: 2.5rem; font-weight: 700; color: var(--forest-pale); line-height: 1; display: block; margin-bottom: 1rem; }
.acqp-card h4 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--forest); margin-bottom: 0.6rem; }
.acqp-card p { font-size: 0.85rem; color: var(--slate); line-height: 1.7; font-weight: 300; }

/* ---- BLOG PRV ---- */
.blog-prv { padding: 7rem 0; background: var(--white); }
.bprv-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; }
.bprv-header h2 { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; color: var(--forest); }
.bprv-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1.25rem; }
.bprv-card { display: block; background: var(--off-white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; transition: var(--trans); }
.bprv-card:hover { border-color: var(--forest); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,74,46,0.08); }
.bprv-card.bprv-feat { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: flex-end; min-height: 360px; background: linear-gradient(to top, var(--forest) 30%, var(--forest-md) 100%); border-color: var(--forest); }
.bprv-tag { display: inline-block; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(184,147,58,0.35); background: rgba(184,147,58,0.1); padding: 0.28rem 0.7rem; border-radius: 2px; margin-bottom: 1rem; }
.bprv-card h3 { font-family: var(--font-head); line-height: 1.35; margin-bottom: 0.75rem; }
.bprv-card.bprv-feat h3 { font-size: 1.35rem; color: var(--white); }
.bprv-card:not(.bprv-feat) h3 { font-size: 1rem; color: var(--forest); }
.bprv-card p { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 1.25rem; font-weight: 300; }
.bprv-read { font-size: 0.78rem; color: var(--gold-lt); font-weight: 500; }
.bprv-card:not(.bprv-feat) .bprv-read { color: var(--forest); }

/* ---- CTA-P ---- */
.cta-p { padding: 6rem 0; background: var(--forest); }
.ctap-inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.ctap-left h2 { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 0.75rem; }
.ctap-left h2 em { font-style: italic; color: var(--gold-lt); }
.ctap-left p { color: rgba(255,255,255,0.55); font-size: 0.95rem; font-weight: 300; max-width: 440px; }
.ctap-right { display: flex; flex-direction: column; gap: 1rem; flex-shrink: 0; }
.ctap-right .btn-solid { background: var(--gold); border-color: var(--gold); color: var(--white); }
.ctap-right .btn-solid:hover { background: var(--gold-lt); border-color: var(--gold-lt); }
.ctap-right .btn-lined { border-color: rgba(255,255,255,0.35); color: rgba(255,255,255,0.8); }
.ctap-right .btn-lined:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); padding: 3rem 0 1.5rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.footer-brand .nav-logo { display: block; margin-bottom: 0.75rem; color: var(--white); }
.footer-brand .nav-logo span { color: var(--gold); }
.footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.3); max-width: 340px; line-height: 1.7; font-weight: 300; }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; }
.footer-links a { font-size: 0.775rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.3); transition: color var(--trans); }
.footer-links a:hover { color: var(--gold-lt); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; font-size: 0.75rem; color: rgba(255,255,255,0.2); }

/* ---- PAGE HERO ---- */
.page-hero { background: var(--forest); padding: 150px 2rem 80px; position: relative; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--gold), var(--forest-lt)); }
.page-hero .sec-tag { color: var(--gold); }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 1.25rem; }
.page-hero p { color: rgba(255,255,255,0.55); font-size: 1.05rem; max-width: 600px; line-height: 1.8; font-weight: 300; }

/* ---- WHY PAGE ---- */
.why-section { padding: 5rem 0; background: var(--white); }
.why-section:nth-child(even) { background: var(--off-white); }
.why-block { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-block.rev { direction: rtl; }
.why-block.rev > * { direction: ltr; }
.why-text h2 { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--forest); margin-bottom: 1rem; line-height: 1.25; }
.why-text p { font-size: 0.9rem; color: var(--slate); line-height: 1.85; margin-bottom: 1rem; font-weight: 300; }
.why-visual { background: var(--forest); border-radius: var(--radius); padding: 2.5rem; border: 1px solid rgba(255,255,255,0.05); }
.visual-quote { font-family: var(--font-head); font-size: 1.3rem; color: var(--white); font-style: italic; line-height: 1.5; margin-bottom: 1rem; }
.visual-attr { font-size: 0.7rem; color: var(--gold-lt); letter-spacing: 0.1em; text-transform: uppercase; }
.stat-display { text-align: center; padding: 1.5rem 0; }
.stat-big { font-family: var(--font-head); font-size: 4rem; font-weight: 700; color: var(--gold-lt); display: block; line-height: 1; }
.stat-sub { font-size: 0.8rem; color: rgba(255,255,255,0.4); display: block; margin-top: 0.5rem; line-height: 1.5; }
.data-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.85rem; }
.dr-label { font-size: 0.78rem; color: rgba(255,255,255,0.4); min-width: 100px; }
.dr-track { flex: 1; height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; }
.dr-fill { height: 100%; background: linear-gradient(to right, var(--forest-lt), var(--gold-lt)); border-radius: 2px; transition: width 1.4s ease; }
.dr-val { font-size: 0.78rem; color: var(--gold-lt); min-width: 38px; text-align: right; }
.check-list { list-style: none; margin-top: 1.25rem; }
.check-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: var(--charcoal); padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-weight: 300; }
.check-list li:last-child { border-bottom: none; }
.check-list li::before { content: '◆'; color: var(--gold); flex-shrink: 0; font-size: 0.45rem; margin-top: 5px; }

/* ---- BLOG / POSTS ---- */
.blog-section { padding: 5rem 0; background: var(--off-white); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.blog-card { display: block; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: var(--trans); }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,74,46,0.1); border-color: var(--forest); }
.blog-card-top { background: var(--forest); padding: 2rem; min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; }
.blog-card-body { padding: 1.5rem; }
.blog-card-body h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--forest); line-height: 1.4; margin-bottom: 0.75rem; }
.blog-card-body p { font-size: 0.83rem; color: var(--slate); line-height: 1.7; margin-bottom: 1rem; font-weight: 300; }
.blog-meta { display: flex; justify-content: space-between; font-size: 0.72rem; color: var(--slate-lt); }
.post-hero { background: var(--forest); padding: 150px 2rem 80px; position: relative; }
.post-hero::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:linear-gradient(to right, var(--gold), var(--forest-lt)); }
.post-tag-lg { display: inline-block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(184,147,58,0.35); background: rgba(184,147,58,0.1); padding: 0.3rem 0.85rem; border-radius: 2px; margin-bottom: 1.5rem; }
.post-title { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.2; max-width: 800px; margin-bottom: 1.5rem; }
.post-byline { display: flex; gap: 2rem; font-size: 0.75rem; color: rgba(255,255,255,0.35); letter-spacing: 0.06em; text-transform: uppercase; }
.post-body { max-width: 780px; margin: 0 auto; padding: 5rem 2rem; }
.post-body h2 { font-family: var(--font-head); font-size: 1.7rem; font-weight: 700; color: var(--forest); margin: 2.75rem 0 1rem; }
.post-body p { font-size: 0.975rem; color: var(--slate); line-height: 1.9; margin-bottom: 1.25rem; font-weight: 300; }
.post-body blockquote { border-left: 3px solid var(--gold); padding: 1rem 1.5rem; margin: 2rem 0; background: var(--off-white); font-family: var(--font-head); font-style: italic; font-size: 1.15rem; color: var(--forest); line-height: 1.5; }
.post-cta-box { background: var(--forest); border-radius: var(--radius); padding: 2.5rem; text-align: center; margin: 3rem 0; }
.post-cta-box h3 { font-family: var(--font-head); color: var(--white); font-size: 1.4rem; font-weight: 700; margin-bottom: 0.75rem; }
.post-cta-box p { color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; font-size: 0.875rem; font-weight: 300; }

/* ---- OFFER PAGE ---- */
.offer-section { padding: 6rem 0; background: var(--off-white); }
.offer-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 5rem; align-items: start; }
.offer-info h2 { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; color: var(--forest); margin-bottom: 1rem; line-height: 1.2; }
.offer-info h2 span { color: var(--gold); }
.offer-info p { font-size: 0.9rem; color: var(--slate); line-height: 1.85; margin-bottom: 1rem; font-weight: 300; }
.offer-bullets { list-style: none; margin-top: 1.5rem; }
.offer-bullets li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: var(--charcoal); padding: 0.65rem 0; border-bottom: 1px solid var(--border); font-weight: 300; }
.offer-bullets li::before { content: '◆'; color: var(--gold); font-size: 0.45rem; flex-shrink: 0; }
.offer-form-wrap { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--forest); border-radius: var(--radius); padding: 2.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.offer-form-wrap h3 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: var(--forest); margin-bottom: 0.25rem; }
.form-sub { font-size: 0.78rem; color: var(--slate-lt); margin-bottom: 2rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal); margin-bottom: 0.5rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.875rem 1rem; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 0.875rem; color: var(--charcoal); background: var(--off-white); outline: none; transition: border-color var(--trans); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--forest); background: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit { width: 100%; padding: 1rem; background: var(--forest); color: var(--white); border: none; border-radius: var(--radius); font-family: var(--font-body); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: var(--trans); margin-top: 0.5rem; }
.form-submit:hover { background: var(--forest-md); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,74,46,0.25); }
.form-note { font-size: 0.72rem; color: var(--slate-lt); text-align: center; margin-top: 1rem; line-height: 1.6; }
.success-message { display: none; background: var(--forest-pale); border: 1px solid rgba(26,74,46,0.25); border-radius: var(--radius); padding: 1.5rem; text-align: center; color: var(--forest); font-weight: 500; margin-top: 1rem; }
.trust-row { background: var(--forest); padding: 4rem 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.trust-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.trust-title { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.trust-desc { font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.6; font-weight: 300; }

/* ---- ANIMATIONS ---- */
.animate-up { opacity: 0; transform: translateY(26px); animation: fadeUp 0.65s ease forwards; }
.animate-slide { opacity: 0; transform: translateX(26px); animation: fadeSlide 0.65s ease forwards; }
.animate-fade { opacity: 0; transform: translateY(16px); transition: opacity 0.55s ease, transform 0.55s ease; }
.animate-fade.visible { opacity: 1; transform: translateY(0); }
.delay-1{animation-delay:.1s} .delay-2{animation-delay:.25s} .delay-3{animation-delay:.4s} .delay-4{animation-delay:.55s} .delay-5{animation-delay:.7s}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeSlide { to { opacity: 1; transform: translateX(0); } }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .pa-grid { grid-template-columns: 1fr 1fr; }
  .acq-grid-p { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .nm-inner { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .pa-grid { grid-template-columns: 1fr; }
  .acq-grid-p { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .bprv-grid { grid-template-columns: 1fr; }
  .bprv-card.bprv-feat { grid-row: auto; min-height: 260px; }
  .bprv-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .why-block, .why-block.rev { grid-template-columns: 1fr; direction: ltr; gap: 2.5rem; }
  .ctap-inner { flex-direction: column; text-align: center; }
  .ctap-right { align-items: center; width: 100%; }
  .offer-inner { grid-template-columns: 1fr; gap: 3rem; }
  .footer-inner { flex-direction: column; }
  .footer-links { gap: 1.25rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-badges { gap: 1rem; }
}
