/* ════════════════════════════════════════════════════════════
   █ PAGE 1 · HOMEPAGE V2 REDESIGN (obltech-oh-)
   █ Test slug: dummy-page · Theme: obltech-theme-home2
   █ Merged from 13 sub-documents / 20 style blocks. Coexists
   █ with the Page 31 dummy build served at /dummy-2/.
   ════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap');
body { margin:0; background:#ffffff; }
  /* ============================================================
     HERO SECTION - Best Digital Marketing Agency India
     Scoped with #obltech-oh-dmi-hero. Every rule uses so this
     survives being pasted into a WordPress theme that has its
     own competing mobile/global styles.
     ============================================================ */
  #obltech-oh-dmi-hero, #obltech-oh-dmi-hero *, #obltech-oh-dmi-hero *::before, #obltech-oh-dmi-hero *::after {
    box-sizing: border-box;
    font-family: 'Nunito Sans', -apple-system, Segoe UI, Roboto, sans-serif;
  }
  #obltech-oh-dmi-hero h1, #obltech-oh-dmi-hero h2, #obltech-oh-dmi-hero p, #obltech-oh-dmi-hero span, #obltech-oh-dmi-hero div, #obltech-oh-dmi-hero a, #obltech-oh-dmi-hero img {
    margin: 0; padding: 0; border: none;
    background: none; line-height: inherit;
  }
  #obltech-oh-dmi-hero {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 16px 100px;
    overflow: hidden;
    color: #0f1720;
    background-image: url('https://obeliskinfotech.com/wp-content/uploads/2026/07/home-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* soft blurred orbs */
  #obltech-oh-dmi-hero .obltech-oh-dmi-blob{
    position:absolute; display:block; border-radius:50%; filter:blur(80px); opacity:.6;
    pointer-events:none; z-index:1;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-blob.obltech-oh-b1{ width:360px; height:360px; background:#9fdcf1; top:-110px; left:-100px; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-blob.obltech-oh-b2{ width:400px; height:400px; background:#ffc79a; bottom:-140px; right:-110px; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-blob.obltech-oh-b3{ width:260px; height:260px; background:#d6c7ff; top:40%; right:38%; opacity:.45; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-wrap {
    margin: 0 auto; padding: 0 0px;
    display: grid; grid-template-columns: 1.15fr 1fr;
    gap: 60px; align-items: center;
    position: relative; z-index: 2;
  }
  /* LEFT COPY */
  #obltech-oh-dmi-hero .obltech-oh-dmi-left{ min-width:0; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-badge{
    display:inline-flex; align-items:center; gap:10px;
    background:#ffffff;
    border:1px solid #cfe9f4;
    color:#0F1720; font-weight:800; font-size:14px; letter-spacing:.2px;
    padding:8px 18px; border-radius:999px; margin-bottom:22px;
    box-shadow: 0 6px 18px -10px rgba(10,166,214,.35), 0 1px 0 rgba(255,255,255,.9) inset;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-badge .obltech-oh-dmi-ico{
    width:18px; height:18px; display:inline-flex; align-items:center; justify-content:center;
    color:#0F1720; flex-shrink:0;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-badge .obltech-oh-dmi-ico i{ width:100%; height:100%; display:block; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-eyebrow{
    display:block;
    color:#0F1720; font-weight:800; font-size:20px; margin-bottom:12px;
  }
  #obltech-oh-dmi-hero h1{
    display:block;
    font-size: 48px; line-height:1.12; font-weight:900;
    margin:0 0 24px; letter-spacing:-.5px; color:#0f1720;
  }
  #obltech-oh-dmi-hero h1 .obltech-oh-grad{
    background: linear-gradient(90deg,#0F1720 0%, #7a5cff 55%, #f26a1f 100%);
    -webkit-background-clip:text; background-clip:text; color:transparent;
    -webkit-text-fill-color:transparent;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-sub{
    display:block;
    font-size:20px; font-weight:800; color:#0f1720;
    margin:0 0 14px; line-height:1.4;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-desc{
    display:block;
    font-size:17px; font-weight:600; color:#4a5566; line-height:1.7; max-width:620px;
    margin:0 0 36px;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-desc a{ color:#0f1720; text-decoration:underline; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-ctas{
    display:flex; align-items:center; gap:22px; flex-wrap:nowrap; margin-top:32px;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-cta{
    position:relative; overflow:hidden;
    display:inline-flex; align-items:center; gap:10px;
    color:#fff; -webkit-text-fill-color:#fff;
    background: linear-gradient(90deg,#f26a1f 0%, #ff8a3d 100%);
    padding:14px 26px; border-radius:10px; font-weight:800;
    font-size:15px; line-height:1; letter-spacing:.2px;
    text-decoration:none; white-space:nowrap;
    border:0; cursor:pointer;
    box-shadow:0 12px 24px -10px rgba(242,106,31,.55), inset 0 1px 0 rgba(255,255,255,.35);
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-cta::after{
    content:""; position:absolute; top:0; left:-120%;
    width:60%; height:100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.45) 50%, transparent 100%);
    transform:skewX(-20deg);
    animation: dmiShine 2.8s infinite;
  }
  @keyframes dmiShine{
    0%{ left:-120%; } 60%{ left:130%; } 100%{ left:130%; }
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-cta:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 30px -12px rgba(242,106,31,.7), inset 0 1px 0 rgba(255,255,255,.35);
    filter:brightness(1.03);
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-rating{ display:flex; align-items:center; gap:10px; white-space:nowrap; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-stars{ display:inline-block; color:#ffb400; font-size:18px; letter-spacing:2px; line-height:1; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-rating small{ color:#425064; font-weight:700; font-size:13px; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-rating strong{ color:#0f1720; font-weight:900; }
  /* RIGHT AWARDS */
  #obltech-oh-dmi-hero .obltech-oh-dmi-right{ position:relative; min-width:0; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-right h2{
    display:block;
    font-size:32px; font-weight:900; margin:0 0 26px; text-align:center;
    background: linear-gradient(90deg,#f26a1f 0%, #0F1720 100%);
    -webkit-background-clip:text; background-clip:text; color:transparent;
    -webkit-text-fill-color:transparent;
    position:relative; z-index:3;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-awards{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:18px 24px;
    align-items:center;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-col{ display:flex; flex-direction:column; gap:18px; min-width:0; }
  #obltech-oh-dmi-hero .obltech-oh-dmi-award{
    display:flex; align-items:center; justify-content:center;
    background:#ffffff;
    border:1px solid rgba(15,23,32,.06); border-radius:16px;
    box-shadow:0 14px 30px -18px rgba(15,23,32,.35);
    height:76px;
    min-width:0; overflow:hidden;
    padding:10px 18px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-award:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 36px -18px rgba(10,166,214,.45);
    border-color:rgba(10,166,214,.35);
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-award img{
    height:46px; width:auto; max-width:100%;
    object-fit:contain; display:block;
    opacity:1; visibility:visible;
  }
  #obltech-oh-dmi-hero img{ max-width:100%; }
  #obltech-oh-dmi-hero a{ text-decoration:none; }
  /* center man illustration */
  #obltech-oh-dmi-hero .obltech-oh-dmi-man-wrap{
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    pointer-events:none; min-width:0;
    position:relative;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-man-wrap::before{
    content:"";
    position:absolute;
    width:130%; height:130%;
    max-width:260px; max-height:260px;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
    background: radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,.55) 55%, transparent 78%);
    border-radius:50%;
    z-index:0;
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-man{
    display:block;
    position:relative; z-index:1;
    height:340px; width:auto; max-width:100%;
    aspect-ratio:auto; /* safety net: ignore any wrong width/height HTML
      attributes on this tag and always derive ratio from the real image */
    animation: dmiFloat 5s ease-in-out infinite;
    filter: drop-shadow(0 20px 25px rgba(15,23,32,.18));
  }
  #obltech-oh-dmi-hero .obltech-oh-dmi-man-shadow{
    display:block;
    position:relative; z-index:1;
    width:160px; height:20px; border-radius:50%;
    background: radial-gradient(ellipse at center, rgba(15,23,32,.28), transparent 70%);
    margin-top:-6px;
    animation: dmiShadow 5s ease-in-out infinite;
  }
  @keyframes dmiFloat{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-14px); }
  }
  @keyframes dmiShadow{
    0%,100%{ transform:scale(1); opacity:.55; }
    50%{ transform:scale(.82); opacity:.35; }
  }
  /* ============================================================
     RESPONSIVE — every rule so it beats theme CSS
     ============================================================ */
  @media (max-width: 1280px){
    #obltech-oh-dmi-hero .obltech-oh-dmi-wrap{ gap:44px; }
  }
  @media (max-width: 1024px){
    #obltech-oh-dmi-hero{ padding: 0 16px 84px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-awards{ gap:14px 16px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man{ height:220px; }
    #obltech-oh-dmi-hero h1{ font-size:38px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-award{ height:64px; padding:8px 12px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-award img{ max-height:36px; max-width:110px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-right h2{ font-size:28px; }
  }
  @media (max-width: 860px){
    #obltech-oh-dmi-hero .obltech-oh-dmi-wrap{ grid-template-columns:1fr; gap:36px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-right h2{ font-size:26px; margin-bottom:20px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-awards{
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "man man" "colA colB";
      row-gap:16px;
    }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-wrap{ grid-area: man; margin-bottom:4px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-wrap::before{ max-width:260px; max-height:260px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-awards .obltech-oh-dmi-col:nth-of-type(1){ grid-area: colA; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-awards .obltech-oh-dmi-col:nth-of-type(2){ grid-area: colB; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man{ height:230px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-shadow{ width:140px; }
  }
  @media (max-width: 640px){
    #obltech-oh-dmi-hero{ padding: 0 16px 70px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-wrap{ padding:0 20px; }
    #obltech-oh-dmi-hero h1{ font-size:30px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-eyebrow{ font-size:17px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-sub{ font-size:16.5px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-desc{ font-size:15px; margin-bottom:28px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man{ height:190px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-wrap::before{ max-width:220px; max-height:220px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-shadow{ width:100px; height:14px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-award{ height:52px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-award img{ max-height:28px; max-width:88px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-right h2{ font-size:22px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-ctas{ flex-wrap:wrap; gap:14px; margin-top:24px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-cta{ padding:12px 20px; font-size:14px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-badge{ font-size:13px; }
  }
  @media (max-width: 420px){
    #obltech-oh-dmi-hero{ padding: 0 16px 56px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-wrap{ padding:0 16px; }
    #obltech-oh-dmi-hero h1{ font-size:25px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-badge{ font-size:12px; padding:6px 13px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man{ height:160px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-wrap::before{ max-width:190px; max-height:190px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-man-shadow{ width:88px; height:12px; margin-top:-3px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-awards{ gap:10px 10px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-award{ height:46px; border-radius:12px; padding:6px 10px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-award img{ max-height:24px; max-width:76px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-right h2{ font-size:20px; margin-bottom:16px; }
    #obltech-oh-dmi-hero .obltech-oh-dmi-ctas{ gap:12px; }
  }


  /* ---- Partnerships section (scoped) ---- */
  #obltech-oh-opr-partners, #obltech-oh-opr-partners * { box-sizing: border-box; font-family: 'Nunito Sans', sans-serif; }

  #obltech-oh-opr-partners {
    background: linear-gradient(180deg, #eaf6f5 0%, #f4fbfa 100%);
    padding: 90px 20px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #obltech-oh-opr-partners .obltech-oh-opr-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #obltech-oh-opr-partners h2.obltech-oh-opr-title,
  #obltech-oh-opr-partners .obltech-oh-opr-title { margin: 0 0 20px; }
  #obltech-oh-opr-partners .obltech-oh-opr-title .obltech-oh-opr-accent {
    background: linear-gradient(90deg, #0aa6d6 0%, #3a6df0 35%, #8a4ff0 65%, #ff6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
  }

  #obltech-oh-opr-partners p.obltech-oh-opr-desc,
  #obltech-oh-opr-partners .obltech-oh-opr-desc {
    font-size: 17px;
    font-weight: 600;
    color: #4a5566;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 52px;
  }

  /* Logo grid - 6 columns for a clean 6x6 layout */
  #obltech-oh-opr-partners .obltech-oh-opr-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
  }

  #obltech-oh-opr-partners .obltech-oh-opr-logo {
    width: 100%;
    min-width: 0;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    background: #ffffff;
    border: 1px solid rgba(19, 145, 183, 0.14);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  #obltech-oh-opr-partners .obltech-oh-opr-logo img {
    max-width: 130px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 1;
    visibility: visible;
    filter: none;
  }
  #obltech-oh-opr-partners .obltech-oh-opr-logo:hover {
    transform: translateY(-4px);
    border-color: rgba(19, 145, 183, 0.32);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.10);
  }

  /* Dark tile for white/transparent logos */
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-dark,
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-soft-dark {
    background: linear-gradient(135deg, #172033 0%, #26364f 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.14);
  }
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-soft-dark {
    background: linear-gradient(135deg, #1f2a37 0%, #334155 100%);
  }
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-soft-dark img {
    filter: contrast(1.15) saturate(1.08) brightness(1.05);
  }
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-dark:hover,
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-soft-dark:hover {
    border-color: rgba(19, 145, 183, 0.55);
  }
  /* Vikrant logo fix - force pure white tile so the navy logo stays visible */
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-vikrant,
  #obltech-oh-opr-partners .obltech-oh-opr-grid > .obltech-oh-opr-logo:first-child,
  #obltech-oh-opr-partners .obltech-oh-opr-logo:has(img[src*="Logo-13.obltech-oh-avif"]) {
    background: #ffffff;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid rgba(19, 145, 183, 0.18);
    box-shadow: 0 8px 22px rgba(15, 23, 32, 0.07);
    isolation: isolate;
  }
  #obltech-oh-opr-partners .obltech-oh-opr-logo.obltech-oh-opr-vikrant img,
  #obltech-oh-opr-partners .obltech-oh-opr-grid > .obltech-oh-opr-logo:first-child img,
  #obltech-oh-opr-partners .obltech-oh-opr-logo:has(img[src*="Logo-13.obltech-oh-avif"]) img {
    background: transparent;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    #obltech-oh-opr-partners .obltech-oh-opr-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }
  @media (max-width: 768px) {
    #obltech-oh-opr-partners { padding: 60px 16px; }
    #obltech-oh-opr-partners .obltech-oh-opr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    #obltech-oh-opr-partners .obltech-oh-opr-logo { min-height: 90px; padding: 14px 10px; }
    #obltech-oh-opr-partners .obltech-oh-opr-logo img { max-width: 105px; max-height: 46px; }
  }
  @media (max-width: 430px) {
    #obltech-oh-opr-partners .obltech-oh-opr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  }


  #obltech-oh-ocs { position: relative; padding: 90px 20px 70px; background: linear-gradient(135deg,#f5fbff 0%,#eef4ff 55%,#fef6ef 100%); overflow: hidden; font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; width:100%; max-width:100vw; box-sizing:border-box; }
  #obltech-oh-ocs *, #obltech-oh-ocs *::before, #obltech-oh-ocs *::after { box-sizing: border-box; }
  #obltech-oh-ocs .obltech-oh-ocs-wrap { max-width: 1280px; margin: 0 auto; }
  #obltech-oh-ocs .obltech-oh-ocs-head { text-align:center; margin-bottom: 45px; }
  #obltech-oh-ocs .obltech-oh-ocs-h2 { margin:0 0 18px; }
  #obltech-oh-ocs .obltech-oh-ocs-h2 .obltech-oh-ocs-accent { background: linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:transparent; }
  #obltech-oh-ocs .obltech-oh-ocs-desc { font-size: 17px; font-weight:600; color:#4a5566; line-height:1.65; max-width: 900px; margin: 0 auto; }

  #obltech-oh-ocs .obltech-oh-ocs-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  #obltech-oh-ocs .obltech-oh-ocs-card { background:#fff; border-radius:16px; overflow:hidden; box-shadow: 0 8px 28px rgba(15,23,32,0.08); display:flex; flex-direction:column; transition: transform .25s ease, box-shadow .25s ease; border:1px solid rgba(15,23,32,0.05); }
  #obltech-oh-ocs .obltech-oh-ocs-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15,23,32,0.14); }
  #obltech-oh-ocs .obltech-oh-ocs-thumb { display:block; width:100%; aspect-ratio: 16/10; overflow:hidden; background:#eef2f7; }
  #obltech-oh-ocs .obltech-oh-ocs-thumb img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .5s ease; }
  #obltech-oh-ocs .obltech-oh-ocs-card:hover .obltech-oh-ocs-thumb img { transform: scale(1.05); }
  #obltech-oh-ocs .obltech-oh-ocs-title { background: linear-gradient(90deg,#ff8a1f 0%,#ff6a3d 100%); color:#ffffff; text-align:center; font-weight:800; font-size:15px; letter-spacing:.6px; text-transform:uppercase; padding:14px 16px; text-decoration:none; display:block; border:none; line-height:1.2; text-shadow: 0 1px 2px rgba(0,0,0,0.15); }
  #obltech-oh-ocs .obltech-oh-ocs-title:hover { background: linear-gradient(90deg,#ff6a3d 0%,#ff8a1f 100%); }
  #obltech-oh-ocs .obltech-oh-ocs-body { padding: 18px 22px 22px; display:flex; flex-direction:column; gap:10px; flex:1; }
  #obltech-oh-ocs .obltech-oh-ocs-stat { display:flex; align-items:flex-start; gap:10px; font-size:15px; color:#1f2a37; font-weight:700; line-height:1.4; }
  #obltech-oh-ocs .obltech-oh-ocs-stat .obltech-oh-ocs-ico { flex:0 0 20px; margin-top:1px; }
  #obltech-oh-ocs .obltech-oh-ocs-stat span.obltech-oh-ocs-hl { color:#0aa6d6; font-weight:800; }
  #obltech-oh-ocs .obltech-oh-ocs-cta-wrap { margin-top:14px; text-align:center; }
  #obltech-oh-ocs a.obltech-oh-ocs-btn { display:inline-block; background: linear-gradient(90deg,#ff8a1f 0%,#ff6a3d 100%); background-color:#ff8a1f; color:#fff; text-decoration:none; font-weight:800; font-size:14px; padding:11px 26px; border-radius:10px; border:none; line-height:1; box-shadow: 0 6px 16px rgba(255,106,61,0.35); transition: transform .2s ease, box-shadow .2s ease; outline:none; appearance:none; -webkit-appearance:none; }
  #obltech-oh-ocs a.obltech-oh-ocs-btn::after { content:none; }
  #obltech-oh-ocs a.obltech-oh-ocs-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(255,106,61,0.45); }

  #obltech-oh-ocs .obltech-oh-ocs-bottom-cta { margin-top: 50px; text-align:center; }
  #obltech-oh-ocs a.obltech-oh-ocs-btn-lg { display:inline-block; background: linear-gradient(90deg,#ff8a1f 0%,#ff6a3d 100%); background-color:#ff8a1f; color:#fff; text-decoration:none; font-weight:800; font-size:16px; padding:15px 30px; border-radius:10px; border:none; line-height:1; box-shadow: 0 10px 24px rgba(255,106,61,0.4); transition: transform .2s ease, box-shadow .2s ease; outline:none; appearance:none; -webkit-appearance:none; position:relative; overflow:hidden; }
  #obltech-oh-ocs a.obltech-oh-ocs-btn-lg::after { content:none; }
  #obltech-oh-ocs a.obltech-oh-ocs-btn-lg:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,106,61,0.5); }

  @media (max-width: 960px) {
    #obltech-oh-ocs .obltech-oh-ocs-grid { grid-template-columns: repeat(2, 1fr); gap:22px; }
  }
  @media (max-width: 620px) {
    #obltech-oh-ocs { padding: 70px 16px 50px; }
    #obltech-oh-ocs .obltech-oh-ocs-h2 { font-size: 32px; }
    #obltech-oh-ocs .obltech-oh-ocs-desc { font-size: 15px; }
    #obltech-oh-ocs .obltech-oh-ocs-grid { grid-template-columns: 1fr; gap:20px; }
  }


  /* ========== BASE / RESET ========== */
  #obltech-oh-obsp, #obltech-oh-obsp *, #obltech-oh-obsp *::before, #obltech-oh-obsp *::after { box-sizing: border-box; }
  #obltech-oh-obsp {
    position: relative;
    padding: 90px 20px 70px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    font-family: 'Nunito Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    overflow: hidden;
    isolation: isolate;
  }

  /* Decorative blobs */
  .obltech-oh-obsp-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
  .obltech-oh-obsp-blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.4; }
  .obltech-oh-obsp-blob-1 { width: 380px; height: 380px; background: #7dd3fc; top: -120px; left: -80px; }
  .obltech-oh-obsp-blob-2 { width: 340px; height: 340px; background: #bae6fd; bottom: -100px; right: -60px; }

  .obltech-oh-obsp-container { position: relative; z-index: 1; 240px; margin: 0 auto; }

  /* ========== HEADING ========== */
  .obltech-oh-obsp-head { text-align: center; max-width: 900px; margin: 0 auto 55px; }
  .obltech-oh-obsp-title { margin: 0 0 18px;
    text-align: center; }
  .obltech-oh-obsp-accent {
    background: linear-gradient(90deg, #0aa6d6 0%, #7a4bd6 50%, #ff6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .obltech-oh-obsp-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5566;
    font-weight: 600;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
  }
  .obltech-oh-obsp-inlink {
    color: #0aa6d6;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease;
  }
  .obltech-oh-obsp-inlink:hover { color: #f26a1f; }

  /* ========== GRID ========== */
  .obltech-oh-obsp-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 55px;
    align-items: stretch;
  }

  /* ========== CARD - uniform layout ========== */
  .obltech-oh-obsp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 22px 26px;
    text-align: center;
    border: 1px solid rgba(15, 23, 32, 0.06);
    box-shadow: 0 10px 30px -18px rgba(15, 23, 32, 0.18);
    transition: transform .35s ease, box-shadow .35s ease;
    overflow: hidden;
  }
  .obltech-oh-obsp-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--obsp-c1), var(--obsp-c2));
  }
  .obltech-oh-obsp-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px -20px rgba(15, 23, 32, 0.28); }

  /* Theme colors — unified light brand blue palette */
  .obltech-oh-obsp-card[data-theme="seo"],
  .obltech-oh-obsp-card[data-theme="ppc"],
  .obltech-oh-obsp-card[data-theme="smm"],
  .obltech-oh-obsp-card[data-theme="gmb"],
  .obltech-oh-obsp-card[data-theme="web"] {
    --obsp-c1: #38bdf8;
    --obsp-c2: #7dd3fc;
    --obsp-bg: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  }

  /* Featured card */
  .obltech-oh-obsp-featured {
    border: 2px solid transparent;
    background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(135deg, #38bdf8, #7dd3fc) border-box;
    box-shadow: 0 22px 45px -20px rgba(56, 189, 248, .45);
  }
  .obltech-oh-obsp-featured::before { height: 5px; }

  /* Badge — same slot on every card so heights match */
  .obltech-oh-obsp-badge {
    position: absolute;
    top: 14px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #38bdf8, #7dd3fc);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 14px -4px rgba(56,189,248,.45);
    white-space: nowrap;
  }

  /* Top block - grows to push button down */
  .obltech-oh-obsp-top { padding-top: 6px; flex: 1 1 auto; display:flex; flex-direction:column; justify-content:center; }

  /* Icon */
  .obltech-oh-obsp-icon {
    width: 62px; height: 62px;
    margin: 0 auto 14px;
    display: grid; place-items: center;
    border-radius: 16px;
    background: var(--obsp-bg);
    color: var(--obsp-c1);
    transition: transform .35s ease;
  }
  .obltech-oh-obsp-icon i { font-size:30px;  }
  .obltech-oh-obsp-card:hover .obltech-oh-obsp-icon { transform: rotate(-6deg) scale(1.08); }

  .obltech-oh-obsp-name {
    font-size: 22px;
    font-weight: 800;
    color: #0f1720;
    margin: 0 0 4px;
    line-height: 1.2;
  }
  .obltech-oh-obsp-tag {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 10px;
    font-weight: 600;
  }

  /* Price */
  .obltech-oh-obsp-price {
    display: flex; align-items: baseline; justify-content: center; gap: 4px;
    margin-bottom: 24px;
    color: var(--obsp-c1);
    min-height: 48px;
  }
  .obltech-oh-obsp-cur { font-size: 20px; font-weight: 800; }
  .obltech-oh-obsp-num { font-size: 44px; font-weight: 900; line-height: 1; letter-spacing: -1px; }
  .obltech-oh-obsp-per { font-size: 14px; font-weight: 600; color: #64748b; }

  /* Features — flex-grow so button sits at bottom */
  .obltech-oh-obsp-feats {
    list-style: none; padding: 16px 0 0; margin: 0 0 22px;
    text-align: left;
    border-top: 1px dashed #e2e8f0;
    flex: 1 1 auto;
  }
  .obltech-oh-obsp-feats li {
    font-size: 14px;
    color: #475569;
    font-weight: 600;
    padding: 7px 0 7px 26px;
    position: relative;
    line-height: 1.5;
  }
  .obltech-oh-obsp-feats li::before {
    content: '';
    position: absolute; left: 0; top: 10px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--obsp-bg);
    border: 2px solid var(--obsp-c1);
  }
  .obltech-oh-obsp-feats li::after {
    content: '';
    position: absolute; left: 5px; top: 14px;
    width: 6px; height: 3px;
    border-left: 2px solid var(--obsp-c1);
    border-bottom: 2px solid var(--obsp-c1);
    transform: rotate(-45deg);
  }

  /* Button — darker blue for text contrast
     Hardened with !important: the live theme applies a global anchor
     line-height/white-space reset that was collapsing wrapped button
     text onto itself (2-line labels rendering as overlapping text).
     These overrides force correct multi-line layout regardless of
     what the theme's own `a` styles try to impose. */
  .obltech-oh-obsp-btn {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 13px 16px !important;
    border-radius: 12px !important;
    background: linear-gradient(90deg, #0369a1, #0284c7) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow: visible !important;
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    text-align: center !important;
    vertical-align: baseline !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 10px 20px -10px rgba(3, 105, 161, .6);
    transition: transform .3s ease, box-shadow .3s ease;
    margin-top: auto;
  }
  .obltech-oh-obsp-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -10px rgba(3, 105, 161, .7); color: #fff; }

  /* ========== FOOTER CTA ========== */
  .obltech-oh-obsp-cta-row {
    display: flex; align-items: center; justify-content: center; gap: 18px;
    flex-wrap: wrap;
    padding: 20px 26px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    max-width: 620px; margin: 0 auto;
    border: 1px solid rgba(15,23,32,0.06);
    box-shadow: 0 10px 30px -18px rgba(15,23,32,0.15);
  }
  .obltech-oh-obsp-cta-text {
    font-size: 16px;
    font-weight: 700;
    color: #0f1720;
    margin: 0;
  }
  .obltech-oh-obsp-cta-btn {
    position: relative;
    display: inline-flex; align-items: center; gap: 9px;
    padding: 20px 30px;
    background: linear-gradient(90deg, #f26a1f 0%, #ff8a3d 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900 !important;
    letter-spacing: 0.2px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 10px 24px -10px rgba(242, 106, 31, .6);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .obltech-oh-obsp-cta-btn i { font-size:16px; font-weight: 900; }
  .obltech-oh-obsp-cta-btn::before {
    content: '';
    position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    animation: obsp-shine 2.6s infinite;
  }
  .obltech-oh-obsp-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(242, 106, 31, .7); color: #fff; }
  @keyframes obsp-shine { 0% { left: -100%; } 60%, 100% { left: 100%; } }

  /* ========== RESPONSIVE ========== */
  @media (max-width: 1100px) {
    .obltech-oh-obsp-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 720px) {
    #obltech-oh-obsp { padding: 60px 16px 50px; }
    .obltech-oh-obsp-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .obltech-oh-obsp-card { padding: 28px 18px 22px; }
    .obltech-oh-obsp-num { font-size: 36px; }
  }
  @media (max-width: 480px) {
    .obltech-oh-obsp-grid { grid-template-columns: 1fr; }
    .obltech-oh-obsp-cta-row { flex-direction: column; gap: 12px; border-radius: 20px; padding: 20px; }
  }


  #obltech-oh-oapart, #obltech-oh-oapart * { box-sizing: border-box; font-family: 'Nunito Sans', sans-serif; }

  #obltech-oh-oapart {
    background: linear-gradient(135deg, #eef2ff 0%, #fef3f2 50%, #fff7ed 100%);
    padding: 90px 20px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
  }
  html, body { overflow-x: hidden; }
  #obltech-oh-oapart::before,
  #obltech-oh-oapart::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .35;
    pointer-events: none;
    z-index: 0;
  }
  #obltech-oh-oapart::before {
    width: 340px; height: 340px;
    background: #7ee0e3;
    top: -80px; left: -80px;
  }
  #obltech-oh-oapart::after {
    width: 380px; height: 380px;
    background: #f5a3c7;
    bottom: -100px; right: -100px;
  }

  #obltech-oh-oapart .obltech-oh-oap-wrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  #obltech-oh-oapart .obltech-oh-oap-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  #obltech-oh-oapart .obltech-oh-oap-eyebrow .obltech-oh-oap-line {
    width: 42px; height: 2px;
    background: linear-gradient(90deg, transparent, #0aa6d6);
    border-radius: 2px;
  }
  #obltech-oh-oapart .obltech-oh-oap-eyebrow .obltech-oh-oap-line.obltech-oh-right {
    background: linear-gradient(90deg, #ff6a3d, transparent);
  }
  #obltech-oh-oapart .obltech-oh-oap-eyebrow .obltech-oh-oap-star {
    color: #0aa6d6;
    font-size: 14px;
  }
  #obltech-oh-oapart .obltech-oh-oap-eyebrow .obltech-oh-oap-kicker {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0aa6d6;
    margin: 0;
  }

  #obltech-oh-oapart h2.obltech-oh-oap-title,
  #obltech-oh-oapart .obltech-oh-oap-title { text-align: center;
    margin: 0 0 14px; }
  #obltech-oh-oapart .obltech-oh-oap-title .obltech-oh-oap-accent {
    background: linear-gradient(90deg, #0aa6d6 0%, #3a6df0 35%, #8a4ff0 65%, #ff6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  #obltech-oh-oapart .obltech-oh-oap-sub {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #0f1720;
    margin: 0 0 18px;
  }
  #obltech-oh-oapart p.obltech-oh-oap-desc,
  #obltech-oh-oapart .obltech-oh-oap-desc {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #4a5566;
    line-height: 1.7;
    max-width: 920px;
    margin: 0 auto 56px;
  }

  /* Cards grid */
  #obltech-oh-oapart .obltech-oh-oap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  #obltech-oh-oapart .obltech-oh-oap-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 32, 0.06);
    border-radius: 20px;
    padding: 32px 26px 28px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    overflow: hidden;
  }
  #obltech-oh-oapart .obltech-oh-oap-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--oap-bar, linear-gradient(90deg, #0aa6d6, #3a6df0));
  }
  #obltech-oh-oapart .obltech-oh-oap-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.10);
    border-color: rgba(10, 166, 214, 0.25);
  }

  #obltech-oh-oapart .obltech-oh-oap-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--oap-icon-bg, #eaf6fb);
    color: var(--oap-icon-fg, #0aa6d6);
    margin-bottom: 18px;
    transition: transform .3s ease;
  }
  #obltech-oh-oapart .obltech-oh-oap-card:hover .obltech-oh-oap-icon { transform: scale(1.08) rotate(-4deg); }
  #obltech-oh-oapart .obltech-oh-oap-icon i { font-size:28px;   }

  #obltech-oh-oapart h3.obltech-oh-oap-ctitle,
  #obltech-oh-oapart .obltech-oh-oap-ctitle {
    font-size: 20px;
    font-weight: 800;
    color: #0f1720;
    margin: 0 0 10px;
    line-height: 1.3;
  }
  #obltech-oh-oapart .obltech-oh-oap-ctext {
    font-size: 15px;
    font-weight: 500;
    color: #4a5566;
    line-height: 1.65;
    margin: 0;
  }

  /* Per-card color themes */
  #obltech-oh-oapart .obltech-oh-oap-card.obltech-oh-c1 { --oap-bar: linear-gradient(90deg,#0aa6d6,#3a6df0); --oap-icon-bg:#e6f4fb; --oap-icon-fg:#0aa6d6; }
  #obltech-oh-oapart .obltech-oh-oap-card.obltech-oh-c2 { --oap-bar: linear-gradient(90deg,#3a6df0,#8a4ff0); --oap-icon-bg:#ecefff; --oap-icon-fg:#3a6df0; }
  #obltech-oh-oapart .obltech-oh-oap-card.obltech-oh-c3 { --oap-bar: linear-gradient(90deg,#8a4ff0,#ff6a3d); --oap-icon-bg:#f3ecff; --oap-icon-fg:#8a4ff0; }
  #obltech-oh-oapart .obltech-oh-oap-card.obltech-oh-c4 { --oap-bar: linear-gradient(90deg,#12b886,#0aa6d6); --oap-icon-bg:#e6faf2; --oap-icon-fg:#12b886; }
  #obltech-oh-oapart .obltech-oh-oap-card.obltech-oh-c5 { --oap-bar: linear-gradient(90deg,#ff6a3d,#ff3d7f); --oap-icon-bg:#ffece4; --oap-icon-fg:#ff6a3d; }
  #obltech-oh-oapart .obltech-oh-oap-card.obltech-oh-c6 { --oap-bar: linear-gradient(90deg,#e6a800,#ff6a3d); --oap-icon-bg:#fff6d9; --oap-icon-fg:#c98a00; }

  /* Responsive */
  @media (max-width: 1024px) {
    #obltech-oh-oapart .obltech-oh-oap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 640px) {
    #obltech-oh-oapart { padding: 60px 16px; }
    #obltech-oh-oapart .obltech-oh-oap-grid { grid-template-columns: 1fr; gap: 18px; }
    #obltech-oh-oapart .obltech-oh-oap-card { padding: 26px 22px 24px; }
  }


