/* OfoghNikan v10 production content system */

.ofogh-page-system-hero {
  --family-accent: var(--blue);
  --family-soft: rgba(75,89,107,.14);
  position: relative;
  min-height: clamp(620px, 78vh, 860px);
  padding: calc(var(--header-h) + 54px) 0 88px;
  overflow: clip;
  color: var(--paper);
  background:
    radial-gradient(circle at 17% 20%, var(--family-soft), transparent 30%),
    radial-gradient(circle at 83% 75%, rgba(154,120,87,.12), transparent 26%),
    linear-gradient(140deg, #252c34 0%, #303a46 48%, #1c2127 100%);
  isolation: isolate;
}
.ofogh-page-system-hero--business { --family-accent: #9a7857; --family-soft: rgba(154,120,87,.14); }
.ofogh-page-system-hero--company { --family-accent: #9a7857; --family-soft: rgba(154,120,87,.13); }
.ofogh-page-system-hero--migration { --family-accent: #65748a; --family-soft: rgba(101,116,138,.17); }
.ofogh-page-system-hero--company-profile { --family-accent: #a9a296; --family-soft: rgba(169,162,150,.18); }
.ofogh-page-system-hero--legal { --family-accent: #b8aa99; --family-soft: rgba(184,170,153,.13); }
.ofogh-page-system-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .48;
  background-image:
    linear-gradient(rgba(220,232,226,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220,232,226,.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}
.ofogh-page-system-hero::before,
.ofogh-page-system-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(220,232,226,.09);
  border-radius: 50%;
  pointer-events: none;
}
.ofogh-page-system-hero::before { width: 560px; aspect-ratio: 1; left: -270px; bottom: -350px; }
.ofogh-page-system-hero::after { width: 350px; aspect-ratio: 1; right: 8%; top: -230px; }
.ofogh-page-system-hero .ofogh-breadcrumbs { margin-bottom: clamp(34px, 5vw, 70px); }
.ofogh-page-system-hero .ofogh-breadcrumbs a,
.ofogh-page-system-hero .ofogh-breadcrumbs span { color: rgba(244,240,233,.7); }
.ofogh-page-system-hero .ofogh-breadcrumbs li::after { color: rgba(244,240,233,.28); }
.ofogh-page-system-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  align-items: center;
  gap: clamp(54px, 8vw, 132px);
}
.ofogh-page-system-hero__copy { min-width: 0; }
.ofogh-page-system-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--family-accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.ofogh-page-system-hero__eyebrow::before { content: ''; width: 32px; height: 1px; background: currentColor; }
.ofogh-page-system-hero h1 {
  max-width: 1100px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.35rem, 7vw, 7.8rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.ofogh-page-system-hero__copy > strong {
  display: block;
  max-width: 880px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(1.18rem, 2.2vw, 2rem);
  line-height: 1.65;
  text-wrap: pretty;
}
.ofogh-page-system-hero__copy > p {
  max-width: 790px;
  margin: 18px 0 0;
  color: rgba(244,240,233,.72);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 2;
}
.ofogh-page-system-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.ofogh-page-system-hero__facts li {
  padding: 8px 14px;
  border: 1px solid rgba(244,240,233,.14);
  border-radius: 999px;
  color: rgba(244,240,233,.82);
  background: rgba(255,255,255,.035);
  font-size: .83rem;
}
.ofogh-page-system-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ofogh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 900;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}
.ofogh-button:hover { transform: translateY(-2px); }
.ofogh-button--primary { color: var(--ink); background: var(--family-accent); }
.ofogh-button--ghost { border-color: rgba(244,240,233,.2); color: var(--paper); background: rgba(255,255,255,.035); }
.ofogh-page-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin-inline: auto;
  color: var(--family-accent);
  border: 1px solid rgba(244,240,233,.1);
  border-radius: 46% 54% 51% 49% / 45% 43% 57% 55%;
  background:
    radial-gradient(circle at 50% 48%, var(--family-soft), transparent 42%),
    rgba(255,255,255,.025);
  box-shadow: inset 0 0 70px rgba(255,255,255,.025), 0 40px 100px rgba(0,0,0,.18);
}
.ofogh-page-visual::before {
  content: '';
  position: absolute;
  inset: 11%;
  border: 1px dashed rgba(244,240,233,.13);
  border-radius: 50%;
}
.ofogh-page-visual svg { width: 78%; height: auto; filter: drop-shadow(0 22px 34px rgba(0,0,0,.17)); }
.ofogh-page-visual svg path,
.ofogh-page-visual svg circle { vector-effect: non-scaling-stroke; }
.ofogh-page-visual__dots { fill: var(--family-accent); stroke: none !important; }
.ofogh-page-visual > small {
  position: absolute;
  inset-inline: 0;
  bottom: 8%;
  color: rgba(244,240,233,.42);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}
.ofogh-page-visual__orbit {
  position: absolute;
  width: 14px;
  aspect-ratio: 1;
  top: 9%;
  left: 49%;
  border-radius: 50%;
  background: var(--family-accent);
  box-shadow: 0 0 24px var(--family-accent);
  transform-origin: 0 210px;
  animation: ofoghPageOrbit 16s linear infinite;
}
.ofogh-page-visual__orbit--two {
  width: 8px;
  top: 22%;
  left: 25%;
  opacity: .6;
  transform-origin: 120px 120px;
  animation-duration: 11s;
  animation-direction: reverse;
}
@keyframes ofoghPageOrbit { to { transform: rotate(360deg); } }

.ofogh-breadcrumbs { position: relative; z-index: 2; font-size: .82rem; }
.ofogh-breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ofogh-breadcrumbs li { display: inline-flex; align-items: center; gap: 8px; }
.ofogh-breadcrumbs li:not(:last-child)::after { content: '←'; color: rgba(111,127,129,.55); }
.ofogh-breadcrumbs a { color: var(--blue); font-weight: 800; }
.ofogh-breadcrumbs span { color: var(--muted); }

.ofogh-page-system-body {
  position: relative;
  padding: clamp(72px, 9vw, 130px) 0 clamp(100px, 12vw, 170px);
  background:
    radial-gradient(circle at 96% 4%, rgba(20,103,216,.06), transparent 22%),
    var(--paper);
}
.ofogh-page-system-body__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
}
.ofogh-page-content { min-width: 0; grid-column: 1; }
.ofogh-page-toc { position: sticky; top: calc(var(--header-h) + 26px); grid-column: 2; grid-row: 1; direction: rtl; }
.ofogh-page-toc__toggle { display: none; }
.ofogh-page-toc__panel {
  padding: 23px;
  border: 1px solid rgba(11,23,27,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.45);
  box-shadow: 0 20px 50px rgba(11,23,27,.05);
  backdrop-filter: blur(10px);
}
.ofogh-page-toc__panel > strong { display: block; margin-bottom: 14px; font-size: .86rem; }
.ofogh-page-toc ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.ofogh-page-toc li.is-level-3 { padding-right: 14px; }
.ofogh-page-toc a {
  display: block;
  padding: 7px 10px;
  border-radius: 10px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65;
  transition: color .2s ease, background-color .2s ease;
}
.ofogh-page-toc a:hover,
.ofogh-page-toc a.is-active { color: var(--blue); background: rgba(20,103,216,.07); }

.ofogh-page-content > .ofogh-content-section { opacity: 1; transform: none; }
.ofogh-content-js .ofogh-page-content > .ofogh-content-section {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.ofogh-content-js .ofogh-page-content > .ofogh-content-section.is-visible { opacity: 1; transform: none; }
.ofogh-content-section {
  position: relative;
  margin-bottom: clamp(32px, 5vw, 66px);
  scroll-margin-top: calc(var(--header-h) + 30px);
}
.ofogh-content-section:last-child { margin-bottom: 0; }
.ofogh-content-section > small,
.ofogh-content-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .035em;
}
.ofogh-content-section h2 {
  max-width: 940px;
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 4.55rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.035em;
  text-wrap: balance;
  scroll-margin-top: calc(var(--header-h) + 30px);
}
.ofogh-content-section h3 {
  margin: 28px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.55;
  scroll-margin-top: calc(var(--header-h) + 30px);
}
.ofogh-content-section p,
.ofogh-page-content > p {
  max-width: 850px;
  margin: 0 0 15px;
  color: #43575b;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 2.05;
}
.ofogh-content-section a:not(.ofogh-button) { color: var(--blue); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.ofogh-content-section--lead {
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid rgba(11,23,27,.08);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.67), rgba(220,232,226,.42));
  box-shadow: var(--shadow-soft);
}
.ofogh-content-section--lead p { font-size: clamp(1.05rem, 1.55vw, 1.3rem); }
.ofogh-content-section--dark {
  padding: clamp(34px, 6vw, 74px);
  overflow: hidden;
  color: var(--paper);
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 10%, rgba(57,196,190,.13), transparent 30%),
    linear-gradient(145deg, var(--ink), #16343a);
  box-shadow: 0 34px 90px rgba(11,23,27,.18);
}
.ofogh-content-section--dark h2,
.ofogh-content-section--dark h3 { color: var(--paper); }
.ofogh-content-section--dark p { color: rgba(244,240,233,.72); }
.ofogh-content-section--accent {
  padding: clamp(32px, 5vw, 62px);
  border: 1px solid rgba(20,103,216,.14);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(20,103,216,.09), rgba(57,196,190,.07));
}
.ofogh-content-section--split > .ofogh-content-grid { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); }
.ofogh-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 3vw, 34px); align-items: start; }
.ofogh-content-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ofogh-content-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.ofogh-content-card {
  position: relative;
  min-height: 220px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(11,23,27,.08);
  border-radius: 26px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 16px 45px rgba(11,23,27,.05);
}
.ofogh-content-card::after {
  content: '';
  position: absolute;
  width: 80px;
  aspect-ratio: 1;
  left: -38px;
  bottom: -38px;
  border: 1px solid rgba(20,103,216,.12);
  border-radius: 50%;
}
.ofogh-content-card > small { color: var(--blue); font-size: .75rem; font-weight: 900; }
.ofogh-content-card h3 { margin-top: 9px; }
.ofogh-content-card p { font-size: .93rem; }
.ofogh-content-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; counter-reset: ofogh-step; }
.ofogh-content-step {
  counter-increment: ofogh-step;
  min-height: 210px;
  padding: 23px;
  border-top: 3px solid var(--blue);
  border-radius: 0 0 24px 24px;
  background: rgba(255,255,255,.62);
}
.ofogh-content-step::before {
  content: counter(ofogh-step, decimal-leading-zero);
  display: block;
  margin-bottom: 20px;
  color: rgba(20,103,216,.55);
  font-family: var(--font-display);
  font-size: 2.2rem;
}
.ofogh-content-step h3 { margin-top: 0; }
.ofogh-content-check-list,
.ofogh-content-document-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.ofogh-content-check-list li,
.ofogh-content-document-list li {
  position: relative;
  padding: 16px 50px 16px 18px;
  border: 1px solid rgba(11,23,27,.07);
  border-radius: 16px;
  color: #31474b;
  background: rgba(255,255,255,.5);
}
.ofogh-content-check-list li::before,
.ofogh-content-document-list li::before {
  content: '✓';
  position: absolute;
  right: 16px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 23px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--paper);
  background: var(--blue);
  font-size: .72rem;
  font-weight: 900;
}
.ofogh-content-document-list li::before { content: '◫'; background: var(--ink-2); }
.ofogh-content-comparison { width: 100%; margin-top: 24px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid rgba(11,23,27,.09); border-radius: 22px; background: rgba(255,255,255,.55); }
.ofogh-content-comparison th,
.ofogh-content-comparison td { padding: 15px 18px; border-bottom: 1px solid rgba(11,23,27,.07); text-align: right; vertical-align: top; }
.ofogh-content-comparison th { color: var(--paper); background: var(--ink-2); }
.ofogh-content-comparison tr:last-child td { border-bottom: 0; }
.ofogh-content-note {
  margin: 24px 0;
  padding: 20px 24px;
  border-right: 4px solid var(--blue);
  border-radius: 16px 0 0 16px;
  color: #334b50;
  background: rgba(20,103,216,.07);
}
.ofogh-content-faq { display: grid; gap: 10px; margin-top: 26px; }
.ofogh-content-faq details {
  border: 1px solid rgba(11,23,27,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.57);
}
.ofogh-content-faq summary {
  position: relative;
  padding: 19px 22px 19px 58px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.ofogh-content-faq summary::-webkit-details-marker { display: none; }
.ofogh-content-faq summary::after {
  content: '+';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(20,103,216,.08);
  text-align: center;
  line-height: 28px;
  transform: translateY(-50%);
}
.ofogh-content-faq details[open] summary::after { content: '−'; }
.ofogh-content-faq details > div,
.ofogh-content-faq details > p { padding: 0 22px 20px; }
.ofogh-content-section--empty { padding: 42px; border: 1px dashed rgba(11,23,27,.18); border-radius: 28px; }

.ofogh-related-pages,
.ofogh-page-final-cta { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }
.ofogh-content-js .ofogh-related-pages,
.ofogh-content-js .ofogh-page-final-cta { opacity: 0; transform: translateY(18px); }
.ofogh-content-js .ofogh-related-pages.is-visible,
.ofogh-content-js .ofogh-page-final-cta.is-visible { opacity: 1; transform: none; }
.ofogh-related-pages { margin-top: clamp(70px, 10vw, 130px); }
.ofogh-related-pages > header { max-width: 820px; margin-bottom: 28px; }
.ofogh-related-pages > header small,
.ofogh-page-final-cta small { color: var(--blue); font-size: .78rem; font-weight: 900; }
.ofogh-related-pages > header h2,
.ofogh-page-final-cta h2 { margin: 8px 0 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 4.3rem); line-height: 1.16; text-wrap: balance; }
.ofogh-related-pages__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ofogh-related-pages__grid a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(11,23,27,.08);
  border-radius: 25px;
  background: rgba(255,255,255,.56);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.ofogh-related-pages__grid a:hover { transform: translateY(-4px); border-color: rgba(20,103,216,.24); box-shadow: 0 22px 55px rgba(11,23,27,.08); }
