:root {
  --bg: #05070c;
  --bg-2: #0a0e16;
  --card: rgba(14, 22, 36, 0.78);
  --card-border: rgba(255, 255, 255, 0.08);
  --text: #f4f7fb;
  --muted: #9aa3b5;
  --green: #39ff14;
  --cyan: #00d2ff;
  --blue: #1e90ff;
  --purple: #4f7cff;
  --pink: #ff4fd8;
  --grad: linear-gradient(135deg, #1e90ff 0%, #00d2ff 42%, #39ff14 100%);
  --grad-soft: linear-gradient(135deg, rgba(30, 144, 255, 0.2), rgba(57, 255, 20, 0.18));
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Outfit, system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(1200px 600px at 8% -8%, rgba(30, 144, 255, 0.14), transparent 55%),
    radial-gradient(900px 500px at 92% 0%, rgba(57, 255, 20, 0.1), transparent 50%),
    radial-gradient(800px 500px at 50% 55%, rgba(0, 210, 255, 0.07), transparent 45%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: var(--grad);
  color: #04120a;
  box-shadow: 0 10px 30px rgba(30, 144, 255, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
}

.btn.full {
  width: 100%;
}

.text-link {
  color: var(--green);
  font-weight: 600;
  font-size: 14px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7, 10, 16, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  perspective: 900px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow:
    0 0 0 2px rgba(30, 144, 255, 0.35),
    0 0 22px rgba(57, 255, 20, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-logo-lg {
  width: 92px;
  height: 92px;
  box-shadow:
    0 0 0 3px rgba(30, 144, 255, 0.4),
    0 0 36px rgba(57, 255, 20, 0.28),
    0 14px 40px rgba(0, 0, 0, 0.4);
}

.brand-logo-xs {
  width: 40px;
  height: 40px;
  box-shadow:
    0 0 0 1.5px rgba(30, 144, 255, 0.35),
    0 0 14px rgba(57, 255, 20, 0.2);
}

.brand:hover .brand-logo {
  transform: scale(1.04);
  box-shadow:
    0 0 0 2px rgba(57, 255, 20, 0.45),
    0 0 30px rgba(30, 144, 255, 0.35),
    0 10px 28px rgba(0, 0, 0, 0.4);
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 6px;
  transform: perspective(700px) rotateY(-12deg) rotateX(6deg);
  transition: transform 0.35s ease;
}

.brand:hover .brand-wordmark {
  transform: perspective(700px) rotateY(8deg) rotateX(3deg);
}

.brand-wordmark strong {
  position: relative;
  display: inline-block;
  font-family: Sora, Outfit, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(105deg, #ffffff 0%, #8ad7ff 48%, #39ff14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* Single soft depth only — no stacked text copies */
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.45));
}

.brand-wordmark strong::before,
.brand-wordmark strong::after {
  content: none;
}

.brand-wordmark em {
  position: relative;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #9adfff;
  width: fit-content;
  padding: 0;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
}

.brand-wordmark em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 12%;
  bottom: -4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e90ff, #39ff14);
  opacity: 0.85;
}

.brand-wordmark em::before {
  content: none;
}

@media (prefers-reduced-motion: reduce) {
  .brand-wordmark,
  .brand:hover .brand-wordmark {
    transform: none;
  }
}

.main-nav {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
  flex-wrap: wrap;
}

.main-nav a {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
  padding: 6px 2px;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--text);
}

.header-cta {
  flex-shrink: 0;
  min-height: 42px;
  padding: 0 16px;
  font-size: 13px;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: transparent;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* Hero */
.hero {
  padding: 64px 0 40px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid rgba(57, 255, 20, 0.28);
  color: #b8ffe0;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0 0 16px;
  font-family: Sora, Outfit, sans-serif;
  font-size: clamp(36px, 5.2vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.lead {
  margin: 0 0 22px;
  color: #c7cedb;
  font-size: 16px;
  max-width: 540px;
}

.lead.muted {
  color: var(--muted);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 500;
  color: #d5dbeb;
}

.pill img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.pill-ico {
  font-size: 13px;
  line-height: 1;
}

.pill-ico.google {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #fff;
  color: #4285f4;
  font-size: 11px;
  font-weight: 800;
  font-family: Arial, sans-serif;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.phone-dot {
  margin-right: 2px;
}

.hero-phone {
  font-size: 15px;
  font-weight: 600;
  color: #e8eef8;
  letter-spacing: 0.02em;
}

.hero-phone:hover {
  color: var(--cyan);
}

.hero-visual {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.visual-glow {
  position: absolute;
  inset: 8% 6%;
  background:
    radial-gradient(circle at 45% 55%, rgba(0, 210, 255, 0.28), transparent 55%),
    radial-gradient(circle at 70% 35%, rgba(57, 255, 20, 0.12), transparent 45%);
  filter: blur(18px);
  pointer-events: none;
}

.hero-visual-img {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55));
  animation: floatY 5s ease-in-out infinite;
  border-radius: 12px;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Stats */
.stats {
  padding: 10px 0 30px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(10px);
}

.stat-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  font-size: 20px;
}

.stat-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.stat-card span {
  color: var(--muted);
  font-size: 13px;
}

/* Sections */
.section {
  padding: 72px 0;
}

.section-kicker {
  margin: 0 0 8px;
  color: #7ad0ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head.row {
  align-items: center;
}

.section-head.center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-head h2,
.about h2,
.trusted-title,
.footer-cta-inner h2 {
  font-family: Sora, Outfit, sans-serif;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 40px);
  max-width: 620px;
  line-height: 1.2;
}

.section-desc {
  margin: 0;
  max-width: 360px;
  color: var(--muted);
  font-size: 14px;
}

.section-head.center .section-desc {
  max-width: 520px;
}

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

.service-card {
  padding: 26px 22px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--card-border);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.12), transparent 70%);
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 210, 255, 0.35);
  box-shadow: 0 18px 40px rgba(0, 210, 255, 0.08);
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-size: 22px;
}

