    :root{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#f8f8f8;background:#191919;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}a{color:inherit}header{border-bottom:1px solid #383838}.bar{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:22px 28px}.brand{font-size:1.55rem;font-weight:900;letter-spacing:-.07em;text-decoration:none}.brand span{color:#ff5a1f}.brand small{display:block;font-size:.68rem;letter-spacing:.14em;font-weight:700;color:#c7c7c7}.headnote{color:#aaa;font-size:.875rem}main{max-width:1100px;margin:0 auto;padding:58px 28px 70px;display:grid;grid-template-columns:1fr minmax(320px,440px);gap:8%;align-items:start}.eyebrow{display:inline-block;border:1px solid #b85e3c;color:#ff986f;border-radius:100px;padding:10px 18px;font-weight:700;font-size:.875rem}h1{font-size:clamp(2.9rem,6vw,5.7rem);line-height:1.02;letter-spacing:-.075em;margin:32px 0 22px;max-width:660px}h1 em{font-style:normal;color:#ff5a1f}.intro{font-size:1.25rem;line-height:1.5;color:#c9c9c9;max-width:500px}.steps{margin-top:52px;display:grid;gap:18px}.step{display:flex;gap:16px;align-items:start;color:#c7c7c7;line-height:1.5}.step b{color:#ff5a1f;font-size:1.1rem}.panel{background:#252525;border:1px solid #454545;border-radius:22px;padding:30px;box-shadow:0 25px 70px #0005}.panel h2{font-size:1.6rem;letter-spacing:-.035em;margin:0 0 8px}.panel p{color:#bcbcbc;line-height:1.5;margin:0 0 25px}.label{display:block;font-weight:700;font-size:.94rem;margin:20px 0 9px}fieldset{border:0;padding:0;margin:0}legend{font-weight:700;font-size:.94rem;margin-bottom:11px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:9px}.choice{position:relative}.choice input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.choice span{display:block;border:1px solid #5b5b5b;border-radius:11px;padding:14px 10px;text-align:center;font-weight:700;font-size:.88rem;min-height:52px}.choice input:checked+span{background:#4a2b20;border-color:#ff5a1f;color:#fff}.choice input:focus-visible+span{outline:3px solid #fff;outline-offset:2px}input:not([type=radio]){width:100%;border:1px solid #666;background:#1b1b1b;color:white;border-radius:10px;padding:14px;min-height:51px}input:focus{outline:2px solid #ff5a1f;outline-offset:2px}input::placeholder{color:#969696}.hint{color:#aaa;font-size:.81rem;line-height:1.4;margin-top:8px}.consent{display:flex;align-items:start;gap:10px;margin:24px 0;font-size:.88rem;line-height:1.45;color:#d0d0d0}.consent input{width:19px;height:19px;flex:none;accent-color:#ff5a1f;margin:1px 0}.submit{width:100%;border:0;border-radius:11px;padding:17px;background:#ff5a1f;color:#161616;font-weight:800;font-size:1rem}.submit:hover{background:#ff925f}.submit:disabled{background:#666;color:#ddd;cursor:not-allowed}.notice{font-size:.82rem;color:#aaa;line-height:1.5;margin:15px 0 0!important}.error{color:#ffae8c;margin:12px 0 0;min-height:1.4em;font-size:.9rem}.config{border:1px solid #a66a50;color:#ffc4a7;border-radius:10px;padding:12px;margin:12px 0;line-height:1.4;font-size:.9rem}footer{border-top:1px solid #383838;color:#aaa;padding:26px 28px;text-align:center;font-size:.875rem}@media(max-width:760px){.bar{padding:18px 20px}.headnote{display:none}main{display:block;padding:45px 20px 55px}.intro{font-size:1.08rem}.steps{margin:28px 0 35px}.panel{padding:23px 19px}h1{margin:26px 0 18px}}
    main.flow{display:block;max-width:1040px;padding-top:38px;min-height:calc(100vh - 170px)}.screen[hidden]{display:none!important}.progress{color:#bdbdbd;font-size:.875rem;font-weight:700;margin-bottom:35px}.progress-track{height:4px;background:#3c3c3c;border-radius:8px;margin-top:12px;overflow:hidden}.progress-track div{height:100%;width:50%;background:#ff5a1f;transition:width .25s}.screen{max-width:100%}.welcome{padding:15px 0 65px}.welcome .intro{max-width:650px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center}.hero h1{font-size:clamp(2.8rem,5vw,4.8rem)}.store-visual{position:relative;margin:0;border-radius:20px;overflow:hidden;border:1px solid #5d3a2d;background:#131313;box-shadow:0 24px 55px #0008}.hero-image{width:100%;height:355px;display:block;object-fit:cover;object-position:center 24%;filter:saturate(1.06)}.store-visual:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#111e);pointer-events:none}.store-visual figcaption{position:absolute;z-index:1;bottom:0;left:0;right:0;padding:32px 22px 21px;color:#fff;font-weight:800;font-size:1rem;text-shadow:0 2px 8px #000}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:26px}.product-card{background:#262626;border:1px solid #505050;border-radius:16px;min-height:158px;color:white;text-align:left;padding:25px 27px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;transition:background .15s,border-color .15s,color .15s,transform .15s}.product-card:hover,.product-card:focus-visible,.product-card:active{background:#ff5a1f;border-color:#ff5a1f;color:#181818;transform:translateY(-2px)}.product-card:hover span,.product-card:hover small,.product-card:focus-visible span,.product-card:focus-visible small,.product-card:active span,.product-card:active small{color:#181818}.product-card span,.product-card small{color:#ff8650;font-size:.94rem;font-weight:750}.product-card strong{font-size:clamp(1.5rem,2.6vw,1.9rem);font-weight:850;line-height:1.15;letter-spacing:-.045em}.back{display:block;background:none;border:0;color:#d6d6d6;padding:0;margin:0 0 32px;font-weight:700}.back:hover{text-decoration:underline}.form-screen{max-width:560px;margin:auto}.form-screen .panel{padding:34px}.form-screen .panel .eyebrow{margin-bottom:22px}.chosen{background:#35291f;border:1px solid #855137;border-radius:10px;padding:13px 15px;color:#fff!important;margin-bottom:25px!important}.brand img{width:170px;height:auto;display:block}.product-label{font-size:1.45rem;letter-spacing:-.035em;margin:32px 0 0}header{background:#000}.bar{padding-top:10px;padding-bottom:10px}@media(max-width:760px){main.flow{padding-top:25px}.welcome{padding-top:14px}.hero{display:block}.store-visual{margin-top:22px}.hero-image{height:245px;object-position:center 21%}.product-grid{grid-template-columns:1fr;gap:11px}.product-card{min-height:120px;padding:19px 21px}.product-card strong{font-size:1.5rem}.form-screen .panel{padding:24px 20px}.brand img{width:130px}}
    header{background:linear-gradient(90deg,#000 0%,#000e 33%,#0009 70%,#000c 100%),url("loja-cr.webp") center 16%/cover no-repeat;border-bottom:2px solid #a43b19}.bar{min-height:155px}.brand{background:#000c;border-radius:12px;padding:7px 12px}.headnote{background:#000a;border-radius:50px;padding:9px 15px;color:#fff}.hero-image{object-position:60% center}@media(max-width:760px){header{background-position:center 13%}.bar{min-height:115px}.brand{padding:5px 8px}}.contact-row{display:flex;align-items:flex-start;gap:14px;margin:20px 0;color:#ddd;line-height:1.55}.contact-row svg{width:25px;height:25px;flex:none;fill:none;stroke:#ff5a1f;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-row a{align-self:center}.product-card{border-width:2px;justify-content:center;gap:16px}.product-card:hover,.product-card:focus-visible,.product-card:active{box-shadow:0 10px 32px #ff5a1f3d}.product-card small{font-size:1rem;letter-spacing:.01em}.company{border-top:1px solid #393939;background:#222;padding:52px 28px}.company-inner{max-width:1040px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px}.company h2{font-size:1.75rem}.company h3{font-size:1.2rem}.company p{color:#d1d1d1;line-height:1.7}.company a,footer a,.cookie-notice a{color:#ff985f;text-underline-offset:3px}.company-note{font-size:.91rem}footer{display:flex;justify-content:space-between;gap:20px;align-items:center}footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px}.cookie-notice[hidden]{display:none!important}.cookie-notice{position:fixed;left:18px;right:18px;bottom:18px;max-width:950px;margin:auto;background:#303030;border:1px solid #ff5a1f;border-radius:15px;box-shadow:0 15px 50px #000b;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;z-index:10}.cookie-notice strong{font-size:1.12rem}.cookie-notice p{color:#e1e1e1;line-height:1.45;margin:8px 0 0}.cookie-notice button{background:#ff5a1f;color:#171717;font-weight:800;border:0;border-radius:9px;padding:14px 20px;white-space:nowrap}.cookie-notice button:hover{background:#ff854d}@media(max-width:760px){.company-inner{display:block}.company{padding:35px 20px}footer{display:block}footer nav{margin-top:15px}.cookie-notice{display:block;left:10px;right:10px;bottom:10px;padding:17px}.cookie-notice button{margin-top:15px;width:100%}}
/* A foto se dissolve no fundo da página, sem moldura visível. */
.hero-image{
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  mix-blend-mode:lighten;
  -webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.97) 0%,#000 12%,#000 78%,transparent 100%);
  mask-image:linear-gradient(to right,rgba(0,0,0,.97) 0%,#000 12%,#000 78%,transparent 100%);
}
@media(max-width:760px){.hero-image{margin-top:8px}}
/* Foto da loja em marca d'água na faixa superior. */
header{
  background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.58) 60%,rgba(0,0,0,.67)),url("loja-cr.webp") center 21%/cover no-repeat;
  border-bottom:2px solid #a43b19;
}
header .bar{min-height:132px}
header .brand{background:transparent;padding:0;border-radius:0}
header .brand img{width:116px;mix-blend-mode:screen}
header .headnote{background:transparent;text-shadow:0 2px 6px #000;padding:0}
@media(max-width:760px){header{background-position:center 18%}header .bar{min-height:105px}header .brand img{width:100px}}
.date-picker{display:flex;align-items:center;gap:12px;margin-top:10px;color:#ccc;font-size:.88rem}
.date-picker input[type=date]{width:170px;min-width:150px;color-scheme:dark}
@media(max-width:420px){.date-picker{flex-wrap:wrap}.date-picker input[type=date]{width:100%}}

.hero-image{object-fit:contain;object-position:center center}
/* Mais luz na atendente, mantendo a foto integrada ao fundo. */
.hero-image{
  filter:brightness(1.24) contrast(1.04) saturate(1.12);
  mix-blend-mode:screen;
  -webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.98) 0%,#000 12%,#000 88%,transparent 100%);
  mask-image:linear-gradient(to right,rgba(0,0,0,.98) 0%,#000 12%,#000 88%,transparent 100%);
}
/* Retrato recortado integrado ao fundo da apresentação. */
.hero-visual{position:relative;margin:0;min-height:390px;display:flex;align-items:end;justify-content:center;background:radial-gradient(ellipse 54% 38% at 63% 72%,rgba(255,90,31,.48),transparent 78%),radial-gradient(ellipse 69% 55% at 72% 80%,rgba(255,90,31,.15),transparent 85%)}
.hero-person{position:relative;z-index:1;width:100%;height:auto;max-height:420px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 12px 23px rgba(0,0,0,.35))}
@media(max-width:760px){.hero-visual{min-height:285px;margin-top:12px}.hero-person{max-height:315px}}

.contact-actions{display:flex;align-items:center;gap:12px;margin:20px 0 0}.company .contact-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid #ff7139;border-radius:14px;color:#ff7139;background:#321f1a;transition:background .2s,color .2s,transform .2s}.contact-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.company .contact-icon:hover,.company .contact-icon:focus-visible{background:#ff5a1f;color:#171717;transform:translateY(-2px);outline-offset:3px}

.social-block{margin-top:28px}.social-block h3{margin:0;font-size:1.1rem}.social-actions{margin-top:14px;flex-wrap:wrap}