.ofogh-related-pages__grid small { color: var(--blue); font-size: .74rem; font-weight: 900; }
.ofogh-related-pages__grid strong { margin-top: 10px; font-size: 1.12rem; line-height: 1.7; }
.ofogh-related-pages__grid span { margin-top: auto; padding-top: 22px; color: var(--blue); font-weight: 900; }
.ofogh-page-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: clamp(70px, 10vw, 130px);
  padding: clamp(34px, 6vw, 68px);
  overflow: hidden;
  color: var(--paper);
  border-radius: 38px;
  background:
    radial-gradient(circle at 15% 35%, rgba(57,196,190,.18), transparent 28%),
    linear-gradient(135deg, #0a181c, #15353b);
}
.ofogh-page-final-cta p { max-width: 700px; margin: 12px 0 0; color: rgba(244,240,233,.68); }
.ofogh-page-final-cta > a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 16px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}
.ofogh-page-final-cta__signal { position: relative; width: 82px; aspect-ratio: 1; }
.ofogh-page-final-cta__signal i { position: absolute; inset: calc(var(--i, 0) * 12px); border: 1px solid rgba(244,240,233,.2); border-radius: 50%; }
.ofogh-page-final-cta__signal i:nth-child(1) { --i: 0; }
.ofogh-page-final-cta__signal i:nth-child(2) { --i: 1; }
.ofogh-page-final-cta__signal i:nth-child(3) { --i: 2; background: var(--teal); box-shadow: 0 0 25px rgba(57,196,190,.55); }

