/* Page-specific CSS extracted from assets/css/gemini-light.css. */

/* Full width Gemini policy, about, and contact pages */
.okb-policy-page,
.okb-studio-v2,
.contact-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(168, 199, 250, .52), transparent 28rem),
    radial-gradient(circle at 88% 2%, rgba(196, 181, 253, .38), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #f8fbff 52%, #fff 100%);
  color: #3c4043;
}

.okb-policy-shell,
.okb-studio-v2-shell,
.contact-wrapper {
  width: min(1240px, calc(100% - clamp(32px, 7vw, 96px)));
  margin-inline: auto;
}

.okb-policy-hero,
.okb-anim-hero,
.contact-page {
  position: relative;
  padding: clamp(76px, 10vw, 132px) 0 clamp(44px, 7vw, 84px);
}

.okb-policy-hero::before,
.okb-anim-hero::before,
.contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(218, 220, 224, .28) 1px, transparent 1px),
    linear-gradient(180deg, rgba(218, 220, 224, .22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 72%);
}

.okb-policy-hero-grid,
.okb-anim-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.okb-policy-eyebrow,
.okb-studio-v2-copy > span,
.okb-studio-v2-heading > span,
.okb-studio-v2-text > span,
.okb-studio-v2-final span,
.okb-policy-closing span,
.contact-card h1 + .contact-subtitle::before {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #a8c7fa;
  border-radius: 999px;
  background: #e8f0fe;
  color: #0b57d0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.okb-policy-hero h1,
.okb-studio-v2-copy h1 {
  max-width: 920px;
  margin: 22px 0 20px;
  color: #1f1f1f !important;
  font-size: clamp(46px, 8vw, 104px) !important;
  font-weight: 500 !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
}

.okb-policy-hero h1::first-letter,
.okb-studio-v2-copy h1::first-letter {
  background: var(--ok-gradient-gemini);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0b57d0;
  -webkit-text-fill-color: transparent;
}

.okb-policy-hero-copy p,
.okb-studio-v2-copy p,
.contact-subtitle {
  max-width: 720px;
  margin: 0;
  color: #5f6368 !important;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.62;
}

.okb-policy-hero-actions,
.okb-studio-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.okb-policy-hero-actions a,
.okb-studio-v2-actions a,
.okb-policy-closing a,
.contact-form button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px !important;
  background: #1a73e8;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(26, 115, 232, .24);
}

.okb-policy-hero-actions a:nth-child(2),
.okb-studio-v2-actions a:nth-child(2) {
  border: 1px solid #dadce0;
  background: #fff;
  color: #0b57d0 !important;
  box-shadow: none;
}

.okb-policy-summary,
.okb-studio-v2-showcase,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(218, 220, 224, .88);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .34), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(246, 174, 169, .24), transparent 34%),
    rgba(255, 255, 255, .92);
  box-shadow: 0 28px 86px rgba(60, 64, 67, .14);
}

.okb-policy-summary {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(26px, 4vw, 42px);
}

.okb-policy-summary-glow {
  display: none !important;
}

.okb-policy-summary > span {
  color: #0b57d0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.okb-policy-summary > strong {
  color: #1f1f1f;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.okb-policy-summary small {
  max-width: 420px;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.6;
}

.okb-policy-summary dl {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
}

.okb-policy-summary dl > div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(218, 220, 224, .82);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.okb-policy-summary dt,
.okb-policy-summary dd {
  margin: 0;
}

