
:root {
  --v2-navy: #061b34;
  --v2-navy-2: #0a2b4f;
  --v2-blue: #0f83ff;
  --v2-blue-2: #22a8ff;
  --v2-yellow: #ffd817;
  --v2-text: #0a1f39;
  --v2-muted: #60758d;
  --v2-line: #dce7f1;
  --v2-bg: #f4f8fc;
  --v2-white: #ffffff;
}

.home-v2 {
  background: var(--v2-white);
  color: var(--v2-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.v2-container {
  width: min(1460px, calc(100% - 52px));
  margin-inline: auto;
}

.v2-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: linear-gradient(90deg, #06182e, #071f3b 60%, #06182e);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.v2-header-inner {
  width: min(1460px, calc(100% - 52px));
  height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.v2-brand {
  width: 250px;
  flex: 0 0 auto;
}

.v2-brand img {
  width: 100%;
  max-height: 66px;
  object-fit: contain;
}

.v2-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.v2-nav a {
  position: relative;
  padding: 31px 0 27px;
  color: #eef6ff;
  font-size: .92rem;
  font-weight: 700;
}

.v2-nav a:hover,
.v2-nav a.active {
  color: white;
}

.v2-nav a.active::after,
.v2-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 3px;
  border-radius: 99px;
  background: var(--v2-yellow);
}

.v2-header-actions {
  margin-left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.v2-instagram-mini,
.v2-order-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border-radius: 11px;
  padding: 0 16px;
}

.v2-instagram-mini {
  background: rgba(255,255,255,.05);
  color: white;
  border: 1px solid rgba(255,255,255,.05);
}

.v2-instagram-icon,
.v2-whatsapp-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
}

.v2-instagram-icon {
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 8%, #fd5949 36%, #d6249f 62%, #285AEB 92%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.v2-instagram-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-whatsapp-icon {
  color: #09213d;
}

.v2-whatsapp-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.v2-whatsapp-icon .wa-bubble {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-whatsapp-icon .wa-phone {
  fill: currentColor;
}

.v2-instagram-mini strong,
.v2-order-cta strong {
  display: block;
  font-size: .86rem;
  line-height: 1.1;
}

.v2-instagram-mini small,
.v2-order-cta small {
  display: block;
  margin-top: 3px;
  font-size: .67rem;
  opacity: .84;
}

.v2-order-cta {
  color: #07182d;
  background: var(--v2-yellow);
  box-shadow: 0 10px 24px rgba(255,216,23,.18);
}
}

.v2-menu-btn {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.12);
  background: transparent;
  border-radius: 12px;
  padding: 10px;
}

.v2-menu-btn span {
  display: block;
  height: 2px;
  background: white;
  margin: 5px 0;
}

.v2-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(22, 144, 255, .13), transparent 24%),
    linear-gradient(90deg, #ffffff 0%, #f8fbff 42%, #eef6fd 100%);
  border-bottom: 1px solid #e7eef5;
}

.v2-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.65));
  pointer-events: none;
}

.v2-hero-grid {
  min-height: 485px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 42px;
  align-items: center;
}

.v2-hero-copy {
  padding: 58px 0 48px;
  position: relative;
  z-index: 2;
}

.v2-kicker {
  display: inline-block;
  color: #087cf0;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 12px;
}

.v2-hero h1 {
  max-width: 690px;
  color: var(--v2-text);
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.v2-hero h1 span {
  color: var(--v2-blue);
}

.v2-hero-copy > p {
  max-width: 650px;
  margin-top: 18px;
  color: #4f6882;
  font-size: 1.06rem;
  line-height: 1.5;
}

.v2-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.v2-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 175px;
}

.v2-benefit-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe1ef;
  border-radius: 50%;
  background: #f7fbff;
  color: #1189ed;
  font-size: 1.22rem;
  font-weight: 900;
  box-shadow: 0 7px 18px rgba(43,90,125,.07);
}

.v2-benefit strong {
  display: block;
  color: #15304e;
  font-size: .81rem;
}

.v2-benefit span {
  display: block;
  color: #27445f;
  font-size: .75rem;
  line-height: 1.25;
}

.v2-hero-showcase {
  position: relative;
  min-height: 420px;
}

.v2-hero-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 18px;
  background: white;
  border: 1px solid #d7e4ef;
  box-shadow: 0 25px 60px rgba(17,50,83,.16);
}

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