/* About and legal page refinements driven by builder content classes. */
.ofogh-page-system-body--about .ofogh-content-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ofogh-content-stat {
  min-height: 160px;
  padding: 24px;
  border: 1px solid rgba(11,23,27,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.6);
}
.ofogh-content-stat strong { display: block; color: var(--blue); font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1; }
.ofogh-content-stat span { display: block; margin-top: 12px; color: var(--muted); }
.ofogh-content-timeline { position: relative; display: grid; gap: 14px; margin-top: 30px; }
.ofogh-content-timeline::before { content: ''; position: absolute; right: 20px; top: 24px; bottom: 24px; width: 1px; background: rgba(20,103,216,.22); }
.ofogh-content-timeline article { position: relative; padding: 20px 58px 20px 22px; border: 1px solid rgba(11,23,27,.07); border-radius: 20px; background: rgba(255,255,255,.5); }
.ofogh-content-timeline article::before { content: ''; position: absolute; right: 12px; top: 25px; width: 17px; aspect-ratio: 1; border: 4px solid var(--paper); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px rgba(20,103,216,.22); }
.ofogh-content-office-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ofogh-content-office-grid article { min-height: 210px; padding: 25px; border-radius: 26px; color: var(--paper); background: linear-gradient(145deg, var(--ink-2), var(--ink-3)); }
.ofogh-content-office-grid small { color: var(--teal); font-weight: 900; }
.ofogh-page-system-body--legal .ofogh-page-system-body__layout { grid-template-columns: minmax(0, 1fr) 260px; }
.ofogh-page-system-body--legal .ofogh-page-content { max-width: 900px; }