.okb-policy-summary dt {
  color: #5f6368;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.okb-policy-summary dd,
.okb-policy-summary dd a {
  color: #1f1f1f;
  font-weight: 800;
  word-break: break-word;
}

.okb-policy-highlights {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.okb-policy-highlights > div,
.okb-policy-section,
.okb-studio-v2-cards article,
.okb-studio-v2-process article,
.okb-studio-v2-contact-grid a,
.contact-compliance-item,
.file-upload-box {
  border: 1px solid rgba(218, 220, 224, .88);
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(60, 64, 67, .07);
}

.okb-policy-highlights > div {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
}

.okb-policy-highlights i,
.okb-studio-v2-cards i,
.okb-studio-v2-contact-grid i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #e8f0fe;
  color: #0b57d0;
}

.okb-policy-highlights span,
.okb-studio-v2-cards span,
.okb-studio-v2-contact-grid span {
  color: #0b57d0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.okb-policy-highlights strong {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.28;
}

.okb-policy-nav {
  position: relative;
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(218, 220, 224, .86);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  scrollbar-width: none;
}

.okb-policy-nav::-webkit-scrollbar {
  display: none;
}

.okb-policy-nav a {
  flex: 0 0 auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #444746;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.okb-policy-nav a:hover {
  background: #e8f0fe;
  color: #0b57d0;
}

.okb-policy-body,
.okb-studio-v2-section {
  padding: clamp(54px, 8vw, 104px) 0;
}

.okb-policy-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid #a8c7fa;
  border-radius: 22px;
  background: #e8f0fe;
  color: #0842a0;
  font-weight: 800;
}

.okb-policy-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.okb-policy-section {
  position: relative;
  min-height: 260px;
  padding: clamp(24px, 3.2vw, 34px);
}

.okb-policy-section-mark {
  width: 46px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--ok-gradient-gemini);
}

.okb-policy-section h2,
.okb-studio-v2-heading h2,
.okb-studio-v2-text h2,
.okb-studio-v2-final h2,
.okb-policy-closing h2,
.contact-card h1 {
  margin: 0 0 16px;
  color: #1f1f1f !important;
  font-size: clamp(30px, 4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.okb-policy-section p,
.okb-policy-section li,
.okb-studio-v2-text p,
.okb-studio-v2-cards p,
.okb-studio-v2-process p,
.okb-studio-v2-contact-grid small,
.okb-studio-v2-final p {
  color: #5f6368;
  font-size: 16px;
  line-height: 1.7;
}

.okb-policy-section ul,
.okb-studio-v2-note ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.okb-policy-section li,
.okb-studio-v2-note li {
  position: relative;
  padding-left: 30px;
}

.okb-policy-section li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .16em;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f0fe;
  color: #0b57d0;
  font-size: 11px;
  font-weight: 950;
}

.okb-policy-section a {
  color: #0b57d0;
  font-weight: 850;
}

.okb-policy-closing,
.okb-studio-v2-final > .okb-studio-v2-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: clamp(28px, 5vw, 56px);
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid rgba(218, 220, 224, .88);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .34), transparent 32%),
    #fff;
  box-shadow: 0 18px 52px rgba(60, 64, 67, .1);
}

.okb-studio-v2-trust {
  padding: 18px 0;
}

.okb-studio-v2-trust .okb-studio-v2-shell,
.okb-studio-v2-contact-band .okb-studio-v2-shell,
.contact-compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.okb-studio-v2-trust div,
.okb-studio-v2-contact-band div {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(218, 220, 224, .88);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
}

.okb-studio-v2-trust span,
.okb-studio-v2-contact-band span,
.contact-compliance-item strong {
  display: block;
  margin-bottom: 7px;
  color: #0b57d0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.okb-studio-v2-trust strong,
.okb-studio-v2-contact-band strong,
.okb-studio-v2-contact-band a,
.contact-compliance-item span,
.contact-compliance-item a {
  color: #1f1f1f;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
}

.okb-studio-v2-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(168, 199, 250, .32), transparent 26rem),
    #f8fbff;
}

.okb-studio-v2-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.okb-studio-v2-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.okb-studio-v2-cards,
.okb-studio-v2-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.okb-studio-v2-contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.okb-studio-v2-cards article,
.okb-studio-v2-contact-grid a {
  display: grid;
  gap: 12px;
  padding: 24px;
  text-decoration: none;
}

