:root {
  --black: #070707;
  --black-2: #101012;
  --black-3: #1a1a1f;
  --white: #ffffff;
  --off-white: #f5f5f2;
  --ink: #151517;
  --muted: #66666f;
  --line: #dedee4;
  --pink: #f237a4;
  --pink-dark: #c51779;
  --pink-soft: #fde8f4;
  --yellow: #ffe51f;
  --yellow-hover: #fff05b;
  --green: #16875a;
  --danger: #b42318;
  --max: 1180px;
  --radius: 22px;
  --radius-lg: 32px;
  --shadow: 0 24px 70px rgba(7, 7, 7, .14);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Arial Black", Inter, ui-sans-serif, sans-serif;
  --pointer-x: 72%;
  --pointer-y: 28%;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
  width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  min-width: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.nav-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.container {
  width: min(var(--max), calc(100% - 28px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 14px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-radius: 12px;
  background: var(--yellow);
  color: var(--black);
  padding: 0;
  font-weight: 900;
}

.skip-link:focus-visible {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  padding: 12px 16px;
}

section[id] { scroll-margin-top: 88px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #ff72c3;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.eyebrow.dark { color: var(--pink-dark); }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  letter-spacing: -.045em;
  text-wrap: balance;
}

h2 {
  margin: 14px 0 16px;
  font-family: var(--display);
  font-size: clamp(2.1rem, 10.5vw, 3.6rem);
  line-height: .95;
  text-transform: uppercase;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  background: var(--black);
  color: var(--white);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, border-color .18s ease;
}

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

.button-yellow {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 16px 40px rgba(255, 229, 31, .24);
}

.button-yellow:hover { background: var(--yellow-hover); box-shadow: 0 21px 52px rgba(255, 229, 31, .3); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .74rem; }

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid rgba(7, 7, 7, .1);
  background: rgba(255, 255, 255, .96);
  color: var(--black);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand { display: inline-flex; align-items: center; line-height: 0; }
.brand img { width: 76px; height: auto; }
.nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .button { display: none; }

.menu-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7dd;
  border-radius: 13px;
  background: var(--white);
  color: var(--black);
}

.menu-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.nav.is-open {
  position: fixed;
  inset: 70px 0 auto;
  display: grid;
  gap: 3px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 24px 44px rgba(7, 7, 7, .13);
}

.nav a {
  border-radius: 12px;
  padding: 13px 14px;
  font-size: .79rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nav a:hover { background: var(--off-white); color: var(--pink-dark); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(242, 55, 164, .29), transparent 23rem),
    radial-gradient(circle at 9% 86%, rgba(255, 229, 31, .13), transparent 20rem),
    var(--black);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -150px;
  top: -220px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(242, 55, 164, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(242, 55, 164, .025), 0 0 0 160px rgba(242, 55, 164, .018);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  left: 12%;
  top: 20%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 229, 31, .09);
  filter: blur(60px);
  pointer-events: none;
}

.hero-grid {
  min-height: auto;
  display: grid;
  align-items: center;
  padding-block: 34px 44px;
}

.hero-copy { position: relative; z-index: 2; width: 100%; }
.hero-kicker { max-width: 630px; line-height: 1.45; }

.hero h1 {
  display: grid;
  margin: 9px 0 17px;
  font-family: var(--display);
  font-size: clamp(2.95rem, 14.2vw, 5.2rem);
  line-height: .84;
  text-transform: uppercase;
  text-shadow: 0 14px 44px rgba(0, 0, 0, .35);
}

.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: var(--pink); font-style: normal; }

.hero-comparison {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

.hero-plan {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(18, 18, 21, .82);
  padding: 17px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, .26);
  backdrop-filter: blur(14px);
}

.hero-plan-pack {
  order: 1;
  border-color: rgba(255, 229, 31, .62);
  background:
    radial-gradient(circle at 100% 0, rgba(242, 55, 164, .2), transparent 15rem),
    linear-gradient(135deg, rgba(255, 229, 31, .12), rgba(18, 18, 21, .94) 44%);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .36), 0 0 44px rgba(255, 229, 31, .06);
}

.hero-plan-web { order: 2; }

