/* ════════════════════════════════════════════════════════════
   OBELISK INFOTECH — GLOBAL LANDING PAGES STYLESHEET (single)
   One file, all landing pages. WPCode: site-wide, PRIORITY 10.
   PAGE THEMES stays in its own snippet, PRIORITY 11 (or higher),
   so it always loads after this file.

   TABLE OF CONTENTS
   ─ FOUNDATION · :root tokens + obltech-lp system + shared
                  components (serving Pages 1-2)
   ─ FOUNDATION · UNIVERSAL PAGE LAYER (box-sizing + global font
                  for every obltech-theme-* page; icon-safe)
   ─ PAGE 1  · White Label SEO ............ obltech-lp system
   ─ PAGE 2  · SEO Reseller Services ...... lp + teal theme vars
   ─ PAGE 3  · SEO for Car Detailing ...... obltech-cd-*
   ─ PAGE 4  · SEO for Event Planners ..... obltech-ep-*
   ─ PAGE 5  · Guest Posting Services ..... obltech-gp-*
   ─ PAGE 16 · Personal Injury Lawyer SEO . obltech-pi-*  (block
     sits between Pages 5 and 6 for historical reasons)
   ─ PAGE 6  · SEO for Handyman Services .. obltech-hm-*
   ─ PAGE 7  · SEO Agency New York ........ obltech-ny-*
   ─ PAGE 8  · SEO Company Los Angeles .... obltech-la-*
   ─ PAGE 9  · Miami SEO Company .......... obltech-mia-*
   ─ PAGE 10 · Chicago SEO Company ........ obltech-chi-*
   ─ PAGE 11 · SEO Company Texas .......... obltech-tx-*
   ─ PAGE 12 · Houston SEO Company ........ obltech-hou-*
   ─ PAGE 13 · Programmatic SEO Service ... obltech-ps-*
   ─ PAGE 14 · SEO for Yoga Studios ....... obltech-yg-*
   ─ PAGE 15 · SEO Company Hong Kong ...... obltech-hk-*
   ─ PAGE 17 · SEO Company in China ...... obltech-cn-*
   ─ PAGE 18 · SEO Company Vietnam ....... obltech-vn-*
   ─ PAGE 19 · Trucking SEO Company ...... obltech-tr-*
   ─ PAGE 20 · SEO Company Melbourne ..... obltech-mb-*
   ─ PAGE 21 · Technical SEO Services .... obltech-ts-*
   ─ PAGE 22 · Video Editing Services .... obltech-ve-*
   ─ PAGE 23 · Local Citation Audit ...... obltech-lca-*
   ─ PAGE 24 · SEO Services in Mumbai .... obltech-mu-*
   ─ PAGE 25 · SEO Company in Delhi ...... obltech-dl-*
   ─ PAGE 26 · SEO Agency Bangalore ...... obltech-bg-*
   ─ PAGE 27 · SEO Company Pune .......... obltech-pn-*
   ─ PAGE 28 · SEO Company in Jaipur ..... obltech-jp-*
   ─ PAGE 29 · SEO Services in Hyderabad . obltech-hy-*
   ─ PAGE 30 · SEO Company in Chennai .... obltech-ch-*
   ─ PAGE 31 · Homepage .................. obltech-home-*
   ─ ICON FONT RESTORE — must remain the last rules in the file

   RULES OF THE ROAD
   1. New page = new obltech-xx- prefix + obltech-theme-xxxx
      marker on every section root + a PAGE banner appended
      BEFORE the Icon Font Restore block. No page ships its own
      reset, font, or heading-baseline CSS.
   2. Page accent colors register in OBLTECH PAGE THEMES.
   3. Never edit inside another page's banner block.
   ════════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════
   OBLTECH GLOBAL LANDING PAGE STYLES — Obelisk Infotech
   One file, all landing pages. Load site-wide (WPCode, prio 10).
   Colors that vary per page live in OBLTECH PAGE THEMES (prio 11).
   Fonts: single source = :root --obltech-font-body (below).

   PAGE INDEX
   The authoritative TABLE OF CONTENTS (all 15 pages + reserved
   set + Icon Font Restore) lives at the very top of this file.
   It is maintained in ONE place only — update it there when a
   page is added, never here.

   RULES OF THE ROAD
   1. New page = new short prefix (obltech-xx-) + theme marker
      obltech-theme-xxxx on every section root + one banner
      like the ones below. No page ships its own reset, font,
      or heading CSS — the UNIVERSAL PAGE LAYER covers those.
   2. Page accent colors go in OBLTECH PAGE THEMES as
      --obltech-accent / --obltech-heading variables.
   3. Never edit inside another page's banner block.
   ════════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════
   █ FOUNDATION · TOKENS + OBLTECH-LP SYSTEM + SHARED COMPONENTS
   █ Serves PAGE 1 · White Label SEO and PAGE 2 · SEO Reseller
   █ (page 2 = same markup, teal variable overrides in themes.css)
   ════════════════════════════════════════════════════════════ */
/* ============================================================
   OBLTECH GLOBAL LANDING PAGE STYLES
   One stylesheet for ALL landing pages.
   - Structure/typography: fixed here, identical on every page
   - Colors: CSS variables — override per page in the
     "OBLTECH PAGE THEMES" snippet (body.page-id-XXXX { ... })
   Load: WPCode > CSS > Site Wide Header > Priority 10
   ============================================================ */

/* ------------------------------------------------------------
   1. DESIGN TOKENS  (defaults = White Label SEO page palette)
   ------------------------------------------------------------ */
:root {
  /* Brand / accent colors (page-overridable) */
  --obltech-purple:        #7F77DD;
  --obltech-purple-light:  #EEEDFE;
  --obltech-purple-mid:    #CECBF6;
  --obltech-purple-dark:   #534AB7;
  --obltech-brand:         #7c3aed;   /* hero purple */
  --obltech-brand-dark:    #6d28d9;
  --obltech-brand-soft:    #ede9fe;
  --obltech-brand-border:  #c4b5fd;
  --obltech-navy:          #26215C;
  --obltech-teal:          #1296B5;
  --obltech-teal-dark:     #0d7a94;
  --obltech-orange:        #E26713;
  --obltech-orange-hv:     #c75b10;

  /* Text colors (page-overridable) */
  --obltech-text:          #32373B;
  --obltech-muted:         #555f6e;
  --obltech-heading-dark:  #233049;
  --obltech-hero-heading:  #1e1040;
  --obltech-hero-muted:    #9d8fba;

  /* Section backgrounds (page-overridable) */
  --obltech-bg-light:      #F5F0FF;
  --obltech-bg-hero:       #f5f0ff;
  --obltech-bg-dark:       #26215C;
  --obltech-bg-dark-inner: #312B6B;
  --obltech-bg-trust:      #7C3AED;
  --obltech-cta-grad-a:    #233049;
  --obltech-cta-grad-b:    #1c2a40;
  --obltech-services-bg:   #ffffff;
  --obltech-trust-pill-color: #ffffff;
  --obltech-open-shadow:   0 4px 16px rgba(127,119,221,.13);
  --obltech-calc-row-bg:   #f6f6f6;
  --obltech-testi-bg:      #ffffff;
  --obltech-testi-card-bg: #f6f6f6;

  /* Borders & shadows */
  --obltech-border:        #AFA9EC;
  --obltech-border-soft:   #e0e5eb;
  --obltech-shadow-md:     0 6px 24px rgba(83,74,183,0.10);

  /* Typography — FIXED globally (do not override per page) */
  --obltech-font-head:     "Montserrat", sans-serif;
  --obltech-font-body:     "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Shape */
  --obltech-radius-btn:    10px;
  --obltech-radius-card:   14px;
}

/* ------------------------------------------------------------
   2. SCOPED RESET / WP THEME NEUTRALIZER
   Applies ONLY inside .obltech-lp sections. The !importants
   here replace the hundreds that were scattered per-rule —
   they defend against the WP theme's element-level styles.
   ------------------------------------------------------------ */
