:root {
  --pink: #f53984;
  --pink-dark: #d63163;
  --cyan: #25dbf7;
  --cyan-dark: #33bdd1;
  --dark: #0d141a;
  --soft-dark: #1d1e20;
  --gray: #727586;
  --light: #f5f6f8;
  --border: #dadce0;
  --white: #fff;
  --heading: "Poppins", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dark);
  background: var(--white);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.home {
  background: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

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

.top-bar {
  background: var(--cyan);
  color: var(--soft-dark);
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #eceef2;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px clamp(16px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-brand img {
  height: 47px;
  width: auto;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 24px;
}

.site-nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: var(--dark);
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 600;
}

.cart-link,
.button,
.buy-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  align-items: center;
  background: var(--pink);
  border: 0;
  border-radius: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.cart-link:hover,
.button:hover,
.buy-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--pink-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.site-main {
  min-height: 60vh;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: calc(100vh - 118px);
}

.hero-media {
  background: var(--light);
  min-height: 560px;
  overflow: hidden;
}

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

.hero-content {
  align-self: center;
  padding: 48px clamp(24px, 5vw, 72px);
}

.eyebrow {
  color: var(--pink);
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--heading);
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  max-width: 680px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

h3 {
  font-size: 18px;
}

.lead {
  color: #404854;
  font-size: 18px;
  line-height: 1.7;
  margin: 22px 0 24px;
  max-width: 540px;
}

.wc-block-components-address-form__postcode,
.form-row#billing_postcode_field,
.form-row#shipping_postcode_field {
  width: 100%;
}

.form-row.ma-address-street {
  width: 68%;
  float: left;
  clear: both;
}

.form-row.ma-address-number {
  width: 30%;
  float: right;
}

.form-row.ma-address-number input {
  font-variant-numeric: tabular-nums;
}

.ma-checkout-cep-status {
  color: #4f5660;
  font-size: 13px;
  line-height: 1.4;
  margin: 6px 0 0;
}

.ma-checkout-cep-status[data-state="success"] {
  color: #137333;
}

.ma-checkout-cep-status[data-state="error"] {
  color: #b3261e;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-points span {
  background: var(--light);
  border: 1px solid #e7e9ed;
  color: #2f3741;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 12px;
}

.product-band,
.checkout-band,
.store-band,
.faq {
  padding: 72px clamp(16px, 5vw, 72px);
}

.product-wrap,
.checkout-layout,
.section-inner,
.faq {
  margin: 0 auto;
  max-width: 1180px;
}

.product-wrap,
.checkout-layout {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
}

.product-photo {
  aspect-ratio: 1;
  background: var(--light);
  overflow: hidden;
}

.product-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-copy p,
.checkout-copy p,
.faq p {
  color: #4f5660;
  font-size: 16px;
  line-height: 1.75;
}

.feature-list,
.flow-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  border-left: 4px solid var(--cyan);
  color: var(--soft-dark);
  font-weight: 800;
  padding-left: 14px;
}

.checkout-band {
  background: var(--cyan-dark);
  color: var(--white);
}

.checkout-band .eyebrow,
.checkout-band p {
  color: var(--white);
}

.price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.price-line span {
  font-family: var(--heading);
  font-size: 38px;
  font-weight: 800;
}

.price-line small {
  font-weight: 800;
  opacity: 0.85;
}

.checkout-box {
  background: var(--white);
  color: var(--dark);
  padding: clamp(22px, 4vw, 36px);
}

.checkout-box h3 {
  font-size: 22px;
}

.flow-list {
  color: #3b444f;
  counter-reset: flow;
  list-style: none;
  margin-bottom: 26px;
}

.flow-list li {
  align-items: start;
  display: grid;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr);
}

.flow-list li::before {
  align-items: center;
  background: var(--cyan);
  color: var(--soft-dark);
  content: counter(flow);
  counter-increment: flow;
  display: inline-flex;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.buy-button {
  width: 100%;
}

.checkout-note {
  color: var(--gray);
  font-size: 12px;
  line-height: 1.5;
  margin: 14px 0 0;
}

.store-band {
  background: #fbfcfd;
}

.section-heading {
  margin-bottom: 28px;
}

.woocommerce ul.products {
  display: grid;
  gap: 24px;
}

.woocommerce ul.products li.product {
  background: var(--white);
  border: 1px solid #e7e9ed;
  padding: 18px;
}

.proof-band {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
}

.proof-card {
  aspect-ratio: 16 / 9;
  background: var(--light);
  overflow: hidden;
}

.proof-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.faq {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.faq-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.faq article {
  background: var(--light);
  border-top: 4px solid var(--pink);
  padding: 22px;
}

.site-footer {
  align-items: center;
  background: var(--pink);
  color: var(--white);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 34px clamp(16px, 5vw, 72px);
}

.site-footer img {
  height: 38px;
  width: auto;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.footer-contact strong {
  text-align: right;
  width: 100%;
}

@media (max-width: 900px) {
  .form-row.ma-address-street,
  .form-row.ma-address-number {
    float: none;
    width: 100%;
  }

  .site-header {
    padding: 16px;
  }

  .site-brand img {
    height: 34px;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a:not(.cart-link) {
    display: none;
  }

  .home-hero,
  .product-wrap,
  .checkout-layout,
  .faq {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 0;
  }

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

  .hero-content {
    padding: 36px 18px 46px;
  }

  .product-band,
  .checkout-band,
  .store-band,
  .faq {
    padding: 52px 18px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

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

  .footer-contact,
  .footer-contact strong {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .top-bar {
    font-size: 11px;
  }

  h1 {
    font-size: 42px;
  }

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

  .cart-link {
    min-height: 42px;
    padding: 10px 14px;
  }
}
