:root {
  --navy-950: #030a14;
  --navy-900: #071426;
  --navy-800: #0c213b;
  --navy-700: #133458;
  --red: #f20c23;
  --red-bright: #ff3348;
  --white: #ffffff;
  --muted: #aabbd0;
  --border: rgba(174, 205, 235, 0.14);
  --surface: rgba(12, 33, 59, 0.6);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  background: var(--navy-950);
  scrollbar-color: #29415b var(--navy-950);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 15% 0%, rgba(25, 82, 131, 0.28), transparent 32rem),
    radial-gradient(circle at 92% 18%, rgba(242, 12, 35, 0.1), transparent 24rem),
    linear-gradient(155deg, var(--navy-900) 0%, var(--navy-950) 72%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(117, 168, 211, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 168, 211, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 72%);
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--navy-950);
  font-weight: 800;
  text-decoration: none;
  background: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  padding: 40px 0 28px;
}

.hero {
  position: relative;
  padding: 0 4px 30px;
  text-align: center;
}

.hero::after {
  display: block;
  width: 58px;
  height: 3px;
  margin: 27px auto 0;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  box-shadow: 0 0 20px rgba(242, 12, 35, 0.55);
}

.brand-mark {
  position: relative;
  display: grid;
  width: min(100%, 340px);
  height: 132px;
  margin: 0 auto 22px;
  place-items: center;
  overflow: hidden;
}

.brand-mark img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-31%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 9px;
  color: #d7e4f2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.15rem, 10vw, 4.15rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-copy {
  max-width: 460px;
  margin: 17px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

main {
  display: grid;
  gap: 24px;
}

.social-section,
.review-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.social-section {
  padding: 22px;
  background: linear-gradient(145deg, rgba(15, 43, 73, 0.72), rgba(7, 20, 38, 0.58));
}

.section-heading {
  margin: 0 3px 18px;
}

.section-heading h2,
.review-card h2 {
  margin: 0;
  font-size: clamp(1.4rem, 5.8vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.social-grid {
  display: grid;
  gap: 11px;
}

.social-card {
  position: relative;
  display: grid;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(177, 207, 234, 0.13);
  border-radius: var(--radius-md);
  align-items: center;
  grid-template-columns: 48px 1fr 28px;
  gap: 13px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.social-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 0 8px 8px 0;
  content: "";
  opacity: 0.9;
  background: var(--platform, var(--red));
}

.social-card:focus-visible,
.review-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}

.instagram { --platform: #e4405f; }
.facebook { --platform: #1877f2; }
.linkedin { --platform: #0a66c2; }
.youtube { --platform: #ff0033; }
.whatsapp { --platform: #25d366; }
.website { --platform: #5bc0eb; }

.platform-icon {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  place-items: center;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  background: color-mix(in srgb, var(--platform) 24%, rgba(255, 255, 255, 0.04));
}

.icon-instagram::before {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 7px;
  content: "";
}

.icon-instagram::after {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: currentColor;
}

.icon-instagram span {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-facebook {
  padding-top: 8px;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.icon-linkedin {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.icon-youtube {
  border-radius: 15px;
}

.icon-youtube::before {
  width: 27px;
  height: 19px;
  border-radius: 6px;
  content: "";
  background: currentColor;
}

.icon-youtube span {
  position: absolute;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--navy-900);
}

.icon-whatsapp::before {
  width: 23px;
  height: 23px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.icon-whatsapp::after {
  position: absolute;
  bottom: 10px;
  left: 12px;
  border-top: 7px solid currentColor;
  border-right: 6px solid transparent;
  content: "";
  transform: rotate(12deg);
}

.icon-whatsapp span {
  position: absolute;
  top: 14px;
  font-size: 0.76rem;
  transform: rotate(-28deg);
}

.icon-website::before,
.icon-website::after,
.icon-website span {
  position: absolute;
  content: "";
}

.icon-website::before {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-website::after {
  width: 23px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.icon-website span {
  width: 9px;
  height: 24px;
  border-right: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 50%;
}

.card-copy {
  display: grid;
  gap: 4px;
}

.card-copy strong {
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.card-copy small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-arrow {
  color: #8299b2;
  font-size: 1.2rem;
  transition: color 180ms ease, transform 180ms ease;
}

.review-card {
  position: relative;
  padding: 30px 22px 24px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(140deg, rgba(75, 9, 23, 0.83), rgba(13, 25, 44, 0.92) 60%),
    var(--navy-800);
}

.review-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 60, 80, 0.17);
}

.review-glow {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 270px;
  height: 170px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(242, 12, 35, 0.21);
  filter: blur(45px);
  transform: translateX(-50%);
}

.stars {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 19px;
  color: #ffc94d;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 16px rgba(255, 186, 37, 0.28);
}

.review-card h2 {
  position: relative;
  max-width: 510px;
  margin-inline: auto;
}

.review-card > p:not(.section-kicker) {
  position: relative;
  margin: 12px 0 22px;
  color: #c1ccda;
  line-height: 1.6;
}

.review-button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 60px;
  padding: 12px 16px;
  border-radius: 15px;
  align-items: center;
  grid-template-columns: 34px 1fr 24px;
  gap: 10px;
  color: #172033;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.45);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.google-g {
  font-family: Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  color: #4285f4;
}

.footer {
  padding: 39px 14px 6px;
  text-align: center;
  color: #8295aa;
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer p {
  margin: 3px 0;
}

.footer-name {
  color: #d7e2ee;
  font-size: 0.88rem;
  font-weight: 750;
}

.copyright {
  margin-top: 12px !important;
  color: #60758b;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
}

.is-ready .reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.is-ready .social-section { transition-delay: 90ms; }
.is-ready .review-card { transition-delay: 180ms; }
.is-ready .footer { transition-delay: 240ms; }

@media (hover: hover) and (pointer: fine) {
  .social-card:hover {
    border-color: color-mix(in srgb, var(--platform) 45%, rgba(255, 255, 255, 0.12));
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
  }

  .social-card:hover .card-arrow {
    color: var(--white);
    transform: translate(2px, -2px);
  }

  .review-button:hover {
    box-shadow: 0 17px 40px rgba(0, 0, 0, 0.34), 0 0 26px rgba(242, 12, 35, 0.2);
    transform: translateY(-3px);
  }
}

@media (min-width: 680px) {
  .page-shell {
    padding-top: 58px;
  }

  .hero {
    padding-bottom: 39px;
  }

  .brand-mark {
    height: 154px;
    margin-bottom: 24px;
  }

  .social-section {
    padding: 28px;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-card {
    padding: 38px 44px 32px;
  }

  .review-button {
    max-width: 390px;
    margin-inline: auto;
  }
}

@media (max-width: 370px) {
  .page-shell {
    width: min(100% - 22px, 760px);
  }

  .social-section {
    padding: 16px;
  }

  .social-card {
    padding-inline: 11px;
    grid-template-columns: 44px 1fr 23px;
    gap: 10px;
  }

  .platform-icon {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
