:root {
  --bg: #02050d;
  --bg2: #050816;
  --panel: rgba(7, 14, 28, .68);
  --panel-strong: rgba(7, 14, 28, .86);
  --line: rgba(148, 163, 184, .17);
  --line-blue: rgba(39, 134, 255, .36);
  --text: #f8fafc;
  --muted: #9da9bd;
  --blue: #168bff;
  --blue2: #2563eb;
  --cyan: #38bdf8;
  --container: 1168px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .55);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 54% 3%, rgba(14, 83, 164, .22), transparent 32rem),
    radial-gradient(circle at 18% 24%, rgba(22,139,255,.08), transparent 30rem),
    radial-gradient(circle at 80% 62%, rgba(22,139,255,.08), transparent 32rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(rgba(56,189,248,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56,189,248,.028) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 50% 18%, #000, transparent 75%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.04) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 35%, rgba(56,189,248,.05) 0 1px, transparent 1px);
  background-size: 37px 37px, 67px 67px;
  opacity: .4;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .14;
  background-image:
    linear-gradient(115deg, transparent 0 46%, rgba(56,189,248,.08) 47%, transparent 48% 100%),
    radial-gradient(circle, rgba(255,255,255,.08) 0 1px, transparent 1.5px);
  background-size: 520px 520px, 120px 120px;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 999;
  background: var(--blue);
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus { top: 16px; }

.cursor-glow {
  position: fixed;
  width: 460px;
  height: 460px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(22,139,255,.10), transparent 68%);
  pointer-events: none;
  z-index: -2;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 72px;
  border-bottom: 1px solid rgba(148,163,184,.12);
  background: rgba(2,5,13,.76);
  backdrop-filter: blur(18px);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56,189,248,.20), transparent);
}

.brand {
  position: absolute;
  left: max(28px, calc((100vw - var(--container)) / 2));
}

.brand img {
  width: 148px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #cbd5e1;
  font-weight: 740;
  font-size: .82rem;
}

.nav-link {
  position: relative;
  color: #cbd5e1;
  transition: color .2s ease;
}

.nav-link:hover,
.nav-link.active { color: var(--blue); }

.nav-link.active::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 16px var(--blue);
}

