:root {
  --ok33-red: #e7071e;
  --ok33-red-dark: #b90014;
  --ok33-purple: #5e22b8;
  --ok33-purple-dark: #12001f;
  --ok33-gold: #ffcf28;
  --ok33-ink: #151515;
  --ok33-muted: #666;
  --ok33-line: #e8e8e8;
  --ok33-wrap: 1120px;
  --ok33-shadow: 0 18px 42px rgba(0, 0, 0, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ok33-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.ok33-wrap {
  width: min(var(--ok33-wrap), calc(100% - 48px));
  margin: 0 auto;
}

.ok33-topbar,
.ok33-nav,
.ok33-hero,
.ok33-section,
.ok33-app-band,
.ok33-footer {
  max-width: 100%;
  overflow-x: clip;
}

.ok33-topbar {
  background: #fff;
  color: var(--ok33-ink);
  border-bottom: 1px solid #f0f0f0;
}

.ok33-topbar-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ok33-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.ok33-brand .ok33-o {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--ok33-red);
  color: var(--ok33-gold);
  font-size: 23px;
  box-shadow: 0 5px 16px rgba(231, 7, 30, .24);
}

.ok33-brand .ok33-text-red {
  color: var(--ok33-red);
}

.ok33-brand .ok33-text-purple {
  color: var(--ok33-purple);
}

.ok33-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.ok33-pill {
  min-width: 116px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 1px solid #d0d0d0;
  color: var(--ok33-ink);
  font-size: 14px;
  font-weight: 900;
}

.ok33-pill-primary {
  color: #fff;
  background: linear-gradient(135deg, #f11b32, var(--ok33-red-dark));
  border-color: transparent;
}

.ok33-nav {
  color: #fff;
  background: linear-gradient(180deg, #f10d28, var(--ok33-red));
}

.ok33-nav-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ok33-home-link,
.ok33-nav-link {
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.ok33-home-link {
  width: 68px;
}

.ok33-nav-link.is-active::after,
.ok33-home-link::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 4px;
  background: var(--ok33-gold);
  border-radius: 4px 4px 0 0;
}

.ok33-hero {
  min-height: 560px;
  display: flex;
  align-items: stretch;
  color: #fff;
  background:
    radial-gradient(circle at 66% 45%, rgba(127, 52, 255, .42), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(255, 207, 40, .2), transparent 28%),
    linear-gradient(92deg, #090014 0%, #140020 44%, #2c073f 100%);
}

.ok33-hero-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 34px;
  align-items: center;
  padding: 48px 0 44px;
}

.ok33-hero-copy {
  max-width: 530px;
}

.ok33-hero h1 {
  margin: 0;
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.ok33-hero h1 span {
  display: block;
  color: var(--ok33-gold);
}

.ok33-hero p {
  margin: 24px 0 30px;
  max-width: 500px;
  color: #f5f0ff;
  font-size: 17px;
}

.ok33-hero-ctas,
.ok33-section-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ok33-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 900;
}

.ok33-btn-red {
  color: #fff;
  background: linear-gradient(135deg, #f11b32, var(--ok33-red-dark));
  box-shadow: 0 10px 26px rgba(231, 7, 30, .24);
}

.ok33-btn-dark {
  color: #fff;
  background: rgba(0, 0, 0, .34);
  border-color: var(--ok33-gold);
}

.ok33-btn-gold {
  color: #150b00;
  background: linear-gradient(135deg, #ffe45a, var(--ok33-gold));
}

.ok33-arrow {
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.ok33-hero-art {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ok33-hero-art img {
  width: min(675px, 100%);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .42));
  -webkit-mask-image: radial-gradient(circle at 56% 50%, #000 0 65%, rgba(0, 0, 0, .92) 74%, transparent 90%);
  mask-image: radial-gradient(circle at 56% 50%, #000 0 65%, rgba(0, 0, 0, .92) 74%, transparent 90%);
}

.ok33-section {
  padding: 54px 0;
  background: #fff;
}

.ok33-section + .ok33-section {
  border-top: 1px solid #efefef;
}

.ok33-section-compact {
  padding-top: 36px;
}

.ok33-section-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 900;
}

.ok33-overview-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
}

.ok33-overview-copy h2,
.ok33-app-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 900;
}

.ok33-overview-copy p,
.ok33-app-copy p {
  margin: 0 0 22px;
  color: var(--ok33-muted);
  font-size: 16px;
}

.ok33-media-frame {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ok33-purple-dark);
  box-shadow: var(--ok33-shadow);
}

.ok33-media-frame img {
  width: 100%;
  aspect-ratio: 2.13 / 1;
  object-fit: cover;
}

.ok33-feature-grid,
.ok33-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ok33-feature-card {
  min-height: 198px;
  padding: 28px 20px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
}

.ok33-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  color: var(--ok33-red);
}

.ok33-feature-card h3,
.ok33-product-card h3,
.ok33-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.ok33-feature-card p,
.ok33-product-card p,
.ok33-step p,
.ok33-news-copy p {
  margin: 0;
  color: var(--ok33-muted);
  font-size: 14px;
}

.ok33-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
}

.ok33-product-card img {
  width: 100%;
  aspect-ratio: 1.714 / 1;
  object-fit: cover;
}

.ok33-product-body {
  min-height: 140px;
  padding: 18px 18px 20px;
  position: relative;
}

.ok33-card-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ok33-red);
}