body{margin:0;padding:0;}
#obltech-oh-vid-test,#obltech-oh-vid-test *,#obltech-oh-vid-test *::before,#obltech-oh-vid-test *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-vid-test h2,#obltech-oh-vid-test h3,#obltech-oh-vid-test p,#obltech-oh-vid-test a,#obltech-oh-vid-test span,#obltech-oh-vid-test div,#obltech-oh-vid-test ul,#obltech-oh-vid-test li{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none;list-style:none}

#obltech-oh-vid-test{background:linear-gradient(150deg,#f8fafc 0%,#eff6ff 50%,#fff7ed 100%);padding:100px 0;position:relative;overflow:hidden;display:block;width:100%}
#obltech-oh-vid-test::before{content:'';position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(29,78,216,.06),transparent 70%);top:-160px;right:-100px;pointer-events:none;filter:blur(65px);z-index:0}

#obltech-oh-vid-test .obltech-oh-st-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

/* header */
#obltech-oh-vid-test .obltech-oh-st-head{max-width:720px;margin:0 auto 54px;text-align:center;display:flex;flex-direction:column;align-items:center}
#obltech-oh-vid-test .obltech-oh-st-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(29,78,216,.24);border-radius:50px;padding:7px 17px;margin-bottom:18px;font-size:12.5px;font-weight:800;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;letter-spacing:.3px;box-shadow:0 4px 14px rgba(29,78,216,.10)}
#obltech-oh-vid-test .obltech-oh-st-h2{ margin-bottom:18px; }
#obltech-oh-vid-test .obltech-oh-st-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
#obltech-oh-vid-test .obltech-oh-st-sub{font-size:17px;font-weight:600;color:#334155;-webkit-text-fill-color:#334155;line-height:1.7}

