﻿:root {
  --bg: #040911;
  --panel: #08131f;
  --panel-2: #091521;
  --line: rgba(255, 255, 255, 0.085);
  --yellow: #ffd200;
  --yellow-2: #f4bf00;
  --text: #f5f7fb;
  --muted: #b7c0cb;
  --radius: 16px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
  --container: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 78px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(25, 52, 78, 0.24), transparent 30%),
    linear-gradient(180deg, #03070d 0%, #07111b 100%);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 56px)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 78px;
  background: rgba(2, 7, 12, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.logo-link { width: 190px; flex: 0 0 auto; }
.logo { width: 190px; height: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 42px;
}
.main-nav a {
  position: relative;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-nav a.active,
.main-nav a:hover { color: var(--yellow); }
.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: var(--yellow);
  border-radius: 999px;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 7px;
  color: #071018;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-2) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.38), 0 14px 26px rgba(255, 199, 0, 0.18);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  gap: 13px;
}

.hero { padding: 26px 0 24px; }
.hero-inner { text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 18px;
  border: 1px solid rgba(255, 210, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.03);
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(44px, 5.4vw, 69px);
  line-height: 0.98;
  text-transform: uppercase;
}
.hero h1 span { color: var(--yellow); }
.hero-copy {
  margin: 0;
  color: #d7dee7;
  font-size: 19px;
  line-height: 1.42;
}

.benefit-strip {
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: start;
}
.benefit-item { text-align: center; }
.benefit-item > [data-icon] {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  color: var(--yellow);
}
.benefit-item img { width: 54px; height: 54px; margin: 0 auto 12px; object-fit: contain; }
.benefit-item h3 {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.benefit-item p {
  margin: 0;
  color: #cfd7e1;
  font-size: 13px;
  line-height: 1.45;
}

.pricing-section { padding: 18px 0 30px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.plan-card {
  position: relative;
  min-height: 578px;
  padding: 30px 22px 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11, 19, 31, 0.96), rgba(7, 13, 21, 0.96));
  box-shadow: var(--shadow);
}
.plan-card.featured {
  border-color: rgba(255, 210, 0, 0.85);
  box-shadow: 0 0 0 1px rgba(255, 210, 0, 0.08), var(--shadow);
}
.badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 30px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--yellow);
  color: #121820;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.plan-card h2 {
  margin: 3px 0 6px;
  text-align: center;
  font-size: 27px;
  line-height: 1.08;
  text-transform: uppercase;
}
.sub {
  margin: 0 0 22px;
  text-align: center;
  color: #b9c2cd;
  font-size: 14px;
  line-height: 1.35;
}
.old-price {
  min-height: 20px;
  text-align: center;
  color: #8d96a1;
  font-size: 16px;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.price {
  text-align: center;
  color: var(--yellow);
  font-size: 58px;
  line-height: 0.92;
  font-weight: 900;
}
.period {
  margin-top: 3px;
  text-align: center;
  color: #d7dee6;
  font-size: 17px;
  line-height: 1.2;
}
.plan-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.plan-card li {
  position: relative;
  padding-left: 28px;
  color: #e8ebef;
  font-size: 14px;
  line-height: 1.32;
}
.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1.6px solid var(--yellow);
  border-radius: 50%;
}
.plan-card li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
  transform: rotate(-45deg);
}
.plan-btn {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  min-height: 43px;
  border: 1px solid rgba(255, 210, 0, 0.68);
  border-radius: 8px;
  color: var(--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.plan-btn.primary {
  border-color: transparent;
  color: #111821;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-2) 100%);
}

.benefits-row {
  margin-top: 22px;
  padding: 19px 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(8, 18, 29, 0.84);
}
.mini-benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.mini-benefit strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
}
.mini-benefit p {
  margin: 0;
  color: #cfd6df;
  font-size: 13px;
  line-height: 1.35;
}
.mini-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--yellow);
  position: relative;
  margin-top: 2px;
}
.mini-icon.lightning::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  clip-path: polygon(50% 0, 16% 58%, 41% 58%, 31% 100%, 84% 38%, 60% 38%, 69% 0);
}
.mini-icon.euro::before {
  content: "€";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: 900;
}
.mini-icon.close::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.mini-icon.close::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.payments-title {
  margin: 30px 0 12px;
  text-align: center;
  color: #eef2f6;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.payments-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.pay-box {
  display: grid;
  place-items: center;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(10, 18, 30, 0.96);
  box-shadow: var(--shadow);
}
.pay-box img { width: 80%; max-width: 112px; height: 36px; object-fit: contain; }

.faq-section { padding: 28px 0 8px; }
.faq-section h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
}
.faq-section h2 span { color: var(--yellow); }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.faq-item {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(10, 18, 29, 0.9);
  color: #f2f5f8;
}
.faq-item span { font-size: 14px; line-height: 1.35; }
.faq-item b { color: var(--yellow); font-size: 22px; line-height: 1; font-weight: 400; }

