:root {
  --streak-bg: #030705;
  --streak-bg-2: #06120b;
  --streak-card: rgba(255, 255, 255, 0.055);
  --streak-card-strong: rgba(25, 255, 125, 0.08);
  --streak-border: rgba(255, 255, 255, 0.14);
  --streak-border-green: rgba(62, 239, 128, 0.35);
  --streak-text: #f5fff8;
  --streak-muted: rgba(245, 255, 248, 0.62);
  --streak-muted-2: rgba(245, 255, 248, 0.42);
  --streak-green: #3ef080;
  --streak-green-dark: #062411;
  --streak-radius-xl: 34px;
  --streak-radius-lg: 24px;
  --streak-radius-md: 18px;
  --streak-shadow: 0 30px 120px rgba(0, 0, 0, 0.48);
  --streak-max: 1160px;
  --streak-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.streak-theme {
  margin: 0;
  background: var(--streak-bg);
  color: var(--streak-text);
  font-family: var(--streak-font);
}

body.streak-theme.admin-bar .streak-nav {
  top: 52px;
}

.streak-site,
.streak-site * {
  box-sizing: border-box;
}

.streak-site {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 2%, rgba(62, 240, 128, 0.12), transparent 34rem),
    linear-gradient(180deg, #030705 0%, #020403 100%);
  color: var(--streak-text);
  font-family: var(--streak-font);
}

.streak-site a {
  color: inherit;
  text-decoration: none;
}

.streak-container {
  width: min(var(--streak-max), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.streak-hero {
  position: relative;
  padding: 48px 0 76px;
  min-height: 760px;
  display: flex;
  align-items: flex-start;
}

.streak-bg-glow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.85;
}

.streak-bg-glow--hero {
  top: -160px;
  width: 780px;
  height: 540px;
  background: radial-gradient(circle, rgba(62, 240, 128, 0.19), rgba(62, 240, 128, 0.06) 32%, transparent 67%);
  filter: blur(10px);
}

.streak-nav {
  position: sticky;
  top: 20px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(2, 5, 4, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.28);
}

.streak-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.streak-logo__image {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 42px;
  object-fit: contain;
}

.streak-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.streak-menu a {
  color: var(--streak-muted);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.02em;
  transition: color .2s ease, transform .2s ease;
}

.streak-menu a:hover,
.streak-menu a:focus-visible {
  color: var(--streak-text);
  transform: translateY(-1px);
}

.streak-hero__content {
  width: min(800px, 100%);
  margin: 72px auto 0;
  text-align: center;
}

.streak-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid var(--streak-border-green);
  border-radius: 999px;
  background: rgba(62, 240, 128, 0.11);
  color: rgba(245, 255, 248, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.streak-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--streak-green);
  box-shadow: 0 0 20px rgba(62, 240, 128, 0.9);
}

.streak-hero h1,
.streak-section h2,
.streak-cta-box h2,
.streak-contact h2 {
  margin: 0;
  color: var(--streak-text);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.074em;
}

.streak-hero h1 {
  margin-top: 34px;
  font-size: clamp(48px, 6.4vw, 82px);
}

.streak-hero__content > p {
  width: min(710px, 100%);
  margin: 30px auto 0;
  color: var(--streak-muted);
  font-size: 18px;
  line-height: 1.65;
}

.streak-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.streak-btn,
.streak-site button.streak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 26px;
  border: 2px solid rgba(62, 240, 128, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(62, 240, 128, 0.14), rgba(62, 240, 128, 0.08));
  color: rgba(245, 255, 248, 0.88);
  font-family: var(--streak-font);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(62, 240, 128, 0.05);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.streak-btn::before,
.streak-site button.streak-btn::before {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--streak-green);
  box-shadow: 0 0 20px rgba(62, 240, 128, 0.9);
}

.streak-btn:hover,
.streak-btn:focus-visible,
.streak-site button.streak-btn:hover,
.streak-site button.streak-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(62, 240, 128, 0.78);
  background:
    linear-gradient(180deg, rgba(62, 240, 128, 0.21), rgba(62, 240, 128, 0.12));
  box-shadow: 0 18px 45px rgba(62, 240, 128, 0.16);
}

.streak-btn--small {
  min-height: 44px;
  padding: 0 20px;
  font-size: 14px;
}

.streak-btn--small::before {
  width: 9px;
  height: 9px;
}

.streak-btn--secondary {
  background:
    linear-gradient(180deg, rgba(62, 240, 128, 0.11), rgba(62, 240, 128, 0.06));
  color: rgba(245, 255, 248, 0.88);
  border-color: rgba(62, 240, 128, 0.38);
}