/* Contact-page v10 additions. */
.ofogh-contact-experience .ofogh-breadcrumbs { padding-top: calc(var(--header-h) + 30px); }
.ofogh-contact-context {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 26px;
  padding: 14px 18px;
  border: 1px solid rgba(20,103,216,.14);
  border-radius: 16px;
  background: rgba(20,103,216,.06);
}
.ofogh-contact-context small { color: var(--blue); font-weight: 900; }
.ofogh-contact-context strong { font-size: 1rem; }
.ofogh-contact-context span { color: var(--muted); font-size: .84rem; }
.ofogh-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.ofogh-contact-form__message[data-state="success"] { color: #155c38; border-color: rgba(28,139,85,.22); background: rgba(28,139,85,.08); }
.ofogh-contact-form__message[data-state="error"] { color: #8b2d2d; border-color: rgba(178,57,57,.22); background: rgba(178,57,57,.08); }
.ofogh-contact-form__message[data-state="loading"] { color: var(--blue); border-color: rgba(20,103,216,.18); background: rgba(20,103,216,.07); }
.ofogh-contact-form[aria-busy="true"] { opacity: .78; }
.ofogh-contact-form button:disabled { cursor: wait; opacity: .72; }

@media (max-width: 1120px) {
  .ofogh-page-system-body__layout,
  .ofogh-page-system-body--legal .ofogh-page-system-body__layout { grid-template-columns: 1fr; }
  .ofogh-page-content { grid-column: 1; }
  .ofogh-page-toc { position: relative; top: auto; grid-column: 1; grid-row: auto; margin-bottom: 28px; }
  .ofogh-page-toc__toggle {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border: 1px solid rgba(11,23,27,.09);
    border-radius: 14px;
    background: rgba(255,255,255,.55);
    font-weight: 900;
  }
  .ofogh-page-toc__panel { display: none; margin-top: 8px; }
  .ofogh-page-toc.is-open .ofogh-page-toc__panel { display: block; }
  .ofogh-content-card-grid,
  .ofogh-content-step-grid,
  .ofogh-related-pages__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .ofogh-page-system-hero { min-height: auto; padding-top: calc(var(--header-h) + 32px); }
  .ofogh-page-system-hero__layout { grid-template-columns: 1fr; gap: 46px; }
  .ofogh-page-system-hero h1 { font-size: clamp(3rem, 12vw, 5.7rem); }
  .ofogh-page-visual { width: min(82vw, 470px); }
  .ofogh-content-grid,
  .ofogh-content-section--split > .ofogh-content-grid { grid-template-columns: 1fr; }
  .ofogh-content-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ofogh-page-system-body--about .ofogh-content-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ofogh-content-office-grid { grid-template-columns: 1fr; }
  .ofogh-page-final-cta { grid-template-columns: 1fr; }
  .ofogh-page-final-cta__signal { width: 62px; }
  .ofogh-page-final-cta > a { justify-self: start; }
}

@media (max-width: 620px) {
  .ofogh-page-system-hero { padding-bottom: 62px; }
  .ofogh-page-system-hero .ofogh-breadcrumbs { margin-bottom: 30px; }
  .ofogh-page-system-hero h1 { font-size: clamp(2.72rem, 14.8vw, 4.5rem); line-height: 1.08; letter-spacing: -.035em; }
  .ofogh-page-system-hero__copy > strong { font-size: 1.08rem; }
  .ofogh-page-system-hero__copy > p { font-size: .95rem; }
  .ofogh-page-system-hero__actions { display: grid; }
  .ofogh-button { width: 100%; }
  .ofogh-page-visual { width: min(88vw, 380px); border-radius: 35% 65% 53% 47% / 42% 37% 63% 58%; }
  .ofogh-page-system-body { padding: 68px 0 100px; }
  .ofogh-content-section h2 { font-size: clamp(2rem, 10vw, 3.4rem); }
  .ofogh-content-section--lead,
  .ofogh-content-section--dark,
  .ofogh-content-section--accent { padding: 28px 22px; border-radius: 26px; }
  .ofogh-content-card-grid,
  .ofogh-content-step-grid,
  .ofogh-content-grid--three,
  .ofogh-related-pages__grid,
  .ofogh-page-system-body--about .ofogh-content-stat-grid { grid-template-columns: 1fr; }
  .ofogh-content-comparison { display: block; overflow-x: auto; }
  .ofogh-page-final-cta { padding: 30px 22px; border-radius: 28px; }
  .ofogh-page-final-cta > a { width: 100%; justify-content: center; }
  .ofogh-contact-context { align-items: flex-start; flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .ofogh-page-visual__orbit { animation: none; }
  .ofogh-content-js .ofogh-page-content > .ofogh-content-section,
  .ofogh-content-js .ofogh-related-pages,
  .ofogh-content-js .ofogh-page-final-cta { opacity: 1; transform: none; transition: none; }
}

/* Search and system utilities */
.ofogh-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 780px;
  margin: 0 0 34px;
  padding: 8px;
  border: 1px solid rgba(11,23,27,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 48px rgba(11,23,27,.06);
}
.ofogh-search-form input {
  min-width: 0;
  min-height: 50px;
  padding: 0 15px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}
.ofogh-search-form button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 13px;
  background: var(--blue);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.ofogh-search-results__count { margin: 0 0 24px; color: var(--muted); font-weight: 800; }
@media (max-width: 560px) {
  .ofogh-search-form { grid-template-columns: 1fr; }
  .ofogh-search-form button { width: 100%; }
}