.hero-plan-badge {
  position: absolute;
  right: 16px;
  top: -11px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  padding: 6px 10px;
  max-width: calc(100% - 32px);
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.hero-plan-heading {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.hero-plan-heading h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font);
  font-size: .87rem;
  line-height: 1.25;
  letter-spacing: .045em;
}

.hero-plan-label {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .52);
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.hero-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  white-space: nowrap;
}

.hero-plan-price strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 9vw, 2.65rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.hero-plan-price small { color: var(--yellow); font-size: .62rem; font-weight: 950; }

.hero-plan-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-plan-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, .83);
  font-size: .76rem;
  line-height: 1.35;
}

.hero-plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: 950;
}

.hero-plan-value {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 9px;
  color: rgba(255, 255, 255, .73);
  font-size: .74rem;
  line-height: 1.4;
}

.hero-plan-value strong { color: var(--yellow); }
.hero-button { width: 100%; min-height: 48px; margin-top: auto; }
.hero-button-secondary {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  box-shadow: none;
}
.hero-button-secondary:hover { border-color: var(--white); background: rgba(255, 255, 255, .14); }

.hero-price-breakdown { display: grid; gap: 2px; margin: 0; }

.hero-price-breakdown > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 9px;
  padding: 6px 8px;
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
}

.hero-price-breakdown dt { min-width: 0; }
.hero-price-breakdown dd { margin: 0; color: var(--white); font-weight: 900; white-space: nowrap; }

.hero-price-breakdown .hero-price-total {
  margin-top: 3px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-weight: 900;
}

.hero-price-total dd { color: var(--yellow); font-size: 1rem; }

.hero-domain-note {
  display: block;
  margin-top: auto;
  color: rgba(255, 255, 255, .55);
  font-size: .65rem;
  line-height: 1.35;
}

.difference-section {
  position: relative;
  isolation: isolate;
  padding: 54px 0;
  background: var(--black) url("assets/fondo-esencial-surrealista.webp") center / cover no-repeat;
}

.difference-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 3, 5, .9), rgba(3, 3, 5, .62) 55%, rgba(3, 3, 5, .5));
}

.difference-panel {
  position: relative;
  display: grid;
  gap: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 229, 31, .34);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(100deg, rgba(8, 8, 10, .93) 0 48%, rgba(8, 8, 10, .62)),
    url("assets/fondo-esencial-surrealista.webp") center / cover no-repeat;
  padding: 23px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
  backdrop-filter: blur(12px);
}

.difference-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--yellow), var(--pink));
}

.difference-copy, .essential-list { position: relative; z-index: 1; }
.difference-copy h2 { max-width: 700px; margin: 12px 0 13px; font-size: clamp(1.9rem, 8.2vw, 3.15rem); line-height: .98; }
.difference-copy h2 em { color: #ff72c3; font-style: normal; }
.difference-copy > p:last-of-type { max-width: 680px; margin-bottom: 13px; color: rgba(255, 255, 255, .78); font-size: .9rem; line-height: 1.55; }
.difference-copy > strong { display: block; max-width: 680px; color: var(--yellow); font-size: .84rem; line-height: 1.4; }

.essential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.essential-list li:last-child { grid-column: 1 / -1; }

.essential-list li {
  min-width: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .075);
  padding: 9px 11px;
}

.essential-list span { color: #ff72c3; font-size: .65rem; font-weight: 950; letter-spacing: .07em; }
.essential-list b { color: var(--white); font-size: .75rem; line-height: 1.28; }

@media (max-width: 759px) {
  .difference-section { background-position: 72% center; }
  .difference-panel {
    background:
      linear-gradient(rgba(8, 8, 10, .84), rgba(8, 8, 10, .76)),
      url("assets/fondo-esencial-surrealista.webp") 70% center / cover no-repeat;
  }
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background: var(--off-white);
  color: var(--ink);
}

.services-section::after {
  content: "03";
  position: absolute;
  right: -12px;
  top: 30px;
  color: rgba(7, 7, 7, .035);
  font-family: var(--display);
  font-size: 14rem;
  line-height: 1;
  pointer-events: none;
}

.section-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 34px; }
.section-heading h2 em { color: var(--pink-dark); font-style: normal; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: .98rem; }

.product-grid { position: relative; z-index: 2; display: grid; gap: 14px; }