.header-cta {
  position: absolute;
  right: max(28px, calc((100vw - var(--container)) / 2));
  top: 17px;
  color: #fff;
  background: linear-gradient(135deg, #1b8fff, #2868ff);
  padding: 11px 20px;
  border-radius: 10px;
  box-shadow: 0 0 32px rgba(22,139,255,.48);
  font-weight: 850;
}

.menu-btn { display: none; }

.section {
  position: relative;
  padding: 76px 0;
}

.hero {
  min-height: 664px;
  padding: 122px 0 78px;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.scene {
  position: absolute;
  pointer-events: none;
}

.scene-grid {
  inset: 0;
  background:
    linear-gradient(rgba(56,189,248,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56,189,248,.032) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(circle at 52% 25%, #000, transparent 74%);
}

.scene-stars {
  inset: 0;
  background:
    radial-gradient(circle at 18% 32%, rgba(56,189,248,.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 79% 24%, rgba(255,255,255,.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 48% 68%, rgba(56,189,248,.45) 0 1px, transparent 1.5px);
  background-size: 190px 170px, 230px 260px, 310px 210px;
  opacity: .22;
}

.scene-beam {
  width: 460px;
  height: 460px;
  border-radius: 999px;
  filter: blur(40px);
}

.scene-beam-a {
  right: 17%;
  top: 118px;
  background: rgba(22,139,255,.19);
}

.scene-beam-b {
  right: 6%;
  bottom: 68px;
  background: rgba(56,189,248,.09);
}

.hero-grid {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  gap: 78px;
  align-items: center;
  position: relative;
}

.kicker {
  margin: 0 0 13px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .7rem;
  font-weight: 900;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -.055em;
}

h1 {
  font-size: clamp(3.45rem, 5.35vw, 5.45rem);
  max-width: 720px;
}

h1 span { color: var(--blue); }

h2 {
  font-size: clamp(2rem, 3.35vw, 3.05rem);
}

h3 {
  font-size: 1.04rem;
  letter-spacing: -.025em;
}

p {
  margin: 13px 0 0;
  color: var(--muted);
}

.hero-text {
  max-width: 505px;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 31px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 21px;
  border-radius: 9px;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #fff;
  box-shadow: 0 0 32px rgba(22,139,255,.39);
}

.btn-secondary {
  border-color: rgba(148,163,184,.26);
  background: rgba(255,255,255,.032);
  color: #fff;
}

.hero-points {
  display: flex;
  gap: 27px;
  margin-top: 31px;
  color: #dce7f8;
  font-size: .8rem;
  flex-wrap: wrap;
}

.hero-points span {
  position: relative;
  padding-left: 20px;
}

.hero-points span::before {
  content: "◇";
  position: absolute;
  left: 0;
  color: var(--blue);
}

.hero-visual {
  position: relative;
  min-height: 455px;
  transform-style: preserve-3d;
  transition: transform .15s ease;
}

.hero-frame {
  position: absolute;
  inset: 0 68px 0 52px;
  border: 1px solid rgba(39,134,255,.58);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 16%, rgba(22,139,255,.28), transparent 16rem),
    linear-gradient(145deg, rgba(8, 18, 38, .97), rgba(3, 7, 17, .56));
  box-shadow:
    0 0 0 1px rgba(56,189,248,.06) inset,
    0 0 78px rgba(22,139,255,.24),
    var(--shadow);
  overflow: hidden;
}

.frame-light {
  position: absolute;
  inset: -26%;
  z-index: 0;
  background:
    linear-gradient(135deg, transparent 37%, rgba(22,139,255,.43), transparent 60%),
    radial-gradient(circle at 62% 18%, rgba(56,189,248,.26), transparent 28%);
  transform: rotate(8deg);
  opacity: .78;
}

.hero-frame img,
.about-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: .96;
}

.info-chip {
  position: absolute;
  width: 235px;
  border: 1px solid rgba(148,163,184,.22);
  background: rgba(7,14,28,.74);
  backdrop-filter: blur(16px);
  border-radius: 13px;
  padding: 14px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  box-shadow: 0 18px 48px rgba(0,0,0,.38);
  animation: float 5.5s ease-in-out infinite alternate;
}

.info-chip > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--cyan);
  background: rgba(22,139,255,.15);
  border: 1px solid rgba(56,189,248,.25);
}

.info-chip strong {
  display: block;
  font-size: .87rem;
}

.info-chip small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: .68rem;
}

.chip-top { right: 0; top: 35px; }
.chip-left { left: 0; bottom: 79px; animation-delay: .25s; }
.chip-bottom { right: 30px; bottom: 38px; animation-delay: .5s; }

.section-title {
  max-width: 770px;
  margin: 0 auto 38px;
}

.section-title p {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  font-size: .95rem;
}

.services-section {
  padding-top: 48px;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 13px;
  background:
    radial-gradient(circle at top left, rgba(22,139,255,.14), transparent 9rem),
    rgba(7,14,28,.68);
  box-shadow: 0 14px 42px rgba(0,0,0,.25);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56,189,248,.38);
  background:
    radial-gradient(circle at top left, rgba(22,139,255,.24), transparent 9rem),
    rgba(7,14,28,.88);
}

.service-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  margin-bottom: 17px;
  color: var(--cyan);
  background: rgba(22,139,255,.13);
  border: 1px solid rgba(56,189,248,.24);
}

.service-card p {
  font-size: .82rem;
}

.small-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 850;
  border-radius: 9px;
  background: rgba(22,139,255,.16);
  border: 1px solid rgba(56,189,248,.24);
}

.projects-section {
  padding-top: 72px;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 50% 55%, rgba(22,139,255,.17), transparent 33rem),
    linear-gradient(180deg, transparent, rgba(7,14,28,.39), transparent);
}

.project-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 250px;
}

.carousel-window {
  overflow: hidden;
  padding: 11px 62px 28px;
}

.carousel-track {
  display: flex;
  align-items: center;
  gap: 22px;
  transition: transform .58s cubic-bezier(.2,.8,.2,1);
}

.project-card {
  position: relative;
  min-width: 525px;
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  box-shadow: 0 22px 74px rgba(0,0,0,.45);
  opacity: .34;
  transform: scale(.78);
  filter: brightness(.50) blur(.2px);
  transition: opacity .35s ease, transform .35s ease, filter .35s ease;
}

