/* ============================================
   GoServicesWeb — Dynamic agency homepage
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,75..125,500;0,75..125,600;0,75..125,700;0,75..125,800;1,75..125,500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #0b0c10;
  --ink-2: #15171e;
  --paper: #f4f5f7;
  --muted: #8b90a0;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(11, 12, 16, 0.1);
  --lime: #c8f542;
  --lime-deep: #a8d420;
  --orange: #ff5c1a;
  --cyan: #3de0c6;
  --white: #ffffff;
  --font-display: 'Archivo', sans-serif;
  --font-body: 'Space Grotesk', sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 999px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body.home {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  background: var(--lime);
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ---- Header ---- */
.home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  padding: 1.15rem 0;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 90%;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: var(--white);
}
.brand b {
  color: var(--lime);
  font-weight: 800;
}
.brand--logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.brand--logo img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.home-nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
}

.home-nav-links a {
  color: rgba(244, 245, 247, 0.75);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius);
  transition: color 0.2s, background 0.2s;
}
.home-nav-links a:hover,
.home-nav-links a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.nav-cta {
  background: var(--lime) !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
}
.nav-cta:hover { filter: brightness(1.05); }

.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--white);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 1.3rem;
}

/* ---- Hero ---- */
.hero-creative {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(11, 12, 16, 0.45) 0%, rgba(11, 12, 16, 0.78) 55%, rgba(11, 12, 16, 0.96) 100%),
    url('../images/hero-agency.png') center / cover no-repeat;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
}
.hero-orb--1 {
  width: 28rem;
  height: 28rem;
  background: rgba(200, 245, 66, 0.28);
  top: -6rem;
  right: -4rem;
  animation: floatOrb 9s ease-in-out infinite;
}
.hero-orb--2 {
  width: 22rem;
  height: 22rem;
  background: rgba(255, 92, 26, 0.3);
  bottom: 10%;
  left: -6rem;
  animation: floatOrb 11s ease-in-out infinite reverse;
}

.hero-creative .wrap { position: relative; z-index: 2; }

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(200, 245, 66, 0.35);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 1.25rem;
  animation: riseIn 0.7s var(--ease) both;
}
.hero-chip i { font-size: 0.9rem; }

.hero-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 85%;
  font-size: clamp(3.2rem, 12vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  margin-bottom: 1.25rem;
  animation: riseIn 0.8s var(--ease) 0.05s both;
}
.hero-brand em {
  font-style: normal;
  color: var(--lime);
  display: inline-block;
  animation: pulseGlow 2.8s ease-in-out infinite;
}

.hero-line {
  max-width: 32rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(244, 245, 247, 0.78);
  margin-bottom: 2rem;
  animation: riseIn 0.8s var(--ease) 0.15s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: riseIn 0.8s var(--ease) 0.25s both;
}

.btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.9rem 1.5rem;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.btn-solid:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(200, 245, 66, 0.35);
  color: var(--ink);
}
.btn-solid:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.9rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-weight: 600;
  border-radius: var(--radius);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
  color: var(--white);
}

.hero-scroll {
  position: absolute;
  right: max(1rem, calc((100% - 1200px) / 2));
  bottom: 2rem;
  z-index: 3;
  writing-mode: vertical-rl;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  animation: pulseSoft 2s ease-in-out infinite;
}

/* ---- Speed marquee ---- */
.marquee {
  background: var(--lime);
  color: var(--ink);
  overflow: hidden;
  padding: 0.85rem 0;
  transform: rotate(-1deg) scale(1.02);
  margin: -0.5rem 0 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2.25rem;
  animation: marquee 22s linear infinite;
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 90%;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.marquee-track span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
.marquee-track span::after {
  content: '✦';
  opacity: 0.55;
}

/* ---- Blocks ---- */
.block {
  padding: clamp(4rem, 9vw, 6.5rem) 0;
  background: var(--paper);
  color: var(--ink);
}

.block--dark {
  background: var(--ink);
  color: var(--paper);
}

.block-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
}

