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

:root {
  color-scheme: light;
  --ink: #2a1f1a;
  --muted: #5f5148;
  --glow: #ffb36a;
  --orange: #ff8a2b;
  --orange-deep: #f06a1d;
  --sunset: #f6c390;
  --sky: #ffe9d3;
  --sky-deep: #f9d3b1;
  --line: rgba(44, 32, 24, 0.12);
  --card: rgba(255, 255, 255, 0.9);
}

body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: var(--ink);
  background: radial-gradient(
      circle at 15% 10%,
      rgba(255, 176, 97, 0.35),
      transparent 45%
    ),
    radial-gradient(circle at 80% 0%, rgba(255, 120, 50, 0.2), transparent 55%),
    var(--sky);
  line-height: 1.6;
}

.world {
  overflow: hidden;
}

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

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

.container {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 240, 224, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Baloo 2", cursive;
}

.brand-logo {
  height: 56px;
  width: auto;
  display: block;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
}

.brand-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.header-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(45, 32, 24, 0.08);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5cc3ff, #2f7bff);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  flex: 0 0 auto;
  box-shadow: 0 0 0 4px rgba(83, 175, 255, 0.22),
    0 10px 18px rgba(47, 117, 201, 0.24);
}

.cta-section {
  position: relative;
  padding: 80px 0 70px;
  background: radial-gradient(
      circle at 15% 30%,
      rgba(255, 182, 90, 0.4),
      transparent 48%
    ),
    radial-gradient(
      circle at 75% 20%,
      rgba(255, 132, 60, 0.32),
      transparent 55%
    );
}

.world-hero {
  overflow: hidden;
}

.world-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/facebook-cover.png") center bottom / cover
    no-repeat;
  opacity: 0.38;
  filter: saturate(1.05) blur(0.6px);
  transform: scale(1.02);
  pointer-events: none;
}

.world-sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.world-sky .star {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff7e8;
  opacity: 0.7;
  animation: twinkle 6s ease-in-out infinite;
}

.world-sky .star:nth-child(1) {
  top: 12%;
  left: 10%;
}
.world-sky .star:nth-child(2) {
  top: 18%;
  left: 45%;
  animation-delay: 1s;
}
.world-sky .star:nth-child(3) {
  top: 8%;
  left: 70%;
  animation-delay: 2s;
}
.world-sky .star:nth-child(4) {
  top: 26%;
  left: 82%;
  animation-delay: 1.4s;
}
.world-sky .star:nth-child(5) {
  top: 20%;
  left: 30%;
  animation-delay: 2.4s;
}
.world-sky .star:nth-child(6) {
  top: 6%;
  left: 56%;
  animation-delay: 3s;
}

.world-silhouette {
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(36, 24, 18, 0) 0%,
    rgba(36, 24, 18, 0.18) 100%
  );
  pointer-events: none;
}

.world-silhouette .tower {
  position: absolute;
  bottom: 0;
  width: 80px;
  background: linear-gradient(
    180deg,
    rgba(255, 165, 96, 0.2),
    rgba(28, 20, 16, 0.5)
  );
  border-radius: 12px 12px 0 0;
}

.world-silhouette .tower:nth-child(1) {
  left: 8%;
  height: 90px;
}
.world-silhouette .tower:nth-child(2) {
  left: 28%;
  height: 120px;
}
.world-silhouette .tower:nth-child(3) {
  right: 26%;
  height: 140px;
}
.world-silhouette .tower:nth-child(4) {
  right: 10%;
  height: 110px;
}

.world-flight {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.drone {
  position: absolute;
  width: 120px;
  height: 48px;
  background: url("../assets/right-going-drones.png") center / contain no-repeat;
  opacity: 0;
  filter: drop-shadow(0 10px 18px rgba(45, 32, 24, 0.22));
}

.drone::after {
  content: "";
  position: absolute;
  top: 14px;
  left: -34px;
  width: 42px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(
    circle at 70% 50%,
    rgba(255, 255, 255, 0.85),
    rgba(255, 210, 150, 0.6) 45%,
    rgba(255, 138, 43, 0.15) 75%,
    rgba(255, 138, 43, 0)
  );
  filter: blur(0.8px);
  opacity: 0.85;
  transform: scaleX(1.1);
  pointer-events: none;
  animation: exhaust-flicker 0.7s ease-in-out infinite;
}

.drone-c,
.drone-d,
.drone-f {
  background-image: url("../assets/left-going-drones.png");
}

.drone-c::after,
.drone-d::after,
.drone-f::after {
  left: auto;
  right: -34px;
  transform: scaleX(-1.1);
}

.drone-a {
  top: 14%;
  left: -20%;
  --drone-scale: 0.9;
  animation: flyby 12s linear infinite;
}
.drone-b {
  top: 22%;
  left: -30%;
  --drone-scale: 0.8;
  animation: flyby 15s linear infinite;
  animation-delay: 3s;
}
.drone-c {
  top: 10%;
  right: -25%;
  --drone-scale: 0.7;
  animation: flyby-reverse 14s linear infinite;
  animation-delay: 5s;
}
.drone-d {
  top: 28%;
  right: -30%;
  --drone-scale: 0.9;
  animation: flyby-reverse 16s linear infinite;
  animation-delay: 1.5s;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 42px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(120deg, #40c3ff, var(--orange));
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.cta-copy h1 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.1;
  margin: 16px 0;
}

.lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 520px;
}

.unique-line {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 14px;

  font-size: 0.9rem;
  font-weight: 600;

  color: #111;

  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 122, 61, 0.25);
}

