:root {
  --bg: #050719;
  --bg-soft: #0b1031;
  --text: #eaf0ff;
  --muted: #b4bddc;
  --primary: #22b4ff;
  --secondary: #b727ff;
  --accent: #2b43ff;
  --card: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(34, 180, 255, 0.14), transparent 36%),
    radial-gradient(circle at 80% 20%, rgba(183, 39, 255, 0.14), transparent 34%),
    linear-gradient(145deg, #06081c 10%, #090d2d 60%, #100a2c 100%);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}

.cursor-eye {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  html,
  body,
  *,
  *::before,
  *::after {
    cursor: none !important;
  }

  .cursor-eye {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    opacity: 0;
    transition: opacity 90ms ease, transform 90ms ease, filter 140ms ease;
    filter:
      drop-shadow(0 1px 2px rgba(4, 7, 20, 0.8))
      drop-shadow(0 0 10px rgba(66, 111, 255, 0.44));
  }

  .cursor-eye img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transform-origin: center;
    transition: transform 110ms ease;
  }

  .cursor-eye.visible {
    opacity: 1;
  }

  .cursor-eye.active {
    filter:
      drop-shadow(0 1px 2px rgba(4, 7, 20, 0.86))
      drop-shadow(0 0 14px rgba(183, 39, 255, 0.56));
  }

  .cursor-eye.active img {
    transform: scale(1.08);
  }

  .cursor-eye.blink img {
    transform: scaleY(0.14) scaleX(0.92);
  }
}

h1,
h2,
h3,
h4,
.brand span {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.02em;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.bg-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -2;
}

.bg-glow-left {
  top: -80px;
  left: -70px;
  background: rgba(34, 180, 255, 0.22);
}

.bg-glow-right {
  bottom: -120px;
  right: -80px;
  background: rgba(183, 39, 255, 0.22);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 8, 28, 0.72);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--text);
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 36px;
  display: block;
  object-fit: contain;
}

.brand span {
  font-size: 1.15rem;
  font-weight: 700;
}

nav {
  display: flex;
  gap: 22px;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  transition: color 220ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: #fff;
}

.hero {
  padding: 7rem 0 4rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.14em;
}

h1 {
  margin: 10px 0 18px;
  font-size: clamp(2.2rem, 7vw, 4.1rem);
  line-height: 1.02;
}

h1 > :first-child {
  display: inline-block;
  font-size: 1.48em;
  line-height: 0.9;
}

h1 span {
  display: inline-block;
  margin-top: 0.08em;
  font-size: 0.8em;
  background: linear-gradient(90deg, #fff, #9ec6ff 42%, #da8aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  max-width: 680px;
  color: var(--muted);
}

.btn-primary {
  display: inline-block;
  margin-top: 18px;
  background: linear-gradient(110deg, var(--primary), var(--secondary));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(43, 67, 255, 0.35);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(43, 67, 255, 0.4);
}

.section {
  padding: 3rem 0;
}

.section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 5vw, 2.5rem);
}

#services .section-head h2 {
  background: linear-gradient(90deg, #f4f8ff, #9ed4ff 42%, #d983ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.packages-section {
  padding-top: 2.3rem;
}

.packages-stage {
  border: 1px solid rgba(125, 181, 255, 0.32);
  border-radius: 22px;
  padding: clamp(20px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 16% -8%, rgba(34, 180, 255, 0.2), transparent 34%),
    radial-gradient(circle at 94% 2%, rgba(183, 39, 255, 0.18), transparent 32%),
    linear-gradient(165deg, rgba(10, 16, 50, 0.92), rgba(8, 12, 40, 0.94));
  box-shadow: 0 24px 56px rgba(2, 7, 28, 0.46);
}

.packages-subline {
  margin: 10px 0 0;
  color: #c9d5f6;
  font-weight: 600;
}

.package-group-title {
  margin: 26px 0 8px;
  font-size: 0.96rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9db6ea;
  display: flex;
  align-items: center;
  gap: 10px;
}