.obltech-lp,
.obltech-lp *,
.obltech-lp *::before,
.obltech-lp *::after { box-sizing: border-box; }

.obltech-lp {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: var(--obltech-font-body);
}

.obltech-lp h1, .obltech-lp h2, .obltech-lp h3,
.obltech-lp h4, .obltech-lp h5, .obltech-lp h6 {
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  background: none !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.obltech-lp p {
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-shadow: none !important;
}

.obltech-lp ul, .obltech-lp ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}
.obltech-lp li { list-style: none !important; }
.obltech-lp li::before { content: none !important; display: none !important; }

.obltech-lp a { text-decoration: none !important; }

/* Neutralize theme's -webkit-text-fill-color (gradient text) bleed:
   force fill to follow the computed color everywhere in our scope */
.obltech-lp h1, .obltech-lp h2, .obltech-lp h3,
.obltech-lp h4, .obltech-lp h5, .obltech-lp h6,
.obltech-lp p, .obltech-lp li, .obltech-lp span,
.obltech-lp a, .obltech-lp div {
  -webkit-text-fill-color: currentColor !important;
}

/* Links/spans inside card headings & copy inherit the card color */
.obltech-lp h3 a, .obltech-lp h3 span,
.obltech-lp p a:not(.obltech-btn), .obltech-lp p span {
  color: inherit;
}

.obltech-container { max-width: 1200px; margin: 0 auto; }

/* ------------------------------------------------------------
   3. SHARED SECTION-HEADER PATTERN  (tag / title / divider / sub)
   ------------------------------------------------------------ */
.obltech-sec-head { margin-bottom: 2.8rem; }
.obltech-sec-head--center { text-align: center; }

.obltech-tag {
  display: inline-block;
  font-family: var(--obltech-font-head);
  font-size: .73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .7rem;
  color: var(--obltech-purple);
}

.obltech-title {
  font-family: var(--obltech-font-head);
  font-size: 43px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -.4px !important;
  margin: 0 0 .5rem !important;
  color: var(--obltech-navy);
}
.obltech-hl { color: var(--obltech-purple); }

.obltech-divider {
  width: 58px; height: 3px;
  border-radius: 2px;
  margin: 1rem 0 1.4rem;
  background: var(--obltech-purple);
}
.obltech-divider--center { margin: 1rem auto 1.4rem; }

.obltech-sub {
  font-family: var(--obltech-font-body);
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.75;
  margin: .8rem auto 0;
  max-width: 600px;
  color: var(--obltech-muted);
}

/* ------------------------------------------------------------
   4. BUTTON SYSTEM  (pill-kill applied once, globally)
   ------------------------------------------------------------ */
.obltech-lp .obltech-btn,
.obltech-lp a.obltech-btn,
.obltech-lp button.obltech-btn {
  display: inline-block;
  border-radius: var(--obltech-radius-btn) !important;
  -webkit-border-radius: var(--obltech-radius-btn) !important;
  padding: 13px 24px !important;
  font-family: var(--obltech-font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  line-height: 1 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s, border-color .2s, transform .15s;
}
.obltech-lp .obltech-btn:hover { transform: translateY(-2px); }

/* Orange (default CTA) */
.obltech-lp .obltech-btn--orange {
  background: var(--obltech-orange) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(226,103,19,.3);
}
.obltech-lp .obltech-btn--orange:hover { background: var(--obltech-orange-hv) !important; }

/* Purple (accent) */
.obltech-lp .obltech-btn--purple {
  background: var(--obltech-purple) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(127,119,221,.30);
}
.obltech-lp .obltech-btn--purple:hover { background: var(--obltech-purple-dark) !important; }

/* Brand (hero primary) */
.obltech-lp .obltech-btn--brand {
  background: var(--obltech-brand) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(124,58,237,.3);
}
.obltech-lp .obltech-btn--brand:hover { background: var(--obltech-brand-dark) !important; }

/* Outline (hero secondary, on light bg) */
.obltech-lp a.obltech-btn--outline,
.obltech-lp button.obltech-btn--outline,
.obltech-lp .obltech-btn--outline {   /* a./button. qualified = (0,2,1), beats base border:none */
  background: #ffffff !important;
  color: var(--obltech-brand) !important;
  border: 1.5px solid var(--obltech-brand-border) !important;
}
.obltech-lp a.obltech-btn--outline:hover,
.obltech-lp button.obltech-btn--outline:hover,
.obltech-lp .obltech-btn--outline:hover {
  background: #faf5ff !important;
  border-color: var(--obltech-brand) !important;
}

/* Ghost (transparent, white border — dark CTA band) */
.obltech-lp a.obltech-btn--ghost,
.obltech-lp button.obltech-btn--ghost,
.obltech-lp .obltech-btn--ghost {   /* a./button. qualified = (0,2,1), beats base border:none */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255,255,255,0.45) !important;
}
.obltech-lp a.obltech-btn--ghost:hover,
.obltech-lp button.obltech-btn--ghost:hover,
.obltech-lp .obltech-btn--ghost:hover {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.6) !important;
}
.obltech-lp .obltech-btn--ghost i { color: #ffffff; }

/* Teal ("Let's talk") */
.obltech-lp .obltech-btn--teal {
  background: var(--obltech-teal) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(18,150,181,.3);
}
.obltech-lp .obltech-btn--teal:hover { background: var(--obltech-teal-dark) !important; }

/* Full-width (pricing cards) */
.obltech-lp .obltech-btn--block {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.4rem;
}

/* ------------------------------------------------------------
   5. HERO
   ------------------------------------------------------------ */
.obltech-hero {
  background: var(--obltech-bg-hero) !important;
  background-image: none !important;
  padding: 160px 24px 3rem;
  position: relative;
  overflow: hidden;
}
.obltech-hero::before {
  content: "";
  position: absolute; left: -80px; bottom: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  background: rgba(124,58,237,0.06);
  pointer-events: none;
}
.obltech-hero__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2.5rem; align-items: center;
}
.obltech-hero__pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--obltech-brand-soft);
  border: 1.5px solid var(--obltech-brand-border);
  color: var(--obltech-brand-dark);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 5px 14px 5px 8px; border-radius: 999px;
  margin-bottom: 1.4rem;
}
.obltech-hero__pill-icon {
  width: 18px; height: 18px;
  background: var(--obltech-brand); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 9px;
}
.obltech-hero__title {
  font-size: 48px; font-weight: 800; line-height: 1.2;
  color: var(--obltech-hero-heading);
  font-family: var(--obltech-font-body);
}
.obltech-hero__title span { color: var(--obltech-brand); position: relative; }
.obltech-hero__title span::after {
  content: ""; position: absolute; left: 0; bottom: -3px;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--obltech-brand), #a78bfa);
  border-radius: 2px;
}
.obltech-lp p.obltech-hero__desc {   /* (0,2,1) — beats the (0,1,1) p reset */
  font-size: 16px; font-weight: 600;
  color: var(--obltech-text); line-height: 1.75;
  margin: 1rem 0 1.8rem !important;   /* must beat the .obltech-lp p reset */
  max-width: 390px;
  font-family: var(--obltech-font-body);
}
.obltech-hero__btns { display: flex; gap: 12px; margin-bottom: 2.5rem; flex-wrap: wrap; }
.obltech-hero__stats {
  display: flex; gap: 1.5rem; padding-top: 1.5rem;
  border-top: 1.5px solid #e9e0ff; flex-wrap: wrap;
}
.obltech-hero__stat-num {
  font-size: 1.45rem; font-weight: 800;
  color: var(--obltech-brand); font-family: var(--obltech-font-body);
}
.obltech-hero__stat-label {
  font-size: 11px; color: var(--obltech-hero-muted);
  margin-top: 2px; font-weight: 500; font-family: var(--obltech-font-body);
}
.obltech-hero__right { display: flex; flex-direction: column; gap: 14px; }

