:root{
  --bg:#F6F7F9; --surface:#FFFFFF; --ink:#14142B; --accent:#1BC5BD; --accent-2:#292672; --accent-3:#F5A524; --dark:#0A0A14;
}

html, body{ margin:0 !important; padding:0 !important; }
body{ background:var(--bg); overflow-x:hidden; }

.wp-site-blocks{ margin:0 !important; padding:0 !important; overflow:hidden; }
header.wp-block-template-part{
  margin:0 !important; padding:0 !important; border:none !important; box-shadow:none !important; outline:none !important;
  height:0 !important; min-height:0 !important; line-height:0 !important; font-size:0 !important; overflow:hidden;
}
main{ margin:0 !important; padding:0 !important; }
main .wp-block-freeform, main .wp-block-freeform:empty, main > *:empty:not(img):not(input):not(br){ display:none !important; margin:0 !important; padding:0 !important; height:0 !important; min-height:0 !important; }
main > .wp-block-group:first-child, main > *:first-child{ margin-top:0 !important; }

.oh-header{
  position:fixed !important; top:46px !important; left:50% !important; right:auto !important;
  transform:translateX(-50%) !important; z-index:99999 !important;
  display:flex !important; align-items:center; justify-content:space-between;
  width:calc(100% - 64px); max-width:1300px; padding:14px 6vw; margin:0 !important;
  background:transparent; border:none !important; outline:none !important; box-shadow:none !important; border-radius:0;
  box-sizing:border-box; height:112px;
  transition:top .5s cubic-bezier(.4,0,.2,1), max-width .5s cubic-bezier(.4,0,.2,1), width .5s cubic-bezier(.4,0,.2,1),
    height .5s cubic-bezier(.4,0,.2,1), padding .5s cubic-bezier(.4,0,.2,1), background .45s ease, box-shadow .45s ease,
    border-radius .45s ease, backdrop-filter .45s ease;
}

.oh-logo-link{ position:relative; height:100%; width:190px; flex-shrink:0; text-decoration:none !important; }
.oh-logo-icon{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:contain; object-position:left center;
}

.oh-nav-list{
  position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);
  display:flex !important; align-items:center; gap:36px; margin:0 !important; padding:0 !important; list-style:none;
}
.oh-nav-item{ position:relative; display:flex; align-items:center; }
.oh-nav-link{
  display:flex; align-items:center; gap:6px; color:#ffffff !important; text-decoration:none !important;
  font-weight:600; font-size:17px; opacity:.92; transition:opacity .2s ease, color .2s ease; white-space:nowrap;
  line-height:1.2;
}
.oh-nav-link:hover{ opacity:1; color:var(--accent) !important; }
.oh-nav-arrow{ font-size:10px; transition:transform .25s ease, color .25s ease; display:inline-block; }
.oh-nav-item.has-dropdown:hover .oh-nav-arrow{ transform:rotate(180deg); color:var(--accent); }

.oh-nav-dropdown{
  list-style:none; margin:0; padding:14px; position:absolute; top:100%; left:50%; transform:translateX(-50%) translateY(8px);
  min-width:220px; background:rgba(20,20,43,0.96); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px);
  border-radius:16px; border:1px solid rgba(255,255,255,0.12); box-shadow:0 24px 50px rgba(10,10,20,0.4);
  opacity:0; visibility:hidden; pointer-events:none; transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
  line-height:1.2;
}
.oh-nav-item.has-dropdown:hover .oh-nav-dropdown{ opacity:1; visibility:visible; pointer-events:auto; transform:translateX(-50%) translateY(0); }
.oh-nav-subitem{ list-style:none; }
.oh-nav-sublink{ display:block; padding:10px 14px; border-radius:10px; color:rgba(255,255,255,0.82) !important; text-decoration:none !important; font-size:14.5px; font-weight:500; transition:background .2s ease, color .2s ease; }
.oh-nav-sublink:hover{ background:rgba(27,197,189,0.14); color:var(--accent) !important; }