.v2-hero-photo-main {
  width: 64%;
  height: 250px;
  left: 13%;
  top: 88px;
  transform: rotate(-2deg);
  z-index: 3;
}

.v2-hero-photo-back {
  width: 47%;
  height: 185px;
  right: 4%;
  top: 38px;
  transform: rotate(4deg);
  opacity: .92;
  z-index: 1;
}

.v2-hero-logo-seal {
  position: absolute;
  left: 4%;
  bottom: 45px;
  z-index: 4;
  width: 220px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(7px);
  box-shadow: 0 12px 32px rgba(23, 54, 83, .12);
}

.v2-hero-logo-seal img {
  width: 100%;
}

.v2-hero-phrase {
  position: absolute;
  right: 2%;
  bottom: 68px;
  z-index: 4;
  text-align: right;
  transform: rotate(-4deg);
}

.v2-hero-phrase strong,
.v2-hero-phrase span {
  display: block;
  font-style: italic;
  font-weight: 900;
  color: #09203b;
}

.v2-hero-phrase strong {
  font-size: 1.1rem;
}

.v2-hero-phrase span {
  font-size: 1.55rem;
  margin-top: -4px;
}

.v2-hero-phrase::after {
  content: "";
  width: 85px;
  height: 5px;
  display: block;
  margin: 7px 0 0 auto;
  border-radius: 99px;
  background: var(--v2-yellow);
}


.v2-belem-card {
  position: absolute;
  right: 0;
  top: 130px;
  width: 44%;
  min-width: 320px;
  max-width: 500px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d8e4ef;
  background: white;
  box-shadow: 0 24px 58px rgba(18, 49, 80, .16);
  z-index: 2;
}

.v2-belem-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.v2-belem-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 17px;
  background: linear-gradient(to top, rgba(6, 24, 46, .88), rgba(6, 24, 46, .35), transparent);
  color: white;
}

.v2-belem-overlay-compact {
  padding: 10px 14px 11px;
  background: linear-gradient(to top, rgba(6, 24, 46, .72), rgba(6, 24, 46, 0));
}

.v2-belem-tag {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.v2-belem-overlay strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.08;
}

.v2-belem-overlay small {
  display: block;
  margin-top: 5px;
  color: #d5e4f4;
  font-size: .76rem;
}

@media (max-width: 980px) {
  .v2-belem-card {
    right: 3%;
    top: 150px;
    width: 56%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .v2-belem-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 14px;
  }

  .v2-belem-card img {
    height: 150px;
  }
}

.v2-products-section {
  padding: 30px 0 46px;
  background: #f7fafc;
}

.v2-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.v2-products-head h2 {
  color: var(--v2-text);
  font-size: clamp(2rem, 3vw, 3.15rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.v2-products-head p {
  margin-top: 8px;
  color: #536d87;
}

.v2-search-box {
  width: min(310px, 100%);
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 9px;
  background: white;
  border: 1px solid #c6d6e4;
  box-shadow: 0 4px 12px rgba(18,53,86,.04);
}

.v2-search-box span {
  color: #173b63;
  font-size: 1.2rem;
  font-weight: 900;
}

.v2-search-box input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #17304b;
}

.v2-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.v2-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 12px;
  background: white;
  border: 1px solid #dce7f0;
  box-shadow: 0 7px 22px rgba(24,55,86,.06);
  transition: .22s ease;
}

.v2-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(20,71,116,.12);
  border-color: #b7d9f2;
}

.v2-product-card.is-hidden {
  display: none;
}

.v2-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.v2-product-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .35s ease;
}

.v2-product-card:hover .v2-product-image > img {
  transform: scale(1.025);
}

/* Ajustes finos por tipo de imagem */
.v2-product-image[href="wind-banner.html"] > img {
  width: 94%;
  height: 94%;
}

.v2-product-image[href="ventarolas.html"] > img {
  width: 92%;
  height: 92%;
}

.v2-product-image[href="faixas.html"] > img {
  width: 96%;
  height: 88%;
}

.v2-product-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(5px);
  box-shadow: 0 8px 18px rgba(18,49,80,.08);
}

.v2-product-logo img {
  width: 100%;
}

.v2-product-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title title"
    "desc button";
  gap: 5px 12px;
  align-items: end;
  padding: 11px 12px 12px;
}