.obltech-result-card {
  background: var(--obltech-brand); border-radius: 18px;
  padding: 1.4rem 1.6rem; color: #fff;
  position: relative; overflow: hidden;
}
.obltech-result-card::after {
  content: ""; position: absolute; right: -30px; top: -30px;
  width: 130px; height: 130px; border-radius: 50%;
  background: rgba(255,255,255,0.07); pointer-events: none;
}
.obltech-result-card__label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--obltech-brand-border);
  margin-bottom: .5rem; font-family: var(--obltech-font-body);
}
.obltech-result-card__big { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1; font-family: var(--obltech-font-body); }
.obltech-result-card__sub { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 6px; font-family: var(--obltech-font-body); }
.obltech-result-card__badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.15); border-radius: 999px;
  padding: 4px 12px; font-size: 11px; font-weight: 700;
  color: #fff; margin-top: 10px; font-family: var(--obltech-font-body);
}

.obltech-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.obltech-mini-card {
  background: #fff; border-radius: 14px; padding: 1rem 1.1rem;
  border: 1.5px solid var(--obltech-brand-soft);
  box-shadow: 0 4px 18px rgba(124,58,237,0.07);
}
.obltech-mini-card__icon {
  width: 34px; height: 34px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; margin-bottom: 10px;
}
.obltech-mini-card__val { font-size: 1.3rem; font-weight: 800; color: var(--obltech-hero-heading); font-family: var(--obltech-font-body); }
.obltech-mini-card__label { font-size: 11px; color: var(--obltech-hero-muted); margin-top: 3px; font-weight: 500; font-family: var(--obltech-font-body); }
.obltech-mini-card__change {
  font-size: 11px; font-weight: 700; margin-top: 5px;
  display: inline-flex; align-items: center; gap: 3px;
  padding: 2px 8px; border-radius: 999px; font-family: var(--obltech-font-body);
}
.obltech-mini-card__change--green  { background: #d1fae5; color: #065f46; }
.obltech-mini-card__change--blue   { background: #dbeafe; color: #1e40af; }
.obltech-mini-card__change--orange { background: #ffedd5; color: #9a3412; }
.obltech-mini-card__change--pink   { background: #fce7f3; color: #9d174d; }

/* ------------------------------------------------------------
   6. TRUST BAR
   ------------------------------------------------------------ */
.obltech-trust { background: var(--obltech-bg-trust) !important; background-image: none !important; padding: 22px 24px; }
.obltech-trust__inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 1.8rem;
  flex-wrap: wrap; justify-content: center;
}
.obltech-trust__label {
  font-size: 18px; font-weight: 800; color: #fff;
  text-transform: uppercase; letter-spacing: 1.5px;
  white-space: nowrap; font-family: var(--obltech-font-body);
}
.obltech-trust__pills { display: flex; gap: .9rem; flex-wrap: wrap; align-items: center; justify-content: center; }
.obltech-trust__pill {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: var(--obltech-trust-pill-color); border-radius: 4px; padding: 7px 17px;
  font-size: .78rem; font-weight: 700;
  font-family: var(--obltech-font-head); letter-spacing: .3px;
  transition: all .2s;
}
.obltech-trust__pill:hover { background: rgba(255,255,255,.17); }

/* ------------------------------------------------------------
   7. ABOUT / WHAT-IS
   ------------------------------------------------------------ */
.obltech-about { background: var(--obltech-bg-light) !important; background-image: none !important; padding: 80px 24px; }
.obltech-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.obltech-about .obltech-title { color: var(--obltech-text); }
.obltech-about p, .obltech-about li, .obltech-about h3 {
  font-family: var(--obltech-font-body);
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--obltech-text);
  line-height: 1.7;
}
.obltech-checklist { display: flex; flex-direction: column; gap: 11px; margin-top: 1.4rem; }
.obltech-checklist li {
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--obltech-purple-light);
  padding: 10px 14px; border-radius: 8px;
  border: 1px solid var(--obltech-border);
}
.obltech-checklist li i { margin-top: 3px; flex-shrink: 0; }
.obltech-about__btn { margin-top: 2rem; }

.obltech-procbox {
  background: #fff; border: 1px solid var(--obltech-border);
  border-radius: var(--obltech-radius-card); overflow: hidden;
  box-shadow: var(--obltech-shadow-md);
}
.obltech-procbox__head {
  background: var(--obltech-purple);
  padding: 15px 22px;
  font-family: var(--obltech-font-body);
  font-size: 20px; font-weight: 700; color: #fff;
  display: flex; align-items: center; gap: 10px;
}
.obltech-procbox__head i { color: #fff; }
.obltech-procbox__list { padding: 0; margin: 0; }
.obltech-procbox__item {
  display: flex; gap: 15px; padding: 17px 22px;
  border-bottom: 1px solid var(--obltech-border);
  align-items: flex-start; transition: background .2s;
}
.obltech-procbox__item:last-child { border-bottom: none; }
.obltech-procbox__item:hover { background: var(--obltech-purple-light); }
.obltech-procbox__num {
  width: 35px; height: 35px; border-radius: 50%;
  background: var(--obltech-purple); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px !important; font-weight: 800 !important; flex-shrink: 0;
}
.obltech-procbox__text h3 { font-size: 20px !important; font-weight: 800 !important; margin: 0 0 6px !important; }
.obltech-procbox__text p  { margin: 0; }

/* ------------------------------------------------------------
   8. SERVICES
   ------------------------------------------------------------ */
.obltech-services { background: var(--obltech-services-bg) !important; background-image: none !important; padding: 80px 24px; }
.obltech-services .obltech-sub { color: #3A3F43; }
.obltech-services__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.obltech-svc-card {
  background: #fff; border: 1px solid var(--obltech-border);
  border-radius: 12px; padding: 1.7rem;
  transition: all .3s; position: relative; overflow: hidden;
}
.obltech-svc-card::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--obltech-purple);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.obltech-svc-card:hover {
  box-shadow: var(--obltech-shadow-md);
  border-color: var(--obltech-purple-mid);
  transform: translateY(-3px);
}
.obltech-svc-card:hover::after { transform: scaleX(1); }
.obltech-svc-card__icon {
  width: 50px; height: 50px; border-radius: 10px;
  background: var(--obltech-purple-light);
  border: 1px solid var(--obltech-purple-mid);
  display: flex; align-items: center; justify-content: center;
  color: var(--obltech-purple); font-size: 1.2rem; margin-bottom: 1rem;
}
.obltech-svc-card__icon i { color: var(--obltech-purple); }
.obltech-svc-card h3 {
  font-family: var(--obltech-font-body);
  font-size: 18px !important; font-weight: 700 !important;
  color: var(--obltech-navy); margin-bottom: .5rem;
}
.obltech-svc-card p {
  font-family: var(--obltech-font-body);
  font-size: 15px !important; font-weight: 500 !important;
  color: var(--obltech-text); line-height: 1.65; margin: 0;
}

/* ------------------------------------------------------------
   9. WHY US
   ------------------------------------------------------------ */
.obltech-why { background: var(--obltech-bg-light) !important; background-image: none !important; background-color: var(--obltech-bg-light) !important; padding: 90px 24px; }
.obltech-why__header { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
.obltech-why .obltech-tag {
  background: var(--obltech-purple-light);
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 1rem;
}
.obltech-why__grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.4rem; margin-bottom: 3rem;
}
.obltech-why-card {
  background: #fff; border: 1px solid var(--obltech-border);
  border-radius: var(--obltech-radius-card); padding: 1.8rem 1.5rem;
  transition: all .3s; position: relative; overflow: hidden;
}
.obltech-why-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--obltech-purple), var(--obltech-purple-mid));
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.obltech-why-card:hover {
  border-color: var(--obltech-purple-mid);
  box-shadow: 0 8px 28px rgba(127,119,221,.15);
  transform: translateY(-4px);
}
.obltech-why-card:hover::before { transform: scaleX(1); }
.obltech-why-card__icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--obltech-purple-light); color: var(--obltech-purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; margin-bottom: 1rem;
  border: 1px solid var(--obltech-purple-mid);
}
.obltech-why-card__icon i { color: var(--obltech-purple); }
.obltech-why-card h3 {
  font-family: var(--obltech-font-head);
  font-size: 17px !important; font-weight: 700 !important;
  color: var(--obltech-navy); margin: 0 0 .5rem !important;
}
.obltech-why-card p {
  font-family: var(--obltech-font-body);
  font-size: 15px !important; font-weight: 600 !important;
  color: var(--obltech-muted); line-height: 1.7; margin: 0;
}
.obltech-why__cta {
  background: linear-gradient(135deg, var(--obltech-navy) 0%, var(--obltech-purple-dark) 100%) !important;
  border-radius: 16px; padding: 2.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.obltech-why__cta-text h3 {
  font-family: var(--obltech-font-head);
  font-size: 1.3rem !important; font-weight: 800 !important;
  color: #fff; margin: 0 0 .4rem !important;
}
.obltech-why__cta-text p {
  font-family: var(--obltech-font-body);
  font-size: 15px !important; font-weight: 500 !important;
  color: rgba(255,255,255,.75); margin: 0;
}

/* ------------------------------------------------------------
   10. STEPS / HOW IT WORKS  (dark band)
   ------------------------------------------------------------ */
.obltech-steps { background: var(--obltech-bg-dark) !important; background-image: none !important; padding: 50px 24px; }
.obltech-steps .obltech-tag { color: rgba(255,255,255,.7); font-weight: 800; }
.obltech-steps .obltech-title,
.obltech-steps .obltech-sub{color: #ffffff;}
.obltech-steps__grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1.4rem; position: relative; margin-top: .5rem;
}
.obltech-steps__grid::before {
  content: ""; position: absolute; top: 52px; left: 13%; right: 13%; height: 2px;
  background: linear-gradient(90deg, var(--obltech-teal), rgba(255,255,255,.1));
}
.obltech-step { text-align: center; padding: 1.8rem .8rem; position: relative; }
.obltech-step__circle {
  width: 80px; height: 80px; border-radius: 50%;
  background: #8649EE; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--obltech-font-head);
  font-size: 1.7rem; font-weight: 800;
  margin: 0 auto 1.1rem;
  border: 3px solid rgba(255,255,255,.18) !important;
  position: relative; z-index: 1;
}
.obltech-step h3 {
  font-family: var(--obltech-font-head);
  font-size: 23px !important; font-weight: 700 !important;
  color: #ffffff; margin-bottom: .5rem;
}
.obltech-step p {
  font-size: 16px !important; font-weight: 600 !important;
  color: #ffffff; line-height: 1.65; margin: 0;
}

/* ------------------------------------------------------------
   11. RESULTS BAND
   ------------------------------------------------------------ */
.obltech-results { background: var(--obltech-bg-dark) !important; background-image: none !important; padding: 0 24px 50px; }
.obltech-results__inner {
  max-width: 1200px; margin: 0 auto;
  background: var(--obltech-bg-dark-inner) !important;
  padding: 40px; border-radius: 20px !important;
}
.obltech-results .obltech-sec-head { margin-bottom: 0; }
.obltech-results .obltech-tag { color: rgba(255,255,255,.65); font-size: 15px; font-family: var(--obltech-font-head); }
.obltech-results .obltech-title { color: #ffffff; }
.obltech-results__grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: rgba(255,255,255,.2);
  border-radius: 12px; overflow: hidden; margin-top: 2.4rem;
}
.obltech-results__box { background: rgba(255,255,255,.08); padding: 2rem 1.5rem; text-align: center; }
.obltech-results__num {
  font-family: var(--obltech-font-head);
  font-size: 2.8rem; font-weight: 800; color: #ffffff; line-height: 1;
}
.obltech-results__label {
  font-size: 16px !important; color: rgba(255,255,255,.7);
  margin-top: 5px; line-height: 1.5; font-family: var(--obltech-font-body);
}

/* ------------------------------------------------------------
   12. PRICING
   ------------------------------------------------------------ */
.obltech-pricing { background: var(--obltech-bg-light) !important; background-image: none !important; padding: 80px 24px; }
.obltech-pricing .obltech-tag { color: var(--obltech-teal); }
.obltech-pricing .obltech-title { color: var(--obltech-heading-dark); }
.obltech-pricing .obltech-hl { color: var(--obltech-teal); }
.obltech-pricing .obltech-divider { background: var(--obltech-teal); }
.obltech-pricing .obltech-sub { color: #212529; }
.obltech-pricing__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.obltech-price-card {
  background: #fff; border: 1px solid var(--obltech-border-soft);
  border-radius: var(--obltech-radius-card); padding: 2rem;
  position: relative; overflow: visible !important;
  transition: transform .25s, box-shadow .25s;
}
.obltech-price-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,.12); }
.obltech-price-card--featured {
  border: 2px solid var(--obltech-teal) !important;
  box-shadow: 0 8px 32px rgba(18,150,181,.17);
}
.obltech-price-card__badge {
  position: absolute !important; top: -14px !important; left: 50% !important;
  transform: translateX(-50%) !important; z-index: 10 !important;
  display: block !important; visibility: visible !important; opacity: 1 !important;
  background: var(--obltech-teal) !important; color: #fff !important;
  font-family: var(--obltech-font-head);
  font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 5px 20px; border-radius: 100px !important; white-space: nowrap;
}
.obltech-price-card__tier {
  font-family: var(--obltech-font-head);
  font-size: .7rem; font-weight: 700; color: var(--obltech-teal);
  text-transform: uppercase; letter-spacing: 1.5px;
}
.obltech-price-card__name {
  font-family: var(--obltech-font-head);
  font-size: 1.2rem; font-weight: 800;
  color: var(--obltech-heading-dark); margin: 5px 0 1rem;
}
.obltech-price-card__price {
  font-family: var(--obltech-font-head);
  font-size: 2.5rem; font-weight: 800; color: var(--obltech-heading-dark);
}
.obltech-price-card__price sup { font-size: 1.1rem; vertical-align: super; }
.obltech-price-card__price sub { font-size: .82rem; color: var(--obltech-muted); font-weight: 400; }
.obltech-price-card__note { font-size: 16px; color: var(--obltech-muted); margin: .5rem 0 1.2rem; }
.obltech-price-card__sep { height: 1px; background: var(--obltech-border-soft); margin: 1.2rem 0; }
.obltech-price-card__list { display: flex; flex-direction: column; gap: 9px; }
.obltech-price-card__list li {
  display: flex; gap: 9px; align-items: flex-start;
  font-family: var(--obltech-font-body);
  font-size: 15px; font-weight: 400; color: #212529;
}
.obltech-price-card__list li i { color: var(--obltech-teal); margin-top: 2px; font-size: .78rem; }
.obltech-price-card__list li.obltech-no { color: #8a95a3; }
.obltech-price-card__list li.obltech-no i { color: #cccccc; }
.obltech-lp p.obltech-pricing__note {   /* (0,2,1) — beats the (0,1,1) p reset */
  text-align: center;
  margin-top: 3rem !important;   /* must beat the .obltech-lp p reset */
  padding-top: 1rem !important;
  font-family: var(--obltech-font-body);
  font-size: 1rem !important; font-weight: 700 !important;
  color: #1e1e2e;
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; flex-wrap: wrap;
}

/* ------------------------------------------------------------
   13. TESTIMONIALS
   ------------------------------------------------------------ */
.obltech-testi { background: var(--obltech-testi-bg) !important; background-image: none !important; padding: 80px 24px; }
.obltech-testi .obltech-tag { color: var(--obltech-teal); }
.obltech-testi .obltech-title { color: var(--obltech-heading-dark); }
.obltech-testi .obltech-hl { color: var(--obltech-teal); }
.obltech-testi .obltech-divider { background: var(--obltech-teal); margin-bottom: 0; }
.obltech-testi__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.obltech-testi-card {
  background: var(--obltech-testi-card-bg) !important;
  border: 1px solid var(--obltech-border-soft);
  border-radius: 12px; padding: 1.7rem;
  position: relative; overflow: visible !important;
  transition: box-shadow .2s;
}
.obltech-testi-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.09); }
.obltech-testi-card::before {
  content: "“" !important;
  font-size: 5rem !important; line-height: .6;
  color: #c4e8f2 !important;
  font-family: Georgia, serif !important;
  position: absolute !important; top: 18px !important; left: 18px !important;
  background: none !important; display: block !important;
}
.obltech-testi-card__stars { color: #f59e0b; font-size: .8rem; letter-spacing: 2px; margin-bottom: .8rem; }
.obltech-testi-card__text {
  font-size: .88rem !important; color: var(--obltech-muted);
  line-height: 1.8; font-style: italic !important;
  font-family: var(--obltech-font-body);
}
.obltech-testi-card__author {
  display: flex; align-items: center; gap: 11px;
  margin-top: 1.1rem; padding-top: 1.1rem;
  border-top: 1px solid var(--obltech-border-soft);
}
.obltech-testi-card__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--obltech-teal); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--obltech-font-head);
  font-weight: 800; font-size: .87rem; flex-shrink: 0;
}
.obltech-testi-card__name {
  font-family: var(--obltech-font-head);
  font-size: .86rem; font-weight: 700;
  color: var(--obltech-heading-dark);
}
.obltech-testi-card__role { font-size: .73rem; color: #8a95a3; font-family: var(--obltech-font-body); }

/* ------------------------------------------------------------
   14. FAQ  (accordion — state class: obltech-open, set by JS)
   ------------------------------------------------------------ */
.obltech-faq { background: var(--obltech-bg-light) !important; background-color: var(--obltech-bg-light) !important; background-image: none !important; padding: 80px 24px; }
.obltech-faq::before, .obltech-faq::after { content: none !important; background: none !important; }
.obltech-faq .obltech-tag,
.obltech-faq .obltech-hl{color: var(--obltech-teal);}
.obltech-faq .obltech-divider { margin-bottom: 0; }
.obltech-faq__cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.1rem; max-width: 1000px; margin: 0 auto;
}
.obltech-faq__col { display: flex; flex-direction: column; gap: 1.1rem; }
.obltech-faq__item {
  background: #fff !important; background-image: none !important;
  border: 1px solid var(--obltech-border);
  border-radius: 10px !important;
  padding: 1.3rem 1.5rem;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}
