/*
  PAPEL ENCANTO - CORES FACEIS DE EDITAR
  Troque somente os valores abaixo para mudar a paleta do site.
  --rose-strong controla botoes; --blush controla o fundo claro.
*/
:root{--rose-strong:#c86b83;--rose:#e7a9b7;--rose-soft:#f8e5e9;--blush:#fff7f8;--nude:#ead4c6;--beige:#f3e8dc;--brown:#715144;--brown-soft:#9a7564;--white:#fff;--shadow:0 18px 50px rgba(113,81,68,.14);--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--brown);background:linear-gradient(180deg,var(--blush),#fffdfb 42%,var(--rose-soft));font-family:Arial,Helvetica,sans-serif;line-height:1.6}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;color:var(--brown);font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.1}p{margin:0}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,247,248,.9);border-bottom:1px solid rgba(200,107,131,.14);backdrop-filter:blur(14px)}.nav{width:min(1180px,calc(100% - 32px));min-height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:Georgia,'Times New Roman',serif;font-size:1.25rem}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--rose-strong);font-family:Arial;font-size:.8rem;font-weight:700}.nav-links{display:flex;align-items:center;gap:20px;font-size:.93rem}.nav-links a{color:var(--brown-soft)}.nav-links a:hover{color:var(--rose-strong)}.menu-toggle{display:none;width:42px;height:42px;border:0;border-radius:50%;background:white;box-shadow:0 8px 24px rgba(113,81,68,.12)}.menu-toggle span{display:block;width:18px;height:2px;margin:4px auto;background:var(--brown)}.section-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:82px 0}.hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:center;gap:48px;padding-top:42px}.eyebrow{margin-bottom:12px;color:var(--rose-strong);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero h1{max-width:620px;font-size:clamp(2.65rem,6vw,5.3rem)}.hero-copy>p:not(.eyebrow){max-width:560px;margin-top:22px;color:var(--brown-soft);font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:700;transition:.2s}.button:hover,.product-card:hover{transform:translateY(-3px)}.primary{color:white;background:var(--rose-strong);box-shadow:0 12px 28px rgba(200,107,131,.28)}.ghost{color:var(--rose-strong);background:white;border:1px solid rgba(200,107,131,.22)}.hero-art{position:relative;min-height:520px;overflow:hidden;border-radius:8px;background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.85),transparent 28%),linear-gradient(145deg,#fff6f7,#f0d5c8 52%,#d9b9aa);box-shadow:var(--shadow)}.paper{position:absolute;border-radius:8px;background:white;box-shadow:0 18px 40px rgba(113,81,68,.16)}.paper:before,.paper:after{content:"";position:absolute;border-radius:inherit}.bag{width:34%;height:48%;left:12%;bottom:12%;background:linear-gradient(180deg,#fffdfb,#f7dce3)}.bag:before{width:38%;height:16%;left:31%;top:-7%;border:4px solid #c992a5;border-bottom:0;border-radius:999px 999px 0 0}.bag:after{width:54%;height:38%;left:23%;top:32%;background:linear-gradient(90deg,transparent 46%,#d991a3 46% 54%,transparent 54%),linear-gradient(#f6bdc9,#f6bdc9);background-size:100% 100%,70% 4px;background-position:center,center 66%;background-repeat:no-repeat;opacity:.7}.box{width:42%;height:30%;right:10%;bottom:16%;background:linear-gradient(180deg,#fff,#f2d4cb)}.box:before{inset:0;background:linear-gradient(90deg,transparent 48%,rgba(200,107,131,.45) 48% 52%,transparent 52%)}.box:after{width:44%;height:5px;left:28%;top:48%;background:rgba(200,107,131,.45)}.invite{width:38%;height:38%;right:18%;top:13%;transform:rotate(-5deg);background:#fffaf8}.invite:before{width:62%;height:5px;left:19%;top:32%;background:#ddb6a7;box-shadow:0 18px 0 #ddb6a7,0 36px 0 #efd6cb}.ribbon{position:absolute;width:42%;height:18px;right:-6%;top:52%;border-radius:999px;background:rgba(200,107,131,.85);transform:rotate(-28deg)}.hero-stamp{position:absolute;left:10%;top:10%;padding:10px 14px;border-radius:999px;color:var(--rose-strong);background:rgba(255,255,255,.82);font-family:Georgia,'Times New Roman',serif}.trust-strip{width:min(1180px,calc(100% - 32px));margin:-20px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-strip div,.product-card,.steps-grid article,.review-card,.faq-item,.category-card{border:1px solid rgba(200,107,131,.14);border-radius:var(--radius);background:rgba(255,255,255,.82);box-shadow:var(--shadow)}.trust-strip div{padding:20px}.trust-strip strong,.trust-strip span{display:block}.trust-strip span{color:var(--brown-soft);font-size:.92rem}.section-heading{max-width:680px;margin:0 auto 34px;text-align:center}.section-heading h2{font-size:clamp(2rem,4vw,3.25rem)}.section-heading p:not(.eyebrow){margin-top:12px;color:var(--brown-soft)}.category-cards,.product-grid,.steps-grid,.reviews-grid{display:grid;gap:20px}.category-cards{grid-template-columns:repeat(5,1fr)}.category-card{min-height:112px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:var(--brown);cursor:pointer;text-align:left}.category-card svg{width:24px;height:24px;fill:var(--rose-strong)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{overflow:hidden;transition:.2s}.product-image{min-height:210px;padding:20px;display:grid;place-items:center;background:linear-gradient(145deg,var(--image-a),var(--image-b))}.product-visual{width:72%;aspect-ratio:1;border-radius:8px;background:linear-gradient(90deg,transparent 46%,rgba(200,107,131,.32) 46% 54%,transparent 54%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,247,248,.72));box-shadow:0 16px 30px rgba(113,81,68,.15)}.product-image img{width:100%;height:210px;object-fit:cover;border-radius:8px}.product-body{padding:20px}.product-category{display:inline-flex;margin-bottom:10px;padding:5px 10px;border-radius:999px;color:var(--rose-strong);background:var(--rose-soft);font-size:.76rem;font-weight:700}.product-body h3{min-height:52px;font-size:1.25rem}.product-body p{min-height:72px;margin:12px 0 18px;color:var(--brown-soft);font-size:.95rem}.order-button{width:100%}.filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px}.filter-button{min-height:40px;border:1px solid rgba(200,107,131,.22);border-radius:999px;padding:9px 14px;color:var(--brown-soft);background:white;cursor:pointer;font:inherit}.filter-button.active,.filter-button:hover{color:white;background:var(--rose-strong);border-color:var(--rose-strong)}.soft-band{width:100%;max-width:none;padding-inline:max(16px,calc((100% - 1180px)/2));background:rgba(248,229,233,.66)}.steps-grid{grid-template-columns:repeat(3,1fr)}.steps-grid article,.review-card{padding:24px}.steps-grid span{display:inline-flex;margin-bottom:20px;color:var(--rose-strong);font-family:Georgia,'Times New Roman',serif;font-size:2rem}.steps-grid h3{margin-bottom:10px;font-size:1.35rem}.steps-grid p,.review-card p,.faq-answer{color:var(--brown-soft)}.reviews-grid{grid-template-columns:repeat(3,1fr)}.stars{margin-bottom:14px;color:#d89551;font-size:1.1rem}.review-card strong{display:block;margin-top:18px}.faq-section{max-width:900px}.faq-list{display:grid;gap:12px}.faq-question{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:0;padding:18px 20px;color:var(--brown);background:transparent;cursor:pointer;font:inherit;font-weight:700;text-align:left}.faq-question span:last-child{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--rose-strong)}.faq-answer{display:none;padding:0 20px 20px}.faq-item.open .faq-answer{display:block}.footer{padding:58px 0;background:#f4dce2}.footer-grid{width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer h2,.footer h3{margin-bottom:14px}.footer p,.footer a{display:block;margin-bottom:8px;color:var(--brown-soft)}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:30;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--rose-strong);box-shadow:0 12px 30px rgba(200,107,131,.38)}.whatsapp-float svg{width:30px;height:30px;fill:white}@media(max-width:1020px){.hero{grid-template-columns:1fr;min-height:auto}.hero-art{min-height:420px}.product-grid,.category-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.steps-grid,.reviews-grid,.footer-grid,.trust-strip{grid-template-columns:1fr 1fr}}@media(max-width:760px){.menu-toggle{display:block}.nav-links{position:fixed;inset:74px 16px auto 16px;display:none;flex-direction:column;align-items:stretch;padding:18px;border-radius:8px;background:white;box-shadow:var(--shadow)}body.menu-open .nav-links{display:flex}.section-shell{padding:58px 0}.hero{padding-top:26px}.hero h1{font-size:2.6rem}.hero-art{min-height:330px}.product-grid,.category-cards,.steps-grid,.reviews-grid,.footer-grid,.trust-strip{grid-template-columns:1fr}.trust-strip{margin-top:0}.product-body h3,.product-body p{min-height:auto}}

/* REFINAMENTO PREMIUM - alinhamento, cards e responsividade */
body{background:linear-gradient(180deg,rgba(255,247,248,.96),rgba(255,253,251,.98) 38%,rgba(248,229,233,.78)),radial-gradient(circle at 50% 0%,rgba(255,255,255,.9),transparent 34%)}
.site-header{box-shadow:0 8px 30px rgba(113,81,68,.05)}.nav{width:min(1160px,calc(100% - 40px))}.nav-links{gap:18px}.section-shell{width:min(1160px,calc(100% - 40px));padding:72px 0}
.hero{min-height:680px;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:58px;padding-top:34px;padding-bottom:56px}.hero-copy{align-self:center}.hero h1{max-width:600px;font-size:clamp(3rem,5.3vw,5.15rem)}.hero-copy>p:not(.eyebrow){max-width:520px;font-size:1.08rem}.hero-actions{margin-top:34px}
.hero-art{min-height:590px;border:1px solid rgba(200,107,131,.18);background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,244,246,.32) 30%,rgba(232,196,183,.45)),radial-gradient(circle at 25% 18%,#fff 0 11%,transparent 30%),linear-gradient(145deg,#fff9f8,#f0dbd1 55%,#d7b6a8);box-shadow:0 28px 70px rgba(113,81,68,.16)}.hero-art:before{content:"";position:absolute;inset:26px;border:1px solid rgba(255,255,255,.68);border-radius:8px;pointer-events:none}.hero-art:after{content:"";position:absolute;left:9%;right:9%;bottom:10%;height:34px;border-radius:50%;background:rgba(113,81,68,.11);filter:blur(18px)}.paper{border:1px solid rgba(255,255,255,.88);box-shadow:0 22px 44px rgba(113,81,68,.16)}.bag{width:31%;height:52%;left:10%;bottom:16%;background:linear-gradient(180deg,#fffefd,#f7dde4)}.box{width:44%;height:29%;right:9%;bottom:17%}.invite{width:41%;height:39%;right:17%;top:11%}.hero-stamp{left:auto;right:10%;top:9%;box-shadow:0 10px 28px rgba(113,81,68,.09)}
.trust-strip{width:min(1160px,calc(100% - 40px));margin:-34px auto 0;position:relative;z-index:3}.trust-strip div{background:rgba(255,255,255,.9);padding:18px 22px}.section-heading{margin-bottom:28px}
.category-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card{min-height:118px;padding:16px;align-items:flex-start;gap:8px;background:rgba(255,255,255,.76);border-color:rgba(200,107,131,.18);box-shadow:0 12px 30px rgba(113,81,68,.08)}.category-card .category-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:var(--rose-soft)}.category-card svg{width:18px;height:18px;fill:none;stroke:var(--rose-strong);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.category-card strong{font-family:Georgia,"Times New Roman",serif;font-size:1.02rem;line-height:1.15}.category-card small{display:block;color:var(--brown-soft);font-size:.78rem;line-height:1.35}
.product-grid{align-items:stretch}.product-card{height:100%;display:flex;flex-direction:column;background:rgba(255,255,255,.9);border-color:rgba(200,107,131,.16);box-shadow:0 16px 42px rgba(113,81,68,.1)}.product-image{min-height:0;height:auto;aspect-ratio:4/3;padding:18px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-body{flex:1;display:flex;flex-direction:column;padding:20px}.product-category{width:fit-content;margin-bottom:12px}.product-body h3{min-height:58px;font-size:1.18rem}.product-body p{min-height:0;margin:12px 0 20px;flex:1}.order-button{width:100%;margin-top:auto;min-height:48px;padding-inline:12px;text-align:center}
.product-visual{position:relative;width:min(74%,190px);aspect-ratio:1/1;border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,246,248,.94));box-shadow:0 18px 34px rgba(113,81,68,.16);border:1px solid rgba(255,255,255,.9)}.product-visual span,.product-visual i,.product-visual b{position:absolute;display:block;border-radius:6px}.product-visual span{inset:18% 20% auto;height:6px;background:rgba(200,107,131,.42);box-shadow:0 18px 0 rgba(221,182,167,.55),0 36px 0 rgba(234,212,198,.7)}.product-visual i{left:18%;bottom:18%;width:64%;height:24%;background:linear-gradient(90deg,rgba(200,107,131,.22),rgba(255,255,255,.55),rgba(200,107,131,.22))}.product-visual b{left:43%;top:0;width:14%;height:100%;background:rgba(200,107,131,.18)}.product-visual.mockup-1{border-radius:8px 8px 24px 24px}.product-visual.mockup-2{width:min(82%,210px);aspect-ratio:1.28/1;transform:rotate(-2deg)}.product-visual.mockup-3{width:min(68%,178px);aspect-ratio:.78/1;transform:rotate(2deg)}
.reviews-grid{gap:22px}.review-card{position:relative;overflow:hidden;padding:30px 26px 26px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,247,248,.88));border:1px solid rgba(231,169,183,.55);box-shadow:0 16px 38px rgba(113,81,68,.09)}.quote-mark{position:absolute;right:22px;top:8px;color:rgba(200,107,131,.18);font-family:Georgia,"Times New Roman",serif;font-size:5rem;line-height:1}.stars{color:var(--rose-strong);letter-spacing:2px}.review-card p{position:relative;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;color:var(--brown)}.review-card strong{color:var(--brown-soft);font-size:.92rem}
.footer{padding:56px 20px;background:linear-gradient(180deg,#f7e3e8,#f3d9df);overflow:hidden}.footer-grid{width:min(1160px,100%);margin:0 auto;grid-template-columns:minmax(230px,1.35fr) repeat(3,minmax(150px,1fr));gap:32px;align-items:start}.footer h2,.footer h3{color:var(--brown)}.footer p,.footer a{max-width:330px}
@media(max-width:1020px){.hero{grid-template-columns:1fr;min-height:auto;gap:32px;text-align:center}.hero-copy>p:not(.eyebrow),.hero h1{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-art{min-height:480px}.category-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.nav{width:min(100% - 28px,1160px);min-height:68px}.nav-links{inset:68px 14px auto 14px}.section-shell{width:min(100% - 28px,1160px);padding:52px 0}.hero{padding-top:26px;padding-bottom:42px}.hero h1{font-size:clamp(2.35rem,12vw,3.25rem)}.hero-copy>p:not(.eyebrow){font-size:1rem}.hero-actions{width:100%}.button{width:100%;max-width:330px;min-height:48px;padding:12px 16px}.hero-art{min-height:360px}.trust-strip{width:min(100% - 28px,1160px)}.category-cards,.product-grid,.steps-grid,.reviews-grid,.footer-grid,.trust-strip{grid-template-columns:1fr}.category-card{min-height:0}.product-body h3{min-height:auto}.product-body p{flex:none}.order-button{max-width:none}.footer{padding-inline:14px;text-align:center}.footer p,.footer a{max-width:none}.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}}


/* AJUSTES FINAIS - acabamento sem mudar identidade visual */
html {
  scroll-padding-bottom: 96px;
}

body {
  overflow-x: hidden;
}

.hero-art {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-art img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  border-radius: inherit;
}

.product-grid {
  grid-auto-rows: 1fr;
}

.product-card {
  min-height: 100%;
}

.product-body {
  min-height: 238px;
}

.product-body h3,
.product-body p,
.order-button {
  overflow-wrap: anywhere;
}

.order-button {
  position: relative;
  z-index: 1;
}

.footer {
  padding: 44px max(18px, calc((100vw - 1160px) / 2)) 46px;
  border-top: 1px solid rgba(200, 107, 131, 0.16);
}

.footer-grid {
  width: 100%;
  max-width: 1160px;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.85fr) minmax(210px, 1fr) minmax(150px, 0.85fr);
  gap: clamp(22px, 3vw, 42px);
  justify-content: center;
}

.footer-grid > div {
  min-width: 0;
}

.footer h2,
.footer h3 {
  margin-bottom: 10px;
}

.footer p,
.footer a {
  margin-bottom: 6px;
  line-height: 1.5;
}

.whatsapp-float {
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
}

@media (max-width: 1020px) {
  .footer {
    padding-inline: max(20px, calc((100vw - 1160px) / 2));
  }

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

@media (max-width: 760px) {
  html {
    scroll-padding-bottom: 84px;
  }

  .nav-links a,
  .button,
  .filter-button,
  .footer a,
  .faq-question {
    overflow-wrap: anywhere;
  }

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

  .product-card {
    min-height: auto;
  }

  .product-body {
    min-height: auto;
  }

  .footer {
    padding: 36px 18px 92px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    justify-items: center;
  }

  .footer-grid > div {
    width: min(100%, 380px);
  }

  .footer p,
  .footer a {
    margin-left: auto;
    margin-right: auto;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

/* Regra explicita: botao sempre no final do card */
.product-body .order-button {
  margin-top: auto;
}


/* AJUSTES DE PREÇO E ACABAMENTO */
.section-shell {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.product-grid {
  grid-auto-rows: 1fr;
}

.product-card {
  height: 100%;
}

.product-image {
  aspect-ratio: 4 / 3;
}

.product-body {
  min-height: 270px;
  gap: 0;
}

.product-category {
  font-size: 0.72rem;
  background: rgba(248, 229, 233, 0.92);
  border: 1px solid rgba(231, 169, 183, 0.35);
}

.product-body h3 {
  margin-bottom: 0;
  min-height: 54px;
}

.product-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}

.product-price {
  margin-top: auto;
  margin-bottom: 14px;
  color: #a85e72;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0;
}

.product-body .order-button {
  margin-top: 0;
}

.whatsapp-float {
  width: 52px;
  height: 52px;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(28px, env(safe-area-inset-bottom));
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
}

.footer {
  padding-top: 38px;
  padding-bottom: 42px;
}

.footer-grid {
  max-width: 1160px;
  gap: clamp(18px, 2.4vw, 34px);
}

.footer p,
.footer a {
  font-size: 0.92rem;
}

.footer a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer a:hover {
  color: var(--rose-strong);
  transform: translateX(2px);
}

@media (max-width: 760px) {
  .section-shell {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .product-body {
    min-height: auto;
  }

  .product-price {
    font-size: 0.96rem;
  }

  .whatsapp-float {
    width: 46px;
    height: 46px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 82px;
  }
}


/* HARMONIA BOUTIQUE - refinamento visual sem mudar estrutura */
:root {
  --premium-line: rgba(200, 107, 131, 0.18);
  --premium-line-soft: rgba(231, 169, 183, 0.28);
  --premium-shadow: 0 14px 38px rgba(113, 81, 68, 0.09);
  --premium-shadow-hover: 0 20px 46px rgba(113, 81, 68, 0.13);
}

body {
  color: var(--brown);
  background:
    linear-gradient(180deg, rgba(255, 247, 248, 0.98), rgba(255, 253, 251, 1) 36%, rgba(248, 229, 233, 0.72)),
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.95), transparent 34%);
}

.section-shell {
  padding-top: 58px;
  padding-bottom: 58px;
}

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

.section-heading h2 {
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  padding-bottom: 48px;
}

.hero-art {
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 62px rgba(113, 81, 68, 0.14);
}

.trust-strip div,
.category-card,
.product-card,
.steps-grid article,
.review-card,
.faq-item {
  border-color: var(--premium-line-soft);
  box-shadow: var(--premium-shadow);
}

.product-grid {
  gap: 22px;
}

.product-card {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 250, 0.9));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover {
  border-color: rgba(200, 107, 131, 0.28);
  box-shadow: var(--premium-shadow-hover);
}

.product-image {
  padding: 16px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.76), transparent 28%),
    linear-gradient(145deg, var(--image-a), var(--image-b));
}