.okb-studio-v2-cards h3,
.okb-studio-v2-contact-grid strong {
  margin: 0;
  color: #1f1f1f !important;
  font-size: 22px;
  line-height: 1.15;
}

.okb-studio-v2-note {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(218, 220, 224, .88);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(246, 174, 169, .24), transparent 30%),
    #fff;
  box-shadow: 0 18px 52px rgba(60, 64, 67, .1);
}

.okb-studio-v2-note > span {
  color: #0b57d0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.okb-studio-v2-note > strong {
  display: block;
  margin-top: 14px;
  color: #1f1f1f;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
}

.okb-studio-v2-note li i {
  position: absolute;
  left: 0;
  top: .18em;
  color: #0b57d0;
}

.okb-studio-v2-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.okb-studio-v2-process article {
  padding: 24px;
}

.okb-studio-v2-process span {
  display: block;
  margin-bottom: 42px;
  color: #0b57d0;
  font-size: 13px;
  font-weight: 950;
}

.okb-studio-v2-process strong {
  color: #1f1f1f;
  font-size: 22px;
}

.okb-studio-v2-contact-band {
  padding: 16px 0;
}

.okb-anim-illustration {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 38px);
}

.okb-anim-stage {
  position: relative;
  width: min(520px, 100%);
  min-height: 360px;
}

.okb-anim-screen {
  position: absolute;
  inset: 36px 28px 58px;
  overflow: hidden;
  border: 1px solid rgba(218, 220, 224, .9);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(60, 64, 67, .14);
}

.okb-anim-toolbar,
.okb-anim-timeline {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid #e8eaed;
}

.okb-anim-toolbar span,
.okb-anim-timeline span {
  height: 9px;
  border-radius: 999px;
  background: #d3e3fd;
}

.okb-anim-toolbar span {
  width: 42px;
}

.okb-anim-canvas {
  position: relative;
  min-height: 190px;
  background:
    radial-gradient(circle at 24% 26%, rgba(168, 199, 250, .36), transparent 22%),
    radial-gradient(circle at 78% 66%, rgba(246, 174, 169, .26), transparent 24%),
    #f8fbff;
}

.okb-anim-character {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 86px;
  height: 122px;
  transform: translate(-50%, -50%);
}

.okb-anim-head,
.okb-anim-body,
.okb-anim-arm,
.okb-anim-path,
.okb-anim-keyframe {
  position: absolute;
  display: block;
}

.okb-anim-head {
  left: 22px;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fdd663;
}

.okb-anim-body {
  left: 20px;
  top: 48px;
  width: 46px;
  height: 60px;
  border-radius: 18px 18px 24px 24px;
  background: #1a73e8;
}

.okb-anim-arm {
  top: 56px;
  width: 14px;
  height: 58px;
  border-radius: 999px;
  background: #7c4dff;
}

.okb-anim-arm--left {
  left: 10px;
  transform: rotate(22deg);
}

.okb-anim-arm--right {
  right: 8px;
  transform: rotate(-28deg);
}

.okb-anim-path {
  left: 12%;
  right: 12%;
  bottom: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--ok-gradient-gemini);
}

.okb-anim-keyframe {
  width: 18px;
  height: 18px;
  border: 3px solid #0b57d0;
  border-radius: 50%;
  background: #fff;
}

.okb-anim-keyframe--one {
  left: 18%;
  bottom: 20px;
}

.okb-anim-keyframe--two {
  right: 18%;
  bottom: 20px;
}

.okb-anim-timeline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e8eaed;
  border-bottom: 0;
}

.okb-anim-timeline span {
  flex: 1;
}

.okb-anim-card {
  position: absolute;
  z-index: 2;
  width: 178px;
  padding: 16px;
  border: 1px solid rgba(218, 220, 224, .88);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 42px rgba(60, 64, 67, .12);
}

