:root {
  --paper: #f4f0e9;
  --paper-2: #ebe5dc;
  --ink: #1b1f24;
  --ink-2: #242a31;
  --ink-3: #313a45;
  --blue: #4b596b;
  --blue-2: #65748a;
  --teal: #9a7857;
  --sage: #a9a296;
  --mint: #ded8ce;
  --gold: #9a7857;
  --muted: #697078;
  --white: #fffefa;
  --font-body: "OfoghIRANSansX", Tahoma, Arial, sans-serif;
  --font-display: "OfoghIRANSansX", Tahoma, Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 56px));
  --header-h: 62px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow-soft: 0 30px 80px rgba(11, 23, 27, .1);
}

html { scroll-behavior: smooth; background: var(--paper); }
* { box-sizing: border-box; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.ofogh-no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.ofogh-main { position: relative; z-index: 1; }
.ofogh-section-head { position: relative; max-width: 820px; margin-bottom: 46px; }
.ofogh-section-head--center { margin-inline: auto; text-align: center; }
.ofogh-section-head small,
.ofogh-proof__subhead small,
.ofogh-service-story__nav > small,
.ofogh-page-hero small,
.ofogh-inner-hero small,
.ofogh-contact-page small {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .04em;
}
.ofogh-section-head h1,
.ofogh-section-head h2,
.ofogh-page-hero h1,
.ofogh-inner-hero h1,
.ofogh-contact-page h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.035em;
}
.ofogh-section-head h2 { font-size: clamp(2.1rem, 4vw, 4.8rem); }
.ofogh-section-head p { margin: 15px 0 0; color: var(--muted); max-width: 720px; }
.ofogh-section-head--center p { margin-inline: auto; }
.ofogh-section-head > a { position: absolute; left: 0; bottom: 6px; color: var(--blue); font-weight: 800; }