.package-group-title::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), rgba(183, 39, 255, 0.88));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 28px;
  align-items: stretch;
}

.package-grid-media,
.package-grid-web {
  margin-top: 14px;
  row-gap: 18px;
}

.package-grid-media .card {
  grid-column: span 4;
}

.package-grid-media .package-card:nth-child(4) {
  grid-column: 3 / span 4;
}

.package-grid-media .package-card:nth-child(5) {
  grid-column: 7 / span 4;
}

.package-grid-web .card {
  grid-column: span 6;
}

.card {
  grid-column: span 6;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--card);
  border: 1px solid rgba(164, 184, 255, 0.3);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(2, 5, 18, 0.34);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
  height: 100%;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(102, 199, 255, 0.65);
  box-shadow: 0 18px 36px rgba(18, 35, 112, 0.4);
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
  color: #f5f8ff;
  line-height: 1.2;
}

.card p {
  margin: 0 0 10px;
  color: var(--muted);
}

.card .price {
  margin: 0;
  color: #d6e3ff;
  font-weight: 600;
  font-size: 0.98rem;
}

.package-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(34, 180, 255, 0.18), transparent 42%);
  opacity: 0.8;
  z-index: -1;
}

.package-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 180, 255, 0.9), rgba(183, 39, 255, 0.9));
  opacity: 0.85;
}

.package-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.package-badge,
.package-tag {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.package-badge {
  background: linear-gradient(120deg, rgba(34, 180, 255, 0.25), rgba(183, 39, 255, 0.3));
  border: 1px solid rgba(166, 203, 255, 0.45);
  color: #f3f7ff;
}

.package-tag {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #d4deff;
}

.package-lead {
  color: #edf3ff;
  font-weight: 600;
  line-height: 1.45;
  min-height: 3em;
}

.package-highlight {
  position: relative;
  display: inline;
  font-weight: 700;
  color: #f4f8ff;
  line-height: 1.45;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.16em;
  background: linear-gradient(
    transparent 42%,
    rgba(34, 180, 255, 0.22) 42%,
    rgba(183, 39, 255, 0.25) 88%,
    transparent 88%
  );
}

.quick-list {
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  min-height: 7.6em;
}

.quick-list li {
  color: #c1cae8;
  padding-left: 18px;
  position: relative;
  font-size: 0.96rem;
}

.quick-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--primary), var(--secondary));
  position: absolute;
  left: 0;
  top: 0.56em;
}

.package-facts {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed rgba(179, 205, 255, 0.24);
  display: grid;
  gap: 4px;
}

.package-facts .fact {
  margin: 0;
  color: #c4cde9;
  font-size: 0.92rem;
  font-weight: 500;
  padding-left: 14px;
  position: relative;
}

.package-facts .fact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(171, 220, 255, 0.9);
}

.more-btn {
  margin-top: 14px;
  align-self: stretch;
  border: 1px solid rgba(120, 181, 255, 0.52);
  background: linear-gradient(120deg, rgba(34, 180, 255, 0.2), rgba(183, 39, 255, 0.22));
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-radius: 999px;
  padding: 12px 18px;
  min-height: 50px;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.more-btn:hover,
.more-btn:focus-visible {
  border-color: #b4d9ff;
  background: linear-gradient(120deg, rgba(34, 180, 255, 0.34), rgba(183, 39, 255, 0.34));
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(43, 67, 255, 0.35);
}

.package-details {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  animation: revealPackage 320ms ease both;
}

.package-details p {
  margin-bottom: 14px;
}

.package-media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  aspect-ratio: 16 / 9;
}

.package-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card.featured {
  grid-column: span 6;
  border: 1px solid rgba(77, 186, 255, 0.74);
  background: linear-gradient(145deg, rgba(34, 180, 255, 0.2), rgba(183, 39, 255, 0.18));
  box-shadow: 0 16px 42px rgba(29, 49, 142, 0.44);
}

.card.featured .more-btn {
  border-color: rgba(255, 255, 255, 0.34);
}

