:root{
  --navy:#061d36;
  --navy-2:#082945;
  --navy-3:#0c3957;
  --blue:#0b79b7;
  --cyan:#46c8f0;
  --ice:#eef8fc;
  --paper:#f7fafc;
  --ink:#0a2741;
  --muted:#557187;
  --line:#d2e2eb;
  --red:#ff7478;
  --white:#fff;
  --shadow:0 22px 55px rgba(5,31,54,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow-x:hidden}
img{max-width:100%}
a{color:inherit}
button,input{font:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section{padding:94px 0}
.section-soft{padding:94px 0;background:linear-gradient(180deg,#f0f7fb,#fff)}
.section-kicker,.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:800;color:#158db9}
.section-kicker.light{color:#85dcf5}
h1,h2,h3,p{margin-top:0}
h1,h2{letter-spacing:-.045em;line-height:.98}
h2{font-size:clamp(2.2rem,4.3vw,4.4rem);margin-bottom:20px}
h3{letter-spacing:-.025em}
.centered{text-align:center}
.section-heading{max-width:800px;margin:0 auto 44px}
.section-heading>p:last-child{color:var(--muted);max-width:680px;margin:0 auto}

/* subtle premium metallic sweep */
body::after{content:"";position:fixed;z-index:9999;pointer-events:none;inset:-30% auto -30% -35%;width:22vw;min-width:180px;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.01) 15%,rgba(210,241,255,.13) 48%,rgba(255,255,255,.28) 52%,rgba(210,241,255,.08) 58%,transparent 80%);transform:skewX(-16deg) translateX(-180%);mix-blend-mode:screen;animation:metalSweep 11s ease-in-out infinite}
@keyframes metalSweep{0%,58%{transform:skewX(-16deg) translateX(-180%);opacity:0}62%{opacity:.8}84%{opacity:.45}100%{transform:skewX(-16deg) translateX(760%);opacity:0}}

.site-header{position:sticky;top:0;z-index:100;background:rgba(8,36,58,.88);border-bottom:1px solid rgba(111,201,236,.20);backdrop-filter:blur(16px)}
.header-inner{height:92px;width:min(1280px,calc(100% - 28px));margin:auto;display:flex;align-items:center;gap:22px}
.brand-pair{display:flex;align-items:center;gap:6px;text-decoration:none;flex:0 0 auto;justify-content:flex-start}
.brand-pair img{display:block;object-fit:contain}
.brand-css{width:58px;height:auto;max-height:34px}
.brand-europa{width:145px;height:auto;max-height:none;margin-left:0}
.brand-divider{height:30px;width:1px;background:rgba(255,255,255,.28)}
.main-nav{display:flex;align-items:center;justify-content:center;gap:19px;margin-left:auto}
.main-nav a{text-decoration:none;color:#d9edf5;font-size:.69rem;font-weight:750;text-transform:uppercase;letter-spacing:.065em;white-space:nowrap;transition:color .2s ease}
.main-nav a:hover{color:var(--cyan)}
.header-cta{margin-left:4px;text-decoration:none;background:linear-gradient(120deg,#e9fbff,#9ddff3);color:#06263c;border-radius:999px;padding:10px 16px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 8px 22px rgba(70,200,240,.18)}

.hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;background:var(--navy)}
.hero-backdrop{position:absolute;inset:0;background:url('assets/hero-first-frame.webp') center center/cover no-repeat;transform:scale(1.015);overflow:hidden}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:0;pointer-events:none;transition:opacity .16s linear}.hero-bg-video.is-playing{opacity:1}.hero-bg-video::-webkit-media-controls,.hero-bg-video::-webkit-media-controls-panel,.hero-bg-video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.hero-backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,17,32,.84) 0%,rgba(5,30,50,.72) 39%,rgba(5,30,50,.18) 71%,rgba(5,30,50,.05) 100%);pointer-events:none}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 79% 64%,rgba(51,195,241,.14),transparent 30%),linear-gradient(180deg,transparent 72%,rgba(2,17,32,.38));pointer-events:none}
.hero-content{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding:110px 0 90px}
.hero-copy{max-width:600px;color:#fff}
.hero-copy .eyebrow{color:#84d9f4}
.hero-copy h1{font-size:clamp(3.6rem,6.7vw,7.2rem);margin:0 0 28px;font-weight:650}
.hero-copy h1 em{font-family:Georgia,serif;font-weight:400;color:var(--cyan)}
.hero-copy>p:not(.eyebrow){max-width:560px;color:#d5e8ef;font-size:1.05rem;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 21px;text-decoration:none;font-weight:850;font-size:.77rem;text-transform:uppercase;letter-spacing:.045em;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.button:hover{transform:translateY(-2px);filter:brightness(1.04)}
.button-primary,.button-light{background:linear-gradient(120deg,#effcff,#9fe1f3);color:#06243a;box-shadow:0 13px 28px rgba(70,200,240,.2)}
.button-ghost{border-color:rgba(255,255,255,.48);color:#fff;background:rgba(255,255,255,.05)}
.button-ghost-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}
.button-dark{background:var(--navy);color:#fff;box-shadow:0 13px 28px rgba(5,31,54,.15)}
.hero-seal{display:grid;place-items:center;align-self:flex-end;width:142px;height:142px;border-radius:50%;border:1px solid rgba(141,224,247,.48);background:rgba(3,25,43,.58);backdrop-filter:blur(10px);color:#fff;text-align:center;box-shadow:0 0 0 8px rgba(70,200,240,.05)}
.hero-seal span,.hero-seal small{font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;color:#b8dce8}
.hero-seal strong{font-size:2rem;line-height:1;color:#84e0f8}

.promo-strip{background:#0a3151;color:#cde5ef;border-top:1px solid rgba(133,220,245,.2);border-bottom:1px solid rgba(133,220,245,.2)}
.promo-strip-inner{min-height:52px;display:flex;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:.78rem}
.promo-strip strong{color:var(--red);font-size:1rem;text-transform:uppercase;letter-spacing:.06em;text-shadow:0 0 18px rgba(255,116,120,.24)}
.promo-strip small{opacity:.72}

.about{display:grid;grid-template-columns:1.03fr .97fr;gap:62px;align-items:center}
.about-media{position:relative;min-width:0}
.about-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.about-media-badge{position:absolute;right:18px;bottom:18px;padding:13px 18px;border-radius:15px;background:rgba(5,30,52,.9);color:#fff;backdrop-filter:blur(10px);display:grid;gap:2px}
.about-media-badge strong{font-size:.95rem}.about-media-badge span{font-size:.7rem;color:#badce8}
.about-copy h2{margin-bottom:10px}.about-copy h3{font-size:1.2rem;color:#1b6c93;margin-bottom:23px}
.about-copy>p{color:#4f6e80;line-height:1.75}
.about-highlight{margin:28px 0 20px;padding:19px 21px;border-left:3px solid var(--cyan);background:linear-gradient(110deg,#edf9fd,#fff);border-radius:0 15px 15px 0}
.about-highlight strong{color:#0b4567}.about-highlight p{margin:5px 0 0;color:#58778a}
.text-link{font-size:.84rem;font-weight:850;color:#0e6c98;text-decoration:none}.text-link span{margin-left:7px}

.technology{border-top:1px solid #dcebf2;border-bottom:1px solid #dcebf2}
.technology-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}
.technology-grid>div:first-child p:last-child{color:var(--muted);line-height:1.75}
.technology-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.technology-cards article{padding:27px;border:1px solid #cce2eb;border-radius:22px;background:rgba(255,255,255,.8);box-shadow:0 15px 36px rgba(9,48,75,.07)}
.technology-cards article>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#0c3554;color:#7fdcf5;font-weight:900;margin-bottom:24px}
.technology-cards h3{font-size:1.08rem;margin-bottom:10px}.technology-cards p{margin:0;color:var(--muted);font-size:.88rem}

.category-switch{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.category-tab{border:1px solid #bcd5e0;background:#fff;color:#1c5874;border-radius:999px;padding:12px 18px;cursor:pointer;font-size:.78rem;font-weight:850;transition:.2s ease}
.category-tab:hover{transform:translateY(-2px)}
.category-tab.is-active{background:#0b3152;color:#fff;border-color:#0b3152;box-shadow:0 10px 24px rgba(7,45,75,.16)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{min-width:0;background:#0b3042;border:1px solid rgba(43,130,165,.25);overflow:hidden;box-shadow:0 16px 35px rgba(7,43,67,.08);transition:transform .25s ease,box-shadow .25s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(7,43,67,.14)}
.product-card[hidden]{display:none!important}
.product-image{height:310px;background:linear-gradient(145deg,#e9f8fd,#d4edf7);overflow:hidden}
.product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.product-image-catalog{background:linear-gradient(145deg,#061d36 0%,#0b4668 100%);padding:19px;border-bottom:4px solid #46c8f0}
.product-image-catalog img{object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(0,15,32,.18)}
.product-info{padding:21px 22px 24px;color:#eefaff;display:flex;flex-direction:column;align-items:flex-start;min-height:242px}
.product-info>p{font-size:.69rem;text-transform:uppercase;letter-spacing:.09em;color:#75c9e6;font-weight:850;margin-bottom:12px}
.product-info h3{font-size:1.28rem;margin-bottom:14px;color:#fff}
.offer{font-size:.77rem;color:#85dff6;letter-spacing:.03em;margin-bottom:16px}.offer b{color:var(--red);text-transform:uppercase}
.detail-toggle{margin-top:auto;border:0;border-radius:999px;padding:11px 16px;background:linear-gradient(120deg,#f3fdff,#9edcf0);color:#082940;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.055em;cursor:pointer;box-shadow:0 7px 18px rgba(7,49,70,.15)}
.product-detail{display:none;margin-top:15px;color:#bed7e1;font-size:.82rem;line-height:1.55}
.product-card.is-open .product-detail{display:block}

.refill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.refill-grid article{position:relative;padding:27px;border-radius:20px;border:1px solid #cfe2ea;border-top:4px solid #46c8f0;background:#fff;min-height:190px;box-shadow:0 13px 30px rgba(7,48,76,.06);overflow:hidden}
.refill-grid article>span{display:inline-block;color:#158db9;font-size:.72rem;font-weight:900;letter-spacing:.12em;margin-bottom:24px}
.refill-grid h3{font-size:1.18rem;margin-bottom:9px}.refill-grid p{margin:0;color:var(--muted);font-size:.86rem}
.refill-card-image{display:block;width:calc(100% + 54px);max-width:none;height:195px;margin:-27px -27px 20px;object-fit:contain;object-position:center;background:linear-gradient(145deg,#061d36,#0b4668);border-bottom:1px solid #d7e8ef;padding:16px}

.center-action{text-align:center;margin-top:30px}

.entry-filter{padding:100px 0;background:radial-gradient(circle at 15% 10%,rgba(23,132,177,.22),transparent 30%),linear-gradient(145deg,#04182c,#062b47 60%,#073450);color:#fff;position:relative;overflow:hidden}
.entry-filter::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.entry-filter>.shell{position:relative;z-index:2}
.entry-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.entry-products{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:end;min-width:0}
.entry-products img{width:100%;height:460px;object-fit:cover;object-position:center;border-radius:18px;border:1px solid rgba(142,220,246,.2);box-shadow:0 24px 55px rgba(0,0,0,.28)}
.entry-products img:nth-child(1){height:360px}.entry-products img:nth-child(2){height:410px}.entry-products img:nth-child(3){height:460px}
.entry-copy h2{font-size:clamp(2.4rem,4.6vw,4.8rem);margin-bottom:22px}.entry-copy>p:not(.section-kicker){color:#c0dbe5;line-height:1.72}
.entry-ideal{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.entry-ideal strong{width:100%;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#80d7f1;margin-bottom:4px}.entry-ideal span{padding:8px 11px;border:1px solid rgba(124,216,243,.24);border-radius:999px;color:#d6edf5;font-size:.72rem;background:rgba(255,255,255,.035)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:64px 0 70px}
.benefit-grid article{padding:22px;border:1px solid rgba(126,216,244,.18);border-radius:18px;background:rgba(255,255,255,.04)}
.benefit-grid span{color:#78d7f2;font-size:.68rem;font-weight:900}.benefit-grid h3{font-size:1rem;margin:18px 0 7px}.benefit-grid p{margin:0;color:#accbd6;font-size:.78rem}
.model-comparison{display:grid;grid-template-columns:.75fr 1.25fr;gap:44px;align-items:start;padding:42px 0;border-top:1px solid rgba(118,206,234,.18);border-bottom:1px solid rgba(118,206,234,.18)}
.comparison-copy h3{font-size:2rem;margin-bottom:14px}.comparison-copy p:last-child{color:#b7d2dc}
.comparison-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid rgba(117,208,237,.22)}
table{width:100%;border-collapse:collapse;min-width:610px;background:rgba(3,22,38,.45)}
th,td{padding:15px 17px;text-align:left;border-bottom:1px solid rgba(125,210,238,.16);vertical-align:top}
th{color:#7dd9f3;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}td{color:#d4e9f0;font-size:.84rem}tbody tr:last-child td{border-bottom:0}td:first-child{font-weight:900;color:#fff}
.entry-installation{display:flex;justify-content:space-between;gap:40px;align-items:center;padding-top:42px}.entry-installation>div{max-width:710px}.entry-installation strong{font-size:1.12rem}.entry-installation p{margin:8px 0 0;color:#b6d2dc}

.service-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:44px}
.service-summary-grid article{text-align:center;padding:28px 18px;border-top:1px solid #bad5e1;border-bottom:1px solid #bad5e1}
.service-summary-grid span{display:grid;place-items:center;margin:0 auto 16px;width:50px;height:50px;border-radius:50%;background:#e5f5fb;color:#0e6f9a;font-size:1.3rem}
.service-summary-grid h3{font-size:1rem;margin-bottom:8px}.service-summary-grid p{margin:0;color:var(--muted);font-size:.78rem}
.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.service-detail-grid article{padding:28px;border-radius:18px;background:#fff;border:1px solid #d3e3eb;box-shadow:0 12px 28px rgba(6,45,73,.05)}
.service-detail-grid h3{font-size:1.08rem;color:#0d5278}.service-detail-grid p,.service-detail-grid li{color:var(--muted);font-size:.86rem}.service-detail-grid p{margin:0}.service-detail-grid ul{margin:0;padding-left:20px}.why-css{background:linear-gradient(135deg,#effaff,#fff)!important}

.contact{padding:94px 0;background:linear-gradient(135deg,#051a30,#07314e);color:#fff}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:stretch}
.contact-copy h2{font-size:clamp(2.5rem,4.8vw,4.8rem)}
.contact-list{display:grid;gap:0;margin:26px 0 30px;border-top:1px solid rgba(143,218,242,.18)}
.contact-list>div{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:13px 0;border-bottom:1px solid rgba(143,218,242,.14)}
.contact-list span{color:#83d5ef;font-size:.69rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.contact-list strong,.contact-list a{color:#e4f4f9;font-size:.88rem;text-decoration:none;font-weight:650}.contact-list div:has(a){align-items:center}.contact-list div a+a{margin-left:15px}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap}
.map-card{min-height:560px;border-radius:24px;overflow:hidden;border:1px solid rgba(139,219,244,.25);box-shadow:0 25px 55px rgba(0,0,0,.22);background:#0a2741}
.map-card iframe{width:100%;height:100%;min-height:560px;border:0;display:block}

.site-footer{padding:50px 0;background:#03111f;color:#a9c8d5;border-top:1px solid rgba(120,207,235,.15)}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr .9fr;gap:36px}
.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:.76rem}
.footer-grid strong{color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px}.footer-grid a{text-decoration:none;color:#b9d3de}.footer-logos{display:flex;align-items:center;gap:13px}.footer-logos img:first-child{width:66px}.footer-logos img:last-child{width:116px}.footer-brand p{margin:4px 0 0}

@media(max-width:1080px){
  .main-nav{gap:13px}.main-nav a{font-size:.64rem}.header-cta{display:none}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .entry-products img{height:390px}.entry-products img:nth-child(1){height:300px}.entry-products img:nth-child(2){height:345px}.entry-products img:nth-child(3){height:390px}
}
@media(max-width:860px){
  html{scroll-padding-top:136px}.site-header{position:sticky}.header-inner{height:auto;min-height:80px;padding:12px 0;flex-wrap:wrap;gap:10px 20px}.brand-pair{order:1}.main-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding:4px 0 2px;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.main-nav a{font-size:.65rem}
  .hero{min-height:620px}.hero-backdrop{background-position:62% center}.hero-backdrop::after{content:""}.hero-content{padding:100px 0 70px}.hero-copy{max-width:540px}.hero-seal{display:none}
  .about,.technology-grid,.entry-hero,.model-comparison,.contact-grid{grid-template-columns:1fr}.about{gap:36px}.about-media img{aspect-ratio:4/3}.technology-grid{gap:34px}
  .refill-grid{grid-template-columns:repeat(2,1fr)}
  .entry-products{max-width:650px;margin:auto}.entry-copy{max-width:720px}.entry-products img{height:420px}.entry-products img:nth-child(1){height:330px}.entry-products img:nth-child(2){height:375px}.entry-products img:nth-child(3){height:420px}
  .entry-installation{align-items:flex-start;flex-direction:column}
  .service-summary-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .shell{width:min(100% - 30px,1180px)}.section,.section-soft,.entry-filter,.contact{padding:70px 0}
  .brand-css{width:46px;height:auto;max-height:26px}.brand-europa{width:105px;height:auto;max-height:none;margin-left:0}.brand-divider{height:20px}
  .hero{min-height:580px}.hero-backdrop{background:url('assets/hero-first-frame.webp') 58% center/cover no-repeat}.hero-bg-video{object-position:58% center}.hero-backdrop::after{background:linear-gradient(90deg,rgba(2,17,32,.88) 0%,rgba(5,30,50,.72) 72%,rgba(5,30,50,.34) 100%)}.hero-copy h1{font-size:clamp(3.15rem,14vw,5rem)}.hero-copy>p:not(.eyebrow){font-size:.94rem}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}
  .promo-strip-inner{justify-content:flex-start;padding:10px 0;gap:7px 11px}.promo-strip small{width:100%}
  .about-media img{aspect-ratio:1/1}.technology-cards{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}.product-image{height:320px}.product-info{min-height:0}
  .refill-grid{grid-template-columns:1fr}
  .entry-products{gap:6px}.entry-products img{height:310px;border-radius:12px}.entry-products img:nth-child(1){height:235px}.entry-products img:nth-child(2){height:270px}.entry-products img:nth-child(3){height:310px}
  .benefit-grid{grid-template-columns:1fr 1fr;gap:8px}.benefit-grid article{padding:18px 14px}
  .service-summary-grid,.service-detail-grid{grid-template-columns:1fr}.service-summary-grid article{text-align:left;display:grid;grid-template-columns:50px 1fr;column-gap:14px}.service-summary-grid span{grid-row:span 2;margin:0}.service-summary-grid h3{margin-top:4px}.service-summary-grid p{grid-column:2}
  .contact-list>div{grid-template-columns:1fr;gap:3px}.contact-list div a+a{margin:5px 0 0}.map-card,.map-card iframe{min-height:380px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand{grid-column:1/-1}
  body::after{display:none}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}body::after{display:none}*{transition:none!important;animation:none!important}}


.product-image-placeholder .placeholder-logo{
  width:min(72%,220px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(15,67,97,.12));
}
.product-image-placeholder span{
  font-size:1.08rem;
  font-weight:800;
  letter-spacing:.03em;
  color:#123a56;
}
.product-image-placeholder small{
  display:block;
  font-size:.8rem;
  color:#416578;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* v27 — logo Europa maior e mais legível no topo */
@media (min-width: 901px){
  .brand-pair{margin-top:2px}
}

/* v29 — ajustes finais de refis/produtos e aproximação das marcas no topo */
@media(max-width:560px){.refill-card-image{width:calc(100% + 54px);height:210px}}
