body{
background:#f7f8fb;
font-family:Segoe UI,sans-serif;
}

html{
background:#f7f8fb;
}

.section-title{
font-size:18px;
font-weight:600;
color:#4d4c4f;
margin-bottom:15px;
}

.plate-suitability-message{
margin:-2px 0 14px;
padding:10px 14px;
border-radius:14px;
border:1px solid #f0b4b4;
background:#fff1f1;
color:#b42318;
font-size:14px;
font-weight:700;
letter-spacing:.1px;
box-shadow:0 4px 14px rgba(180,35,24,.08);
}

.plate-suitability-message.is-visible{
display:block;
}

.divider{
height:1px;
margin:25px 0;
background:linear-gradient(to right,transparent,#0073AB,#4d4c4f,transparent);
}

.option-slider{
display:flex;
overflow-x:auto;
gap:15px;
padding-bottom:10px;
scroll-snap-type:x mandatory;
overflow-y:visible;
padding-top:18px;
}

.option-slider::-webkit-scrollbar{
height:7px;
}

.option-section{
overflow:visible;
}

.option-slider::-webkit-scrollbar-thumb{
background:#0073AB;
border-radius:20px;
}

.option-card{
width:115px;
height:145px;
background:#fff;
border:2px solid #d8dde5;
border-radius:18px;
flex-shrink:0;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
cursor:pointer;
transition:.25s;
position:relative;
scroll-snap-align:start;
}

.option-card:hover{
transform:translateY(-3px);
border-color:#0073AB;
}

.option-card.active{
border-color:#0073AB;
box-shadow:0 8px 20px rgba(0,115,171,.2);
}

.option-card.active::after{
content:"✓";
position:absolute;
top:8px;
right:8px;
width:22px;
height:22px;
border-radius:50%;
background:#0073AB;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:12px;
}

.image-box{
width:80px;
height:80px;
display:flex;
justify-content:center;
align-items:center;
margin-bottom:10px;
background:#fff;
border-radius:14px;
}

.image-box img{
width:72px;
height:72px;
object-fit:contain;
}

.option-card span{
font-size:14px;
font-weight:600;
text-align:center;
color:#4d4c4f;
}

.option-card.recommended::before{
content:attr(data-badge);
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#2aa84a;
color:#fff;
padding:4px 10px;
border-radius:20px;
font-size:11px;
font-weight:600;
white-space:nowrap;
}

#recommend-tool-driver{
margin-top:8px;
margin-bottom: 150px;
}

.recommend-panel{
display:flex;
flex-direction:column;
gap:14px;
}

.hero-card,
.section-card{
background:#fff;
border:1px solid #e6e9ef;
border-radius:18px;
box-shadow:0 8px 24px rgba(20,36,60,.06);
overflow:hidden;
}