.project-card.is-active {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1);
}

.project-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.project-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(3,7,17,.66);
  border: 1px solid rgba(148,163,184,.2);
  backdrop-filter: blur(14px);
}

.project-overlay strong { display: block; }
.project-overlay span { color: var(--muted); font-size: .82rem; }

.carousel-btn {
  position: absolute;
  top: 43%;
  width: 42px;
  height: 42px;
  z-index: 4;
  border-radius: 999px;
  border: 1px solid rgba(56,189,248,.32);
  color: var(--blue);
  background: rgba(7,14,28,.74);
  box-shadow: 0 0 38px rgba(22,139,255,.22);
  font-size: 2rem;
  cursor: pointer;
}

.prev { left: 0; }
.next { right: 0; }

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(148,163,184,.35);
}

.slider-dots button.is-active {
  background: var(--blue);
  box-shadow: 0 0 18px var(--blue);
}

.about-section {
  padding-top: 65px;
  padding-bottom: 58px;
}

.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 435px;
  transform-style: preserve-3d;
  transition: transform .15s ease;
}

.about-frame {
  position: absolute;
  inset: 0 16px;
  border-radius: 24px;
  border: 1px solid rgba(56,189,248,.35);
  overflow: hidden;
  background: rgba(7,14,28,.78);
  box-shadow: 0 0 70px rgba(22,139,255,.2), var(--shadow);
}

.about-copy h2 {
  font-size: clamp(2.05rem, 3.38vw, 3.18rem);
}

.about-copy p {
  font-size: .95rem;
}

.signature {
  color: var(--blue);
  font-size: 2.05rem;
  font-style: italic;
  margin-top: 20px;
}

.stats-panel {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 15px;
  background: rgba(7,14,28,.78);
  box-shadow: 0 22px 80px rgba(0,0,0,.33);
  overflow: hidden;
}

.stats-panel div {
  padding: 22px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  border-right: 1px solid rgba(148,163,184,.12);
}

.stats-panel div:last-child { border-right: 0; }

.stats-panel span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 950;
}

.stats-panel small { color: var(--muted); }

.process-section {
  padding-top: 54px;
  padding-bottom: 70px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}

.process-line::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: .72;
}

.process-item {
  position: relative;
  z-index: 1;
  padding-top: 4px;
}

.process-item > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  margin-bottom: 17px;
  border-radius: 999px;
  background: rgba(22,139,255,.12);
  border: 1px solid rgba(56,189,248,.26);
  box-shadow: 0 0 34px rgba(22,139,255,.25);
  font-weight: 900;
}

.process-item p {
  font-size: .86rem;
}