/* marquee */
#obltech-oh-vid-test .obltech-oh-st-viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
#obltech-oh-vid-test .obltech-oh-st-track{display:flex;width:max-content;gap:26px;animation:st-scroll 46s linear infinite}
#obltech-oh-vid-test .obltech-oh-st-viewport:hover .obltech-oh-st-track{animation-play-state:paused}
@keyframes st-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

#obltech-oh-vid-test .obltech-oh-st-card{width:380px;flex:0 0 auto;background:#fff;border-radius:22px;overflow:hidden;border:1.5px solid rgba(15,23,42,.07);box-shadow:0 10px 28px rgba(15,23,42,.08);transition:transform .28s ease,box-shadow .28s ease;display:flex;flex-direction:column}
#obltech-oh-vid-test .obltech-oh-st-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(15,23,42,.14)}

/* video wrapper - responsive 16:9, click-to-play facade */
#obltech-oh-vid-test .obltech-oh-st-video{position:relative;width:100%;padding-top:56.25%;background:#0f172a;overflow:hidden;cursor:pointer}
#obltech-oh-vid-test .obltech-oh-st-video iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}
#obltech-oh-vid-test .obltech-oh-st-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .3s ease}
#obltech-oh-vid-test .obltech-oh-st-video:hover .obltech-oh-st-thumb{transform:scale(1.05);filter:brightness(.85)}
#obltech-oh-vid-test .obltech-oh-st-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.35) 100%);z-index:2}
#obltech-oh-vid-test .obltech-oh-st-play{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(0,0,0,.35);transition:transform .25s ease,background .25s ease}
#obltech-oh-vid-test .obltech-oh-st-video:hover .obltech-oh-st-play{transform:scale(1.1);background:#fff}
#obltech-oh-vid-test .obltech-oh-st-play i{font-size:22px;color:#0f172a;margin-left:3px}
#obltech-oh-vid-test .obltech-oh-st-video.obltech-oh-is-playing .obltech-oh-st-overlay,
#obltech-oh-vid-test .obltech-oh-st-video.obltech-oh-is-playing .obltech-oh-st-thumb{display:none}

/* body */
#obltech-oh-vid-test .obltech-oh-st-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
#obltech-oh-vid-test .obltech-oh-st-headline{font-size:17.5px;font-weight:800;color:#0f172a;-webkit-text-fill-color:#0f172a;margin-bottom:12px;display:block}
#obltech-oh-vid-test .obltech-oh-st-stats{display:flex;gap:10px;margin-bottom:16px}
#obltech-oh-vid-test .obltech-oh-st-stat{display:flex;flex-direction:column;background:#f0f9ff;border-radius:10px;padding:8px 14px;flex:1}
#obltech-oh-vid-test .obltech-oh-st-stat b{font-size:15px;font-weight:900;color:#0aa6d6;-webkit-text-fill-color:#0aa6d6;display:block}
#obltech-oh-vid-test .obltech-oh-st-stat span{font-size:11px;font-weight:700;color:#64748b;-webkit-text-fill-color:#64748b;display:block;text-transform:uppercase;letter-spacing:.3px}
#obltech-oh-vid-test .obltech-oh-st-quote{font-size:14.5px;font-weight:600;color:#475569;-webkit-text-fill-color:#475569;line-height:1.65;display:block;flex:1}

/* verified pill on video */
#obltech-oh-vid-test .obltech-oh-st-pill{position:absolute;top:12px;left:12px;background:rgba(15,23,42,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:800;color:#fff;-webkit-text-fill-color:#fff;z-index:3}

@media(max-width:768px){#obltech-oh-vid-test .obltech-oh-st-h2{font-size:32px}#obltech-oh-vid-test .obltech-oh-st-card{width:300px}}
@media(max-width:560px){#obltech-oh-vid-test{padding:64px 0}#obltech-oh-vid-test .obltech-oh-st-h2{font-size:24px}#obltech-oh-vid-test .obltech-oh-st-inner{padding:0 20px}#obltech-oh-vid-test .obltech-oh-st-card{width:270px}}


body{margin:0;padding:0;}
#obltech-oh-test-wall,#obltech-oh-test-wall *,#obltech-oh-test-wall *::before,#obltech-oh-test-wall *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-test-wall h2,#obltech-oh-test-wall p,#obltech-oh-test-wall span,#obltech-oh-test-wall div{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}
#obltech-oh-test-wall{background:#f7f9fc;padding:100px 0;position:relative;overflow:hidden;display:block;width:100%}
#obltech-oh-test-wall .obltech-oh-tw-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}
/* header - same style as vid-test H2 */
#obltech-oh-test-wall .obltech-oh-tw-head{max-width:720px;margin:0 auto 54px;text-align:center}
#obltech-oh-test-wall .obltech-oh-tw-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
/* marquee track */
#obltech-oh-test-wall .obltech-oh-tw-viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
#obltech-oh-test-wall .obltech-oh-tw-track{display:flex;gap:24px;width:max-content;animation:tw-scroll 34s linear infinite}
#obltech-oh-test-wall .obltech-oh-tw-viewport:hover .obltech-oh-tw-track{animation-play-state:paused}
@keyframes tw-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/* card */
#obltech-oh-test-wall .obltech-oh-tw-card{background:#fff;border-radius:20px;border:1.5px solid rgba(15,23,42,.07);box-shadow:0 10px 26px rgba(15,23,42,.07);padding:26px;width:400px;flex:0 0 auto;display:flex;flex-direction:column}
#obltech-oh-test-wall .obltech-oh-tw-quote-ic{width:38px;height:38px;border:1.5px solid #7a4bff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
#obltech-oh-test-wall .obltech-oh-tw-quote-ic i{font-size:18px;color:#7a4bff}
#obltech-oh-test-wall .obltech-oh-tw-text{font-size:14.5px;font-weight:600;color:#475569;-webkit-text-fill-color:#475569;line-height:1.7;display:block;margin-bottom:18px}
#obltech-oh-test-wall .obltech-oh-tw-stars{display:flex;gap:2px;margin-bottom:20px}
#obltech-oh-test-wall .obltech-oh-tw-stars i{font-size:15px;color:#f5a623}
#obltech-oh-test-wall .obltech-oh-tw-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #f1f5f9}
#obltech-oh-test-wall .obltech-oh-tw-av{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #fff;box-shadow:0 0 0 1.5px rgba(15,23,42,.08)}
#obltech-oh-test-wall .obltech-oh-tw-author-txt{display:flex;flex-direction:column;min-width:0}
#obltech-oh-test-wall .obltech-oh-tw-name{font-size:14.5px;font-weight:800;color:#0f172a;-webkit-text-fill-color:#0f172a;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#obltech-oh-test-wall .obltech-oh-tw-role{font-size:12.5px;font-weight:700;color:#0aa6d6;-webkit-text-fill-color:#0aa6d6;display:block}
@media(max-width:1024px){#obltech-oh-test-wall .obltech-oh-tw-h2{font-size:32px}#obltech-oh-test-wall .obltech-oh-tw-card{width:320px}}
@media(max-width:560px){#obltech-oh-test-wall{padding:64px 0}#obltech-oh-test-wall .obltech-oh-tw-h2{font-size:24px}#obltech-oh-test-wall .obltech-oh-tw-inner{padding:0 20px}#obltech-oh-test-wall .obltech-oh-tw-card{width:270px;padding:20px}}


  body{margin:0;padding:0;}
  #obltech-oh-owplay, #obltech-oh-owplay * { box-sizing: border-box; font-family: 'Nunito Sans', sans-serif; }
  #obltech-oh-owplay {
    background: linear-gradient(180deg, #ffffff 0%, #f2f9fc 55%, #eaf4f8 100%);
    padding: 90px 20px 40px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
  }
  #obltech-oh-owplay::before {
    content: "";
    position: absolute;
    top: -120px; right: -120px;
    width: 380px; height: 380px;
    background: #0aa6d6;
    opacity: .12;
    filter: blur(90px);
    border-radius: 50%;
    pointer-events: none;
  }
  #obltech-oh-owplay::after {
    content: "";
    position: absolute;
    bottom: -140px; left: -100px;
    width: 340px; height: 340px;
    background: #ff6a3d;
    opacity: .10;
    filter: blur(90px);
    border-radius: 50%;
    pointer-events: none;
  }
  #obltech-oh-owplay .obltech-oh-owp-wrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #obltech-oh-owplay h2.obltech-oh-owp-title,
  #obltech-oh-owplay .obltech-oh-owp-title { text-align: center;
    margin: 0 0 10px; }
  #obltech-oh-owplay .obltech-oh-owp-title .obltech-oh-owp-accent {
    background: linear-gradient(90deg, #0aa6d6 0%, #3a6df0 35%, #8a4ff0 65%, #ff6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  #obltech-oh-owplay p.obltech-oh-owp-desc,
  #obltech-oh-owplay .obltech-oh-owp-desc {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #4a5566;
    line-height: 1.7;
    max-width: 920px;
    margin: 0 auto 48px;
  }
  #obltech-oh-owplay .obltech-oh-owp-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    background: #ffffff;
    border: 1px solid rgba(15,23,32,0.06);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 20px 50px rgba(15,23,32,0.06);
  }
  #obltech-oh-owplay .obltech-oh-owp-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #obltech-oh-owplay .obltech-oh-owp-tab {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f2b3d 0%, #123a52 100%);
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .2px;
    box-shadow: 0 10px 24px rgba(15,43,61,.22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    position: relative;
  }
  #obltech-oh-owplay .obltech-oh-owp-tab .obltech-oh-owp-tnum {
    width: 26px; height: 26px;
    display: grid; place-items: center;
    border-radius: 8px;
    background: #0aa6d6;
    color: #ffffff;
    font-weight: 900;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(10,166,214,.35);
    flex: 0 0 auto;
    transition: background .2s ease, color .2s ease;
  }
  #obltech-oh-owplay .obltech-oh-owp-tab .obltech-oh-owp-tlabel { flex: 1; }
  #obltech-oh-owplay .obltech-oh-owp-tab:hover,
  #obltech-oh-owplay .obltech-oh-owp-tab.obltech-oh-is-active {
    background: #eaf6fd;
    border-color: #cfeaf7;
    color: #0f2b3d;
    transform: translateX(2px);
    box-shadow: 0 8px 18px rgba(80,197,249,.22);
  }
  #obltech-oh-owplay .obltech-oh-owp-tab:hover .obltech-oh-owp-tnum,
  #obltech-oh-owplay .obltech-oh-owp-tab.obltech-oh-is-active .obltech-oh-owp-tnum {
    background: #50C5F9;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(80,197,249,.4);
  }
  #obltech-oh-owplay .obltech-oh-owp-tab.obltech-oh-is-active::after {
    content: "";
    position: absolute;
    right: -14px; top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 14px; height: 14px;
    background: #eaf6fd;
    border-radius: 3px;
    display: block;
  }
  #obltech-oh-owplay .obltech-oh-owp-panels {
    padding: 8px 6px;
    min-width: 0;
  }
  #obltech-oh-owplay .obltech-oh-owp-panel { display: none; animation: owpFade .35s ease; }
  #obltech-oh-owplay .obltech-oh-owp-panel.obltech-oh-is-active { display: block; }
  @keyframes owpFade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  #obltech-oh-owplay .obltech-oh-owp-panel h3 {
    font-size: 22px;
    font-weight: 900;
    color: #0f1720;
    margin: 0 0 14px;
    line-height: 1.3;
  }
  #obltech-oh-owplay .obltech-oh-owp-panel p {
    font-size: 15px;
    font-weight: 500;
    color: #4a5566;
    line-height: 1.75;
    margin: 0 0 12px;
  }
  #obltech-oh-owplay .obltech-oh-owp-panel p a,
  #obltech-oh-owplay .obltech-oh-owp-panel a { color: #50C5F9; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
  #obltech-oh-owplay .obltech-oh-owp-panel a:hover { text-decoration: underline; color: #50C5F9; }
  #obltech-oh-owplay .obltech-oh-owp-panel .obltech-oh-owp-highlight { color: inherit; font-weight: inherit; }
  #obltech-oh-owplay .obltech-oh-owp-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 22px;
  }
  #obltech-oh-owplay .obltech-oh-owp-list li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
    color: #4a5566;
    line-height: 1.6;
  }
  #obltech-oh-owplay .obltech-oh-owp-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 6px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0aa6d6, #3a6df0);
    box-shadow: 0 2px 6px rgba(10,166,214,.35);
  }
  #obltech-oh-owplay .obltech-oh-owp-list li::after {
    content: "";
    position: absolute;
    left: 4px; top: 10px;
    width: 8px; height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  #obltech-oh-owplay .obltech-oh-owp-cta-row {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
  #obltech-oh-owplay .obltech-oh-owp-cta {
    position: relative; overflow: hidden;
    display: inline-flex; align-items: center; gap: 10px;
    color: #ffffff;
    background: linear-gradient(90deg,#f26a1f 0%, #ff8a3d 100%);
    padding: 14px 26px; border-radius: 10px; font-weight: 800;
    font-size: 15px; line-height: 1; letter-spacing: .2px;
    text-decoration: none; white-space: nowrap;
    border: 0; cursor: pointer;
    box-shadow: 0 12px 24px -10px rgba(242,106,31,.55), inset 0 1px 0 rgba(255,255,255,.35);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  }
  #obltech-oh-owplay .obltech-oh-owp-cta::after {
    content:""; position:absolute; top:0; left:-120%;
    width:60%; height:100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.45) 50%, transparent 100%);
    transform: skewX(-20deg);
    animation: owpShine 2.8s infinite;
  }
  @keyframes owpShine { 0%{left:-120%;} 60%{left:130%;} 100%{left:130%;} }
  #obltech-oh-owplay .obltech-oh-owp-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px -12px rgba(242,106,31,.7), inset 0 1px 0 rgba(255,255,255,.35);
    filter: brightness(1.03);
  }
  #obltech-oh-owplay .obltech-oh-owp-cta i { font-size:16px;  }
  @media (max-width: 900px) {
    #obltech-oh-owplay .obltech-oh-owp-shell {
      grid-template-columns: 1fr;
      padding: 20px;
      gap: 22px;
    }
    #obltech-oh-owplay .obltech-oh-owp-tabs {
      flex-direction: row;
      overflow-x: auto;
      gap: 8px;
      padding-bottom: 6px;
      scrollbar-width: thin;
    }
    #obltech-oh-owplay .obltech-oh-owp-tab { flex: 0 0 auto; padding: 12px 14px; }
    #obltech-oh-owplay .obltech-oh-owp-tab.obltech-oh-is-active::after { display: none; }
    #obltech-oh-owplay .obltech-oh-owp-list { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    #obltech-oh-owplay { padding: 60px 14px; }
    #obltech-oh-owplay .obltech-oh-owp-shell { border-radius: 18px; padding: 16px; }
    #obltech-oh-owplay .obltech-oh-owp-panel h3 { font-size: 20px; }
  }