.product-visual {
  box-shadow: 0 16px 30px rgba(113, 81, 68, 0.13);
}

.product-body {
  padding: 18px 18px 20px;
}

.product-category {
  padding: 5px 9px;
  font-size: 0.7rem;
  letter-spacing: 0;
}

.product-body h3 {
  font-size: 1.15rem;
  line-height: 1.18;
  min-height: 54px;
}

.product-body p {
  margin-top: 10px;
  color: rgba(154, 117, 100, 0.92);
  line-height: 1.5;
}

.product-price {
  align-self: flex-start;
  padding: 7px 0 2px;
  color: #a85e72;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.order-button {
  min-height: 46px;
  box-shadow: 0 10px 22px rgba(200, 107, 131, 0.22);
}

.category-cards {
  gap: 12px;
}

.category-card {
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,247,248,.82));
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(113,81,68,.11);
}

.filters {
  margin-bottom: 24px;
}

.filter-button {
  background: rgba(255,255,255,.86);
  box-shadow: 0 6px 18px rgba(113,81,68,.05);
}

.soft-band {
  background: linear-gradient(180deg, rgba(248,229,233,.55), rgba(255,247,248,.42));
}

.reviews-grid {
  gap: 18px;
}

.review-card {
  border-color: rgba(231,169,183,.5);
}

