:root {
  color-scheme: dark;
  --bg: #030407;
  --panel: rgba(13, 16, 24, 0.86);
  --panel-solid: #0b0f18;
  --line: rgba(255, 255, 255, 0.13);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --soft: rgba(255, 255, 255, 0.08);
  --blue: #5d8ed1;
  --blue-deep: #052459;
  --red: #d42c35;
  --success: #31c48d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
}

.nav {
  width: min(1384px, calc(100% - 128px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 16px 40px;
  background:
    linear-gradient(90deg, rgba(8, 9, 14, 0.9), rgba(20, 23, 32, 0.82) 52%, rgba(18, 20, 28, 0.9)),
    rgba(10, 11, 16, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 170px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-menu a,
.footer-links a,
.footer-social a,
.lang-switch {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"],
.footer-links a:hover,
.lang-switch:hover {
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.lang-switch {
  min-width: 42px;
  min-height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
}

.login-button {
  width: 156px;
  min-width: 156px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 10px;
  background: #4778c6;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.login-button:hover {
  background: #5d8ed1;
}

.hero {
  position: relative;
  min-height: 769px;
  height: min(100vh, 769px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: url("/assets/hero-bg.png");
  background-position: center 38%;
  background-size: cover;
}

.beki-hero {
  position: relative;
  min-height: 769px;
  height: min(100vh, 769px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: url("/assets/hero-bg.png");
  background-position: center;
  background-size: cover;
  padding: 126px 20px 40px;
}

.beki-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38));
}

.beki-content {
  position: relative;
  z-index: 1;
  width: min(1300px, 100%);
  text-align: center;
}

.beki-content h1 {
  width: min(1300px, 100%);
  max-width: none;
  margin: 10px auto 0;
  font-size: clamp(46px, 3.71vw, 56px);
  line-height: 1.3;
  font-weight: 600;
}

.beki-content p:not(.eyebrow) {
  width: min(538px, 100%);
  margin: 12px auto 0;
  color: #fffffc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.beki-button {
  min-width: 224px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-top: 36px;
  padding: 0 42px;
  background: #4778c6;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(65, 116, 185, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1384px, calc(100% - 128px));
  margin: 0 auto;
  padding: 126px 0 56px;
  text-align: center;
}

.hero-logo {
  width: min(640px, 88vw);
  height: auto;
  display: block;
  margin: 0 auto 34px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.72));
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(46px, 3.71vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 0 22px 50px rgba(0, 0, 0, 0.7);
}

.hero-content h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 826px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-content p {
  width: min(620px, 100%);
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.hero-pill {
  display: inline-flex;
  width: auto;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  margin: 0 auto 32px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-content .hero-pill {
  width: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1;
}

.store-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 48px;
}

.download-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0d0d0f;
}

.download-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0 180px;
  text-align: center;
}

.download-inner h2 {
  font-size: clamp(42px, 3.18vw, 48px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.download-inner p {
  width: min(538px, 100%);
  margin: 16px auto 0;
  color: #fffffc;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.download-inner .store-buttons {
  justify-content: center;
  margin-top: 48px;
}

.store-badge {
  width: 249px;
  height: 72px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #fffffc;
  border-radius: 9px;
  padding: 12px 24px;
  background: transparent;
  color: #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.store-badge.disabled {
  cursor: default;
  opacity: 1;
}

.store-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  line-height: 1;
  overflow: hidden;
}

.store-icon img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px;
  max-height: 44px;
  display: block;
  object-fit: contain;
}

.store-icon.play {
  width: 39.802px;
  flex-basis: 39.802px;
  background: transparent;
}

.store-icon.play img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px;
  max-height: 40px;
}

.store-badge small,
.store-badge span span,
.store-badge span small {
  display: block;
}

.store-badge small {
  color: #fffffc;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

.store-badge span:last-child {
  width: 141px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 30px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 9px;
  border-radius: 9px;
  background: #fff;
  transform: translateX(-50%);
}

.section,
.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 48px;
  padding: 96px 0;
}

.eyebrow {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beki-content .eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.section-copy h2,
.page-hero h1 {
  margin-top: 12px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 900;
}

.section-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid article,
.content-panel,
.form-panel,
.contact-cards article,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.feature-grid article {
  min-height: 220px;
  padding: 24px;
}

.feature-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.feature-grid h3 {
  margin-top: 58px;
  font-size: 22px;
  line-height: 1.1;
}

.feature-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.page-shell {
  padding: 150px 0 90px;
}

.legal-shell {
  width: min(760px, calc(100% - 40px));
  padding: 150px 0 108px;
}

.page-hero {
  max-width: 820px;
  margin-bottom: 34px;
}

.page-hero.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content-panel,
.form-panel {
  padding: clamp(24px, 4vw, 48px);
}

.content-panel {
  width: min(760px, 100%);
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}

.legal-hero {
  max-width: 760px;
  margin: 0 auto 32px;
}

.legal-hero h1 {
  max-width: none;
  font-size: clamp(38px, 3.5vw, 52px);
  line-height: 1.1;
  text-align: center;
  text-shadow: none;
}

.legal-panel {
  width: 100%;
}

.form-page {
  width: min(580px, calc(100% - 40px));
}

.form-page .page-hero {
  max-width: 580px;
  margin-bottom: 36px;
}

.form-panel {
  border-radius: 8px;
  padding: 22px 48px 64px;
  background:
    linear-gradient(227deg, #272945 15%, #0a0a0e 130%),
    #1f1f1f;
}

.form-title {
  margin-bottom: 36px;
  text-align: center;
}

.form-title h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}

.form-title p {
  margin-top: 12px;
  color: #fffffc;
  font-size: 16px;
  line-height: 1.2;
}

.rich-text {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.42;
}

.rich-text ul {
  margin: 0;
  padding-left: 22px;
}

.notice,
.success {
  margin-bottom: 18px;
  border: 1px solid rgba(93, 142, 209, 0.36);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(93, 142, 209, 0.12);
  color: rgba(255, 255, 255, 0.84);
}

.success {
  border-color: rgba(49, 196, 141, 0.5);
  background: rgba(49, 196, 141, 0.12);
}

.public-form {
  display: grid;
  gap: 12px;
}

.public-form label {
  display: grid;
  gap: 6px;
  color: #fffffc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.public-form input,
.public-form textarea,
.admin-panel input,
.admin-panel textarea,
.admin-panel select {
  width: 100%;
  border: 1px solid rgba(154, 160, 215, 0.55);
  border-radius: 999px;
  background: rgba(17, 18, 35, 0.7);
  color: #fff;
  font: inherit;
  outline: none;
}

.public-form input,
.admin-panel input,
.admin-panel select {
  min-height: 42px;
  padding: 0 18px;
}

.public-form textarea,
.admin-panel textarea {
  min-height: 208px;
  border-radius: 4px;
  padding: 14px 18px;
  resize: vertical;
}

.public-form input:focus,
.public-form textarea:focus,
.admin-panel input:focus,
.admin-panel textarea:focus,
.admin-panel select:focus {
  border-color: rgba(93, 142, 209, 0.9);
  box-shadow: 0 0 0 4px rgba(93, 142, 209, 0.14);
}

.public-form button,
.admin-button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: #4778c6;
  color: #fff;
  padding: 0 40px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.public-form button {
  width: 288px;
  justify-self: center;
  margin-top: 18px;
  border: 1px solid #376bb4;
  font-size: 15px;
  text-transform: uppercase;
}

.check-label {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.check-label input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  padding: 0;
  border-radius: 3px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-cards article {
  padding: 24px;
}

.contact-cards span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.contact-cards a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.partner-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(93, 142, 209, 0.22), transparent 34rem),
    radial-gradient(circle at 88% 34%, rgba(71, 120, 198, 0.16), transparent 32rem),
    var(--bg);
}

.partner-hero,
.partner-section,
.partner-form-shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.partner-hero {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 56px;
  padding: 160px 0 84px;
}

.partner-hero-copy h1,
.partner-section h2 {
  margin-top: 14px;
  font-size: 68px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.partner-hero-copy h1 {
  color: #fff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.68);
}

.partner-hero-copy p:not(.eyebrow),
.partner-section p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.65;
}

.partner-hero-copy p:not(.eyebrow) {
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.72);
}

.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.partner-primary,
.partner-secondary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  text-decoration: none;
  font-weight: 900;
}

.partner-primary {
  background: #4778c6;
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.partner-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
}

.partner-hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: #07080d;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.partner-hero-visual img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.partner-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 8, 13, 0.08), rgba(7, 8, 13, 0.72)),
    linear-gradient(90deg, rgba(7, 8, 13, 0.15), rgba(7, 8, 13, 0.46));
}