.obltech-faq__item:hover { border-color: var(--obltech-purple); }
.obltech-faq__item.obltech-open {
  border-color: var(--obltech-purple) !important;
  box-shadow: var(--obltech-open-shadow) !important;
}
.obltech-faq__q {
  font-family: var(--obltech-font-head);
  font-size: .86rem !important; font-weight: 700 !important;
  color: var(--obltech-navy);
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  background: none !important; padding: 0 !important; border: none !important;
}
/* Answer: closed by default; JS animates height. No !important on
   height/display so the JS inline styles always win cleanly. */
.obltech-faq__a {
  font-family: var(--obltech-font-body);
  font-size: 15px !important; font-weight: 600 !important;
  color: var(--obltech-muted); line-height: 1.7;
  display: block; height: 0; overflow: hidden; margin-top: 0;
}

/* FAQ chevron — pure CSS, drawn on the <i> tag (kills FontAwesome glyph) */
.obltech-faq__q i {
  font-family: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 26px !important; height: 26px !important; min-width: 26px !important;
  border-radius: 50% !important;
  background: var(--obltech-purple-light) !important;
  border: 1.5px solid var(--obltech-purple-mid) !important;
  flex-shrink: 0 !important;
  margin: 0 !important; padding: 0 !important;
  position: relative !important; overflow: visible !important;
  pointer-events: none !important;
  transition: background .2s ease, border-color .2s ease !important;
}
.obltech-faq__q i::after {
  content: "" !important;
  display: block !important;
  width: 7px !important; height: 7px !important;
  border-right: 2px solid var(--obltech-purple) !important;
  border-bottom: 2px solid var(--obltech-purple) !important;
  transform: rotate(45deg) translateY(-2px) !important;
  transition: transform .22s ease !important;
  background: none !important; border-radius: 0 !important;
}
.obltech-faq__q i::before { content: none !important; display: none !important; }
.obltech-faq__item.obltech-open .obltech-faq__q i {
  background: var(--obltech-purple) !important;
  border-color: var(--obltech-purple) !important;
}
.obltech-faq__item.obltech-open .obltech-faq__q i::after {
  border-right-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  transform: rotate(225deg) translateY(2px) !important;
}