body{margin:0;padding:0;}
#obltech-oh-ai-seo,#obltech-oh-ai-seo *,#obltech-oh-ai-seo *::before,#obltech-oh-ai-seo *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-ai-seo h2,#obltech-oh-ai-seo h3,#obltech-oh-ai-seo p,#obltech-oh-ai-seo span,#obltech-oh-ai-seo div,#obltech-oh-ai-seo a,#obltech-oh-ai-seo ul,#obltech-oh-ai-seo li{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none;list-style:none}

#obltech-oh-ai-seo{background:linear-gradient(150deg,#f4f8ff 0%,#eef3fb 55%,#f6f0ff 100%);padding:100px 0;position:relative;overflow:hidden}
/* subtle tech grid pattern */
#obltech-oh-ai-seo .obltech-oh-as-grid-bg{position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(15,23,42,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.05) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse 80% 90% at 50% 30%,#000 30%,transparent 85%);mask-image:radial-gradient(ellipse 80% 90% at 50% 30%,#000 30%,transparent 85%);pointer-events:none;z-index:0}
#obltech-oh-ai-seo::before{content:'';position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.14),transparent 70%);top:-180px;left:-120px;filter:blur(80px);pointer-events:none;z-index:0}
#obltech-oh-ai-seo::after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(167,139,250,.14),transparent 70%);bottom:-160px;right:-100px;filter:blur(80px);pointer-events:none;z-index:0}

#obltech-oh-ai-seo .obltech-oh-as-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

/* header */
#obltech-oh-ai-seo .obltech-oh-as-head{max-width:760px;margin:0 auto 54px;text-align:center;display:flex;flex-direction:column;align-items:center}
#obltech-oh-ai-seo .obltech-oh-as-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(29,78,216,.24);border-radius:50px;padding:7px 17px;margin-bottom:20px;font-size:12.5px;font-weight:800;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;letter-spacing:.4px;box-shadow:0 4px 14px rgba(29,78,216,.10)}
#obltech-oh-ai-seo .obltech-oh-as-eyebrow i{font-size:14px;flex-shrink:0}
#obltech-oh-ai-seo .obltech-oh-as-h2{ margin-bottom:18px; }
#obltech-oh-ai-seo .obltech-oh-as-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
#obltech-oh-ai-seo .obltech-oh-as-sub{font-size:16.5px;font-weight:600;color:#475569;-webkit-text-fill-color:#475569;line-height:1.75}

/* feature grid */
#obltech-oh-ai-seo .obltech-oh-as-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:52px}
#obltech-oh-ai-seo .obltech-oh-as-card{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:26px 22px;box-shadow:0 12px 30px rgba(15,23,42,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
#obltech-oh-ai-seo .obltech-oh-as-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(15,23,42,.13);border-color:rgba(10,166,214,.3)}
#obltech-oh-ai-seo .obltech-oh-as-card-ic{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
#obltech-oh-ai-seo .obltech-oh-as-card-ic i{font-size:22px;color:#fff}
#obltech-oh-ai-seo .obltech-oh-ic1{background:linear-gradient(135deg,#38bdf8,#0ea5e9)}
#obltech-oh-ai-seo .obltech-oh-ic2{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}
#obltech-oh-ai-seo .obltech-oh-ic3{background:linear-gradient(135deg,#fb923c,#f97316)}
#obltech-oh-ai-seo .obltech-oh-ic4{background:linear-gradient(135deg,#34d399,#10b981)}
#obltech-oh-ai-seo .obltech-oh-as-card-title{font-size:16px;font-weight:800;color:#0f1720;-webkit-text-fill-color:#0f1720;margin-bottom:8px;display:block}
#obltech-oh-ai-seo .obltech-oh-as-card-desc{font-size:13.5px;font-weight:600;color:#64748b;-webkit-text-fill-color:#64748b;line-height:1.6;display:block}

/* CTA band */
#obltech-oh-ai-seo .obltech-oh-as-cta-band{background:linear-gradient(120deg,#0f2a6b 0%,#1d4ed8 100%);border:none;border-radius:22px;padding:38px 44px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 20px 46px rgba(29,78,216,.22)}
#obltech-oh-ai-seo .obltech-oh-as-cta-txt{flex:1;min-width:0}
#obltech-oh-ai-seo .obltech-oh-as-cta-title{font-size:20px;font-weight:800;color:#fff;-webkit-text-fill-color:#fff;margin-bottom:6px;display:block}
#obltech-oh-ai-seo .obltech-oh-as-cta-desc{font-size:14.5px;font-weight:600;color:#dbe6ff;-webkit-text-fill-color:#dbe6ff;display:block}
#obltech-oh-ai-seo .obltech-oh-as-btn{display:inline-flex;align-items:center;gap:9px;background:#f97316;color:#fff;-webkit-text-fill-color:#fff;font-size:15px;font-weight:800;padding:16px 30px;border-radius:10px;white-space:nowrap;box-shadow:0 16px 34px rgba(249,115,22,.32);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;flex-shrink:0}
#obltech-oh-ai-seo .obltech-oh-as-btn:hover{background:#ea6a0d;transform:translateY(-3px);box-shadow:0 22px 44px rgba(249,115,22,.4)}
#obltech-oh-ai-seo .obltech-oh-as-btn i{font-size:16px;flex-shrink:0;transition:transform .25s ease}
#obltech-oh-ai-seo .obltech-oh-as-btn:hover i{transform:translateX(3px)}

@media(max-width:1024px){
  #obltech-oh-ai-seo .obltech-oh-as-h2{font-size:34px}
  #obltech-oh-ai-seo .obltech-oh-as-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  #obltech-oh-ai-seo .obltech-oh-as-cta-band{flex-direction:column;text-align:center;padding:32px 26px}
  #obltech-oh-ai-seo .obltech-oh-as-btn{width:100%;justify-content:center}
}
@media(max-width:560px){
  #obltech-oh-ai-seo{padding:64px 0}
  #obltech-oh-ai-seo .obltech-oh-as-inner{padding:0 20px}
  #obltech-oh-ai-seo .obltech-oh-as-h2{font-size:26px}
  #obltech-oh-ai-seo .obltech-oh-as-head{margin-bottom:36px}
  #obltech-oh-ai-seo .obltech-oh-as-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:36px}
  #obltech-oh-ai-seo .obltech-oh-as-card{padding:20px 16px}
  #obltech-oh-ai-seo .obltech-oh-as-card-title{font-size:14.5px}
  #obltech-oh-ai-seo .obltech-oh-as-card-desc{font-size:12.5px}
  #obltech-oh-ai-seo .obltech-oh-as-cta-title{font-size:18px}
}


/* ===== Obelisk Trusted Framework - light scoped styles ===== */
#obltech-oh-otf{
  position:relative;
  padding:90px 20px;
  background:#fbfcfe;
  font-family:'Nunito Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color:#0f1720;
  overflow:hidden;
  max-width:100vw;
  box-sizing:border-box;
}
#obltech-oh-otf *{box-sizing:border-box}
#obltech-oh-otf .obltech-oh-otf-wrap{
  max-width:1280px; margin:0 auto;
  display:grid; grid-template-columns:1fr 1.15fr; gap:60px; align-items:center;
}

/* Left column */
#obltech-oh-otf .obltech-oh-otf-h2{ margin:0 0 20px; }
#obltech-oh-otf .obltech-oh-otf-accent{
  display:inline-block;
  background:linear-gradient(90deg,#0aa6d6 0%,#7a4bd6 50%,#ff6a3d 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
#obltech-oh-otf .obltech-oh-otf-desc{
  font-size:17px; font-weight:600; line-height:1.7;
  color:#4a5566; margin:0 0 28px; max-width:520px;
}
#obltech-oh-otf .obltech-oh-otf-link{color:#0aa6d6; text-decoration:none; font-weight:700}
#obltech-oh-otf .obltech-oh-otf-link:hover{text-decoration:underline}

/* CTA button - project standard (WP-hardened) */
#obltech-oh-otf a.obltech-oh-otf-btn,
#obltech-oh-otf a.obltech-oh-otf-btn:link,
#obltech-oh-otf a.obltech-oh-otf-btn:visited,
#obltech-oh-otf a.obltech-oh-otf-btn:active,
#obltech-oh-otf a.obltech-oh-otf-btn:focus{
  display:inline-block;
  background:linear-gradient(90deg,#f26a1f 0%,#ff8a3d 100%);
  background-color:#f26a1f;
  background-image:linear-gradient(90deg,#f26a1f 0%,#ff8a3d 100%);
  color:#ffffff; text-decoration:none;
  padding:15px 30px; border-radius:10px;
  font-size:16px; font-weight:800; letter-spacing:.3px;
  line-height:1.2;
  border:none; outline:none;
  box-shadow:0 10px 24px rgba(242,106,31,.30);
  text-shadow:none;
  position:relative; overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
  -webkit-appearance:none; appearance:none;
  width:auto; min-width:0; max-width:none;
  margin:0;
}
#obltech-oh-otf a.obltech-oh-otf-btn:hover{transform:translateY(-2px); box-shadow:0 14px 30px rgba(242,106,31,.40); color:#fff}
#obltech-oh-otf a.obltech-oh-otf-btn::before{
  content:""; position:absolute; top:0; left:-120%; width:60%; height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  transform:skewX(-20deg); animation:otfShine 2.8s infinite; pointer-events:none;
}
#obltech-oh-otf a.obltech-oh-otf-btn::after{content:none; display:none}
@keyframes otfShine{0%{left:-120%}60%,100%{left:130%}}

/* Right column - light accordion cards */
#obltech-oh-otf .obltech-oh-otf-acc{display:flex; flex-direction:column; gap:12px}
#obltech-oh-otf .obltech-oh-otf-item{
  background:#ffffff;
  border:1px solid #eaeef4;
  border-radius:14px; overflow:hidden;
  box-shadow:0 2px 10px rgba(15,23,32,.04);
  transition:box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
#obltech-oh-otf .obltech-oh-otf-item:hover{
  border-color:#d6e6f2;
  box-shadow:0 8px 22px rgba(15,23,32,.07);
  transform:translateY(-1px);
}
#obltech-oh-otf .obltech-oh-otf-item.obltech-oh-otf-open{
  border-color:#bfe1ef;
  box-shadow:0 10px 24px rgba(10,166,214,.10);
}

#obltech-oh-otf button.obltech-oh-otf-head{
  width:100%; display:flex; align-items:center; gap:16px;
  padding:18px 22px;
  background:transparent; border:none; cursor:pointer;
  color:#0f1720; font-size:17px; font-weight:800;
  font-family:inherit; text-align:left; text-transform:none;
  letter-spacing:.1px; line-height:1.3;
}
#obltech-oh-otf .obltech-oh-otf-num{
  font-size:14px; font-weight:800;
  color:#0aa6d6; letter-spacing:.5px;
  min-width:28px;
}
#obltech-oh-otf .obltech-oh-otf-ttl{flex:1}
#obltech-oh-otf .obltech-oh-otf-ic{width:20px; height:20px; flex-shrink:0; color:#6b7688; transition:transform .3s ease, color .25s ease}
#obltech-oh-otf .obltech-oh-otf-item.obltech-oh-otf-open .obltech-oh-otf-ic{transform:rotate(180deg); color:#0aa6d6}
#obltech-oh-otf .obltech-oh-otf-item.obltech-oh-otf-open .obltech-oh-otf-num{color:#0f1720}

