:root {
  --purple: #572584;
  --purple-deep: #34104f;
  --purple-mid: #7b4fa0;
  --purple-soft: #f3ecf8;
  --cream: #fff8f2;
  --paper: #fffdfb;
  --ink: #261b2e;
  --muted: #716477;
  --gold: #f4b23a;
  --green: #21b558;
  --border: rgba(87, 37, 132, 0.14);
  --shadow: 0 22px 60px rgba(55, 20, 80, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

.announcement {
  align-items: center;
  background: var(--purple-deep);
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 34px;
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 251, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr auto 1.1fr;
  min-height: 92px;
  padding: 0.75rem clamp(1rem, 4vw, 3.25rem);
  position: sticky;
  top: 0;
  z-index: 40;
}

.brand {
  align-items: center;
  color: var(--purple);
  display: inline-flex;
  gap: 0.75rem;
  min-width: 235px;
}

.brand-icon {
  flex: 0 0 auto;
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.brand-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 0.9;
}

.brand-copy small {
  display: block;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(0.85rem, 2vw, 1.8rem);
  justify-content: center;
  white-space: nowrap;
}

.main-nav a {
  color: #2d2134;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: var(--purple);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #18101f;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 42px;
}

.icon-button svg,
.benefits svg,
.floating-whatsapp svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button svg {
  height: 24px;
  stroke-width: 1.8;
  width: 24px;
}

.cart span {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 0.62rem;
  font-weight: 900;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 16px;
}

.button,
.outline-button {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.83rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  min-height: 48px;
  padding: 0.95rem 1.65rem;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button {
  background: var(--purple);
  box-shadow: 0 16px 28px rgba(87, 37, 132, 0.24);
  color: #fff;
}

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

.button-small {
  min-height: 44px;
  padding: 0.85rem 1.35rem;
}

.outline-button {
  background: #fff;
  border: 1px solid var(--purple);
  color: var(--purple);
  min-width: 180px;
}

.text-link {
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 251, 0.98), rgba(255, 253, 251, 0.88) 42%, rgba(255, 253, 251, 0.18) 64%),
    radial-gradient(circle at left top, #fff2e7, #fffdfb 48%, #f4ecf8);
  display: grid;
  grid-template-columns: minmax(315px, 0.9fr) minmax(440px, 1.1fr);
  min-height: clamp(590px, 58vw, 720px);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  max-width: 625px;
  padding: clamp(2.25rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 5rem);
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

h1 {
  font-size: clamp(3.5rem, 7.5vw, 6.4rem);
  max-width: 600px;
}

.hero-text {
  color: #4d4255;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.25;
  margin: 1.35rem 0 2rem;
  max-width: 520px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 2rem;
}

.trust-row span {
  align-items: center;
  color: #392744;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 0.45rem;
  text-transform: uppercase;
}

.trust-row span::before,
.box-list li::before {
  align-items: center;
  border: 1px solid var(--purple);
  border-radius: 999px;
  color: var(--purple);
  content: "\2713";
  display: inline-flex;
  justify-content: center;
}

.trust-row span::before {
  height: 26px;
  width: 26px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.hero-button {
  min-width: min(100%, 310px);
}

.rating {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.rating span:first-child {
  color: var(--gold);
  letter-spacing: 0.05em;
}

.rating strong {
  color: var(--ink);
}

.hero-media {
  margin: 0;
  min-height: 460px;
  position: relative;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-media figcaption {
  background: var(--purple);
  border: 2px dashed rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  max-width: 160px;
  padding: 1.1rem 1.2rem;
  position: absolute;
  right: clamp(1rem, 4vw, 2.4rem);
  text-align: center;
  text-transform: uppercase;
  top: clamp(1rem, 4vw, 2rem);
  transform: rotate(-6deg);
}

.benefits,
.steps-section,
.promise,
.box-panel,
.campaign-gallery,
.reviews,
.contact {
  margin-inline: auto;
  max-width: 1180px;
  width: calc(100% - clamp(2rem, 7vw, 5rem));
}

.benefits {
  background: linear-gradient(135deg, #fff 0%, var(--purple-soft) 100%);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -42px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.benefits article {
  align-items: center;
  display: flex;
  gap: 1rem;
  min-width: 0;
  padding: 1.55rem clamp(1rem, 2vw, 1.55rem);
}

.benefits article + article {
  border-left: 1px solid var(--border);
}

.benefits svg {
  color: var(--purple);
  flex: 0 0 auto;
  height: 42px;
  stroke-width: 1.45;
  width: 42px;
}

.benefits h2 {
  color: var(--purple);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.3vw, 1.02rem);
  font-weight: 900;
  line-height: 1.18;
  margin: 0;
  text-transform: uppercase;
}

.benefits p,
.step-list p,
.promise p,
.box-copy p,
.review-grid p,
.contact p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.benefits p {
  font-size: 0.8rem;
  line-height: 1.45;
  margin-top: 0.45rem;
}

.toys-section {
  margin: 3.4rem auto 4rem;
  max-width: 1180px;
  padding-inline: clamp(1rem, 4vw, 2rem);
  text-align: center;
}

.section-heading {
  margin: 0 auto 1.75rem;
  max-width: 720px;
}

.section-heading h2,
.steps-copy h2,
.promise h2,
.box-panel h2,
.reviews h2,
.contact h2 {
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
}

.section-heading span {
  color: var(--purple-mid);
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 0.7rem;
}

.toy-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 1.7rem;
}

.toy-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(69, 40, 91, 0.08);
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.95rem;
}

.toy-card img {
  aspect-ratio: 1 / 1.02;
  background: var(--cream);
  border-radius: 6px;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.toy-card h3 {
  color: var(--purple);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0.7rem 0 0;
}

.steps-section {
  align-items: center;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1.05fr 0.95fr;
  margin-bottom: 1.4rem;
}

.steps-copy {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.step-list {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.5rem;
}

.step-list article {
  border-left: 3px solid var(--purple);
  padding-left: 1rem;
}

.step-list strong {
  align-items: center;
  background: var(--purple-soft);
  border-radius: 999px;
  color: var(--purple);
  display: inline-flex;
  font-size: 0.8rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.step-list h3 {
  color: var(--purple);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0.75rem 0 0.4rem;
  text-transform: uppercase;
}

.steps-section > img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: left center;
  width: 100%;
}

.promise {
  background: linear-gradient(135deg, #fff 0%, #fbf0eb 100%);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  margin-bottom: 1.4rem;
  overflow: hidden;
}

.promise-image img {
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: left top;
  width: 100%;
}

.promise-copy {
  align-self: center;
  padding: clamp(1.7rem, 4vw, 3rem);
}

.promise-copy h2,
.box-copy h2,
.reviews h2,
.contact h2 {
  margin-bottom: 1.15rem;
}

.promise-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.8rem;
}

.promise-stats span {
  color: #3c2b4a;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.promise-stats span::before {
  background: #fff;
  border: 1px solid rgba(87, 37, 132, 0.26);
  border-radius: 999px;
  color: var(--purple);
  content: "\2665";
  display: inline-grid;
  font-size: 0.92rem;
  height: 30px;
  margin-right: 0.55rem;
  place-items: center;
  vertical-align: middle;
  width: 30px;
}

.box-panel {
  background: linear-gradient(135deg, #fff 0%, #fbf2ee 100%);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.5rem);
  grid-template-columns: 0.92fr 0.88fr 0.72fr;
  margin-bottom: 1.4rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.box-image img {
  border-radius: 8px;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.box-copy {
  align-self: center;
}

.price {
  color: var(--purple);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  line-height: 1;
  margin: 1.1rem 0;
}

.box-list {
  align-self: center;
  border-left: 1px solid var(--border);
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
}

.box-list li {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0.85rem 0;
  padding-left: 1.7rem;
  position: relative;
}

.box-list li::before {
  font-size: 0.7rem;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0.08rem;
  width: 18px;
}

.campaign-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.95fr 0.8fr;
  margin-bottom: 4rem;
}

.campaign-gallery article {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.campaign-gallery img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.campaign-gallery article:nth-child(2) img,
.campaign-gallery article:nth-child(3) img {
  object-position: top center;
}

.reviews {
  margin-bottom: 4rem;
  text-align: center;
}

.review-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.5rem;
  text-align: left;
}

.review-grid article {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 1.35rem;
}

.review-grid span {
  color: var(--gold);
  display: block;
  margin-bottom: 0.75rem;
}

.review-grid strong {
  color: var(--purple);
  display: block;
  margin-top: 0.95rem;
}

.contact {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(52, 16, 79, 0.96), rgba(87, 37, 132, 0.92)),
    url("assets/campaign-kids.png") center / cover;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: clamp(1.75rem, 4vw, 3rem);
}

.contact .eyebrow,
.contact h2,
.contact p {
  color: #fff;
}

.contact .button {
  background: #fff;
  color: var(--purple);
  flex: 0 0 auto;
}

.floating-whatsapp {
  align-items: center;
  background: var(--green);
  border: 4px solid #fff;
  border-radius: 999px;
  bottom: 1.35rem;
  box-shadow: 0 14px 34px rgba(18, 125, 61, 0.28);
  color: #fff;
  display: flex;
  height: 64px;
  justify-content: center;
  position: fixed;
  right: 1.35rem;
  width: 64px;
  z-index: 50;
}

.floating-whatsapp svg {
  height: 34px;
  stroke-width: 1.7;
  width: 34px;
}

.site-footer {
  align-items: center;
  background: var(--purple-deep);
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.5rem 1.25rem;
  justify-content: center;
  line-height: 1.5;
  padding: 1.35rem clamp(1rem, 4vw, 3rem);
  text-align: center;
}

.site-footer img {
  filter: brightness(0) invert(1);
  height: 38px;
  opacity: 0.9;
  width: 38px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

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

  .benefits article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .benefits article:nth-child(4) {
    border-top: 1px solid var(--border);
  }

  .toy-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps-section,
  .promise,
  .box-panel {
    grid-template-columns: 1fr 1fr;
  }

  .box-list {
    border-left: 0;
    border-top: 1px solid var(--border);
    grid-column: 1 / -1;
    padding: 1rem 0 0;
  }

  .campaign-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .announcement {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .site-header {
    min-height: 78px;
    padding: 0.65rem 1rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-icon {
    height: 50px;
    width: 50px;
  }

  .brand-copy strong {
    font-size: 1.85rem;
  }

  .brand-copy small {
    display: none;
  }

  .header-actions .icon-button {
    display: none;
  }

  .button-small {
    min-height: 40px;
    padding: 0.75rem 0.9rem;
  }

  .hero {
    background: linear-gradient(180deg, #fff8f2 0%, #fffdfb 100%);
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .hero-copy {
    padding: 2.3rem 1.15rem 1.4rem;
    text-align: center;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .hero-text {
    margin-inline: auto;
  }

  .trust-row,
  .hero-actions,
  .rating {
    justify-content: center;
  }

  .hero-media {
    min-height: 365px;
  }

  .hero-media figcaption {
    font-size: 0.85rem;
    max-width: 120px;
    padding: 0.8rem;
    right: 0.8rem;
    top: 0.8rem;
  }

  .benefits,
  .steps-section,
  .promise,
  .box-panel,
  .campaign-gallery,
  .reviews,
  .contact {
    width: calc(100% - 1.5rem);
  }

  .benefits {
    grid-template-columns: 1fr;
    margin-top: 0.75rem;
  }

  .benefits article {
    border-left: 0 !important;
    border-top: 1px solid var(--border);
    padding: 1.15rem;
  }

  .benefits article:first-child {
    border-top: 0;
  }

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

  .steps-section,
  .promise,
  .box-panel,
  .review-grid,
  .campaign-gallery {
    grid-template-columns: 1fr;
  }

  .step-list {
    grid-template-columns: 1fr;
  }

  .steps-section > img {
    max-height: none;
  }

  .promise-image img {
    min-height: 300px;
  }

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

  .floating-whatsapp {
    bottom: 1rem;
    height: 56px;
    right: 1rem;
    width: 56px;
  }

  .floating-whatsapp svg {
    height: 29px;
    width: 29px;
  }
}

@media (max-width: 430px) {
  .brand-copy strong {
    font-size: 1.55rem;
  }

  .toy-grid {
    gap: 0.75rem;
  }

  .toy-card {
    padding: 0.55rem 0.55rem 0.75rem;
  }

  .toy-card h3 {
    font-size: 0.82rem;
  }
}