/* ------------------------------------------------------------
   15. CTA BANNER
   ------------------------------------------------------------ */
.obltech-cta {
  background-color: var(--obltech-cta-grad-b) !important;
  background-image: linear-gradient(135deg, var(--obltech-cta-grad-a) 0%, var(--obltech-cta-grad-b) 100%) !important;
  padding: 80px 24px !important;
  text-align: center;
}
.obltech-cta::before, .obltech-cta::after { content: none !important; background: none !important; }
.obltech-cta__container { max-width: 900px; text-align: center; }
.obltech-cta__title {
  font-family: var(--obltech-font-head);
  font-size: 43px !important; font-weight: 800 !important;
  color: #ffffff; letter-spacing: -.5px !important;
  margin-bottom: 1rem !important; line-height: 1.25 !important;
  text-align: center;
}
.obltech-cta .obltech-hl { color: var(--obltech-teal); }
.obltech-cta__sub {
  font-size: 17px !important; font-weight: 500 !important;
  color: rgba(255,255,255,0.85);
  max-width: 560px; margin: 0 auto 2.5rem;
  line-height: 1.75; font-family: var(--obltech-font-body);
  text-align: center; display: block;
}
.obltech-cta__btns {
  display: flex; gap: 1rem;
  justify-content: center; align-items: center;
  flex-wrap: wrap; margin-bottom: 0;
}
.obltech-cta__trust {
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12) !important;
}
.obltech-cta__trust-item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; color: rgba(255,255,255,.55);
  font-family: var(--obltech-font-body);
}
.obltech-cta__trust-item i { color: var(--obltech-teal); font-size: 14px; }