.contact-section {
  padding-top: 70px;
  padding-bottom: 78px;
  background:
    radial-gradient(circle at 70% 45%, rgba(22,139,255,.13), transparent 34rem),
    rgba(7,14,28,.25);
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.contact-copy p {
  max-width: 480px;
}

.contact-details {
  display: grid;
  gap: 13px;
  margin-top: 30px;
  color: var(--muted);
}

.contact-details a:hover { color: #fff; }

.contact-form {
  border: 1px solid rgba(56,189,248,.25);
  border-radius: 14px;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(22,139,255,.15), transparent 18rem),
    rgba(7,14,28,.75);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input, select, textarea {
  width: 100%;
  color: white;
  background: rgba(3,7,17,.72);
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 8px;
  padding: 13px 14px;
  outline: none;
}

textarea { resize: vertical; }

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(56,189,248,.72);
  box-shadow: 0 0 0 4px rgba(56,189,248,.10);
}

.privacy {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: .84rem;
}

.privacy input { width: 16px; margin-top: 4px; }
.privacy a { color: var(--cyan); }

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.alert {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(148,163,184,.18);
}

.alert--success { background: rgba(34,197,94,.13); color: #bbf7d0; }
.alert--error { background: rgba(239,68,68,.13); color: #fecaca; }

.site-footer {
  border-top: 1px solid rgba(148,163,184,.12);
  padding: 44px 0 22px;
  background: rgba(3,7,17,.88);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 34px;
}

.footer-brand img {
  width: 168px;
  margin-bottom: 12px;
}

.site-footer h2 {
  font-size: .95rem;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.site-footer a {
  display: block;
  color: var(--muted);
  margin: 7px 0;
  font-size: .9rem;
}

.site-footer a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(148,163,184,.10);
  color: var(--muted);
  font-size: .86rem;
}

.legal-hero {
  padding-top: 150px;
}

.legal-content h2 {
  margin-top: 28px;
}

.legal-content a { color: var(--cyan); }

.legal-note {
  margin-top: 30px;
  border: 1px solid rgba(56,189,248,.24);
  border-radius: 12px;
  padding: 16px;
  background: rgba(22,139,255,.08);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease, transform .72s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .12s; }

@keyframes float {
  from { transform: translateY(-7px); }
  to { transform: translateY(10px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .cursor-glow { display: none; }
}

@media (max-width: 1120px) {
  .services-row { grid-template-columns: repeat(3, 1fr); }
  .nav { gap: 18px; }
}

@media (max-width: 940px) {
  .site-header {
    justify-content: space-between;
    padding: 0 16px;
  }

  .brand {
    position: static;
  }

  .header-cta {
    position: static;
  }

  .menu-btn {
    display: grid;
    place-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(148,163,184,.20);
    border-radius: 10px;
  }

  .menu-btn span {
    display: block;
    width: 21px;
    height: 2px;
    background: white;
    border-radius: 999px;
  }

  .nav {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: stretch;
    top: 82px;
    left: 16px;
    right: 16px;
    padding: 18px;
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 16px;
    background: rgba(3,7,17,.96);
    backdrop-filter: blur(18px);
  }

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

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero { padding-top: 120px; }
  .hero-visual { min-height: 490px; }
  .services-row { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .process-line::before { display: none; }
  .stats-panel { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .brand img { width: 132px; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .section { padding: 64px 0; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-points { gap: 12px; }
  .hero-visual { min-height: 420px; }
  .hero-frame { inset: 20px 0 72px; }
  .info-chip { width: 205px; padding: 11px; }
  .chip-top { top: 0; right: 0; }
  .chip-left { left: 0; bottom: 60px; }
  .chip-bottom { right: 0; bottom: 0; }
  .services-row,
  .process-line,
  .stats-panel,
  .footer-main,
  .form-grid { grid-template-columns: 1fr; }
  .project-card { min-width: 82vw; }
  .carousel-window { padding-inline: 0; }
  .carousel-btn { display: none; }
  .footer-bottom { flex-direction: column; }
}


/* ------------------------------------------------------------
   V4 screenshot-match refinements
   ------------------------------------------------------------ */
:root {
  --container: 1188px;
}

body {
  background:
    radial-gradient(circle at 54% 4%, rgba(12, 78, 160, .22), transparent 31rem),
    radial-gradient(circle at 63% 20%, rgba(22,139,255,.10), transparent 28rem),
    radial-gradient(circle at 16% 26%, rgba(22,139,255,.06), transparent 30rem),
    radial-gradient(circle at 78% 72%, rgba(22,139,255,.07), transparent 32rem),
    #02050d;
}

.site-header {
  height: 70px;
  background: rgba(2, 5, 13, .86);
}

.brand img {
  width: 146px;
}

.nav {
  gap: 34px;
}

.header-cta {
  top: 15px;
  padding: 11px 21px;
  box-shadow: 0 0 34px rgba(22,139,255,.52);
}

.hero {
  min-height: 660px;
  padding-top: 116px;
  padding-bottom: 64px;
}

.hero-grid {
  grid-template-columns: .91fr 1.09fr;
  gap: 86px;
}

h1 {
  font-size: clamp(3.35rem, 5.25vw, 5.32rem);
  letter-spacing: -.065em;
}

.hero-text {
  max-width: 500px;
  color: #b4bed0;
}

.hero-visual {
  min-height: 465px;
}

.hero-frame {
  inset: -2px 64px 0 44px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 54% 16%, rgba(22,139,255,.28), transparent 17rem),
    linear-gradient(145deg, rgba(8,18,38,.95), rgba(3,7,17,.50));
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 66% 12%, rgba(56,189,248,.18), transparent 22%),
    linear-gradient(135deg, transparent 48%, rgba(22,139,255,.22), transparent 62%);
  mix-blend-mode: screen;
}

.hero-frame img,
.about-frame img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 22px 40px rgba(0,0,0,.55));
}

.hero-frame img {
  transform: translateY(8px) scale(1.08);
}

.info-chip {
  background: rgba(7,14,28,.82);
  border-color: rgba(148,163,184,.24);
}

.chip-top { right: -8px; top: 34px; }
.chip-left { left: -10px; bottom: 78px; }
.chip-bottom { right: 22px; bottom: 36px; }

.services-section {
  padding-top: 42px;
  padding-bottom: 64px;
}

.section-title {
  margin-bottom: 34px;
}

.section-title h2 {
  font-size: clamp(2.05rem, 3.05vw, 2.9rem);
}

.services-row {
  gap: 13px;
}

.service-card {
  min-height: 178px;
  padding: 23px 22px;
  background:
    radial-gradient(circle at top left, rgba(22,139,255,.14), transparent 9rem),
    linear-gradient(180deg, rgba(12,23,43,.78), rgba(7,14,28,.58));
}

.projects-section {
  padding-top: 68px;
  padding-bottom: 68px;
}

.project-carousel {
  min-height: 248px;
}

.project-card {
  min-width: 540px;
}

.project-card.is-active {
  transform: scale(1.02);
}

.carousel-window {
  padding-top: 8px;
  padding-bottom: 24px;
}

.about-section {
  padding-top: 60px;
}

.about-visual {
  min-height: 460px;
}

.about-frame {
  inset: 0 18px;
}

.about-frame img {
  transform: translateY(10px) scale(1.06);
}

.stats-panel {
  margin-top: 38px;
}

.process-section {
  padding-top: 48px;
}

.contact-section {
  padding-top: 64px;
}

.contact-form {
  background:
    radial-gradient(circle at top right, rgba(22,139,255,.16), transparent 18rem),
    linear-gradient(180deg, rgba(12,23,43,.78), rgba(7,14,28,.68));
}

@media (max-width: 940px) {
  .hero-frame img,
  .about-frame img {
    transform: translateY(8px) scale(1.02);
  }
}

@media (max-width: 640px) {
  .hero-frame img {
    transform: translateY(8px) scale(1.08);
  }

  .about-frame img {
    transform: translateY(8px) scale(1.05);
  }
}


/* ------------------------------------------------------------
   V5 polish: logo, icons, arrows, signature, lower sections
   ------------------------------------------------------------ */

.brand img {
  width: 188px !important;
  max-height: 56px;
  object-fit: contain;
}

.site-header {
  height: 78px;
}

.header-cta {
  top: 14px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.hero {
  padding-top: 128px;
}

.hero-frame img {
  transform: translateY(10px) scale(1.18);
}

.about-frame img {
  transform: translateY(12px) scale(1.16);
}

.chip-icon,
.service-icon {
  color: var(--cyan);
}

.chip-icon svg,
.service-icon svg,
.inline-arrow,
.carousel-btn svg {
  width: 1em;
  height: 1em;
  display: block;
}

.chip-icon svg,
.service-icon svg,
.carousel-btn svg,
.inline-arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon {
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 20px !important;
  border-radius: 14px !important;
  color: #38bdf8 !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(56,189,248,.30), transparent 52%),
    rgba(22,139,255,.13) !important;
  box-shadow: inset 0 0 0 1px rgba(56,189,248,.16), 0 0 24px rgba(22,139,255,.12);
}

.service-icon svg {
  width: 22px;
  height: 22px;
}

.chip-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

.chip-icon svg {
  width: 20px;
  height: 20px;
}

.inline-arrow {
  width: 17px;
  height: 17px;
  margin-left: 7px;
  stroke-width: 2.2;
  transition: transform .2s ease;
}

.btn:hover .inline-arrow,
.small-cta:hover .inline-arrow {
  transform: translateX(3px);
}

.carousel-btn {
  display: grid;
  place-items: center;
  font-size: 1rem !important;
  background:
    radial-gradient(circle at center, rgba(22,139,255,.22), transparent 62%),
    rgba(4,11,24,.88) !important;
  border-color: rgba(56,189,248,.48) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 0 48px rgba(22,139,255,.34);
}

.carousel-btn svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.prev,
.next {
  top: 44%;
}

.signature-wrap {
  width: 230px;
  height: 62px;
  margin-top: 14px;
  color: var(--blue);
  filter: drop-shadow(0 0 12px rgba(22,139,255,.24));
}

.signature-wrap svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.signature-wrap text {
  fill: currentColor;
  font-family: "Brush Script MT", "Segoe Script", "Apple Chancery", cursive;
  font-size: 38px;
  font-style: italic;
}

.signature-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .22;
}

.signature {
  display: none;
}

.stats-panel {
  border-radius: 17px;
  background:
    radial-gradient(circle at 20% 20%, rgba(22,139,255,.12), transparent 22rem),
    rgba(7,14,28,.82);
}

.stats-panel div {
  position: relative;
  min-height: 88px;
}

.stats-panel div::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 22%, rgba(56,189,248,.34), transparent 54%),
    rgba(22,139,255,.12);
  border: 1px solid rgba(56,189,248,.22);
  box-shadow: 0 0 26px rgba(22,139,255,.15);
  grid-row: span 2;
}

.stats-panel span {
  margin-left: 4px;
}

.stats-panel small {
  margin-left: 4px;
}

.process-line {
  max-width: 1040px;
  margin-inline: auto;
}

.process-item > span {
  background:
    radial-gradient(circle at 35% 22%, rgba(56,189,248,.34), transparent 54%),
    rgba(22,139,255,.12);
}

.contact-section {
  padding-top: 76px;
  padding-bottom: 88px;
}

.contact-grid {
  max-width: 1100px;
}

.contact-form {
  border-radius: 18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 54px;
  border-radius: 11px;
  background: rgba(2,7,17,.82);
}

.contact-form textarea {
  min-height: 132px;
}

.site-footer .footer-brand img {
  width: 198px;
}

@media (max-width: 940px) {
  .brand img {
    width: 164px !important;
  }

  .hero-frame img,
  .about-frame img {
    transform: translateY(10px) scale(1.10);
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 72px;
  }

  .brand img {
    width: 148px !important;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-frame img,
  .about-frame img {
    transform: translateY(8px) scale(1.14);
  }

  .signature-wrap {
    width: 210px;
  }
}


/* ------------------------------------------------------------
   V6: logo crop/display, mobile fixes, stats icons, WhatsApp/social
   ------------------------------------------------------------ */

.brand img {
  width: 238px !important;
  max-height: 64px;
  object-fit: contain;
}

.site-header {
  height: 82px;
}

.nav {
  gap: 32px;
}

.header-cta {
  top: 15px;
}

.footer-brand img,
.site-footer .footer-brand img {
  width: 250px !important;
  max-width: 100%;
}

.stats-panel {
  grid-template-columns: repeat(4, 1fr);
}

.stats-panel div {
  grid-template-columns: 56px 1fr !important;
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  min-height: 104px;
}

.stats-panel div::before {
  display: none !important;
}

.stat-icon {
  grid-row: 1 / span 2;
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px;
  display: grid !important;
  place-items: center;
  background:
    radial-gradient(circle at 35% 24%, rgba(56,189,248,.42), transparent 56%),
    rgba(22,139,255,.12);
  border: 1px solid rgba(56,189,248,.23);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 0 26px rgba(22,139,255,.18);
  color: var(--cyan);
  margin: 0 !important;
}

.stat-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats-panel strong {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 950;
}

.stats-panel small {
  color: var(--muted);
  font-size: .95rem;
  align-self: start;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #dce7f8;
  background: rgba(22,139,255,.10);
  border: 1px solid rgba(56,189,248,.22);
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  color: white;
  background: rgba(22,139,255,.18);
  border-color: rgba(56,189,248,.42);
}

.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  z-index: 70;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, #25D366, #16A34A);
  box-shadow: 0 18px 42px rgba(37, 211, 102, .32), 0 0 0 1px rgba(255,255,255,.16) inset;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 56px rgba(37, 211, 102, .42), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 940px) {
  .site-header {
    height: 76px;
  }

  .brand img {
    width: 178px !important;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-visual {
    min-height: 430px;
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .hero-frame {
    inset: 18px 18px 70px 18px;
  }

  .hero-frame img {
    transform: translateY(8px) scale(1.03);
  }

  .info-chip {
    max-width: 220px;
  }

  .chip-top {
    top: 2px;
    right: 8px;
  }

  .chip-left {
    left: 8px;
    bottom: 72px;
  }

  .chip-bottom {
    right: 8px;
    bottom: 18px;
  }

  .stats-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand img,
  .site-footer .footer-brand img {
    width: 220px !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 74px;
  }

  .brand img {
    width: 150px !important;
  }

  .hero {
    padding-top: 104px;
    padding-bottom: 40px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.85rem);
    line-height: 1.02;
  }

  .hero-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-visual {
    width: 100%;
    min-height: 390px;
    overflow: hidden;
  }

  .hero-frame {
    inset: 12px 0 76px 0;
    border-radius: 24px;
  }

  .hero-frame img {
    transform: translateY(14px) scale(1.04);
  }

  .info-chip {
    width: 192px;
    max-width: calc(100% - 20px);
    grid-template-columns: 34px 1fr;
    padding: 10px;
  }

  .info-chip strong {
    font-size: .82rem;
  }

  .info-chip small {
    font-size: .66rem;
  }

  .chip-top {
    top: 0;
    right: 4px;
  }

  .chip-left {
    left: 4px;
    bottom: 74px;
  }

  .chip-bottom {
    right: 4px;
    bottom: 12px;
  }

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

  .project-carousel {
    min-height: auto;
  }

  .carousel-window {
    overflow: hidden;
    padding: 0 0 20px;
  }

  .carousel-track {
    gap: 14px;
  }

  .project-card {
    min-width: 100%;
    transform: scale(.92);
  }

  .project-card.is-active {
    transform: scale(1);
  }

  .project-overlay {
    position: static;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .carousel-btn {
    top: 48%;
    display: grid !important;
    width: 40px;
    height: 40px;
  }

  .prev {
    left: 8px;
  }

  .next {
    right: 8px;
  }

  .about-visual {
    min-height: 390px;
  }

  .about-frame {
    inset: 0;
  }

  .about-frame img {
    transform: translateY(10px) scale(1.04);
  }

  .stats-panel {
    grid-template-columns: 1fr;
  }

  .stats-panel div {
    min-height: 92px;
  }

  .contact-grid {
    gap: 34px;
  }

  .contact-form {
    padding: 20px;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: 18px;
    bottom: 18px;
  }

  .whatsapp-float svg {
    width: 29px;
    height: 29px;
  }

  .footer-brand img,
  .site-footer .footer-brand img {
    width: 190px !important;
  }
}


/* ------------------------------------------------------------
   V8: original logo restored + proper WhatsApp button
   ------------------------------------------------------------ */

.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;
}

.site-header {
  height: 82px;
}

.site-header .brand {
  position: absolute !important;
  left: max(28px, calc((100vw - var(--container)) / 2)) !important;
  display: flex;
  align-items: center;
  width: auto;
}

.brand img {
  width: 220px !important;
  max-width: none !important;
  max-height: 72px !important;
  height: auto !important;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(22,139,255,.24));
}

.footer-brand img,
.site-footer .footer-brand img {
  width: 260px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(22,139,255,.20));
  margin-bottom: 18px;
}

/* reset older v7 fake brand styles if present */
.brand-lockup,
.brand-symbol,
.brand-text {
  all: unset;
}

.footer-socials a[href*="instagram"],
.footer-socials a[href*="tiktok"],
.footer-socials a[href*="facebook"] {
  cursor: pointer;
}

/* WhatsApp floating button styles */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 1000;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-button:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  text-decoration: none;
}

.whatsapp-icon {
  width: 34px;
  height: 34px;
  display: block;
  fill: currentColor;
}

/* disable previous .whatsapp-float anchor styles if old class leaked */
.whatsapp-float svg {
  stroke: none !important;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}

@media (max-width: 1120px) {
  .brand img {
    width: 190px !important;
  }
}

@media (max-width: 940px) {
  .site-header {
    height: 78px;
    padding: 0 18px;
  }

  .site-header .brand {
    position: static !important;
  }

  .brand img {
    width: 168px !important;
    max-height: 58px !important;
  }

  .menu-btn {
    width: 50px !important;
    height: 50px !important;
    border-radius: 16px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)) !important;
    border: 1px solid rgba(148,163,184,.28) !important;
    box-shadow: 0 14px 36px rgba(0,0,0,.22);
  }

  .menu-btn span {
    width: 24px !important;
    height: 2px !important;
  }

  .nav {
    top: 88px !important;
    border-radius: 20px !important;
    padding: 20px !important;
  }

  .nav a {
    padding: 12px 10px;
    border-radius: 12px;
  }

  .nav a:hover {
    background: rgba(22,139,255,.10);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-button {
    width: 56px;
    height: 56px;
  }

  .whatsapp-icon {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 76px;
  }

  .brand img {
    width: 152px !important;
    max-height: 52px !important;
  }

  .footer-brand img,
  .site-footer .footer-brand img {
    width: 210px !important;
  }
}


