:root {
  --lime: #c8f000;
  --purple: #633bff;
  --black: #0f0f0f;
  --white: #ffffff;
  --mute: #5c5c5c;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Syne", system-ui, sans-serif;
  --bg-soft: #f7f8f4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--black);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(200, 240, 0, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(99, 59, 255, 0.12), transparent 50%),
    var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, .brand-word, .plan-tag, .plan-price, .eyebrow {
  font-family: var(--display);
}

/* TOPBAR — Libretons style: left links, center logo, right CTA */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
}
.top-left, .top-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.top-right { justify-content: flex-end; }
.top-left a {
  font-weight: 600;
  font-size: 0.92rem;
}
.top-left a:hover { color: var(--purple); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: center;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 2.15rem;
  border-radius: 0.5rem;
  background: var(--lime);
  color: var(--black);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1;
}
.brand-word {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.brand-light .brand-word { color: #fff; }
.burger {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.burger span { display: block; height: 2px; background: #111; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.btn:hover { transform: translateY(-2px) scale(1.03); }
.btn-black { background: #111; color: #fff; }
.btn-lime { background: var(--lime); color: #111; }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
}

/* HERO */
.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  padding: 2rem clamp(1rem, 4vw, 2.5rem) 4rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-atmosphere {
  position: absolute;
  inset: -10% -5%;
  background:
    radial-gradient(circle at 18% 30%, rgba(200, 240, 0, 0.22), transparent 32%),
    radial-gradient(circle at 82% 70%, rgba(99, 59, 255, 0.16), transparent 34%);
  pointer-events: none;
  z-index: 0;
}
.hero-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.float {
  position: absolute;
  margin: 0;
  width: min(220px, 22vw);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.16);
  animation: floatY 4.8s ease-in-out infinite;
}
.float img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; }
.float.left { left: max(1.5rem, 5%); top: 14%; }
.float.right {
  right: max(1.5rem, 5%);
  bottom: 12%;
  animation-duration: 5.4s;
  animation-direction: reverse;
}
.star {
  position: absolute;
  width: 16px;
  height: 16px;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
  animation: twinkle 2s ease-in-out infinite;
}
.star.purple { background: var(--purple); top: -8px; right: -6px; }
.star.lime { background: var(--lime); left: -8px; bottom: 18%; }

.hero-center {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: min(34rem, 92vw);
  padding: 1rem 0.5rem;
}
.hero-brand {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  letter-spacing: 0.12em;
  line-height: 1;
}
.hero-center h1 {
  margin: 0 auto;
  max-width: 16ch;
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.lime-word {
  display: inline-block;
  background: var(--lime);
  border-radius: 999px;
  padding: 0.05em 0.28em;
  transform: rotate(-2deg);
}
.dot {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin: 0 0.12em;
  border-radius: 50%;
  background: var(--purple);
  vertical-align: middle;
  transform: translateY(-0.08em);
}
.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  text-align: left;
  max-width: 22rem;
}
.face {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.hero-meta p { margin: 0; color: var(--mute); font-size: 0.95rem; font-weight: 500; }
.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.4rem;
  font-weight: 700;
}
.text-cta span {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--purple);
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* DARK BLOCKS */
.block {
  margin: 0 clamp(0.75rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-radius: clamp(1.75rem, 4vw, 3rem);
}
.dark { background: var(--black); color: #fff; }
.block-head h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.exp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.exp-card {
  position: relative;
  background: #1a1a1a;
  border-radius: 1.5rem;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: transform 0.3s ease;
}
.exp-card:hover { transform: translateY(-8px); }
.exp-card.featured { background: var(--purple); }
.exp-head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.exp-card h3 {
  margin: 0;
  color: var(--lime);
  font-size: 1.2rem;
  font-weight: 800;
}
.exp-card.featured h3 { color: #fff; }
.exp-card > p { margin: 0; color: #cfcfcf; font-size: 0.9rem; }
.exp-card.featured > p { color: rgba(255,255,255,0.92); }
.ico {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  color: var(--lime);
}
.exp-img {
  margin-top: auto;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16/11;
}
.exp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 0.45s ease, filter 0.45s ease;
}
.exp-card:hover .exp-img img {
  transform: scale(1.06);
  filter: grayscale(0.15);
}
.exp-card.featured .exp-img img { filter: none; }
.exp-play {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: #111;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  transition: transform 0.25s ease;
}
.exp-play:hover { transform: scale(1.08) rotate(12deg); }

.impact {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 1.5rem;
  margin-top: 2rem;
  align-items: center;
}
.impact h2 {
  margin: 0;
  color: var(--lime);
  font-size: clamp(1.35rem, 3.4vw, 2.55rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.impact h2 span { color: #fff; }
.impact-side { text-align: center; }
.badge-spin {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 0.75rem;
}
.spin-svg {
  width: 140px;
  height: 140px;
  animation: spin 12s linear infinite;
}
.badge-spin span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--lime);
}
.stat { margin: 0; color: #cfcfcf; }
.stat strong { color: #fff; font-size: 1.8rem; }

/* PRICING — site stili (lime / mor), bayilik kartı değil */
.pricing-wrap {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2.5rem);
}
.section-lead { text-align: center; margin-bottom: 1.75rem; }
.section-lead .lead-sub {
  margin: 0.55rem auto 0;
  max-width: 28rem;
  color: var(--mute);
}
.eyebrow {
  margin: 0;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-lead h2 {
  margin: 0.4rem 0 0;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.plan {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.4rem 1.2rem;
  border-radius: 1.5rem;
  background: #111;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plan:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(0,0,0,0.18);
}
.plan-hot {
  background: var(--purple);
  transform: translateY(-6px);
}
.plan-hot:hover { transform: translateY(-10px); }
.plan-badge {
  margin: 0;
  align-self: start;
  background: var(--lime);
  color: #111;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
}
.plan-tag {
  margin: 0;
  color: var(--lime);
  font-size: 1.55rem;
  font-weight: 800;
}
.plan-hot .plan-tag { color: #fff; }
.plan-desc {
  margin: 0;
  color: #bdbdbd;
  font-size: 0.9rem;
}
.plan-hot .plan-desc { color: rgba(255,255,255,0.85); }
.plan-price {
  margin: 0.35rem 0 0.5rem;
  font-size: 2.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.plan-price span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #bdbdbd;
}
.plan-hot .plan-price span { color: rgba(255,255,255,0.8); }

.plan-features {
  list-style: none;
  margin: 0.4rem 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  flex: 1;
}
.plan-features li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: #d8d8d8;
}
.plan-hot .plan-features li { color: rgba(255,255,255,0.95); }
.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--lime);
}

.plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  margin-top: auto;
  border-radius: 999px;
  font-weight: 800;
  background: var(--lime);
  color: #111;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.plan-btn:hover { transform: scale(1.03); filter: brightness(1.05); }
.plan-hot .plan-btn {
  background: #111;
  color: #fff;
}

/* REFERENCES */
.refs {
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2.5rem);
  background: var(--bg-soft);
}
.refs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.refs-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4/3;
  cursor: zoom-in;
  display: block;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.refs-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
}
.refs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.refs-item:hover img { transform: scale(1.05); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(10, 10, 10, 0.88);
  padding: 1rem;
  backdrop-filter: blur(6px);
}
.lightbox[hidden] { display: none; }
.lightbox-img {
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.75rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: var(--lime);
  color: #111;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 800;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: #111;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-nav.prev { left: 1rem; }
.lightbox-nav.next { right: 1rem; }

/* WORK */
.work { padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2.5rem); }
.work-intro { max-width: 34rem; margin-bottom: 1.5rem; }
.work-intro p:last-child {
  margin: 0.5rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
}
.work-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.25rem;
}
.work-media {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #111;
}
.work-item.tall .work-media { aspect-ratio: 3/4; }
.work-media.accent { background: var(--purple); }
.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.work-item:hover .work-media img { transform: scale(1.05); }
.work-item h3 {
  margin: 0.75rem 0 0.2rem;
  color: var(--purple);
  font-size: 1.1rem;
  font-weight: 800;
}
.work-item p { margin: 0; color: var(--mute); font-size: 0.9rem; }
.view {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--lime);
  color: #111;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.1;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem 2.4rem;
  padding: 0.5rem 1rem 3rem;
  color: #9a9a9a;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

/* CTA / CONTACT */
.cta { position: relative; }
.cta > h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.7rem, 4.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.scribble {
  display: inline-block;
  background: var(--lime);
  color: #111;
  border-radius: 999px;
  padding: 0.05em 0.28em;
  transform: rotate(-2deg);
}
.round-cta {
  position: absolute;
  top: clamp(1.4rem, 4vw, 2.4rem);
  right: clamp(1.4rem, 4vw, 2.4rem);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--purple);
  color: var(--lime);
  font-weight: 800;
  line-height: 1.1;
}
.pulse { animation: pulse 2.3s ease-in-out infinite; }

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.addr, .contact p { color: #cfcfcf; }
.contact a:hover { color: var(--lime); }
.row-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.form {
  background: #171717;
  border-radius: 1.4rem;
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
}
.form h3 { margin: 0; }
.form label { display: grid; gap: 0.28rem; }
.form label > span { font-size: 0.78rem; color: #bdbdbd; }
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  background: #0f0f0f;
  border-radius: 0.8rem;
  padding: 0.72rem 0.85rem;
  outline: none;
}
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--lime); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.check {
  grid-template-columns: auto 1fr !important;
  gap: 0.55rem !important;
  align-items: start;
  font-size: 0.8rem;
  color: #bdbdbd;
}
.check input { width: auto; margin-top: 0.15rem; }
.note { margin: 0; color: var(--lime); }

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 4vw, 2.5rem) 2rem;
  color: var(--mute);
  font-size: 0.86rem;
}
.footer a { margin-left: 1rem; }
.footer a:hover { color: var(--purple); }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }

@keyframes floatY {
  from { transform: translateY(0); }
  to { transform: translateY(-16px); }
}
@keyframes twinkle {
  0%, 100% { transform: scale(1) rotate(0); opacity: 1; }
  50% { transform: scale(1.2) rotate(18deg); opacity: 0.75; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .float { width: min(150px, 16vw); }
  .float.left { left: 1rem; top: 16%; }
  .float.right { right: 1rem; bottom: 12%; }
  .hero-center { max-width: min(30rem, 58vw); }
}

@media (max-width: 980px) {
  .topbar {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
  }
  .top-left {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0.75rem;
    right: 0.75rem;
    z-index: 50;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  }
  .top-left.open { display: flex; }
  .top-left a {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
  }
  .top-left a:hover { background: #f6f6f6; }
  .brand { justify-self: start; }
  .brand-word { font-size: 1.15rem; }
  .brand-mark { width: 1.6rem; height: 1.9rem; font-size: 0.95rem; }
  .burger { display: inline-flex; }
  .btn-black { display: none; }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 1.25rem 1rem 2.5rem;
    gap: 1.1rem;
    overflow: visible;
  }
  .hero-atmosphere { inset: 0; }
  .hero-floats {
    position: relative;
    inset: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    max-width: 22rem;
    order: -1;
    pointer-events: none;
  }
  .float {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: calc(50% - 0.4rem);
    max-width: 150px;
    opacity: 1;
    animation: floatY 5s ease-in-out infinite;
  }
  .float.left { animation-delay: 0s; }
  .float.right {
    margin-top: 1rem;
    animation-delay: 0.35s;
    animation-direction: reverse;
  }
  .hero-center {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .hero-brand {
    font-size: clamp(2.2rem, 12vw, 3rem);
    margin-bottom: 0.6rem;
  }
  .hero-center h1 {
    font-size: clamp(1.55rem, 6.5vw, 2.05rem);
    max-width: 18ch;
    margin-inline: auto;
  }
  .hero-meta {
    display: flex;
    width: min(100%, 22rem);
    margin-inline: auto;
  }

  .block {
    margin: 0 0.75rem 1.25rem;
    padding: 1.35rem 1.1rem;
    border-radius: 1.5rem;
  }
  .exp, .plans, .work-grid, .contact, .impact, .two, .refs-grid {
    grid-template-columns: 1fr;
  }
  .refs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
  .refs { padding: 2rem 1rem; }
  .refs-item { border-radius: 1rem; aspect-ratio: 1/1; }
  .exp { gap: 0.85rem; }
  .plan-hot { transform: none; }
  .plan-hot:hover { transform: translateY(-6px); }
  .plans { gap: 0.85rem; }
  .pricing-wrap {
    padding: 2rem 1rem;
  }
  .impact {
    gap: 1.25rem;
    text-align: center;
  }
  .impact h2 { font-size: clamp(1.25rem, 5.5vw, 1.7rem); }
  .badge-spin { margin-inline: auto; }

  .work { padding: 2rem 1rem; }
  .work-item.tall .work-media { aspect-ratio: 4/3; }

  .cta > h2 {
    max-width: 100%;
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }
  .round-cta {
    position: static;
    width: 96px;
    height: 96px;
    margin: 1rem 0 0.25rem;
  }
  .contact { gap: 1.25rem; }
  .row-btns .btn { width: 100%; }
  .form { padding: 1rem; }
  .logos {
    gap: 0.85rem 1.25rem;
    padding: 0.25rem 1rem 2rem;
    font-size: 0.72rem;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1rem 1.75rem;
  }
  .footer a { margin-left: 0; margin-right: 1rem; }
  .lightbox-nav { width: 2.4rem; height: 2.4rem; font-size: 1.5rem; }
  .lightbox-nav.prev { left: 0.4rem; }
  .lightbox-nav.next { right: 0.4rem; }
  .lightbox-img { max-width: 96vw; max-height: 78vh; }
}

@media (max-width: 480px) {
  .hero-center h1 { font-size: 1.5rem; }
  .float { max-width: 132px; }
  .plan-price { font-size: 2.1rem; }
  .two { grid-template-columns: 1fr; }
  .refs-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
