﻿:root {
  color-scheme: dark;
  --bg: #090d13;
  --panel: #111823;
  --panel-strong: #171f2c;
  --text: #f6f8fb;
  --muted: #a7b0bf;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #4ade80;
  --orange-2: #a3e635;
  --cyan: #34d7ff;
  --green: #52e3a4;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(74, 222, 128, 0.16), transparent 34rem),
    radial-gradient(circle at 78% 18%, rgba(52, 215, 255, 0.12), transparent 30rem),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  min-height: 76px;
  margin: 14px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(246, 248, 251, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-logo {
  width: clamp(170px, 18vw, 246px);
  height: auto;
  filter: drop-shadow(0 10px 28px rgba(52, 215, 255, 0.06));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 10px 12px;
  color: #14283c;
  font-size: 0.94rem;
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #06111d;
  background: rgba(20, 40, 60, 0.08);
  outline: 0;
}

.main-nav .nav-contact {
  margin-left: 6px;
  color: #07140b;
  background: var(--orange);
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px 24px 72px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 13, 19, 0.98) 0%, rgba(9, 13, 19, 0.84) 36%, rgba(9, 13, 19, 0.36) 100%),
    linear-gradient(0deg, var(--bg) 0%, rgba(9, 13, 19, 0) 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 84px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-top: 24px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: #d8e0eb;
  font-size: 1.12rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  font-weight: 900;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #07140b;
}

.button.secondary,
.package-button {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid rgba(163, 230, 53, 0.42);
  outline-offset: 3px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.hero-facts span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #e6ebf3;
  font-size: 0.9rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 32px, var(--max));
  margin: -46px auto 0;
  position: relative;
  z-index: 3;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(23, 31, 44, 0.96), rgba(17, 24, 35, 0.96));
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 96px 0 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.feature-grid,
.package-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature,
.package-card,
.reference-card,
.process-list article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(23, 31, 44, 0.88), rgba(11, 17, 25, 0.92));
}

.feature {
  min-height: 230px;
  padding: 26px;
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 900;
}

.feature p,
.package-top p,
.reference-content p,
.process-list p,
.contact-panel p,
.site-footer p,
.section-side-copy {
  color: var(--muted);
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  min-width: 220px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.billing-toggle button {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #dce3ed;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.billing-toggle button.active {
  background: var(--orange);
  color: #07140b;
}

.package-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 54px 24px 24px;
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.package-card.highlighted {
  border-color: rgba(74, 222, 128, 0.68);
  box-shadow: 0 20px 70px rgba(74, 222, 128, 0.14);
}

.package-card.highlighted::before {
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
}

.badge {
  position: absolute;
  top: 20px;
  left: 24px;
  margin: 0;
  padding: 6px 9px;
  background: rgba(74, 222, 128, 0.16);
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-top {
  min-height: 128px;
}

.package-button {
  width: 100%;
  min-height: 48px;
}

.price {
  margin: 18px 0;
  color: #fff;
  font-weight: 900;
}

.price span {
  font-size: 2.6rem;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-weight: 700;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
  color: #dfe5ee;
  font-size: 0.94rem;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--green);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}

.process-list article {
  min-height: 260px;
  padding: 26px;
  border: 0;
  border-right: 1px solid var(--line);
}

.process-list article:last-child {
  border-right: 0;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  background: var(--orange);
  color: #07140b;
  font-weight: 900;
}

.section-side-copy {
  max-width: 370px;
  margin: 0;
}

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

.reference-card {
  display: grid;
  grid-template-columns: 164px 1fr;
  min-height: 286px;
  overflow: hidden;
}

.reference-card-wide {
  grid-column: span 2;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  min-height: 340px;
}

.reference-image {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.04);
}

.reference-image img {
  width: 100%;
  height: 100%;
  min-height: 286px;
  object-fit: cover;
}

.reference-card:not(.reference-card-wide) .reference-image img {
  padding: 22px;
  object-fit: contain;
}

.reference-content {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.reference-content span {
  margin-bottom: 14px;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reference-content h3 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.08;
}

.reference-content p {
  margin: 0;
  color: var(--muted);
}

.reference-content strong {
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
}

.contact-panel {
  width: min(100% - 32px, var(--max));
  margin: 96px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  border: 1px solid rgba(74, 222, 128, 0.42);
  background:
    linear-gradient(135deg, rgba(74, 222, 128, 0.18), rgba(52, 215, 255, 0.07)),
    var(--panel);
  box-shadow: var(--shadow);
}

.contact-panel div {
  max-width: 760px;
}

.site-footer {
  width: min(100% - 32px, var(--max));
  margin: 96px auto 30px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.site-footer h2 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.site-footer a:not(.brand) {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand .brand-logo {
  filter: brightness(0) invert(1);
}

.legal-page {
  background:
    radial-gradient(circle at 20% 0%, rgba(74, 222, 128, 0.12), transparent 32rem),
    radial-gradient(circle at 86% 8%, rgba(52, 215, 255, 0.1), transparent 28rem),
    var(--bg);
}

.legal-hero {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 154px 0 54px;
}

.legal-hero div {
  max-width: 920px;
}

.legal-hero h1 {
  max-width: 980px;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.legal-page-agb .legal-hero h1 {
  max-width: 1120px;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-shell {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.legal-content {
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(23, 31, 44, 0.9), rgba(11, 17, 25, 0.96));
  color: #dfe6ef;
}

.legal-content :where(.elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap, .elementor-widget-container) {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
}

.legal-content :where(h1, h2, h3, h4) {
  margin: 30px 0 14px;
  color: #fff;
  line-height: 1.15;
}

.legal-content h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}

.legal-content h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.legal-content p,
.legal-content li {
  color: #d8e0eb;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 24px;
}

.legal-content a {
  color: var(--orange-2);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-content strong {
  color: #fff;
}

.legal-content .m-elements {
  padding-left: 22px;
}

@media (max-width: 1040px) {
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip,
  .feature-grid,
  .process-list,
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list article:nth-child(2) {
    border-right: 0;
  }

  .process-list article {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 780px) {
  .site-header {
    width: calc(100% - 20px);
    min-height: 66px;
    margin-top: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 88px 10px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    background: rgba(9, 13, 19, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 14px;
    color: #d8dee8;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
  }

  .main-nav .nav-contact {
    margin-left: 0;
    text-align: center;
  }

  .hero {
    min-height: 720px;
    padding: 120px 18px 64px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 13, 19, 0.98), rgba(9, 13, 19, 0.78)),
      linear-gradient(0deg, var(--bg) 0%, rgba(9, 13, 19, 0) 36%);
  }

  h1 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .trust-strip,
  .feature-grid,
  .package-grid,
  .process-list,
  .site-footer,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .reference-card,
  .reference-card-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .process-list article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child,
  .process-list article:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 72px;
  }

  .section-heading.split,
  .contact-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .billing-toggle {
    width: 100%;
  }

  .package-card {
    min-height: auto;
  }

  .contact-panel {
    padding: 26px;
  }
}

@media (max-width: 460px) {
  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 155px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}