.okb-anim-card strong,
.okb-anim-card span {
  display: block;
}

.okb-anim-card strong {
  color: #1f1f1f;
}

.okb-anim-card span {
  color: #5f6368;
  font-size: 13px;
}

.okb-anim-card--one {
  top: 12px;
  left: 0;
}

.okb-anim-card--two {
  right: 0;
  bottom: 6px;
}

.contact-page {
  padding-inline: 0 !important;
}

.contact-card {
  padding: clamp(24px, 5vw, 56px);
}

.contact-card h1 {
  max-width: 780px;
  font-size: clamp(42px, 7vw, 86px) !important;
}

.contact-subtitle {
  margin-bottom: 34px;
}

.contact-subtitle::before {
  content: "Project discussion";
  margin: 0 0 16px;
}

.contact-compliance-grid {
  margin: 0 0 34px;
}

.contact-compliance-item {
  min-width: 0;
  padding: 18px;
}

.success-msg,
.error-msg {
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 20px;
  font-weight: 850;
}

.success-msg {
  border: 1px solid #a8c7fa;
  background: #e8f0fe;
  color: #0842a0;
}

.error-msg {
  border: 1px solid #f6aea9;
  background: #fff7f5;
  color: #b3261e;
}

.contact-form,
.field-group {
  display: grid;
  gap: 14px;
}

.field-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid #dadce0 !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.contact-form textarea {
  min-height: 180px;
  padding-block: 16px;
  resize: vertical;
}

.file-upload-box {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #f8fbff;
}

.file-btn {
  position: relative;
  display: block;
}

.file-btn input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.file-btn span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  border: 1px dashed #a8c7fa;
  border-radius: 18px;
  background: #fff;
  color: #0b57d0;
  font-weight: 900;
}

.selected-file,
.file-meta span,
.file-meta .hint {
  color: #5f6368;
}

.file-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.meta-item {
  min-width: 0;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
}

.meta-item strong {
  display: block;
  color: #0b57d0;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .okb-policy-content,
  .okb-studio-v2-cards,
  .okb-studio-v2-contact-grid,
  .okb-studio-v2-process,
  .contact-compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okb-studio-v2-trust .okb-studio-v2-shell,
  .okb-studio-v2-contact-band .okb-studio-v2-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .okb-policy-shell,
  .okb-studio-v2-shell,
  .contact-wrapper {
    width: min(100% - 28px, 1240px);
  }

  .okb-policy-hero-grid,
  .okb-anim-hero-grid,
  .okb-studio-v2-split,
  .okb-policy-closing,
  .okb-studio-v2-final > .okb-studio-v2-shell {
    grid-template-columns: 1fr;
  }

  .okb-policy-summary {
    min-height: 320px;
  }

  .okb-policy-highlights,
  .okb-policy-content,
  .okb-studio-v2-cards,
  .okb-studio-v2-contact-grid,
  .okb-studio-v2-process,
  .okb-studio-v2-trust .okb-studio-v2-shell,
  .okb-studio-v2-contact-band .okb-studio-v2-shell,
  .contact-compliance-grid,
  .field-group,
  .file-meta {
    grid-template-columns: 1fr;
  }

  .okb-policy-nav {
    border-radius: 24px;
  }

  .okb-policy-hero-actions a,
  .okb-studio-v2-actions a,
  .okb-policy-closing a,
  .contact-form button {
    width: 100%;
  }

  .okb-anim-illustration {
    min-height: 340px;
  }

  .okb-anim-card {
    width: 154px;
  }
}

