*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
:root {
  --navy: #05050f;
  --purple: #5b21b6;
  --green: #31c627;
  --blue: #1ab7fe;
  --accent: #a78bfa;
  --white: #f4f4ff;
  --texwhi: #c0d0d7;
  --muted: #bbbed1;
  --card-bg: rgba(255, 255, 255, 0.04);
  --border: hsla(116, 67%, 46%, 0.15);
  --borderpri: rgba(26, 182, 254, 0.5);
  --bordersec: rgba(49, 196, 39, 0.5);
  --th1: #e8edef;
  --ctateb: rgba(26, 183, 254, 0.8);
  --ctateg: rgba(49, 198, 39, 0.8);
  --tep: #dbdbeb;
  --teb: #2dade9;
}
body {
  font-family: "Sora", sans-serif;
  background: var(--navy);
  min-height: 100vh;
  padding-top: 60px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer {
  background-color: #0d0d25;
  border-top: 1px solid #0c2e4a;
  padding-top: 40px;
}
ul li {
  color: var(--white);
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, .sh2 {
  color: var(--blue);
  margin-bottom: 1em;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2rem;
  color: var(--th1);
}
h2, .sh2 {
  font-size:clamp(2rem, 4vw, 2.8rem);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.sh2 {
  margin-bottom: 0.6em;
}
h2 span {
  font-size: clamp(1.1rem, 1vw + 0.5rem, 1.3rem);
  letter-spacing: 0.02em;
}
h3 {
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  font-weight: 300;
}
h4 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}
p {
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 0.5rem;
  color: var(--white);
  font-size: clamp(1rem, 1vw + 0.5rem, 1.2rem);
}
.fs8 {
  font-size: 0.8rem;
}
.fs95 {
  font-size: 0.95rem;
}
.fsection {
  padding-bottom: 0.7em;
}
.cont, .cont1, .contf {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.hrli {
  border: 1px solid; border-image: linear-gradient(90deg,rgba(26, 183, 254, 0) 0%, rgba(26, 183, 254, 0.18) 30%, rgba(26, 183, 254, 0.24) 50%, rgba(26, 183, 254, 0.18) 70%, rgba(26, 183, 254, 0) 100%) 1;
  margin: 100px 0;
}
.hrop {
  margin: 100px 0;
  border: none;
}
.hrplan {
  border: 1px solid; border-image: linear-gradient(90deg,rgba(26, 183, 254, 0.24) 0%, rgba(26, 183, 254, 0.18) 70%, rgba(26, 183, 254, 0) 100%) 1;
  margin: 28px 0;
}
.tc {
  text-align: center;
}
.tcl {
  display: flex;
  align-items: center;
  padding-bottom: 3em;
}
.tcl::before,
.tcl::after {
  content: "";
  flex-grow: 1;
  background: #232348;
  height: 1px;
}
.tcl::before {
  margin-right: 22px;
}
.tcl::after {
  margin-left: 22px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  height: 60px;
  min-height: 60px;
  background: rgba(5, 5, 15, 0.7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #1b354d;
  z-index: 100;
  font-family: sans-serif;
}
.brand {
  width: 97px;
  height: 20px;
}
.hero-header {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  margin: 50px 0;
  background-image: url("img/herohp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heronews {
  background-image: url("img/hnews.webp");  
}
.heroslu {
  background-image: url("img/hsluzby3.webp");  
}
.herokon {
  background-image: url("img/kontakt.webp");  
}
.heronas {
  background-image: url("img/onas3.webp");  
}
#shapes-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  background: transparent;
}
.hero-header::after, .heronews::after, .heroslu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(5 5 15) 0%,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 70%,
    rgb(5 5 15) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.header-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
#eyebrow p {
  font-family: "DM Mono", monospace;
  letter-spacing: 0.18em;
  margin: 48px 0 34px;
  text-transform: uppercase;
  color: var(--texwhi);
  opacity: 0;
  animation: fadeUp 0.9s ease 0.5s forwards;
}
.header-content h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 84px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.35s forwards;
}
.header-content h1 em {
  font-style: normal;
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  background: #1ab7fe;
  background: linear-gradient(
    90deg,
    #1ab7fe 0%,
    rgba(26, 183, 254, 1) 44%,
    #31c627 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.header-content p {
  line-height: 1.7;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.1rem);
  letter-spacing: 0.02em;
  margin: 16px 0 34px 0;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.5s forwards;
}
.header-ctas {
  display: flex;
  gap: 34px;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.65s forwards;
}
.ctac {
  justify-content:center ;
}
.cta {
  display: inline-block;
  padding: 1.2em 2.6em;
  border: 1px solid;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.cta-primary {
  color: var(--ctateb);
  border-color: var(--borderpri);
  box-shadow: -0px 0px 24px 0px rgba(26, 183, 254, 0.24);
}

.cta-secondary {
  color: var(--ctateg);
  border-color: var(--bordersec);
  box-shadow: 0px 0px 24px 0px rgba(50, 198, 39, 0.24);
}

.cta-primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 24px 1px rgba(26, 183, 254, 0.25);
  background: rgba(26, 183, 254, 0.1);
}

.cta-secondary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 24px 1px rgba(50, 198, 39, 0.25);
  background: rgba(50, 198, 39, 0.1);
}
.ctadefo {
  width: 100%;
  color: var(--blue);
  background-color: #0b0b1e;
}

/* PLANS */
.plans-section {
  max-width: 1180px;
  margin: 0 auto;
}

.dg2, .dg3, .dg4, .dgf, .dg12, .dg21 {
  display: grid;
  grid-template-columns: 1fr;
  margin: 80px 20px;
}
.dg2, .dg12, .dg21 {
  gap: 60px;
  align-items: center;
}
.dg12, .dg21 {
  align-items: start;
}
.dg3 {
  margin: 0;
}
.dg4, .dg3, .dgf {
  gap: 20px;
}
.dgf {
  margin: 60px 0;
  align-items: start;
}
.formu {
  border-radius: 16px;
  border: 1px solid #1ab7fe63;
  background-color: #0b0b1e;
}
.formu h4 {
  margin: 1.2em 0 0.6em;
  font-weight: 300;
  background-color: #0b0b1e;
  text-align: center;
}
h4 span {
  font-size: clamp(0.8rem, 1vw + 0.5rem, 1rem);
  letter-spacing: 0.02em;
  line-height: 3;
}
.defo {
  padding: 2em 3em;
  background-color: #6ccefa;
  border-radius: 0 0 16px 16px;
}
.defo p {
  color: var(--navy);
  font-size: 0.7rem;
  text-align: center;
}
.inputbox,
.textbox {
  position: relative;
  margin-bottom: 40px;
}

.w33,
.textbox {
  width: 100%;
}

.inputbox input,
.textbox textarea {
  width: 100%;
  padding: 12px 4px 6px;
  font-size: 0.9rem;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(5, 5, 15, 0.2);
}

.inputbox label,
.textbox label {
  position: absolute;
  padding: 6px 4px;
  left: 0;
  top: 0;
  cursor: text;
  pointer-events: none;
  color: var(--navy);
  font-size: 0.8rem;
  letter-spacing: 0.025em;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.inputbox input:focus ~ label,
.inputbox input:valid ~ label,
.textbox textarea:focus ~ label,
.textbox textarea:valid ~ label {
  transform: scale(0.7) translateY(-30px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transform-origin: top left;
}

.star {
  padding: 0 0.4em;
  vertical-align: text-top;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 500000s;
  -webkit-transition: background-color 500000s;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  padding: 2px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* X state */
.menu-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-links {
  display: none;
  list-style: none;
  align-items: center;
}
.nav-links a,
.nav-links p {
  display: flex;
  align-items: center;
  margin: 0;
  width: fit-content;
  box-sizing: border-box;
  padding: 18px;
  color: var(--texwhi);
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
}
.nav-links.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  gap: 20px;
  padding: 20px 2px;
  background: rgba(5, 5, 15, 0.98);
  border-bottom: 1px solid #1b354d;
}
.nav-links li {
  list-style: none;
  display: block;
  width: 92vw;
}
.dropdown {
  position: absolute;
  max-height: 0;
  top: calc(100% + 0px);
  left: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  background: var(--navy);
  border-bottom: 1px solid #1b354d;
  opacity: 0;
  padding: 20px;
  margin: 0;  
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease-in;
  font-family: "Sora", sans-serif;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.has-dropdown.active .dropdown {
  display: flex;
  flex-direction: column;
  max-height: 600px;
  padding: 20px 10px;
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.dropdown li a {
  display: block;
  max-width: 482px;
  padding: 14px 16px 8px;
  font-weight: 400;
  color: var(--blue);
  text-decoration: none;
}
.dropdown li span {
  margin: 10px 0;
  font-size: 0.9rem;
}
.dd-link {
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.dd-link:hover {
  background-color: #0b1524a5;
  border-radius: 8px;
}
.dd-title {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
}

/* Description Styling */
.dd-desc {
  display: block;
  font-size: 0.8rem;
  color: var(--texwhi);
  line-height: 1.6;
  font-weight: 300;
}

@property --spotlight-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.plan-card, .bcard {
  border-radius: 16px;
  padding: 1px;
  backdrop-filter: blur(12px);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  contain: layout style;
  background: rgba(255, 255, 255, 0.08);
}
.bcard {
  background: linear-gradient(0deg, rgb(26 183 254 / 38%) 0%, rgba(26, 183, 254, 0) 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
}
.plan-card-inner, .bcard-inner {
  border-radius: 16px;
  padding: 32px 28px;
  color: var(--muted);
  background: #0b0b1e;
  height: 100%;
}

.plan-card.featured .plan-card-inner {
  background: #100830;
}

.plan-card.featured {
  background: rgba(124, 58, 237, 0.4);
}

.plan-card:hover {
  background: conic-gradient(
    from var(--spotlight-angle),
    transparent 0deg,
    rgba(26, 183, 254, 0.7) 35deg,
    rgba(48, 196, 41, 0.7) 75deg,
    transparent 115deg
  );
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
}
.plan-name h3, .b-name p {
  font-size: 1.1rem;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 8px;
}
.b-name p {
  color: var(--blue);
}
.plan-idea p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  width: fit-content;
  background: var(--teb);
  background: linear-gradient(90deg, #1ab7fe 0%, rgba(26, 183, 254, 1) 44%, #31c627 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.plan-desc p {
  font-size: 0.85rem;
  line-height: 1.6;
}

.plan-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin-bottom: 24px;
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.94rem;
  line-height: 1.7;
}
.gen li {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.1rem);
  font-weight: 300;
}
.plan-features li .check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.plan-features li .check::after {
  content: "✓";
  font-size: 0.5rem;
  color: var(--blue);
  font-weight: 700;
}

.plan-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  text-decoration: none;
  display: block;
  text-align: center;
}

.plan-btn:hover {
  border-color: var(--accent);
  background: rgba(167, 139, 250, 0.08);
}

.plan-btn.featured-btn {
  background: linear-gradient(135deg, var(--green), var(--blue));
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.plan-btn.featured-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(124, 58, 237, 0.45);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mb12 {
  margin-bottom: 120px;
}
.pt2 {
  padding-top: 20px;
}
@media (min-width: 460px) {
  .defoimg {
    padding: 2em 1.25em;
  }
  .defoimg {
    background-image: url("img/womap.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .inputbox,
  .optional,
  .selectbox,
  .textbox {
    margin-bottom: 40px;
  }
}
@media (min-width: 640px) {
  .formbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 3.7rem;
  }
}
@media (min-width: 860px) {
  .dg3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .dg4 {
    grid-template-columns: 1fr 1fr;
  }
  .dgf {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }
  .nav-links li {
    width: auto;
  }
  .nav-links a.active-link, .nav-links p.active-link {
    color: var(--blue);
  }
    .menu-toggle {
    display: none;
  }
    .nav-links {
    display: flex;
    flex-direction: row;
    position: static;
    padding: 0;
    background: transparent;
    border-top: none;
  }
  .nav-links a,
  .nav-links p {
    height: auto;
    width: auto;
    padding: 8px 20px;
  }
  .nav-links a:hover, .nav-links p:hover {
  color: var(--blue);
  }
  .dropdown {
    max-height: none;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
    padding: 40px 4vw;
    top: 100%;
    background-image: url("img/drd.webp");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
    transition: all 0.5s ease-in-out;
  }
  .bg1 {
    background-image: url("img/bg1c.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #08081a;
  }
}
@media (min-width: 1024px) {
  .dg2 {
    grid-template-columns: 1fr 1fr;
  }
  .dg12 {
    grid-template-columns: 1fr 2fr;
  }
  .dg21 {
    grid-template-columns: 2fr 1fr;
  }
  .dg4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ic4 {
    background-image: url("img/mv4n.webp");
    height: 230px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
  }

}
@media (min-width: 1240px) {
  .dropdown {
      padding: 40px 12vw;
  }
  .cont {
    max-width: 1200px;
  }
  .cont1 {
    max-width: 1180px;
  }
  .bgcompany {
    background-image: url("img/company.webp");
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1470px) {
  .dropdown {
      padding: 40px 23vw;
  }
}