.block-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.7rem;
}

.block--dark .block-kicker { color: var(--lime); }

.block-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 88%;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.block-head p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 28rem;
  justify-self: end;
}

.block--dark .block-head p { color: rgba(244, 245, 247, 0.62); }

/* ---- Why WordPress ---- */
.why-wp {
  position: relative;
  overflow: hidden;
}

.why-wp::before {
  content: '';
  position: absolute;
  width: 36rem;
  height: 36rem;
  right: -10rem;
  top: 20%;
  background: radial-gradient(circle, rgba(200, 245, 66, 0.18), transparent 65%);
  pointer-events: none;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.why-visual {
  position: relative;
  min-height: 380px;
  border-radius: 1.5rem;
  overflow: hidden;
  background: var(--ink-2);
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0.85;
  transition: transform 0.8s var(--ease);
}
.why-visual:hover img { transform: scale(1.06); }

.why-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.65rem 1rem;
  border-radius: var(--radius);
  letter-spacing: -0.02em;
}

.why-content h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 88%;
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.why-content h2 span { color: var(--lime); }

.why-lead {
  font-size: 1.15rem;
  color: rgba(244, 245, 247, 0.88);
  margin-bottom: 1rem;
  font-weight: 500;
}

.why-body {
  color: rgba(244, 245, 247, 0.62);
  margin-bottom: 1.75rem;
  max-width: 34rem;
}

.why-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
}

.why-pill {
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(244, 245, 247, 0.85);
}

/* ---- Services rail ---- */
.service-rail {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-dark);
}

.service-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-dark);
  transition: padding 0.35s var(--ease), background 0.35s var(--ease);
}
.service-row:hover {
  padding-left: 0.85rem;
  background: linear-gradient(90deg, rgba(200, 245, 66, 0.18), transparent 50%);
}
.service-row:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.service-num {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--orange);
}

.service-row h3 {
  font-family: var(--font-display);
  font-stretch: 90%;
  font-size: clamp(1.3rem, 2.8vw, 1.85rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.3rem;
}

.service-row p {
  color: #6a7080;
  font-size: 0.95rem;
  max-width: 36rem;
}

.service-go {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  transition: all 0.3s var(--ease);
}
.service-row:hover .service-go {
  background: var(--ink);
  color: var(--lime);
  border-color: var(--ink);
  transform: rotate(45deg);
}

/* ---- Manifesto ---- */
.manifesto {
  position: relative;
  overflow: hidden;
}

.manifesto::before {
  content: '';
  position: absolute;
  inset: auto -20% -40% auto;
  width: 50rem;
  height: 50rem;
  background: radial-gradient(circle, rgba(255, 92, 26, 0.25), transparent 60%);
  pointer-events: none;
}

.manifesto .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}

.manifesto-quote {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 88%;
  font-size: clamp(1.8rem, 4.5vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.manifesto-quote em {
  font-style: normal;
  color: var(--lime);
}

.manifesto-aside {
  color: rgba(244, 245, 247, 0.65);
  font-size: 1.05rem;
}
.manifesto-aside strong {
  display: block;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.04em;
}

.manifesto-meta {
  display: flex;
  gap: 1.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.manifesto-meta span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(244, 245, 247, 0.4);
  margin-bottom: 0.3rem;
}
.manifesto-meta strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--lime);
  margin: 0;
}

/* ---- Process circles (How it works) ---- */
.block-head--center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.block-head--center p {
  justify-self: center;
  max-width: 28rem;
}

.steps-circles {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin: 0;
  padding: 0;
}

.step-circle {
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
.step-circle.in {
  opacity: 1;
  transform: none;
}

.step-circle-img {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.25rem;
}

.step-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--white);
  box-shadow: 0 12px 36px rgba(11, 12, 16, 0.12);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.step-circle:hover .step-circle-img img {
  transform: scale(1.05);
  box-shadow: 0 16px 44px rgba(11, 12, 16, 0.16);
}

