
:root{
  --bg:#fffaf8;
  --bg-2:#fff3f2;
  --surface:rgba(255,255,255,.75);
  --card:#ffffff;
  --text:#37272b;
  --muted:#75656b;
  --line:rgba(146,103,112,.16);
  --primary:#b57b80;
  --primary-2:#8c5b63;
  --accent:#f5d9d0;
  --accent-2:#d4e5d4;
  --gold:#d4b173;
  --shadow:0 18px 45px rgba(123,76,88,.12);
  --radius:24px;
  --radius-sm:16px;
  --container:min(1180px, calc(100% - 2rem));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fffefc 0%,#fff8f6 35%,#fffdfa 100%);line-height:1.6}
img{max-width:100%;display:block}
a{color:var(--primary-2);text-decoration:none}
a:hover{text-decoration:none}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:1rem;top:1rem;background:#111;color:#fff;padding:.6rem .9rem;border-radius:10px;z-index:1000}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.announcement-bar{padding:.75rem 1rem;background:linear-gradient(90deg,#7e5e65,#c79296);color:#fff;text-align:center;font-size:.94rem}
.announcement-bar a{color:#fff;text-decoration:underline}
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(255,250,248,.82);border-bottom:1px solid rgba(181,123,128,.12)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand{display:flex;align-items:center;gap:.8rem;color:var(--text)}
.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#c78f94,#8c5b63);color:#fff;font-weight:800;box-shadow:0 12px 26px rgba(140,91,99,.25)}
.brand-text{font-size:1.2rem;letter-spacing:.2px}
.site-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.site-nav>a{color:var(--text);font-weight:600;padding:.6rem .8rem;border-radius:999px}
.site-nav>a:hover{background:rgba(181,123,128,.08)}
.site-nav .nav-cta{display:inline-flex;align-items:center;gap:.55rem;background:#e8fff0;color:#0f6e3f;padding:.75rem 1rem;border:1px solid rgba(15,110,63,.15)}
.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px solid var(--line);background:#fff;padding:.65rem;border-radius:14px}
.menu-toggle span{display:block;width:18px;height:2px;background:var(--text)}
.hero-section{padding:clamp(2.5rem,5vw,4.5rem) 0 2rem;position:relative;overflow:hidden}
.hero-section::before{content:"";position:absolute;inset:auto auto 0 -4rem;width:280px;height:280px;background:radial-gradient(circle,#f7d9d2 0%, rgba(247,217,210,0) 70%);opacity:.8;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:2rem;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:.02em;text-transform:none;color:var(--primary-2);margin-bottom:1rem}
.eyebrow svg{width:18px;height:18px;fill:currentColor}
.hero-copy h1{font-size:clamp(2.4rem,5vw,4.45rem);line-height:1.05;margin:0 0 1rem;letter-spacing:-.03em}
.hero-copy h1 span{background:linear-gradient(135deg,#7d4b56,#d4b173);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:1.07rem;color:var(--muted);max-width:62ch}
.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.6rem 0 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.15rem;border-radius:999px;border:1px solid transparent;font-weight:700;line-height:1;transition:.22s ease;box-shadow:none}
.btn svg,.footer-cta svg,.floating-whatsapp svg{width:18px;height:18px;fill:currentColor}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(123,76,88,.14)}
.btn-primary{background:linear-gradient(135deg,#b57b80,#8c5b63);color:#fff}
.btn-secondary{background:#ecfff2;color:#0e7a45;border-color:rgba(14,122,69,.14)}
.btn-ghost{background:#fff;border-color:var(--line);color:var(--text)}
.btn-buy{background:#2874f0;color:#fff;width:100%;justify-content:flex-start;padding:1rem 1.05rem;border-radius:16px}
.hero-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.8rem}
.hero-badges>div{padding:1rem 1rem;background:var(--surface);border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(10px);border-radius:18px;box-shadow:var(--shadow)}
.hero-badges strong{display:block;font-size:1rem;margin-bottom:.15rem}
.hero-badges span{color:var(--muted);font-size:.94rem}
.hero-visual img{border-radius:30px;box-shadow:0 28px 60px rgba(127,77,87,.16);border:1px solid rgba(255,255,255,.8)}
.trust-section,.section{padding:1.25rem 0 2rem}
.trust-grid,.info-grid{display:grid;gap:1.2rem}
.trust-grid{grid-template-columns:repeat(3,1fr)}
.trust-card,.mini-card,.side-card,.content-card,.cta-box{background:rgba(255,255,255,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.85);box-shadow:var(--shadow);border-radius:var(--radius);padding:1.4rem}
.section-head{margin-bottom:1.5rem}.section-head.center{text-align:center}
.section-head h2{font-size:clamp(1.9rem,3vw,3rem);line-height:1.1;margin:.2rem 0 .7rem}
.section-head p{color:var(--muted);max-width:68ch;margin:0 auto}
.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.35rem}
.product-card{display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:1.25rem;padding:1rem;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,246,244,.95));border:1px solid rgba(181,123,128,.12);border-radius:28px;box-shadow:var(--shadow);align-items:center}
.product-media{background:linear-gradient(180deg,#fff,#faf3f3);border-radius:22px;padding:1rem;display:grid;place-items:center;min-height:270px}
.product-media img{max-height:238px;object-fit:contain}
.product-body h3{font-size:1.6rem;margin:.35rem 0 .5rem}
.product-body p{color:var(--muted);margin:.1rem 0 .7rem}
.pill{display:inline-flex;padding:.36rem .7rem;border-radius:999px;background:#fff0ef;color:#8c5b63;font-weight:700;font-size:.88rem;border:1px solid rgba(181,123,128,.12)}
.feature-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.55rem}
.feature-list li{padding:.45rem .7rem;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:.9rem}
.button-stack{display:grid;gap:.75rem}
.cta-box{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(252,241,236,.96))}
.cta-box h2{margin:.25rem 0 .4rem;font-size:clamp(1.7rem,3vw,2.6rem)}
.info-grid.three{grid-template-columns:repeat(3,1fr)}
.mini-card h3,.trust-card h3,.side-card h3{margin:.1rem 0 .55rem}
.faq-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.25rem;align-items:start}
.faq-list details,.prose details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem 1rem;margin-bottom:.85rem}
.faq-list summary,.prose summary{cursor:pointer;font-weight:700}
.page-main .sub-hero{padding:2.4rem 0 1rem}
.page-main .sub-hero .container{background:linear-gradient(135deg,#fff8f7,#fff1ed);border-radius:30px;padding:2rem;border:1px solid rgba(181,123,128,.12);box-shadow:var(--shadow)}
.page-layout{display:grid;grid-template-columns:1.1fr .55fr;gap:1.25rem;align-items:start}
.content-card h1,.content-card h2,.content-card h3{line-height:1.15}
.prose p,.prose li{color:var(--muted)}
.prose ul,.prose ol{padding-left:1.25rem}
.side-card{position:sticky;top:100px}
.full{width:100%;margin-top:.75rem}
.site-footer{padding:2.3rem 0 1rem;margin-top:1rem;background:linear-gradient(180deg,#fff8f6,#fff2f0);border-top:1px solid rgba(181,123,128,.12)}
.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .9fr;gap:1.3rem}
.site-footer h2,.site-footer h3{margin-top:0}
.site-footer p,.site-footer a{color:var(--muted)}
.site-footer a{display:block;margin:.45rem 0}
.social-links{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.social-links a{padding:.55rem .8rem;border:1px solid var(--line);background:#fff;border-radius:999px;color:var(--text);margin:0}
.footer-cta{display:flex !important;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:16px;background:#fff;border:1px solid var(--line);color:var(--text)}
.footer-bottom{border-top:1px solid rgba(181,123,128,.1);margin-top:1rem;padding-top:1rem;text-align:center;color:var(--muted)}
.floating-whatsapp{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 18px 35px rgba(37,211,102,.35);z-index:40}
.floating-whatsapp svg{width:28px;height:28px}
@media (max-width: 1100px){
  .hero-grid,.faq-wrap,.page-layout,.cta-box{grid-template-columns:1fr;display:grid}
  .products-grid{grid-template-columns:1fr}
  .info-grid.three,.trust-grid,.footer-grid,.hero-badges{grid-template-columns:1fr}
}
@media (max-width: 800px){
  .menu-toggle{display:flex}
  .site-nav{position:absolute;left:1rem;right:1rem;top:calc(100% + .35rem);background:rgba(255,255,255,.97);padding:1rem;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}
  .site-nav.open{display:flex}
  .site-nav>a,.site-nav .nav-cta{width:100%;justify-content:center}
  .hero-copy h1{font-size:2.35rem}
  .product-card{grid-template-columns:1fr}
  .product-media{min-height:230px}
}
@media (max-width: 560px){
  .container{width:min(100% - 1rem, 100%)}
  .announcement-bar{font-size:.83rem}
  .hero-section{padding-top:1.75rem}
  .hero-copy h1{font-size:2rem}
  .lead{font-size:1rem}
  .btn{width:100%}
  .social-links{gap:.4rem}
}
