:root{
  --roxo:#6f4a8e;--lilas:#9f78bd;--rosa:#df8fb8;--rosa2:#f4bfd3;
  --creme:#fffaf6;--menta:#b8ddd3;--dourado:#c9a15d;--texto:#392d42;
  --muted:#74697c;--white:#fff;--border:#eadfec;--shadow:0 12px 35px rgba(73,43,91,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--creme);color:var(--texto);font-family:Arial,Helvetica,sans-serif}
button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.wrap{width:min(1180px,92vw);margin:auto}
.top{background:linear-gradient(90deg,var(--roxo),var(--rosa));color:#fff;text-align:center;padding:9px 42px;font-size:13px;font-weight:700}
header{position:sticky;top:0;z-index:50;background:rgba(255,250,246,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;color:var(--roxo);text-decoration:none;font-weight:800}.brand img{width:62px;height:52px;object-fit:contain}.brand strong{font-family:Georgia,serif;font-size:20px}
.links{display:flex;gap:18px}.links a{font-size:13px;color:var(--texto);text-decoration:none;font-weight:700}.nav-actions{display:flex;gap:9px}
.btn{border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.primary{color:#fff;background:linear-gradient(135deg,var(--roxo),var(--rosa));box-shadow:0 8px 20px rgba(111,74,142,.25)}
.secondary{color:var(--roxo);background:#fff;border:1px solid var(--border)}.small{padding:9px 13px;font-size:12px}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;padding:48px 0 38px}
.hero h1{font-family:Georgia,serif;font-size:clamp(42px,5.8vw,72px);line-height:1.02;color:var(--roxo);margin:10px 0 16px}.hero h1 em{color:var(--rosa)}
.hero p{font-size:18px;line-height:1.6;color:var(--muted);margin:0}.tag{display:inline-block;padding:7px 12px;border-radius:99px;background:#fff;border:1px solid var(--border);font-size:12px;color:var(--roxo);font-weight:800}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.checks{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px;color:var(--muted);font-size:13px}
.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.bubble{position:absolute;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:var(--shadow);font-weight:800;font-size:13px}.b1{left:-18px;bottom:22px}.b2{right:-10px;top:18px}
.section{padding:58px 0}.alt{background:#fff}.head{text-align:center;max-width:780px;margin:0 auto 30px}.head h2{font-family:Georgia,serif;color:var(--roxo);font-size:clamp(30px,4vw,47px);margin:0 0 10px}.head p{color:var(--muted);line-height:1.55;margin:0}
.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.path{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 7px 22px rgba(73,43,91,.07)}.path span{font-size:28px}.path h3{margin:10px 0 7px;color:var(--roxo)}.path p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.45}
.builder{background:linear-gradient(145deg,#f5ebfa,#fff3f7);border:1px solid #eadbec;border-radius:30px;padding:28px}
.builder-top{display:grid;grid-template-columns:1fr 1fr;gap:24px}.panel{background:#fff;border-radius:22px;padding:22px;border:1px solid var(--border)}.panel h3{margin:0 0 16px;color:var(--roxo)}.line-choice{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#fff8fc);border:1px dashed #ddc6e5}.line-choice:before,.line-choice:after{content:"";position:absolute;border-radius:50%;opacity:.22;pointer-events:none}.line-choice:before{width:90px;height:90px;background:var(--rosa2);right:-30px;top:-35px}.line-choice:after{width:70px;height:70px;background:var(--menta);left:-25px;bottom:-30px}.play-title{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.play-title .icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f6d2e1,#e9daf4);font-size:22px}.line-choice .line-tabs,.line-choice .pack-grid{position:relative;z-index:1}.line-choice .line-tab{border:0;background:#f7eef9;box-shadow:none}.line-choice .line-tab.active{background:linear-gradient(135deg,var(--roxo),var(--rosa))}.line-choice .pack{border:0;background:#fff;box-shadow:0 6px 18px rgba(73,43,91,.08)}.line-choice .pack:hover{transform:translateY(-2px)}.model.inspiration{cursor:default;border:1px dashed var(--lilas);background:#fbf7fd}.model.inspiration:after{content:"Inspiração";position:absolute;left:8px;top:8px;background:#fff;color:var(--roxo);font-size:10px;font-weight:900;padding:6px 8px;border-radius:99px;box-shadow:0 4px 12px rgba(73,43,91,.12)}
.line-tabs{display:flex;gap:8px;flex-wrap:wrap}.line-tab{border:1px solid var(--border);background:#fff;color:var(--roxo);padding:10px 14px;border-radius:99px;font-weight:800;cursor:pointer}.line-tab.active{color:#fff;background:var(--roxo)}
.pack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:15px}.pack{border:1px solid var(--border);background:#fff;border-radius:15px;padding:12px;text-align:left;cursor:pointer}.pack.active{border-color:#f2a65a;background:#fff2df;box-shadow:0 0 0 3px rgba(242,166,90,.25)}.pack b{display:block;color:var(--roxo)}.pack small{color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field label{display:block;font-size:12px;font-weight:800;color:var(--roxo);margin-bottom:5px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px;background:#fff;color:var(--texto)}.field.full{grid-column:1/-1}
.model-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:25px 0 12px}.model-head h3{margin:0;color:var(--roxo)}.model-limit{font-size:12px;color:var(--muted)}
.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.model{background:#fff;border:2px solid transparent;border-radius:16px;overflow:hidden;cursor:pointer;position:relative}.model.selected{border-color:var(--rosa)}.model img{width:100%;height:145px;object-fit:cover}.model p{margin:0;padding:9px 40px 9px 9px;font-size:12px;font-weight:700}.zoom-model{position:absolute;right:7px;bottom:7px;width:29px;height:29px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--roxo);display:grid;place-items:center;cursor:pointer;font-size:14px;z-index:3}.instruction{font-size:12px;color:var(--muted);font-style:italic;line-height:1.5;margin:-7px 0 14px}.premium-note{background:#fff7ec;border:1px dashed #f2a65a;border-radius:14px;padding:14px;color:#7b5733;font-size:13px;margin-top:12px}.path .btn{margin-top:auto}.path{display:flex;flex-direction:column}.path p{flex:1}.inspiration p{padding-right:9px}.tick{display:none;position:absolute;right:7px;top:7px;background:var(--rosa);color:#fff;width:25px;height:25px;border-radius:50%;place-items:center;font-weight:900}.model.selected .tick{display:grid}
.summary{margin-top:18px;background:var(--roxo);color:#fff;border-radius:20px;padding:18px;display:flex;justify-content:space-between;align-items:center;gap:16px}.summary b{font-size:23px}.summary small{display:block;color:#eee;margin-top:4px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 9px 25px rgba(73,43,91,.08)}.card img{width:100%;height:230px;object-fit:cover}.card-body{padding:17px;display:flex;flex-direction:column;height:100%}.card h3{color:var(--roxo);margin:0 0 7px}.card p{color:var(--muted);font-size:13px;line-height:1.45;min-height:58px}.card .btn{margin-top:auto}.price{font-size:20px;font-weight:900;color:var(--roxo);margin:10px 0}.qty-row{display:flex;align-items:center;gap:8px;margin:10px 0}.qty-row button{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:900}.qty-row input{width:65px;text-align:center;padding:8px;border:1px solid var(--border);border-radius:10px}
.filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:20px}.filter{border:1px solid var(--border);background:#fff;color:var(--roxo);padding:9px 13px;border-radius:99px;cursor:pointer;font-weight:800}.filter.active{background:var(--roxo);color:#fff}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery img{width:100%;height:175px;object-fit:cover;border-radius:15px;cursor:zoom-in}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.info{background:#fff;border:1px solid var(--border);border-radius:20px;padding:20px}.info h3{color:var(--roxo);margin:0 0 9px}.info p,.info li{color:var(--muted);font-size:13px;line-height:1.55}.info ul{padding-left:18px}
.faq{max-width:850px;margin:auto}.faq details{background:#fff;border:1px solid var(--border);border-radius:15px;padding:15px 18px;margin:9px 0}.faq summary{font-weight:800;cursor:pointer;color:var(--roxo)}.faq p{color:var(--muted);line-height:1.55}
footer{padding:36px 0 95px}.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:25px}.footer p,.footer a{font-size:13px;line-height:1.7;color:var(--muted);text-decoration:none}
.float-wrap{position:fixed;right:18px;bottom:18px;z-index:90;display:flex;flex-direction:column;gap:9px}.float-btn{width:55px;height:55px;border-radius:50%;border:0;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 9px 25px rgba(0,0,0,.2);font-size:21px}.wa{background:#25d366}.cart-btn{background:var(--roxo);position:relative}.count{position:absolute;right:-3px;top:-5px;background:var(--rosa);width:23px;height:23px;border-radius:50%;font-size:11px;display:grid;place-items:center}
.drawer{position:fixed;top:0;right:-460px;width:min(450px,96vw);height:100vh;background:#fff;z-index:120;padding:22px;overflow:auto;box-shadow:-18px 0 50px rgba(0,0,0,.18);transition:.3s}.drawer.open{right:0}.drawer-head{display:flex;align-items:center;justify-content:space-between}.x{border:0;background:#f3edf5;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:20px}.cart-item{padding:13px 0;border-bottom:1px solid #eee}.cart-item-top{display:flex;justify-content:space-between;gap:10px}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:#ffc785;color:#1f1a1c;cursor:pointer;padding:9px 14px;border-radius:999px;font-weight:900;margin-top:8px}.total{display:flex;justify-content:space-between;font-size:21px;font-weight:900;margin:20px 0}.order-data{background:#faf6fb;border-radius:14px;padding:12px;font-size:12px;color:var(--muted);line-height:1.5}.checkout-note{font-size:11px;color:var(--muted);line-height:1.45;margin-top:10px}
.modal{position:fixed;inset:0;background:rgba(30,20,37,.78);z-index:140;display:none;place-items:center;padding:20px}.modal.show{display:grid}.modal img{max-height:88vh;max-width:min(1050px,94vw);border-radius:18px}.modal .x{position:fixed;top:18px;right:18px}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,100px);background:#392d42;color:#fff;padding:11px 16px;border-radius:99px;z-index:180;opacity:0;transition:.25s;font-size:13px}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:900px){.links{display:none}.hero{grid-template-columns:1fr}.hero-media{order:-1}.path-grid,.cards{grid-template-columns:repeat(2,1fr)}.builder-top{grid-template-columns:1fr}.model-grid,.gallery{grid-template-columns:repeat(3,1fr)}.info-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}}
@media(max-width:600px){.top{font-size:11px}.brand strong{display:none}.brand img{width:52px}.nav-actions .secondary{display:none}.hero{padding:28px 0}.hero h1{font-size:43px}.hero p{font-size:16px}.bubble{font-size:11px;padding:9px}.path-grid,.cards{grid-template-columns:1fr}.pack-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.model-grid,.gallery{grid-template-columns:repeat(2,1fr)}.model img{height:130px}.section{padding:43px 0}.builder{padding:18px}.summary{align-items:flex-start;flex-direction:column}.card img{height:220px}}

.showcase-section{overflow:hidden}
.occasion-line{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:-2px 0 42px;color:var(--roxo);font-family:var(--display);font-size:clamp(18px,2vw,25px);font-style:italic}
.occasion-line i{width:38px;height:1px;background:linear-gradient(90deg,var(--rosa),var(--roxo));transform:rotate(-7deg)}
.showcase-list{display:grid;gap:34px}
.showcase-row{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(320px,1.1fr);align-items:center;gap:44px;padding:28px 34px;border:1px solid rgba(118,86,151,.12);border-radius:34px;background:rgba(255,255,255,.72);box-shadow:0 18px 48px rgba(83,55,111,.08);position:relative}
.showcase-row:nth-child(odd){transform:rotate(-.35deg)}
.showcase-row:nth-child(even){transform:rotate(.35deg)}
.showcase-row.reverse .showcase-photos{order:2}
.showcase-row.reverse .showcase-copy{order:1;text-align:right}
.showcase-row.reverse .showcase-copy .btn{align-self:flex-end}
.showcase-photos{display:flex;align-items:center;justify-content:center;min-height:250px;padding:12px 6px;position:relative}
.circle-photo{width:168px;height:168px;border-radius:50%;overflow:hidden;border:8px solid #fff;box-shadow:0 14px 32px rgba(80,55,101,.18);cursor:zoom-in;transition:.25s ease;background:#fff;position:relative}
.circle-photo img{width:100%;height:100%;object-fit:cover}
.circle-photo:nth-child(1){transform:translateX(30px) rotate(-7deg);z-index:1}
.circle-photo:nth-child(2){transform:translateY(-18px);z-index:3}
.circle-photo:nth-child(3){transform:translateX(-30px) rotate(7deg);z-index:2}
.circle-photo:hover{z-index:8;transform:scale(1.08) rotate(0)}
.showcase-copy{display:flex;flex-direction:column;align-items:flex-start}
.showcase-kicker{display:inline-block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#b16a8d;font-weight:800;margin-bottom:8px}
.showcase-copy h3{font-family:var(--display);font-size:clamp(30px,4vw,48px);line-height:1;margin:0 0 12px;color:var(--roxo)}
.showcase-copy p{font-size:15px;line-height:1.72;color:var(--muted);max-width:620px;margin:0 0 20px}
.showcase-copy .btn{align-self:flex-start}
@media(max-width:820px){
 .showcase-row,.showcase-row.reverse{grid-template-columns:1fr;gap:12px;padding:24px 18px;transform:none}
 .showcase-row.reverse .showcase-photos,.showcase-row.reverse .showcase-copy{order:initial}
 .showcase-row.reverse .showcase-copy{text-align:left}
 .showcase-row.reverse .showcase-copy .btn{align-self:flex-start}
 .showcase-photos{min-height:210px}
 .circle-photo{width:132px;height:132px;border-width:6px}
 .circle-photo:nth-child(1){transform:translateX(22px) rotate(-7deg)}
 .circle-photo:nth-child(3){transform:translateX(-22px) rotate(7deg)}
}
@media(max-width:480px){
 .showcase-row{border-radius:24px}
 .circle-photo{width:108px;height:108px}
 .showcase-photos{min-height:170px}
 .occasion-line{font-size:18px;gap:8px}
 .occasion-line i{width:20px}
}


/* Ajustes V5 */
.showcase-photos{min-height:310px}
.circle-photo{width:205px;height:205px;border-width:9px}
.showcase-copy p strong{display:inline-block;margin-top:8px;color:var(--roxo);font-weight:800}
.footer-centered{display:flex!important;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:760px}
.footer-main{display:flex;flex-direction:column;align-items:center}
.footer-brand{justify-content:center}
.footer-brand img{width:230px;height:105px;object-fit:contain}
.footer-main p{max-width:560px;margin:5px auto 0}
.footer-contact p{margin:4px 0}
.footer-credit{margin-top:8px;padding-top:14px;border-top:1px solid var(--border);width:100%;font-size:12px;color:var(--muted)}
.footer-credit a{font-weight:800;color:var(--roxo)}
@media(max-width:820px){
 .showcase-photos{min-height:270px;overflow:visible}
 .circle-photo{width:166px;height:166px;border-width:7px}
 .circle-photo:nth-child(1){transform:translateX(24px) rotate(-5deg)}
 .circle-photo:nth-child(2){transform:translateY(-12px)}
 .circle-photo:nth-child(3){transform:translateX(-24px) rotate(5deg)}
}
@media(max-width:480px){
 .showcase-photos{min-height:245px;margin-inline:-8px}
 .circle-photo{width:150px;height:150px;border-width:6px}
 .circle-photo:nth-child(1){transform:translateX(34px) rotate(-4deg)}
 .circle-photo:nth-child(2){transform:translateY(-16px)}
 .circle-photo:nth-child(3){transform:translateX(-34px) rotate(4deg)}
 .footer-brand img{width:210px;height:96px}
}


/* Ajustes V6 — correção mobile, cabeçalho e CTAs */
html,body{max-width:100%;overflow-x:hidden}
header .wrap{width:min(1180px,94vw)}
nav{height:72px;min-height:72px}
.brand{min-width:0}
.brand img{width:118px;height:58px;object-fit:contain;flex:0 0 auto}
.showcase-section,.showcase-list,.showcase-row,.showcase-copy,.showcase-photos{min-width:0;max-width:100%}
.showcase-row{width:100%;overflow:hidden}
.showcase-copy{width:100%}
.showcase-copy p{max-width:100%;overflow-wrap:anywhere;word-break:normal}
.showcase-copy .btn{align-self:center;background:#f3a04f;color:#fff;border:0;min-width:190px;box-shadow:0 10px 24px rgba(243,160,79,.28)}
.showcase-copy .btn:hover{transform:translateY(-1px);background:#e8913c}
.showcase-row.reverse .showcase-copy .btn{align-self:center}
.showcase-copy{text-align:center;align-items:center}
.showcase-row.reverse .showcase-copy{text-align:center;align-items:center}

@media(max-width:600px){
  header .wrap{width:94vw}
  nav{height:68px;min-height:68px;gap:10px}
  .brand img{width:112px;height:54px}
  .nav-actions{margin-left:auto}
  .nav-actions .btn{padding:11px 18px;font-size:13px}
  .showcase-section{overflow:hidden}
  .showcase-list{gap:24px}
  .showcase-row,.showcase-row.reverse{width:100%;padding:22px 16px 26px;gap:8px;overflow:hidden;border-radius:24px}
  .showcase-photos{width:100%;min-height:230px;margin:0;padding:8px 0;overflow:hidden;display:flex;justify-content:center;align-items:center}
  .circle-photo{width:132px;height:132px;min-width:132px;flex:0 0 132px;border-width:6px}
  .circle-photo:nth-child(1){transform:translateX(22px) rotate(-4deg)}
  .circle-photo:nth-child(2){transform:translateY(-12px)}
  .circle-photo:nth-child(3){transform:translateX(-22px) rotate(4deg)}
  .showcase-copy{padding:0 4px;width:100%;text-align:center;align-items:center}
  .showcase-copy h3{font-size:38px}
  .showcase-copy p{font-size:15px;line-height:1.58;margin-bottom:18px;width:100%;max-width:100%}
  .showcase-kicker{font-size:11px;line-height:1.35}
  .showcase-copy .btn,.showcase-row.reverse .showcase-copy .btn{align-self:center;min-width:205px;padding:12px 22px}
}
@media(max-width:390px){
  .brand img{width:104px;height:50px}
  .nav-actions .btn{padding:10px 15px;font-size:12px}
  .circle-photo{width:122px;height:122px;min-width:122px;flex-basis:122px}
  .circle-photo:nth-child(1){transform:translateX(18px) rotate(-4deg)}
  .circle-photo:nth-child(3){transform:translateX(-18px) rotate(4deg)}
  .showcase-photos{min-height:215px}
}


/* ===== Ajustes V7 ===== */
:root{
  --laranja-acao:#f39a3f;
  --laranja-acao-escuro:#d9781f;
  --laranja-claro:#fff0df;
  --roxo-claro-badge:#c9a7dc;
}
.line-tab{border-color:rgba(243,154,63,.42);color:#78431c;background:#fffaf4}
.line-tab:hover{background:var(--laranja-claro);border-color:var(--laranja-acao)}
.line-tab.active{background:var(--laranja-acao);border-color:var(--laranja-acao);color:#fff;box-shadow:0 8px 18px rgba(243,154,63,.28)}
.pack{border-color:rgba(243,154,63,.3)}
.pack.active{border-color:var(--laranja-acao);background:var(--laranja-claro);box-shadow:0 0 0 3px rgba(243,154,63,.23)}
.scroll-guidance{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin:18px auto 2px;padding:13px 18px;border-radius:18px;background:#fff5e8;color:#8a4c19;text-align:center;max-width:440px;border:1px dashed rgba(243,154,63,.75)}
.scroll-arrow{font-size:31px;line-height:1;color:var(--laranja-acao-escuro);animation:scrollHint 1.35s ease-in-out infinite}
.scroll-guidance strong{font-size:13px}
@keyframes scrollHint{0%,100%{transform:translateY(-2px)}50%{transform:translateY(5px)}}
.model.inspiration:after{background:var(--laranja-acao);color:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 5px 14px rgba(190,101,24,.28)}
.choose-badge{position:absolute;left:8px;top:8px;z-index:4;background:var(--roxo-claro-badge);color:#40264f;font-size:9px;line-height:1.15;font-weight:900;padding:6px 8px;border-radius:999px;box-shadow:0 5px 14px rgba(73,43,91,.18);pointer-events:none}
.model.selected .choose-badge{background:var(--laranja-acao);color:#fff}
#builderAction,.model-head .btn,.gift-add-btn{background:var(--laranja-acao)!important;border-color:var(--laranja-acao)!important;color:#fff!important;box-shadow:0 8px 18px rgba(243,154,63,.25)}
#builderAction:hover,.model-head .btn:hover,.gift-add-btn:hover{background:var(--laranja-acao-escuro)!important;border-color:var(--laranja-acao-escuro)!important}
.gift-add-btn{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;margin-top:auto}
.info-grid .info:nth-child(1){background:#fff0df;border-color:#f5c18c}
.info-grid .info:nth-child(2){background:#f3eafd;border-color:#d5bde9}
.info-grid .info:nth-child(3){background:#e8f7f1;border-color:#b9dfd0}
.info-grid .info:nth-child(1) h3{color:#9a541d}
.info-grid .info:nth-child(2) h3{color:#70448a}
.info-grid .info:nth-child(3) h3{color:#337a61}
@media(max-width:600px){
  .choose-badge{left:6px;top:6px;max-width:82%;white-space:normal;text-align:center;font-size:8px;padding:5px 7px}
  .model.inspiration:after{left:6px;top:6px;font-size:9px;padding:5px 7px}
  .scroll-guidance{width:100%}
}

/* Correções V9 — cabeçalho desktop e botões dos brindes */
header nav{justify-content:space-between}
header .brand strong, header .links{display:none!important}
header .brand{flex:0 0 auto}
header .nav-actions{margin-left:auto}
.gift-add-btn{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  min-height:46px!important;
  margin-top:auto!important;
  border:0!important;
  border-radius:999px!important;
  background:#f39a3f!important;
  color:#ffffff!important;
  font-weight:900!important;
  cursor:pointer!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 9px 20px rgba(243,154,63,.30)!important;
}
.gift-add-btn:hover{background:#d9781f!important;transform:translateY(-1px)}
.gift-add-btn:focus{outline:3px solid rgba(243,154,63,.25);outline-offset:2px}
#giftCards .card-body{display:flex!important;flex-direction:column!important}
#giftCards .gift-add-btn{margin-top:14px!important}
@media(max-width:600px){header .brand img{width:104px;height:50px}}

/* Escolha de pagamento no carrinho */
.payment-choice{margin:22px 0 18px;padding:20px;border:1px solid #e4d6e8;border-radius:22px;background:#fcf8fd}
.payment-choice h3{margin:0 0 6px;color:var(--roxo);font-size:24px}
.payment-help{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.5}
.payment-option{display:flex;align-items:flex-start;gap:14px;margin:12px 0;padding:17px;border:2px solid #e8ddea;border-radius:19px;background:#fff;cursor:pointer;transition:.2s ease}
.payment-option:hover{border-color:#d6bedf}
.payment-option.selected{border-color:#f2a14d;background:#fff9f1}
.payment-option input{position:absolute;opacity:0;pointer-events:none}
.payment-radio{width:30px;height:30px;flex:0 0 30px;border-radius:50%;border:3px solid #777;background:#fff;display:grid;place-items:center;margin-top:2px}
.payment-option.selected .payment-radio{border-color:#f2a14d;background:#f2a14d;box-shadow:inset 0 0 0 8px #f2a14d}
.payment-option.selected .payment-radio:after{content:"";width:7px;height:7px;border-radius:50%;background:#fff}
.payment-copy{display:flex;flex-direction:column;gap:5px}
.payment-copy strong{font-size:18px;color:#3c2947}
.payment-copy small{font-size:14px;line-height:1.45;color:var(--muted)}
.payment-summary{margin-top:18px;padding-top:16px;border-top:2px dashed #e2cee6}
.payment-summary>div{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding:5px 0;color:#493552}
.payment-summary>div b{color:#75488d;font-size:17px;white-space:nowrap}
.payment-summary .payment-now strong{font-size:20px;color:#3d2b46}
.payment-summary .payment-now b{font-size:21px}
.payment-summary p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.5}
.checkout-main-btn{width:100%;min-height:54px;font-size:17px;border-radius:999px}
@media(max-width:560px){
  .payment-choice{padding:16px 14px;border-radius:20px}
  .payment-choice h3{font-size:22px}
  .payment-option{padding:15px 12px;gap:12px}
  .payment-copy strong{font-size:17px}
  .payment-copy small{font-size:13px}
  .payment-summary .payment-now strong{font-size:18px}
  .drawer{padding:20px 18px 28px}
}

/* WhatsApp flutuante: alinhamento e ícone vetorial */
.float-btn.wa{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  line-height:1;
}
.float-btn.wa .wa-icon{
  display:block;
  width:29px;
  height:29px;
  flex:0 0 29px;
  transform:translate(0,0);
}

/* Correções V12 — lupa nas imagens dos brindes e ação sempre visível */
#giftCards .gift-card{display:flex;flex-direction:column;overflow:hidden}
#giftCards .gift-image-wrap{position:relative;cursor:zoom-in;overflow:hidden;background:#f8f4f8;outline:none}
#giftCards .gift-image-wrap:focus-visible{box-shadow:inset 0 0 0 4px rgba(243,154,63,.55)}
#giftCards .gift-image-wrap img{display:block;width:100%;height:245px;object-fit:cover;transition:transform .25s ease}
#giftCards .gift-image-wrap:hover img{transform:scale(1.025)}
#giftCards .gift-zoom-badge{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);color:#5f357f;font-size:29px;font-weight:800;line-height:1;box-shadow:0 8px 22px rgba(49,31,61,.18);border:2px solid rgba(95,53,127,.12);pointer-events:none}
#giftCards .gift-zoom-text{position:absolute;left:14px;bottom:14px;background:rgba(72,43,87,.88);color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;letter-spacing:.01em;pointer-events:none}
#giftCards .card-body{display:flex!important;flex-direction:column!important;flex:1!important}
#giftCards .qty-row{margin-top:14px}
#giftCards .gift-add-btn{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;width:100%!important;min-height:48px!important;margin-top:16px!important;background:#f39a3f!important;color:#fff!important;border:0!important;border-radius:999px!important;font-weight:800!important;align-items:center!important;justify-content:center!important}
@media (max-width:700px){
  #giftCards .gift-image-wrap img{height:225px}
  #giftCards .gift-zoom-badge{width:40px;height:40px;right:12px;top:12px;font-size:27px}
  #giftCards .gift-zoom-text{left:12px;bottom:12px;font-size:11px}
}