.package-trust {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-item {
  border: 1px solid rgba(156, 201, 255, 0.32);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(34, 180, 255, 0.1), rgba(183, 39, 255, 0.1)),
    rgba(255, 255, 255, 0.04);
  min-height: 62px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.trust-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #f4f8ff;
  background: linear-gradient(120deg, rgba(34, 180, 255, 0.46), rgba(183, 39, 255, 0.46));
  box-shadow: 0 0 0 1px rgba(173, 214, 255, 0.4) inset;
  flex: 0 0 auto;
}

.package-trust p {
  margin: 0;
  color: #dce5ff;
  font-size: 0.96rem;
  text-align: center;
}

.case-slider {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.case-card {
  border: 1px solid rgba(118, 196, 255, 0.52);
  background: linear-gradient(145deg, rgba(34, 180, 255, 0.14), rgba(183, 39, 255, 0.12));
  box-shadow: 0 16px 36px rgba(18, 35, 112, 0.34);
  display: block;
  flex: 0 0 100%;
  min-width: 100%;
  opacity: 1;
  transform: none;
}

.case-card.active {
  display: block;
}

.case-card h3 {
  margin-top: 12px;
}

.case-logo-wrap {
  width: 100%;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 242, 255, 0.88));
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.case-logo {
  max-height: 72px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.logo-minim {
  mix-blend-mode: multiply;
}

.legal-logo-wrap {
  min-height: 130px;
}

.legal-logo-wrap .case-logo {
  max-height: 84px;
}

.case-page .case-intro {
  max-width: 820px;
  color: #c5d0f1;
  margin-bottom: 22px;
}

.case-detail {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(126, 191, 255, 0.3);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(34, 180, 255, 0.1), rgba(183, 39, 255, 0.08));
}

.case-detail-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  align-items: center;
}

.case-detail h2 {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}

.case-subline {
  margin: 0;
  color: #d6def8;
  font-weight: 600;
}