.ok33-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.ok33-step {
  text-align: center;
  position: relative;
  padding: 4px 10px;
}

.ok33-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53px;
  right: -18px;
  width: 36px;
  height: 1px;
  background: repeating-linear-gradient(90deg, #777 0 5px, transparent 5px 9px);
}

.ok33-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 48px;
  right: -22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotate(-45deg);
}

.ok33-step-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--ok33-red);
  color: #fff;
  font-weight: 900;
}

.ok33-step-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid #dedede;
  border-radius: 50%;
  color: #111;
  background: #fff;
}

.ok33-app-band {
  color: #fff;
  background:
    radial-gradient(circle at 75% 50%, rgba(255, 207, 40, .28), transparent 28%),
    linear-gradient(100deg, #070011, #33105f 58%, #0a0013);
}

.ok33-app-grid {
  min-height: 250px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}

.ok33-app-copy h2 {
  color: var(--ok33-gold);
}

.ok33-app-copy p {
  color: #f6f0ff;
}

.ok33-app-visual {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.ok33-app-visual::before,
.ok33-app-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 5px solid rgba(255, 207, 40, .66);
  transform: rotate(-12deg);
}

.ok33-app-visual::before {
  width: 280px;
  height: 92px;
  right: 8%;
  top: 74px;
}

.ok33-app-visual::after {
  width: 400px;
  height: 120px;
  right: -12%;
  top: 102px;
  border-color: rgba(149, 77, 255, .72);
}

.ok33-app-badge {
  position: absolute;
  right: 21%;
  top: 58px;
  z-index: 2;
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2a8, #ffbd18 48%, #b45d00);
  color: #3b1150;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 22px 42px rgba(0, 0, 0, .45);
}

.ok33-news-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.ok33-news-item {
  min-height: 116px;
  display: grid;
  grid-template-columns: 220px 1fr 110px 42px;
  gap: 24px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #ececec;
}

.ok33-news-item:last-child {
  border-bottom: 0;
}

.ok33-news-item img {
  width: 220px;
  aspect-ratio: 2.13 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.ok33-news-copy h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.ok33-news-date {
  color: #777;
  font-size: 14px;
  text-align: right;
}

.ok33-news-more {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #111;
}

.ok33-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ok33-faq-item {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
}

.ok33-plus {
  font-size: 22px;
  line-height: 1;
}

.ok33-footer {
  padding: 38px 0 16px;
  background: #070707;
  color: #fff;
}

.ok33-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .7fr .8fr 1fr;
  gap: 42px;
}

.ok33-footer .ok33-brand {
  margin-bottom: 16px;
  font-size: 38px;
}

.ok33-footer p,
.ok33-footer a,
.ok33-footer li {
  color: #d8d8d8;
  font-size: 14px;
}

.ok33-footer h3 {
  margin: 0 0 14px;
  font-size: 15px;
  text-transform: uppercase;
}

.ok33-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ok33-footer li + li {
  margin-top: 8px;
}

.ok33-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.ok33-social span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ok33-copy {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  color: #d0d0d0;
  font-size: 13px;
}

.ok33-article-hero {
  padding: 62px 0;
  color: #fff;
  background: linear-gradient(100deg, #080012, #2a0644 58%, #090010);
}

.ok33-article-hero h1 {
  max-width: 900px;
  margin: 0 auto 14px;
  text-align: center;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.12;
  font-weight: 900;
}

.ok33-article-meta {
  text-align: center;
  color: var(--ok33-gold);
  font-size: 15px;
}

.ok33-article-shell {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 46px 0 60px;
}

.ok33-article-cover {
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 8px;
  box-shadow: var(--ok33-shadow);
}

.ok33-article-body {
  color: #333;
  font-size: 17px;
}

.ok33-article-body h2 {
  margin: 34px 0 12px;
  color: #111;
  font-size: 28px;
  line-height: 1.25;
}

.ok33-article-body p {
  margin: 0 0 18px;
}

.ok33-article-body ul {
  margin: 0 0 24px;
  padding-left: 22px;
}

.ok33-article-nav {
  display: grid;
  gap: 12px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.ok33-pagination {
  margin-top: 26px;
  text-align: center;
}

.ok33-pagination a,
.ok33-pagination span {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .ok33-wrap {
    width: min(var(--ok33-wrap), calc(100% - 32px));
  }

  .ok33-brand {
    font-size: 32px;
  }

  .ok33-nav-inner {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ok33-nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0 14px;
  }

  .ok33-hero-grid,
  .ok33-overview-grid,
  .ok33-app-grid {
    grid-template-columns: 1fr;
  }

  .ok33-hero {
    min-height: 0;
  }

  .ok33-hero-grid {
    padding: 40px 0 32px;
  }

  .ok33-hero-art {
    justify-content: center;
  }

  .ok33-feature-grid,
  .ok33-product-grid,
  .ok33-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ok33-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .ok33-step::before,
  .ok33-step::after {
    display: none;
  }

  .ok33-news-item {
    grid-template-columns: 150px 1fr 80px 32px;
    gap: 16px;
    padding: 16px;
  }

  .ok33-news-item img {
    width: 150px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .ok33-wrap,
  .ok33-article-shell {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .ok33-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
    gap: 12px;
  }

  .ok33-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .ok33-pill {
    width: 100%;
    min-width: 0;
  }

  .ok33-nav-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0;
    padding: 0 12px;
  }

  .ok33-hero h1 {
    font-size: 28px;
    overflow-wrap: anywhere;
  }

  .ok33-hero p {
    font-size: 15px;
  }

  .ok33-btn {
    width: 100%;
  }

  .ok33-section {
    padding: 38px 0;
  }

  .ok33-section-title {
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .ok33-feature-grid,
  .ok33-product-grid,
  .ok33-footer-grid,
  .ok33-faq-grid,
  .ok33-steps {
    grid-template-columns: 1fr;
  }

  .ok33-app-visual {
    min-height: 190px;
  }

  .ok33-app-badge {
    right: calc(50% - 78px);
  }

  .ok33-news-item {
    grid-template-columns: 108px 1fr 28px;
    gap: 12px;
  }

  .ok33-news-date {
    display: none;
  }

  .ok33-news-item img {
    width: 108px;
    border-radius: 6px;
  }

  .ok33-news-copy h3 {
    font-size: 15px;
  }

  .ok33-news-copy p {
    display: none;
  }
}

.ok33-nav-link:hover { background: rgba(255,255,255,.12); }