.oh-header .oh-cta{
  display:inline-flex; align-items:center; gap:10px; flex-shrink:0;
  background:#ffffff !important; color:#14142B !important; font-family:'Kumbh Sans',sans-serif;
  font-weight:700; font-size:14px; letter-spacing:-0.1px; padding:8px 8px 8px 20px; border-radius:999px;
  text-decoration:none !important; white-space:nowrap; box-shadow:0 6px 20px rgba(0,0,0,0.18); line-height:1.2;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.oh-header .oh-cta:hover{
  background:var(--accent) !important; color:#06231F !important;
  transform:translateY(-2px); box-shadow:0 10px 28px rgba(27,197,189,0.45);
}
.oh-header .oh-cta:hover .oh-cta-arrow{ background:#06231F; color:var(--accent); }
.oh-cta-arrow{ width:28px; height:28px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .25s ease, color .25s ease; }
.oh-cta-arrow svg{ transition:transform .3s cubic-bezier(.4,0,.2,1); }
.oh-header .oh-cta:hover .oh-cta-arrow svg{ transform:rotate(45deg); }

.oh-header.is-scrolled{
  top:22px !important; width:calc(100% - 64px); max-width:1140px; height:76px;
  background:rgba(20,20,43,0.62) !important;
  -webkit-backdrop-filter:blur(22px) saturate(160%); backdrop-filter:blur(22px) saturate(160%);
  border-radius:999px !important; padding:10px 26px;
  box-shadow:0 18px 44px rgba(10,10,20,0.32) !important;
  border:1px solid rgba(255,255,255,0.14) !important;
}
.oh-header.is-scrolled .oh-nav-link{ color:#ffffff !important; }
.oh-header.is-scrolled .oh-nav-link:hover{ color:var(--accent) !important; }
.oh-header.is-scrolled .oh-logo-link{ width:135px; }
@media (max-width:900px){ .oh-nav-list{ display:none !important; } }

.oh-hero{ position:relative; background:var(--dark) !important; overflow:hidden; min-height:94vh; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:center !important; text-align:center; padding:170px 6vw 70px; margin:0 !important; }
.oh-hero::before{
  content:""; position:absolute; inset:0; z-index:0;
  background:
    repeating-radial-gradient(circle at 50% 38%, rgba(255,255,255,0.05) 0px, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 68px),
    radial-gradient(55% 55% at 50% 32%, rgba(41,38,114,0.55) 0%, rgba(41,38,114,0.15) 45%, rgba(10,10,20,0) 72%);
}
.oh-hero::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:280px; z-index:0; background:linear-gradient(to bottom, rgba(10,10,20,0), var(--bg)); }
.oh-hero > *{ position:relative; z-index:1; width:100%; }
.oh-hero h1{ color:#fff !important; text-align:center; max-width:720px; margin-left:auto !important; margin-right:auto !important; letter-spacing:-0.5px; }
.oh-hero .wp-block-buttons{ justify-content:center !important; }
.oh-hero p:not(.oh-eyebrow){ color:rgba(246,247,249,0.72) !important; text-align:center; }

.oh-hero.oh-hero-left{
  align-items:flex-start; text-align:left; min-height:0 !important;
  justify-content:flex-start !important; padding:200px 6vw 90px !important; gap:22px;
  display:flex !important; flex-direction:column !important;
}
.oh-hero.oh-hero-left::before{
  background:
    radial-gradient(70% 100% at 15% 0%, rgba(41,38,114,0.75) 0%, rgba(41,38,114,0.25) 45%, rgba(10,10,20,0) 72%),
    radial-gradient(50% 70% at 90% 30%, rgba(41,38,114,0.35) 0%, rgba(10,10,20,0) 65%);
}
.oh-hero.oh-hero-left::after{ height:180px; }
.oh-hero.oh-hero-left h1{ text-align:left; margin-left:0 !important; margin-right:auto !important; margin-top:6px !important; margin-bottom:0 !important; max-width:660px; }
.oh-hero.oh-hero-left p:not(.oh-eyebrow){ text-align:left; max-width:560px; margin-left:0 !important; margin-right:auto !important; margin-top:2px !important; margin-bottom:0 !important; }
.oh-hero.oh-hero-left .oh-eyebrow{ margin-left:0 !important; margin-right:auto !important; margin-bottom:0 !important; }
.oh-hero.oh-hero-left .wp-block-buttons{ justify-content:flex-start !important; margin-left:0 !important; margin-top:6px !important; }
.oh-hero.oh-hero-left > .wp-block-html:first-child{ margin-bottom:2px; }

.oh-hero.oh-hero-video::before{
  background:linear-gradient(180deg, rgba(10,10,20,0.55) 0%, rgba(10,10,20,0.35) 40%, rgba(10,10,20,0.75) 100%) !important;
  z-index:1 !important;
}
.oh-hero-video-el{
  position:absolute !important; inset:0 !important; z-index:0 !important;
  width:100% !important; height:100% !important; max-width:none !important; min-width:100% !important; min-height:100% !important;
  margin:0 !important; padding:0 !important;
  object-fit:cover !important; object-position:center center !important;
  border:0 !important; outline:0 !important; box-shadow:none !important;
  -webkit-appearance:none; appearance:none; display:block; background:var(--dark);
}
.oh-hero-video-scrim{ display:none !important; }
@media (max-width:780px){ .oh-hero-video-el{ display:none; } }

.wp-block-button__link{
  font-family:'Kumbh Sans',sans-serif !important; letter-spacing:-0.1px;
  transition:transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease !important;
  border-radius:999px !important; font-weight:700 !important; padding:15px 30px !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link{ background:var(--accent) !important; color:#06231F !important; box-shadow:0 4px 16px rgba(27,197,189,0.25); }
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover{ transform:translateY(-3px); box-shadow:0 10px 30px rgba(27,197,189,0.4) !important; }
.wp-block-button.is-style-outline .wp-block-button__link{ background:transparent !important; border:1.5px solid rgba(20,20,43,0.3) !important; color:var(--ink) !important; }
.wp-block-button.is-style-outline .wp-block-button__link:hover{ border-color:var(--accent) !important; background:rgba(27,197,189,0.08) !important; transform:translateY(-3px); }

.oh-hero .wp-block-button.is-style-outline .wp-block-button__link,
.oh-dark-panel .wp-block-button.is-style-outline .wp-block-button__link{
  border:1.5px solid rgba(255,255,255,0.5) !important; color:#fff !important;
}
.oh-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.oh-dark-panel .wp-block-button.is-style-outline .wp-block-button__link:hover{
  border-color:var(--accent-3) !important; background:rgba(245,165,36,0.12) !important; transform:translateY(-3px);
}

.oh-eyebrow{
  display:table !important; margin-left:auto !important; margin-right:auto !important; float:none !important;
  white-space:nowrap; width:auto !important; max-width:none !important;
  font-size:12px !important; font-weight:600 !important; letter-spacing:1.5px; line-height:1.2 !important;
  padding:9px 18px !important; border-radius:999px; box-sizing:border-box;
  background:rgba(27,197,189,0.1); border:1px solid rgba(27,197,189,0.35);
}
.oh-eyebrow.amber{ background:rgba(245,165,36,0.1); border-color:rgba(245,165,36,0.4); }
.oh-eyebrow.indigo{ background:rgba(41,38,114,0.08); border-color:rgba(41,38,114,0.3); }
.oh-dark-panel .oh-eyebrow, .oh-hero .oh-eyebrow{ color:inherit; }

.oh-logo-strip{ overflow:hidden; mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.oh-logo-track{ display:flex; gap:56px; width:max-content; animation:oh-scroll-left 26s linear infinite; align-items:center; }
.oh-logo-item{ height:34px; width:130px; background:rgba(20,20,43,0.055); border:1px dashed rgba(20,20,43,0.15); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:10.5px; color:#9a9aab; letter-spacing:1px; flex-shrink:0; }
@keyframes oh-scroll-left{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

.oh-card{ position:relative; background:#fff; border:1px solid rgba(20,20,43,0.08); border-radius:20px; padding:28px 24px; box-shadow:0 4px 16px rgba(20,20,43,0.05); transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; height:100%; cursor:pointer; }
.oh-card:hover{ transform:translateY(-6px); border-color:rgba(27,197,189,0.4); box-shadow:0 14px 34px rgba(27,197,189,0.16); }
.oh-card-link{ display:inline-flex; align-items:center; gap:6px; margin-top:14px; font-size:12.5px; font-weight:600; color:#0f9c95 !important; text-decoration:none !important; transition:gap .25s ease; }
.oh-card:hover .oh-card-link{ gap:10px; }
.oh-card-link::after{ content:""; position:absolute; inset:0; z-index:2; cursor:pointer; }
.oh-card-featured{ box-shadow:0 12px 30px rgba(41,38,114,0.14) !important; border-color:rgba(41,38,114,0.15) !important; }
.oh-card-badge{ display:inline-block; background:rgba(245,165,36,0.12); border:1px solid rgba(245,165,36,0.45); color:#b9760f; font-size:10.5px; font-weight:700; letter-spacing:0.5px; padding:5px 12px; border-radius:999px; margin-bottom:14px; }

/* Dark "postcard" service card — inverted treatment for the Services page, so it doesn't read as
   a re-skin of the homepage's light card grid. Same brand gradient family as .oh-dark-panel/
   .oh-postcard, just applied at card scale. Whole card is clickable via .oh-card-link::after,
   with cursor:pointer added throughout (that was missing before — the bug you flagged). */
.oh-service-card{
  position:relative; cursor:pointer; height:100%; overflow:hidden;
  background:linear-gradient(160deg, var(--accent-2) 0%, var(--dark) 130%);
  border:1px solid rgba(255,255,255,0.08); border-radius:20px; padding:30px 26px;
  color:#fff; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.oh-service-card::before{ content:""; position:absolute; inset:0; background:radial-gradient(65% 65% at 15% 0%, rgba(27,197,189,0.24), transparent 65%); }
.oh-service-card > *{ position:relative; z-index:1; }
.oh-service-card:hover{ transform:translateY(-6px); box-shadow:0 20px 40px rgba(18,16,58,0.45); border-color:rgba(27,197,189,0.4); }
.oh-service-card h3{ color:#fff !important; font-family:'Kumbh Sans',sans-serif; }
.oh-service-card p{ color:rgba(255,255,255,0.68) !important; }
.oh-service-card .oh-card-link{ color:var(--accent) !important; }

.oh-card-banner{
  position:relative; background:#fff; border:1px solid rgba(41,38,114,0.12); border-radius:22px;
  padding:36px 40px; box-shadow:0 14px 34px rgba(41,38,114,0.14);
  display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
}
.oh-card-banner .oh-cb-text{ max-width:640px; }
.oh-card-banner h3{ font-size:24px; font-weight:700; color:var(--ink); margin-bottom:8px; }
.oh-card-banner p{ color:#5b5b70; font-size:15px; }
.oh-card-banner .oh-card-link{ margin-top:16px; font-size:14px; }

.oh-postcard, .oh-dark-panel{
  background:linear-gradient(150deg, var(--accent-2), var(--dark) 120%);
  border-radius:28px; color:#fff; position:relative; overflow:hidden;
  max-width:1200px !important; margin-left:auto !important; margin-right:auto !important;
  box-shadow:0 26px 60px -24px rgba(18,16,58,0.5);
}
.oh-postcard::before, .oh-dark-panel::before{ content:""; position:absolute; inset:0; background:radial-gradient(60% 60% at 20% 0%, rgba(27,197,189,0.28), transparent 65%), radial-gradient(50% 50% at 90% 100%, rgba(245,165,36,0.14), transparent 70%); }
.oh-postcard > *, .oh-dark-panel > *{ position:relative; z-index:1; }
.oh-postcard h3, .oh-dark-panel h2, .oh-dark-panel h3{ color:#fff !important; }
.oh-postcard p, .oh-dark-panel p{ color:rgba(255,255,255,0.68) !important; }

.oh-dark-panel .wp-block-columns > .wp-block-column{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:16px;
  padding:22px;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.oh-process-num{ font-family:'Kumbh Sans',sans-serif; font-weight:800; font-size:34px; color:rgba(41,38,114,0.22); }

.oh-case-study{ display:grid; grid-template-columns:1fr 1.4fr; gap:20px; max-width:1200px; margin:0 auto; }
.oh-case-brand{
  background:linear-gradient(160deg, var(--accent-2), var(--dark) 130%);
  border-radius:22px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:18px; padding:40px; min-height:280px; position:relative; overflow:hidden;
}
.oh-case-brand::before{ content:""; position:absolute; inset:0; background:radial-gradient(60% 60% at 20% 0%, rgba(27,197,189,0.22), transparent 65%); }
.oh-case-brand > *{ position:relative; z-index:1; }
.oh-case-brand .oh-case-tag{ font-size:13px; font-weight:600; color:rgba(255,255,255,0.65); }
.oh-case-brand .oh-case-brandname{ font-family:'Kumbh Sans',sans-serif; font-size:30px; font-weight:800; color:#fff; letter-spacing:1px; }
.oh-case-stats{
  background:linear-gradient(150deg, var(--accent-2), var(--dark) 130%);
  border-radius:22px; padding:40px; position:relative; overflow:hidden; min-height:280px;
  display:flex; flex-direction:column; justify-content:flex-end;
}
.oh-case-stats::before{ content:""; position:absolute; inset:0; background:radial-gradient(70% 70% at 80% 0%, rgba(245,165,36,0.22), transparent 65%), radial-gradient(60% 60% at 10% 100%, rgba(27,197,189,0.22), transparent 65%); }
.oh-case-stats > *{ position:relative; z-index:1; }
.oh-case-pill{ display:inline-block; border:1px solid rgba(255,255,255,0.3); border-radius:999px; padding:10px 20px; color:#fff; font-weight:700; font-size:14px; margin-bottom:24px; width:fit-content; }
.oh-case-row{ display:flex; gap:36px; flex-wrap:wrap; }
.oh-case-stat b{ display:block; font-family:'Kumbh Sans',sans-serif; font-size:32px; font-weight:800; color:#fff; }
.oh-case-stat span{ font-size:12.5px; color:rgba(255,255,255,0.6); }

.oh-industry-feature{
  display:flex; flex-direction:column; height:100%;
  background:linear-gradient(160deg, var(--accent-2) 0%, var(--dark) 130%);
  border-radius:24px; padding:36px 30px; color:#fff; position:relative; overflow:hidden;
  min-height:420px; text-decoration:none !important;
  transition:transform .3s ease, box-shadow .3s ease;
}
.oh-industry-feature:hover{ transform:translateY(-5px); box-shadow:0 20px 40px rgba(18,16,58,0.4); }
.oh-industry-feature::before{ content:""; position:absolute; inset:0; background:radial-gradient(70% 60% at 15% 100%, rgba(27,197,189,0.3), transparent 65%); }
.oh-industry-feature > *{ position:relative; z-index:1; }
.oh-industry-feature .oh-ind-icon{ width:52px; height:52px; border-radius:14px; background:rgba(255,255,255,0.12); display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:26px; }
.oh-industry-feature h3{ font-family:'Kumbh Sans',sans-serif; font-size:26px; font-weight:700; color:#fff; margin-bottom:10px; }
.oh-industry-feature p{ color:rgba(255,255,255,0.68); font-size:14.5px; line-height:1.6; margin-bottom:auto; }
.oh-industry-feature .oh-ind-stat{ margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.15); }
.oh-industry-feature .oh-ind-stat b{ display:block; font-family:'Kumbh Sans',sans-serif; font-size:28px; font-weight:800; color:var(--accent); }
.oh-industry-feature .oh-ind-stat span{ font-size:12.5px; color:rgba(255,255,255,0.55); }

.oh-industry-bar{
  display:flex; align-items:center; gap:16px; padding:20px 24px; border-radius:16px;
  background:linear-gradient(90deg, #fff 0%, rgba(41,38,114,0.14) 100%);
  border:1px solid rgba(20,20,43,0.07);
  transition:transform .25s ease, box-shadow .25s ease;
  height:100%;
}
.oh-industry-bar:hover{ transform:translateY(-3px); box-shadow:0 10px 26px rgba(41,38,114,0.14); }
.oh-industry-bar .oh-ind-icon{ width:42px; height:42px; border-radius:11px; background:var(--accent-2); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.oh-industry-bar span{ font-weight:700; font-size:16px; color:var(--ink); }

.oh-industry-viewall{
  display:flex; align-items:center; gap:10px; padding:20px 24px; border-radius:16px;
  background:#fff; border:1px solid rgba(20,20,43,0.1); height:100%;
  font-weight:700; font-size:15px; color:var(--ink); text-decoration:none !important;
  transition:border-color .25s ease, transform .25s ease;
}
.oh-industry-viewall:hover{ border-color:var(--accent); transform:translateY(-3px); }

.oh-faq-native .wp-block-details{ max-width:800px; margin:0 auto; border-bottom:1px solid rgba(20,20,43,0.1); padding:6px 0; }
.oh-faq-native .wp-block-details:first-of-type{ border-top:1px solid rgba(20,20,43,0.1); }
.oh-faq-native .wp-block-details summary{
  list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between;
  padding:18px 4px; font-weight:700; color:var(--ink); font-size:16px; font-family:'Figtree',sans-serif;
}
.oh-faq-native .wp-block-details summary::-webkit-details-marker{ display:none; }
.oh-faq-native .wp-block-details summary::after{
  content:"+"; font-size:22px; color:#0f9c95; transition:transform .3s ease; flex-shrink:0; margin-left:16px; line-height:1;
}
.oh-faq-native .wp-block-details[open] summary::after{ transform:rotate(45deg); }
.oh-faq-native .wp-block-details p{ padding:0 4px 20px; margin:0; color:#5b5b70; font-size:14.5px; line-height:1.6; }

.oh-fade, .oh-auto-fade{ opacity:0; transform:translateY(18px); transition:opacity .6s cubic-bezier(.25,.8,.35,1), transform .6s cubic-bezier(.25,.8,.35,1); }
.oh-fade.in, .oh-auto-fade.in{ opacity:1; transform:translateY(0); }
.oh-fade-left{ opacity:0; transform:translateX(-50px); transition:opacity .7s cubic-bezier(.25,.8,.35,1), transform .7s cubic-bezier(.25,.8,.35,1); }
.oh-fade-left.in{ opacity:1; transform:translateX(0); }
.oh-fade-right{ opacity:0; transform:translateX(50px); transition:opacity .7s cubic-bezier(.25,.8,.35,1), transform .7s cubic-bezier(.25,.8,.35,1); }
.oh-fade-right.in{ opacity:1; transform:translateX(0); }
@media (prefers-reduced-motion: reduce){ .oh-fade, .oh-fade-left, .oh-fade-right, .oh-auto-fade{ opacity:1; transform:none; transition:none; } }

.oh-footer-cta{ text-align:center; max-width:640px; margin:0 auto 60px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,0.12); }
.oh-footer-cta h3{ color:#fff; font-size:clamp(22px,2.6vw,30px); font-weight:700; margin-bottom:10px; }
.oh-footer-socials{ display:flex; gap:10px; margin-top:18px; justify-content:center; }
.oh-footer-socials a{ width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; font-size:13px; border:1px solid rgba(255,255,255,0.14); transition:background .2s; }
.oh-footer-socials a:hover{ background:var(--accent); color:#06231F; }

@media (max-width:820px){
  .oh-industry-feature{ min-height:auto; }
  .oh-card-banner{ flex-direction:column; align-items:flex-start; }
  .oh-case-study{ grid-template-columns:1fr; }
}

.oh-breadcrumb{ font-size:12.5px; color:rgba(246,247,249,0.5); margin-bottom:22px; }
.oh-breadcrumb a{ color:rgba(246,247,249,0.5); text-decoration:none; }
.oh-breadcrumb a:hover{ color:var(--accent); }

.oh-contact-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:flex-start; max-width:1200px; margin:0 auto; }
.oh-contact-form{ background:#fff; border-radius:22px; padding:36px; border:1px solid rgba(20,20,43,0.08); box-shadow:0 10px 30px rgba(20,20,43,0.06); }
.oh-contact-form .oh-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
.oh-contact-form label{ display:block; font-size:12.5px; font-weight:700; color:var(--ink); margin-bottom:6px; }
.oh-contact-form input, .oh-contact-form select, .oh-contact-form textarea{
  width:100%; padding:12px 14px; border-radius:10px; border:1px solid rgba(20,20,43,0.14);
  font-family:'Figtree',sans-serif; font-size:14px; background:var(--bg); outline:none; transition:border-color .2s; box-sizing:border-box;
}
.oh-contact-form input:focus, .oh-contact-form select:focus, .oh-contact-form textarea:focus{ border-color:var(--accent); }
.oh-contact-form textarea{ min-height:120px; resize:vertical; }
.oh-contact-form .oh-field{ margin-bottom:14px; }
.oh-contact-form button{
  width:100%; background:var(--accent); color:#06231F; font-weight:700; font-size:15px;
  padding:14px; border:none; border-radius:12px; cursor:pointer; transition:box-shadow .25s ease, transform .25s ease;
}
.oh-contact-form button:hover{ box-shadow:0 0 24px 4px rgba(27,197,189,0.4); transform:translateY(-2px); }
.oh-contact-notice{ padding:14px 18px; border-radius:12px; margin-bottom:20px; font-size:14px; font-weight:600; }
.oh-contact-notice.success{ background:rgba(27,197,189,0.12); border:1px solid rgba(27,197,189,0.4); color:#0f9c95; }
.oh-contact-notice.error{ background:rgba(245,165,36,0.12); border:1px solid rgba(245,165,36,0.4); color:#b9760f; }

.oh-contact-info-list{ list-style:none; padding:0; margin:20px 0 0; }
.oh-contact-info-list li{ display:flex; align-items:center; gap:10px; font-size:14.5px; color:var(--ink); font-weight:600; margin-bottom:14px; }
.oh-contact-info-list .oh-dot{ width:8px; height:8px; border-radius:50%; background:var(--accent); flex-shrink:0; }

.oh-map-wrap{ max-width:1200px; margin:0 auto; border-radius:24px; overflow:hidden; border:1px solid rgba(20,20,43,0.08); box-shadow:0 10px 30px rgba(20,20,43,0.06); }
.oh-map-embed{ height:340px; background:linear-gradient(150deg, rgba(41,38,114,0.08), rgba(27,197,189,0.06)); display:flex; align-items:center; justify-content:center; font-size:12px; letter-spacing:1.5px; color:rgba(20,20,43,0.35); text-transform:uppercase; text-align:center; padding:20px; }
.oh-map-strip{ background:#fff; display:grid; grid-template-columns:repeat(4,1fr); }
.oh-map-detail{ padding:22px 26px; border-top:1px solid rgba(20,20,43,0.08); }
.oh-map-detail:not(:last-child){ border-right:1px solid rgba(20,20,43,0.08); }
.oh-map-detail b{ display:block; font-size:11.5px; letter-spacing:1px; text-transform:uppercase; color:#9a9aab; margin-bottom:6px; font-family:'Kumbh Sans',sans-serif; }
.oh-map-detail span{ font-size:14.5px; font-weight:600; color:var(--ink); }

@media (max-width:900px){
  .oh-contact-wrap{ grid-template-columns:1fr; }
  .oh-map-strip{ grid-template-columns:1fr 1fr; }
}
@media (max-width:560px){
  .oh-contact-form .oh-row{ grid-template-columns:1fr; }
  .oh-map-strip{ grid-template-columns:1fr; }
}