.service-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: var(--white);
  padding: 20px;
  box-shadow: 0 15px 46px rgba(7, 7, 7, .08);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 55%, rgba(242, 55, 164, .06));
  pointer-events: none;
}

.service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(7, 7, 7, .13); }
.service-card.is-selected { border-color: var(--pink); background: #fffafd; box-shadow: 0 24px 65px rgba(242, 55, 164, .18); }
.service-card:has(.service-checkbox:focus-visible) { outline: 4px solid var(--yellow); outline-offset: 3px; }

.service-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.discount-badge {
  align-self: flex-start;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  padding: 7px 10px;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .055em;
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 17px;
  background: var(--black);
  color: var(--yellow);
}

.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; right: 20px; top: 65px; color: #d8d8df; font-family: var(--display); font-size: 2rem; }
.service-name { max-width: 18ch; margin-bottom: 8px; font-size: 1.28rem; font-weight: 950; letter-spacing: -.035em; line-height: 1.08; }
.service-description { margin-bottom: 18px; color: var(--muted); font-size: .86rem; line-height: 1.46; }

.price-block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 6px;
  margin-top: auto;
}

.price-block del { grid-column: 1 / -1; margin-bottom: 3px; color: var(--muted); font-size: .84rem; font-weight: 750; }
.price-block strong { font-family: var(--display); font-size: 2.42rem; letter-spacing: -.06em; line-height: 1; }
.price-block small { padding-bottom: 3px; color: var(--muted); font-size: .7rem; font-weight: 900; }
.price-block .price-note { grid-column: 1 / -1; margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.price-block .exclusion-note {
  width: fit-content;
  margin-top: 10px;
  border: 1px solid #d7d7dd;
  border-radius: 9px;
  background: var(--off-white);
  color: #3f3f47;
  padding: 7px 9px;
  font-size: .75rem;
  font-weight: 900;
}
.price-block .content-daily-note {
  width: fit-content;
  margin-top: 10px;
  border: 1px solid #ebd200;
  border-radius: 9px;
  background: #fffbe0;
  color: #37320a;
  padding: 7px 9px;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.4;
}

.select-control {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: .75rem;
  letter-spacing: .05em;
}

.select-control i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1;
}

.service-card.is-selected .select-control { border-color: var(--pink); background: var(--pink); color: var(--white); }
.service-card.is-selected .select-control i { background: var(--white); color: var(--pink-dark); }

.pack-offer {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 0, rgba(242, 55, 164, .34), transparent 38%),
    linear-gradient(120deg, #080808, #17121a);
  color: var(--white);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: box-shadow .2s ease, border-color .2s ease;
}

.pack-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.pack-offer.is-active { border-color: var(--yellow); box-shadow: 0 25px 75px rgba(255, 229, 31, .14); }
.pack-copy, .pack-prices, .pack-button { position: relative; z-index: 1; }
.pack-copy p { margin-bottom: 7px; color: var(--yellow); font-size: .7rem; font-weight: 950; letter-spacing: .11em; }
.pack-copy h3 { margin: 0 0 7px; font-family: var(--display); font-size: 1.7rem; line-height: .98; }
.pack-copy .pack-intro { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, .72); font-size: .84rem; }
.pack-includes { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.pack-includes li { position: relative; padding-left: 20px; color: var(--white); font-size: .78rem; font-weight: 760; line-height: 1.35; }
.pack-includes li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--yellow); font-weight: 950; }
.pack-copy .pack-bonus { display: block; margin-top: 11px; color: #ff9bd4; font-size: .73rem; font-weight: 900; }
.pack-prices { display: grid; align-content: center; }
.pack-prices > span { color: rgba(255, 255, 255, .6); font-size: .77rem; }
.pack-prices strong { color: var(--white); font-family: var(--display); font-size: 2.6rem; letter-spacing: -.06em; line-height: 1; white-space: nowrap; }
.pack-prices strong small { font-family: var(--font); font-size: .66rem; letter-spacing: .03em; }
.pack-prices b { margin-top: 5px; color: var(--yellow); font-size: .76rem; }
.pack-button { width: 100%; border-color: rgba(255, 255, 255, .18); background: var(--white); color: var(--black); }
.pack-offer.is-active .pack-button { background: var(--yellow); }

.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background:
    radial-gradient(circle at 100% 0, rgba(242, 55, 164, .2), transparent 28rem),
    linear-gradient(180deg, #111114, var(--black));
}

.reviews-section::before {
  content: "“";
  position: absolute;
  right: -12px;
  top: -90px;
  color: rgba(255, 255, 255, .035);
  font-family: Georgia, serif;
  font-size: 25rem;
  line-height: 1;
  pointer-events: none;
}

.reviews-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 32px;
}