.service-icon.green { background: rgba(57, 255, 20, 0.12); }
.service-icon.blue { background: rgba(59, 130, 246, 0.15); }
.service-icon.pink { background: rgba(255, 79, 216, 0.12); }
.service-icon.cyan { background: rgba(0, 210, 255, 0.12); }
.service-icon.purple { background: rgba(124, 92, 255, 0.15); }
.service-icon.lime { background: rgba(163, 230, 53, 0.12); }

.service-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* About */
.about {
  background: linear-gradient(180deg, transparent, rgba(0, 210, 255, 0.03), transparent);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.about h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
}

.why-list {
  display: grid;
  gap: 14px;
}

.why-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--card-border);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(57, 255, 20, 0.08);
  font-size: 22px;
}

.why-item h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.why-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Portfolio */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.work-card {
  border-radius: 18px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--card-border);
  transition: transform 0.25s ease;
}

.work-card:hover {
  transform: translateY(-4px);
}

.work-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 10, 16, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 600;
}

.work-body {
  padding: 16px;
  position: relative;
}

.work-body h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.metric {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.metric span {
  color: var(--green);
  font-weight: 700;
}

.work-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(57, 255, 20, 0.15);
  color: var(--green);
  cursor: pointer;
}

/* Contact posters */
.pricing {
  position: relative;
  overflow: hidden;
}