.step-circle-num {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  display: grid;
  place-items: center;
  border: 3px solid var(--white);
  box-shadow: 0 4px 14px rgba(11, 12, 16, 0.15);
}

.step-circle h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.step-circle p {
  color: #6a7080;
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .steps-circles {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.25rem;
  }
}

@media (max-width: 520px) {
  .steps-circles {
    grid-template-columns: 1fr;
  }
  .step-circle-img {
    width: 140px;
    height: 140px;
  }
}

/* ---- Process (legacy list kept if used elsewhere) ---- */
.process-list {
  display: grid;
  gap: 0;
  max-width: 720px;
  margin-left: auto;
}

.process-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line-dark);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
.process-item.in { opacity: 1; transform: none; }
.process-item:first-child { border-top: 1px solid var(--line-dark); }

.process-step {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--orange);
}

.process-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
}
.process-item p { color: #6a7080; font-size: 0.95rem; }

/* ---- Solutions ---- */
.solutions-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.15rem;
}

.sol-feature {
  position: relative;
  min-height: 400px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 1.25rem;
  color: var(--white);
  background: var(--ink-2);
  transition: transform 0.35s var(--ease);
}
.sol-feature:hover { transform: translateY(-4px); }

.sol-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 15%, rgba(11, 12, 16, 0.9) 100%),
    url('../images/hero-agency.png') center / cover;
  transition: transform 0.6s var(--ease);
}
.sol-feature:hover::before { transform: scale(1.05); }
.sol-feature > * { position: relative; z-index: 1; }

.sol-tag {
  display: inline-block;
  width: fit-content;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 0.7rem;
}

.sol-feature h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
}
.sol-feature p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 22rem;
  margin-bottom: 1rem;
}
.sol-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--lime);
}

.sol-stack {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.sol-mini {
  flex: 1;
  padding: 1.4rem;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}
.sol-mini:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
  box-shadow: 0 16px 40px rgba(11, 12, 16, 0.08);
}
.sol-mini .sol-tag { color: var(--orange); }
.sol-mini h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  margin: 0.45rem 0;
}
.sol-mini p {
  color: #6a7080;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.sol-mini .sol-price { color: var(--ink); }

/* ---- CTA ---- */
.cta-final { padding: clamp(3.5rem, 8vw, 5.5rem) 0; background: var(--paper); }

.cta-panel {
  background: linear-gradient(120deg, var(--ink) 0%, #1a1d28 55%, #241810 100%);
  color: var(--paper);
  border-radius: 1.5rem;
  padding: clamp(2.25rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-panel::after {
  content: '';
  position: absolute;
  width: 20rem;
  height: 20rem;
  right: -4rem;
  top: -6rem;
  background: radial-gradient(circle, rgba(200, 245, 66, 0.25), transparent 65%);
  pointer-events: none;
}

.cta-panel h2 {
  font-family: var(--font-display);
  font-stretch: 88%;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.7rem;
  position: relative;
  z-index: 1;
}
.cta-panel p {
  color: rgba(244, 245, 247, 0.65);
  max-width: 32rem;
  position: relative;
  z-index: 1;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}

.btn-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.85rem 1.4rem;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
  border-radius: var(--radius);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-ink:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 245, 66, 0.3);
  color: var(--ink);
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-weight: 600;
  border-radius: var(--radius);
  transition: border-color 0.2s, background 0.2s;
}
.btn-line:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.block .btn-line {
  border-color: var(--line-dark);
  color: var(--ink);
}
.block .btn-line:hover {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

/* ---- Footer ---- */
.home-footer {
  background: #07080b;
  color: rgba(244, 245, 247, 0.6);
  padding: 3.5rem 0 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.home-footer .brand { margin-bottom: 1rem; display: inline-block; }
.footer-top p { font-size: 0.9rem; max-width: 22rem; line-height: 1.7; }
.footer-top h4 {
  font-family: var(--font-display);
  color: var(--paper);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-top ul { list-style: none; }
.footer-top li { margin-bottom: 0.55rem; }
.footer-top a { font-size: 0.9rem; transition: color 0.2s; }
.footer-top a:hover { color: var(--lime); }

.footer-end {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.8rem;
}

/* ---- Motion ---- */
@keyframes riseIn {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: none; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes pulseSoft {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.8; }
}
@keyframes pulseGlow {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 28px rgba(200, 245, 66, 0.45); }
}
@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(24px, -18px); }
}
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .block-head,
  .manifesto .wrap,
  .solutions-strip,
  .cta-panel,
  .footer-top,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .block-head p { justify-self: start; }
  .service-row { grid-template-columns: 3rem 1fr; }
  .service-go { display: none; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-scroll { display: none; }
  .why-visual { min-height: 260px; }
  .marquee { transform: none; }
}

@media (max-width: 768px) {
  .nav-burger { display: inline-flex; align-items: center; justify-content: center; }
  .home-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(7, 8, 11, 0.98);
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .home-nav-links.open { display: flex; }
  .home-nav-links a { width: 100%; text-align: center; padding: 0.85rem; }
  .nav-cta { margin-left: 0; }
  .home-header { position: relative; background: var(--ink); }
  .hero-creative { min-height: auto; padding: 3rem 0 3.25rem; }
}

/* ---- Services cards (overlap labels) ---- */
.block--services {
  background: var(--white);
  color: var(--ink);
}

.services-intro {
  max-width: 40rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.services-intro h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 88%;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  color: var(--ink);
}
.services-intro p {
  color: #6a7080;
  font-size: 1.05rem;
  line-height: 1.6;
}

.svc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  align-items: start;
}

@media (max-width: 1100px) {
  .svc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.svc-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 1.75rem;
}

.svc-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e9ed;
}
.svc-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.svc-card:hover .svc-card-media img {
  transform: scale(1.05);
}