@media (max-width: 560px) {
  .okb-policy-hero,
  .okb-anim-hero,
  .contact-page {
    padding-top: 56px;
  }

  .okb-policy-hero h1,
  .okb-studio-v2-copy h1,
  .contact-card h1 {
    font-size: clamp(38px, 13vw, 58px) !important;
  }

  .okb-policy-summary,
  .contact-card,
  .okb-studio-v2-showcase,
  .okb-policy-closing,
  .okb-studio-v2-final > .okb-studio-v2-shell {
    border-radius: 26px;
  }

  .okb-policy-section,
  .okb-studio-v2-cards article,
  .okb-studio-v2-process article,
  .okb-studio-v2-contact-grid a {
    border-radius: 20px;
  }

  .okb-anim-screen {
    inset: 46px 0 48px;
  }

  .okb-anim-card--one {
    left: 4px;
  }

  .okb-anim-card--two {
    right: 4px;
  }
}

/* Premium root-system polish for policy, about, contact, and project pages */
.okb-policy-page,
.okb-studio-v2,
.contact-page {
  background: var(--ok-gradient-page) !important;
  color: var(--ok-ink-soft) !important;
}

.okb-policy-page :where(p, li, small),
.okb-studio-v2 :where(p, li, small),
.contact-page :where(p, li, small) {
  color: var(--ok-ink-muted) !important;
}

.okb-policy-shell,
.okb-studio-v2-shell,
.contact-wrapper {
  width: min(var(--ok-shell-wide), calc(100% - clamp(32px, 7vw, 112px))) !important;
}

.okb-policy-hero,
.okb-anim-hero,
.contact-page {
  padding-block: clamp(86px, 10vw, 148px) clamp(58px, 7vw, 96px) !important;
}

.okb-policy-body,
.okb-studio-v2-section {
  padding-block: clamp(68px, 8vw, 118px) !important;
}

.okb-policy-hero-grid,
.okb-anim-hero-grid,
.okb-studio-v2-split {
  gap: clamp(40px, 7vw, 96px) !important;
}

.okb-policy-eyebrow,
.okb-studio-v2-copy > span,
.okb-studio-v2-heading > span,
.okb-studio-v2-text > span,
.okb-studio-v2-final span,
.okb-policy-closing span,
.contact-card h1 + .contact-subtitle::before {
  border-color: var(--ok-border-blue) !important;
  background: var(--ok-blue-soft) !important;
  color: var(--ok-blue) !important;
}

.okb-policy-hero h1,
.okb-studio-v2-copy h1,
.contact-card h1 {
  max-width: 980px !important;
  margin-block: clamp(20px, 3vw, 30px) clamp(18px, 2.4vw, 28px) !important;
  color: var(--ok-ink) !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.okb-policy-hero-copy p,
.okb-studio-v2-copy p,
.contact-subtitle {
  max-width: 760px !important;
  color: var(--ok-ink-muted) !important;
  font-size: clamp(18px, 1.85vw, 23px) !important;
  line-height: 1.68 !important;
}

.okb-policy-hero-actions,
.okb-studio-v2-actions {
  gap: var(--ok-space-3) !important;
  margin-top: clamp(28px, 4vw, 42px) !important;
}

.okb-policy-hero-actions a,
.okb-studio-v2-actions a,
.okb-policy-closing a,
.contact-form button {
  min-height: var(--ok-button-height) !important;
  padding-inline: var(--ok-space-6) !important;
  border: 1px solid transparent !important;
  background:
    radial-gradient(circle at 20% 0, rgba(255, 255, 255, .2), transparent 34%),
    linear-gradient(115deg, var(--ok-blue) 0%, var(--ok-blue-ui) 58%, #6ea8ff 100%) !important;
  background-size: 150% 150% !important;
  color: var(--ok-ink-inverse) !important;
  box-shadow: var(--ok-shadow-blue) !important;
  transition: background-position var(--ok-transition-fast), box-shadow var(--ok-transition-fast), transform var(--ok-transition-fast), border-color var(--ok-transition-fast) !important;
}

.okb-policy-hero-actions a:hover,
.okb-studio-v2-actions a:hover,
.okb-policy-closing a:hover,
.contact-form button:hover,
.file-btn:hover span {
  background-position: 100% 50% !important;
  color: var(--ok-ink-inverse) !important;
  box-shadow: 0 16px 34px rgba(26, 115, 232, .3) !important;
  transform: translateY(-1px);
}

.okb-policy-hero-actions a:nth-child(2),
.okb-studio-v2-actions a:nth-child(2) {
  border-color: var(--ok-border) !important;
  background: var(--ok-surface) !important;
  color: var(--ok-blue) !important;
  box-shadow: var(--ok-shadow-soft) !important;
}

.okb-policy-hero-actions a:nth-child(2):hover,
.okb-studio-v2-actions a:nth-child(2):hover {
  border-color: var(--ok-border-blue) !important;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .34), transparent 38%),
    var(--ok-surface) !important;
  color: var(--ok-blue) !important;
  box-shadow: var(--ok-shadow-card) !important;
}