#obltech-oh-otf .obltech-oh-otf-body{
  max-height:0; overflow:hidden; transition:max-height .35s ease;
}
#obltech-oh-otf .obltech-oh-otf-item.obltech-oh-otf-open .obltech-oh-otf-body{max-height:260px}
#obltech-oh-otf .obltech-oh-otf-body p{
  margin:0; padding:0 22px 20px 66px;
  color:#4a5566; font-size:15px; font-weight:500; line-height:1.7;
}

/* Responsive */
@media (max-width:960px){
  #obltech-oh-otf{padding:60px 16px}
  #obltech-oh-otf .obltech-oh-otf-wrap{grid-template-columns:1fr; gap:36px}
  #obltech-oh-otf .obltech-oh-otf-h2{font-size:32px}
  #obltech-oh-otf .obltech-oh-otf-desc{font-size:16px; max-width:none}
  #obltech-oh-otf button.obltech-oh-otf-head{padding:16px 18px; font-size:16px}
  #obltech-oh-otf .obltech-oh-otf-body p{padding:0 18px 18px 58px}
}
@media (max-width:480px){
  #obltech-oh-otf .obltech-oh-otf-h2{font-size:28px}
  #obltech-oh-otf a.obltech-oh-otf-btn{width:100%; text-align:center}
}


body{margin:0;padding:0;}
#obltech-oh-ind-sec,#obltech-oh-ind-sec *,#obltech-oh-ind-sec *::before,#obltech-oh-ind-sec *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-ind-sec h2,#obltech-oh-ind-sec p,#obltech-oh-ind-sec span,#obltech-oh-ind-sec div,#obltech-oh-ind-sec a{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-ind-sec{background:linear-gradient(160deg,#f4f9ff 0%,#eef6fb 55%,#ffffff 100%);padding:100px 0 70px;position:relative;overflow:hidden}
#obltech-oh-ind-sec::before{content:'';position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(10,166,214,.10),transparent 70%);top:-160px;right:-120px;filter:blur(70px);pointer-events:none;z-index:0}
#obltech-oh-ind-sec::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(122,75,255,.08),transparent 70%);bottom:-160px;left:-120px;filter:blur(70px);pointer-events:none;z-index:0}
#obltech-oh-ind-sec .obltech-oh-is-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

#obltech-oh-ind-sec .obltech-oh-is-head{text-align:center;margin-bottom:52px;display:flex;flex-direction:column;align-items:center}
#obltech-oh-ind-sec .obltech-oh-is-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(29,78,216,.24);border-radius:50px;padding:7px 17px;margin-bottom:18px;font-size:12.5px;font-weight:800;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;letter-spacing:.3px;box-shadow:0 4px 14px rgba(29,78,216,.10)}
#obltech-oh-ind-sec .obltech-oh-is-h2{ text-align:center; }
#obltech-oh-ind-sec .obltech-oh-is-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}

#obltech-oh-ind-sec .obltech-oh-is-grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;grid-template-areas:"left center right";gap:28px;align-items:center}
#obltech-oh-ind-sec #obltech-oh-is-left{grid-area:left}
#obltech-oh-ind-sec .obltech-oh-is-center{grid-area:center}
#obltech-oh-ind-sec #obltech-oh-is-right{grid-area:right}

#obltech-oh-ind-sec .obltech-oh-is-col{display:flex;flex-direction:column;gap:14px}

#obltech-oh-ind-sec .obltech-oh-is-pill{display:flex;align-items:center;gap:14px;padding:15px 20px;border-radius:16px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 8px 20px rgba(15,23,42,.10);position:relative;overflow:hidden}
#obltech-oh-ind-sec .obltech-oh-is-pill:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 16px 32px rgba(15,23,42,.18)}
#obltech-oh-ind-sec .obltech-oh-is-pill.obltech-oh-dark{background:linear-gradient(135deg,#374151 0%,#4b5563 100%)}
#obltech-oh-ind-sec .obltech-oh-is-pill.obltech-oh-teal{background:linear-gradient(135deg,#0aa6d6 0%,#0d9db8 100%)}
#obltech-oh-ind-sec .obltech-oh-is-ic{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0}
#obltech-oh-ind-sec .obltech-oh-is-ic i{font-size:18px;color:#fff}
#obltech-oh-ind-sec .obltech-oh-is-pill span.obltech-oh-is-label{font-size:15px;font-weight:800;color:#fff;-webkit-text-fill-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}
#obltech-oh-ind-sec .obltech-oh-is-arrow{width:20px;height:20px;flex-shrink:0;color:rgba(255,255,255,.55);transition:transform .25s ease,color .25s ease}
#obltech-oh-ind-sec .obltech-oh-is-pill:hover .obltech-oh-is-arrow{transform:translateX(3px);color:#fff}

#obltech-oh-ind-sec .obltech-oh-is-center{display:flex;justify-content:center;align-items:center;padding:0 12px;position:relative}
#obltech-oh-ind-sec .obltech-oh-is-center-inner{position:relative;background:#fff;border-radius:24px;padding:14px;box-shadow:0 26px 60px rgba(15,23,42,.14);border:1px solid rgba(15,23,42,.05)}
#obltech-oh-ind-sec .obltech-oh-is-center-inner::before{content:'';position:absolute;inset:-1px;border-radius:24px;padding:2px;background:linear-gradient(135deg,#0aa6d6,#7a4bff,#ff6a3d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;pointer-events:none}
#obltech-oh-ind-sec .obltech-oh-is-center img{width:100%;max-width:400px;height:auto;display:block;border-radius:16px;position:relative;z-index:1}

#obltech-oh-ind-sec .obltech-oh-is-cta-wrap{text-align:center;margin-top:44px}
#obltech-oh-ind-sec .obltech-oh-is-cta{display:inline-flex;align-items:center;gap:9px;background:#f97316;color:#fff;-webkit-text-fill-color:#fff;font-size:15px;font-weight:800;padding:15px 30px;border-radius:10px;text-decoration:none;box-shadow:0 14px 30px rgba(249,115,22,.3);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
#obltech-oh-ind-sec .obltech-oh-is-cta:hover{background:#ea6a0d;transform:translateY(-3px);box-shadow:0 20px 40px rgba(249,115,22,.38)}
#obltech-oh-ind-sec .obltech-oh-is-cta i{font-size:16px;transition:transform .25s ease}
#obltech-oh-ind-sec .obltech-oh-is-cta:hover i{transform:translateX(3px)}

@media(max-width:1024px){
  #obltech-oh-ind-sec{padding:80px 0 56px}
  #obltech-oh-ind-sec .obltech-oh-is-h2{font-size:34px}
  #obltech-oh-ind-sec .obltech-oh-is-grid{grid-template-columns:1fr 1fr;grid-template-areas:"center center" "left right";gap:32px 20px}
  #obltech-oh-ind-sec .obltech-oh-is-center{margin-bottom:4px}
  #obltech-oh-ind-sec .obltech-oh-is-pill span.obltech-oh-is-label{font-size:14px}
}
@media(max-width:768px){
  #obltech-oh-ind-sec .obltech-oh-is-grid{grid-template-columns:1fr 1fr;gap:28px 14px}
  #obltech-oh-ind-sec .obltech-oh-is-pill{padding:13px 14px;gap:10px}
  #obltech-oh-ind-sec .obltech-oh-is-ic{width:32px;height:32px}
  #obltech-oh-ind-sec .obltech-oh-is-pill span.obltech-oh-is-label{font-size:12.5px;white-space:normal;line-height:1.25}
  #obltech-oh-ind-sec .obltech-oh-is-arrow{display:none}
  #obltech-oh-ind-sec .obltech-oh-is-center-inner{padding:10px}
  #obltech-oh-ind-sec .obltech-oh-is-center img{max-width:320px}
}
@media(max-width:600px){
  #obltech-oh-ind-sec{padding:64px 0 44px}
  #obltech-oh-ind-sec .obltech-oh-is-inner{padding:0 20px}
  #obltech-oh-ind-sec .obltech-oh-is-h2{font-size:26px}
  #obltech-oh-ind-sec .obltech-oh-is-head{margin-bottom:36px}
  #obltech-oh-ind-sec .obltech-oh-is-grid{grid-template-columns:1fr;grid-template-areas:"center" "left" "right";gap:28px}
  #obltech-oh-ind-sec .obltech-oh-is-pill{padding:13px 16px;border-radius:14px;gap:12px}
  #obltech-oh-ind-sec .obltech-oh-is-pill span.obltech-oh-is-label{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  #obltech-oh-ind-sec .obltech-oh-is-arrow{display:flex}
  #obltech-oh-ind-sec .obltech-oh-is-center img{max-width:300px}
  #obltech-oh-ind-sec .obltech-oh-is-cta{padding:13px 24px;font-size:14px}
}
@media(max-width:380px){
  #obltech-oh-ind-sec .obltech-oh-is-h2{font-size:22px}
  #obltech-oh-ind-sec .obltech-oh-is-eyebrow{font-size:11px;padding:6px 14px}
  #obltech-oh-ind-sec .obltech-oh-is-pill span.obltech-oh-is-label{font-size:13px}
  #obltech-oh-ind-sec .obltech-oh-is-center img{max-width:100%}
}


body{margin:0;padding:0;}
#obltech-oh-loc-sec,#obltech-oh-loc-sec *,#obltech-oh-loc-sec *::before,#obltech-oh-loc-sec *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-loc-sec h2,#obltech-oh-loc-sec p,#obltech-oh-loc-sec span,#obltech-oh-loc-sec div{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-loc-sec{background:#f1f0fb;padding:100px 0 64px;position:relative;overflow:hidden}
/* stylized world-map dot pattern backdrop */
#obltech-oh-loc-sec .obltech-oh-loc-map-bg{position:absolute;inset:0;z-index:0;opacity:.5;background-image:radial-gradient(circle,#c7d2dc 1.6px,transparent 1.6px);background-size:22px 22px;-webkit-mask-image:radial-gradient(ellipse 65% 80% at 50% 35%,#000 40%,transparent 85%);mask-image:radial-gradient(ellipse 65% 80% at 50% 35%,#000 40%,transparent 85%)}

#obltech-oh-loc-sec .obltech-oh-loc-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

#obltech-oh-loc-sec .obltech-oh-loc-head{max-width:820px;margin:0 auto 52px;text-align:center}
#obltech-oh-loc-sec .obltech-oh-loc-h2{ margin-bottom:16px; }
#obltech-oh-loc-sec .obltech-oh-loc-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
#obltech-oh-loc-sec .obltech-oh-loc-sub{font-size:17px;font-weight:600;color:#475569;-webkit-text-fill-color:#475569;line-height:1.75}

/* marquee - pure CSS, no JS required */
#obltech-oh-loc-sec .obltech-oh-loc-viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
#obltech-oh-loc-sec .obltech-oh-loc-track{display:flex;width:max-content;animation:loc-scroll 30s linear infinite}
#obltech-oh-loc-sec .obltech-oh-loc-viewport:hover .obltech-oh-loc-track{animation-play-state:paused}
@keyframes loc-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
#obltech-oh-loc-sec .obltech-oh-loc-slide{flex:0 0 auto;width:260px;display:flex;justify-content:center}
#obltech-oh-loc-sec .obltech-oh-loc-card{display:flex;flex-direction:column;align-items:center;gap:18px;padding:0 16px}
#obltech-oh-loc-sec .obltech-oh-loc-ring{width:150px;height:150px;border-radius:50%;background:#fff;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.08);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
#obltech-oh-loc-sec .obltech-oh-loc-card:hover .obltech-oh-loc-ring{transform:translateY(-6px);box-shadow:0 18px 38px rgba(15,23,42,.14);border-color:#0aa6d6}
#obltech-oh-loc-sec .obltech-oh-loc-ring img{width:100%;height:100%;object-fit:cover;display:block}
#obltech-oh-loc-sec .obltech-oh-loc-name{font-size:19px;font-weight:800;font-style:italic;color:#0f1720;-webkit-text-fill-color:#0f1720;text-align:center}

/* cta */
#obltech-oh-loc-sec .obltech-oh-loc-cta-wrap{text-align:center;margin-top:44px}
#obltech-oh-loc-sec .obltech-oh-loc-cta{display:inline-flex;align-items:center;gap:9px;background:#f97316;color:#fff;-webkit-text-fill-color:#fff;font-size:15px;font-weight:800;padding:20px 30px;border-radius:10px;text-decoration:none;box-shadow:0 14px 30px rgba(249,115,22,.3);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
#obltech-oh-loc-sec .obltech-oh-loc-cta:hover{background:#ea6a0d;transform:translateY(-3px);box-shadow:0 20px 40px rgba(249,115,22,.38);text-decoration:none}
#obltech-oh-loc-sec .obltech-oh-loc-cta:visited{color:#fff;-webkit-text-fill-color:#fff}
#obltech-oh-loc-sec .obltech-oh-loc-cta i{font-size:16px;flex-shrink:0;transition:transform .25s ease}
#obltech-oh-loc-sec .obltech-oh-loc-cta:hover i{transform:translateX(3px)}

@media(max-width:1024px){
  #obltech-oh-loc-sec .obltech-oh-loc-h2{font-size:34px}
  #obltech-oh-loc-sec .obltech-oh-loc-slide{width:220px}
  #obltech-oh-loc-sec .obltech-oh-loc-ring{width:130px;height:130px}
}
@media(max-width:768px){
  #obltech-oh-loc-sec .obltech-oh-loc-slide{width:190px}
}
@media(max-width:560px){
  #obltech-oh-loc-sec{padding:64px 0}
  #obltech-oh-loc-sec .obltech-oh-loc-inner{padding:0 20px}
  #obltech-oh-loc-sec .obltech-oh-loc-h2{font-size:26px}
  #obltech-oh-loc-sec .obltech-oh-loc-sub{font-size:14.5px}
  #obltech-oh-loc-sec .obltech-oh-loc-slide{width:160px}
  #obltech-oh-loc-sec .obltech-oh-loc-ring{width:110px;height:110px}
  #obltech-oh-loc-sec .obltech-oh-loc-name{font-size:16px}
  #obltech-oh-loc-sec .obltech-oh-loc-cta{padding:13px 24px;font-size:14px}
  #obltech-oh-loc-sec .obltech-oh-loc-cta-wrap{margin-top:40px}
}