.v2-product-body h3 {
  grid-area: title;
  color: #0d223a;
  font-size: 1rem;
  line-height: 1.15;
}

.v2-product-body p {
  grid-area: desc;
  color: #64798e;
  font-size: .77rem;
  line-height: 1.35;
}

.v2-product-button {
  grid-area: button;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 7px;
  background: linear-gradient(135deg, #188cf8, #0873ea);
  color: white;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

.v2-product-button:hover {
  filter: brightness(1.05);
}

.v2-no-results {
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  color: #587089;
  border: 1px dashed #b8cbdc;
  background: white;
}

.v2-trust-strip {
  background: linear-gradient(90deg, #06192f, #082341 58%, #06192f);
  color: white;
  border-top: 1px solid rgba(255,255,255,.05);
}

.v2-trust-strip-grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 26px;
  align-items: center;
}

.v2-trust-mini {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding-right: 18px;
  border-right: 1px solid rgba(255,255,255,.09);
}

.v2-trust-icon {
  color: var(--v2-yellow);
  font-size: 1.35rem;
}

.v2-trust-mini strong {
  display: block;
  font-size: .78rem;
}

.v2-trust-mini small {
  display: block;
  margin-top: 3px;
  color: #bbccdc;
  font-size: .67rem;
}

.v2-whatsapp-strip {
  min-width: 220px;
  min-height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--v2-yellow);
  color: #07192f;
  font-size: .82rem;
  font-weight: 900;
}

.v2-section {
  padding: 78px 0;
}

.v2-about {
  background: white;
}

.v2-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.v2-about h2,
.v2-how h2,
.v2-instagram h2,
.v2-contact h2 {
  color: var(--v2-text);
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 1.03;
  letter-spacing: -.048em;
}

.v2-about p,
.v2-instagram p,
.v2-contact p {
  margin-top: 16px;
  color: #60758b;
  line-height: 1.65;
}

.v2-secondary-link {
  display: inline-flex;
  margin-top: 22px;
  color: #087dec;
  font-weight: 900;
}

.v2-about-cards {
  display: grid;
  gap: 12px;
}

.v2-about-cards article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px;
  border-radius: 16px;
  background: #f7fafe;
  border: 1px solid #dce7f1;
}

.v2-about-cards article > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e6f4ff;
  color: #087be7;
  font-size: .73rem;
  font-weight: 900;
}

.v2-about-cards strong {
  display: block;
  color: #15314e;
}

.v2-about-cards p {
  margin-top: 5px;
  font-size: .86rem;
}

.v2-how {
  background: #eff6fb;
}

.v2-section-head.center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}

.v2-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.v2-how-grid article {
  padding: 24px;
  border-radius: 16px;
  background: white;
  border: 1px solid #dce8f1;
  box-shadow: 0 7px 20px rgba(24,55,86,.04);
}

.v2-how-grid article > span {
  color: #0d86ee;
  font-size: .78rem;
  font-weight: 900;
}

.v2-how-grid h3 {
  margin-top: 11px;
  color: #102b48;
}

.v2-how-grid p {
  margin-top: 7px;
  color: #6c8093;
  font-size: .87rem;
}

.v2-instagram {
  background: #071a31;
  color: white;
}

.v2-instagram .v2-kicker {
  color: #63d4ff;
}

.v2-instagram h2 {
  color: white;
}

.v2-instagram p {
  color: #bed0e1;
}

.v2-instagram-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 34px;
  align-items: center;
}

.v2-instagram-button {
  display: inline-flex;
  margin-top: 22px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 9px;
  background: var(--v2-yellow);
  color: #07192f;
  font-weight: 900;
  font-size: .86rem;
}

.v2-instagram-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
}

.v2-instagram-mosaic img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
}

.v2-contact {
  background: #f7fafc;
}

.v2-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 36px;
  border-radius: 18px;
  background: white;
  border: 1px solid #dce7f0;
  box-shadow: 0 12px 34px rgba(20,54,87,.07);
}

.v2-contact h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.v2-contact-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, #0b89fb, #076cdb);
  color: white;
  font-weight: 900;
  white-space: nowrap;
}

.v2-floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 150;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(21,130,75,.28);
}

.v2-floating-whatsapp svg {
  width: 31px;
  height: 31px;
  display: block;
}