.reviews-heading h2 { margin-bottom: 0; }
.reviews-heading h2 em { color: var(--yellow); font-style: normal; }
.reviews-heading > p { max-width: 610px; margin: 0; color: rgba(255, 255, 255, .66); font-size: .94rem; }

.reviews-track {
  position: relative;
  z-index: 2;
  display: grid;
  grid-auto-columns: min(86vw, 420px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  margin-inline: calc((100vw - 100%) / -2);
  padding: 4px max(14px, calc((100vw - min(var(--max), calc(100% - 28px))) / 2)) 20px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--pink) rgba(255, 255, 255, .08);
}

.review-card {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: #151518;
  box-shadow: 0 26px 65px rgba(0, 0, 0, .28);
  scroll-snap-align: center;
}

.review-card picture { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ecece6; }
.review-card img { width: 100%; height: 100%; object-fit: cover; }
.review-card figcaption { display: grid; gap: 13px; padding: 16px 17px 17px; }
.review-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-meta strong { font-size: .84rem; }
.review-meta span { color: rgba(255, 255, 255, .55); font-size: .7rem; text-align: right; }

.project-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 229, 31, .3);
  border-radius: 12px;
  background: rgba(255, 229, 31, .07);
  color: var(--white);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.project-link > span { color: var(--yellow); font-size: .61rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.project-link b { min-width: 0; overflow: hidden; font-size: .74rem; font-weight: 800; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.project-link i { color: var(--yellow); font-style: normal; }
.project-link:hover { border-color: var(--yellow); background: rgba(255, 229, 31, .12); transform: translateY(-1px); }
.project-link:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.reviews-hint { margin: 8px 0 0; color: rgba(255, 255, 255, .58); font-size: .73rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.reviews-hint span { color: var(--yellow); font-size: 1rem; }

.request-section {
  padding: 74px 0;
  background:
    radial-gradient(circle at 5% 8%, rgba(242, 55, 164, .18), transparent 25rem),
    var(--black);
}

.request-grid { display: grid; gap: 18px; align-items: start; }

.selection-summary {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .055);
}

.selection-summary h2 { font-size: clamp(2rem, 10vw, 3.4rem); }

.empty-selection {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 17px;
  color: rgba(255, 255, 255, .6);
}

.empty-selection > span { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .08); font-size: 1.25rem; }
.empty-selection p { margin: 0; font-size: .84rem; }
.selected-list { display: grid; gap: 9px; margin: 24px 0; padding: 0; list-style: none; }

.selected-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 9px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.selected-item span { min-width: 0; font-size: .83rem; font-weight: 800; }
.selected-item strong { font-size: .83rem; white-space: nowrap; }
.selected-item.pack-extra i { color: var(--yellow); font-size: .58rem; font-style: normal; font-weight: 950; letter-spacing: .06em; }
.remove-service { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; background: transparent; color: rgba(255, 255, 255, .78); }
.remove-service:hover { border-color: var(--pink); color: var(--white); }

.summary-saving, .summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.summary-saving { margin-bottom: 12px; color: var(--yellow); font-size: .8rem; }
.summary-total { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .16); }
.summary-total span { max-width: 12ch; color: rgba(255, 255, 255, .62); font-size: .7rem; font-weight: 900; letter-spacing: .06em; }
.summary-total strong { font-family: var(--display); font-size: 2.5rem; letter-spacing: -.06em; white-space: nowrap; }

.no-payment {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 0 0;
  padding: 13px;
  border-radius: 14px;
  background: rgba(38, 194, 129, .09);
  color: rgba(255, 255, 255, .67);
  font-size: .75rem;
}