body{margin:0;padding:0;background:#eef1f5;}
#obltech-oh-media-feature,#obltech-oh-media-feature *,#obltech-oh-media-feature *::before,#obltech-oh-media-feature *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-media-feature h2,#obltech-oh-media-feature h3,#obltech-oh-media-feature p,#obltech-oh-media-feature a,#obltech-oh-media-feature span,#obltech-oh-media-feature div,#obltech-oh-media-feature blockquote{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-media-feature{background:#fdf7ef;padding:110px 0;position:relative;overflow:hidden}
#obltech-oh-media-feature::before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(122,75,255,.08),transparent 70%);bottom:-200px;left:-140px;filter:blur(70px);pointer-events:none;z-index:0}
#obltech-oh-media-feature::after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(10,166,214,.08),transparent 70%);top:-160px;right:-100px;filter:blur(70px);pointer-events:none;z-index:0}

#obltech-oh-media-feature .obltech-oh-mf-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

/* header */
#obltech-oh-media-feature .obltech-oh-mf-head{text-align:center;max-width:640px;margin:0 auto 60px;display:flex;flex-direction:column;align-items:center}
#obltech-oh-media-feature .obltech-oh-mf-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(29,78,216,.24);border-radius:50px;padding:7px 17px;margin-bottom:18px;font-size:12.5px;font-weight:800;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;letter-spacing:.3px;box-shadow:0 4px 14px rgba(29,78,216,.10)}

/* body card */
#obltech-oh-media-feature .obltech-oh-mf-card{background:#fff;border-radius:28px;box-shadow:0 24px 60px rgba(15,23,42,.09);border:1px solid rgba(15,23,42,.05);overflow:hidden}
#obltech-oh-media-feature .obltech-oh-mf-body{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}

/* left */
#obltech-oh-media-feature .obltech-oh-mf-left{padding:60px 56px;display:flex;flex-direction:column;justify-content:center}
#obltech-oh-media-feature .obltech-oh-mf-logo-row{display:flex;align-items:center;gap:14px;margin-bottom:28px}
#obltech-oh-media-feature .obltech-oh-mf-logo{height:44px;width:auto;object-fit:contain}
#obltech-oh-media-feature .obltech-oh-mf-logo-divider{width:1px;height:32px;background:#e2e8f0}
#obltech-oh-media-feature .obltech-oh-mf-logo-cap{font-size:12.5px;font-weight:800;color:#94a3b8;-webkit-text-fill-color:#94a3b8;letter-spacing:.4px;text-transform:uppercase}

#obltech-oh-media-feature .obltech-oh-mf-title{font-size:30px;font-weight:900;color:#0f1720;-webkit-text-fill-color:#0f1720;line-height:1.28;letter-spacing:-.3px;margin-bottom:20px}
#obltech-oh-media-feature .obltech-oh-mf-desc{font-size:16.5px;font-weight:600;color:#475569;-webkit-text-fill-color:#475569;line-height:1.8;margin-bottom:28px}

#obltech-oh-media-feature .obltech-oh-mf-link{display:inline-flex;align-items:center;gap:9px;background:#1d4ed8;color:#fff;-webkit-text-fill-color:#fff;font-size:15px;font-weight:800;padding:14px 26px;border-radius:10px;width:fit-content;box-shadow:0 12px 28px rgba(29,78,216,.28);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;margin-bottom:30px}
#obltech-oh-media-feature .obltech-oh-mf-link:hover{background:#1739a8;transform:translateY(-3px);box-shadow:0 18px 36px rgba(29,78,216,.36)}
#obltech-oh-media-feature .obltech-oh-mf-link i{font-size:16px;flex-shrink:0;transition:transform .25s ease}
#obltech-oh-media-feature .obltech-oh-mf-link:hover i{transform:translateX(3px)}

#obltech-oh-media-feature .obltech-oh-mf-quote{display:flex;gap:14px;background:#f8fafc;border-radius:16px;padding:20px 22px;border:1px solid #eef2f7}
#obltech-oh-media-feature .obltech-oh-mf-quote-ic{flex-shrink:0;width:30px;height:30px;border-radius:8px;background:#1d4ed8;display:flex;align-items:center;justify-content:center}
#obltech-oh-media-feature .obltech-oh-mf-quote-ic i{font-size:15px;color:#fff}
#obltech-oh-media-feature .obltech-oh-mf-quote p{font-size:14.5px;font-weight:600;font-style:italic;color:#64748b;-webkit-text-fill-color:#64748b;line-height:1.7}

/* right */
#obltech-oh-media-feature .obltech-oh-mf-right{position:relative;background:linear-gradient(160deg,#0f2a6b 0%,#1d4ed8 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 44px;overflow:hidden}
#obltech-oh-media-feature .obltech-oh-mf-right::before{content:'';position:absolute;width:280px;height:280px;border-radius:50%;border:1.5px dashed rgba(255,255,255,.16);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
#obltech-oh-media-feature .obltech-oh-mf-img-wrap{position:relative;max-width:320px;width:100%;border-radius:14px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.45);transition:transform .35s ease;z-index:2}
#obltech-oh-media-feature .obltech-oh-mf-img-wrap:hover{transform:scale(1.04)}
#obltech-oh-media-feature .obltech-oh-mf-img-wrap img{width:100%;height:auto;display:block}
#obltech-oh-media-feature .obltech-oh-mf-badge{position:relative;background:#fff;border-radius:50px;padding:10px 18px;box-shadow:0 12px 30px rgba(0,0,0,.2);display:flex;align-items:center;gap:8px;z-index:3;margin-bottom:22px}
#obltech-oh-media-feature .obltech-oh-mf-badge i{font-size:16px;color:#f5a623;flex-shrink:0}
#obltech-oh-media-feature .obltech-oh-mf-badge span{font-size:12px;font-weight:800;color:#0f1720;-webkit-text-fill-color:#0f1720;white-space:nowrap}

@media(max-width:1024px){
  #obltech-oh-media-feature .obltech-oh-mf-h2{font-size:34px}
  #obltech-oh-media-feature .obltech-oh-mf-left{padding:48px 40px}
  #obltech-oh-media-feature .obltech-oh-mf-title{font-size:25px}
}
@media(max-width:900px){
  #obltech-oh-media-feature .obltech-oh-mf-body{grid-template-columns:1fr}
  #obltech-oh-media-feature .obltech-oh-mf-right{order:-1;padding:48px 32px}
  #obltech-oh-media-feature .obltech-oh-mf-left{padding:44px 36px}
}
@media(max-width:560px){
  #obltech-oh-media-feature{padding:64px 0}
  #obltech-oh-media-feature .obltech-oh-mf-inner{padding:0 18px}
  #obltech-oh-media-feature .obltech-oh-mf-h2{font-size:26px}
  #obltech-oh-media-feature .obltech-oh-mf-title{font-size:21px}
  #obltech-oh-media-feature .obltech-oh-mf-desc{font-size:15px}
  #obltech-oh-media-feature .obltech-oh-mf-left{padding:34px 24px}
  #obltech-oh-media-feature .obltech-oh-mf-right{padding:40px 24px}
  #obltech-oh-media-feature .obltech-oh-mf-logo{height:36px}
}


body{margin:0;padding:0;}


  /* ============ Plan Your SEO Budget - Scoped Styles ============ */
  #obltech-oh-obce, #obltech-oh-obce * { box-sizing: border-box; }
  #obltech-oh-obce {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #eaf6ff 0%, #f0ecff 55%, #e6f7f2 100%);
    padding: 90px 20px 90px;
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    width: 100%;
    display: block;
  }
  #obltech-oh-obce::before, #obltech-oh-obce::after {
    content: ""; position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; pointer-events: none;
  }
  #obltech-oh-obce::before { width: 380px; height: 380px; background: #b7dcff; top: -120px; left: -100px; }
  #obltech-oh-obce::after  { width: 340px; height: 340px; background: #d7c8ff; bottom: -120px; right: -80px; }
  #obltech-oh-obce .obltech-oh-obce-wrap { max-width: 1280px; margin: 0 auto; padding: 0 12px; position: relative; z-index: 1; }
  /* Heading (project standard) */
  #obltech-oh-obce .obltech-oh-obce-head { text-align: center; max-width: 920px; margin: 0 auto 55px; }
  #obltech-oh-obce .obltech-oh-obce-title { margin: 0 0 18px;
    text-align: center;
    display: block; }
  #obltech-oh-obce .obltech-oh-obce-accent {
    background: linear-gradient(90deg, #0aa6d6 0%, #7a4bd6 50%, #ff6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  #obltech-oh-obce .obltech-oh-obce-sub {
    font-size: 17px;
    font-weight: 600;
    color: #4a5566;
    line-height: 1.7;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  /* Grid */
  #obltech-oh-obce .obltech-oh-obce-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
  }
  /* Card */
  #obltech-oh-obce .obltech-oh-obce-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 45px -25px rgba(15,23,42,.25);
    border: 1px solid rgba(15,23,42,.06);
    min-width: 0;
  }
  #obltech-oh-obce .obltech-oh-obce-card-head { display: flex; align-items: center; gap: 14px; }
  #obltech-oh-obce .obltech-oh-obce-ico {
    width: 46px; height: 46px; border-radius: 12px;
    background: linear-gradient(135deg,#7dd3fc,#38bdf8);
    color: #fff; display: grid; place-items: center; flex-shrink: 0;
  }
  #obltech-oh-obce .obltech-oh-obce-ico i { font-size:24px;  }
  #obltech-oh-obce .obltech-oh-obce-card-title { font-size: 22px; font-weight: 800; color: #0f1720; margin: 0; display: block; }
  #obltech-oh-obce .obltech-oh-obce-card-note { font-size: 14px; font-weight: 600; color: #6b7280; margin: 4px 0 0; display: block; }
  #obltech-oh-obce .obltech-oh-obce-divider { height: 1px; background: rgba(15,23,42,.08); margin: 22px 0; }
  /* Tabs */
  #obltech-oh-obce .obltech-oh-obce-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
  #obltech-oh-obce .obltech-oh-obce-tab {
    background: #ffffff; background-image: none;
    border: 2px solid #bae6fd; border-radius: 12px;
    padding: 14px 8px; cursor: pointer; text-align: center;
    display: flex; flex-direction: column; gap: 4px;
    transition: all .25s ease; font-family: inherit;
    box-shadow: none; color: #0369a1;
    text-transform: none; letter-spacing: 0;
    min-height: auto; line-height: 1.2;
    width: 100%; margin: 0;
  }
  #obltech-oh-obce .obltech-oh-obce-tab .obltech-oh-obce-tab-name { font-size: 16px; font-weight: 800; color: #0369a1; display: block; }
  #obltech-oh-obce .obltech-oh-obce-tab .obltech-oh-obce-tab-meta { font-size: 13px; font-style: italic; font-weight: 600; color: #6b7280; display: block; }
  #obltech-oh-obce .obltech-oh-obce-tab:hover { transform: translateY(-2px); background: #f0f9ff; }
  #obltech-oh-obce .obltech-oh-obce-tab.obltech-oh-is-active {
    background: linear-gradient(135deg,#0284c7,#0369a1);
    background-image: linear-gradient(135deg,#0284c7,#0369a1);
    border-color: transparent;
    box-shadow: 0 12px 24px -12px rgba(3,105,161,.55);
  }
  #obltech-oh-obce .obltech-oh-obce-tab.obltech-oh-is-active .obltech-oh-obce-tab-name,
  #obltech-oh-obce .obltech-oh-obce-tab.obltech-oh-is-active .obltech-oh-obce-tab-meta { color: #ffffff; }
  /* Meters */
  #obltech-oh-obce .obltech-oh-obce-meters { margin-top: 28px; display: flex; flex-direction: column; gap: 18px; }
  #obltech-oh-obce .obltech-oh-obce-meter-label { font-size: 14px; font-weight: 700; color: #334155; margin-bottom: 8px; display: block; }
  #obltech-oh-obce .obltech-oh-obce-bar {
    position: relative; height: 12px; background: #f1f1ef; border-radius: 999px; overflow: hidden; width: 100%;
  }
  #obltech-oh-obce .obltech-oh-obce-bar > span {
    display: block; height: 100%;
    background: linear-gradient(90deg,#7dd3fc,#0284c7);
    border-radius: 999px; position: relative;
    transition: width .8s cubic-bezier(.2,.8,.2,1);
  }
  #obltech-oh-obce .obltech-oh-obce-bar b {
    position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
    color: #fff; font-size: 10px; font-weight: 800;
  }
  /* Steps */
  #obltech-oh-obce .obltech-oh-obce-steps-wrap { padding: 8px 4px; min-width: 0; }
  #obltech-oh-obce .obltech-oh-obce-steps-title {
    font-size: 26px; font-weight: 800;
    color: #0f1720; line-height: 1.3; margin: 0 0 26px; display: block;
  }
  #obltech-oh-obce .obltech-oh-obce-step { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
  #obltech-oh-obce .obltech-oh-obce-step-ico {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    display: grid; place-items: center; color: #fff;
  }
  #obltech-oh-obce .obltech-oh-obce-step-ico i { font-size:22px;  }
  #obltech-oh-obce .obltech-oh-obce-ico-a { background: linear-gradient(135deg,#7dd3fc,#38bdf8); }
  #obltech-oh-obce .obltech-oh-obce-ico-b { background: linear-gradient(135deg,#38bdf8,#0284c7); }
  #obltech-oh-obce .obltech-oh-obce-ico-c { background: linear-gradient(135deg,#bae6fd,#0ea5e9); }
  #obltech-oh-obce .obltech-oh-obce-step-title { font-size: 18px; font-weight: 800; color: #0f1720; margin: 2px 0 12px; display: block; }
  #obltech-oh-obce .obltech-oh-obce-step-desc { font-size: 15px; font-weight: 500; color: #4a5566; line-height: 1.65; margin: 0; display: block; }
  /* CTA */
  #obltech-oh-obce .obltech-oh-obce-cta-wrap { display: flex; justify-content: center; align-items: center; width: 100%; margin-top: 42px; padding: 0; }
  #obltech-oh-obce a.obltech-oh-obce-btn,
  #obltech-oh-obce a.obltech-oh-obce-btn:link,
  #obltech-oh-obce a.obltech-oh-obce-btn:visited {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; width: auto; max-width: 100%;
    margin: 0 auto; padding: 15px 30px;
    background: linear-gradient(90deg,#f26a1f 0%,#ff8a3d 100%);
    background-image: linear-gradient(90deg,#f26a1f 0%,#ff8a3d 100%);
    background-color: #f26a1f;
    color: #ffffff; text-decoration: none; text-transform: none;
    border: none; outline: none;
    border-radius: 10px; font-weight: 700; font-size: 15px;
    line-height: 1.2; letter-spacing: 0; font-family: 'Nunito Sans', sans-serif;
    box-shadow: 0 14px 28px -12px rgba(242,106,31,.55);
    position: relative; overflow: hidden; cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    text-align: center;
  }
  #obltech-oh-obce a.obltech-oh-obce-btn > span { color: #ffffff; font-weight: 700; font-size: 15px; position: relative; z-index: 2; }
  #obltech-oh-obce a.obltech-oh-obce-btn::before {
    content: ""; position: absolute; top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    transition: left .6s ease; z-index: 1;
  }
  #obltech-oh-obce a.obltech-oh-obce-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 36px -12px rgba(242,106,31,.6); color: #ffffff; }
  #obltech-oh-obce a.obltech-oh-obce-btn:hover::before { left: 120%; }

  /* ============================================================
     RESPONSIVE — staged breakpoints, every rule so
     it survives being pasted into a WordPress theme's own CSS
     ============================================================ */
  @media (max-width: 1280px) {
    #obltech-oh-obce .obltech-oh-obce-wrap { padding: 0 32px; }
  }
  @media (max-width: 1024px) {
    #obltech-oh-obce { padding: 76px 0 76px; }
    #obltech-oh-obce .obltech-oh-obce-title { font-size: 36px; }
    #obltech-oh-obce .obltech-oh-obce-grid { gap: 30px; }
    #obltech-oh-obce .obltech-oh-obce-card { padding: 28px; }
    #obltech-oh-obce .obltech-oh-obce-steps-title { font-size: 24px; }
  }
  @media (max-width: 900px) {
    #obltech-oh-obce { padding: 64px 0 64px; }
    #obltech-oh-obce .obltech-oh-obce-wrap { padding: 0 20px; }
    #obltech-oh-obce .obltech-oh-obce-title { font-size: 32px; }
    #obltech-oh-obce .obltech-oh-obce-grid { grid-template-columns: 1fr; gap: 32px; }
    #obltech-oh-obce .obltech-oh-obce-card { padding: 26px; }
    #obltech-oh-obce .obltech-oh-obce-steps-title { font-size: 22px; text-align: center; }
    #obltech-oh-obce .obltech-oh-obce-step { max-width: 480px; margin-left: auto; margin-right: auto; }
  }
  @media (max-width: 640px) {
    #obltech-oh-obce { padding: 56px 0 56px; }
    #obltech-oh-obce .obltech-oh-obce-head { margin-bottom: 40px; }
    #obltech-oh-obce .obltech-oh-obce-title { font-size: 26px; margin-bottom: 14px; }
    #obltech-oh-obce .obltech-oh-obce-sub { font-size: 15px; }
    #obltech-oh-obce .obltech-oh-obce-card { padding: 20px; border-radius: 16px; }
    #obltech-oh-obce .obltech-oh-obce-card-title { font-size: 19px; }
    #obltech-oh-obce .obltech-oh-obce-card-note { font-size: 13px; }
    #obltech-oh-obce .obltech-oh-obce-ico { width: 40px; height: 40px; }
    #obltech-oh-obce .obltech-oh-obce-ico i { font-size:20px;  }
    #obltech-oh-obce .obltech-oh-obce-tabs { gap: 8px; }
    #obltech-oh-obce .obltech-oh-obce-tab { padding: 10px 4px; border-radius: 10px; }
    #obltech-oh-obce .obltech-oh-obce-tab-name { font-size: 13.5px; }
    #obltech-oh-obce .obltech-oh-obce-tab-meta { font-size: 11px; }
    #obltech-oh-obce .obltech-oh-obce-meters { margin-top: 22px; gap: 14px; }
    #obltech-oh-obce .obltech-oh-obce-meter-label { font-size: 13px; }
    #obltech-oh-obce .obltech-oh-obce-steps-title { font-size: 20px; margin-bottom: 20px; }
    #obltech-oh-obce .obltech-oh-obce-step { gap: 12px; margin-bottom: 18px; }
    #obltech-oh-obce .obltech-oh-obce-step-ico { width: 38px; height: 38px; border-radius: 10px; }
    #obltech-oh-obce .obltech-oh-obce-step-ico i { font-size:18px;  }
    #obltech-oh-obce .obltech-oh-obce-step-title { font-size: 16.5px; margin-bottom: 8px; }
    #obltech-oh-obce .obltech-oh-obce-step-desc { font-size: 14px; }
    #obltech-oh-obce .obltech-oh-obce-cta-wrap { margin-top: 34px; }
    #obltech-oh-obce a.obltech-oh-obce-btn { padding: 13px 24px; font-size: 14px; width: 100%; }
  }
  @media (max-width: 380px) {
    #obltech-oh-obce .obltech-oh-obce-wrap { padding: 0 16px; }
    #obltech-oh-obce .obltech-oh-obce-title { font-size: 22px; }
    #obltech-oh-obce .obltech-oh-obce-tabs { grid-template-columns: repeat(3,1fr); }
    #obltech-oh-obce .obltech-oh-obce-tab-name { font-size: 12px; }
    #obltech-oh-obce .obltech-oh-obce-tab-meta { font-size: 10px; }
    #obltech-oh-obce .obltech-oh-obce-card { padding: 16px; }
  }