.case-columns {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.case-columns h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.case-columns p {
  margin: 0 0 12px;
  color: #c3cde9;
}

.case-columns blockquote {
  margin: 12px 0;
  padding: 12px 14px;
  border-left: 3px solid rgba(156, 212, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  color: #dce7ff;
}

.case-track {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.case-track-inner {
  display: flex;
  gap: 0;
  width: 100%;
  transform: translateX(0);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.case-track-inner.no-anim {
  transition: none;
}

.case-arrow {
  width: 36px;
  height: 36px;
  align-self: center;
  border: 1px solid rgba(171, 210, 255, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #eaf2ff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.case-arrow:hover,
.case-arrow:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(225, 172, 255, 0.78);
  background: rgba(183, 39, 255, 0.14);
}

.case-link {
  display: inline-block;
  margin-top: 8px;
  color: #eaf2ff;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(176, 211, 255, 0.46);
  border-radius: 999px;
  padding: 10px 16px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.case-link:hover,
.case-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(225, 172, 255, 0.78);
  background: rgba(183, 39, 255, 0.14);
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.case-more-wrap {
  margin-top: 20px;
  text-align: center;
}

.case-more-link {
  color: #b9c8f1;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(185, 200, 241, 0.35);
  padding-bottom: 2px;
}

.case-more-link:hover,
.case-more-link:focus-visible {
  color: #eaf2ff;
  border-bottom-color: rgba(234, 242, 255, 0.8);
}

.about-box,
.contact-box {
  margin-top: 24px;
  background: rgba(8, 13, 40, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 24px;
}

.about-box p,
.contact-box p {
  margin: 0 0 12px;
  color: var(--muted);
}

.code-about {
  display: grid;
  gap: 10px;
}

.code-line {
  margin: 0;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #cfd8f3;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(154, 185, 248, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
}

.code-tag {
  color: #79d2ff;
  font-weight: 600;
}

.code-copy {
  color: #dde7ff;
}

.code-copy strong {
  color: #ffffff;
}

.code-morph {
  display: inline-block;
  position: relative;
  padding: 0 0.12em;
  border-radius: 8px;
  animation: codeMorph 1.2s steps(1, end) infinite, codeGlitchJitter 420ms steps(2, end) infinite;
  will-change: transform, text-shadow, filter;
}

.code-morph::before,
.code-morph::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.62em;
  color: rgba(121, 210, 255, 0.95);
  opacity: 0;
  transition: opacity 180ms ease;
}

.code-morph::before {
  content: "<";
  left: -0.5em;
}

.code-morph::after {
  content: "/>";
  right: -0.72em;
}

@keyframes codeMorph {
  0%,
  18% {
    font-family: "Space Grotesk", sans-serif;
    color: inherit;
    background: transparent;
    letter-spacing: 0.02em;
    text-shadow: none;
    filter: none;
  }

  19%,
  64% {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #dff0ff;
    background: linear-gradient(120deg, rgba(34, 180, 255, 0.16), rgba(183, 39, 255, 0.16));
    letter-spacing: 0.04em;
    text-shadow:
      -1px 0 rgba(34, 180, 255, 0.8),
      1px 0 rgba(215, 107, 255, 0.78),
      0 0 16px rgba(58, 170, 255, 0.44);
    filter: saturate(1.22);
  }

  65%,
  100% {
    font-family: "Space Grotesk", sans-serif;
    color: inherit;
    background: transparent;
    letter-spacing: 0.02em;
    text-shadow: none;
    filter: none;
  }
}

@keyframes codeGlitchJitter {
  0%,
  56%,
  100% {
    transform: translate(0, 0);
  }

  58% {
    transform: translate(-1px, 0);
  }

  60% {
    transform: translate(1px, -1px);
  }

  62% {
    transform: translate(-1px, 1px);
  }

  64% {
    transform: translate(1px, 0);
  }
}

.code-morph:is(:hover, :focus-visible)::before,
.code-morph:is(:hover, :focus-visible)::after {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .code-morph {
    animation: none;
  }
}

.contact-layout {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.booking-form-layout {
  margin: 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(128, 170, 244, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 180, 255, 0.08), transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(183, 39, 255, 0.08), transparent 32%),
    rgba(7, 11, 37, 0.55);
}

.booking-card h3,
.info-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.booking-card,
.info-card {
  margin-top: 0;
}

.booking-form-layout label {
  font-weight: 600;
  color: #dce5ff;
  font-size: 0.95rem;
  display: block;
  margin: 10px 0 6px;
}

.booking-form-layout input,
.booking-form-layout select,
.booking-form-layout textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.booking-form-layout input::placeholder,
.booking-form-layout textarea::placeholder {
  color: #aeb9df;
}

.booking-form-layout input:focus,
.booking-form-layout select:focus,
.booking-form-layout textarea:focus {
  outline: none;
  border-color: rgba(34, 180, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(34, 180, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.phone-row {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.phone-row select {
  text-align: center;
  font-weight: 600;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  padding: 11px 10px;
  appearance: none;
  -webkit-appearance: none;
  color: #e7eeff;
}

.phone-row input {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.phone-row:focus-within {
  border-color: rgba(34, 180, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(34, 180, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.phone-row:focus-within select,
.phone-row:focus-within input {
  box-shadow: none;
}

.booking-btn {
  margin-top: 14px;
  width: 100%;
}

.booking-btn:disabled {
  opacity: 0.75;
  cursor: wait;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 1.2em;
  margin: 10px 2px 0;
  font-size: 0.92rem;
}

.form-status.pending {
  color: #b6c8f8;
}

.form-status.success {
  color: #8bf5b4;
}

.form-status.error {
  color: #ffb0bf;
}

.calendar-widget {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 12px;
  margin-top: 10px;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.calendar-head p {
  margin: 0;
  font-weight: 700;
  color: #eef4ff;
}

.cal-nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.calendar-weekdays span {
  text-align: center;
  font-size: 0.75rem;
  color: #9eabd4;
  font-weight: 700;
}

.cal-day {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #dce4ff;
  border-radius: 10px;
  height: 36px;
  cursor: pointer;
  font-weight: 600;
}

.cal-day.muted {
  opacity: 0.35;
  pointer-events: none;
}

.cal-day.past {
  opacity: 0.4;
  cursor: not-allowed;
}

.cal-day.active {
  background: linear-gradient(120deg, rgba(34, 180, 255, 0.4), rgba(183, 39, 255, 0.4));
  border-color: rgba(147, 212, 255, 0.8);
  color: #fff;
}

.mini-title {
  margin: 16px 0 8px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a9b7df;
}

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

.slot-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #dbe4ff;
  border-radius: 10px;
  height: 38px;
  cursor: pointer;
  font-weight: 600;
}

.slot-btn.active {
  border-color: rgba(126, 205, 255, 0.82);
  background: rgba(34, 180, 255, 0.22);
  color: #fff;
}

.package-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.package-options .check-chip:last-child {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
}

.check-chip {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
  position: relative;
}

.check-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check-chip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce4ff;
  font-weight: 600;
}

.check-chip span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  flex: 0 0 auto;
  box-sizing: border-box;
}

.check-chip input:checked + span::before {
  border-color: rgba(136, 212, 255, 0.92);
  background:
    linear-gradient(120deg, rgba(34, 180, 255, 0.66), rgba(183, 39, 255, 0.66));
  box-shadow: inset 0 0 0 4px rgba(5, 7, 25, 0.55);
}

.check-chip:has(input:checked) {
  border-color: rgba(136, 212, 255, 0.72);
  background: rgba(34, 180, 255, 0.18);
  transform: translateY(-1px);
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 4, 16, 0.7);
}

.footer-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 2rem 0;
}

.site-footer h3,
.site-footer h4 {
  margin: 0 0 10px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.footer-contact-mail {
  margin-top: 6px !important;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 8px;
}

.site-footer a {
  color: #dbe2ff;
  text-decoration: none;
}

.footer-link-btn {
  appearance: none;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: #dbe2ff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.footer-link-btn:hover,
.footer-link-btn:focus-visible {
  color: #fff;
}

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

.social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.social-links a svg {
  width: 20px;
  height: 20px;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--primary);
  background: rgba(34, 180, 255, 0.14);
  transform: translateY(-2px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.copy {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0 20px;
  text-align: center;
  color: var(--muted);
}

.reveal {
  position: relative;
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  filter: blur(3px);
  transition: opacity 460ms ease, transform 460ms ease, filter 420ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.reveal.glitch-in {
  animation: revealGlitch 380ms steps(2, end) 1;
}

.reveal::before {
  content: attr(data-code-tag);
  position: absolute;
  left: 12px;
  top: -14px;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(134, 214, 255, 0.94);
  background: rgba(7, 11, 33, 0.78);
  border: 1px solid rgba(126, 189, 255, 0.45);
  border-radius: 6px;
  padding: 2px 8px;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  text-shadow: 0 0 10px rgba(34, 180, 255, 0.4);
}

.reveal.glitch-in::before {
  animation: codeTagFlash 640ms steps(2, end) 1;
}

@keyframes codeTagFlash {
  0% {
    opacity: 0;
    transform: translateY(6px) translateX(-3px);
    clip-path: inset(0 0 70% 0);
  }

  22% {
    opacity: 1;
    transform: translateY(0) translateX(3px);
    clip-path: inset(0 0 0 0);
    text-shadow: -1px 0 rgba(183, 39, 255, 0.7), 1px 0 rgba(34, 180, 255, 0.75);
  }

  54% {
    opacity: 1;
    transform: translateY(0) translateX(-2px);
    clip-path: inset(35% 0 0 0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2px);
    clip-path: inset(100% 0 0 0);
  }
}

@keyframes revealGlitch {
  0% {
    transform: translateY(14px) skewX(1deg);
    filter: blur(3px);
  }

  28% {
    transform: translateY(-1px) translateX(-2px) skewX(-1deg);
    text-shadow: -1px 0 rgba(34, 180, 255, 0.42), 1px 0 rgba(183, 39, 255, 0.42);
  }

  56% {
    transform: translateY(0) translateX(2px);
    text-shadow: -1px 0 rgba(183, 39, 255, 0.34), 1px 0 rgba(34, 180, 255, 0.34);
  }

  100% {
    transform: translateY(0) translateX(0);
    filter: blur(0);
    text-shadow: none;
  }
}

@keyframes revealPackage {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.legal-main {
  padding: 5.5rem 0 4rem;
}

.legal-main h1 {
  margin-bottom: 14px;
}

.legal-box {
  background: rgba(8, 13, 40, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 24px;
}

.legal-box h2 {
  margin: 22px 0 8px;
  font-size: 1.2rem;
}

.legal-box p,
.legal-box li {
  color: var(--muted);
}

.legal-box ul {
  margin: 0;
  padding-left: 18px;
}

.back-link {
  display: inline-block;
  margin-top: 24px;
  color: #dbe2ff;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 130;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(133, 154, 196, 0.38);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(8, 11, 22, 0.86), rgba(8, 10, 19, 0.9)),
    rgba(6, 9, 18, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
  padding: 12px 14px;
}

.cookie-title {
  margin: 0;
  color: #eaf1ff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-text {
  margin: 6px 0 0;
  color: #b2bfdc;
  font-size: 0.88rem;
}

.cookie-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-btn {
  border-radius: 4px;
  min-height: 36px;
  padding: 8px 12px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(124, 143, 182, 0.5);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cookie-btn-primary {
  color: #eaf1ff;
  background: linear-gradient(120deg, rgba(20, 34, 66, 0.94), rgba(28, 30, 60, 0.94));
  border-color: rgba(118, 173, 255, 0.55);
}

.cookie-btn-secondary {
  color: #cfdaf6;
  background: rgba(255, 255, 255, 0.03);
}

.cookie-btn:hover,
.cookie-btn:focus-visible {
  background: rgba(68, 98, 162, 0.26);
  border-color: rgba(136, 185, 255, 0.65);
  color: #f2f7ff;
}

.cookie-panel {
  margin-top: 12px;
  border-top: 1px solid rgba(124, 143, 182, 0.36);
  padding-top: 12px;
}

.cookie-panel h3 {
  margin: 0 0 6px;
  font-size: 1.06rem;
}

.cookie-panel p {
  margin: 0 0 12px;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid rgba(124, 143, 182, 0.34);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
  margin-top: 8px;
  color: #cfdaf6;
}

.cookie-toggle input {
  accent-color: #30b8ff;
}

.cookie-toggle.is-fixed {
  opacity: 0.85;
}

@media (max-width: 900px) {
  .packages-stage {
    padding: 18px;
  }

  .package-grid-media .card,
  .package-grid-web .card,
  .card.featured {
    grid-column: span 12;
  }

  .package-grid-media .package-card:nth-child(4),
  .package-grid-media .package-card:nth-child(5) {
    grid-column: span 12;
  }

  .card {
    grid-column: span 12;
  }

  .booking-form-layout {
    grid-template-columns: 1fr;
  }

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

  .package-trust {
    grid-template-columns: 1fr;
  }

  .case-slider {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-detail-top,
  .case-columns {
    grid-template-columns: 1fr;
  }

  .case-arrow {
    width: 100%;
    height: 42px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 680px) {
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  nav {
    gap: 16px;
  }

  .hero {
    padding-top: 6rem;
  }

  .slot-grid,
  .package-options {
    grid-template-columns: 1fr 1fr;
  }

  .package-options .check-chip:last-child {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .slot-grid,
  .package-options {
    grid-template-columns: 1fr;
  }

  .package-options .check-chip:last-child {
    grid-column: auto;
  }

  .phone-row {
    grid-template-columns: 1fr;
  }

}