.faq-list {
  gap: 10px;
}

.footer {
  background:
    linear-gradient(180deg, rgba(247,227,232,.96), rgba(243,217,223,.96));
  border-top: 1px solid rgba(255,255,255,.65);
}

.footer-grid {
  align-items: start;
}

.footer h2 {
  font-size: 1.6rem;
}

.footer h3 {
  font-size: 1.05rem;
}

.footer p,
.footer a {
  color: rgba(113, 81, 68, 0.78);
}

.whatsapp-float {
  box-shadow: 0 12px 28px rgba(200,107,131,.28);
}

@media (max-width: 1020px) {
  .section-shell {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .product-grid {
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .section-shell {
    padding-top: 44px;
    padding-bottom: 44px;
  }

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

  .product-body {
    padding: 18px;
  }

  .product-body h3 {
    min-height: auto;
  }

  .product-price {
    padding-top: 4px;
  }

  .footer h2 {
    font-size: 1.45rem;
  }
}


/* AJUSTE FINO PRODUTOS - cards mais compactos e preço mais sutil */
.product-grid {
  gap: 18px;
}

.product-card {
  border-radius: 8px;
}

.product-image {
  aspect-ratio: 1.08 / 0.82;
  padding: 13px;
}

.product-visual {
  width: min(66%, 152px);
  box-shadow: 0 12px 24px rgba(113, 81, 68, 0.11);
}

.product-visual.mockup-2 {
  width: min(74%, 168px);
}

.product-visual.mockup-3 {
  width: min(60%, 142px);
}

.product-body {
  min-height: 226px;
  padding: 16px 16px 17px;
}

.product-category {
  margin-bottom: 9px;
  padding: 4px 8px;
  font-size: 0.68rem;
}

.product-body h3 {
  min-height: 46px;
  font-size: 1.08rem;
  line-height: 1.17;
}

.product-body p {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.42;
  -webkit-line-clamp: 2;
}

.product-price {
  margin-top: auto;
  margin-bottom: 11px;
  padding: 4px 0 0;
  color: rgba(168, 94, 114, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}

.product-body .order-button {
  min-height: 42px;
  padding: 10px 13px;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(200, 107, 131, 0.2);
}

@media (max-width: 760px) {
  .product-grid {
    gap: 16px;
  }

  .product-image {
    aspect-ratio: 1.12 / 0.78;
    padding: 12px;
  }

  .product-body {
    padding: 15px 15px 16px;
  }

  .product-body h3 {
    font-size: 1.06rem;
  }

  .product-body p {
    font-size: 0.9rem;
  }

  .product-price {
    font-size: 0.86rem;
    margin-bottom: 10px;
  }

  .product-body .order-button {
    min-height: 42px;
    font-size: 0.88rem;
  }
}