.partner-hero-panel {
  width: calc(100% - 36px);
  margin: 18px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 18px;
  background:
    linear-gradient(160deg, rgba(39, 41, 69, 0.82), rgba(8, 10, 18, 0.92)),
    rgba(13, 16, 24, 0.88);
  box-shadow: var(--shadow);
}

.partner-hero-panel div {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.partner-hero-panel span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.partner-hero-panel strong {
  display: block;
  margin-top: 28px;
  font-size: 21px;
  line-height: 1.16;
}

.partner-section {
  padding: 72px 0;
}

.partner-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.partner-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.partner-card,
.partner-benefit-list div,
.partner-mini-list {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(13, 16, 24, 0.7);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.partner-card {
  min-height: 210px;
  border-radius: 18px;
  padding: 22px;
}

.partner-check {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(93, 142, 209, 0.17);
  color: #8fb7ee;
  font-weight: 900;
}

.partner-card h3 {
  margin-top: 42px;
  font-size: 22px;
  line-height: 1.16;
}

.partner-card p {
  margin-top: 10px;
  color: var(--muted);
}

.partner-section-action {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.partner-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  align-items: center;
  gap: 44px;
}

.partner-photo-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 58px;
  background:
    linear-gradient(135deg, rgba(10, 13, 24, 0.82), rgba(10, 12, 20, 0.64)),
    rgba(13, 16, 24, 0.72);
}

.partner-photo-section > :not(.partner-photo-layer) {
  position: relative;
  z-index: 1;
}

.partner-photo-layer {
  position: absolute;
  inset: 14px;
  z-index: -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  opacity: 0.58;
  pointer-events: none;
}

.partner-photo-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 7, 0.78) 0%, rgba(3, 4, 7, 0.44) 42%, rgba(3, 4, 7, 0.62) 100%),
    linear-gradient(180deg, rgba(3, 4, 7, 0.48), rgba(3, 4, 7, 0.78));
}