/* Loader */
.ofogh-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}
html.ofogh-loader-seen .ofogh-loader { display: none !important; }
.ofogh-loader__curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.2%;
  background:
    radial-gradient(circle at 50% 45%, rgba(57,196,190,.08), transparent 34%),
    linear-gradient(145deg, #0b171b 0%, #10252a 55%, #081115 100%);
  z-index: 0;
  will-change: transform;
}
.ofogh-loader__curtain--left { left: 0; }
.ofogh-loader__curtain--right { right: 0; }
.ofogh-loader__scene {
  position: relative;
  z-index: 2;
  width: min(560px, 88vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-1vh);
}
.ofogh-loader__rings {
  position: absolute;
  width: min(72vmin, 660px);
  aspect-ratio: 1;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ofogh-loader__rings i {
  position: absolute;
  inset: calc(var(--r, 0) * 7.4%);
  border: 1px solid rgba(220,232,226,.15);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(57,196,190,.03);
}
.ofogh-loader__rings i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--dot, var(--teal));
  box-shadow: 0 0 22px var(--dot, var(--teal));
  transform: translateY(-50%);
}
.ofogh-loader__rings i:nth-child(1) { --r: 0; --dot: #f4d77c; animation: loaderOrbit 5.2s linear infinite; }
.ofogh-loader__rings i:nth-child(2) { --r: 1; --dot: #39c4be; animation: loaderOrbitReverse 4.6s linear infinite; }
.ofogh-loader__rings i:nth-child(3) { --r: 2; --dot: #dce8e2; animation: loaderOrbit 4s linear infinite; }
.ofogh-loader__rings i:nth-child(4) { --r: 3; --dot: #1467d8; animation: loaderOrbitReverse 3.5s linear infinite; }
.ofogh-loader__rings i:nth-child(5) { --r: 4; --dot: #fff; animation: loaderOrbit 3s linear infinite; }
.ofogh-loader__bulb {
  position: relative;
  z-index: 2;
  width: min(42vmin, 360px);
  min-width: 260px;
  overflow: visible;
}
.ofogh-loader__bulb path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ofogh-loader__glass {
  stroke: rgba(220,232,226,.9);
  stroke-width: 5;
  stroke-dasharray: 980;
  stroke-dashoffset: 980;
  filter: url(#loaderLineGlow);
  animation: loaderDraw 1.35s .2s cubic-bezier(.2,.8,.2,1) forwards;
}
.ofogh-loader__inner,
.ofogh-loader__filament,
.ofogh-loader__base,
.ofogh-loader__spark {
  stroke: var(--gold);
  stroke-width: 5;
  opacity: 0;
}
.ofogh-loader__inner { animation: loaderFade .65s 1s ease forwards; }
.ofogh-loader__filament { stroke-width: 8; animation: loaderIgnite .9s 1.25s ease forwards; }
.ofogh-loader__base { stroke: var(--sage); animation: loaderFade .7s .85s ease forwards; }
.ofogh-loader__spark { stroke-width: 7; animation: loaderSpark .8s 1.55s ease forwards; }
.ofogh-loader__halo { opacity: 0; transform-origin: 180px 206px; animation: loaderHalo 1.2s 1.25s ease forwards; }
.ofogh-loader__brand {
  position: relative;
  z-index: 3;
  width: min(300px, 62vw);
  margin-top: -66px;
  opacity: 0;
  transform: translateY(14px) scale(.94);
  animation: loaderBrand .8s 1.65s ease forwards;
  filter: drop-shadow(0 0 18px rgba(20,103,216,.35));
}
.ofogh-loader__brand img { width: 100%; display: block; }
.ofogh-loader__scene p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  opacity: 0;
  animation: loaderFade .6s 2s ease forwards;
}
.ofogh-loader__meter {
  width: min(260px, 58vw);
  height: 2px;
  margin-top: 24px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
  opacity: 0;
  animation: loaderFade .4s 2s ease forwards;
}
.ofogh-loader__meter i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--blue));
  transform-origin: right center;
  transform: scaleX(0);
  animation: loaderMeter 1.1s 2s cubic-bezier(.2,.8,.2,1) forwards;
}
.ofogh-loader.is-leaving .ofogh-loader__scene { animation: loaderSceneLeave .65s ease forwards; }
.ofogh-loader.is-leaving .ofogh-loader__curtain--left { animation: loaderCurtainLeft .95s .18s cubic-bezier(.76,0,.24,1) forwards; }
.ofogh-loader.is-leaving .ofogh-loader__curtain--right { animation: loaderCurtainRight .95s .18s cubic-bezier(.76,0,.24,1) forwards; }
.ofogh-loader.is-leaving { pointer-events: none; animation: loaderGone .1s 1.2s forwards; }
@keyframes loaderOrbit { to { transform: rotate(360deg); } }
@keyframes loaderOrbitReverse { to { transform: rotate(-360deg); } }
@keyframes loaderDraw { to { stroke-dashoffset: 0; } }
@keyframes loaderFade { to { opacity: 1; } }
@keyframes loaderIgnite { 0% { opacity: 0; stroke-dasharray: 8 18; } 55% { opacity: 1; stroke-dasharray: 80 0; filter: drop-shadow(0 0 18px #f4d77c); } 100% { opacity: 1; filter: drop-shadow(0 0 8px #f4d77c); } }
@keyframes loaderSpark { 0% { opacity: 0; transform: scale(.8); transform-origin: center; } 50% { opacity: 1; } 100% { opacity: .7; transform: scale(1); transform-origin: center; } }
@keyframes loaderHalo { 0% { opacity: 0; transform: scale(.5); } 55% { opacity: .9; transform: scale(1.14); } 100% { opacity: .38; transform: scale(1); } }
@keyframes loaderBrand { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes loaderMeter { to { transform: scaleX(1); } }
@keyframes loaderSceneLeave { to { opacity: 0; transform: translateY(-2vh) scale(.92); filter: blur(8px); } }
@keyframes loaderCurtainLeft { to { transform: translateX(-102%); } }
@keyframes loaderCurtainRight { to { transform: translateX(102%); } }
@keyframes loaderGone { to { visibility: hidden; } }

/* Header */
.ofogh-header {
  position: fixed;
  z-index: 1000;
  inset: 18px 0 auto;
  pointer-events: none;
}
.ofogh-header__inner {
  direction: ltr;
  width: min(1380px, calc(100vw - 36px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}
.ofogh-header__logo,
.ofogh-header__contact,
.ofogh-header__nav,
.ofogh-header__mobile-menu { pointer-events: auto; }
.ofogh-header__logo {
  grid-column: 3;
  direction: rtl;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 64px;
  padding: 8px 16px;
  border-radius: 22px;
  background: rgba(244,240,233,.34);
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  box-shadow: 0 18px 55px rgba(11,23,27,.1);
}
.ofogh-header__logo img { width: 184px; display: block; filter: saturate(1.1) drop-shadow(0 0 11px rgba(20,103,216,.22)); }
.ofogh-header__nav {
  grid-column: 2;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 64px;
  padding: 7px;
  border-radius: 22px;
  background: rgba(244,240,233,.32);
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  box-shadow: 0 18px 60px rgba(11,23,27,.1);
}
.ofogh-header__nav a,
.ofogh-header__nav button {
  border: 0;
  background: transparent;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .25s, color .25s, transform .25s;
}
.ofogh-header__nav a:hover,
.ofogh-header__nav button:hover,
.ofogh-header__nav button[aria-expanded="true"] { background: rgba(255,255,255,.55); color: var(--blue); transform: translateY(-1px); }
.ofogh-header__services-trigger span { display: inline-block; margin-right: 4px; transition: transform .25s; }
.ofogh-header__services-trigger[aria-expanded="true"] span { transform: rotate(180deg); }
.ofogh-header__contact {
  grid-column: 1;
  direction: rtl;
  justify-self: start;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(244,240,233,.34);
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 18px 55px rgba(11,23,27,.1);
  transition: transform .25s, background .25s;
}
.ofogh-header__contact:hover { transform: translateY(-2px) rotate(-3deg); background: rgba(255,255,255,.62); }
.ofogh-header__contact svg { width: 24px; height: 24px; fill: var(--blue); }
.ofogh-header__mobile-menu { display: none; }
.ofogh-mega {
  pointer-events: auto;
  position: absolute;
  top: 76px;
  left: 50%;
  width: min(760px, calc(100vw - 48px));
  min-height: 320px;
  transform: translate(-50%, -18px) scale(.985);
  padding: 26px;
  border-radius: 28px;
  background: rgba(10,24,29,.78);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  backdrop-filter: blur(30px) saturate(145%);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
  box-shadow: 0 34px 90px rgba(6,14,18,.32);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s, transform .28s, visibility .28s;
  overflow: hidden;
}
.ofogh-mega.is-open { opacity: 1; visibility: visible; transform: translate(-50%, 0) scale(1); }
.ofogh-mega__lines { position: absolute; inset: 0; overflow: hidden; opacity: .55; pointer-events: none; }
.ofogh-mega__lines i {
  position: absolute;
  height: 1px;
  width: 80%;
  right: -20%;
  background: linear-gradient(90deg, transparent, rgba(57,196,190,.5), transparent);
  animation: megaLine 7s linear infinite;
}
.ofogh-mega__lines i:nth-child(1) { top: 18%; animation-delay: -1s; }
.ofogh-mega__lines i:nth-child(2) { top: 38%; width: 64%; animation-delay: -4s; }
.ofogh-mega__lines i:nth-child(3) { top: 58%; width: 92%; animation-delay: -2s; }
.ofogh-mega__lines i:nth-child(4) { top: 77%; width: 52%; animation-delay: -6s; }
.ofogh-mega__lines i:nth-child(5) { top: 90%; width: 76%; animation-delay: -3s; }
@keyframes megaLine { from { transform: translateX(0); } to { transform: translateX(-145%); } }
.ofogh-mega__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 34px; }
.ofogh-mega__services { display: flex; flex-direction: column; gap: 3px; }
.ofogh-mega__services > small { color: var(--sage); margin-bottom: 8px; }
.ofogh-mega__services a {
  position: relative;
  padding: 7px 0;
  color: rgba(255,255,255,.64);
  font-size: 1rem;
  font-weight: 700;
  transition: color .25s, transform .25s;
}
.ofogh-mega__services a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--teal), transparent);
  transition: width .3s;
}
.ofogh-mega__services a.is-active { color: var(--white); transform: translateX(-8px); }
.ofogh-mega__services a.is-active::after { width: 84%; }
.ofogh-mega__copy { position: relative; min-height: 235px; }
.ofogh-mega__copy article { position: absolute; inset: 0; opacity: 0; transform: translateY(12px); transition: opacity .28s, transform .28s; pointer-events: none; }
.ofogh-mega__copy article.is-active { opacity: 1; transform: translateY(0); }
.ofogh-mega__copy small { color: var(--teal); font-weight: 800; }
.ofogh-mega__copy strong { display: block; margin: 14px 0 12px; font-family: var(--font-display); font-size: 1.7rem; line-height: 1.45; }
.ofogh-mega__copy p { color: rgba(255,255,255,.7); margin: 0; font-size: .92rem; line-height: 1.9; }
.ofogh-mobile-drawer { display: none; }

/* Desktop service story */
.ofogh-service-story { position: relative; display: block; background: var(--ink); color: var(--white); min-height: 780vh; }
.ofogh-service-story__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.ofogh-service-story__layout {
  direction: ltr;
  height: 100%;
  display: grid;
  grid-template-columns: 320px minmax(380px, 1fr) 260px;
  grid-template-areas: "copy model nav";
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
  padding-top: 96px;
  padding-bottom: 44px;
}
.ofogh-service-story__nav { grid-area: nav; direction: rtl; align-self: center; display: flex; flex-direction: column; gap: 2px; }
.ofogh-service-story__nav > small { color: var(--sage); margin-bottom: 18px; }
.ofogh-service-story__nav button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.42);
  cursor: pointer;
  text-align: right;
  transition: color .32s, transform .32s;
}
.ofogh-service-story__nav button span { font-weight: 700; font-size: .96rem; transition: font-size .32s, letter-spacing .32s; }
.ofogh-service-story__nav button svg {
  width: 0;
  height: 24px;
  overflow: visible;
  opacity: 0;
  transition: width .35s, opacity .35s, transform .35s;
}
.ofogh-service-story__nav button svg path,
.ofogh-service-story__nav button svg circle { fill: none; stroke: var(--teal); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.ofogh-service-story__nav button.is-active { color: var(--white); transform: translateX(-10px); }
.ofogh-service-story__nav button.is-active span { font-size: 1.28rem; letter-spacing: -.02em; }
.ofogh-service-story__nav button.is-active svg { width: 74px; opacity: 1; animation: serviceArrow 1.6s ease-in-out infinite; }
.ofogh-service-story__nav button.is-active svg path { stroke-dasharray: 90; animation: serviceArrowDraw 1.8s ease-in-out infinite; }
@keyframes serviceArrow { 50% { transform: translateX(-9px); } }
@keyframes serviceArrowDraw { 0%,100% { stroke-dashoffset: 90; opacity: .35; } 50% { stroke-dashoffset: 0; opacity: 1; } }
.ofogh-service-story__model { grid-area: model; position: relative; width: 100%; aspect-ratio: 1; max-height: 66vh; max-width: 640px; margin-inline: auto; display: grid; place-items: center; }
.ofogh-service-model__stage { position: absolute; inset: 5%; }
.ofogh-service-model__orbit { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-a { animation: modelOrbit 18s linear infinite; border-top-color: rgba(57,196,190,.45); }
.orbit-b { inset: 11%; animation: modelOrbitReverse 14s linear infinite; border-left-color: rgba(20,103,216,.55); }
.orbit-c { inset: 23%; animation: modelOrbit 10s linear infinite; border-right-color: rgba(244,215,124,.5); }
.ofogh-service-model__orbit::before { content: ""; position: absolute; top: 50%; left: -5px; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 18px var(--teal); }
@keyframes modelOrbit { to { transform: rotate(360deg); } }
@keyframes modelOrbitReverse { to { transform: rotate(-360deg); } }
.ofogh-service-model__floor { position: absolute; left: 18%; right: 18%; bottom: 7%; height: 18%; border-radius: 50%; background: radial-gradient(ellipse, rgba(20,103,216,.28), transparent 68%); filter: blur(12px); }
.ofogh-service-story__model figure {
  position: absolute;
  width: 78%;
  margin: 0;
  opacity: 0;
  transform: translateY(30px) scale(.88) rotate(-3deg);
  filter: blur(10px);
  transition: opacity .55s, transform .75s cubic-bezier(.2,.85,.2,1), filter .55s;
  pointer-events: none;
}
.ofogh-service-story__model figure.is-active { opacity: 1; transform: translateY(0) scale(1) rotate(0); filter: blur(0); }
.ofogh-service-story__model figure img { display: block; width: 100%; filter: drop-shadow(0 32px 60px rgba(20,103,216,.16)); animation: modelFloat 5.5s ease-in-out infinite; }
@keyframes modelFloat { 50% { transform: translateY(-12px) rotate(.8deg); } }
.ofogh-service-story__model figcaption { position: absolute; left: 0; right: 0; bottom: 2%; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: .08em; }
.ofogh-service-story__brandmark { position: absolute; inset: 35%; opacity: .035; display: grid; place-items: center; pointer-events: none; }
.ofogh-service-story__brandmark img { width: 100%; }
.ofogh-service-story__copy { grid-area: copy; direction: rtl; position: relative; align-self: center; min-height: 440px; display: flex; flex-direction: column; justify-content: center; }
.ofogh-service-story__copy article { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transform: translateY(24px); transition: opacity .5s, transform .65s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.ofogh-service-story__copy article.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.ofogh-service-story__copy article small { color: var(--teal); font-weight: 800; }
.ofogh-service-story__copy article h2 { margin: 14px 0 18px; font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 4.1rem); line-height: 1.18; letter-spacing: -.04em; }
.ofogh-service-story__copy article p { margin: 0; color: rgba(255,255,255,.68); font-size: .98rem; line-height: 2; }
.ofogh-service-story__copy article a { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--white); font-weight: 800; }
.ofogh-service-story__copy article a span { color: var(--teal); transition: transform .25s; }
.ofogh-service-story__copy article a:hover span { transform: translate(-6px, 4px); }
.ofogh-service-progress { position: absolute; left: 0; right: 0; bottom: 0; }
.ofogh-service-progress > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.ofogh-service-progress small { color: rgba(255,255,255,.42); font-size: .72rem; }
.ofogh-service-progress strong { color: var(--white); font-size: .92rem; }
.ofogh-service-progress__tracks { display: flex; flex-direction: column; gap: 7px; }
.ofogh-service-progress__track { display: grid; grid-template-columns: repeat(46, 1fr); gap: 4px; }
.ofogh-service-progress__track i { aspect-ratio: 1; min-width: 3px; border-radius: 50%; background: rgba(255,255,255,.12); transform: scale(.75); transition: background .18s, box-shadow .18s, transform .18s; }
.ofogh-service-progress__track i.is-lit { background: var(--blue-2); box-shadow: 0 0 8px rgba(63,131,248,.7); transform: scale(1); }
.ofogh-service-progress__track i.is-head { background: var(--gold); box-shadow: 0 0 15px var(--gold); transform: scale(1.5); animation: progressDance .85s ease-in-out infinite alternate; }
.ofogh-service-progress__track:nth-child(2) { transform: translateX(-5px); }
.ofogh-service-progress__track:nth-child(3) { transform: translateX(-10px); }
.ofogh-service-progress__track:nth-child(4) { transform: translateX(-4px); }
.ofogh-service-progress__track:nth-child(5) { transform: translateX(-12px); }
@keyframes progressDance { to { transform: scale(1.8) translateY(-2px); } }
.ofogh-service-story__space { position: absolute; inset: 0; pointer-events: none; }
.ofogh-services-mobile { display: none; }

/* Proof */
.ofogh-proof { position: relative; padding: 140px 0 120px; overflow: hidden; background: linear-gradient(180deg, var(--paper) 0%, #eef3f0 58%, var(--paper) 100%); }
.ofogh-proof__stats-wrap { position: relative; min-height: 520px; display: grid; align-items: center; }
.ofogh-proof__route { position: absolute; inset: 3% 0 0; width: 100%; height: 94%; opacity: .8; }
.ofogh-proof__stats { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ofogh-proof__stats article {
  min-height: 190px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 28px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 22px 64px rgba(11,23,27,.08);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s calc(var(--delay) * .1s), transform .7s calc(var(--delay) * .1s);
}
.ofogh-proof.is-visible .ofogh-proof__stats article { opacity: 1; transform: translateY(0); }
.ofogh-proof__stats article:nth-child(2),
.ofogh-proof__stats article:nth-child(5) { transform: translateY(50px); }
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(2),
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(5) { transform: translateY(20px); }
.ofogh-proof__stats article small { color: var(--muted); font-size: .73rem; }
.ofogh-proof__stats article strong { margin: 10px 0 2px; color: var(--blue); font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; letter-spacing: -.04em; }
.ofogh-proof__stats article span { font-weight: 800; }
.ofogh-certificates,
.ofogh-clients { margin-top: 120px; }
.ofogh-proof__subhead { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.ofogh-proof__subhead h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 4rem); line-height: 1.2; }
.ofogh-proof__subhead p { margin: 0; color: var(--muted); }
.ofogh-certificates__viewer { display: grid; grid-template-columns: 52px 1fr 52px; gap: 18px; align-items: center; }
.ofogh-certificates__viewer > button { width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); cursor: pointer; transition: transform .25s, background .25s; }
.ofogh-certificates__viewer > button:hover { transform: scale(1.08); background: var(--blue); }
.ofogh-certificates__track { min-height: 390px; display: flex; align-items: center; justify-content: center; gap: 26px; perspective: 1200px; }
.ofogh-certificates__track button { border: 0; padding: 0; background: transparent; cursor: zoom-in; transition: transform .45s, opacity .45s, filter .45s; transform: scale(.82) rotateY(-8deg); opacity: .55; filter: saturate(.7); }
.ofogh-certificates__track button:nth-child(n/**/+3) { transform: scale(.82) rotateY(8deg); }
.ofogh-certificates__track button.is-active { transform: scale(1.13) rotateY(0); opacity: 1; filter: saturate(1); z-index: 2; }
.ofogh-certificates__track img { display: block; height: 300px; width: auto; max-width: 230px; object-fit: contain; border-radius: 12px; box-shadow: 0 24px 60px rgba(11,23,27,.18); }
.ofogh-clients__wall { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.ofogh-clients__wall figure { margin: 0; min-height: 180px; display: grid; place-items: center; padding: 24px; border-radius: 28px; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 22px 58px rgba(11,23,27,.07); transition: transform .3s, box-shadow .3s; }
.ofogh-clients__wall figure:hover { transform: translateY(-8px); box-shadow: 0 30px 78px rgba(20,103,216,.14); }
.ofogh-clients__wall img { width: min(150px, 82%); max-height: 118px; object-fit: contain; filter: saturate(.95) contrast(1.06) drop-shadow(0 8px 15px rgba(20,103,216,.14)); }

/* Blog */
.ofogh-blog-preview,
.ofogh-blog-index { padding: 130px 0; background: var(--paper); }
.ofogh-blog-preview__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ofogh-blog-preview__grid article { min-width: 0; }
.ofogh-blog-preview__grid article > a { display: flex; flex-direction: column; height: 100%; padding: 18px 18px 24px; border-radius: 30px; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 24px 65px rgba(11,23,27,.07); transition: transform .35s, box-shadow .35s; }
.ofogh-blog-preview__grid article > a:hover { transform: translateY(-9px); box-shadow: 0 34px 85px rgba(11,23,27,.12); }
.ofogh-blog-preview__media { position: relative; aspect-ratio: 1.55; overflow: hidden; border-radius: 22px; background: linear-gradient(135deg, #dce8e2, #dce7f7); }
.ofogh-blog-preview__media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(244,215,124,.55), transparent 32%); mix-blend-mode: soft-light; }
.ofogh-blog-preview__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.ofogh-blog-preview__grid article:hover .ofogh-blog-preview__media img { transform: scale(1.04); }
.ofogh-blog-preview__media svg { width: 100%; height: 100%; padding: 24px; fill: none; stroke: var(--blue); stroke-width: 5; opacity: .65; }
.ofogh-blog-preview__meta { display: flex; justify-content: space-between; gap: 12px; margin: 18px 2px 8px; color: var(--muted); font-size: .75rem; }
.ofogh-blog-preview__grid h3,
.ofogh-blog-preview__grid h2 { margin: 0; font-family: var(--font-display); font-size: 1.45rem; line-height: 1.5; }
.ofogh-blog-preview__grid p { margin: 10px 0 18px; color: var(--muted); font-size: .9rem; }
.ofogh-blog-preview__grid b { margin-top: auto; color: var(--blue); font-size: .86rem; }

/* Contact */
.ofogh-contact-hub { padding: 130px 0 150px; background: linear-gradient(180deg, var(--paper), #e8efeb); }
.ofogh-contact-hub__options { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 14px; }
.ofogh-contact-hub__options a { min-height: 172px; padding: 24px 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border-radius: 26px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.94); box-shadow: 0 20px 54px rgba(11,23,27,.07); transition: transform .3s, background .3s, color .3s; }
.ofogh-contact-hub__options a:hover { transform: translateY(-8px); background: var(--white); }
.ofogh-contact-hub__options a.is-primary { background: var(--ink); color: var(--white); }
.ofogh-contact-hub__options a.is-primary:hover { background: var(--blue); }
.ofogh-contact-hub__options svg { width: 31px; height: 31px; fill: currentColor; color: var(--blue); margin-bottom: auto; }
.ofogh-contact-hub__options a.is-primary svg { color: var(--teal); }
.ofogh-contact-hub__options strong { display: block; font-size: 1rem; }
.ofogh-contact-hub__options span { display: block; margin-top: 4px; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.ofogh-contact-hub__options a.is-primary span { color: rgba(255,255,255,.62); }

/* Footer */
.ofogh-footer { position: relative; overflow: hidden; padding: 145px 0 26px; color: var(--white); background: #071216; min-height: 550px; }
.ofogh-footer__network { position: absolute; inset: 0 0 auto; height: 430px; opacity: .7; }
.ofogh-footer__network svg { width: 100%; height: 100%; }
.ofogh-footer__paths path { stroke-dasharray: 10 16; animation: footerFlow 8s linear infinite; }
.ofogh-footer__paths path:nth-child(even) { animation-direction: reverse; animation-duration: 11s; }
@keyframes footerFlow { to { stroke-dashoffset: -180; } }
.ofogh-footer__content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 1fr .8fr; gap: 70px; align-items: end; min-height: 310px; }
.ofogh-footer__brand img { width: 240px; filter: brightness(1.3) saturate(1.15) drop-shadow(0 0 18px rgba(20,103,216,.3)); }
.ofogh-footer__brand p { max-width: 390px; margin: 18px 0 0; color: rgba(255,255,255,.6); }
.ofogh-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.ofogh-footer__nav a { color: rgba(255,255,255,.72); font-size: .9rem; transition: color .25s, transform .25s; }
.ofogh-footer__nav a:hover { color: var(--teal); transform: translateX(-4px); }
.ofogh-footer__channels > span { display: block; margin-bottom: 12px; color: rgba(255,255,255,.45); font-size: .74rem; }
.ofogh-footer__channels > div { display: flex; gap: 8px; }
.ofogh-footer__channels a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); transition: background .25s, transform .25s; }
.ofogh-footer__channels a:hover { background: rgba(57,196,190,.16); transform: translateY(-4px); }
.ofogh-footer__channels svg { width: 20px; height: 20px; fill: var(--white); }
.ofogh-footer__bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .75rem; }

/* Inner pages */
.ofogh-page-hero,
.ofogh-inner-hero,
.ofogh-contact-page,
.ofogh-error { padding: 170px 0 100px; min-height: 70svh; display: grid; align-items: center; background: linear-gradient(135deg, var(--paper), #eaf0ed); }
.ofogh-page-hero h1,
.ofogh-contact-page h1,
.ofogh-error h1 { font-size: clamp(3rem, 7vw, 7rem); }
.ofogh-page-hero p,
.ofogh-contact-page p,
.ofogh-error p { color: var(--muted); max-width: 680px; }
.ofogh-inner-hero__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.ofogh-inner-hero h1 { font-size: clamp(3rem, 6vw, 7rem); }
.ofogh-inner-hero p { color: var(--muted); }
.ofogh-inner-hero a,
.ofogh-error a { display: inline-flex; margin-top: 20px; padding: 13px 20px; border-radius: 16px; background: var(--ink); color: var(--white); font-weight: 800; }
.ofogh-inner-hero img { width: 100%; max-height: 520px; object-fit: contain; }
.ofogh-entry { padding: 100px 0; }
.ofogh-entry__content,
.ofogh-single__content { max-width: 820px; margin-inline: auto; font-size: 1.05rem; }
.ofogh-entry__content h2,
.ofogh-entry__content h3,
.ofogh-single__content h2,
.ofogh-single__content h3 { font-family: var(--font-display); }
.ofogh-single__hero { padding: 170px 0 90px; background: linear-gradient(135deg, var(--paper), #e8efeb); }
.ofogh-single__hero h1 { max-width: 960px; margin: 10px 0 0; font-family: var(--font-display); font-size: clamp(2.7rem, 5.6vw, 6.4rem); line-height: 1.2; }
.ofogh-single__hero p { max-width: 760px; color: var(--muted); }
.ofogh-single__layout { padding: 80px 0 120px; }
.ofogh-single__content > figure { margin: 0 0 50px; }
.ofogh-single__content > figure img { border-radius: 26px; }
.ofogh-contact-page { min-height: 100svh; padding-bottom: 130px; }
.ofogh-contact-hub__options--page { margin-top: 60px; }
.ofogh-contact-page__note { margin-top: 28px; padding: 18px 22px; border-radius: 18px; background: rgba(255,255,255,.65); color: var(--muted); display: flex; justify-content: space-between; gap: 18px; }
.ofogh-license-dialog { width: min(760px, calc(100vw - 28px)); padding: 22px; border: 0; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.ofogh-license-dialog::backdrop { background: rgba(5,14,17,.82); backdrop-filter: blur(10px); }
.ofogh-license-dialog > button { position: absolute; top: 12px; left: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); cursor: pointer; }
.ofogh-license-dialog img { display: block; max-height: 82vh; margin-inline: auto; border-radius: 12px; }
.ofogh-font-lab { position: fixed; z-index: 1400; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 5px; padding: 7px; border-radius: 15px; background: rgba(11,23,27,.82); color: var(--white); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.ofogh-font-lab span { padding: 0 7px; color: rgba(255,255,255,.58); font-size: .68rem; }
.ofogh-font-lab button { border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.62); padding: 7px 10px; cursor: pointer; font-size: .72rem; }
.ofogh-font-lab button.is-active { background: var(--blue); color: var(--white); }

/* Responsive */
@media (max-width: 1120px) {
  :root { --shell: min(100% - 36px, 1100px); }
  .ofogh-header__logo { width: 184px; }
  .ofogh-header__logo img { width: 154px; }
  .ofogh-header__nav a,
  .ofogh-header__nav button { padding-inline: 10px; font-size: .82rem; }
  .ofogh-service-story__layout { grid-template-columns: 295px minmax(330px,1fr) 225px; gap: 28px; }
  .ofogh-service-story__copy article h2 { font-size: clamp(1.85rem, 3vw, 3.2rem); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 760px); --header-h: 60px; }
  body { font-size: 15px; }
  .ofogh-header { inset: 10px 0 auto; }
  .ofogh-header__inner { width: calc(100vw - 20px); grid-template-columns: 58px 1fr 58px; gap: 8px; }
  .ofogh-header__logo { grid-column: 2; grid-row: 1; justify-self: center; width: 178px; min-height: 58px; border-radius: 18px; padding: 7px 12px; }
  .ofogh-header__logo img { width: 148px; }
  .ofogh-header__contact { grid-column: 1; grid-row: 1; width: 58px; height: 58px; border-radius: 18px; }
  .ofogh-header__nav { display: none; }
  .ofogh-header__mobile-menu { grid-column: 3; grid-row: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; background: rgba(244,240,233,.36); backdrop-filter: blur(24px); cursor: pointer; }
  .ofogh-header__mobile-menu span { width: 23px; height: 2px; background: var(--ink); border-radius: 10px; transition: transform .25s; }
  .ofogh-mega { display: none; }
  .ofogh-mobile-drawer { position: fixed; z-index: 1500; inset: 0; display: block; padding: 14px; background: rgba(7,18,22,.96); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; overflow-y: auto; }
  .ofogh-mobile-drawer.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .ofogh-mobile-drawer__top { display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; gap: 10px; }
  .ofogh-mobile-drawer__top > button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.06); color: var(--white); font-size: 1.8rem; cursor: pointer; }
  .ofogh-mobile-drawer__top > a { justify-self: center; width: 180px; padding: 8px 12px; border-radius: 17px; background: rgba(255,255,255,.06); backdrop-filter: blur(16px); }
  .ofogh-mobile-drawer__top img { display: block; width: 100%; filter: brightness(1.22) saturate(1.1); }
  .ofogh-mobile-drawer nav { padding: 38px 8px 50px; display: flex; flex-direction: column; }
  .ofogh-mobile-drawer nav > a,
  .ofogh-mobile-drawer summary { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--font-display); font-size: 1.45rem; font-weight: 800; cursor: pointer; list-style: none; }
  .ofogh-mobile-drawer details a { display: block; padding: 10px 14px; color: rgba(255,255,255,.66); font-size: .95rem; }
  .ofogh-loader__bulb { width: min(58vmin, 340px); min-width: 230px; }
  .ofogh-loader__rings { width: min(92vmin, 620px); }
  .ofogh-loader__brand { margin-top: -52px; width: min(280px, 72vw); }
  .ofogh-service-story { display: none; }
  .ofogh-services-mobile { display: block; padding: 110px 0; background: var(--ink); color: var(--white); }
  .ofogh-services-mobile .ofogh-section-head h2 { font-size: clamp(2.2rem, 9vw, 4.2rem); }
  .ofogh-services-mobile__list { display: flex; flex-direction: column; }
  .ofogh-services-mobile__list article { display: grid; grid-template-columns: minmax(120px, .65fr) 1fr; gap: 26px; align-items: center; padding: 44px 0; border-top: 1px solid rgba(255,255,255,.1); }
  .ofogh-services-mobile__list article:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
  .ofogh-services-mobile__visual { min-height: 190px; display: grid; place-items: center; border-radius: 28px; background: radial-gradient(circle, rgba(20,103,216,.16), transparent 67%); }
  .ofogh-services-mobile__visual img { width: 100%; max-height: 220px; object-fit: contain; }
  .ofogh-services-mobile__list small { color: var(--teal); font-weight: 800; }
  .ofogh-services-mobile__list h3 { margin: 8px 0 12px; font-family: var(--font-display); font-size: 2rem; }
  .ofogh-services-mobile__list p { margin: 0 0 14px; color: rgba(255,255,255,.65); }
  .ofogh-services-mobile__list a { color: var(--white); font-weight: 800; }
  .ofogh-proof { padding-top: 110px; }
  .ofogh-proof__stats-wrap { min-height: auto; }
  .ofogh-proof__route { opacity: .3; }
  .ofogh-proof__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .ofogh-proof__stats article { min-height: 155px; padding: 20px; border-radius: 22px; }
  .ofogh-proof__stats article:nth-child(2),
  .ofogh-proof__stats article:nth-child(5),
  .ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(2),
  .ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(5) { transform: translateY(0); }
  .ofogh-proof__stats article strong { font-size: clamp(2.3rem, 11vw, 4rem); }
  .ofogh-certificates,
  .ofogh-clients { margin-top: 90px; }
  .ofogh-proof__subhead { grid-template-columns: 1fr; gap: 16px; }
  .ofogh-certificates__viewer { grid-template-columns: 42px 1fr 42px; gap: 7px; }
  .ofogh-certificates__viewer > button { width: 42px; height: 42px; }
  .ofogh-certificates__track { justify-content: flex-start; overflow-x: auto; padding: 28px 12px 32px; scroll-snap-type: x mandatory; gap: 14px; }
  .ofogh-certificates__track button,
  .ofogh-certificates__track button:nth-child(n/**/+3),
  .ofogh-certificates__track button.is-active { flex: 0 0 auto; transform: none; opacity: 1; filter: none; scroll-snap-align: center; }
  .ofogh-certificates__track img { height: 270px; }
  .ofogh-clients__wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ofogh-clients__wall figure { min-height: 142px; padding: 16px; border-radius: 22px; }
  .ofogh-clients__wall figure:last-child { grid-column: 1 / -1; }
  .ofogh-blog-preview,
  .ofogh-blog-index { padding: 100px 0; }
  .ofogh-blog-preview__grid { grid-template-columns: 1fr; }
  .ofogh-section-head > a { position: static; display: inline-flex; margin-top: 18px; }
  .ofogh-contact-hub { padding: 100px 0 115px; }
  .ofogh-contact-hub__options { grid-template-columns: 1fr 1fr; }
  .ofogh-contact-hub__options a { min-height: 150px; }
  .ofogh-contact-hub__options a.is-primary { grid-column: 1 / -1; }
  .ofogh-footer { padding-top: 115px; min-height: 670px; }
  .ofogh-footer__network { height: 360px; opacity: .55; }
  .ofogh-footer__content { grid-template-columns: 1fr; gap: 36px; min-height: 480px; align-content: end; }
  .ofogh-footer__brand img { width: 220px; }
  .ofogh-footer__nav { max-width: 360px; }
  .ofogh-footer__bottom { flex-direction: column; align-items: flex-start; }
  .ofogh-inner-hero__grid { grid-template-columns: 1fr; }
  .ofogh-inner-hero img { max-height: 330px; }
  .ofogh-contact-page__note { flex-direction: column; }
  .ofogh-font-lab { left: 10px; bottom: 10px; transform: scale(.9); transform-origin: left bottom; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 22px); }
  .ofogh-section-head h2 { font-size: clamp(2rem, 12vw, 3.5rem); }
  .ofogh-header__inner { grid-template-columns: 52px 1fr 52px; }
  .ofogh-header__logo { width: 156px; min-height: 52px; }
  .ofogh-header__logo img { width: 132px; }
  .ofogh-header__contact,
  .ofogh-header__mobile-menu { width: 52px; height: 52px; border-radius: 16px; }
  .ofogh-header__contact svg { width: 21px; }
  .ofogh-loader__scene { transform: translateY(-3vh); }
  .ofogh-loader__bulb { min-width: 215px; }
  .ofogh-loader__brand { width: min(250px, 76vw); }
  .ofogh-loader__scene p { font-size: .82rem; }
  .ofogh-services-mobile__list article { grid-template-columns: 1fr; gap: 10px; }
  .ofogh-services-mobile__visual { min-height: 220px; }
  .ofogh-services-mobile__list h3 { font-size: 1.8rem; }
  .ofogh-proof__stats { gap: 10px; }
  .ofogh-proof__stats article { min-height: 142px; padding: 16px; }
  .ofogh-proof__stats article small { font-size: .62rem; }
  .ofogh-proof__stats article span { font-size: .8rem; }
  .ofogh-contact-hub__options { grid-template-columns: 1fr; }
  .ofogh-contact-hub__options a.is-primary { grid-column: auto; }
  .ofogh-contact-hub__options a { min-height: 132px; }
  .ofogh-footer__nav { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .ofogh-loader__rings { display: none; }
  .ofogh-footer__energy { display: none; }
}

/* V9.1 refinement pass */
.ofogh-header__inner {
  position: relative;
  display: block;
  height: 64px;
}
.ofogh-header__logo,
.ofogh-header__nav,
.ofogh-header__contact {
  position: absolute;
  top: 0;
  height: 64px;
  min-height: 64px;
}
.ofogh-header__logo {
  right: 0;
  width: 236px;
  padding: 8px 15px;
  background: rgba(244,240,233,.16);
  border-color: rgba(255,255,255,.42);
  backdrop-filter: blur(30px) saturate(165%);
  -webkit-backdrop-filter: blur(30px) saturate(165%);
}
.ofogh-header__logo img {
  width: 204px;
  filter: brightness(1.08) saturate(1.18) drop-shadow(0 0 13px rgba(0,167,231,.28));
}
.ofogh-header__nav {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background: rgba(244,240,233,.13);
  border-color: rgba(255,255,255,.42);
  backdrop-filter: blur(30px) saturate(165%);
  -webkit-backdrop-filter: blur(30px) saturate(165%);
}
.ofogh-header__contact {
  left: 0;
  background: rgba(244,240,233,.14);
  border-color: rgba(255,255,255,.42);
  backdrop-filter: blur(30px) saturate(165%);
  -webkit-backdrop-filter: blur(30px) saturate(165%);
}
.ofogh-header__inner { z-index: 3; }
.ofogh-mega {
  z-index: 1;
  top: 84px;
  width: min(680px, calc(100vw - 48px));
  min-height: 278px;
  padding: 22px 24px;
}
.ofogh-mega__grid { gap: 28px; }
.ofogh-mega__copy { min-height: 205px; }
.ofogh-mega__copy strong { font-size: 1.45rem; }

.ofogh-service-story__layout {
  grid-template-columns: 360px minmax(390px, 1fr) 270px;
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy model nav"
    "progress model nav";
  align-items: center;
  padding-top: 92px;
  padding-bottom: 28px;
}
.ofogh-service-story__copy {
  grid-area: copy;
  min-height: 360px;
  justify-content: center;
}
.ofogh-service-story__model {
  grid-area: model;
  grid-row: 1 / 3;
}
.ofogh-service-story__nav {
  grid-area: nav;
  grid-row: 1 / 3;
}
.ofogh-service-story__model figcaption b {
  color: rgba(255,255,255,.78);
  font-family: var(--font-body);
  letter-spacing: 0;
}
.ofogh-service-story__brandmark { display: none; }
.ofogh-service-progress {
  grid-area: progress;
  position: relative;
  inset: auto;
  width: 100%;
  align-self: end;
  padding: 0 0 8px;
}
.ofogh-service-progress__heading {
  display: block;
  margin-bottom: 15px;
}
.ofogh-service-progress__heading small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.48);
  font-size: .74rem;
}
.ofogh-service-progress__heading strong {
  display: block;
  color: var(--white);
  font-size: 1.05rem;
}
.ofogh-service-progress__tracks { gap: 8px; }
.ofogh-service-progress__track {
  grid-template-columns: repeat(58, 1fr);
  gap: 3px;
}
.ofogh-service-progress__track i {
  min-width: 2.8px;
  background: rgba(255,255,255,.13);
}
.ofogh-service-progress__track:nth-child(2) { transform: translateX(-7px); }
.ofogh-service-progress__track:nth-child(3) { transform: translateX(-15px); }
.ofogh-service-progress__track:nth-child(4) { transform: translateX(-5px); }
.ofogh-service-progress__track:nth-child(5) { transform: translateX(-18px); }

.ofogh-proof {
  padding: 92px 0 86px;
}
.ofogh-proof__headline {
  max-width: 1040px;
  margin-bottom: 32px;
}
.ofogh-proof__headline h2 {
  font-family: var(--font-body);
  font-weight: 900;
  white-space: nowrap;
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
}
.ofogh-proof__stats-wrap {
  min-height: 390px;
}
.ofogh-proof__route {
  inset: 0;
  height: 100%;
  opacity: .92;
}
.ofogh-proof__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ofogh-proof__stats article,
.ofogh-proof__stats article:nth-child(2),
.ofogh-proof__stats article:nth-child(5),
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(2),
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(5) {
  min-height: 138px;
  padding: 19px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.27);
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: 0 16px 42px rgba(11,23,27,.06);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  transform: translateY(24px);
}
.ofogh-proof.is-visible .ofogh-proof__stats article,
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(2),
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(5) {
  transform: translateY(0);
}
.ofogh-proof__stats article small { font-size: .66rem; }
.ofogh-proof__stats article strong {
  margin: 7px 0 1px;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  font-family: var(--font-display);
}
.ofogh-proof__stats article span { font-size: .88rem; }
.ofogh-company-brief {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1.5fr .85fr;
  gap: 28px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 26px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 55px rgba(11,23,27,.055);
}
.ofogh-company-brief small { color: var(--blue); font-weight: 800; }
.ofogh-company-brief h3 {
  margin: 7px 0 8px;
  font-family: var(--font-body);
  font-size: clamp(1.45rem, 2.2vw, 2.3rem);
  line-height: 1.45;
}
.ofogh-company-brief p { margin: 0; color: var(--muted); }
.ofogh-company-brief__facts { display: flex; flex-direction: column; gap: 9px; }
.ofogh-company-brief__facts span {
  display: block;
  padding: 10px 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(155,181,170,.32);
  font-size: .86rem;
  font-weight: 700;
}
.ofogh-certificates,
.ofogh-clients { margin-top: 72px; }
.ofogh-proof__subhead {
  gap: 42px;
  margin-bottom: 28px;
}
.ofogh-proof__subhead h3 {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(1.8rem, 2.7vw, 3.25rem);
}
.ofogh-certificates__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.ofogh-certificates__grid button {
  border: 0;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 16px 42px rgba(11,23,27,.07);
  cursor: zoom-in;
  transition: transform .3s, box-shadow .3s;
}
.ofogh-certificates__grid button:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 58px rgba(11,23,27,.12);
}
.ofogh-certificates__grid img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: contain;
  border-radius: 11px;
}
.ofogh-clients__wall { gap: 16px; }
.ofogh-clients__wall figure {
  min-height: 150px;
  padding: 18px;
  border-radius: 22px;
}
.ofogh-clients__wall img {
  width: min(180px, 92%);
  max-height: 125px;
  filter: saturate(1.04) contrast(1.1) brightness(1.04) drop-shadow(0 8px 18px rgba(20,103,216,.14));
}
.ofogh-blog-preview,
.ofogh-blog-index { padding: 94px 0; }
.ofogh-contact-hub { padding: 92px 0 105px; }