/* ------------------------------------------------------------
   16. RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .obltech-hero__inner   { grid-template-columns: 1fr; gap: 2rem; }
  .obltech-hero__title   { font-size: 38px; }
  .obltech-lp p.obltech-hero__desc { max-width: 100% !important; }
  .obltech-about__grid   { grid-template-columns: 1fr; }
  .obltech-services__grid{ grid-template-columns: 1fr 1fr; }
  .obltech-why__grid     { grid-template-columns: 1fr 1fr; }
  .obltech-steps__grid   { grid-template-columns: 1fr 1fr; }
  .obltech-steps__grid::before { display: none; }
  .obltech-results__grid { grid-template-columns: 1fr 1fr; }
  .obltech-pricing__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .obltech-testi__grid   { grid-template-columns: 1fr 1fr; }
  .obltech-faq__cols     { grid-template-columns: 1fr; }
  .obltech-why__cta      { padding: 2rem 1.5rem; }
}
@media (max-width: 768px) {
  .obltech-hero          { padding: 80px 24px 2.5rem; }
  .obltech-hero__title   { font-size: 38px; }
  .obltech-about         { padding: 60px 24px; }
  .obltech-services      { padding: 60px 24px; }
  .obltech-services__grid{ grid-template-columns: 1fr; }
  .obltech-why           { padding: 60px 16px !important; }
  .obltech-why__grid     { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .obltech-why-card      { padding: 1.3rem 1rem; }
  .obltech-why__cta      { flex-direction: column; text-align: center; }
  .obltech-why__cta .obltech-btn { width: 100%; text-align: center; }
  .obltech-steps         { padding: 60px 24px; }
  .obltech-steps__grid   { grid-template-columns: 1fr; }
  .obltech-pricing       { padding: 60px 16px; }
  .obltech-pricing .obltech-title { font-size: 28px !important; }
  .obltech-testi__grid   { grid-template-columns: 1fr; }
  .obltech-faq           { padding: 60px 16px; }
  .obltech-cta           { padding: 60px 24px !important; }
  .obltech-cta__title    { font-size: 30px !important; }
  .obltech-cta__btns     { flex-direction: column; align-items: center; }
  .obltech-cta__btns .obltech-btn { width: 100%; max-width: 360px; }
  .obltech-cta__trust    { gap: 1rem; }
  .obltech-trust__inner  { gap: 1rem; }
  .obltech-trust__pill   { padding: 6px 13px; font-size: .73rem; }
}
@media (max-width: 600px) {
  .obltech-hero          { padding: 60px 16px 2rem; }
  .obltech-hero__title   { font-size: 28px; line-height: 1.25; }
  .obltech-lp p.obltech-hero__desc { font-size: 15px; margin-bottom: 1.4rem !important; }
  .obltech-hero__pill    { font-size: 10px; margin-bottom: 1rem; }
  .obltech-hero__btns    { flex-direction: column; gap: 10px; margin-bottom: 2rem; }
  .obltech-hero__btns .obltech-btn { width: 100%; text-align: center; padding: 14px 16px !important; }
  .obltech-hero__stats   { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding-top: 1.2rem; }
  .obltech-hero__stat-num   { font-size: 1.3rem; }
  .obltech-hero__stat-label { font-size: 10px; }
  .obltech-result-card   { padding: 1.2rem; border-radius: 14px; }
  .obltech-result-card__big { font-size: 2.4rem; }
  .obltech-mini-grid     { gap: 10px; }
  .obltech-mini-card     { padding: .85rem .9rem; border-radius: 12px; }
  .obltech-mini-card__val{ font-size: 1.15rem; }
}
@media (max-width: 480px) {
  .obltech-hero__title   { font-size: 24px; }
  .obltech-lp p.obltech-hero__desc { font-size: 14px; }
  .obltech-why__grid     { grid-template-columns: 1fr; }
  .obltech-results__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   17. COMPONENT LIBRARY ADDITIONS (introduced by SEO Reseller
   page — shared, reusable on any page)
   ============================================================ */

/* ── Button modifiers ── */
.obltech-lp .obltech-btn--lg {
  padding: 20px 28px !important;
  font-size: 16px !important;
  letter-spacing: 0.4px !important;
}
.obltech-lp .obltech-btn--upper { text-transform: uppercase !important; letter-spacing: .5px !important; }
.obltech-lp .obltech-btn--gap   { margin-top: 2rem; }

/* Teal outline (a./button. qualified — must beat base border:none) */
.obltech-lp a.obltech-btn--teal-outline,
.obltech-lp button.obltech-btn--teal-outline,
.obltech-lp .obltech-btn--teal-outline {
  background: transparent !important;
  color: var(--obltech-teal) !important;
  border: 2px solid var(--obltech-teal) !important;
  font-weight: 800 !important;
}
.obltech-lp a.obltech-btn--teal-outline:hover,
.obltech-lp button.obltech-btn--teal-outline:hover,
.obltech-lp .obltech-btn--teal-outline:hover {
  background: var(--obltech-teal) !important;
  color: #ffffff !important;
}

/* ── Split hero with visual card (hero2) ── */
.obltech-hero2 {
  padding: 100px 24px 70px;
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.obltech-hero2::before {
  content: "" !important;
  position: absolute; top: 0; right: 0;
  width: 52%; height: 100%;
  background: linear-gradient(135deg, #f0fbfe 0%, #e4f5fa 100%) !important;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.obltech-hero2__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem; align-items: center;
  position: relative; z-index: 1;
}
.obltech-hero2__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--obltech-purple-light);
  border: 1px solid var(--obltech-purple);
  color: var(--obltech-purple);
  border-radius: 100px !important;
  padding: 5px 16px;
  font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 1.2rem;
}
.obltech-hero2__badge i { color: var(--obltech-purple); }
.obltech-hero2__title {
  font-family: var(--obltech-font-body);
  font-size: 48px !important; font-weight: 800 !important;
  line-height: 1.2 !important;
  color: var(--obltech-heading-dark);
  margin-bottom: .9rem !important;
}
.obltech-hero2__title .obltech-hl { color: var(--obltech-purple); }
.obltech-lp p.obltech-hero2__sub {   /* (0,2,1) — beats the p reset */
  font-size: 17px !important; font-weight: 600 !important;
  color: var(--obltech-text); line-height: 1.75;
  max-width: 520px;
  margin-bottom: 2rem !important;
}
.obltech-hero2__btns {
  display: flex; gap: 1rem;
  flex-wrap: nowrap; align-items: center;
  margin-bottom: 2.5rem;
}
.obltech-hero2__stats {
  display: flex; gap: 2rem; flex-wrap: wrap;
  padding-top: 1.4rem;
  border-top: 1px solid var(--obltech-border-soft) !important;
}
.obltech-hero2__stat h4 {
  font-family: var(--obltech-font-body);
  font-size: 32px !important; font-weight: 800 !important;
  color: var(--obltech-purple); line-height: 1 !important;
  margin: 0 !important;
}
.obltech-hero2__stat h4 em { color: var(--obltech-orange); font-style: normal !important; }
.obltech-lp p.obltech-hero2__stat-label {
  font-size: 14px !important; color: var(--obltech-muted);
  margin-top: 3px !important; margin-bottom: 0 !important;
}
.obltech-hero2__visual { position: relative; }