.pricing::before {
  content: "";
  position: absolute;
  inset: 10% 20% auto;
  height: 280px;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.12), transparent 70%);
  pointer-events: none;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.contact-poster {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 24px;
  border-radius: 24px;
  background:
    linear-gradient(165deg, rgba(22, 30, 48, 0.95), rgba(10, 14, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-poster:hover {
  transform: translateY(-6px);
}

.poster-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.35;
  pointer-events: none;
  top: -40px;
  right: -30px;
}

.poster-whatsapp .poster-glow {
  background: #25d366;
}

.poster-mail .poster-glow {
  background: #00d2ff;
}

.poster-call .poster-glow {
  background: #7c5cff;
}

.contact-poster.featured {
  border-color: transparent;
  background:
    linear-gradient(#0c1220, #0c1220) padding-box,
    linear-gradient(135deg, #39ff14, #00d2ff, #7c5cff) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 24px 60px rgba(0, 210, 255, 0.12);
  transform: translateY(-10px);
}

.contact-poster.featured:hover {
  transform: translateY(-14px);
}

.poster-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 12px;
}

.poster-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c7cedb;
}

.poster-badge.glow {
  background: rgba(57, 255, 20, 0.12);
  border-color: rgba(57, 255, 20, 0.35);
  color: #b8ff9d;
}

.poster-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex-shrink: 0;
}

.poster-icon.wa {
  background: rgba(37, 211, 102, 0.18);
  color: #25d366;
}

.poster-icon.mail {
  background: rgba(0, 210, 255, 0.16);
  color: #00d2ff;
}

.poster-icon.call {
  background: rgba(124, 92, 255, 0.18);
  color: #b5a4ff;
}

.contact-poster h3 {
  margin: 0 0 8px;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.poster-number {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  word-break: break-all;
  position: relative;
  z-index: 1;
}

.poster-number.mail-id {
  font-size: clamp(16px, 1.8vw, 20px);
  letter-spacing: 0;
}

.poster-copy {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.poster-points {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.poster-points li {
  color: #d5dbeb;
  font-size: 14px;
  padding-left: 22px;
  position: relative;
}

.poster-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.poster-actions {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.btn-wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.28);
  position: relative;
  z-index: 1;
}

.btn-wa-outline {
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #7dffb0;
  position: relative;
  z-index: 1;
}

.popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--grad);
  color: #04120a;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  white-space: nowrap;
}

/* Testimonials marquee */
.testimonials-section {
  overflow: hidden;
  padding-bottom: 40px;
}

.testimonial-marquee {
  margin-top: 8px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.marquee-left {
  animation: scrollPingPong 36s ease-in-out infinite;
}

.testimonial-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.testimonial-card {
  width: min(360px, 82vw);
  flex-shrink: 0;
  padding: 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(24, 32, 52, 0.95), rgba(12, 16, 28, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 64px;
  line-height: 1;
  color: rgba(57, 255, 20, 0.12);
  font-family: Georgia, serif;
}

.testimonial-card.alt {
  border-color: rgba(0, 210, 255, 0.18);
  background:
    linear-gradient(165deg, rgba(18, 28, 48, 0.95), rgba(10, 14, 24, 0.98));
}

.t-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.stars {
  color: #f6de3c;
  letter-spacing: 2px;
  font-size: 13px;
}

.verified {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(57, 255, 20, 0.1);
  border: 1px solid rgba(57, 255, 20, 0.28);
  color: #b8ff9d;
  white-space: nowrap;
}

.testimonial-card > p {
  margin: 0 0 18px;
  color: #e4e9f4;
  font-size: 14px;
  line-height: 1.55;
  min-height: 88px;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 210, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(57, 255, 20, 0.08);
}

.person strong {
  display: block;
  font-size: 14px;
}

.person span {
  color: var(--muted);
  font-size: 12px;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollPingPong {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-40%);
  }
  50% {
    transform: translateX(-40%);
  }
  95% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

/* Trusted platforms */
.trusted {
  padding: 36px 0 70px;
  position: relative;
  overflow: hidden;
}

.trusted::before {
  content: "";
  position: absolute;
  inset: 20% 10% auto;
  height: 160px;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.1), transparent 70%);
  pointer-events: none;
}

.trusted-head {
  text-align: center;
  margin-bottom: 28px;
}

.trusted-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: -0.02em;
}

.platform-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.platform-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: scrollLeft 28s linear infinite;
}

.platform-marquee:hover .platform-track {
  animation-play-state: paused;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 14px;
  color: #e8eef8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.platform-chip:hover {
  transform: translateY(-3px);
}

.p-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #04120a;
}