.no-payment svg { width: 19px; flex: 0 0 19px; fill: none; stroke: #6ee3ab; stroke-width: 2; }

.form-card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
  padding: 24px;
}

.form-heading { margin-bottom: 24px; }
.form-heading h2 { margin-bottom: 10px; }
.form-heading > p:last-child { color: var(--muted); font-size: .91rem; }
.contact-destination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -5px 0 22px;
  border: 1px solid #bce8d2;
  border-radius: 15px;
  background: #edf9f3;
  color: #0b5f3d;
  padding: 12px 14px;
}
.whatsapp-mark { width: 38px; height: 38px; display: grid; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #20b76a; color: var(--white); }
.whatsapp-mark svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-destination > span:last-child { min-width: 0; display: grid; gap: 1px; }
.contact-destination small { font-size: .62rem; font-weight: 950; letter-spacing: .075em; }
.contact-destination strong { font-size: .87rem; }
.form-grid { display: grid; gap: 15px; }
.field { position: relative; display: grid; gap: 7px; min-width: 0; }
.field label { font-size: .8rem; font-weight: 900; }
.field label span { color: var(--danger); }
.field label em { color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 650; }

.field input, .field textarea {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fafafd;
  color: var(--ink);
  padding: 12px 13px;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--pink); background: var(--white); box-shadow: 0 0 0 4px rgba(242, 55, 164, .1); }
.field input[readonly], .field textarea[readonly] { background: #f1f1f4; color: #4d4d55; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(180, 35, 24, .08); }
.field-error { min-height: 0; color: var(--danger); font-size: .72rem; font-weight: 750; }
.field-error:empty { display: none; }
.counter { position: absolute; right: 10px; bottom: 7px; color: var(--muted); font-size: .68rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.submit-button {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 16px 38px rgba(255, 229, 31, .24);
}

.submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-consent { margin: 12px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.form-status { min-height: 0; margin-top: 12px; border-radius: 12px; font-size: .78rem; font-weight: 750; }
.form-status:not(:empty) { min-height: 48px; display: flex; align-items: center; padding: 12px; }
.form-status.error { border: 1px solid #f1b8b4; background: #fff1f0; color: var(--danger); }
.form-status.info { border: 1px solid #ddd07b; background: #fffbe3; color: #665600; }
.whatsapp-fallback { width: 100%; margin-top: 10px; background: #20b76a; }
.whatsapp-fallback[hidden] { display: none; }

.success-panel { min-height: 560px; display: grid; place-items: center; align-content: center; text-align: center; padding: 24px 0; }
.success-panel[hidden] { display: none; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: #e7f7ef; color: var(--green); }
.success-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.success-panel > p { margin: 0 0 6px; color: var(--pink-dark); font-size: .74rem; font-weight: 950; letter-spacing: .12em; }
.success-panel h2 { max-width: 12ch; margin: 0 0 12px; font-size: clamp(2rem, 9vw, 3.3rem); }
.success-panel > span { max-width: 500px; color: var(--muted); }
.success-panel > span strong { color: var(--ink); }
.success-actions { display: grid; gap: 10px; width: min(100%, 340px); margin-top: 24px; }
.success-whatsapp { background: #20b76a; }
.success-button { background: var(--black); }

.process-section { padding: 74px 0; background: var(--white); color: var(--ink); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.process-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: step; }

.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--off-white);
  padding: 19px;
}

.process-list li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--black); color: var(--pink); font-family: var(--display); font-size: 1.25rem; }
.process-list h3 { margin: 2px 0 5px; font-size: 1.05rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .84rem; }

.founder-section {
  padding: 0 0 74px;
  background: var(--white);
  color: var(--ink);
}

.founder-card {
  position: relative;
  display: grid;
  gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(81, 50, 26, .12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 84% 9%, rgba(255, 255, 255, .72), transparent 28rem),
    linear-gradient(135deg, #f8eee0 0%, #ead9c3 58%, #d3af88 100%);
  padding: 18px;
  box-shadow: 0 28px 75px rgba(61, 38, 20, .15);
  isolation: isolate;
}

.founder-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: repeating-radial-gradient(circle at 20% 30%, rgba(63, 38, 18, .12) 0 1px, transparent 1px 4px);
  content: "";
  opacity: .08;
  pointer-events: none;
}

.founder-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.founder-photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 23px;
  background: #2b2119;
  box-shadow: 0 20px 48px rgba(43, 28, 16, .24);
}

.founder-photo::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 55%, rgba(14, 9, 5, .66) 100%);
  content: "";
  pointer-events: none;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.92) sepia(.06) contrast(1.03);
}