.okb-policy-summary,
.okb-studio-v2-showcase,
.contact-card,
.okb-policy-section,
.okb-policy-highlights > div,
.okb-studio-v2-cards article,
.okb-studio-v2-process article,
.okb-studio-v2-contact-grid a,
.okb-studio-v2-note,
.contact-compliance-item,
.file-upload-box {
  border-color: var(--ok-border-glass) !important;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .22), transparent 34%),
    rgba(255, 255, 255, .94) !important;
  box-shadow: var(--ok-shadow-card) !important;
}

.okb-policy-summary,
.contact-card {
  padding: clamp(30px, 4.8vw, 58px) !important;
}

.okb-policy-summary dl,
.okb-policy-highlights,
.okb-policy-content,
.okb-studio-v2-cards,
.okb-studio-v2-contact-grid,
.okb-studio-v2-process,
.contact-compliance-grid {
  gap: clamp(14px, 2vw, 22px) !important;
}

.okb-policy-highlights > div,
.okb-policy-section,
.okb-studio-v2-cards article,
.okb-studio-v2-process article,
.okb-studio-v2-contact-grid a {
  padding: clamp(24px, 3.2vw, 36px) !important;
}

.okb-policy-nav {
  margin-top: clamp(22px, 3vw, 34px) !important;
  padding: var(--ok-space-2) !important;
  border-color: var(--ok-border-glass) !important;
  background: var(--ok-surface-glass) !important;
  box-shadow: var(--ok-shadow-soft) !important;
  backdrop-filter: blur(18px) saturate(145%);
}

.okb-policy-nav a {
  color: var(--ok-ink-soft) !important;
}

.okb-policy-nav a:hover {
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .35), transparent 36%),
    var(--ok-blue-soft) !important;
  color: var(--ok-blue) !important;
}

.okb-policy-notice {
  margin-bottom: clamp(20px, 3vw, 30px) !important;
  border-color: var(--ok-border-blue) !important;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .32), transparent 34%),
    var(--ok-blue-soft) !important;
  color: var(--ok-blue-strong) !important;
}

.okb-policy-section h2,
.okb-studio-v2-heading h2,
.okb-studio-v2-text h2,
.okb-studio-v2-final h2,
.okb-policy-closing h2,
.contact-card h1 {
  color: var(--ok-ink) !important;
  text-wrap: balance;
}

.okb-policy-section ul,
.okb-studio-v2-note ul,
.contact-form {
  gap: clamp(14px, 2vw, 20px) !important;
}

.okb-policy-closing,
.okb-studio-v2-final > .okb-studio-v2-shell {
  margin-top: clamp(36px, 6vw, 72px) !important;
  padding: clamp(32px, 5vw, 62px) !important;
  border-color: var(--ok-border-glass) !important;
  background: var(--ok-gradient-premium) !important;
}

.okb-studio-v2-trust,
.okb-studio-v2-contact-band {
  padding-block: clamp(20px, 3vw, 34px) !important;
}