/* ------------------------------------------------------------
   FINAL FIX: WhatsApp icon visible on desktop, tablet and mobile
   Reason: older .whatsapp-float rules set background/size/svg fill:none.
   This block must stay at the VERY END of main.css.
   ------------------------------------------------------------ */

.whatsapp-float {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 1000 !important;

  width: auto !important;
  height: auto !important;
  display: block !important;
  place-items: initial !important;

  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  transform: none !important;
}

.whatsapp-float:hover {
  transform: none !important;
  box-shadow: none !important;
}

.whatsapp-button {
  width: 62px !important;
  height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #25d366 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  text-decoration: none !important;

  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4) !important;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease !important;
  animation: whatsapp-pulse 2s infinite !important;
}

.whatsapp-button:hover {
  background: #128c7e !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6) !important;
}

.whatsapp-button .whatsapp-icon,
.whatsapp-float .whatsapp-button .whatsapp-icon {
  width: 34px !important;
  height: 34px !important;
  display: block !important;

  fill: #ffffff !important;
  stroke: none !important;
  color: #ffffff !important;
}

.whatsapp-button .whatsapp-icon path,
.whatsapp-float .whatsapp-button .whatsapp-icon path {
  fill: #ffffff !important;
  stroke: none !important;
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 15px !important;
    bottom: 15px !important;
  }

  .whatsapp-button {
    width: 56px !important;
    height: 56px !important;
  }

  .whatsapp-button .whatsapp-icon,
  .whatsapp-float .whatsapp-button .whatsapp-icon {
    width: 31px !important;
    height: 31px !important;
  }
}