/* Earnings/overview card */
.obltech-calc {
  background: #ffffff !important;
  border-radius: var(--obltech-radius-card) !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.12) !important;
  border: 1px solid var(--obltech-border-soft) !important;
  overflow: hidden;
}
.obltech-calc__header {
  background: var(--obltech-heading-dark) !important;
  padding: 18px 22px;
  display: flex; align-items: center; gap: 10px;
}
.obltech-calc__header h3 {
  font-size: 16px !important; font-weight: 700 !important;
  color: #ffffff; margin: 0 !important;
  font-family: var(--obltech-font-body);
}
.obltech-calc__header i { color: var(--obltech-purple); font-size: 18px; }
.obltech-calc__body { padding: 22px; }
.obltech-calc__row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 16px; border-radius: 9px;
  background: var(--obltech-calc-row-bg) !important;
  border: 1px solid var(--obltech-border-soft) !important;
  margin-bottom: 10px;
}
.obltech-calc__row:last-of-type { margin-bottom: 0; }
.obltech-calc__label { font-size: 14px; font-weight: 600; color: var(--obltech-muted); }
.obltech-calc__val   { font-size: 20px; font-weight: 800; color: var(--obltech-heading-dark); }
.obltech-calc__val--teal   { color: var(--obltech-teal) !important; }
.obltech-calc__val--orange { color: var(--obltech-orange) !important; }
.obltech-calc__total {
  background: var(--obltech-purple-light) !important;
  border: 2px solid var(--obltech-purple) !important;
  border-radius: 10px !important;
  padding: 16px 18px; margin-top: 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.obltech-calc__total-label {
  font-size: 14px; font-weight: 700; color: var(--obltech-purple);
  text-transform: uppercase; letter-spacing: 0.5px;
}
.obltech-calc__total-val { font-size: 24px; font-weight: 800; color: var(--obltech-purple); }
.obltech-lp p.obltech-calc__note {
  font-size: 13px !important; color: var(--obltech-muted);
  margin-top: 12px !important; text-align: center;
}
.obltech-earn-badge {
  position: absolute; top: -18px; right: -14px;
  background: var(--obltech-orange) !important;
  color: #ffffff;
  border-radius: 10px !important;
  padding: 10px 16px; text-align: center;
  box-shadow: 0 6px 20px rgba(226,103,19,.35) !important;
  animation: obltechFloatY 3s ease-in-out infinite;
  z-index: 2;
}
.obltech-earn-badge strong { display: block; font-size: 20px; font-weight: 800; color: #fff; }
.obltech-earn-badge span   { font-size: 12px; font-weight: 600; color: #fff; }
@keyframes obltechFloatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* ── Benefits section (text+checklist left, cards right) ── */
.obltech-benefits { background: var(--obltech-bg-light) !important; background-image: none !important; padding: 80px 24px; }
.obltech-benefits__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.obltech-benefits .obltech-title { color: var(--obltech-heading-dark); }
.obltech-benefits .obltech-sub { max-width: none; margin: .8rem 0 0; color: var(--obltech-text); font-size: 17px !important; }
.obltech-lp h3.obltech-subhead {   /* (0,2,1) — beats heading margin reset */
  font-weight: 700 !important; font-size: 20px !important;
  margin: 1.4rem 0 .6rem !important;
  color: var(--obltech-heading-dark);
  font-family: var(--obltech-font-body);
}
.obltech-checklist--plain li {
  background: none !important; border: none !important; padding: 0 !important;
  font-size: 16px; line-height: 1.6; color: var(--obltech-text); font-weight: 600;
}
.obltech-checklist--plain li i { color: var(--obltech-purple); font-size: 14px; }
.obltech-benefits__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.obltech-benefit-card {
  background: #ffffff !important;
  border: 1px solid var(--obltech-border-soft) !important;
  border-radius: 12px !important; padding: 1.4rem;
  transition: all .25s; position: relative; overflow: hidden;
}
.obltech-benefit-card::before {
  content: "" !important; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--obltech-purple) !important;
  transform: scaleY(0); transform-origin: top; transition: transform .3s;
}
.obltech-benefit-card:hover { border-color: var(--obltech-purple) !important; box-shadow: 0 4px 16px rgba(18,150,181,.1); }
.obltech-benefit-card:hover::before { transform: scaleY(1); }
.obltech-benefit-card__icon {
  width: 42px; height: 42px; border-radius: 8px !important;
  background: var(--obltech-purple-light) !important; color: var(--obltech-purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; margin-bottom: .8rem;
}
.obltech-benefit-card__icon i { color: var(--obltech-purple); }
.obltech-benefit-card h4 {
  font-size: 17px !important; font-weight: 800 !important;
  color: var(--obltech-heading-dark); margin: 0 0 .8rem !important;
  font-family: var(--obltech-font-body);
}
.obltech-benefit-card p {
  font-size: 17px !important; color: var(--obltech-text);
  font-weight: 600 !important; line-height: 1.65; margin: 0;
}
.obltech-hr { border: none !important; height: 1px !important; background: var(--obltech-border-soft) !important; margin: 0 !important; }

/* ── Who is it for (4-up centered cards) ── */
.obltech-who { background: #ffffff !important; background-image: none !important; padding: 80px 24px; }
.obltech-who .obltech-title { color: var(--obltech-heading-dark); }
.obltech-who .obltech-sub { color: var(--obltech-text); }
.obltech-who__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; }
.obltech-who-card {
  background: var(--obltech-bg-light) !important;
  border: 1px solid var(--obltech-border-soft) !important;
  border-radius: 12px !important;
  padding: 1.8rem 1.4rem; text-align: center; transition: all .3s;
}
.obltech-who-card:hover {
  background: var(--obltech-purple-light) !important;
  border-color: var(--obltech-purple) !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.09);
}
.obltech-who-card__icon {
  width: 60px; height: 60px; border-radius: 50% !important;
  background: var(--obltech-purple-light) !important;
  border: 2px solid var(--obltech-purple-mid) !important;
  display: flex; align-items: center; justify-content: center;
  color: var(--obltech-purple); font-size: 22px;
  margin: 0 auto 1rem; transition: all .3s;
}
.obltech-who-card__icon i { color: var(--obltech-purple); transition: color .3s; }
.obltech-who-card:hover .obltech-who-card__icon {
  background: var(--obltech-purple) !important;
  border-color: var(--obltech-purple) !important;
}
.obltech-who-card:hover .obltech-who-card__icon i { color: #ffffff; }
.obltech-who-card h3 {
  font-size: 17px !important; font-weight: 800 !important;
  color: var(--obltech-heading-dark); margin: 0 0 .8rem !important;
  font-family: var(--obltech-font-body);
}
.obltech-who-card p {
  font-size: 17px !important; color: #45494D;
  font-weight: 600 !important; line-height: 1.65; margin: 0;
}

/* ── Vertical timeline ── */
.obltech-how { background: #f6f6f6 !important; background-image: none !important; padding: 80px 24px; }
.obltech-how .obltech-title { color: var(--obltech-heading-dark); }
.obltech-how .obltech-sub { color: var(--obltech-text); }
.obltech-timeline { display: flex; flex-direction: column; gap: 0; max-width: 820px; margin: 0 auto; }
.obltech-timeline__item {
  display: flex; gap: 2rem; align-items: flex-start;
  position: relative; padding-bottom: 2.5rem;
}
.obltech-timeline__item:last-child { padding-bottom: 0; }
.obltech-timeline__item::before {
  content: "" !important; position: absolute; left: 24px; top: 52px; bottom: 0;
  width: 2px; background: var(--obltech-purple-mid) !important;
}
.obltech-timeline__item:last-child::before { display: none !important; }
.obltech-timeline__num {
  width: 50px; height: 50px; border-radius: 50% !important;
  background: var(--obltech-purple) !important; color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800; flex-shrink: 0;
  position: relative; z-index: 1;
  box-shadow: 0 0 0 5px var(--obltech-purple-light) !important;
}
.obltech-timeline__content { flex: 1; padding-top: 8px; }
.obltech-timeline__content h3 {
  font-size: 20px !important; font-weight: 700 !important;
  color: var(--obltech-heading-dark); margin: 0 0 .4rem !important;
  font-family: var(--obltech-font-body);
}
.obltech-timeline__content p {
  font-size: 17px !important; color: var(--obltech-text);
  font-weight: 600 !important; line-height: 1.7; margin: 0;
}
.obltech-timeline__content p a { color: var(--obltech-purple); }
.obltech-timeline__tag {
  display: inline-block;
  background: var(--obltech-purple-light) !important; color: var(--obltech-purple);
  border-radius: 100px !important; padding: 3px 12px;
  font-size: 13px; font-weight: 700; margin-top: .5rem;
}

/* ── Profit table section (dark) ── */
.obltech-profit { background: var(--obltech-bg-dark) !important; background-image: none !important; padding: 80px 24px; }
.obltech-profit .obltech-sec-head { margin-bottom: 0; }
.obltech-profit .obltech-tag { color: #64d6f0; }
.obltech-profit .obltech-title { color: #ffffff; }
.obltech-profit .obltech-sub { color: #ffffff; font-size: 17px !important; }
.obltech-profit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; margin-top: 3rem; }
.obltech-ptable {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: var(--obltech-radius-card) !important;
  overflow: hidden;
}
.obltech-ptable__header {
  background: var(--obltech-purple) !important;
  padding: 14px 20px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 10px;
}
.obltech-ptable__header span {
  font-size: 13px; font-weight: 700; color: #ffffff;
  text-transform: uppercase; letter-spacing: .5px;
}
.obltech-ptable__row {
  padding: 14px 20px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  align-items: center; transition: background .2s;
}
.obltech-ptable__row:last-child { border-bottom: none !important; }
.obltech-ptable__row:hover { background: rgba(255,255,255,.05) !important; }
.obltech-ptable__row span { font-size: 14px; color: rgba(255,255,255,.8); }
.obltech-ptable__pkg    { font-weight: 700; color: #ffffff !important; }
.obltech-ptable__cost   { color: rgba(255,255,255,.5) !important; }
.obltech-ptable__sell   { color: #ffffff !important; font-weight: 600; }
.obltech-ptable__profit { color: #4ade80 !important; font-weight: 700; }
.obltech-profit__note {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: var(--obltech-radius-card) !important;
  padding: 2rem;
}
.obltech-profit__note h3 {
  font-size: 32px !important; font-weight: 800 !important;
  color: #ffffff; margin-bottom: 1rem !important;
  font-family: var(--obltech-font-body);
}
.obltech-profit__note > p { font-size: 17px !important; color: #ffffff; line-height: 1.75; margin-bottom: 1rem; }
.obltech-profit__bullets { display: flex; flex-direction: column; gap: 10px; margin-top: 1rem; }
.obltech-profit__bullets li { display: flex; gap: 10px; font-size: 17px; color: #ffffff; align-items: flex-start; }
.obltech-profit__bullets li i { color: var(--obltech-purple); margin-top: 3px; flex-shrink: 0; }
.obltech-profit__highlight {
  background: var(--obltech-purple) !important;
  border-radius: 10px !important;
  padding: 16px 20px; margin-top: 1.5rem; text-align: center;
}
.obltech-profit__highlight p { font-size: 14px !important; color: rgba(255,255,255,.8); margin: 0; }
.obltech-profit__highlight strong { font-size: 24px; font-weight: 800; color: #ffffff; display: block; margin-bottom: 2px; }

/* ── Flat stats band (accent bg, no inner card) ── */
.obltech-stats { background: var(--obltech-purple) !important; background-image: none !important; padding: 60px 24px; }
.obltech-stats .obltech-sec-head { margin-bottom: 0; }
.obltech-stats .obltech-tag { color: rgba(255,255,255,.65); }
.obltech-stats .obltech-title { color: #ffffff; }
.obltech-stats__grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: rgba(255,255,255,.2) !important;
  border-radius: 12px !important; overflow: hidden; margin-top: 2.4rem;
}
.obltech-stats__box { background: rgba(255,255,255,.08) !important; padding: 2rem 1.5rem; text-align: center; }
.obltech-stats__num {
  font-size: 32px; font-weight: 800; color: #ffffff; line-height: 1;
  font-family: var(--obltech-font-body);
}
.obltech-stats__label { font-size: 17px; color: #ffffff; margin-top: 5px; line-height: 1.5; }

/* ── Price-card extras (tagline + margin badge) ── */
.obltech-price-card__tagline { font-size: 14px; color: var(--obltech-muted); margin-bottom: 1.2rem; line-height: 1.5; }
.obltech-price-card__margin {
  display: inline-block;
  background: #fff3ec !important; color: var(--obltech-orange);
  border-radius: 100px !important;
  padding: 3px 12px; font-size: 13px; font-weight: 700;
  margin: .6rem 0 1rem;
}
.obltech-price-card__margin i { color: var(--obltech-orange); }

/* ── Centered text note under a grid ── */
.obltech-lp p.obltech-note-center {   /* (0,2,1) — beats the p reset */
  text-align: center;
  margin-top: 1.8rem !important;
  font-size: 17px !important; font-weight: 600 !important;
  color: #3A3F43;
  font-family: var(--obltech-font-body);
}
.obltech-lp p.obltech-note-center a { color: var(--obltech-purple); font-weight: 700; }

/* ── Responsive: new components ── */
@media (max-width: 1024px) {
  .obltech-hero2__inner  { grid-template-columns: 1fr; }
  .obltech-hero2::before { display: none !important; }
  .obltech-hero2__visual { display: none; }
  .obltech-hero2__title  { font-size: 36px !important; }
  .obltech-benefits__grid{ grid-template-columns: 1fr; gap: 2.5rem; }
  .obltech-who__grid     { grid-template-columns: 1fr 1fr; }
  .obltech-profit__grid  { grid-template-columns: 1fr; }
  .obltech-stats__grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .obltech-hero2__title  { font-size: 28px !important; }
  .obltech-hero2__stats  { gap: 1.2rem; }
  .obltech-hero2__btns   { flex-wrap: wrap; }
  .obltech-benefits__cards { grid-template-columns: 1fr; }
  .obltech-who__grid     { grid-template-columns: 1fr; }
  .obltech-timeline__item { gap: 1.2rem; }
  .obltech-timeline__content h3 { font-size: 18px !important; }
  .obltech-ptable__header, .obltech-ptable__row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .obltech-profit__note h3 { font-size: 24px !important; }
  .obltech-stats__grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .obltech-stats__grid   { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════
   █ FOUNDATION · UNIVERSAL PAGE LAYER
   █ Applies to every page whose sections carry an
   █ obltech-theme-* marker (pages 3-9 today; pages 1-2 use the
   █ obltech-lp system above until migrated).
   █ ONE reset + ONE font source + baseline typography for all
   █ current and future pages. Page sets below only carry their
   █ deltas and genuinely unique styles.
   ════════════════════════════════════════════════════════════ */
/* box-sizing for everything (incl. the NY testi id-scope merged here). The
   FONT override deliberately excludes icon elements (<i>, .fa-*, svg) and
   does not target ::before/::after directly: glyph icon fonts render via
   pseudo-elements and die when a body font is forced onto them. Normal
   pseudo text still inherits the body font from its parent element.

   NOTE (2026-07-14): the earlier typography baseline (h1-h6 color/sizes/
   margins, root color/line-height, p margin) was REMOVED after it overrode
   inherited white heading colors on dark hero sections across live pages.
   Headings/paragraphs are fully owned by each page set. A future-pages
   baseline may return as an opt-in class, never applied to existing pages. */
[class*="obltech-theme-"] *,[class*="obltech-theme-"] *::before,[class*="obltech-theme-"] *::after,
#obltech-ny-testi,#obltech-ny-testi *,#obltech-ny-testi *::before,#obltech-ny-testi *::after{box-sizing:border-box !important}
[class*="obltech-theme-"] *:not(i):not([class*="fa-"]):not(svg):not(path):not(circle):not(rect),
#obltech-ny-testi,#obltech-ny-testi *:not(i):not([class*="fa-"]):not(svg):not(path){font-family:var(--obltech-font-body) !important}


/* ════════════════════════════════════════════════════════════
   █ ICON FONT RESTORE — MUST REMAIN THE LAST RULES IN THIS FILE
   █ Per-page resets in this file force the body font with
   █ !important onto all elements (needed to beat WP theme
   █ styles) — which also kills glyph icon fonts (FontAwesome).
   █ These rules re-assert the icon families AFTER everything
   █ else; the html prefix lifts specificity above the resets.
   █ Inline <svg> icons (pages 6-9) are unaffected either way.
   ════════════════════════════════════════════════════════════ */
html i[class*="fa"],html [class*="fa-"],html i[class*="fa"]::before,html [class*="fa-"]::before,html i[class*="fa"]::after,html [class*="fa-"]::after{font-family:"Font Awesome 6 Free","Font Awesome 6 Pro","Font Awesome 5 Free",FontAwesome !important;font-weight:900 !important;font-style:normal !important}
html .fa-regular,html .far,html .fa-regular::before,html .far::before{font-weight:400 !important}
html .fa-brands,html .fab,html .fa-brands::before,html .fab::before{font-family:"Font Awesome 6 Brands","Font Awesome 5 Brands" !important;font-weight:400 !important}
html .fa-light,html .fal,html .fa-light::before,html .fal::before{font-weight:300 !important}