.v2-floating-whatsapp .wa-bubble {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-floating-whatsapp .wa-phone {
  fill: currentColor;
}

.v2-footer {
  padding: 20px 0;
  background: #041427;
  color: #b9cad9;
}

.v2-footer-inner {
  display: flex;
  align-items: center;
  gap: 22px;
}

.v2-footer img {
  width: 150px;
}

.v2-footer p {
  margin-left: auto;
  font-size: .78rem;
}

.v2-footer a {
  font-size: .78rem;
  color: white;
}

@media (max-width: 1230px) {
  .v2-header-actions {
    display: none;
  }

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

  .v2-trust-strip-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 0;
  }

  .v2-whatsapp-strip {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .v2-header-inner,
  .v2-container {
    width: min(100% - 32px, 1460px);
  }

  .v2-brand {
    width: 210px;
  }

  .v2-menu-btn {
    display: block;
  }

  .v2-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 14px;
    background: #071c35;
    box-shadow: 0 20px 45px rgba(0,0,0,.28);
  }

  .v2-nav.open {
    display: flex;
  }

  .v2-nav a {
    padding: 13px 14px;
  }

  .v2-nav a::after {
    display: none !important;
  }

  .v2-hero-grid,
  .v2-about-grid,
  .v2-instagram-grid {
    grid-template-columns: 1fr;
  }

  .v2-hero-showcase {
    min-height: 360px;
  }

  .v2-products-head {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-search-box {
    width: 100%;
  }

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

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

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

@media (max-width: 640px) {
  .v2-header-inner {
    height: 72px;
  }

  .v2-brand {
    width: 168px;
  }

  .v2-nav {
    top: 66px;
  }

  .v2-hero-grid {
    min-height: auto;
  }

  .v2-hero-copy {
    padding: 48px 0 20px;
  }

  .v2-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .v2-benefits {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v2-hero-showcase {
    min-height: 300px;
  }

  .v2-hero-photo-main {
    width: 78%;
    height: 190px;
    left: 4%;
    top: 70px;
  }

  .v2-hero-photo-back {
    width: 58%;
    height: 145px;
    right: 2%;
    top: 20px;
  }

  .v2-hero-logo-seal {
    width: 150px;
    bottom: 26px;
  }

  .v2-hero-phrase {
    right: 0;
    bottom: 28px;
  }

  .v2-hero-phrase strong {
    font-size: .8rem;
  }

  .v2-hero-phrase span {
    font-size: 1rem;
  }

  .v2-products-section {
    padding-top: 24px;
  }

  .v2-product-grid {
    grid-template-columns: 1fr;
  }

  .v2-product-image {
    aspect-ratio: 16 / 8.6;
  }

  .v2-product-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "desc"
      "button";
  }

  .v2-product-button {
    width: 100%;
    margin-top: 7px;
  }

  .v2-trust-strip-grid,
  .v2-how-grid {
    grid-template-columns: 1fr;
  }

  .v2-trust-mini {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 10px 0 16px;
  }

  .v2-section {
    padding: 58px 0;
  }

  .v2-instagram-mosaic {
    grid-template-columns: 1fr;
  }

  .v2-instagram-mosaic img {
    height: 220px;
  }

  .v2-contact-card {
    padding: 25px 20px;
  }

  .v2-contact-button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

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

  .v2-footer p {
    margin-left: 0;
  }
}



.v2-para-strip-section {
  padding: 28px 0 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.v2-para-strip {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 22px;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  background: white;
  border: 1px solid #dbe7f1;
  box-shadow: 0 16px 44px rgba(19, 49, 79, .08);
}

.v2-para-strip-image {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #d7e3ee;
  background: #eef5fb;
}

.v2-para-strip-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.v2-para-strip-copy h2 {
  color: var(--v2-text);
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.v2-para-strip-copy p {
  margin-top: 14px;
  color: #60758d;
  line-height: 1.65;
  max-width: 500px;
}

@media (max-width: 980px) {
  .v2-para-strip {
    grid-template-columns: 1fr;
  }

  .v2-para-strip-image img {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .v2-para-strip-section {
    padding-top: 20px;
  }

  .v2-para-strip {
    padding: 12px;
    border-radius: 18px;
  }

  .v2-para-strip-image img {
    height: 150px;
  }
}



/* HERO EXATO COM O PRINT APROVADO PELO USUÁRIO */
.v2-hero-exact {
  padding: 18px 0 10px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.v2-hero-exact-frame {
  overflow: hidden;
  border-radius: 0;
  background: #edf4fb;
  border: 1px solid #dce7f0;
  box-shadow: 0 14px 36px rgba(18, 49, 80, .08);
}

.v2-hero-exact-frame img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 980px) {
  .v2-hero-exact {
    padding: 14px 0 8px;
  }
}

@media (max-width: 640px) {
  .v2-hero-exact {
    padding: 10px 0 6px;
  }

  .v2-hero-exact-frame {
    border-radius: 12px;
  }
}



/* Ajuste do banner lateral do Pará */
.v2-hero-showcase {
  min-height: 460px;
}

.v2-hero-photo-main {
  width: 61%;
  height: 250px;
  left: 10%;
  top: 96px;
  transform: rotate(-2deg);
  z-index: 3;
}

.v2-hero-photo-back {
  width: 42%;
  height: 172px;
  right: 9%;
  top: 42px;
  transform: rotate(3deg);
  opacity: .95;
  z-index: 1;
}

.v2-hero-logo-seal {
  left: 0;
  bottom: 14px;
  width: 210px;
  z-index: 5;
}

.v2-hero-phrase {
  right: 1%;
  bottom: 18px;
  z-index: 5;
}

.v2-hero-para-banner {
  position: absolute;
  right: 0;
  top: 195px;
  width: 46%;
  max-width: 380px;
  border-radius: 18px;
  overflow: hidden;
  background: white;
  border: 1px solid #d8e4ef;
  box-shadow: 0 16px 40px rgba(18, 49, 80, .14);
  z-index: 4;
}

.v2-hero-para-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px) {
  .v2-hero-showcase {
    min-height: 420px;
  }

  .v2-hero-photo-main {
    width: 68%;
    left: 3%;
    top: 110px;
    height: 215px;
  }

  .v2-hero-photo-back {
    width: 48%;
    right: 4%;
  }

  .v2-hero-para-banner {
    width: 50%;
    top: 232px;
    right: 1%;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .v2-hero-showcase {
    min-height: 350px;
  }

  .v2-hero-photo-main {
    width: 78%;
    height: 170px;
    top: 80px;
  }

  .v2-hero-photo-back {
    width: 54%;
    height: 120px;
    top: 18px;
  }

  .v2-hero-logo-seal {
    width: 150px;
    bottom: 8px;
  }

  .v2-hero-phrase {
    right: 0;
    bottom: 4px;
  }

  .v2-hero-phrase strong {
    font-size: .74rem;
  }

  .v2-hero-phrase span {
    font-size: .95rem;
  }

  .v2-hero-para-banner {
    width: 68%;
    top: 215px;
    right: 0;
    border-radius: 14px;
  }
}



/* HERO RETO COM A ARTE EXATA APROVADA PELO USUÁRIO */
.v2-hero-flat {
  padding: 18px 0 14px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.v2-hero-flat-frame {
  overflow: hidden;
  border-radius: 0;
  background: #eef4fa;
  border: 1px solid #dce7f0;
  box-shadow: 0 12px 32px rgba(18, 49, 80, .08);
}

.v2-hero-flat-frame img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px) {
  .v2-hero-flat {
    padding: 14px 0 10px;
  }
}

@media (max-width: 640px) {
  .v2-hero-flat {
    padding: 10px 0 8px;
  }

  .v2-hero-flat-frame {
    border-radius: 10px;
  }
}



/* HERO ESTRUTURADO EM HTML/CSS */
.v2-hero-structured {
  padding: 18px 0 14px;
  background: linear-gradient(180deg, #f5f9fd 0%, #ffffff 100%);
}

.v2-hero-structured-frame {
  overflow: hidden;
  border: 1px solid #dce7f0;
  background: linear-gradient(90deg, #f4f8fc 0%, #f8fbff 44%, #eef5fb 100%);
  box-shadow: 0 12px 32px rgba(18, 49, 80, .08);
}

.v2-hero-structured-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 26px;
  align-items: stretch;
  min-height: 334px;
}

.v2-hero-left {
  padding: 28px 26px 24px 32px;
}

.v2-hero-left h1 {
  color: #081d39;
  font-size: clamp(2.25rem, 4.1vw, 4.25rem);
  line-height: .94;
  letter-spacing: -.06em;
  max-width: 610px;
}

.v2-hero-left h1 span {
  color: #1682f8;
}

.v2-hero-left p {
  margin-top: 12px;
  max-width: 560px;
  color: #4e6781;
  font-size: 1rem;
  line-height: 1.32;
}

.v2-hero-benefits-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.v2-hero-benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.v2-hero-benefit-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f8ff;
  border: 1px solid #cfe0ee;
  font-size: 1.18rem;
}

.v2-hero-benefit-item strong {
  display: block;
  color: #163150;
  font-size: .82rem;
  line-height: 1.1;
}

.v2-hero-benefit-item span {
  display: block;
  color: #314e6a;
  font-size: .73rem;
  line-height: 1.12;
  margin-top: 4px;
}

.v2-hero-right {
  position: relative;
  padding: 14px 20px 14px 0;
}

.v2-hero-scene {
  position: relative;
  min-height: 305px;
  height: 100%;
}

.v2-hero-scene-bg {
  position: absolute;
  right: 0;
  top: 16px;
  width: 68%;
  height: 230px;
  overflow: hidden;
  border-radius: 12px;
  background: #dbe8f4;
  border: 1px solid #d6e2ed;
  box-shadow: 0 10px 24px rgba(18, 49, 80, .08);
  z-index: 1;
}

.v2-hero-scene-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

.v2-hero-scene-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,251,255,.72) 0%, rgba(247,251,255,.10) 24%, rgba(0,0,0,0) 48%);
}

.v2-hero-scene-label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #163150;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 8px 18px rgba(18,49,80,.10);
}

.v2-hero-scene-cardstack {
  position: absolute;
  left: 0;
  top: 42px;
  width: 60%;
  max-width: 390px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(20, 54, 87, .16);
  z-index: 3;
}

.v2-hero-scene-cardstack img {
  width: 100%;
  display: block;
  height: auto;
}

.v2-hero-idea-callout {
  position: absolute;
  left: 36%;
  top: 22px;
  z-index: 6;
  transform: rotate(-6deg);
  text-align: left;
  padding: 10px 12px 8px;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(2px);
  box-shadow: 0 8px 18px rgba(18, 49, 80, .08);
}

.v2-hero-idea-callout strong,
.v2-hero-idea-callout span {
  display: block;
  color: #20395c;
  font-style: italic;
  font-weight: 900;
  line-height: .95;
}

.v2-hero-idea-callout strong {
  font-size: 1.02rem;
}
.v2-hero-idea-callout span {
  font-size: 1.13rem;
}
.v2-hero-idea-callout i {
  display: block;
  width: 82px;
  height: 5px;
  margin-top: 6px;
  border-radius: 99px;
  background: #ffd217;
}

.v2-hero-pride-badge {
  position: absolute;
  right: 6px;
  top: 10px;
  z-index: 5;
  padding: 10px 14px 9px;
  background: linear-gradient(135deg, #0c53c6 0%, #0b68db 58%, #0a4fb6 100%);
  color: white;
  clip-path: polygon(8% 12%, 90% 0%, 100% 30%, 90% 100%, 8% 92%, 0% 58%);
  box-shadow: 0 10px 22px rgba(9, 74, 175, .24);
  transform: rotate(-6deg) scale(.92);
  transform-origin: top right;
  display: flex;
  align-items: center;
  gap: 9px;
}

.v2-hero-pride-badge-text {
  text-align: center;
}

.v2-hero-pride-badge span {
  display: block;
  font-size: .86rem;
  line-height: .92;
  font-weight: 900;
  letter-spacing: .03em;
}

.v2-hero-pride-badge-flag {
  width: 36px;
  flex: 0 0 36px;
}

.v2-hero-pride-badge-flag img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.18));
}