.cta {
  margin: 24px 0 8px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 210, 0, 0.38);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(10, 18, 29, 0.9), rgba(7, 13, 21, 0.96));
}
.cta-icon {
  width: 90px;
  height: 70px;
  position: relative;
  color: var(--yellow);
}
.cta-icon::before {
  content: "";
  position: absolute;
  inset: 10px 18px;
  border: 3px solid currentColor;
  border-radius: 7px;
}
.cta-icon::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 29px;
  width: 0;
  height: 0;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.cta-icon span::before,
.cta-icon span::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 3px;
  height: 16px;
  background: currentColor;
}
.cta-icon span::before { left: 29px; transform: rotate(-45deg); }
.cta-icon span::after { right: 29px; transform: rotate(45deg); }
.cta-copy h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.02;
  text-transform: uppercase;
}
.cta-copy h2 span { color: var(--yellow); }
.cta-copy p {
  margin: 0;
  color: #cfd6df;
  font-size: 13px;
  line-height: 1.35;
}
.cta-btn {
  min-width: 216px;
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-2) 100%);
  color: #10161f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(255, 208, 0, 0.14);
}
.cta-meta {
  grid-column: 3;
  grid-row: 2;
  margin-top: -8px;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 700;
}
.cta-meta-icon { width: 14px; height: 14px; flex: 0 0 auto; }

.site-footer {
  padding: 18px 0 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(31, 66, 97, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 16, 0.96), rgba(2, 7, 12, 0.98));
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr 0.82fr 0.76fr 1.18fr;
  gap: 34px;
  padding: 10px 0 24px;
}
.footer-brand { padding-top: 2px; }
.footer-logo { width: 184px; height: auto; margin-bottom: 12px; }
.footer-brand p,
.footer-grid a {
  color: var(--text);
  font-size: 12px;
  line-height: 1.72;
}
.footer-brand p {
  margin: 0 0 15px;
  color: #d7dde5;
}
.footer-col,
.footer-payments { display: flex; flex-direction: column; }
.footer-grid h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}
.footer-col a {
  margin-bottom: 6px;
  color: #d7dde5;
}
.footer-col a:last-child { margin-bottom: 0; }
.footer-payments {
  padding-left: 34px;
  border-left: 1px solid rgba(255,255,255,0.12);
}
.footer-payments .payments-grid {
  display: grid;
  grid-template-columns: repeat(3, 74px);
  gap: 12px 14px;
}
.footer-payments .payment-card {
  display: grid;
  place-items: center;
  width: 74px;
  height: 38px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.35), inset 0 0 0 1px rgba(0,0,0,0.04);
}
.footer-payments .payment-card img {
  width: 56px;
  height: 30px;
  object-fit: contain;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-bottom p,
.footer-bottom span {
  margin: 0;
  color: #98a2ae;
  font-size: 12px;
}
.footer-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-meta::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  opacity: 0.95;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-secure::before {
  background-image: radial-gradient(circle at 50% 50%, currentColor 0 2px, transparent 2px), linear-gradient(currentColor, currentColor);
  clip-path: polygon(50% 0%, 90% 14%, 90% 52%, 50% 100%, 10% 52%, 10% 14%);
}
.footer-ssl::before {
  background: currentColor;
  clip-path: polygon(26% 38%, 26% 28%, 32% 17%, 50% 11%, 68% 17%, 74% 28%, 74% 38%, 79% 38%, 79% 89%, 21% 89%, 21% 38%);
}
.footer-support::before {
  background: currentColor;
  clip-path: polygon(50% 0%, 62% 7%, 69% 18%, 79% 18%, 82% 31%, 93% 38%, 89% 50%, 93% 62%, 82% 69%, 79% 82%, 69% 82%, 62% 93%, 50% 100%, 38% 93%, 31% 82%, 21% 82%, 18% 69%, 7% 62%, 11% 50%, 7% 38%, 18% 31%, 21% 18%, 31% 18%, 38% 7%);
}
.footer-guarantee::before {
  background: currentColor;
  clip-path: polygon(50% 0%, 64% 14%, 82% 10%, 88% 28%, 100% 36%, 92% 52%, 100% 68%, 88% 76%, 82% 94%, 64% 90%, 50% 100%, 36% 90%, 18% 94%, 12% 76%, 0% 68%, 8% 52%, 0% 36%, 12% 28%, 18% 10%, 36% 14%);
}
.footer-bottom p { margin-right: auto; }

@media (max-width: 1180px) {
  .main-nav { display: none; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .payments-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cta { grid-template-columns: 90px 1fr; }
  .cta-meta { grid-column: 2; grid-row: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-payments { padding-left: 0; border-left: 0; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .logo-link { width: 162px; }
  .logo { width: 162px; }
  .nav-cta { margin-left: auto; }
  .hero h1 { font-size: 38px; }
  .hero-copy { font-size: 16px; }
  .benefit-strip,
  .pricing-grid,
  .benefits-row,
  .payments-grid,
  .faq-grid,
  .cta,
  .footer-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 560px; }
  .cta-btn { width: 100%; }
  .cta-meta { grid-column: auto; grid-row: auto; justify-self: start; }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0 16px;
  }
  .footer-bottom p { margin-right: 0; }
}