body{margin:0;padding:0;}
#obltech-oh-stack-sec,#obltech-oh-stack-sec *,#obltech-oh-stack-sec *::before,#obltech-oh-stack-sec *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-stack-sec h2,#obltech-oh-stack-sec p,#obltech-oh-stack-sec span,#obltech-oh-stack-sec div,#obltech-oh-stack-sec button{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-stack-sec{background:linear-gradient(160deg,#e6fbf3 0%,#f4fdfa 45%,#ffffff 100%);padding:100px 0;position:relative;overflow:hidden}
#obltech-oh-stack-sec .obltech-oh-ss-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

/* header */
#obltech-oh-stack-sec .obltech-oh-ss-head{max-width:760px;margin:0 auto 40px;text-align:center;display:flex;flex-direction:column;align-items:center}
#obltech-oh-stack-sec .obltech-oh-ss-h2{ margin-bottom:18px; }
#obltech-oh-stack-sec .obltech-oh-ss-h2 span{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
#obltech-oh-stack-sec .obltech-oh-ss-sub{font-size:16.5px;font-weight:600;color:#64748b;-webkit-text-fill-color:#64748b;line-height:1.75}

/* filter tabs */
#obltech-oh-stack-sec .obltech-oh-ss-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:40px 0 48px}
#obltech-oh-stack-sec .obltech-oh-ss-tab{background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;padding:12px 24px;font-size:14px;font-weight:800;color:#334155;-webkit-text-fill-color:#334155;cursor:pointer;transition:all .25s ease}
#obltech-oh-stack-sec .obltech-oh-ss-tab:hover{border-color:#0d9488;color:#0d9488;-webkit-text-fill-color:#0d9488}
#obltech-oh-stack-sec .obltech-oh-ss-tab.obltech-oh-active{background:#0d9488;border-color:#0d9488;color:#fff;-webkit-text-fill-color:#fff;box-shadow:0 10px 24px rgba(13,148,136,.3)}

/* grid */
#obltech-oh-stack-sec .obltech-oh-ss-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
#obltech-oh-stack-sec .obltech-oh-ss-card{background:#fff;border:1.5px solid #eef2f7;border-radius:18px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
#obltech-oh-stack-sec .obltech-oh-ss-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(15,23,42,.09);border-color:rgba(13,148,136,.3)}
#obltech-oh-stack-sec .obltech-oh-ss-card img{width:44px;height:44px;object-fit:contain}
#obltech-oh-stack-sec .obltech-oh-ss-card span{font-size:13.5px;font-weight:800;color:#0f172a;-webkit-text-fill-color:#0f172a;line-height:1.3}
#obltech-oh-stack-sec .obltech-oh-ss-card.obltech-oh-hide{display:none}

@media(max-width:1024px){#obltech-oh-stack-sec .obltech-oh-ss-h2{font-size:32px}#obltech-oh-stack-sec .obltech-oh-ss-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:768px){#obltech-oh-stack-sec .obltech-oh-ss-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){#obltech-oh-stack-sec{padding:64px 0}#obltech-oh-stack-sec .obltech-oh-ss-inner{padding:0 20px}#obltech-oh-stack-sec .obltech-oh-ss-h2{font-size:25px}#obltech-oh-stack-sec .obltech-oh-ss-grid{grid-template-columns:repeat(2,1fr);gap:14px}#obltech-oh-stack-sec .obltech-oh-ss-tabs{gap:8px}#obltech-oh-stack-sec .obltech-oh-ss-tab{padding:9px 16px;font-size:12.5px}}


  /* ---------- Section shell (unique background) ---------- */
  #obltech-oh-ohi {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #ecfdf5 0%, #fff1e6 55%, #ffe4ec 100%);
    padding: 90px 20px;
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    color: #0f1720;
    isolation: isolate;
  }
  #obltech-oh-ohi::before, #obltech-oh-ohi::after {
    content: ""; position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .35; pointer-events: none; z-index: 0;
  }
  #obltech-oh-ohi::before { width: 380px; height: 380px; background: #a7f3d0; top: -120px; left: -100px; }
  #obltech-oh-ohi::after  { width: 360px; height: 360px; background: #fecdd3; bottom: -120px; right: -80px; }

  #obltech-oh-ohi .obltech-oh-ohi-container { max-width: 1180px; margin: 0 auto; position: relative; z-index: 1; }

  /* ---------- Heading ---------- */
  #obltech-oh-ohi .obltech-oh-ohi-head { text-align: center; max-width: 880px; margin: 0 auto 48px; }
  #obltech-oh-ohi .obltech-oh-ohi-title { margin: 0 0 18px; }
  #obltech-oh-ohi .obltech-oh-ohi-accent {
    background: linear-gradient(90deg, #0aa6d6 0%, #7a4bd6 50%, #ff6a3d 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    font-weight: 900;
  }
  #obltech-oh-ohi .obltech-oh-ohi-desc {
    font-size: 17px; font-weight: 600;
    line-height: 1.65; color: #4a5566; margin: 0;
  }

  /* ---------- Grid ---------- */
  #obltech-oh-ohi .obltech-oh-ohi-grid {
    display: grid; grid-template-columns: 1fr 1.15fr; gap: 28px; align-items: stretch;
  }

  /* ---------- Left hero card ---------- */
  #obltech-oh-ohi .obltech-oh-ohi-hero-card {
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 20px;
    padding: 38px 34px;
    box-shadow: 0 20px 45px -25px rgba(15,23,42,.18);
    display: flex; flex-direction: column; align-items: flex-start;
    position: relative; overflow: hidden;
  }
  #obltech-oh-ohi .obltech-oh-ohi-hero-card::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(122,75,214,.06) 0%, rgba(255,255,255,0) 55%);
    pointer-events: none;
  }
  #obltech-oh-ohi .obltech-oh-ohi-hero-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: linear-gradient(135deg, #7a4bd6, #5b6ff0);
    color: #ffffff; display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 22px; box-shadow: 0 12px 24px -10px rgba(122,75,214,.55);
    position: relative; z-index: 1;
  }
  #obltech-oh-ohi .obltech-oh-ohi-hero-icon i { font-size:26px;  }
  #obltech-oh-ohi .obltech-oh-ohi-hero-title {
    font-size: 26px; font-weight: 900; color: #0f1720;
    line-height: 1.25; margin: 0 0 14px; position: relative; z-index: 1;
  }
  #obltech-oh-ohi .obltech-oh-ohi-hero-text {
    font-size: 17px; font-weight: 600; line-height: 1.65;
    color: #4a5566; margin: 0 0 26px; position: relative; z-index: 1;
  }
  #obltech-oh-ohi .obltech-oh-ohi-hero-text a { color: #7a4bd6; font-weight: 700; text-decoration: none; }
  #obltech-oh-ohi .obltech-oh-ohi-hero-text a:hover { text-decoration: underline; }

  /* ---------- Orange CTA button (project standard) ---------- */
  #obltech-oh-ohi a.obltech-oh-ohi-btn, #obltech-oh-ohi a.obltech-oh-ohi-btn:link, #obltech-oh-ohi a.obltech-oh-ohi-btn:visited {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 15px 30px;
    background: linear-gradient(90deg,#f26a1f 0%,#ff8a3d 100%);
    background-color: #f26a1f;
    color: #ffffff; text-decoration: none; text-transform: none;
    border: none; outline: none;
    border-radius: 10px; font-weight: 700; font-size: 15px;
    line-height: 1.2; letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    box-shadow: 0 14px 28px -12px rgba(242,106,31,.55);
    position: relative; overflow: hidden; cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease; z-index: 1;
  }
  #obltech-oh-ohi a.obltech-oh-ohi-btn > span { color: #ffffff; font-weight: 700; font-size: 15px; position: relative; z-index: 2; }
  #obltech-oh-ohi a.obltech-oh-ohi-btn::before {
    content: ""; position: absolute; top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    transition: left .6s ease; z-index: 1;
  }
  #obltech-oh-ohi a.obltech-oh-ohi-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 36px -12px rgba(242,106,31,.6); color: #fff; }
  #obltech-oh-ohi a.obltech-oh-ohi-btn:hover::before { left: 120%; }

  /* ---------- Right feature cards ---------- */
  #obltech-oh-ohi .obltech-oh-ohi-features { display: flex; flex-direction: column; gap: 18px; }
  #obltech-oh-ohi .obltech-oh-ohi-feat {
    display: flex; align-items: flex-start; gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 14px 30px -20px rgba(15,23,42,.18);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  #obltech-oh-ohi .obltech-oh-ohi-feat:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px -20px rgba(15,23,42,.25);
    border-color: rgba(15,23,42,.12);
  }
  #obltech-oh-ohi .obltech-oh-ohi-feat-icon {
    flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px;
    color: #ffffff; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 20px -10px rgba(15,23,42,.35);
  }
  #obltech-oh-ohi .obltech-oh-ohi-feat-icon i { font-size:22px;  }
  #obltech-oh-ohi .obltech-oh-ohi-feat[data-tone="purple"] .obltech-oh-ohi-feat-icon { background: linear-gradient(135deg, #7a4bd6, #5b6ff0); }
  #obltech-oh-ohi .obltech-oh-ohi-feat[data-tone="blue"]   .obltech-oh-ohi-feat-icon { background: linear-gradient(135deg, #2b74e5, #0aa6d6); }
  #obltech-oh-ohi .obltech-oh-ohi-feat[data-tone="teal"]   .obltech-oh-ohi-feat-icon { background: linear-gradient(135deg, #0aa6d6, #10b981); }

  #obltech-oh-ohi .obltech-oh-ohi-feat-body { flex: 1 1 auto; min-width: 0; }
  #obltech-oh-ohi .obltech-oh-ohi-feat-title {
    font-size: 19px; font-weight: 800; color: #0f1720;
    line-height: 1.3; margin: 0 0 8px;
  }
  #obltech-oh-ohi .obltech-oh-ohi-feat-text {
    font-size: 15px; font-weight: 600; line-height: 1.6;
    color: #4a5566; margin: 0;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 960px) {
    #obltech-oh-ohi { padding: 60px 16px; }
    #obltech-oh-ohi .obltech-oh-ohi-title { font-size: 32px; }
    #obltech-oh-ohi .obltech-oh-ohi-grid { grid-template-columns: 1fr; gap: 20px; }
    #obltech-oh-ohi .obltech-oh-ohi-hero-card { padding: 30px 24px; }
    #obltech-oh-ohi .obltech-oh-ohi-hero-title { font-size: 22px; }
  }
  @media (max-width: 520px) {
    #obltech-oh-ohi .obltech-oh-ohi-title { font-size: 26px; }
    #obltech-oh-ohi .obltech-oh-ohi-desc, #obltech-oh-ohi .obltech-oh-ohi-hero-text { font-size: 16px; }
    #obltech-oh-ohi .obltech-oh-ohi-feat { padding: 18px; gap: 14px; }
    #obltech-oh-ohi .obltech-oh-ohi-feat-title { font-size: 17px; }
    #obltech-oh-ohi .obltech-oh-ohi-feat-icon { width: 40px; height: 40px; border-radius: 10px; }
    #obltech-oh-ohi .obltech-oh-ohi-feat-icon i { font-size:20px;  }
  }


body{margin:0;padding:0;}
#obltech-oh-blog-sec,#obltech-oh-blog-sec *,#obltech-oh-blog-sec *::before,#obltech-oh-blog-sec *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-blog-sec h2,#obltech-oh-blog-sec h3,#obltech-oh-blog-sec p,#obltech-oh-blog-sec span,#obltech-oh-blog-sec div,#obltech-oh-blog-sec a{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-blog-sec{background:#eef4ff;padding:100px 0;position:relative;overflow:hidden}
#obltech-oh-blog-sec .obltech-oh-bg-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

#obltech-oh-blog-sec .obltech-oh-bg-head{max-width:720px;margin:0 auto 52px;text-align:center}
#obltech-oh-blog-sec .obltech-oh-bg-h2{ margin-bottom:16px; }
#obltech-oh-blog-sec .obltech-oh-bg-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
#obltech-oh-blog-sec .obltech-oh-bg-sub{font-size:16px;font-weight:600;color:#475569;-webkit-text-fill-color:#475569;line-height:1.7}

