:root {
  --navy: #061b3d;
  --navy-2: #0b2b60;
  --orange: #ff7300;
  --orange-2: #ff9a28;
  --blue: #1458d4;
  --cyan: #35c9ff;
  --green: #61c448;
  --ink: #101823;
  --muted: #5f6c7b;
  --line: #dce3ec;
  --paper: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 30px 90px rgba(12, 30, 56, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 115, 0, 0.16), transparent 34rem),
    radial-gradient(circle at 100% 12%, rgba(20, 88, 212, 0.13), transparent 35rem),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 54%, #edf2f7 100%);
}

img {
  max-width: 100%;
}

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

main {
  width: min(1180px, calc(100% - 30px));
  margin: 0 auto;
}

.brand-hero {
  padding: 24px 0 34px;
}

.top-banner {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(6, 27, 61, 0.08);
}

.top-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 2048 / 864;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 38px 4px 10px;
}

.eyebrow,
.product-number {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 14px;
  color: var(--navy);
  background: rgba(255, 115, 0, 0.1);
  border: 1px solid rgba(255, 115, 0, 0.25);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 850px;
  margin: 16px 0 16px;
  color: var(--navy);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy,
.product-copy,
.choice-heading,
.choice-grid,
.hero-badges {
  min-width: 0;
}

.hero-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-badges {
  display: grid;
  gap: 10px;
  min-width: 250px;
}

.hero-badges span {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(14, 33, 60, 0.06);
}

.storefront {
  display: grid;
  gap: 24px;
  padding: 18px 0 28px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
  min-height: 540px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(6, 27, 61, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
  padding: 34px;
  overflow: hidden;
}

.product-media::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.product-periodizacao .product-media {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.34), transparent 15rem),
    linear-gradient(145deg, #061b3d 0%, #0d376d 48%, #ff7300 140%);
}

.product-hipertrofia .product-media {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.38), transparent 15rem),
    linear-gradient(145deg, #061b3d 0%, #0f4096 52%, #3dd5ff 135%);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: min(108%, 610px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 36px 48px rgba(0, 0, 0, 0.34));
}

.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.product-copy h2 {
  margin: 18px 0 14px;
  color: var(--navy);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 0.98;
  letter-spacing: 0;
}

.product-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.product-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 30px;
}

.product-points span {
  position: relative;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 13px 16px 13px 45px;
  background: #fff;
  color: #243242;
  font-weight: 800;
}

.product-points span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
}

.product-hipertrofia .product-points span::before {
  background: var(--cyan);
}

.cta {
  min-height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  text-align: center;
  line-height: 1.15;
  white-space: normal;
  box-shadow: 0 18px 38px rgba(18, 34, 58, 0.18);
  transition: transform 160ms ease, filter 160ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.cta-periodizacao {
  background: linear-gradient(135deg, #ef6700, #ff9d2c);
}

.cta-hipertrofia {
  background: linear-gradient(135deg, #1156d8, #34c7ff);
}

.choice-guide {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
  margin: 8px 0 30px;
  padding: 34px;
  border-radius: 34px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(6, 27, 61, 0.96), rgba(11, 43, 96, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(255, 115, 0, 0.26), transparent 24rem);
  box-shadow: var(--shadow);
}

.choice-guide .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.choice-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.choice-grid {
  display: grid;
  gap: 14px;
}

.choice-grid div {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 19px;
  background: rgba(255, 255, 255, 0.07);
}

.choice-grid strong,
.choice-grid span {
  display: block;
}

.choice-grid strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.choice-grid span {
  color: #dbe5ef;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 42px;
  color: var(--muted);
  font-weight: 800;
}

.footer img {
  width: min(310px, 62vw);
  height: auto;
}

@media (max-width: 900px) {
  main {
    width: 100%;
    max-width: 100vw;
    padding: 0 12px;
    overflow: hidden;
  }

  .brand-hero {
    padding-top: 12px;
  }

  .top-banner {
    border-radius: 20px;
  }

  .top-banner img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-content,
  .product-card,
  .choice-guide {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 28px;
    width: 100%;
    overflow: hidden;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 36px);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .hero-copy p,
  .product-copy p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-badges {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
    border-radius: 26px;
    width: 100%;
  }

  .product-media {
    min-height: 310px;
    padding: 20px;
  }

  .product-media::before {
    inset: 16px;
    border-radius: 22px;
  }

  .product-media img {
    width: 106%;
    max-height: 285px;
  }

  .product-copy {
    padding: 24px 20px;
  }

  .product-copy h2 {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.02;
  }

  .product-points span {
    padding-right: 14px;
    overflow-wrap: break-word;
  }

  .cta {
    width: 100%;
    min-height: 58px;
  }

  .choice-guide {
    padding: 25px;
    border-radius: 26px;
  }

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