.svc-card-label {
  display: block;
  width: calc(100% - 2rem);
  max-width: 280px;
  margin: -1.75rem auto 0;
  position: relative;
  z-index: 2;
  background: var(--white);
  color: var(--ink);
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 1rem 0.85rem;
  box-shadow: 0 10px 30px rgba(11, 12, 16, 0.1);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.svc-card:hover .svc-card-label {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(11, 12, 16, 0.14);
}
.svc-card:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .svc-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

/* ---- Benefits ---- */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.benefit-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.wp-why {
  margin-top: clamp(2.75rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid var(--line-dark);
}
.wp-why .block-head h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 88%;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
}
.benefit-card {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.25rem;
  padding: 1.75rem;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.benefit-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}
.benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 92, 26, 0.12);
  color: var(--orange);
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
}
.benefit-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.benefit-card p { color: #6a7080; font-size: 0.95rem; }

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.section-cta .btn-solid {
  border-radius: 999px;
}

/* ---- Projects ---- */
.text-demo {
  font-size: 0.45em;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
}
.project-card {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(11, 12, 16, 0.1);
}
.project-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ddd;
}
.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.project-card:hover .project-media img { transform: scale(1.05); }
.project-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
}
.project-badge--sheets {
  background: var(--lime);
  color: var(--ink);
}
.project-body { padding: 1.25rem 1.35rem 1.5rem; }
.project-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.project-body p {
  color: #6a7080;
  font-size: 0.92rem;
  margin-bottom: 1rem;
}
.project-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #128c7e;
}
.project-link:hover { color: #075e54; }

/* ---- Sheets tools ---- */
.sheets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.sheets-card {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.sheets-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 245, 66, 0.35);
}
.sheets-card-top {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sheets-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.sheets-status {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.sheets-status--soon {
  background: var(--orange);
  color: var(--white);
}
.sheets-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.6rem;
}
.sheets-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.sheets-card-body p {
  color: rgba(244, 245, 247, 0.6);
  font-size: 0.92rem;
  flex: 1;
}
.sheets-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.sheets-foot strong {
  font-family: var(--font-display);
  color: var(--lime);
  font-size: 1.05rem;
}
.btn-sm {
  min-height: 42px;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
}

/* ---- WhatsApp float ---- */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  animation: waPulse 2.4s ease-in-out infinite;
}
.whatsapp-float i { font-size: 1.45rem; }
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 48px rgba(37, 211, 102, 0.55);
  color: #fff !important;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 12px 40px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 12px 40px rgba(37, 211, 102, 0.7), 0 0 0 10px rgba(37, 211, 102, 0.12); }
}