.streak-btn--secondary:hover,
.streak-btn--secondary:focus-visible {
  background:
    linear-gradient(180deg, rgba(62, 240, 128, 0.18), rgba(62, 240, 128, 0.1));
}

.streak-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: var(--streak-muted-2);
  font-size: 14px;
  font-weight: 700;
}

.streak-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(245, 255, 248, 0.42);
}

.streak-icon svg,
.streak-service-icon svg,
.streak-checklist svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.streak-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 62px;
}

.streak-card,
.streak-service-card,
.streak-result-card,
.streak-panel,
.streak-note-card,
.streak-form,
.streak-cta-box {
  border: 1px solid var(--streak-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.streak-card {
  min-height: 142px;
  padding: 22px;
  border-radius: var(--streak-radius-md);
}

.streak-card span,
.streak-card--compact span {
  display: inline-block;
  color: var(--streak-green);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.streak-card p {
  margin: 0;
  color: var(--streak-muted);
  font-size: 16px;
  line-height: 1.55;
}

.streak-card h3 {
  margin: 0 0 20px;
  font-size: 21px;
  letter-spacing: -0.04em;
}

.streak-card--accent,
.streak-service-card--accent,
.streak-result-card--accent,
.streak-note-card {
  border-color: var(--streak-border-green);
  background: rgba(62, 240, 128, 0.08);
}

.streak-section {
  position: relative;
  padding: 78px 0;
}

.streak-split {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 78px;
  align-items: start;
}

.streak-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--streak-green);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  font-weight: 900;
}

.streak-section h2,
.streak-contact h2 {
  font-size: clamp(40px, 4.7vw, 64px);
}

.streak-section p,
.streak-contact p {
  color: var(--streak-muted);
  font-size: 18px;
  line-height: 1.58;
}

.streak-problem p,
.streak-why p,
.streak-contact p {
  max-width: 580px;
}

.streak-panel {
  min-height: 244px;
  padding: 30px 30px 30px 28px;
  border-radius: var(--streak-radius-lg);
}

.streak-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}

.streak-checklist li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--streak-muted);
  font-size: 17px;
  line-height: 1.52;
}

.streak-checklist li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: var(--streak-green);
  font-weight: 900;
  border: 2px solid var(--streak-green);
  border-radius: 50%;
}

.streak-checklist--icons li > span {
  border: 0;
  border-radius: 0;
}

.streak-section--boxed {
  padding: 70px 0 86px;
}

.streak-boxed {
  padding: 88px 64px 72px;
  background: rgba(2, 22, 10, 0.67);
}

.streak-boxed--large {
  padding: 92px 72px 86px;
}

.streak-center {
  text-align: center;
  margin-inline: auto;
}

.streak-section-head {
  max-width: 760px;
}

.streak-section-head h2 {
  margin: 0;
}

.streak-section-head p {
  max-width: 790px;
  margin: 26px auto 0;
}

.streak-section-head--left {
  max-width: 720px;
  margin-bottom: 36px;
}

.streak-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.streak-service-card {
  min-height: 224px;
  padding: 26px 24px;
  border-radius: var(--streak-radius-md);
}

.streak-service-card--wide {
  grid-column: span 2;
}

.streak-service-icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: var(--streak-green);
  margin-bottom: 20px;
}