/* ------------------------------------------------------------
   Kontaktformular Fix: Datum/Uhrzeit-Auswahl + saubere Checkbox
   ------------------------------------------------------------ */
.full-field {
  display: block;
  width: 100%;
}

.picker-grid {
  align-items: end;
}

.picker-field {
  display: grid;
  gap: 10px;
  margin: 0;
}

.picker-field > span:first-child {
  color: #b8c3d4;
  font-size: .92rem;
  font-weight: 850;
  letter-spacing: .01em;
}

.picker-control {
  position: relative;
  display: block;
}

.picker-control input[type="date"],
.picker-control input[type="time"] {
  width: 100%;
  min-height: 54px;
  padding-right: 58px;
  cursor: pointer;
  color-scheme: dark;
}

.picker-control input[type="date"]::-webkit-calendar-picker-indicator,
.picker-control input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.picker-trigger {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid rgba(56,189,248,.24);
  border-radius: 10px;
  background: rgba(22,139,255,.10);
  color: #dce7f8;
  display: grid;
  place-items: center;
  cursor: pointer;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.picker-trigger:hover {
  background: rgba(22,139,255,.20);
  border-color: rgba(56,189,248,.45);
}

.privacy {
  display: grid !important;
  grid-template-columns: 24px 1fr !important;
  gap: 12px !important;
  align-items: start !important;
  margin-top: 2px;
}

.privacy input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  display: grid;
  place-content: center;
  border-radius: 6px;
  border: 1px solid rgba(56,189,248,.42);
  background: rgba(2,7,17,.82);
  cursor: pointer;
  box-shadow: 0 0 0 4px rgba(22,139,255,.08);
}

.privacy input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform .14s ease-in-out;
  clip-path: polygon(14% 44%, 0 59%, 43% 100%, 100% 22%, 84% 8%, 40% 69%);
  background: #ffffff;
}

.privacy input[type="checkbox"]:checked {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  border-color: rgba(56,189,248,.75);
}

.privacy input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.privacy span {
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 640px) {
  .picker-grid {
    grid-template-columns: 1fr !important;
  }

  .picker-trigger {
    width: 34px;
    height: 34px;
  }
}