.platform-chip.google .p-icon { background: linear-gradient(135deg, #4285f4, #34a853); color: #fff; }
.platform-chip.meta .p-icon { background: linear-gradient(135deg, #0081fb, #0064e0); color: #fff; }
.platform-chip.ads .p-icon { background: linear-gradient(135deg, #fbbc04, #ea4335); color: #fff; }
.platform-chip.ig .p-icon { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); color: #fff; }
.platform-chip.wp .p-icon { background: #21759b; color: #fff; }
.platform-chip.shop .p-icon { background: #96bf48; color: #0b1a05; }
.platform-chip.flutter .p-icon { background: linear-gradient(135deg, #45d1fd, #0553b1); color: #fff; }
.platform-chip.aws .p-icon { background: #ff9900; color: #111; }

@media (prefers-reduced-motion: reduce) {
  .marquee-left,
  .platform-track {
    animation: none;
  }
}

/* Footer — unique 2-column studio layout */
.site-footer {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(800px 400px at 0% 0%, rgba(57, 255, 20, 0.1), transparent 55%),
    radial-gradient(700px 360px at 100% 20%, rgba(0, 210, 255, 0.1), transparent 50%),
    linear-gradient(180deg, #060910, #05070d 55%, #04060a);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-shell {
  padding: 64px 0 28px;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.footer-brand-block {
  margin-bottom: 28px;
  max-width: 460px;
}

.footer-tagline {
  margin: 18px 0 0;
  color: #b7c0d2;
  font-size: 16px;
  line-height: 1.65;
}

.footer-tagline em {
  font-style: normal;
  color: #9dff7a;
  font-weight: 700;
}

.footer-detail {
  margin: 16px 0 0;
  color: #8b94a8;
  font-size: 14px;
  line-height: 1.7;
}

.footer-address {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-address-label {
  display: block;
  margin-bottom: 8px;
  color: #7f889a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-address p {
  margin: 0;
  color: #e8eef8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.footer-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.social-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-btn:hover {
  transform: translateY(-3px) scale(1.05);
}

.social-btn.whatsapp { background: #25d366; }
.social-btn.call { background: #3b82f6; }
.social-btn.email { background: #7c5cff; }
.social-btn.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
}

.quick-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease;
}

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

.quick-chip.wa {
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.35);
  color: #8dffb8;
}

.quick-chip.mail {
  background: rgba(0, 210, 255, 0.1);
  border-color: rgba(0, 210, 255, 0.3);
  color: #9adfff;
}

.footer-form.contact-form {
  padding: 28px 26px;
  border-radius: 28px;
  background:
    linear-gradient(165deg, rgba(14, 20, 34, 0.98), rgba(8, 12, 22, 0.98)) padding-box,
    linear-gradient(135deg, rgba(57, 255, 20, 0.7), rgba(0, 210, 255, 0.45), rgba(124, 92, 255, 0.55)) border-box;
  border: 1.5px solid transparent;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(0, 210, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.footer-form.contact-form::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.16), transparent 70%);
  pointer-events: none;
}

.footer-form .form-head {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.footer-form .form-head h3 {
  margin: 0 0 8px;
  font-family: Sora, Outfit, sans-serif;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.footer-form .form-head p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #c7cedb;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 10, 16, 0.72);
  padding: 13px 14px;
  outline: none;
  color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7f889a;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 210, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.12);
}

.contact-form .btn-primary {
  margin-top: 4px;
  min-height: 50px;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.25);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.footer-bottom-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-bottom-brand strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom-brand p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.legal a:hover {
  color: var(--green);
}

/* Extra site polish */
.stat-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 210, 255, 0.3);
  box-shadow: 0 16px 40px rgba(0, 210, 255, 0.08);
}

.site-header {
  box-shadow: 0 1px 0 rgba(57, 255, 20, 0.08);
}

.pill {
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.pill:hover {
  border-color: rgba(57, 255, 20, 0.4);
  transform: translateY(-1px);
}

.work-card {
  position: relative;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(57, 255, 20, 0);
  transition: box-shadow 0.25s ease;
}

.work-card:hover::after {
  box-shadow: inset 0 0 0 1px rgba(57, 255, 20, 0.35);
}

/* Float rail */
.float-rail {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: grid;
  gap: 10px;
}

.float-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease;
}

.float-btn:hover {
  transform: scale(1.06);
}

.float-btn.whatsapp { background: #25d366; }
.float-btn.call { background: #3b82f6; }
.float-btn.email { background: #7c5cff; }
.float-btn.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 60;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(15, 20, 32, 0.9);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 80;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4d28, #0f3a4d);
  border: 1px solid rgba(57, 255, 20, 0.35);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow);
}

.toast[hidden] {
  display: none;
}

@media (max-width: 1080px) {
  .header-inner {
    display: flex;
  }

  .brand-wordmark {
    display: flex;
  }

  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .main-nav.is-open {
    display: flex;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border-radius: 16px;
    background: rgba(10, 14, 22, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav.is-open a {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .main-nav.is-open a:hover {
    background: rgba(255, 255, 255, 0.04);
  }

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

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

  .contact-poster.featured {
    transform: none;
  }

  .contact-poster.featured:hover {
    transform: translateY(-6px);
  }

  .float-rail {
    right: 10px;
  }
}

@media (max-width: 700px) {
  .services-grid,
  .portfolio-grid,
  .poster-grid,
  .stats-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-visual {
    min-height: 280px;
    order: -1;
  }

  .hero-visual-img {
    width: min(100%, 420px);
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: start;
  }

  .float-rail {
    display: grid;
    right: 12px;
    top: auto;
    bottom: 78px;
    transform: none;
    gap: 8px;
  }

  .float-btn {
    width: 44px;
    height: 44px;
  }

  .back-top {
    right: 14px;
    bottom: 18px;
  }
}