@media (max-width: 1100px) {
  .benefit-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .benefit-grid,
  .benefit-grid--4,
  .sheets-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .whatsapp-float span { display: none; }
  .whatsapp-float {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
  }
}

/* ============================================
   Interior pages (same agency design)
   ============================================ */

body.page {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.page .home-header {
  position: sticky;
  top: 0;
  background: rgba(11, 12, 16, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero-agency {
  background:
    linear-gradient(160deg, #0b0c10 0%, #15171e 55%, #1a1410 100%);
  color: var(--paper);
  padding: 4rem 0 3.25rem;
  position: relative;
  overflow: hidden;
}
.page-hero-agency::after {
  content: '';
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -8rem;
  top: -8rem;
  background: radial-gradient(circle, rgba(200, 245, 66, 0.2), transparent 65%);
  pointer-events: none;
}
.page-hero-agency .wrap { position: relative; z-index: 1; }
.page-hero-agency .breadcrumb {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(244, 245, 247, 0.5);
  margin-bottom: 1rem;
}
.page-hero-agency .breadcrumb a { color: var(--lime); }
.page-hero-agency h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 88%;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 0.85rem;
  color: var(--white);
}
.page-hero-agency p {
  color: rgba(244, 245, 247, 0.65);
  font-size: 1.05rem;
  max-width: 36rem;
}

.page-section {
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.page-section--alt { background: #eceef2; }

.inner-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.inner-grid--flip { direction: rtl; }
.inner-grid--flip > * { direction: ltr; }

.inner-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.7rem;
}
.inner-grid h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 90%;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.inner-grid .lead {
  color: #6a7080;
  margin-bottom: 1.25rem;
  font-size: 1.02rem;
}
.check-list {
  list-style: none;
  margin-bottom: 1.75rem;
}
.check-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-bottom: 0.7rem;
  color: var(--ink-soft);
}
.check-list i { color: var(--lime-deep); margin-top: 0.15rem; }

.media-frame {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--ink);
}
.media-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* Forms agency */
.agency-form {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: 0 16px 50px rgba(11, 12, 16, 0.06);
}
.form-group { margin-bottom: 1.15rem; }
.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.45rem;
  color: var(--ink);
}
.form-label .required { color: var(--orange); }
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid var(--line-dark);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 92, 26, 0.15);
}
.form-textarea { min-height: 120px; resize: vertical; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-hint { font-size: 0.8rem; color: #6a7080; margin-top: 0.35rem; }
.form-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
.form-check input { margin-top: 0.25rem; accent-color: var(--orange); }
.form-success {
  display: none;
  background: rgba(200, 245, 66, 0.2);
  color: var(--ink);
  padding: 0.9rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.form-error {
  background: rgba(255, 92, 26, 0.12);
  color: #b33a00;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-side {
  background: var(--ink);
  color: var(--paper);
  border-radius: 1.25rem;
  padding: 1.75rem;
}
.contact-side h3 {
  font-family: var(--font-display);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.contact-row {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}
.contact-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(200, 245, 66, 0.15);
  color: var(--lime);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-row h4 { font-size: 0.85rem; margin-bottom: 0.15rem; color: var(--white); }
.contact-row p, .contact-row a { font-size: 0.9rem; color: rgba(244, 245, 247, 0.65); }
.contact-row a:hover { color: var(--lime); }

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.5rem;
  align-items: start;
}
.contact-side--solo {
  max-width: 480px;
  margin-inline: auto;
}
.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Simulator */
.sim-box {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(11, 12, 16, 0.08);
}
.sim-head {
  background: linear-gradient(120deg, var(--ink), #1a1d28 60%, #241810);
  color: var(--paper);
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.sim-head h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
  color: var(--white);
}
.sim-head p { color: rgba(244, 245, 247, 0.65); font-size: 0.95rem; }
.sim-body { padding: clamp(1.25rem, 3vw, 2rem); }

.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.75rem;
}
.option-card {
  border: 1.5px solid var(--line-dark);
  border-radius: 14px;
  padding: 1rem 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.option-card:has(input:checked) {
  border-color: var(--orange);
  background: rgba(255, 92, 26, 0.06);
}
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card i { font-size: 1.4rem; color: var(--orange); margin-bottom: 0.25rem; }
.option-card strong { display: block; font-size: 0.9rem; }
.option-card em { font-style: normal; font-size: 0.8rem; color: #6a7080; font-weight: 600; }

.price-result {
  text-align: center;
  padding: 1.35rem;
  background: linear-gradient(135deg, rgba(200, 245, 66, 0.18), rgba(255, 92, 26, 0.1));
  border-radius: 12px;
  margin: 1.25rem 0;
}
.price-result p { color: #6a7080; font-size: 0.85rem; margin-bottom: 0.2rem; }
.price-result h3 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--ink);
  letter-spacing: -0.03em;
}

/* ---- Improved simulator layout ---- */
.sim-page { padding-bottom: 6rem; }

.sim-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}

.sim-main { display: flex; flex-direction: column; gap: 1.15rem; }

.sim-step {
  border: 1px solid var(--line-dark);
  background: var(--white);
  border-radius: 1.25rem;
  padding: 1.35rem 1.35rem 1.5rem;
  margin: 0;
}

.sim-step-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.sim-step-title span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}
.type-card {
  position: relative;
  border: 1.5px solid var(--line-dark);
  border-radius: 14px;
  padding: 1.1rem 0.75rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
.type-card input { position: absolute; opacity: 0; }
.type-card i { font-size: 1.5rem; color: var(--orange); margin-bottom: 0.35rem; }
.type-card strong { font-size: 0.9rem; color: var(--ink); }
.type-card em { font-style: normal; font-size: 0.75rem; color: #6a7080; }
.type-card:has(input:checked) {
  border-color: var(--ink);
  background: rgba(200, 245, 66, 0.15);
  box-shadow: 0 0 0 1px var(--ink);
}
.type-card:hover { transform: translateY(-2px); }

.included-box {
  background: rgba(200, 245, 66, 0.12);
  border: 1px solid rgba(200, 245, 66, 0.35);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}
.included-box--sheets {
  background: rgba(255, 92, 26, 0.08);
  border-color: rgba(255, 92, 26, 0.25);
}
.included-box strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.included-box p { font-size: 0.85rem; color: #6a7080; margin: 0; }

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1.5px solid var(--line-dark);
  border-radius: 12px;
  padding: 0.2rem;
  background: var(--white);
}
.qty-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--paper);
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.2s;
}
.qty-btn:hover { background: var(--lime); }
.qty-input {
  width: 64px !important;
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  padding: 0.5rem 0 !important;
  font-weight: 700;
}

.deadline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.deadline-card {
  position: relative;
  border: 1.5px solid var(--line-dark);
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.deadline-card input { position: absolute; opacity: 0; }
.deadline-card strong { font-size: 0.95rem; }
.deadline-card span { font-size: 1.1rem; font-family: var(--font-display); font-weight: 800; color: var(--ink); }
.deadline-card em { font-style: normal; font-size: 0.8rem; color: #6a7080; }
.deadline-card:has(input:checked) {
  border-color: var(--orange);
  background: rgba(255, 92, 26, 0.07);
}

.sim-summary {
  position: sticky;
  top: 90px;
}
.sim-summary-inner {
  background: var(--ink);
  color: var(--paper);
  border-radius: 1.35rem;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(11, 12, 16, 0.25);
}
.sim-summary-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(244, 245, 247, 0.5);
  margin-bottom: 0.35rem;
}
.sim-summary-price {
  font-family: var(--font-display);
  font-size: 2.35rem;
  letter-spacing: -0.04em;
  color: var(--lime);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.sim-summary-price.pulse {
  animation: pricePulse 0.35s var(--ease);
}
@keyframes pricePulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.04); }
  100% { transform: scale(1); }
}
.sim-summary-delay {
  font-size: 0.9rem;
  color: rgba(244, 245, 247, 0.65);
  margin-bottom: 1.25rem;
}

.sim-breakdown {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85rem 0;
  margin-bottom: 1rem;
}
.sim-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  padding: 0.35rem 0;
  color: rgba(244, 245, 247, 0.7);
}
.sim-breakdown li strong { color: var(--paper); font-weight: 600; }
.sim-breakdown li.total {
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  font-size: 0.95rem;
  color: var(--paper);
}
.sim-breakdown li.total strong { color: var(--lime); font-size: 1.05rem; }

