/*
Theme Name: OneCEO Ultimate
Theme URI: https://oneceo.net/
Author: OneCEO
Version: 1.0.0
*/

:root {
  --oc-bg: #06101d;
  --oc-bg-2: #0b1627;
  --oc-bg-3: #101c2f;
  --oc-card: rgba(15, 27, 47, .82);
  --oc-card-2: rgba(22, 37, 60, .9);
  --oc-line: rgba(190, 231, 255, .15);
  --oc-line-strong: rgba(190, 231, 255, .28);
  --oc-cyan: #00e6ff;
  --oc-cyan-soft: #bff7ff;
  --oc-blue: #168dff;
  --oc-gold: #ffe44d;
  --oc-red: #ff4778;
  --oc-text: #eefbff;
  --oc-muted: #aac0d7;
  --oc-dark: #020812;
  --oc-shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --oc-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--oc-bg);
  color: var(--oc-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.68;
  padding-bottom: 76px;
}

body.admin-bar .oc-header {
  top: 32px;
}

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

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font-family: inherit;
}

.oc-site {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 8%, rgba(0, 230, 255, .16), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(22, 141, 255, .13), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #06101d 42%, #08101b 100%);
}

.oc-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

/* Header */

.oc-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(7, 15, 28, .92);
  border-bottom: 1px solid var(--oc-line);
  backdrop-filter: blur(18px);
}

.oc-nav {
  width: min(1180px, calc(100% - 28px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.oc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.oc-brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 230, 255, .28), 0 0 24px rgba(0, 230, 255, .18);
}

.oc-brand-text {
  color: var(--oc-cyan);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .6px;
  text-shadow: 0 0 22px rgba(0, 230, 255, .28);
}

.oc-menu {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
}

.oc-menu-link {
  color: #d9efff;
  font-size: 14px;
  font-weight: 800;
  padding: 11px 10px;
  border-radius: 8px;
  transition: .2s ease;
}

.oc-menu-link:hover,
.oc-menu-link.is-active {
  color: #001b25;
  background: var(--oc-cyan);
}

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

.oc-top-download {
  min-height: 46px;
  padding: 0 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--oc-cyan);
  color: #001d29;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 30px rgba(0, 230, 255, .32);
}

.oc-lang {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--oc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #e9f8ff;
  font-size: 13px;
  font-weight: 800;
}

.oc-lang-flag {
  font-size: 18px;
  line-height: 1;
}

.oc-burger {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--oc-line-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
  position: relative;
}

.oc-burger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #dff8ff;
  border-radius: 2px;
}

.oc-burger b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Hero */

.oc-hero,
.oc-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 16, 29, .96) 0%, rgba(6, 16, 29, .78) 44%, rgba(6, 16, 29, .92) 100%),
    linear-gradient(180deg, rgba(6, 16, 29, .35), rgba(6, 16, 29, .94)),
    url("assets/images/hero-home.webp") center / cover no-repeat;
}

.oc-page-hero {
  min-height: 560px;
}

.oc-hero::after,
.oc-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--oc-bg));
  z-index: -1;
}

.oc-hero-inner,
.oc-page-hero-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 68px 0;
}

.oc-hero-content,
.oc-page-hero-inner {
  max-width: 690px;
}

.oc-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 42px;
  padding: 8px 20px;
  border: 1px solid rgba(191, 247, 255, .38);
  border-radius: 999px;
  background: rgba(191, 247, 255, .13);
  color: #e9fcff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.oc-hero h1,
.oc-page-hero h1 {
  margin: 24px 0 18px;
  color: #effdff;
  font-size: clamp(52px, 8vw, 94px);
  line-height: .95;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(0, 230, 255, .3);
}

.oc-page-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
}