.partner-photo-layer span {
  min-width: 0;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  filter: saturate(0.95) contrast(1.04);
}

.partner-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.partner-steps li {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 850;
  counter-increment: step;
}

.partner-steps li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.partner-benefits {
  padding-top: 40px;
}

.partner-benefit-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.partner-benefit-list div {
  min-height: 138px;
  display: grid;
  align-content: space-between;
  border-radius: 16px;
  padding: 18px;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.18;
}

.partner-highlight {
  width: min(1180px, calc(100% - 64px));
  margin-top: 22px;
  border: 1px solid rgba(93, 142, 209, 0.25);
  border-radius: 24px;
  padding: 42px;
  background:
    radial-gradient(circle at 85% 20%, rgba(93, 142, 209, 0.22), transparent 24rem),
    linear-gradient(160deg, rgba(15, 33, 72, 0.9), rgba(10, 15, 28, 0.95));
}

.partner-mini-list {
  display: grid;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
}

.partner-mini-list p {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.partner-mini-list p:last-child {
  border-bottom: 0;
}

.partner-video-section {
  padding-top: 82px;
}

.partner-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-video-card {
  min-width: 0;
}

.partner-video-card h3 {
  min-height: 46px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.partner-video-frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: #07080d;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  aspect-ratio: 100 / 203.82;
}

.partner-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.partner-form-shell {
  width: min(640px, calc(100% - 40px));
  padding: 90px 0 96px;
}

.partner-form-shell .page-hero {
  margin-left: auto;
  margin-right: auto;
}

.partner-form-panel {
  scroll-margin-top: 120px;
}

.site-footer {
  border-top: 1px solid rgba(93, 142, 209, 0.18);
  background:
    linear-gradient(180deg, rgba(7, 8, 13, 0.96), rgba(18, 19, 48, 0.92)),
    #07080d;
  overflow: hidden;
}

.footer-inner {
  position: relative;
  width: min(1384px, calc(100% - 128px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 64px;
  align-items: start;
  padding: 48px 0 28px;
}

.footer-logo {
  width: 210px;
  display: block;
  opacity: 0.9;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.34));
}

.footer-inner p {
  margin-top: 72px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.footer-links {
  display: grid;
  gap: 18px;
  justify-content: start;
  max-width: none;
}

.footer-links strong,
.footer-social strong,
.footer-legal strong {
  color: #fff;
  font-size: 20px;
  font-weight: 650;
}

.footer-social {
  display: grid;
  gap: 16px;
  justify-content: end;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-social span {
  width: 18px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.footer-watermark {
  grid-column: 1 / -1;
  margin-top: 0;
  pointer-events: none;
}

.footer-watermark img {
  width: 100%;
  max-width: 1384px;
  height: auto;
  display: block;
}

.footer-legal {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(93, 142, 209, 0.22);
  padding-top: 28px;
}

.footer-legal > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.footer-support-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #376bb4;
  border-radius: 999px;
  padding: 0 24px;
  background: #4072b8;
  color: #fffffc;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.footer-support-button:hover {
  background: #5380c4;
}

.timeinvest {
  justify-self: end;
  border-top: 0;
  width: auto;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.timeinvest:hover {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 18px 20px;
  background:
    linear-gradient(90deg, rgba(8, 9, 14, 0.96), rgba(22, 22, 53, 0.94)),
    #0b0d14;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(18px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}

.cookie-settings {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-settings:focus-visible,
.cookie-actions button:focus-visible {
  outline: 3px solid #9bc1ff;
  outline-offset: 4px;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-copy {
  display: grid;
  gap: 6px;
}

.cookie-copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.cookie-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-copy a {
  color: #fff;
  font-weight: 800;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-actions button {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-primary {
  border: 1px solid #376bb4;
  background: #4778c6;
}

.cookie-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(5, 36, 89, 0.34), rgba(3, 4, 7, 0.96)),
    #030407;
}

.admin-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 70px;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-top img {
  width: 180px;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-tabs a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 800;
}

.admin-tabs a.active {
  background: #fff;
  color: #05070b;
}

.admin-panel {
  padding: 24px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.admin-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.admin-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 18px;
  color: var(--text);
  font-weight: 700;
}

.admin-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.message-list {
  display: grid;
  gap: 14px;
}

.message-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
}

.message-meta {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 920px) {
  .nav {
    min-height: 88px;
    grid-template-columns: 1fr auto;
    border-radius: 28px;
    padding-top: 12px;
  }

  .nav-menu {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .brand img {
    width: 148px;
  }

  .intro-section,
  .partner-hero,
  .partner-split,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: start;
    width: min(100% - 40px, 1180px);
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-social {
    justify-content: start;
  }

  .footer-legal {
    display: flex;
    flex-direction: column;
  }

  .timeinvest {
    justify-self: start;
    text-align: left;
  }

  .feature-grid,
  .partner-card-grid,
  .partner-video-grid,
  .partner-benefit-list,
  .contact-cards,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .partner-hero {
    gap: 28px;
  }

  .partner-hero-copy h1,
  .partner-section h2 {
    font-size: 54px;
  }

  .partner-hero-visual {
    min-height: 520px;
  }

  .partner-hero-panel {
    max-width: 560px;
  }

  .partner-photo-section {
    padding: 42px;
  }

  .partner-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-benefit-list div {
    min-height: 104px;
  }
}

@media (max-width: 620px) {
  .nav,
  .section,
  .page-shell,
  .footer-inner {
    width: min(100% - 24px, 1120px);
  }

  .nav {
    min-height: 0;
    grid-template-columns: 1fr auto;
    gap: 10px 12px;
    margin-top: 12px;
    border-radius: 22px;
    padding: 12px;
  }

  .brand img {
    width: 124px;
    height: auto;
  }

  .nav-menu {
    grid-column: 1 / -1;
    width: 100%;
    gap: 14px;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 2px 0;
    scrollbar-width: none;
  }

  .nav-menu::-webkit-scrollbar {
    display: none;
  }

  .nav-menu a {
    flex: 0 0 auto;
    font-size: 13px;
    white-space: nowrap;
  }

  .login-button {
    width: 78px;
    min-width: 78px;
    min-height: 36px;
    padding: 0 16px;
    font-size: 13px;
  }

  .lang-switch {
    min-width: 40px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 760px;
    height: auto;
    background-position: 52% center;
  }

  .beki-hero {
    min-height: 690px;
    height: auto;
    background-position: 50% center;
    place-items: center;
    padding: 138px 16px 56px;
  }

  .hero-content {
    width: min(100% - 32px, 980px);
    padding: 210px 0 58px;
    text-align: center;
  }

  .hero-logo {
    width: min(370px, 92vw);
    margin-bottom: 24px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .hero-content h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    line-height: 1.2;
  }

  .hero-content p {
    width: min(320px, 100%);
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-pill {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    font-size: 11px;
    min-height: 26px;
    padding: 0 13px;
  }

  .hero-content .hero-pill {
    width: auto;
    margin-bottom: 22px;
    font-size: 11px;
  }

  .store-buttons {
    width: 100%;
    gap: 12px;
    margin-top: 34px;
  }

  .store-badge {
    width: min(310px, 100%);
    height: 72px;
    min-width: 0;
    min-height: 72px;
    overflow: hidden;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
  }

  .store-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    flex-shrink: 0;
  }

  .store-icon.play {
    width: 40px;
    flex-basis: 40px;
  }

  .store-badge small {
    font-size: 15px;
    line-height: 1.35;
  }

  .store-badge span:last-child {
    width: 141px;
    font-size: 15px;
    line-height: 1.35;
    flex: 0 0 141px;
  }

  .beki-content {
    width: min(100% - 20px, 420px);
  }

  .beki-content h1 {
    width: 100%;
    font-size: 34px;
    line-height: 1.2;
  }

  .beki-content p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.58;
  }

  .beki-button {
    min-width: 190px;
    min-height: 48px;
    margin-top: 28px;
    padding: 0 28px;
    font-size: 13px;
  }

  .download-inner {
    padding: 72px 0 82px;
  }

  .download-inner h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .download-inner p {
    font-size: 16px;
    line-height: 1.5;
  }

  .download-inner .store-buttons {
    margin-top: 34px;
  }

  .page-shell {
    padding-top: 150px;
  }

  .partner-hero,
  .partner-section,
  .partner-highlight,
  .partner-form-shell {
    width: min(100% - 24px, 1120px);
  }

  .partner-hero {
    min-height: auto;
    padding: 150px 0 48px;
  }

  .partner-hero-copy h1,
  .partner-section h2 {
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .partner-hero-copy p:not(.eyebrow),
  .partner-section p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.58;
  }

  .partner-hero-actions {
    gap: 10px;
  }

  .partner-primary,
  .partner-secondary {
    width: 100%;
    min-height: 48px;
  }

  .partner-hero-panel {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .partner-hero-visual {
    min-height: 430px;
    border-radius: 18px;
  }

  .partner-hero-panel div {
    min-height: 88px;
    padding: 16px;
  }

  .partner-hero-panel strong {
    margin-top: 18px;
    font-size: 18px;
  }

  .partner-section {
    padding: 46px 0;
  }

  .partner-photo-section {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .partner-photo-layer {
    grid-template-columns: 1fr;
    opacity: 0.28;
  }

  .partner-photo-layer span:nth-child(2) {
    display: none;
  }

  .partner-section-head {
    margin-bottom: 20px;
  }

  .partner-card {
    min-height: 0;
    padding: 18px;
  }

  .partner-card h3 {
    margin-top: 30px;
    font-size: 20px;
  }

  .partner-steps li {
    min-height: 60px;
    padding: 14px;
    font-size: 15px;
  }

  .partner-highlight {
    border-radius: 18px;
    padding: 24px 18px;
  }

  .partner-video-section {
    padding-top: 46px;
  }

  .partner-video-grid {
    grid-template-columns: 1fr;
  }

  .partner-video-card {
    width: min(320px, 100%);
    margin: 0 auto;
  }

  .partner-video-card h3 {
    min-height: 0;
    text-align: center;
  }

  .partner-video-frame {
    border-radius: 22px;
  }

  .partner-form-shell {
    padding: 56px 0 70px;
  }

  .partner-form-shell .page-hero h1 {
    font-size: 34px;
  }

  .legal-shell {
    width: min(100% - 32px, 760px);
  }

  .legal-hero h1 {
    font-size: 34px;
  }

  .rich-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .site-footer {
    text-align: left;
  }

  .footer-inner {
    gap: 34px;
    padding: 44px 0 28px;
  }

  .footer-logo {
    width: 156px;
  }

  .footer-inner p {
    margin-top: 28px;
    font-size: 14px;
  }

  .footer-links,
  .footer-social {
    gap: 12px;
  }

  .footer-links strong,
  .footer-social strong,
  .footer-legal strong {
    font-size: 17px;
  }

  .footer-watermark {
    margin-top: 8px;
  }

  .footer-watermark img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-legal {
    gap: 18px;
    padding-top: 22px;
  }

  .footer-legal > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-support-button {
    width: 100%;
    min-height: 44px;
  }

  .timeinvest {
    width: 100%;
    text-align: center;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 12px;
    padding: 16px;
  }

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

  .cookie-actions button {
    width: 100%;
  }
}
