:root{--ink:#121416;--steel:#526f8d;--steel2:#eaf0f5;--muted:#68717a;--line:#e8eaed;--bg:#fff;--soft:#f7f8fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial;color:var(--ink);background:var(--bg)}button,input{font:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.top{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.head{min-height:82px;display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center}.brand img{width:150px;display:block}.search{display:flex;border:1px solid #dfe3e7;border-radius:14px;background:var(--soft);overflow:hidden}.search input{width:100%;border:0;background:transparent;padding:14px 16px;outline:0}.search button{border:0;background:var(--steel);color:#fff;padding:0 20px;cursor:pointer}.actions{display:flex;gap:8px}.actions button,.secondary,.link{border:0;background:transparent;cursor:pointer}.ghost{padding:11px 9px;color:#343a40}.cart{padding:11px 14px;border-radius:11px!important;background:var(--ink)!important;color:#fff}.cart span{background:var(--steel);padding:2px 7px;border-radius:999px;margin-left:4px}.hero{background:linear-gradient(145deg,#fff 0,#f3f6f8 100%);border-bottom:1px solid var(--line)}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:64px 0}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--steel)}h1{font-size:clamp(48px,6vw,78px);line-height:.96;letter-spacing:-.055em;margin:14px 0 22px}h1 em{font-style:normal;color:var(--steel)}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:600px}.hero-buttons{display:flex;gap:12px;margin:30px 0}.primary,.secondary{padding:14px 20px;border-radius:12px;font-weight:700;cursor:pointer}.primary{border:0;background:var(--steel);color:#fff}.secondary{border:1px solid #ccd3d9;background:#fff}.trust{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:#58616a}.hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 25px 60px rgba(20,30,40,.09);transform:rotate(1deg)}.mini-search{border:1px solid var(--line);border-radius:12px;padding:14px;color:#8a9299}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.chips span{background:var(--steel2);color:var(--steel);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-grid div{height:130px;border-radius:15px;background:linear-gradient(135deg,#dce3e9,#f7f9fa)}.preview-grid div:nth-child(2),.preview-grid div:nth-child(3){background:linear-gradient(135deg,#e9edf0,#c9d5df)}.section{padding:72px 0}.section.alt{background:var(--soft)}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-title h2{font-size:34px;letter-spacing:-.035em;margin:7px 0 0}.link{color:var(--steel);font-weight:750}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.categories button{text-align:left;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;font-size:17px;font-weight:800;cursor:pointer;transition:.2s}.categories button:hover{border-color:#b8c5d0;transform:translateY(-2px)}.categories small{display:block;color:var(--muted);font-weight:500;margin-top:6px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.product .pic{aspect-ratio:1/1;background:linear-gradient(145deg,#e8edf1,#cbd6df);display:grid;place-items:center;color:#71869a;font-weight:800}.product .info{padding:15px}.product h3{font-size:15px;margin:0 0 7px}.price{font-size:19px;font-weight:850}.product button{width:100%;border:0;border-radius:10px;background:var(--steel);color:#fff;padding:11px;margin-top:12px;font-weight:750;cursor:pointer}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.benefits div{padding:24px;border:1px solid var(--line);border-radius:16px}.benefits b,.benefits span{display:block}.benefits span{color:var(--muted);margin-top:6px;font-size:14px}footer{border-top:1px solid var(--line);padding:48px 0 22px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.foot img{width:140px}.foot p{color:var(--muted)}.foot b,.foot a{display:block;margin-bottom:10px}.foot a{color:var(--muted);text-decoration:none;font-size:14px}.copy{border-top:1px solid var(--line);margin-top:30px;padding-top:20px;color:#8a9198;font-size:13px}.toast{position:fixed;right:20px;bottom:20px;background:var(--ink);color:#fff;padding:13px 18px;border-radius:12px;opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}@media(max-width:900px){.head{grid-template-columns:1fr auto;gap:12px;padding:12px 0}.brand img{width:125px}.search{grid-column:1/-1;grid-row:2}.actions .ghost{display:none}.hero-grid{grid-template-columns:1fr;gap:32px;padding:46px 0}.hero-card{display:none}.categories{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.foot{grid-template-columns:1fr 1fr}.foot>div:first-child{grid-column:1/-1}}@media(max-width:520px){.wrap{width:min(100% - 24px,1180px)}.head{min-height:auto}.actions{position:absolute;right:12px;top:10px}.brand img{width:118px}.search input{padding:12px}.search button{padding:0 14px}h1{font-size:50px}.hero-grid{min-height:auto}.hero p{font-size:16px}.trust{gap:10px 15px}.section{padding:52px 0}.section-title h2{font-size:28px}.categories{gap:8px}.categories button{padding:16px;font-size:15px}.products{gap:9px}.product .info{padding:12px}.product h3{font-size:13px}.price{font-size:17px}}
.no-scroll{overflow:hidden}.modal{position:fixed;inset:0;z-index:100;background:rgba(12,16,20,.58);display:none;place-items:center;padding:18px;backdrop-filter:blur(5px)}.modal.open{display:grid}.modal-card{position:relative;width:min(430px,100%);background:#fff;border-radius:22px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.modal-card>img{width:135px;margin-bottom:20px}.modal-card h2{font-size:30px;margin:4px 0 7px;letter-spacing:-.035em}.modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:32px;color:#68717a;cursor:pointer}.muted{color:var(--muted);margin:0 0 20px;line-height:1.5}.modal form{display:grid;gap:13px}.modal label{display:grid;gap:6px;font-size:13px;font-weight:750}.modal input{width:100%;border:1px solid #dfe3e7;border-radius:11px;padding:13px 14px;outline:0;background:#fafbfc}.modal input:focus{border-color:var(--steel);box-shadow:0 0 0 3px rgba(82,111,141,.12)}.full{width:100%;margin-top:4px}.auth-switch{width:100%;border:0;background:transparent;color:var(--steel);font-weight:750;padding:15px 5px 4px;cursor:pointer}.auth-message{min-height:20px;text-align:center;font-size:13px;color:var(--steel);margin:10px 0 0}@media(max-width:520px){.modal{align-items:end;padding:0}.modal-card{border-radius:22px 22px 0 0;padding:26px 20px 28px;max-height:92vh;overflow:auto}.modal-card h2{font-size:27px}}

/* v2.2 - acesso visivel a conta */
.account-icon{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 11px!important;border:1px solid #d7dde2!important;border-radius:11px;background:#fff!important;color:var(--ink);cursor:pointer}
.account-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.account-label{font-weight:700;font-size:14px}
@media(max-width:900px){.actions .account-icon{display:inline-flex}.account-label{display:none}}
@media(max-width:520px){.actions{display:flex;align-items:center;gap:7px;right:12px;top:10px}.account-icon{width:46px;height:46px;padding:0!important;border-radius:14px}.account-icon svg{width:24px;height:24px}.cart{height:46px;padding:0 13px!important}.brand{padding-right:170px}.brand img{width:118px}}