.founder-caption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.founder-caption strong { font-size: .92rem; }
.founder-caption span { color: rgba(255, 255, 255, .76); font-size: .67rem; font-weight: 700; letter-spacing: .035em; }

.founder-content {
  min-width: 0;
  padding: 2px 4px 8px;
}

.founder-content .eyebrow {
  max-width: 48ch;
  line-height: 1.45;
}

.founder-content h2 {
  max-width: 17ch;
  margin: 13px 0 20px;
  font-size: clamp(1.78rem, 7.8vw, 3.35rem);
  line-height: .96;
}

.founder-content h2 em,
.founder-origin h3 em,
.founder-principle em {
  color: var(--pink-dark);
  font-style: normal;
}

.founder-story,
.founder-origin {
  max-width: 700px;
}

.founder-story-label {
  margin: 0 0 10px;
  color: #8b4a1d;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .13em;
}

.founder-story p,
.founder-origin p {
  margin: 0 0 10px;
  color: #4f443c;
  font-size: clamp(.91rem, 2.3vw, .98rem);
  line-height: 1.56;
}

.founder-story p strong,
.founder-origin p strong { color: var(--ink); }

.founder-origin {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(81, 50, 26, .16);
}

.founder-origin h3 {
  margin: 0 0 13px;
  font-family: var(--display);
  font-size: clamp(1.25rem, 5vw, 1.65rem);
  line-height: 1;
}

.founder-principle {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  border-left: 5px solid var(--yellow);
  border-radius: 0 18px 18px 0;
  background: rgba(7, 7, 7, .94);
  color: var(--white);
  padding: 17px;
  box-shadow: 0 16px 35px rgba(56, 33, 16, .14);
}