.okb-studio-v2-trust .okb-studio-v2-shell,
.okb-studio-v2-contact-band .okb-studio-v2-shell {
  gap: clamp(12px, 2vw, 18px) !important;
}

.okb-studio-v2-trust div,
.okb-studio-v2-contact-band div {
  padding: clamp(18px, 2.4vw, 26px) !important;
  border-color: var(--ok-border-glass) !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: var(--ok-shadow-soft) !important;
}

.contact-compliance-grid {
  margin-bottom: clamp(28px, 4vw, 46px) !important;
}

.contact-form input,
.contact-form textarea {
  border-color: var(--ok-border) !important;
  border-radius: var(--ok-radius-md) !important;
  color: var(--ok-ink) !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ok-blue) !important;
  box-shadow: var(--ok-focus-ring) !important;
}

.file-btn span {
  border-color: var(--ok-border-blue) !important;
  background: var(--ok-surface) !important;
  color: var(--ok-blue) !important;
}

@media (max-width: 820px) {
  .okb-policy-shell,
  .okb-studio-v2-shell,
  .contact-wrapper {
    width: min(100% - 28px, var(--ok-shell-wide)) !important;
  }

  .okb-policy-hero,
  .okb-anim-hero,
  .contact-page {
    padding-block: clamp(58px, 12vw, 86px) clamp(42px, 10vw, 70px) !important;
  }

  .okb-policy-body,
  .okb-studio-v2-section {
    padding-block: clamp(48px, 11vw, 76px) !important;
  }

  .okb-policy-summary,
  .contact-card {
    padding: clamp(24px, 7vw, 36px) !important;
  }
}

@media (max-width: 560px) {
  .okb-policy-shell,
  .okb-studio-v2-shell,
  .contact-wrapper {
    width: min(100% - 22px, var(--ok-shell-wide)) !important;
  }

  .okb-policy-hero h1,
  .okb-studio-v2-copy h1,
  .contact-card h1 {
    font-size: clamp(38px, 12vw, 56px) !important;
    line-height: 1.02 !important;
  }

  .okb-policy-hero-copy p,
  .okb-studio-v2-copy p,
  .contact-subtitle {
    font-size: 16px !important;
  }

  .okb-policy-nav {
    border-radius: var(--ok-radius-xl) !important;
  }
}

/* About and contact page redesign: refined proof chips and final CTA panels */
.okb-studio-v2-proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ok-space-3);
  margin-top: clamp(22px, 3vw, 34px);
}

.okb-studio-v2-proof span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: var(--ok-space-2);
  padding: 0 var(--ok-space-4);
  border: 1px solid var(--ok-border-glass);
  border-radius: var(--ok-radius-pill);
  background: rgba(255, 255, 255, .74);
  color: var(--ok-ink-soft) !important;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  box-shadow: var(--ok-shadow-soft);
  backdrop-filter: blur(14px) saturate(140%);
}

.okb-studio-v2-proof i {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px;
  border-radius: 50%;
  background: var(--ok-blue-soft);
  color: var(--ok-blue);
  font-size: 12px;
}

.okb-studio-v2-contact .okb-studio-v2-actions,
.okb-studio-v2-about .okb-studio-v2-actions {
  align-items: center;
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid a {
  min-height: 250px;
  align-content: start;
  transition: transform var(--ok-transition-fast), border-color var(--ok-transition-fast), box-shadow var(--ok-transition-fast), background-position var(--ok-transition-fast);
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid a:hover,
.okb-studio-v2-about .okb-studio-v2-cards article:hover,
.okb-studio-v2-about .okb-studio-v2-process article:hover {
  border-color: var(--ok-border-blue) !important;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .36), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(246, 174, 169, .18), transparent 32%),
    var(--ok-surface) !important;
  box-shadow: var(--ok-shadow-elevated) !important;
  transform: translateY(-3px);
}