.oc-hero-lead,
.oc-page-hero p {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

.oc-page-hero p {
  font-size: clamp(18px, 2vw, 24px);
}

.oc-actions {
  display: grid;
  gap: 14px;
  width: min(560px, 100%);
}

.oc-primary,
.oc-secondary,
.oc-link-button {
  min-height: 64px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: var(--oc-radius);
  font-size: 20px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.oc-primary {
  background: var(--oc-cyan-soft);
  color: #002839;
  box-shadow: 0 0 36px rgba(191, 247, 255, .34);
}

.oc-secondary {
  background: rgba(9, 18, 31, .58);
  color: var(--oc-gold);
  border: 1px solid rgba(255, 228, 77, .78);
}

.oc-link-button {
  background: var(--oc-cyan);
  color: #001d29;
}

.oc-primary:hover,
.oc-secondary:hover,
.oc-link-button:hover,
.oc-top-download:hover {
  transform: translateY(-1px);
}

/* Shared sections */

.oc-main {
  background:
    linear-gradient(180deg, rgba(8, 16, 27, .96), #07101d 40%, #060d18 100%);
  border-top: 1px solid var(--oc-line);
}

.oc-section {
  padding: 66px 0;
}

.oc-section + .oc-section {
  border-top: 1px solid rgba(190, 231, 255, .08);
}

.oc-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.oc-section-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--oc-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.oc-section h2,
.oc-section-head h2 {
  margin: 0 0 14px;
  color: #effdff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.16;
}

.oc-section p,
.oc-section-head p {
  margin: 0 0 16px;
  color: #d4e7f7;
  font-size: 18px;
}

.oc-section strong {
  color: #fff;
}

.oc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

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

.oc-card {
  border: 1px solid var(--oc-line);
  border-radius: var(--oc-radius);
  background: var(--oc-card);
  box-shadow: var(--oc-shadow);
  padding: 24px;
}

.oc-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.oc-card p {
  margin: 0;
  color: var(--oc-muted);
  font-size: 16px;
}

.oc-feature-row {
  width: min(1180px, calc(100% - 36px));
  margin: -54px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.oc-feature {
  min-height: 116px;
  border: 1px solid var(--oc-line);
  border-radius: var(--oc-radius);
  background: rgba(17, 29, 49, .88);
  box-shadow: var(--oc-shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
  color: #e2f8ff;
  font-size: 19px;
  font-weight: 900;
}

.oc-steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.oc-step {
  counter-increment: step;
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid var(--oc-line);
  border-radius: var(--oc-radius);
  background: var(--oc-card);
  padding: 20px;
}

.oc-step::before {
  content: counter(step);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--oc-cyan);
  color: #001d29;
  font-weight: 900;
  box-shadow: 0 0 26px rgba(0, 230, 255, .28);
}

.oc-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
}

.oc-step p {
  margin: 0;
  color: var(--oc-muted);
  font-size: 16px;
}

.oc-info-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.oc-info-list li {
  border: 1px solid var(--oc-line);
  border-radius: var(--oc-radius);
  background: rgba(255, 255, 255, .045);
  padding: 14px 16px;
  color: #d8ecfb;
  font-weight: 700;
}

.oc-info-list li::before {
  content: "✓";
  color: var(--oc-cyan);
  margin-right: 10px;
  font-weight: 900;
}

.oc-faq {
  display: grid;
  gap: 14px;
}

.oc-faq details {
  border: 1px solid var(--oc-line);
  border-radius: var(--oc-radius);
  background: var(--oc-card);
  padding: 18px 20px;
}

.oc-faq summary {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.oc-faq p {
  margin: 12px 0 0;
  color: var(--oc-muted);
  font-size: 16px;
}

.oc-note {
  border: 1px solid rgba(255, 228, 77, .38);
  border-radius: var(--oc-radius);
  background: rgba(255, 228, 77, .08);
  padding: 20px;
  color: #fff3a3;
}

/* Brand map and footer */

.oc-brand-map {
  background: #07101d;
  border-top: 1px solid var(--oc-line);
  padding: 56px 0;
}

.oc-brand-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.oc-brand-links a {
  border: 1px solid var(--oc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #dff7ff;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 14px;
}

.oc-brand-links a:hover {
  background: var(--oc-cyan);
  color: #001d29;
}

.oc-footer {
  background: #040a13;
  border-top: 1px solid var(--oc-line);
  padding: 48px 0 96px;
}

.oc-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr .8fr 1fr;
  gap: 28px;
}

.oc-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.oc-footer-logo img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.oc-footer-logo strong {
  color: var(--oc-cyan);
  font-size: 28px;
}

.oc-footer-brand p,
.oc-footer-cta p {
  color: var(--oc-muted);
  margin: 0;
}

.oc-footer-menu {
  display: grid;
  align-content: start;
  gap: 8px;
}

.oc-footer-menu h3,
.oc-footer-cta h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
}

.oc-footer-menu a {
  color: #cfe5f7;
  font-weight: 700;
}

.oc-footer-menu a:hover {
  color: var(--oc-cyan);
}

.oc-footer-button {
  margin-top: 16px;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  border-radius: var(--oc-radius);
  background: var(--oc-cyan);
  color: #001d29;
  font-weight: 900;
}

.oc-footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(190, 231, 255, .1);
  color: var(--oc-muted);
  font-size: 14px;
}

/* Floating controls */

.oc-floating {
  position: fixed;
  right: 14px;
  bottom: 94px;
  z-index: 70;
  display: grid;
  gap: 10px;
}

.oc-floating a,
.oc-floating button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--oc-line);
  border-radius: 50%;
  background: rgba(7, 15, 28, .94);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
}

.oc-floating a:hover,
.oc-floating button:hover {
  background: var(--oc-cyan);
  color: #001d29;
}

.oc-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 75;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px 12px;
  background: rgba(4, 10, 19, .97);
  border-top: 1px solid var(--oc-line);
  backdrop-filter: blur(14px);
}

.oc-bottom-bar a {
  min-height: 50px;
  display: grid;
  place-items: center;
  border-radius: var(--oc-radius);
  font-weight: 900;
  font-size: 15px;
}

.oc-bottom-bar a:first-child {
  background: var(--oc-cyan);
  color: #001d29;
  box-shadow: 0 0 24px rgba(0, 230, 255, .22);
}