.selection-prompt{
padding:20px 18px;
border:2px solid #0073AB;
background:linear-gradient(135deg,#eef8ff 0%,#ffffff 60%,#f7fbff 100%);
box-shadow:0 10px 26px rgba(0,115,171,.12);
text-align:center;
}

.selection-prompt__title{
font-size:18px;
font-weight:800;
color:#0b4f78;
letter-spacing:.2px;
margin-bottom:4px;
}

.selection-prompt__text{
font-size:15px;
font-weight:700;
color:#4d4c4f;
}

.hero-media{
position:relative;
min-height:320px;
background:linear-gradient(180deg,#453127 0%,#2f231d 100%);
padding:14px;
}

.hero-warning{
position:absolute;
top:22px;
right:22px;
z-index:3;
max-width:320px;
padding:10px 16px;
border-radius:999px;
background:#ffe8e8;
color:#8f1010;
border:2px solid #c92b2b;
font-size:15px;
font-weight:800;
letter-spacing:.2px;
box-shadow:0 8px 22px rgba(201,43,43,.22);
text-transform:none;
}

.hero-media--message{
min-height:220px;
display:flex;
align-items:center;
justify-content:center;
padding:18px;
}

.hero-loading--message{
position:absolute;
inset:14px;
display:flex;
align-items:center;
justify-content:center;
padding:22px 18px;
border-radius:16px;
background:#fff0f0;
border:3px solid #d93a3a;
color:#8f1010;
font-size:28px;
font-weight:900;
letter-spacing:.4px;
text-align:center;
box-shadow:0 12px 30px rgba(201,43,43,.16);
z-index:3;
}

.hero-warning--center{
top:50%;
left:50%;
right:auto;
transform:translate(-50%,-50%);
max-width:min(90%,420px);
padding:16px 22px;
border-radius:18px;
text-align:center;
font-size:20px;
line-height:1.3;
font-weight:900;
letter-spacing:.3px;
background:#fff0f0;
border-width:3px;
}

.hero-media img{
width:100%;
height:100%;
min-height:290px;
object-fit:cover;
border-radius:12px;
display:block;
background:#ddd;
opacity:0;
transition:opacity .25s ease;
}

.hero-media img.is-loaded{
opacity:1;
}

.hero-badge{
position:absolute;
top:22px;
left:22px;
background:#2ea24b;
color:#fff;
font-weight:700;
font-size:14px;
padding:6px 12px;
border-radius:999px;
box-shadow:0 6px 18px rgba(46,162,75,.25);
}

.hero-caption{
position:absolute;
left:0;
right:0;
bottom:12px;
text-align:center;
color:#fff;
font-size:13px;
text-shadow:0 2px 6px rgba(0,0,0,.45);
}

.hero-loading{
position:absolute;
inset:14px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
background:rgba(26,19,16,.34);
backdrop-filter:blur(2px);
-webkit-backdrop-filter:blur(2px);
color:#fff;
font-weight:600;
font-size:14px;
z-index:2;
pointer-events:none;
}

.hero-spinner{
width:18px;
height:18px;
border-radius:50%;
border:2px solid rgba(255,255,255,.35);
border-top-color:#fff;
animation:heroSpin .8s linear infinite;
}

@keyframes heroSpin{
to{
transform:rotate(360deg);
}
}

.mock-grid{
display:grid;
grid-template-columns:1.25fr .95fr 1.05fr;
gap:14px;
padding:14px;
}

.mock-grid.two-col{
grid-template-columns:1.15fr 1fr;
}

.mock-grid .section-card{
padding:14px;
min-width:0;
}

.mock-title{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
font-weight:700;
color:#2f3136;
margin-bottom:10px;
}

.mock-title small{
font-weight:500;
color:#8a9099;
}

.compare-row{
display:flex;
gap:10px;
align-items:stretch;
flex-wrap:nowrap;
overflow-x:auto;
padding-bottom:4px;
}

.compare-card{
border:1px solid #e5e8ee;
border-radius:14px;
padding:10px;
background:#fcfdfd;
display:flex;
flex-direction:column;
gap:10px;
min-width:0;
flex:1 1 0;
}

.compare-card figure{
margin:0;
width:100%;
}

.compare-card img{
width:100%;
height:140px;
object-fit:cover;
border-radius:10px;
background:#eef2f7;
}

.compare-details{
min-width:0;
}

.compare-plate-name{
font-size:12px;
font-weight:600;
color:#73808f;
margin-bottom:3px;
letter-spacing:.01em;
}

.compare-details h4{
margin:0 0 4px;
font-size:15px;
font-weight:700;
color:#2f3136;
}

.compare-details p{
margin:0 0 4px;
font-size:12px;
color:#5f6570;
line-height:1.35;
}

.compare-details p:last-child{
color:#b75b5b;
font-weight:600;
background:#fff4f4;
border:1px solid #f2cccc;
border-radius:10px;
padding:8px 10px;
margin-top:2px;
}

.compare-vs{
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
color:#7b808a;
letter-spacing:.12em;
flex:0 0 auto;
}

.comfort-wrap{
display:grid;
grid-template-columns:160px 1fr;
gap:14px;
align-items:center;
}

.comfort-chart{
position:relative;
width:160px;
height:160px;
margin:0 auto;
}

.comfort-chart canvas{
width:160px !important;
height:160px !important;
}

.comfort-value{
position:absolute;
inset:0;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
text-align:center;
pointer-events:none;
margin-top:30px;
}

.comfort-value strong{
font-size:30px;
line-height:1;
color:#3d8b3d;
}

.comfort-value span{
font-size:12px;
color:#4c8f4c;
font-weight:600;
}

.info-box{
background:linear-gradient(180deg,#f8fbf5 0%,#eef6ea 100%);
border-radius:14px;
padding:12px;
height:100%;
}

.info-box p{
margin:0 0 10px;
color:#3a3f45;
font-weight:600;
line-height:1.4;
}

.bullet-list{
list-style:none;
padding:0;
margin:0;
display:grid;
gap:8px;
}

.bullet-list li{
position:relative;
padding-left:22px;
color:#5b616b;
font-size:13px;
}

.bullet-list li::before{
content:"";
position:absolute;
left:0;
top:7px;
width:10px;
height:10px;
border-radius:50%;
background:#81c784;
box-shadow:inset 0 0 0 2px #fff;
}

.satisfaction-wrap{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

.stars{
color:#2aab4d;
font-size:20px;
letter-spacing:2px;
}

.rating-label{
color:#4ca361;
font-weight:700;
}

.cta-whatsapp{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
background:#1c9f4d;
color:#fff;
border:none;
border-radius:12px;
padding:14px 18px;
font-weight:700;
font-size:16px;
box-shadow:0 10px 18px rgba(28,159,77,.22);
white-space:nowrap;
}

.cta-whatsapp .wa-dot{
width:24px;
height:24px;
border-radius:50%;
background:#fff;
color:#1c9f4d;
display:inline-flex;
align-items:center;
justify-content:center;
font-size:14px;
font-weight:900;
}

.mini-note{
text-align:center;
color:#7d848d;
font-size:12px;
margin-top:6px;
}

@media(max-width:768px){
body,
html{
background:#f7f8fb;
}

.section-title{
color:#30343a;
font-size:19px;
margin-bottom:16px;
}

.divider{
opacity:.9;
}

.container{
background:#f7f8fb;
}

#occasionSection,
#mealSection,
#plateSection{
background:#f7f8fb;
}

.option-card{
width:105px;
height:135px;
background:#fff;
box-shadow:0 10px 22px rgba(20,36,60,.12);
}

.option-card:hover{
box-shadow:0 12px 26px rgba(20,36,60,.14);
}

.option-card.active{
box-shadow:0 14px 28px rgba(20,36,60,.18);
}

.image-box{
width:72px;
height:72px;
background:#fff;
}

.image-box img{
width:64px;
height:64px;
}

.mock-grid,
.mock-grid.two-col,
.comfort-wrap{
grid-template-columns:1fr;
}

.hero-media{
min-height:240px;
}

.hero-card,
.section-card{
box-shadow:0 10px 26px rgba(20,36,60,.1);
}

.hero-media img{
min-height:210px;
}

.compare-row{
gap:8px;
}

.compare-card{
padding:8px;
}

.compare-card figure{
flex-basis:68px;
}

.compare-card img{
width:68px;
height:68px;
}

.compare-details h4{
font-size:13px;
}

.compare-details p{
font-size:11px;
}

.cta-whatsapp{
width:100%;
}
}