.founder-principle strong {
  font-family: var(--display);
  font-size: clamp(1.14rem, 5vw, 1.9rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.founder-principle span {
  color: rgba(255, 255, 255, .76);
  font-size: .83rem;
}

.faq-section {
  padding: 74px 0;
  background:
    radial-gradient(circle at 90% 5%, rgba(242, 55, 164, .22), transparent 24rem),
    var(--black);
}

.faq-grid { display: grid; gap: 26px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 17px; background: rgba(255, 255, 255, .055); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; cursor: pointer; font-size: .9rem; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 30px; height: 30px; display: grid; flex: 0 0 30px; place-items: center; border-radius: 50%; background: rgba(242, 55, 164, .14); color: #ff72c3; font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0; padding: 0 18px 18px; color: rgba(255, 255, 255, .64); font-size: .84rem; }

.site-footer { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, .1); background: #020202; color: rgba(255, 255, 255, .62); }
.professions-final-cta {
  padding: clamp(36px, 5vw, 64px) 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #070707;
  text-align: center;
}
.professions-final-cta .button {
  width: min(100%, 340px);
  min-height: 60px;
  font-size: .92rem;
  letter-spacing: .08em;
}
.footer-inner { display: grid; gap: 16px; justify-items: start; }
.footer-logo { display: inline-flex; border-radius: 14px; background: var(--white); padding: 8px 10px; line-height: 0; }
.footer-logo img { width: 80px; height: auto; }
.footer-inner p { margin: 0; font-size: .74rem; }
.footer-inner > a:last-child { color: var(--white); font-size: .78rem; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.noscript { position: fixed; z-index: 1000; inset: auto 10px 10px; border-radius: 12px; background: #fff1f0; color: var(--danger); padding: 12px; font: 700 .82rem/1.4 var(--font); }

@media (min-width: 600px) {
  .container { width: min(var(--max), calc(100% - 44px)); }
  .header-actions .button { display: inline-flex; }
  .hero-button { width: 100%; }
  .difference-panel { padding: 30px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .form-card, .selection-summary { padding: 32px; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field.full { grid-column: 1 / -1; }
  .process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-list li { grid-template-columns: 1fr; }
  .founder-card { padding: 24px; }
  .footer-inner { grid-template-columns: auto 1fr; align-items: center; }
}

@media (min-width: 760px) {
  .hero-grid { min-height: 650px; grid-template-columns: minmax(0, 1fr); padding-block: 40px 46px; }
  .hero h1 { font-size: clamp(4.6rem, 9vw, 6.5rem); }
  .hero-comparison { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 16px; }
  .hero-plan { min-height: 258px; padding: 19px; }
  .hero-plan-pack { grid-column: 2; grid-row: 1; }
  .hero-plan-web { grid-column: 1; grid-row: 1; }
  .hero-plan-price strong { font-size: clamp(2rem, 4.3vw, 2.65rem); }
  .difference-panel { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: 34px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .pack-offer { grid-template-columns: minmax(0, 1.25fr) minmax(180px, .75fr); align-items: center; padding: 28px; }
  .pack-button { grid-column: 1 / -1; width: 100%; }
  .request-grid { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 22px; }
  .selection-summary { position: sticky; top: 94px; }
  .faq-grid { grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: start; }
  .reviews-heading { grid-template-columns: 1.05fr .95fr; align-items: end; gap: 40px; }
  .founder-card { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 28px; align-items: stretch; padding: 26px; }
  .founder-visual { min-height: 100%; }
  .founder-photo { height: 100%; min-height: 650px; aspect-ratio: auto; }
  .founder-content { align-self: center; }
  .founder-content h2 { font-size: clamp(2.2rem, 4.8vw, 2.8rem); }
}

@media (min-width: 1020px) {
  .header-inner { min-height: 74px; }
  .brand img { width: 86px; }
  .menu-button { display: none; }
  .nav { display: flex; align-items: center; gap: 22px; }
  .nav a { padding: 8px 0; font-size: .72rem; }
  .hero-grid { min-height: min(760px, calc(100svh - 74px)); grid-template-columns: minmax(0, 1fr); }
  .hero h1 { font-size: clamp(5rem, 7vw, 6.6rem); }
  .hero-comparison { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 18px; }
  .hero-plan { padding: 21px 22px; }
  .difference-section { padding-block: 68px; }
  .difference-panel { padding: 34px 38px; }
  .services-section, .reviews-section, .request-section, .process-section, .faq-section { padding-block: 88px; }
  .founder-section { padding-bottom: 88px; }
  .section-heading { margin-bottom: 38px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .service-card, .service-card:last-child { width: auto; min-height: 390px; grid-column: auto; }
  .service-name { font-size: 1.36rem; }
  .pack-offer { grid-template-columns: 1.25fr .62fr auto; }
  .pack-button { grid-column: auto; width: auto; min-width: 220px; }
  .form-card { padding: 40px; }
  .selection-summary { padding: 34px; }
  .founder-card { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 38px; align-items: stretch; padding: 30px; }
  .founder-visual { min-height: 100%; }
  .founder-photo { height: 100%; min-height: 590px; aspect-ratio: auto; border-radius: 25px; }
  .founder-photo img { object-position: center 18%; }
  .founder-content { align-self: center; padding: 10px 6px 10px 0; }
  .founder-content h2 { font-size: clamp(2.55rem, 3.6vw, 3.35rem); }
  .reviews-track { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; gap: 18px; overflow: visible; margin-inline: 0; padding: 4px 0; scroll-snap-type: none; }
  .review-card { scroll-snap-align: none; }
  .reviews-hint { display: none; }
}

@media (max-width: 599px) {
  .project-link { grid-template-columns: 1fr; gap: 3px; }
  .project-link b { overflow: visible; text-align: left; text-overflow: clip; white-space: normal; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 20px, var(--max)); }
  .hero-grid { padding-top: 42px; }
  .hero h1 { font-size: clamp(2.78rem, 14.7vw, 3.45rem); }
  .service-card, .form-card, .selection-summary, .pack-offer, .founder-card, .difference-panel { border-radius: 20px; }
  .difference-panel { padding: 22px 18px; }
  .service-card { padding: 19px; }
  .price-block strong { font-size: 2.45rem; }
  .summary-total { display: grid; gap: 8px; }
}

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