#obltech-oh-blog-sec .obltech-oh-bg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
#obltech-oh-blog-sec .obltech-oh-bg-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}
#obltech-oh-blog-sec .obltech-oh-bg-card:hover{transform:translateY(-6px);box-shadow:0 22px 46px rgba(15,23,42,.14)}

#obltech-oh-blog-sec .obltech-oh-bg-banner{position:relative;height:230px;overflow:hidden;background:#e2e8f0}
#obltech-oh-blog-sec .obltech-oh-bg-photo{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .4s ease}
#obltech-oh-blog-sec .obltech-oh-bg-card:hover .obltech-oh-bg-photo{transform:scale(1.06)}

#obltech-oh-blog-sec .obltech-oh-bg-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1;gap:14px}
#obltech-oh-blog-sec .obltech-oh-bg-date{font-size:12px;font-weight:800;color:#94a3b8;-webkit-text-fill-color:#94a3b8;letter-spacing:.3px;text-transform:uppercase}
#obltech-oh-blog-sec .obltech-oh-bg-title{font-size:18px;font-weight:800;color:#0f172a;-webkit-text-fill-color:#0f172a;line-height:1.4;flex:1}
#obltech-oh-blog-sec .obltech-oh-bg-link{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:800;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;transition:gap .25s ease}
#obltech-oh-blog-sec .obltech-oh-bg-card:hover .obltech-oh-bg-link{gap:11px}
#obltech-oh-blog-sec .obltech-oh-bg-link i{font-size:15px;flex-shrink:0}

/* skeleton loading state */
#obltech-oh-blog-sec .obltech-oh-bg-skel{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.05)}
#obltech-oh-blog-sec .obltech-oh-bg-skel-banner{height:230px;background:linear-gradient(90deg,#e2e8f0 25%,#eef2f7 37%,#e2e8f0 63%);background-size:400% 100%;animation:bg-shimmer 1.4s ease infinite}
#obltech-oh-blog-sec .obltech-oh-bg-skel-body{padding:22px;display:flex;flex-direction:column;gap:12px}
#obltech-oh-blog-sec .obltech-oh-bg-skel-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#e2e8f0 25%,#eef2f7 37%,#e2e8f0 63%);background-size:400% 100%;animation:bg-shimmer 1.4s ease infinite}
#obltech-oh-blog-sec .obltech-oh-bg-skel-line.obltech-oh-w60{width:60%}
#obltech-oh-blog-sec .obltech-oh-bg-skel-line.obltech-oh-w90{width:90%}
#obltech-oh-blog-sec .obltech-oh-bg-skel-line.obltech-oh-w40{width:40%;height:10px}
@keyframes bg-shimmer{0%{background-position:100% 0}100%{background-position:0 0}}

@media(max-width:1024px){
  #obltech-oh-blog-sec .obltech-oh-bg-h2{font-size:34px}
  #obltech-oh-blog-sec .obltech-oh-bg-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}
}
@media(max-width:560px){
  #obltech-oh-blog-sec{padding:64px 0}
  #obltech-oh-blog-sec .obltech-oh-bg-inner{padding:0 20px}
  #obltech-oh-blog-sec .obltech-oh-bg-h2{font-size:26px}
  #obltech-oh-blog-sec .obltech-oh-bg-head{margin-bottom:36px}
}


body{margin:0;padding:0;}
#obltech-oh-faq-sec,#obltech-oh-faq-sec *,#obltech-oh-faq-sec *::before,#obltech-oh-faq-sec *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-faq-sec h2,#obltech-oh-faq-sec h3,#obltech-oh-faq-sec p,#obltech-oh-faq-sec span,#obltech-oh-faq-sec div,#obltech-oh-faq-sec summary,#obltech-oh-faq-sec details{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-faq-sec{background:linear-gradient(160deg,#f7faff 0%,#f2f6fb 55%,#ffffff 100%);padding:110px 0;position:relative;overflow:hidden}
#obltech-oh-faq-sec::before{content:'';position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(122,75,255,.08),transparent 70%);top:-180px;left:-140px;filter:blur(70px);pointer-events:none;z-index:0}
#obltech-oh-faq-sec::after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(10,166,214,.08),transparent 70%);bottom:-160px;right:-120px;filter:blur(70px);pointer-events:none;z-index:0}
#obltech-oh-faq-sec .obltech-oh-faq-inner{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}

/* header */
#obltech-oh-faq-sec .obltech-oh-faq-head{max-width:640px;margin:0 auto 60px;text-align:center;display:flex;flex-direction:column;align-items:center}
#obltech-oh-faq-sec .obltech-oh-faq-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(29,78,216,.24);border-radius:50px;padding:7px 17px;margin-bottom:18px;font-size:12.5px;font-weight:800;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;letter-spacing:.3px;box-shadow:0 4px 14px rgba(29,78,216,.10)}
#obltech-oh-faq-sec .obltech-oh-faq-h2{ margin-bottom:14px; }
#obltech-oh-faq-sec .obltech-oh-faq-h2 em{font-style:normal;background:linear-gradient(90deg,#0aa6d6 0%,#7a4bff 55%,#ff6a3d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
#obltech-oh-faq-sec .obltech-oh-faq-sub{font-size:17px;font-weight:600;color:#64748b;-webkit-text-fill-color:#64748b;line-height:1.7}

/* grid of category cards */
#obltech-oh-faq-sec .obltech-oh-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}

#obltech-oh-faq-sec .obltech-oh-faq-card{background:#fff;border-radius:22px;border:1px solid #e0ecfd;box-shadow:0 16px 40px rgba(29,78,216,.06);padding:32px}

#obltech-oh-faq-sec .obltech-oh-faq-cat-head{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}
#obltech-oh-faq-sec .obltech-oh-faq-cat-ic{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}
#obltech-oh-faq-sec .obltech-oh-faq-cat-ic i{font-size:22px;color:#fff}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c1 .obltech-oh-faq-cat-ic{background:linear-gradient(135deg,#1d4ed8,#3b82f6)}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c2 .obltech-oh-faq-cat-ic{background:linear-gradient(135deg,#0aa6d6,#38bdf8)}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c3 .obltech-oh-faq-cat-ic{background:linear-gradient(135deg,#2563eb,#60a5fa)}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c4 .obltech-oh-faq-cat-ic{background:linear-gradient(135deg,#0891b2,#22d3ee)}
#obltech-oh-faq-sec .obltech-oh-faq-cat-title{font-size:21px;font-weight:800;color:#0f1720;-webkit-text-fill-color:#0f1720}

#obltech-oh-faq-sec .obltech-oh-faq-list{display:flex;flex-direction:column;gap:10px}

#obltech-oh-faq-sec details.obltech-oh-faq-item{background:#eff6ff;border-radius:12px;overflow:hidden;border:1px solid #dbeafe;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}
#obltech-oh-faq-sec details.obltech-oh-faq-item:hover{border-color:#bfdbfe;background:#e8f2ff}
#obltech-oh-faq-sec details.obltech-oh-faq-item[open]{background:#fff;border-color:#93c5fd;box-shadow:0 10px 26px rgba(29,78,216,.10)}
#obltech-oh-faq-sec details.obltech-oh-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 18px;cursor:pointer;list-style:none;font-size:15px;font-weight:700;color:#1e3a6b;-webkit-text-fill-color:#1e3a6b;line-height:1.5}
#obltech-oh-faq-sec details.obltech-oh-faq-item summary::-webkit-details-marker{display:none}
#obltech-oh-faq-sec details.obltech-oh-faq-item summary::marker{content:''}
#obltech-oh-faq-sec .obltech-oh-faq-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .3s ease}
#obltech-oh-faq-sec .obltech-oh-faq-icon i{font-size:12px;color:#1d4ed8;transition:transform .3s ease}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c1 details.obltech-oh-faq-item[open] .obltech-oh-faq-icon{background:#1d4ed8}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c2 details.obltech-oh-faq-item[open] .obltech-oh-faq-icon{background:#0aa6d6}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c3 details.obltech-oh-faq-item[open] .obltech-oh-faq-icon{background:#2563eb}
#obltech-oh-faq-sec .obltech-oh-faq-card.obltech-oh-c4 details.obltech-oh-faq-item[open] .obltech-oh-faq-icon{background:#0891b2}
#obltech-oh-faq-sec details.obltech-oh-faq-item[open] .obltech-oh-faq-icon i{color:#fff;transform:rotate(180deg)}
#obltech-oh-faq-sec .obltech-oh-faq-answer{padding:0 18px 18px 18px;font-size:14.5px;font-weight:600;color:#64748b;-webkit-text-fill-color:#64748b;line-height:1.75}

@media(max-width:900px){
  #obltech-oh-faq-sec .obltech-oh-faq-h2{font-size:34px}
  #obltech-oh-faq-sec .obltech-oh-faq-grid{grid-template-columns:1fr;gap:22px}
}
@media(max-width:560px){
  #obltech-oh-faq-sec{padding:64px 0}
  #obltech-oh-faq-sec .obltech-oh-faq-inner{padding:0 20px}
  #obltech-oh-faq-sec .obltech-oh-faq-h2{font-size:26px}
  #obltech-oh-faq-sec .obltech-oh-faq-head{margin-bottom:40px}
  #obltech-oh-faq-sec .obltech-oh-faq-card{padding:22px;border-radius:18px}
  #obltech-oh-faq-sec .obltech-oh-faq-cat-title{font-size:18px}
  #obltech-oh-faq-sec .obltech-oh-faq-cat-ic{width:38px;height:38px}
  #obltech-oh-faq-sec .obltech-oh-faq-cat-ic i{font-size:18px;}
  #obltech-oh-faq-sec details.obltech-oh-faq-item summary{padding:14px 15px;font-size:14px}
  #obltech-oh-faq-sec .obltech-oh-faq-answer{padding:0 15px 15px 15px;font-size:13.5px}
}


body{margin:0;padding:0;background:#fff;}
#obltech-oh-cta-sec,#obltech-oh-cta-sec *,#obltech-oh-cta-sec *::before,#obltech-oh-cta-sec *::after{box-sizing:border-box;font-family:'Nunito Sans',sans-serif}
#obltech-oh-cta-sec h2,#obltech-oh-cta-sec p,#obltech-oh-cta-sec span,#obltech-oh-cta-sec div,#obltech-oh-cta-sec a{margin:0;padding:0;border:none;background:none;line-height:inherit;text-decoration:none}

#obltech-oh-cta-sec{background:#f7f9fc;padding:40px 0}
#obltech-oh-cta-sec .obltech-oh-cs-outer{max-width:1280px;margin:0 auto;padding:0 32px}

#obltech-oh-cta-sec .obltech-oh-cs-card{position:relative;background:linear-gradient(135deg,#0f2a6b 0%,#1d4ed8 55%,#2f6bff 100%);border-radius:28px;overflow:hidden;padding:56px 48px;text-align:center;box-shadow:0 24px 50px rgba(29,78,216,.24)}

#obltech-oh-cta-sec .obltech-oh-cs-dots{position:absolute;inset:0;opacity:.35;background-image:radial-gradient(circle,rgba(255,255,255,.35) 1.6px,transparent 1.6px);background-size:20px 20px;-webkit-mask-image:radial-gradient(ellipse 70% 90% at 50% 30%,#000 30%,transparent 85%);mask-image:radial-gradient(ellipse 70% 90% at 50% 30%,#000 30%,transparent 85%);pointer-events:none}
#obltech-oh-cta-sec .obltech-oh-cs-blob1{position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.06);top:-140px;right:-100px;pointer-events:none}
#obltech-oh-cta-sec .obltech-oh-cs-blob2{position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.05);bottom:-120px;left:-80px;pointer-events:none}

#obltech-oh-cta-sec .obltech-oh-cs-content{position:relative;z-index:2;max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
#obltech-oh-cta-sec .obltech-oh-cs-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);border-radius:50px;padding:6px 15px;margin-bottom:18px;font-size:11.5px;font-weight:800;color:#fff;-webkit-text-fill-color:#fff;letter-spacing:.4px}
#obltech-oh-cta-sec .obltech-oh-cs-h2{font-size:30px;font-weight:900;color:#fff;-webkit-text-fill-color:#fff;letter-spacing:-.4px;line-height:1.3;margin-bottom:14px}
#obltech-oh-cta-sec .obltech-oh-cs-desc{font-size:15.5px;font-weight:600;color:#dbe6ff;-webkit-text-fill-color:#dbe6ff;line-height:1.75;margin-bottom:28px}

#obltech-oh-cta-sec .obltech-oh-cs-cta{display:inline-flex;align-items:center;gap:9px;background:#fff;color:#1d4ed8;-webkit-text-fill-color:#1d4ed8;font-size:15px;font-weight:800;padding:15px 30px;border-radius:10px;box-shadow:0 14px 30px rgba(0,0,0,.18);transition:transform .25s ease,box-shadow .25s ease;margin-bottom:16px}
#obltech-oh-cta-sec .obltech-oh-cs-cta:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(0,0,0,.24)}
#obltech-oh-cta-sec .obltech-oh-cs-cta i{font-size:16px;flex-shrink:0;transition:transform .25s ease}
#obltech-oh-cta-sec .obltech-oh-cs-cta:hover i{transform:translateX(3px)}

#obltech-oh-cta-sec .obltech-oh-cs-trust{font-size:13px;font-weight:700;color:#bcd0f5;-webkit-text-fill-color:#bcd0f5}
#obltech-oh-cta-sec .obltech-oh-cs-trust b{color:#fff;-webkit-text-fill-color:#fff}

@media(max-width:560px){
  #obltech-oh-cta-sec{padding:28px 0}
  #obltech-oh-cta-sec .obltech-oh-cs-outer{padding:0 20px}
  #obltech-oh-cta-sec .obltech-oh-cs-card{border-radius:22px;padding:40px 24px}
  #obltech-oh-cta-sec .obltech-oh-cs-h2{font-size:23px}
  #obltech-oh-cta-sec .obltech-oh-cs-desc{font-size:14px}
}
.obltech-oh-obce-meter,.obltech-oh-obsp-section,.obltech-oh-otf-left,.obltech-oh-otf-right{min-width:0}
/* ─── END PAGE 1 · HOMEPAGE V2 ─── */
/* ════════════════════════════════════════════════════════════
   CONSOLIDATED HEADING TYPOGRAPHY — added [date], replaces 17
   duplicate H2 font declarations that were all ~identical
   (43px/900/1.15/#0f1720). Individual section classes now only
   carry margin/spacing/accent-gradient rules — see homepage.css
   audit for details.

   NOTE: .obltech-oh-cs-h2 (CTA banner) intentionally NOT
   included — smaller (30px) white text on a colored background,
   a deliberate visual exception, not a duplicate to merge.
   ════════════════════════════════════════════════════════════ */
.obltech-oh-h2 {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 43px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.5px !important;
  color: #0f1720 !important;
}
@media (max-width: 1024px) {
  .obltech-oh-h2 { font-size: 34px; }
}
@media (max-width: 560px) {
  .obltech-oh-h2 { font-size: 26px; }
}

/* H3 card/subsection titles — font-size intentionally LEFT
   per-section (19px–30px range reflects real visual hierarchy
   across different section types). Only what's genuinely
   universal is consolidated here: weight, color, family. */
.obltech-oh-h3-card {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #0f1720;
  -webkit-text-fill-color: #0f1720;
}