.oc-bottom-bar a:nth-child(2),
.oc-bottom-bar a:nth-child(3) {
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--oc-line);
  color: #fff;
}

/* Forms */

.oc-form {
  display: grid;
  gap: 14px;
  max-width: 680px;
}

.oc-form label {
  color: #e9f8ff;
  font-weight: 800;
}

.oc-form input,
.oc-form textarea {
  width: 100%;
  border: 1px solid var(--oc-line);
  border-radius: var(--oc-radius);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  padding: 14px 15px;
  font-size: 16px;
}

.oc-form textarea {
  min-height: 140px;
  resize: vertical;
}

.oc-form button {
  min-height: 54px;
  border: 0;
  border-radius: var(--oc-radius);
  background: var(--oc-cyan);
  color: #001d29;
  font-weight: 900;
  cursor: pointer;
}

/* Mobile */

@media (max-width: 1020px) {
  .oc-menu {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--oc-line);
    border-radius: 12px;
    background: rgba(7, 15, 28, .98);
    box-shadow: var(--oc-shadow);
  }

  .oc-menu.is-open {
    display: flex;
  }

  .oc-menu-link {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(190, 231, 255, .1);
    border-radius: 8px;
  }

  .oc-burger {
    display: block;
  }

  .oc-lang-text {
    display: none;
  }

  .oc-top-download {
    display: none;
  }

  .oc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  body.admin-bar .oc-header {
    top: 46px;
  }

  .oc-container,
  .oc-hero-inner,
  .oc-page-hero-inner,
  .oc-feature-row {
    width: min(100% - 28px, 1180px);
  }

  .oc-nav {
    width: min(100% - 20px, 1180px);
    min-height: 80px;
    gap: 10px;
  }

  .oc-brand-logo {
    width: 48px;
    height: 48px;
  }

  .oc-brand-text {
    font-size: 25px;
  }

  .oc-actions-top {
    margin-left: auto;
    gap: 8px;
  }

  .oc-lang {
    width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0;
  }

  .oc-burger {
    width: 50px;
    height: 50px;
  }

  .oc-hero,
  .oc-page-hero {
    min-height: 620px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(6, 16, 29, .2) 0%, rgba(6, 16, 29, .76) 42%, rgba(6, 16, 29, .97) 100%),
      url("assets/images/hero-home.webp") center top / cover no-repeat;
  }

  .oc-page-hero {
    min-height: 540px;
  }

  .oc-hero-inner,
  .oc-page-hero-inner {
    padding: 42px 0 72px;
  }

  .oc-pill {
    font-size: 11px;
    letter-spacing: 2.6px;
    padding: 8px 16px;
  }

  .oc-hero h1,
  .oc-page-hero h1 {
    margin-top: 20px;
    font-size: 54px;
  }

  .oc-page-hero h1 {
    font-size: 42px;
  }

  .oc-hero-lead,
  .oc-page-hero p {
    font-size: 20px;
  }

  .oc-primary,
  .oc-secondary,
  .oc-link-button {
    min-height: 62px;
    font-size: 18px;
  }

  .oc-feature-row {
    grid-template-columns: 1fr;
    margin-top: -42px;
  }

  .oc-feature {
    min-height: 96px;
  }

  .oc-section {
    padding: 48px 0;
  }

  .oc-grid-3,
  .oc-grid-2 {
    grid-template-columns: 1fr;
  }

  .oc-card {
    padding: 20px;
  }

  .oc-step {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .oc-step::before {
    width: 40px;
    height: 40px;
  }

  .oc-footer-grid {
    grid-template-columns: 1fr;
  }

  .oc-floating {
    right: 10px;
    bottom: 88px;
  }

  .oc-floating a,
  .oc-floating button {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 380px) {
  .oc-brand-text {
    font-size: 22px;
  }

  .oc-hero h1,
  .oc-page-hero h1 {
    font-size: 40px;
  }

  .oc-hero-lead,
  .oc-page-hero p {
    font-size: 18px;
  }

  .oc-bottom-bar {
    gap: 7px;
    padding: 8px;
  }

  .oc-bottom-bar a {
    font-size: 13px;
  }
}
.oc-backtop {
  position: fixed;
  right: 14px;
  bottom: 92px;
  z-index: 70;
}

.oc-backtop button {
  min-width: 62px;
  height: 62px;
  border: 1px solid rgba(191, 247, 255, .36);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0, 230, 255, .22), rgba(22, 141, 255, .12)),
    rgba(7, 15, 28, .96);
  color: #eaffff;
  display: grid;
  place-items: center;
  gap: 2px;
  cursor: pointer;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, .42),
    0 0 24px rgba(0, 230, 255, .18);
  backdrop-filter: blur(12px);
}

.oc-backtop button span {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.oc-backtop button b {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.oc-backtop button:hover {
  background: var(--oc-cyan);
  color: #001d29;
  transform: translateY(-2px);
}