.v2-hero-phrase-right {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 4;
  text-align: right;
  transform: rotate(-6deg);
}

.v2-hero-phrase-right strong,
.v2-hero-phrase-right span {
  display: block;
  font-style: italic;
  font-weight: 900;
  color: #091f39;
}

.v2-hero-phrase-right strong {
  font-size: 1.08rem;
}
.v2-hero-phrase-right span {
  font-size: 1.48rem;
  line-height: .96;
}
.v2-hero-phrase-right i {
  display: block;
  width: 98px;
  height: 5px;
  margin: 7px 0 0 auto;
  border-radius: 99px;
  background: #ffd217;
}

.v2-hero-logo-pill {
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 5;
  width: 210px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 26px rgba(20,54,87,.12);
}

.v2-hero-logo-pill img {
  width: 100%;
  display: block;
}

@media (max-width: 1120px) {
  .v2-hero-structured-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .v2-hero-left {
    padding-bottom: 10px;
  }

  .v2-hero-benefits-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-hero-right {
    padding: 4px 20px 18px 20px;
  }

  .v2-hero-scene {
    min-height: 360px;
  }

  .v2-hero-scene-bg {
    width: 60%;
  }

  .v2-hero-scene-cardstack {
    width: 58%;
  }
}

@media (max-width: 760px) {
  .v2-hero-left {
    padding: 22px 18px 10px 18px;
  }

  .v2-hero-left h1 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .v2-hero-left p {
    font-size: .95rem;
  }

  .v2-hero-benefits-line {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .v2-hero-benefit-item {
    align-items: flex-start;
  }

  .v2-hero-right {
    padding: 6px 14px 18px 14px;
  }

  .v2-hero-scene {
    min-height: 300px;
  }

  .v2-hero-scene-bg {
    right: 0;
    top: 16px;
    width: 66%;
    height: 180px;
  }

  .v2-hero-scene-cardstack {
    width: 62%;
    top: 64px;
  }

  .v2-hero-scene-label {
    left: 10px;
    bottom: 10px;
    font-size: .68rem;
    padding: 6px 9px;
  }

  .v2-hero-idea-callout {
    left: 31%;
    top: 10px;
    padding: 7px 8px 6px;
  }

  .v2-hero-idea-callout strong {
    font-size: .78rem;
  }
  .v2-hero-idea-callout span {
    font-size: .88rem;
  }

  .v2-hero-pride-badge {
    right: 0;
    top: 4px;
    padding: 8px 9px 7px;
    gap: 6px;
    transform: rotate(-5deg) scale(.9);
  }

  .v2-hero-pride-badge span {
    font-size: .64rem;
  }

  .v2-hero-pride-badge-flag {
    width: 24px;
    flex-basis: 24px;
  }

  .v2-hero-logo-pill {
    width: 155px;
    bottom: 0;
  }

  .v2-hero-phrase-right {
    right: 0;
    bottom: 2px;
  }

  .v2-hero-phrase-right strong {
    font-size: .8rem;
  }

  .v2-hero-phrase-right span {
    font-size: 1.02rem;
  }

  .v2-hero-phrase-right i {
    width: 72px;
  }
}

@media (max-width: 520px) {
  .v2-hero-benefits-line {
    grid-template-columns: 1fr;
  }

  .v2-hero-scene {
    min-height: 272px;
  }

  .v2-hero-scene-bg {
    width: 72%;
    height: 154px;
  }

  .v2-hero-scene-cardstack {
    width: 68%;
    top: 70px;
  }

  .v2-hero-scene-label {
    left: 8px;
    bottom: 8px;
    font-size: .62rem;
    padding: 5px 8px;
  }

  .v2-hero-idea-callout {
    left: 26%;
    top: 8px;
    transform: rotate(-4deg);
  }
}


.v2-product-price { display:flex; align-items:baseline; gap:7px; margin:12px 0 4px; }
.v2-product-price small { font-size:.72rem; color:#6f8294; }
.v2-product-price strong { font-size:1.12rem; color:#0b2946; }


@media (max-width: 980px) {
  .v2-product-image {
    aspect-ratio: 16 / 10.8;
    padding: 10px 10px 8px;
  }
}

@media (max-width: 640px) {
  .v2-product-image {
    aspect-ratio: 16 / 11;
    padding: 10px 10px 8px;
  }

  .v2-product-logo {
    width: 62px;
    right: 8px;
    bottom: 8px;
  }
}


/* Ajustes de enquadramento dos novos mockups */
.v2-product-image[href="ventarolas.html"] > img {
  width: 96%;
  height: 96%;
  object-fit: contain;
  object-position: center;
}

.v2-product-image[href="imas-de-geladeira.html"] > img {
  width: 96%;
  height: 96%;
  object-fit: contain;
  object-position: center;
}