.btn.primary {
  background: linear-gradient(135deg, var(--orange), #ffb36a);
  color: #fff;
}

.btn.accent {
  background: linear-gradient(135deg, #40c3ff, #7fd2e8);
  color: #fff;
}

.btn.ghost {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.cta-world-panel {
  display: grid;
  gap: 14px;
}

.world-card {
  background: var(--card);
  border-radius: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 138, 43, 0.2);
  box-shadow: 0 24px 48px rgba(45, 32, 24, 0.18);
  position: relative;
  overflow: hidden;
}

.world-video-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  padding: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 36px rgba(45, 32, 24, 0.12);
  overflow: hidden;
  animation: float-soft 18s ease-in-out infinite;
  position: relative;
}

.world-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.world-video-unmute {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  padding: 6px;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.world-video-unmute svg {
  width: 20px;
  height: 20px;
  display: block;
}

.world-video-unmute:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
}

.world-video-unmute.is-disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
  background: transparent;
}

.world-card-title {
  font-weight: 700;
  color: var(--muted);
}

.world-illustration {
  position: relative;
  min-height: 220px;
  margin-top: 10px;
  display: grid;
  place-items: center;
}

.orbital-ring {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 138, 43, 0.4);
  animation: spin 12s linear infinite;
}

.mascot-jump {
  width: min(100%, 260px);
  z-index: 2;
  transition: transform 0.2s ease;
}

.world-chip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  color: var(--muted);
}

.world-layers {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.layer {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 210, 161, 0.9),
    rgba(255, 138, 43, 0.4)
  );
}

.layer-b {
  width: 80%;
}

.layer-c {
  width: 60%;
}

.cta-stats {
  display: grid;
  gap: 12px;
}

.stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  font-weight: 700;
}

.stat-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.stat-value {
  display: block;
  margin-top: 6px;
}

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

.world-offerings {
  background: linear-gradient(180deg, #fff4eb 0%, #ffe6d4 100%);
}

.section-clouds {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.85) 0,
      rgba(255, 255, 255, 0.85) 22%,
      transparent 23%
    ),
    radial-gradient(
      circle at 55% 15%,
      rgba(255, 255, 255, 0.7) 0,
      rgba(255, 255, 255, 0.7) 20%,
      transparent 21%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.7) 0,
      rgba(255, 255, 255, 0.7) 22%,
      transparent 23%
    );
  opacity: 0.8;
  pointer-events: none;
}

.section-header.fancy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(26px, 3vw, 36px);
  margin: 0;
}

.section-spark {
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 2px;
  transform: rotate(45deg);
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}

.offerings-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  padding: 72px 24px 24px;
  border: 2px solid rgba(45, 42, 58, 0.18);
  box-shadow: 0 18px 36px rgba(45, 42, 58, 0.16);
  overflow: hidden;
}

.offerings-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 54px;
  width: 100%;
  background: linear-gradient(90deg, #ffb27d, #ff8a4f);
  opacity: 0.9;
}

.services-card::before {
  background: linear-gradient(90deg, #7fd2e8, #6aa9c7);
}

.card-ribbon {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 2;
  font-family: "Baloo 2", cursive;
  font-size: 20px;
  color: #fff;
}

.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.offer-list.fancy li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(45, 42, 58, 0.08);
  box-shadow: 0 8px 18px rgba(45, 42, 58, 0.08);
}

.item-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffe6d4, #ffd2b4);
  border: 2px solid rgba(255, 122, 61, 0.3);
  box-shadow: 0 12px 22px rgba(45, 42, 58, 0.16);
  display: grid;
  place-items: center;
  padding: 6px;
}

.services-card .item-icon {
  background: linear-gradient(135deg, #d9f5ff, #bfe9f6);
  border-color: rgba(56, 189, 248, 0.4);
}

.item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.service-foot {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: var(--muted);
}

.service-icons {
  display: flex;
  gap: 6px;
}

.service-icons span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38bdf8;
}

.world-drift {
  position: absolute;
  right: 8%;
  bottom: 40px;
  width: 180px;
  height: 120px;
  pointer-events: none;
}

.drone-e {
  top: 14px;
  left: -40%;
  --drone-scale: 0.6;
  animation: flyby 13s linear infinite;
  animation-delay: 2s;
}

.drone-f {
  bottom: 0;
  right: -40%;
  --drone-scale: 0.65;
  animation: flyby-reverse 12s linear infinite;
  animation-delay: 4s;
}

.rocket-tail {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 70px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 138, 43, 0.9),
    rgba(255, 138, 43, 0.1)
  );
  transform: rotate(-20deg);
}

.site-footer {
  background: #fff6ee;
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-brand {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.footer-tag {
  font-size: 13px;
  color: var(--muted);
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.label-badge {
  display: inline-block;
  padding: 0px 22px;
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.25); /* more transparent */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  color: #fff; /* works on dark city backgrounds */
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.3px;

  border: 1px solid rgba(255, 255, 255, 0.35);

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);

  pointer-events: none;
}

@keyframes drift {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes flyby {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(var(--drone-scale, 0.9));
  }
  10% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateX(160vw) translateY(-8px) scale(var(--drone-scale, 0.9));
  }
}

@keyframes flyby-reverse {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(var(--drone-scale, 0.85));
  }
  10% {
    opacity: 0.85;
  }
  90% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translateX(-160vw) translateY(6px)
      scale(var(--drone-scale, 0.85));
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

@keyframes exhaust-flicker {
  0%,
  100% {
    opacity: 0.7;
    filter: blur(0.7px);
  }
  50% {
    opacity: 1;
    filter: blur(1.1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .world-video-card {
    animation: none;
  }
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-contacts {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .btn {
    width: 100%;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-logo {
    height: 44px;
  }
}