.streak-service-card h3,
.streak-result-card h3,
.streak-note-card h3 {
  margin: 0 0 17px;
  color: var(--streak-text);
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.streak-service-card p,
.streak-result-card p,
.streak-note-card p {
  margin: 0;
  color: var(--streak-muted);
  font-size: 17px;
  line-height: 1.55;
}

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

.streak-results {
  padding-top: 88px;
}

.streak-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

.streak-result-card {
  min-height: 250px;
  padding: 34px;
  border-radius: var(--streak-radius-xl);
}

.streak-result-card strong {
  display: block;
  margin-bottom: 22px;
  color: var(--streak-green);
  font-size: clamp(42px, 4.6vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.streak-result-card h3 {
  font-size: 24px;
}

.streak-disclaimer {
  max-width: 820px;
  margin: 38px auto 0;
  text-align: center;
  color: var(--streak-muted);
}

.streak-why {
  padding-top: 88px;
}

.streak-cta {
  padding: 106px 0 88px;
}

.streak-bg-glow--cta {
  top: -20px;
  width: 900px;
  height: 360px;
  background: radial-gradient(circle, rgba(62, 240, 128, 0.22), rgba(62, 240, 128, 0.05) 38%, transparent 70%);
  filter: blur(22px);
}

.streak-cta-box {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 62px 70px;
  border-radius: var(--streak-radius-xl);
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.streak-cta-box h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(40px, 4.5vw, 62px);
}

.streak-cta-box p {
  max-width: 780px;
  margin: 28px auto 34px;
}

.streak-contact {
  padding-top: 74px;
}

.streak-contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  gap: 64px;
  align-items: start;
}

.streak-note-card {
  margin-top: 34px;
  padding: 28px;
  border-radius: var(--streak-radius-md);
  max-width: 530px;
}

.streak-form {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.streak-form label {
  display: block;
  margin: 0 0 8px;
  color: var(--streak-muted);
  font-size: 15px;
  font-weight: 800;
}

.streak-form input,
.streak-form textarea {
  width: 100%;
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--streak-text);
  font-family: var(--streak-font);
  font-size: 17px;
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.streak-form input {
  min-height: 58px;
  padding: 0 18px;
}

.streak-form textarea {
  resize: vertical;
  min-height: 128px;
  padding: 18px;
}

.streak-form input::placeholder,
.streak-form textarea::placeholder {
  color: rgba(245, 255, 248, 0.34);
}

.streak-form input:focus,
.streak-form textarea:focus {
  border-color: var(--streak-border-green);
  box-shadow: 0 0 0 4px rgba(62, 240, 128, 0.08);
  background: rgba(255, 255, 255, 0.09);
}

.streak-btn--form {
  width: 100%;
  min-height: 62px;
  margin-top: 2px;
  border-radius: 999px;
  font-size: 17px;
}

.streak-form-note {
  margin: 18px 0 0;
  color: var(--streak-muted-2);
  font-size: 15px;
  line-height: 1.45;
}

.streak-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--streak-text);
  font-size: 14px;
  font-weight: 750;
}

.streak-alert--success {
  border-color: var(--streak-border-green);
  background: rgba(62, 240, 128, 0.09);
}

.streak-footer {
  padding: 28px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--streak-muted-2);
}

.streak-footer .streak-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.streak-footer strong {
  color: rgba(245, 255, 248, 0.68);
}


.streak-page-content {
  min-height: 100vh;
  background: var(--streak-bg);
  color: var(--streak-text);
  font-family: var(--streak-font);
}

.streak-page-content--canvas {
  margin: 0;
}

.streak-default-post {
  padding: 72px 0;
}

.streak-default-post h1 {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .streak-hero {
    min-height: auto;
  }

  .streak-split,
  .streak-contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .streak-services-grid,
  .streak-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .streak-process-grid,
  .streak-hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .streak-service-card--wide {
    grid-column: span 1;
  }

  .streak-boxed,
  .streak-boxed--large {
    padding: 66px 34px 54px;
  }
}

@media (max-width: 760px) {
  body.streak-theme.admin-bar .streak-nav {
    top: 46px;
  }

  .streak-container {
    width: min(100% - 28px, var(--streak-max));
  }

  .streak-hero {
    padding-top: 18px;
    padding-bottom: 52px;
  }

  .streak-nav {
    position: relative;
    top: auto;
    grid-template-columns: 1fr auto;
    border-radius: 24px;
    padding: 14px;
  }

  .streak-logo {
    font-size: 18px;
  }

  .streak-logo__image {
    max-width: 165px;
    max-height: 38px;
  }

  .streak-menu {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 0 2px;
  }

  .streak-menu a {
    font-size: 13px;
    white-space: nowrap;
  }

  .streak-hero__content {
    margin-top: 52px;
  }

  .streak-pill {
    font-size: 12px;
    line-height: 1.3;
  }

  .streak-hero h1,
  .streak-section h2,
  .streak-cta-box h2,
  .streak-contact h2 {
    letter-spacing: -0.06em;
  }

  .streak-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .streak-hero__content > p,
  .streak-section p,
  .streak-contact p {
    font-size: 16px;
  }

  .streak-actions {
    align-items: stretch;
  }

  .streak-actions .streak-btn {
    width: 100%;
  }

  .streak-hero-cards,
  .streak-services-grid,
  .streak-results-grid,
  .streak-process-grid {
    grid-template-columns: 1fr;
  }

  .streak-section {
    padding: 56px 0;
  }

  .streak-boxed,
  .streak-boxed--large {
    padding: 48px 18px 38px;
  }

  .streak-panel,
  .streak-form,
  .streak-cta-box {
    padding: 24px;
    border-radius: 24px;
  }

  .streak-result-card {
    padding: 28px;
    border-radius: 26px;
  }

  .streak-result-card strong {
    font-size: 46px;
  }

  .streak-footer .streak-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .streak-btn--small {
    padding-inline: 14px;
  }

  .streak-nav {
    gap: 12px;
  }

  .streak-checklist li {
    font-size: 15px;
  }
}