.okb-studio-v2-final {
  padding: clamp(34px, 6vw, 78px) 0 clamp(64px, 8vw, 118px);
}

.okb-studio-v2-final > .okb-studio-v2-shell {
  position: relative;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr) !important;
  align-items: stretch !important;
  gap: clamp(22px, 4vw, 48px) !important;
  overflow: hidden;
}

.okb-studio-v2-final > .okb-studio-v2-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), transparent 36%),
    radial-gradient(circle at 94% 18%, rgba(196, 181, 253, .28), transparent 28%),
    radial-gradient(circle at 16% 0, rgba(168, 199, 250, .28), transparent 28%);
}

.okb-studio-v2-final > .okb-studio-v2-shell > * {
  position: relative;
  z-index: 1;
}

.okb-studio-v2-final > .okb-studio-v2-shell > div:first-child {
  min-width: 0;
  display: grid;
  align-content: center;
}

.okb-studio-v2-final h2 {
  max-width: 700px;
  margin: clamp(14px, 2vw, 18px) 0 0 !important;
  font-size: clamp(40px, 5vw, 72px) !important;
  line-height: 1.02 !important;
}

.okb-studio-v2-final-panel {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--ok-border-glass);
  border-radius: var(--ok-radius-2xl);
  background:
    radial-gradient(circle at 100% 0, rgba(168, 199, 250, .32), transparent 36%),
    rgba(255, 255, 255, .76);
  box-shadow: var(--ok-shadow-soft);
}

.okb-studio-v2-final-panel p {
  max-width: 720px;
  margin: 0 !important;
  color: var(--ok-ink-soft) !important;
  font-size: clamp(16px, 1.55vw, 20px) !important;
  line-height: 1.68 !important;
}

.okb-studio-v2-final-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ok-space-2);
}

.okb-studio-v2-final-chips span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: var(--ok-space-2);
  padding: 0 var(--ok-space-3);
  border: 1px solid var(--ok-border);
  border-radius: var(--ok-radius-pill);
  background: var(--ok-surface);
  color: var(--ok-ink-soft) !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.okb-studio-v2-final-chips i {
  color: var(--ok-blue);
}

.okb-studio-v2-final-panel .okb-studio-v2-actions {
  margin-top: 0 !important;
}

.okb-studio-v2-contact .okb-studio-v2-final h2 {
  max-width: 620px;
}

.okb-studio-v2-contact .okb-studio-v2-final-panel .okb-studio-v2-actions a:nth-child(2),
.okb-studio-v2-about .okb-studio-v2-final-panel .okb-studio-v2-actions a:nth-child(2) {
  border-color: var(--ok-border) !important;
  background: var(--ok-surface) !important;
  color: var(--ok-blue) !important;
  box-shadow: none !important;
}

.okb-studio-v2-contact .okb-studio-v2-final-panel .okb-studio-v2-actions a:nth-child(2):hover,
.okb-studio-v2-about .okb-studio-v2-final-panel .okb-studio-v2-actions a:nth-child(2):hover {
  border-color: var(--ok-border-blue) !important;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .34), transparent 38%),
    var(--ok-surface) !important;
  color: var(--ok-blue) !important;
  box-shadow: var(--ok-shadow-card) !important;
}

@media (max-width: 980px) {
  .okb-studio-v2-final > .okb-studio-v2-shell {
    grid-template-columns: 1fr !important;
  }

  .okb-studio-v2-final h2 {
    max-width: 820px;
  }
}

@media (max-width: 620px) {
  .okb-studio-v2-proof,
  .okb-studio-v2-final-chips,
  .okb-studio-v2-final-panel .okb-studio-v2-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .okb-studio-v2-proof span,
  .okb-studio-v2-final-chips span {
    width: 100%;
  }

  .okb-studio-v2-final h2 {
    font-size: clamp(34px, 11vw, 52px) !important;
  }
}