.ofogh-footer {
  min-height: 0;
  padding: 64px 0 22px;
}
.ofogh-footer__content {
  position: relative;
  z-index: 3;
  grid-template-columns: 1.25fr 1fr 1.05fr .65fr;
  gap: 28px;
  align-items: start;
  min-height: 0;
  padding-bottom: 155px;
}
.ofogh-footer__brand img { width: 250px; }
.ofogh-footer__brand p {
  max-width: 410px;
  margin-top: 14px;
  line-height: 1.95;
}
.ofogh-footer__office,
.ofogh-footer__nav,
.ofogh-footer__channels {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ofogh-footer__office { display: flex; flex-direction: column; gap: 5px; }
.ofogh-footer__office strong { font-size: 1rem; }
.ofogh-footer__office p { margin: 6px 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.8; }
.ofogh-footer__office a { color: rgba(255,255,255,.84); font-size: .82rem; }
.ofogh-footer__office small { margin-top: 5px; color: rgba(255,255,255,.4); font-size: .67rem; }
.ofogh-footer__nav {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ofogh-footer__nav a {
  padding: 8px 10px;
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
  font-size: .78rem;
}
.ofogh-footer__channels > div { flex-wrap: wrap; }
.ofogh-footer__network {
  inset: auto 0 0;
  height: 240px;
  opacity: .72;
  z-index: 1;
}
.ofogh-footer__bottom {
  z-index: 3;
  padding-top: 16px;
}
.ofogh-font-lab { display: none !important; }

@media (max-width: 1120px) and (min-width: 901px) {
  .ofogh-header__logo { width: 196px; }
  .ofogh-header__logo img { width: 166px; }
  .ofogh-service-story__layout {
    grid-template-columns: 310px minmax(330px,1fr) 225px;
    gap: 26px;
  }
  .ofogh-proof__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ofogh-footer__content { grid-template-columns: 1.15fr 1fr 1fr; }
  .ofogh-footer__channels { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .ofogh-header__inner {
    position: relative;
    display: grid;
    height: auto;
  }
  .ofogh-header__logo,
  .ofogh-header__contact,
  .ofogh-header__mobile-menu {
    position: static;
    transform: none;
  }
  .ofogh-proof__headline h2 { white-space: normal; }
  .ofogh-proof__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ofogh-proof__stats-wrap { min-height: auto; }
  .ofogh-company-brief { grid-template-columns: 1fr; }
  .ofogh-certificates__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ofogh-certificates__grid img { height: 260px; }
  .ofogh-footer__content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 210px;
  }
  .ofogh-footer__network { height: 210px; opacity: .62; }
  .ofogh-footer__brand img { width: 230px; }
  .ofogh-footer__nav { max-width: none; }
}

@media (max-width: 560px) {
  .ofogh-proof { padding-top: 74px; }
  .ofogh-proof__headline { margin-bottom: 24px; }
  .ofogh-proof__stats { gap: 9px; }
  .ofogh-proof__stats article,
  .ofogh-proof__stats article:nth-child(2),
  .ofogh-proof__stats article:nth-child(5) {
    min-height: 122px;
    padding: 13px;
    border-radius: 17px;
  }
  .ofogh-proof__stats article strong { font-size: 2.15rem; }
  .ofogh-company-brief { padding: 20px; border-radius: 21px; }
  .ofogh-certificates,
  .ofogh-clients { margin-top: 56px; }
  .ofogh-certificates__grid { grid-template-columns: 1fr 1fr; }
  .ofogh-certificates__grid button { padding: 8px; border-radius: 16px; }
  .ofogh-certificates__grid img { height: 210px; }
  .ofogh-clients__wall { grid-template-columns: 1fr 1fr; }
  .ofogh-clients__wall figure { min-height: 120px; }
  .ofogh-footer { padding-top: 42px; }
  .ofogh-footer__content { padding-bottom: 190px; }
  .ofogh-footer__network { height: 190px; }
}

@media (max-width: 900px) {
  .ofogh-header__logo {
    width: 178px;
    height: 58px;
    min-height: 58px;
    padding: 7px 12px;
  }
  .ofogh-header__logo img { width: 148px; }
  .ofogh-header__contact,
  .ofogh-header__mobile-menu {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 560px) {
  .ofogh-header__logo {
    width: 156px;
    height: 52px;
    min-height: 52px;
  }
  .ofogh-header__logo img { width: 132px; }
  .ofogh-header__contact,
  .ofogh-header__mobile-menu {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 900px) {
  .ofogh-footer__content { padding-bottom: 155px; }
  .ofogh-footer__network { height: 155px; }
  .ofogh-footer__brand p { font-size: .85rem; line-height: 1.8; }
  .ofogh-footer__office,
  .ofogh-footer__nav,
  .ofogh-footer__channels { padding: 14px; }
}
@media (max-width: 560px) {
  .ofogh-footer__content { padding-bottom: 135px; }
  .ofogh-footer__network { height: 135px; }
}


/* V9.2 final alignment and production pass */
.ofogh-header { height: 86px; }
.ofogh-header__inner { position: relative; display: block; height: 68px; width: min(1380px, calc(100vw - 36px)); margin-inline: auto; }
.ofogh-header__logo, .ofogh-header__nav, .ofogh-header__contact { top: 50%; }
.ofogh-header__logo { right: 0; transform: translateY(-50%); width: 250px; }
.ofogh-header__logo img { width: 214px; }
.ofogh-header__nav { left: 50%; transform: translate(-50%, -50%); }
.ofogh-header__contact { left: 0; transform: translateY(-50%); }
.ofogh-mega { top: 78px; z-index: 2; }
.ofogh-service-story { min-height: 500vh; }
.ofogh-service-progress { max-width: 360px; }
.ofogh-service-progress__note { color: rgba(255,255,255,.92); font-size: .96rem; line-height: 1.95; margin-bottom: 14px; min-height: 78px; }
.ofogh-service-progress__heading, .ofogh-service-progress small, .ofogh-service-progress strong { display:none !important; }
.ofogh-service-progress__track { grid-template-columns: repeat(58, 1fr); }
.ofogh-service-progress__track i { background: rgba(255,255,255,.16); transform: scale(.82); }
.ofogh-service-progress__track i.is-lit { background: rgba(95,221,255,.95); box-shadow: 0 0 9px rgba(95,221,255,.75); transform: scale(1); }
.ofogh-service-progress__track i.is-head { background: #fff3b4; box-shadow: 0 0 18px rgba(255,243,180,.95); transform: scale(1.45); }
.ofogh-proof__headline { margin-bottom: 18px; }
.ofogh-proof__headline h2 { white-space: normal; }
.ofogh-proof__stats-wrap { min-height: 355px; }
.ofogh-proof__route path:nth-of-type(2) { opacity: .8; }
.ofogh-proof__route::after { content:""; }
.ofogh-proof__stats { gap: 14px; }
.ofogh-proof__stats article, .ofogh-proof__stats article:nth-child(2), .ofogh-proof__stats article:nth-child(5) { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.52); }
.ofogh-company-brief { margin-top: 26px; }
.ofogh-proof__subhead { margin-bottom: 18px; }
.ofogh-proof__subhead p { display:none; }
.ofogh-certificates { margin-top: 54px; }
.ofogh-certificates__grid { gap: 14px; }
.ofogh-certificates__grid figure { margin:0; padding: 12px; border-radius: 20px; background: rgba(255,255,255,.46); border: 1px solid rgba(255,255,255,.82); box-shadow: 0 16px 42px rgba(11,23,27,.07); }
.ofogh-certificates__grid button { all: unset; }
.ofogh-certificates__grid img { height: 290px; cursor: default; }
.ofogh-footer__brand small { display:block; margin-top: 10px; color: rgba(255,255,255,.52); line-height: 1.9; }
.ofogh-footer__nav strong { grid-column: 1 / -1; display:block; margin-bottom: 3px; color: rgba(255,255,255,.42); font-size: .73rem; }
.ofogh-footer__office small + small { margin-top: 2px; }
@media (max-width: 900px) {
  .ofogh-header { height: auto; }
  .ofogh-header__inner { display:grid; }
  .ofogh-header__logo, .ofogh-header__nav, .ofogh-header__contact { top:auto; transform:none; }
  .ofogh-service-story { min-height: auto; }
  .ofogh-service-progress__note { min-height: 0; font-size: .9rem; }
}

/* V9.3 — exact-logo and locked layout correction */
@media (min-width: 901px) {
  .ofogh-header__inner {
    display: grid;
    grid-template-columns: 72px 1fr 150px;
    align-items: center;
    gap: 22px;
    height: 70px;
  }
  .ofogh-header__contact,
  .ofogh-header__nav,
  .ofogh-header__logo {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    height: 70px;
    min-height: 70px;
  }
  .ofogh-header__contact {
    grid-column: 1;
    width: 70px;
  }
  .ofogh-header__nav {
    grid-column: 2;
    justify-self: center;
  }
  .ofogh-header__logo {
    grid-column: 3;
    width: 150px;
    padding: 8px 12px;
  }
  .ofogh-header__logo img {
    width: auto;
    height: 56px;
    max-width: 126px;
    object-fit: contain;
    filter: none;
  }
  .ofogh-mega {
    top: 82px;
  }

  .ofogh-service-story {
    min-height: 410vh;
  }
  .ofogh-service-story__layout {
    grid-template-columns: 350px minmax(380px, 1fr) 300px;
    grid-template-rows: 1fr;
    grid-template-areas: "copy model side";
    align-items: center;
    gap: 42px;
    padding-top: 96px;
    padding-bottom: 28px;
  }
  .ofogh-service-story__copy {
    grid-area: copy;
    min-height: 420px;
  }
  .ofogh-service-story__model {
    grid-area: model;
    grid-row: auto;
  }
  .ofogh-service-story__side {
    grid-area: side;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    min-width: 0;
  }
  .ofogh-service-story__nav {
    grid-area: auto;
    grid-row: auto;
    align-self: stretch;
  }
  .ofogh-service-progress {
    position: static;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    align-self: stretch;
  }
  .ofogh-service-progress__note {
    min-height: 48px;
    margin: 0 0 10px;
    color: rgba(255,255,255,.92);
    font-size: .82rem;
    line-height: 1.75;
    text-align: right;
  }
  .ofogh-service-progress__tracks {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .ofogh-service-progress__track {
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
    transform: none !important;
  }
  .ofogh-service-progress__track i {
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 1;
    max-width: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    transform: scale(.78);
  }
  .ofogh-service-progress__track i.is-lit {
    background: #4ec9ee;
    box-shadow: 0 0 7px rgba(78,201,238,.7);
    transform: scale(.95);
  }
  .ofogh-service-progress__track i.is-head {
    background: #fff2a8;
    box-shadow: 0 0 13px rgba(255,242,168,.95);
    transform: scale(1.35);
  }

  .ofogh-proof__headline h2,
  .ofogh-proof__subhead h3,
  .ofogh-blog-preview .ofogh-section-head h2,
  .ofogh-contact-hub .ofogh-section-head h2 {
    white-space: nowrap;
    text-wrap: nowrap;
  }
  .ofogh-proof__headline h2 {
    font-size: clamp(2rem, 3.2vw, 3.9rem);
  }
  .ofogh-proof__subhead h3 {
    font-size: clamp(1.55rem, 2.35vw, 2.8rem);
  }
  .ofogh-blog-preview .ofogh-section-head h2,
  .ofogh-contact-hub .ofogh-section-head h2 {
    font-size: clamp(1.95rem, 3vw, 3.7rem);
  }
}

.ofogh-loader__brand {
  width: min(190px, 48vw);
  margin-top: -36px;
}
.ofogh-loader__brand img {
  width: 100%;
  height: auto;
  filter: none;
}
.ofogh-footer__brand img {
  width: 138px;
  height: auto;
  filter: none;
}

.ofogh-proof__stats article,
.ofogh-proof__stats article:nth-child(2),
.ofogh-proof__stats article:nth-child(5),
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(2),
.ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(5) {
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.28);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.ofogh-proof__route {
  opacity: 1;
}
.ofogh-company-brief {
  grid-template-columns: 1fr;
}
.ofogh-company-brief__facts {
  display: none !important;
}
.ofogh-certificates__grid figure {
  cursor: default;
}
.ofogh-certificates__grid img {
  cursor: default;
}
.ofogh-license-dialog {
  display: none !important;
}

@media (max-width: 900px) {
  .ofogh-header__logo img {
    width: auto;
    height: 48px;
    max-width: 110px;
    object-fit: contain;
    filter: none;
  }
  .ofogh-loader__brand {
    width: min(160px, 52vw);
    margin-top: -26px;
  }
  .ofogh-footer__brand img {
    width: 120px;
  }
}

/* V9.4 — authoritative header, desktop service scanner, and scoped polish */
@media (min-width: 901px) {
  .ofogh-header--v94 {
    height: 92px;
  }
  .ofogh-header--v94 .ofogh-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
    grid-template-areas: "contact nav logo";
    grid-template-rows: 78px;
    align-items: center;
    gap: 20px;
    height: 78px;
    direction: ltr;
  }
  
  
  
  
  .ofogh-header--v94 .ofogh-header__nav {
    grid-area: nav;
    justify-self: center;
    width: auto;
    height: 64px;
    min-height: 64px;
    padding: 6px;
    border-radius: 21px;
    background: rgba(244,240,233,.30);
    border-color: rgba(255,255,255,.52);
    backdrop-filter: blur(28px) saturate(155%);
    -webkit-backdrop-filter: blur(28px) saturate(155%);
    box-shadow: 0 16px 48px rgba(11,23,27,.10);
  }
  .ofogh-header--v94 .ofogh-header__contact {
    grid-area: contact;
    justify-self: start;
    width: 60px;
    height: 60px;
    min-height: 60px;
    border-radius: 20px;
  }
  .ofogh-header--v94 .ofogh-mega {
    top: 84px;
    width: min(1040px, calc(100vw - 36px));
    min-height: 394px;
    max-height: calc(100vh - 114px);
    padding: 25px 27px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .ofogh-header--v94 .ofogh-mega__grid {
    direction: ltr;
    grid-template-columns: .92fr 1.12fr .92fr;
    grid-template-areas: "extra copy core";
    gap: 28px;
    align-items: stretch;
  }
  .ofogh-header--v94 .ofogh-mega__services {
    grid-area: core;
    direction: rtl;
  }
  .ofogh-header--v94 .ofogh-mega__copy {
    grid-area: copy;
    direction: rtl;
    min-height: 300px;
    padding: 16px 20px;
    border-right: 1px solid rgba(255,255,255,.10);
    border-left: 1px solid rgba(255,255,255,.10);
  }
  .ofogh-header--v94 .ofogh-mega__extra {
    grid-area: extra;
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ofogh-header--v94 .ofogh-mega__extra small {
    display: block;
    margin-bottom: 7px;
    color: var(--sage);
    font-size: .72rem;
    font-weight: 800;
  }
  .ofogh-header--v94 .ofogh-mega__extra a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
    color: rgba(255,255,255,.72);
    font-size: .88rem;
    font-weight: 700;
    transition: color .22s, transform .22s;
  }
  .ofogh-header--v94 .ofogh-mega__extra a:hover,
  .ofogh-header--v94 .ofogh-mega__extra a:focus-visible {
    color: var(--white);
    transform: translateX(-5px);
  }
  .ofogh-header--v94 .ofogh-mega__extra a span {
    color: var(--teal);
  }
  .ofogh-header--v94 .ofogh-mega__guides {
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.10);
  }

  .ofogh-service-story {
    min-height: 320vh;
  }
  .ofogh-service-story__layout {
    grid-template-columns: minmax(270px, 340px) minmax(310px, 1fr) minmax(220px, 285px);
    grid-template-rows: 1fr;
    grid-template-areas: "copy model side";
    gap: clamp(18px, 2.5vw, 38px);
    align-items: center;
    padding-top: 86px;
    padding-bottom: 24px;
  }
  .ofogh-service-story__copy {
    grid-area: copy;
    min-height: 382px;
  }
  .ofogh-service-story__copy article h2 {
    margin: 12px 0 17px;
    font-family: var(--font-body);
    font-size: clamp(2rem, 2.65vw, 3.05rem);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -.025em;
  }
  .ofogh-service-story__copy article p {
    color: rgba(255,255,255,.72);
    font-size: 1.02rem;
    line-height: 2.12;
    text-align: justify;
    text-align-last: right;
  }
  .ofogh-service-story__model {
    grid-area: model;
    grid-row: auto;
    max-width: 510px;
    max-height: 61vh;
  }
  .ofogh-service-story__model figure {
    width: 76%;
  }
  .ofogh-service-story__side {
    grid-area: side;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    min-width: 0;
  }
  .ofogh-service-story__nav {
    grid-area: auto;
    grid-row: auto;
    align-self: stretch;
    gap: 0;
  }
  .ofogh-service-story__nav > small {
    margin-bottom: 10px;
  }
  .ofogh-service-story__nav button {
    min-height: 35px;
    padding: 6px 0;
    gap: 10px;
  }
  .ofogh-service-story__nav button span {
    font-size: .90rem;
  }
  .ofogh-service-story__nav button.is-active {
    transform: translateX(-6px);
  }
  .ofogh-service-story__nav button.is-active span {
    font-size: 1.12rem;
  }
  .ofogh-service-story__nav button.is-active svg {
    width: 58px;
  }
  .ofogh-service-scanner {
    --scanner-phase: 0;
    width: 230px;
    max-width: 100%;
    margin: 2px 0 0 auto;
    direction: rtl;
  }
  .ofogh-service-scanner__note {
    min-height: 25px;
    margin: 0 0 9px;
    color: rgba(255,255,255,.82);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.7;
    transition: opacity .22s, transform .22s;
  }
  .ofogh-service-scanner__note::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 7px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 9px rgba(57,196,190,.78);
    vertical-align: middle;
  }
  .ofogh-service-scanner__note.is-changing {
    animation: serviceNoteIn .34s cubic-bezier(.2,.8,.2,1);
  }
  .ofogh-service-scanner__tracks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 216px;
    max-width: 100%;
    direction: ltr;
  }
  .ofogh-service-scanner__track {
    display: grid;
    grid-template-columns: repeat(54, 2px);
    gap: 2px;
    width: 214px;
    height: 2px;
  }
  .ofogh-service-scanner__track:nth-child(2) { transform: translateX(5px); }
  .ofogh-service-scanner__track:nth-child(3) { transform: translateX(10px); }
  .ofogh-service-scanner__track:nth-child(4) { transform: translateX(4px); }
  .ofogh-service-scanner__track:nth-child(5) { transform: translateX(13px); }
  .ofogh-service-scanner__track i {
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(220,232,226,.18);
    box-shadow: none;
    animation: serviceScannerDot 3.1s linear infinite;
    animation-delay: calc((var(--dot) * -.056s) + (var(--row) * -.11s) + (var(--scanner-phase) * -.17s));
    will-change: transform, background-color, box-shadow;
  }
  @keyframes serviceScannerDot {
    0%, 68%, 100% { background: rgba(220,232,226,.18); box-shadow: none; transform: scale(.88); }
    74% { background: #4ec9ee; box-shadow: 0 0 5px rgba(78,201,238,.68); transform: scale(1.15); }
    79% { background: #fff2a8; box-shadow: 0 0 9px rgba(255,242,168,.95); transform: scale(1.75); }
    84% { background: #4ec9ee; box-shadow: 0 0 6px rgba(78,201,238,.76); transform: scale(1.2); }
    92% { background: rgba(220,232,226,.18); box-shadow: none; transform: scale(.88); }
  }
  @keyframes serviceNoteIn {
    from { opacity: .18; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .ofogh-proof__stats article,
  .ofogh-proof__stats article:nth-child(2),
  .ofogh-proof__stats article:nth-child(5),
  .ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(2),
  .ofogh-proof.is-visible .ofogh-proof__stats article:nth-child(5) {
    background: linear-gradient(145deg, rgba(255,255,255,.48), rgba(255,255,255,.19));
    border-color: rgba(255,255,255,.76);
    box-shadow: 0 18px 48px rgba(11,23,27,.08), inset 0 1px 0 rgba(255,255,255,.42);
    backdrop-filter: blur(12px) saturate(125%);
    -webkit-backdrop-filter: blur(12px) saturate(125%);
  }
  .ofogh-proof__route {
    opacity: .9;
    filter: drop-shadow(0 6px 10px rgba(20,103,216,.08));
  }
  .ofogh-proof__route path:nth-of-type(1) {
    stroke-width: 4.5;
  }
  .ofogh-proof__route path:nth-of-type(2),
  .ofogh-proof__route path:nth-of-type(3) {
    animation: trustRouteFlow 8s linear infinite;
  }
  .ofogh-proof__route path:nth-of-type(3) {
    animation-duration: 11s;
    animation-direction: reverse;
  }
  @keyframes trustRouteFlow { to { stroke-dashoffset: -72; } }

  .ofogh-blog-preview__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: none;
  }
  .ofogh-blog-preview__head > a {
    position: static;
    flex: 0 0 auto;
    margin-bottom: 8px;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .ofogh-header--v94 .ofogh-header__inner {
    gap: 14px;
  }
  .ofogh-header--v94 .ofogh-header__nav a,
  .ofogh-header--v94 .ofogh-header__nav button {
    padding-inline: 9px;
    font-size: .79rem;
  }
  .ofogh-header--v94 .ofogh-mega {
    padding-inline: 22px;
  }
  .ofogh-header--v94 .ofogh-mega__grid {
    gap: 20px;
  }
  .ofogh-service-story__layout {
    grid-template-columns: minmax(260px, 300px) minmax(300px, 1fr) minmax(210px, 230px);
    gap: 18px;
  }
  .ofogh-service-story__copy article h2 {
    font-size: clamp(1.8rem, 2.7vw, 2.45rem);
  }
  .ofogh-service-story__copy article p {
    font-size: .94rem;
  }
  .ofogh-service-story__model {
    max-width: 450px;
  }
  .ofogh-service-scanner {
    width: 218px;
  }
}

@media (min-width: 901px) and (max-height: 760px) {
  .ofogh-service-story__layout {
    padding-top: 72px;
    padding-bottom: 18px;
  }
  .ofogh-service-story__nav > small { margin-bottom: 6px; }
  .ofogh-service-story__nav button { min-height: 31px; padding-block: 4px; }
  .ofogh-service-story__nav button.is-active span { font-size: 1.04rem; }
  .ofogh-service-story__model { max-height: 55vh; }
  .ofogh-service-story__copy { min-height: 330px; }
  .ofogh-service-story__copy article h2 { font-size: clamp(1.75rem, 2.45vw, 2.55rem); }
  .ofogh-service-story__copy article p { line-height: 1.95; }
  .ofogh-service-story__copy article a { margin-top: 16px; }
  .ofogh-service-story__side { gap: 12px; }
}

@media (max-width: 900px) {
  .ofogh-header--v94 {
    height: auto;
  }
  .ofogh-header--v94 .ofogh-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    grid-template-rows: 52px;
    align-items: center;
    gap: 8px;
    width: calc(100vw - 20px);
    height: 52px;
    direction: ltr;
  }
  
  
  
  .ofogh-header--v94 .ofogh-header__contact,
  .ofogh-header--v94 .ofogh-header__mobile-menu {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 17px;
  }
  .ofogh-header--v94 .ofogh-header__contact {
    grid-column: 1;
  }
  .ofogh-header--v94 .ofogh-header__mobile-menu {
    grid-column: 3;
  }
  .ofogh-mobile-drawer__top > a {
    width: 76px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .ofogh-mobile-drawer__top img {
    width: auto;
    height: 66px;
    margin-inline: auto;
    filter: brightness(1.2) saturate(1.08);
  }
  .ofogh-mobile-drawer__label {
    display: block;
    padding: 18px 14px 4px;
    color: var(--teal);
    font-size: .68rem;
    font-weight: 800;
  }
}

/* V9.6 — scroll-mapped services, fluid section handoffs, and grouped footer. */
.ofogh-service-story__nav-intro {
  position: relative;
  margin-bottom: 17px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.ofogh-service-story__nav-intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.ofogh-service-story__nav-intro small {
  display: block;
  margin-bottom: 5px;
  color: rgba(155,181,170,.72);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.ofogh-service-story__nav-intro strong {
  display: block;
  color: var(--sage);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.6;
}
.ofogh-service-story__nav > small { display: none; }

.ofogh-service-map {
  width: 330px;
  max-width: 100%;
  margin: 38px 0 0 auto;
  direction: rtl;
}
.ofogh-service-map__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 7px;
  color: rgba(255,255,255,.42);
}
.ofogh-service-map__meta span {
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.ofogh-service-map__meta b {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: rgba(255,255,255,.5);
  font-size: .68rem;
  font-weight: 700;
}
.ofogh-service-map__meta b i {
  color: var(--white);
  font-size: .86rem;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}
.ofogh-service-map__meta b em { color: var(--teal); font-style: normal; }
.ofogh-service-map__note {
  min-height: 29px;
  margin: 0;
  color: rgba(255,255,255,.83);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.75;
}
.ofogh-service-map__note::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 9px rgba(57,196,190,.72);
  vertical-align: middle;
}
.ofogh-service-map__note.is-changing { animation: serviceNoteIn .34s cubic-bezier(.2,.8,.2,1); }
.ofogh-service-map__route {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 11px;
  overflow: visible;
}
.ofogh-service-map__route-base,
.ofogh-service-map__route-fill {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ofogh-service-map__route-base {
  stroke: rgba(207,225,220,.16);
  stroke-width: 1.25;
  stroke-dasharray: .008 .026;
}
.ofogh-service-map__route-fill {
  stroke: url(#serviceMapGradient);
  stroke: #52cad1;
  stroke-width: 2;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 5px rgba(82,202,209,.36));
  transition: stroke-dashoffset .06s linear;
}
.ofogh-service-map__node circle {
  fill: #0b171b;
  stroke: rgba(207,225,220,.26);
  stroke-width: 1.2;
  transition: fill .25s, stroke .25s;
}
.ofogh-service-map__node path {
  fill: none;
  stroke: rgba(207,225,220,.16);
  stroke-width: .8;
  transition: stroke .25s;
}
.ofogh-service-map__node.is-passed circle {
  fill: rgba(82,202,209,.34);
  stroke: #52cad1;
}
.ofogh-service-map__node.is-active circle {
  fill: #f4d77c;
  stroke: #fff4b9;
  stroke-width: 1.7;
  filter: drop-shadow(0 0 5px rgba(244,215,124,.92)) drop-shadow(0 0 13px rgba(82,202,209,.46));
}
.ofogh-service-map__node.is-active path { stroke: rgba(244,215,124,.8); }
.ofogh-service-map__cursor {
  fill: #f7e7a4;
  stroke: #fff;
  stroke-width: 1.2;
  filter: drop-shadow(0 0 7px rgba(244,215,124,.92));
}
.ofogh-service-scanner { display: none !important; }

.ofogh-company-brief__copy p {
  font-size: 1rem;
  line-height: 2.08;
  text-align: justify;
  text-align-last: right;
}
.ofogh-company-brief__copy p + p { margin-top: 12px; }

.ofogh-proof {
  padding: 210px 0 76px;
  background: linear-gradient(180deg,
    #0b171b 0,
    #132a2f 34px,
    #2d585b 83px,
    #88ada5 139px,
    #dbe7e2 190px,
    var(--paper) 236px,
    #eef3f0 58%,
    var(--paper) 100%);
}
.ofogh-blog-preview { padding: 72px 0; }
.ofogh-contact-hub { padding: 72px 0 62px; }

.ofogh-footer {
  min-height: 0;
  padding: 124px 0 22px;
  background: linear-gradient(180deg,
    #e8efeb 0,
    #a9c0b8 34px,
    #4e7372 71px,
    #183136 103px,
    #071216 124px,
    #071216 100%);
}
.ofogh-footer__content {
  grid-template-columns: 1.25fr .88fr .66fr 1.45fr;
  grid-template-areas:
    "brand office nav services"
    "brand channels nav services";
  gap: 18px 22px;
  align-items: start;
  padding-bottom: 142px;
}
.ofogh-footer__brand { grid-area: brand; }
.ofogh-footer__office { grid-area: office; }
.ofogh-footer__nav { grid-area: nav; }
.ofogh-footer__services { grid-area: services; }
.ofogh-footer__channels { grid-area: channels; }
.ofogh-footer__nav,
.ofogh-footer__services {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ofogh-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ofogh-footer__nav strong,
.ofogh-footer__services > strong {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.48);
  font-size: .72rem;
  font-weight: 800;
}
.ofogh-footer__nav a,
.ofogh-footer__service-groups a {
  display: block;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  line-height: 1.55;
  transition: color .22s, transform .22s;
}
.ofogh-footer__nav a:hover,
.ofogh-footer__service-groups a:hover {
  color: var(--teal);
  transform: translateX(-4px);
}
.ofogh-footer__service-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ofogh-footer__service-groups section { min-width: 0; }
.ofogh-footer__service-groups small {
  display: block;
  margin-bottom: 5px;
  color: var(--sage);
  font-size: .66rem;
  font-weight: 850;
}

@media (min-width: 901px) {
  .ofogh-service-story { min-height: 250vh; }
  .ofogh-service-story__nav { gap: 0; }
  .ofogh-service-story__nav button { min-height: 34px; padding-block: 5px; }
  .ofogh-service-story__side { gap: 0; }
}

@media (min-width: 901px) and (max-height: 760px) {
  .ofogh-service-story { min-height: 260vh; }
  .ofogh-service-story__nav-intro { margin-bottom: 10px; padding-bottom: 9px; }
  .ofogh-service-map { margin-top: 22px; }
  .ofogh-service-map__route { margin-top: 2px; }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .ofogh-footer__content {
    grid-template-columns: 1.1fr .9fr 1.4fr;
    grid-template-areas:
      "brand office services"
      "brand channels services"
      "nav nav services";
  }
  .ofogh-footer__nav { flex-direction: row; flex-wrap: wrap; }
  .ofogh-footer__nav strong { flex-basis: 100%; }
}

@media (max-width: 900px) {
  .ofogh-proof {
    padding-top: 180px;
    background: linear-gradient(180deg,
      #0b171b 0,
      #24474a 58px,
      #91b1aa 116px,
      var(--paper) 172px,
      #eef3f0 58%,
      var(--paper) 100%);
  }
  .ofogh-blog-preview { padding: 64px 0; }
  .ofogh-contact-hub { padding: 64px 0 54px; }
  .ofogh-footer { padding-top: 112px; }
  .ofogh-footer__content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "office channels"
      "nav services";
    gap: 14px;
    padding-bottom: 132px;
  }
}

@media (max-width: 560px) {
  .ofogh-proof { padding-top: 164px; padding-bottom: 64px; }
  .ofogh-company-brief__copy p { font-size: .93rem; line-height: 2; }
  .ofogh-blog-preview { padding: 56px 0; }
  .ofogh-contact-hub { padding: 56px 0 48px; }
  .ofogh-footer { padding-top: 104px; }
  .ofogh-footer__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "office"
      "nav"
      "services"
      "channels";
    padding-bottom: 126px;
  }
  .ofogh-footer__service-groups { gap: 14px; }
}

/* Secondary service and guide pages. */
.ofogh-catalog-hero {
  position: relative;
  padding: 180px 0 104px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--paper), #e7f0ec 60%, #e5ebf3);
}
.ofogh-catalog-hero::before,
.ofogh-catalog-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ofogh-catalog-hero::before {
  width: 360px;
  height: 360px;
  right: -90px;
  top: -110px;
  background: radial-gradient(circle, rgba(57,196,190,.19), transparent 68%);
}
.ofogh-catalog-hero::after {
  width: 300px;
  height: 300px;
  left: -100px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(20,103,216,.16), transparent 68%);
}
.ofogh-catalog-hero__content {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.ofogh-catalog-hero small {
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
}
.ofogh-catalog-hero h1 {
  max-width: 800px;
  margin: 12px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 1.14;
}
.ofogh-catalog-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 2;
}
.ofogh-catalog-hero a {
  display: inline-flex;
  margin-top: 26px;
  padding: 12px 19px;
  border-radius: 15px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
}
.ofogh-catalog-body {
  padding: 90px 0 120px;
}
.ofogh-catalog-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 32px;
  align-items: start;
}
.ofogh-catalog-body__intro,
.ofogh-catalog-body__checkpoints,
.ofogh-catalog-related a {
  border: 1px solid rgba(155,181,170,.32);
  background: rgba(255,255,255,.56);
  box-shadow: 0 18px 50px rgba(11,23,27,.055);
}
.ofogh-catalog-body__intro,
.ofogh-catalog-body__checkpoints {
  padding: 30px;
  border-radius: 25px;
}
.ofogh-catalog-body h2,
.ofogh-catalog-related h2 {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.45;
}
.ofogh-catalog-body__intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 2.05;
  text-align: justify;
}
.ofogh-catalog-body__checkpoints ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: catalog;
}
.ofogh-catalog-body__checkpoints li {
  counter-increment: catalog;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(155,181,170,.25);
  font-weight: 700;
}
.ofogh-catalog-body__checkpoints li::before {
  content: counter(catalog, decimal-leading-zero);
  color: var(--blue);
  font-size: .72rem;
  font-weight: 900;
}
.ofogh-catalog-related {
  margin-top: 56px;
}
.ofogh-catalog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.ofogh-catalog-related a {
  min-height: 128px;
  padding: 20px;
  border-radius: 20px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ofogh-catalog-related a:hover {
  transform: translateY(-5px);
  border-color: rgba(20,103,216,.34);
  box-shadow: 0 23px 54px rgba(11,23,27,.09);
}
.ofogh-catalog-related small {
  display: block;
  color: var(--teal);
  font-size: .7rem;
  font-weight: 800;
}
.ofogh-catalog-related strong {
  display: block;
  margin-top: 7px;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .ofogh-catalog-hero { padding: 135px 0 76px; }
  .ofogh-catalog-hero h1 { font-size: clamp(2.7rem, 13vw, 5rem); }
  .ofogh-catalog-body { padding: 70px 0 90px; }
  .ofogh-catalog-body__grid { grid-template-columns: 1fr; gap: 16px; }
  .ofogh-catalog-related__grid { grid-template-columns: 1fr; }
}

/* V9.7 — unified contact experience. */
.ofogh-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.ofogh-contact-action.is-placeholder {
  cursor: not-allowed;
  opacity: .62;
}
.ofogh-contact-action.is-placeholder small {
  padding: 1px 6px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .57rem;
  opacity: .64;
}
.ofogh-header__contact { cursor: pointer; }

.ofogh-office-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ofogh-office-status > i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #dc9f52;
  box-shadow: 0 0 0 5px rgba(220,159,82,.1);
}
.ofogh-office-status.is-open > i {
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(57,196,190,.11), 0 0 15px rgba(57,196,190,.44);
}
.ofogh-office-status > span { display: flex; flex-direction: column; min-width: 0; }
.ofogh-office-status b { font-size: .78rem; line-height: 1.55; }
.ofogh-office-status small { color: var(--muted); font-size: .66rem; line-height: 1.55; }

/* Header fast-contact drawer. */
.ofogh-contact-drawer {
  position: fixed;
  z-index: 4000;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility .42s;
}
.ofogh-contact-drawer.is-open { visibility: visible; pointer-events: auto; }
.ofogh-contact-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  opacity: 0;
  background: rgba(3,13,17,.56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity .38s;
  cursor: pointer;
}
.ofogh-contact-drawer.is-open .ofogh-contact-drawer__backdrop { opacity: 1; }
.ofogh-contact-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, calc(100vw - 24px));
  overflow-y: auto;
  padding: 30px;
  color: var(--ink);
  background:
    linear-gradient(rgba(45,86,96,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,86,96,.035) 1px, transparent 1px),
    linear-gradient(150deg, #faf9f4, #edf4f2);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: -28px 0 90px rgba(1,12,16,.24);
  transform: translateX(105%);
  transition: transform .48s cubic-bezier(.2,.8,.2,1);
}
.ofogh-contact-drawer.is-open .ofogh-contact-drawer__panel { transform: translateX(0); }
.ofogh-contact-drawer__panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(62,101,109,.13);
}
.ofogh-contact-drawer__panel > header small { color: var(--teal); font-size: .68rem; font-weight: 900; }
.ofogh-contact-drawer__panel > header h2 { margin: 4px 0 0; font-size: 1.42rem; line-height: 1.55; letter-spacing: -.025em; }
.ofogh-contact-drawer__panel > header button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(62,101,109,.16);
  border-radius: 13px;
  background: rgba(255,255,255,.55);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.ofogh-contact-drawer__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0 13px;
  padding: 13px 15px;
  border: 1px solid rgba(62,101,109,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.52);
}
.ofogh-contact-drawer__status > span { color: var(--muted); font-size: .65rem; }
.ofogh-contact-drawer__call {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 13px;
  padding: 18px;
  border-radius: 21px;
  color: #fff;
  background: linear-gradient(135deg, #132a30, #0b171b);
  box-shadow: 0 22px 52px rgba(11,23,27,.17);
}
.ofogh-contact-drawer__call > div {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--teal);
  background: rgba(255,255,255,.08);
}
.ofogh-contact-drawer__call svg { width: 23px; height: 23px; fill: currentColor; }
.ofogh-contact-drawer__call p { margin: 0; display: flex; flex-direction: column; }
.ofogh-contact-drawer__call p small { color: rgba(255,255,255,.5); font-size: .65rem; }
.ofogh-contact-drawer__call p strong { font-size: .9rem; }
.ofogh-contact-drawer__primary {
  grid-column: 1 / -1;
  min-height: 42px;
  margin-top: 11px;
  border-radius: 13px;
  color: #10262b;
  background: var(--teal);
  font-size: .78rem;
  font-weight: 900;
}
.ofogh-contact-drawer__primary.is-placeholder { background: rgba(255,255,255,.09); color: rgba(255,255,255,.75); }
.ofogh-contact-drawer__channels { margin-top: 24px; }
.ofogh-contact-drawer__channels > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .67rem; font-weight: 800; }
.ofogh-contact-drawer__channels > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.ofogh-contact-drawer__channel {
  min-width: 0;
  padding: 13px 9px;
  border: 1px solid rgba(61,102,111,.12);
  border-radius: 17px;
  text-align: center;
  background: rgba(255,255,255,.52);
}
.ofogh-contact-drawer__channel > i {
  width: 36px;
  height: 36px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #557781;
}
.ofogh-contact-drawer__channel--whatsapp > i { background: #22a86a; }
.ofogh-contact-drawer__channel--telegram > i { background: #249bd7; }
.ofogh-contact-drawer__channel--bale > i { background: #40a65b; }
.ofogh-contact-drawer__channel svg { width: 19px; height: 19px; fill: currentColor; }
.ofogh-contact-drawer__channel b { display: block; font-size: .78rem; }
.ofogh-contact-drawer__channel .ofogh-contact-action { margin-top: 4px; color: var(--blue); font-size: .64rem; font-weight: 850; }
.ofogh-contact-drawer__channel .ofogh-contact-action small { display: none; }
.ofogh-contact-drawer__callback {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(20,103,216,.14);
  border-radius: 18px;
  background: rgba(224,237,239,.7);
}
.ofogh-contact-drawer__callback > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #fff; }
.ofogh-contact-drawer__callback svg { width: 21px; height: 21px; fill: currentColor; }
.ofogh-contact-drawer__callback p { margin: 0; display: flex; flex-direction: column; }
.ofogh-contact-drawer__callback p b { font-size: .78rem; }
.ofogh-contact-drawer__callback p small { color: var(--muted); font-size: .65rem; }
.ofogh-contact-drawer__callback > i { color: var(--teal); font-style: normal; }
.ofogh-contact-drawer__all { display: flex; justify-content: space-between; margin-top: 22px; padding: 12px 3px 2px; color: var(--blue); font-size: .76rem; font-weight: 900; }

/* Homepage guided contact console. */
.ofogh-contact-hub {
  position: relative;
  padding: 82px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(57,196,190,.1), transparent 28%),
    linear-gradient(180deg, var(--paper), #edf3ef 70%, #e8efeb);
}
.ofogh-contact-hub__layout {
  display: grid;
  grid-template-columns: minmax(280px,.82fr) minmax(500px,1.18fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}
.ofogh-contact-hub__intro > small { color: var(--blue); font-size: .72rem; font-weight: 900; }
.ofogh-contact-hub__intro h2 { margin: 9px 0 15px; font-size: clamp(2rem,3.6vw,4.2rem); line-height: 1.22; letter-spacing: -.045em; }
.ofogh-contact-hub__intro > p { max-width: 530px; margin: 0 0 22px; color: var(--muted); font-size: .95rem; line-height: 2; }
.ofogh-contact-hub__intro .ofogh-office-status { padding: 9px 12px; border: 1px solid rgba(67,103,111,.12); border-radius: 14px; background: rgba(255,255,255,.42); }
.ofogh-contact-hub__intro > a { display: flex; align-items: center; gap: 10px; width: max-content; margin-top: 24px; color: var(--blue); font-size: .8rem; font-weight: 900; }
.ofogh-contact-hub__intro > a span { color: var(--teal); transition: transform .25s; }
.ofogh-contact-hub__intro > a:hover span { transform: translate(-5px,4px); }
.ofogh-contact-hub__console {
  position: relative;
  min-height: 430px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(145deg, #132a30, #091519 74%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 34px 85px rgba(11,23,27,.19);
  isolation: isolate;
}
.ofogh-contact-hub__signal { position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .72; }
.ofogh-contact-hub__signal i { position: absolute; left: 50%; top: 57%; border: 1px solid rgba(57,196,190,.13); border-radius: 50%; transform: translate(-50%,-50%); transition: width .55s, height .55s, border-radius .55s; }
.ofogh-contact-hub__signal i:nth-child(1) { width: 210px; height: 210px; }
.ofogh-contact-hub__signal i:nth-child(2) { width: 330px; height: 330px; }
.ofogh-contact-hub__signal i:nth-child(3) { width: 460px; height: 460px; }
.ofogh-contact-hub__signal span { position: absolute; left: 50%; top: 57%; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 8px rgba(57,196,190,.08),0 0 22px rgba(57,196,190,.7); transform: translate(-50%,-50%); }
.ofogh-contact-hub__console.is-later .ofogh-contact-hub__signal i { width: 74%; height: 1px; border-radius: 0; border-width: 1px 0 0; }
.ofogh-contact-hub__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ofogh-contact-hub__choices button {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  color: rgba(255,255,255,.7);
  text-align: right;
  background: rgba(255,255,255,.035);
  cursor: pointer;
  transition: background .25s,border-color .25s,color .25s,transform .25s;
}
.ofogh-contact-hub__choices button:hover { transform: translateY(-2px); }
.ofogh-contact-hub__choices button.is-active { color: #fff; border-color: rgba(57,196,190,.42); background: rgba(57,196,190,.11); }
.ofogh-contact-hub__choices button > svg { width: 26px; height: 26px; justify-self: center; fill: currentColor; }
.ofogh-contact-hub__choices button span { display: flex; flex-direction: column; }
.ofogh-contact-hub__choices button b { font-size: .84rem; }
.ofogh-contact-hub__choices button small { color: rgba(255,255,255,.43); font-size: .65rem; }
.ofogh-contact-hub__panel { margin-top: 84px; animation: ofoghContactPanelIn .38s cubic-bezier(.2,.8,.2,1); }
@keyframes ofoghContactPanelIn { from { opacity:0; transform:translateY(12px); } }
.ofogh-contact-hub__methods { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.ofogh-contact-hub__methods article {
  min-width: 0;
  min-height: 116px;
  padding: 14px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.ofogh-contact-hub__methods article > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--teal); background: rgba(57,196,190,.1); }
.ofogh-contact-hub__methods svg { width: 20px; height: 20px; fill: currentColor; }
.ofogh-contact-hub__methods b { margin-top: 7px; font-size: .75rem; }
.ofogh-contact-hub__methods .ofogh-contact-action { margin-top: 3px; color: rgba(255,255,255,.48); font-size: .62rem; }
.ofogh-contact-hub__methods .ofogh-contact-action small { display: none; }
.ofogh-contact-hub__later { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.ofogh-contact-hub__later a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; min-height: 96px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.05); transition: transform .25s,border-color .25s,background .25s; }
.ofogh-contact-hub__later a:hover { transform: translateY(-4px); border-color: rgba(57,196,190,.35); background: rgba(57,196,190,.08); }
.ofogh-contact-hub__later a > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--teal); background: rgba(57,196,190,.1); }
.ofogh-contact-hub__later svg { width: 23px; height: 23px; fill: currentColor; }
.ofogh-contact-hub__later p { margin: 0; display: flex; flex-direction: column; }
.ofogh-contact-hub__later b { font-size: .8rem; }
.ofogh-contact-hub__later small { color: rgba(255,255,255,.45); font-size: .63rem; }
.ofogh-contact-hub__later a > i { color: var(--teal); font-style: normal; }

/* Full contact page. */
.ofogh-contact-experience {
  position: relative;
  min-height: 100svh;
  padding: 164px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 12%, rgba(57,196,190,.1), transparent 25%),
    radial-gradient(circle at 88% 17%, rgba(20,103,216,.07), transparent 24%),
    linear-gradient(145deg,#faf8f3,#eef4f2 58%,#edf1f5);
}
.ofogh-contact-experience__grid { position: absolute; inset: 0; pointer-events:none; opacity:.55; background-image:linear-gradient(rgba(46,83,92,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(46,83,92,.035) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(#000,transparent 42%); }
.ofogh-contact-experience > .site-shell { position: relative; z-index:1; }
.ofogh-contact-experience__hero { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:70px; align-items:end; }
.ofogh-contact-experience__hero > div > small { color:var(--blue); font-size:.74rem; font-weight:900; }
.ofogh-contact-experience__hero h1 { max-width:880px; margin:8px 0 17px; font-size:clamp(3rem,6.2vw,7.4rem); line-height:1.06; letter-spacing:-.06em; }
.ofogh-contact-experience__hero p { max-width:720px; margin:0; color:var(--muted); font-size:1.02rem; line-height:2; }
.ofogh-contact-experience__consult { display:inline-flex; margin-top:22px; padding:7px 12px; border:1px solid rgba(57,196,190,.25); border-radius:999px; color:#247f7c; background:rgba(255,255,255,.52); font-size:.7rem; font-weight:850; }
.ofogh-contact-experience__hero aside { padding:20px; border:1px solid rgba(255,255,255,.82); border-radius:22px; background:rgba(255,255,255,.48); box-shadow:0 20px 55px rgba(11,23,27,.06); backdrop-filter:blur(16px); }
.ofogh-contact-experience__hero aside > span { display:block; margin-top:16px; color:var(--muted); font-size:.68rem; }
.ofogh-contact-experience__hero aside > strong { font-size:.94rem; }
.ofogh-contact-selector { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:65px; padding:11px; border:1px solid rgba(255,255,255,.78); border-radius:28px; background:rgba(255,255,255,.4); box-shadow:0 28px 70px rgba(11,23,27,.07); backdrop-filter:blur(18px); }
.ofogh-contact-selector button { display:grid; grid-template-columns:50px 1fr; grid-template-rows:auto auto; column-gap:13px; align-items:center; min-height:86px; padding:14px; border:1px solid transparent; border-radius:20px; text-align:right; background:transparent; cursor:pointer; transition:background .28s,border-color .28s,transform .28s; }
.ofogh-contact-selector button:hover { transform:translateY(-2px); }
.ofogh-contact-selector button.is-active { border-color:rgba(57,196,190,.22); background:#fff; box-shadow:0 15px 38px rgba(11,23,27,.07); }
.ofogh-contact-selector button > span { grid-row:1 / 3; width:50px; height:50px; display:grid; place-items:center; border-radius:15px; color:#486c77; background:rgba(65,111,124,.08); }
.ofogh-contact-selector button.is-active > span { color:#fff; background:linear-gradient(145deg,var(--teal),#2a9097); }
.ofogh-contact-selector svg { width:24px; height:24px; fill:currentColor; }
.ofogh-contact-selector b { align-self:end; font-size:.88rem; }
.ofogh-contact-selector small { align-self:start; color:var(--muted); font-size:.66rem; }
.ofogh-contact-panels { margin-top:20px; }
.ofogh-contact-panel { padding:clamp(24px,4vw,52px); border:1px solid rgba(255,255,255,.85); border-radius:32px; background:rgba(255,255,255,.6); box-shadow:0 32px 90px rgba(11,23,27,.075); backdrop-filter:blur(20px); animation:ofoghContactPanelIn .42s cubic-bezier(.2,.8,.2,1); }
.ofogh-contact-panel > header { max-width:740px; margin-bottom:32px; }
.ofogh-contact-panel > header small { color:var(--teal); font-size:.7rem; font-weight:900; }
.ofogh-contact-panel > header h2 { margin:7px 0 0; font-size:clamp(1.8rem,3vw,3.4rem); line-height:1.35; letter-spacing:-.04em; }
.ofogh-contact-panel > header p { margin:9px 0 0; color:var(--muted); font-size:.88rem; }
.ofogh-contact-now { display:grid; grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr); gap:16px; }
.ofogh-contact-call-card { display:flex; flex-direction:column; min-height:390px; padding:28px; border-radius:25px; color:#fff; background:linear-gradient(145deg,#173239,#09171b); box-shadow:0 24px 60px rgba(11,23,27,.16); }
.ofogh-contact-card__icon { width:56px; height:56px; display:grid; place-items:center; border-radius:17px; color:var(--teal); background:rgba(255,255,255,.08); }
.ofogh-contact-card__icon svg { width:27px; height:27px; fill:currentColor; }
.ofogh-contact-call-card > span { margin-top:38px; color:rgba(255,255,255,.48); font-size:.7rem; }
.ofogh-contact-call-card h3 { margin:4px 0 12px; font-size:1.32rem; }
.ofogh-contact-call-card .ofogh-office-status small { color:rgba(255,255,255,.43); }
.ofogh-contact-call-card .ofogh-contact-card__button { min-height:48px; margin-top:auto; border-radius:14px; color:#0c2529; background:var(--teal); font-size:.8rem; font-weight:900; }
.ofogh-contact-call-card .ofogh-contact-card__button.is-placeholder { color:rgba(255,255,255,.75); background:rgba(255,255,255,.08); }
.ofogh-contact-card__sub { margin-top:13px; color:rgba(255,255,255,.58); text-align:center; font-size:.68rem; }
.ofogh-contact-messengers { display:grid; gap:10px; }
.ofogh-contact-channel { display:grid; grid-template-columns:56px 1fr auto; align-items:center; gap:16px; min-height:118px; padding:18px; border:1px solid rgba(61,101,111,.12); border-radius:22px; background:rgba(255,255,255,.65); transition:transform .25s,border-color .25s,box-shadow .25s; }
.ofogh-contact-channel.is-ready:hover { transform:translateX(-4px); border-color:rgba(57,196,190,.32); box-shadow:0 18px 42px rgba(11,23,27,.07); }
.ofogh-contact-channel--whatsapp .ofogh-contact-card__icon { color:#fff; background:#22a86a; }
.ofogh-contact-channel--telegram .ofogh-contact-card__icon { color:#fff; background:#249bd7; }
.ofogh-contact-channel--bale .ofogh-contact-card__icon { color:#fff; background:#40a65b; }
.ofogh-contact-channel h3 { margin:0; font-size:.92rem; }
.ofogh-contact-channel p { margin:2px 0; color:var(--muted); font-size:.71rem; }
.ofogh-contact-channel small { color:#829093; font-size:.63rem; }
.ofogh-contact-channel__open { min-width:91px; min-height:39px; padding:7px 11px; border:1px solid rgba(20,103,216,.14); border-radius:12px; color:var(--blue); font-size:.68rem; font-weight:900; }
.ofogh-contact-form { padding:26px; border:1px solid rgba(63,103,112,.11); border-radius:25px; background:rgba(250,251,248,.76); }
.ofogh-contact-form__grid { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
.ofogh-contact-form label { display:flex; flex-direction:column; gap:7px; min-width:0; }
.ofogh-contact-form label.is-wide { grid-column:1 / -1; }
.ofogh-contact-form label > span { color:#3c5961; font-size:.7rem; font-weight:850; }
.ofogh-contact-form label > span small { color:var(--muted); font-weight:500; }
.ofogh-contact-form input,.ofogh-contact-form select,.ofogh-contact-form textarea { width:100%; border:1px solid rgba(61,101,111,.17); border-radius:14px; outline:0; color:var(--ink); background:#fff; transition:border-color .2s,box-shadow .2s; }
.ofogh-contact-form input,.ofogh-contact-form select { min-height:50px; padding:0 14px; }
.ofogh-contact-form textarea { padding:12px 14px; resize:vertical; }
.ofogh-contact-form input:focus,.ofogh-contact-form select:focus,.ofogh-contact-form textarea:focus { border-color:rgba(57,196,190,.75); box-shadow:0 0 0 4px rgba(57,196,190,.09); }
.ofogh-contact-form .has-error { border-color:#c96a64; box-shadow:0 0 0 4px rgba(201,106,100,.08); }
.ofogh-contact-form__footer { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:21px; padding-top:18px; border-top:1px solid rgba(61,101,111,.1); }
.ofogh-contact-form__footer p { margin:0; color:var(--muted); font-size:.67rem; }
.ofogh-contact-form__footer button { min-height:48px; padding:10px 20px; border:0; border-radius:14px; color:#fff; background:linear-gradient(135deg,#1667d6,#15979a); font-size:.78rem; font-weight:900; cursor:pointer; }
.ofogh-contact-form__footer button span { margin-right:9px; color:#c7fff6; }
.ofogh-contact-form__message { margin-top:16px; padding:13px 15px; border:1px solid rgba(219,154,73,.22); border-radius:13px; color:#6f4b1c; background:rgba(244,215,124,.18); font-size:.72rem; }
.ofogh-contact-upload { position:relative; padding:18px; border:1px dashed rgba(52,103,114,.24); border-radius:18px; background:rgba(229,240,239,.5); }
.ofogh-contact-upload input { min-height:0; padding:8px; border:0; background:transparent; }
.ofogh-contact-upload b { color:#45646c; font-size:.68rem; }
.ofogh-contact-upload > small { color:var(--muted); font-size:.62rem; }
.ofogh-contact-office { margin-top:92px; }
.ofogh-contact-office > header small,.ofogh-contact-faq > header small { color:var(--blue); font-size:.72rem; font-weight:900; }
.ofogh-contact-office > header h2,.ofogh-contact-faq > header h2 { margin:7px 0 25px; font-size:clamp(2rem,3.4vw,4rem); line-height:1.25; letter-spacing:-.045em; }
.ofogh-contact-office__grid { display:grid; grid-template-columns:1.05fr .95fr; gap:16px; }
.ofogh-contact-office__main,.ofogh-contact-map-placeholder { min-height:360px; padding:30px; border:1px solid rgba(255,255,255,.84); border-radius:27px; background:rgba(255,255,255,.58); box-shadow:0 25px 65px rgba(11,23,27,.065); }
.ofogh-contact-office__main > span { color:var(--teal); font-size:.7rem; font-weight:900; }
.ofogh-contact-office__main h3 { margin:8px 0 28px; font-size:1.35rem; line-height:1.7; }
.ofogh-contact-office__main > div { display:grid; grid-template-columns:40px 1fr; align-items:center; gap:12px; padding:11px 0; border-top:1px solid rgba(61,101,111,.09); }
.ofogh-contact-office__main > div > svg { width:21px; height:21px; fill:var(--blue); justify-self:center; }
.ofogh-contact-office__main p { margin:0; display:flex; flex-direction:column; }
.ofogh-contact-office__main p small { color:var(--muted); font-size:.63rem; }
.ofogh-contact-office__main p b,.ofogh-contact-office__main p a { font-size:.78rem; }
.ofogh-contact-map-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; overflow:hidden; }
.ofogh-contact-map-placeholder > div { position:relative; width:190px; height:130px; display:grid; place-items:center; }
.ofogh-contact-map-placeholder > div i { position:absolute; inset:50%; border:1px solid rgba(57,196,190,.23); border-radius:50%; transform:translate(-50%,-50%); }
.ofogh-contact-map-placeholder > div i:nth-child(1) { width:65px; height:65px; }
.ofogh-contact-map-placeholder > div i:nth-child(2) { width:115px; height:115px; }
.ofogh-contact-map-placeholder > div i:nth-child(3) { width:175px; height:110px; }
.ofogh-contact-map-placeholder > div span { position:relative; width:48px; height:48px; display:grid; place-items:center; border-radius:16px; color:#fff; background:linear-gradient(145deg,var(--teal),#1d7e88); box-shadow:0 16px 35px rgba(57,196,190,.2); }
.ofogh-contact-map-placeholder svg { width:24px; height:24px; fill:currentColor; }
.ofogh-contact-map-placeholder h3 { margin:5px 0; font-size:1rem; }
.ofogh-contact-map-placeholder p { margin:0; color:var(--muted); font-size:.72rem; }
.ofogh-contact-map-placeholder__button { min-height:42px; margin-top:17px; padding:8px 16px; border:1px solid rgba(20,103,216,.14); border-radius:13px; color:var(--blue); font-size:.7rem; font-weight:900; }
.ofogh-contact-future-offices { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:14px; }
.ofogh-contact-future-offices > span { padding:15px 18px; display:flex; justify-content:space-between; gap:15px; border:1px dashed rgba(61,101,111,.17); border-radius:17px; color:#526d74; background:rgba(255,255,255,.32); }
.ofogh-contact-future-offices b { font-size:.76rem; }
.ofogh-contact-future-offices small { color:var(--muted); font-size:.64rem; }
.ofogh-contact-faq { margin-top:88px; }
.ofogh-contact-faq > div { display:grid; grid-template-columns:1fr 1fr; gap:10px 14px; }
.ofogh-contact-faq details { padding:0 18px; border:1px solid rgba(61,101,111,.11); border-radius:17px; background:rgba(255,255,255,.5); }
.ofogh-contact-faq summary { padding:16px 0; cursor:pointer; font-size:.78rem; font-weight:850; }
.ofogh-contact-faq details p { margin:0 0 17px; color:var(--muted); font-size:.72rem; line-height:1.9; }

/* Footer contact reference overrides. */
.ofogh-footer__office .ofogh-footer__contact-value { justify-content:flex-start; width:auto; height:auto; border:0; border-radius:0; background:transparent; }
.ofogh-footer__office .ofogh-office-status { margin-top:9px; }
.ofogh-footer__office .ofogh-office-status b { color:rgba(255,255,255,.72); font-size:.68rem; }
.ofogh-footer__channels .ofogh-footer__channel-actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.ofogh-footer__channels .ofogh-footer__channel-item { display:grid; grid-template-columns:30px 1fr; align-items:center; gap:7px; min-width:0; padding:7px; border:1px solid rgba(255,255,255,.09); border-radius:12px; background:rgba(255,255,255,.035); }
.ofogh-footer__channel-item > i { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; color:var(--teal); background:rgba(57,196,190,.08); }
.ofogh-footer__channel-item svg { width:16px; height:16px; fill:currentColor; }
.ofogh-footer__channels .ofogh-footer__channel-item .ofogh-contact-action { width:auto; height:auto; display:flex; justify-content:flex-start; border:0; border-radius:0; color:rgba(255,255,255,.72); background:transparent; font-size:.67rem; }
.ofogh-footer__channels .ofogh-contact-action small { display:none; }
.ofogh-footer__channels .ofogh-footer__callback,.ofogh-footer__channels .ofogh-footer__contact-all { width:auto; height:auto; display:flex; align-items:center; justify-content:space-between; border:0; border-radius:0; background:transparent; }
.ofogh-footer__channels .ofogh-footer__callback { margin-top:9px; padding:8px 2px; color:var(--teal); font-size:.7rem; font-weight:850; }
.ofogh-footer__channels .ofogh-footer__contact-all { padding:2px; color:rgba(255,255,255,.48); font-size:.64rem; }

@media (max-width: 1050px) and (min-width: 901px) {
  .ofogh-contact-hub__layout { grid-template-columns:.75fr 1.25fr; gap:34px; }
  .ofogh-contact-hub__console { padding:20px; }
  .ofogh-contact-hub__panel { margin-top:68px; }
  .ofogh-contact-experience__hero { grid-template-columns:1fr 260px; gap:35px; }
}

@media (max-width: 900px) {
  .ofogh-contact-drawer__panel {
    top:auto;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    max-height:min(88svh,760px);
    padding:22px max(18px,env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));
    border-radius:28px 28px 0 0;
    transform:translateY(105%);
  }
  .ofogh-contact-drawer.is-open .ofogh-contact-drawer__panel { transform:translateY(0); }
  .ofogh-contact-hub { padding:70px 0 78px; }
  .ofogh-contact-hub__layout { grid-template-columns:1fr; gap:30px; }
  .ofogh-contact-hub__intro { text-align:center; }
  .ofogh-contact-hub__intro > p { margin-inline:auto; }
  .ofogh-contact-hub__intro .ofogh-office-status,.ofogh-contact-hub__intro > a { margin-inline:auto; }
  .ofogh-contact-hub__console { min-height:420px; }
  .ofogh-contact-experience { padding-top:132px; }
  .ofogh-contact-experience__hero { grid-template-columns:1fr; gap:28px; }
  .ofogh-contact-experience__hero h1 { font-size:clamp(2.7rem,11vw,5rem); }
  .ofogh-contact-experience__hero aside { max-width:440px; }
  .ofogh-contact-selector { margin-top:42px; }
  .ofogh-contact-selector button { grid-template-columns:42px 1fr; min-height:78px; padding:10px; }
  .ofogh-contact-selector button > span { width:42px; height:42px; }
  .ofogh-contact-now,.ofogh-contact-office__grid { grid-template-columns:1fr; }
  .ofogh-contact-call-card { min-height:340px; }
}

@media (max-width: 640px) {
  .ofogh-contact-drawer__channels > div { grid-template-columns:repeat(3,1fr); }
  .ofogh-contact-hub__console { min-height:500px; padding:16px; border-radius:25px; }
  .ofogh-contact-hub__choices { grid-template-columns:1fr; }
  .ofogh-contact-hub__choices button { min-height:66px; }
  .ofogh-contact-hub__panel { margin-top:52px; }
  .ofogh-contact-hub__methods { grid-template-columns:1fr 1fr; }
  .ofogh-contact-hub__later { grid-template-columns:1fr; }
  .ofogh-contact-experience { padding:118px 0 80px; }
  .ofogh-contact-experience__hero h1 { font-size:clamp(2.55rem,13.5vw,4.2rem); line-height:1.13; }
  .ofogh-contact-experience__hero p { font-size:.9rem; }
  .ofogh-contact-selector { grid-template-columns:1fr; padding:8px; border-radius:22px; }
  .ofogh-contact-selector button { min-height:70px; }
  .ofogh-contact-panel { padding:21px 16px; border-radius:24px; }
  .ofogh-contact-panel > header { margin-bottom:23px; }
  .ofogh-contact-panel > header h2 { font-size:1.65rem; }
  .ofogh-contact-channel { grid-template-columns:48px 1fr; gap:12px; padding:14px; }
  .ofogh-contact-channel .ofogh-contact-card__icon { width:48px; height:48px; }
  .ofogh-contact-channel__open { grid-column:1 / -1; width:100%; }
  .ofogh-contact-form { padding:17px; }
  .ofogh-contact-form__grid { grid-template-columns:1fr; gap:14px; }
  .ofogh-contact-form label.is-wide { grid-column:auto; }
  .ofogh-contact-form__footer { align-items:stretch; flex-direction:column; }
  .ofogh-contact-form__footer button { width:100%; }
  .ofogh-contact-office { margin-top:70px; }
  .ofogh-contact-office__main,.ofogh-contact-map-placeholder { min-height:0; padding:22px 18px; }
  .ofogh-contact-future-offices,.ofogh-contact-faq > div { grid-template-columns:1fr; }
  .ofogh-contact-future-offices > span { flex-direction:column; gap:2px; }
  .ofogh-footer__channels .ofogh-footer__channel-actions { grid-template-columns:1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .ofogh-contact-drawer,.ofogh-contact-drawer__backdrop,.ofogh-contact-drawer__panel { transition:none; }
  .ofogh-contact-hub__signal { display:none; }
}

/* v10 global release hardening */
.ofogh-skip-link {
  position: fixed;
  z-index: 100000;
  top: 10px;
  right: 10px;
  padding: 10px 16px;
  border-radius: 12px;
  color: var(--paper);
  background: var(--ink);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.ofogh-skip-link:focus { transform: none; }
.ofogh-main:focus { outline: 0; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(20,103,216,.42);
  outline-offset: 3px;
}
.ofogh-header__nav a,
.ofogh-header__services-trigger,
.ofogh-footer a { text-underline-offset: 4px; }
.ofogh-footer__office-network { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.ofogh-footer__office-network span {
  padding: 4px 9px;
  border: 1px solid rgba(244,240,233,.13);
  border-radius: 999px;
  color: rgba(244,240,233,.66);
  font-size: .72rem;
}
.ofogh-contact-form__message {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(11,23,27,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.5);
}
.ofogh-contact-form .has-error { border-color: #b23939 !important; box-shadow: 0 0 0 3px rgba(178,57,57,.08); }
.ofogh-contact-form.is-submitted .ofogh-contact-form__grid { opacity: .72; }
.ofogh-contact-experience__hero h1,
.ofogh-section-head h1,
.ofogh-section-head h2,
.ofogh-contact-panel h2,
.ofogh-contact-office h2,
.ofogh-contact-faq h2 { text-wrap: balance; }
@media (max-width: 620px) {
  :root { --shell: min(100% - 30px, 1280px); }
}

/* v10.0.1 official-brand correction */


.ofogh-loader__brand img,
.ofogh-footer__brand img,
.ofogh-mobile-drawer__top img {
  aspect-ratio: 120 / 114;
  object-fit: contain;
}