.sim-note {
  font-size: 0.78rem;
  color: rgba(244, 245, 247, 0.45);
  margin-bottom: 1.15rem;
  line-height: 1.45;
}

.sim-submit {
  width: 100%;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 0.55rem;
}
.sim-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  border: none;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.sim-wa-btn:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-2px);
}
.sim-saved {
  text-align: center;
  font-size: 0.85rem;
  color: var(--lime);
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.sim-link {
  display: block;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(244, 245, 247, 0.55);
  text-decoration: underline;
}
.sim-link:hover { color: var(--lime); }

.sim-mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
}
.sim-mobile-price {
  flex: 1;
  min-width: 0;
}
.sim-mobile-bar .btn-sm {
  flex-shrink: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0.55rem 1rem;
}
.sim-mobile-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}
.sim-mobile-wa:hover { background: #1ebe57; color: #fff; }
.sim-mobile-bar span {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244, 245, 247, 0.5);
}
.sim-mobile-bar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--lime);
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .sim-layout { grid-template-columns: 1fr; }
  .sim-summary { position: static; order: -1; }
  .sim-summary-inner { position: relative; }
  .sim-layout .sim-main { order: 1; }
  .deadline-grid { grid-template-columns: 1fr; }
  .sim-mobile-bar { display: flex; }
  .sim-submit,
  .sim-wa-btn,
  .sim-link { display: none; }
  .whatsapp-float { bottom: 5.5rem; }
  .sim-page { padding-bottom: 6.5rem; }
}

/* Legal */
.legal-box {
  max-width: 800px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.legal-box h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 1.75rem 0 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
  letter-spacing: -0.02em;
}
.legal-box h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal-box p, .legal-box li { color: #6a7080; margin-bottom: 0.65rem; font-size: 0.95rem; }
.legal-box ul { padding-left: 1.25rem; margin-bottom: 0.75rem; }
.legal-updated { font-size: 0.85rem; color: #8b90a0; margin-bottom: 1.5rem; }

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.shop-card {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.shop-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}
.shop-card-img {
  aspect-ratio: 16/10;
  background: var(--ink-2);
  display: grid;
  place-items: center;
  color: var(--lime);
  font-size: 2.5rem;
  overflow: hidden;
}
.shop-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-card-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; gap: 0.55rem; }
.shop-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.shop-card-body p { color: #6a7080; font-size: 0.9rem; flex: 1; }
.shop-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0.35rem 0 0.75rem;
}
.shop-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.shop-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 92, 26, 0.1);
  color: var(--orange);
}

@media (max-width: 900px) {
  .inner-grid,
  .inner-grid--flip,
  .contact-layout,
  .form-row {
    grid-template-columns: 1fr;
    direction: ltr;
  }
}
