:root{
  --ink:#111111;
  --black:#050505;
  --graphite:#1a1a1a;
  --muted:#5f6368;
  --soft:#f5f5f5;
  --line:#e8e8e8;
  --white:#ffffff;
  --red:#d90000;
  --red-dark:#aa0000;
  --red-soft:#fff1f1;
  --blue:#0f3b5f;
  --green:#147f4a;
  --radius:24px;
  --radius-lg:34px;
  --shadow:0 24px 70px rgba(0,0,0,.12);
  --shadow-soft:0 12px 30px rgba(0,0,0,.07);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.58;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--max), calc(100% - 40px));margin-inline:auto}

/* Top */
.topbar{
  background:#0b0b0b;
  color:#f3f3f3;
  font-size:.92rem;
  border-bottom:3px solid var(--red);
}
.topbar .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:9px 0;
  flex-wrap:wrap;
}
.topbar a{color:white;font-weight:800}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:220px;
}
.brand-logo{
  height:62px;
  width:auto;
  max-width:245px;
  object-fit:contain;
}
.logo-mark{display:none}
.brand-text{display:none}
.nav-links{
  display:flex;
  align-items:center;
  gap:20px;
  font-size:.94rem;
  font-weight:800;
}
.nav-links a{
  color:#262626;
  padding:9px 0;
  border-bottom:2px solid transparent;
}
.nav-links a:hover{color:var(--red);border-bottom-color:var(--red)}
.nav-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;border:0;background:transparent;font-size:1.9rem;color:var(--ink);cursor:pointer}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  padding:13px 19px;
  border:1px solid transparent;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:.18s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--red);color:white;box-shadow:0 12px 24px rgba(217,0,0,.22)}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.btn-secondary{background:var(--black);color:white;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.btn-secondary:hover{background:#262626;transform:translateY(-1px)}
.btn-outline{background:white;color:var(--ink);border-color:#cfcfcf}
.btn-outline:hover{border-color:var(--red);color:var(--red);transform:translateY(-1px)}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  color:white;
  background:
    radial-gradient(circle at 80% 12%, rgba(217,0,0,.46), transparent 32%),
    linear-gradient(135deg,#070707 0%, #1a1a1a 52%, #3a0000 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:52px 52px;
  opacity:.55;
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:52px;
  align-items:center;
  padding:78px 0 76px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  gap:10px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#fff;
  padding:9px 14px;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.02em;
  margin-bottom:20px;
}
.hero h1{
  margin:0;
  max-width:860px;
  font-size:clamp(2.55rem,5vw,4.95rem);
  line-height:.98;
  letter-spacing:-.065em;
}
.hero h1 strong{color:#ff3b3b}
.hero p{
  margin:22px 0 0;
  max-width:760px;
  font-size:1.14rem;
  color:#ededed;
}
.hero-note{
  margin-top:20px!important;
  color:#fff!important;
  font-weight:850;
  background:rgba(217,0,0,.18);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px 16px;
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.hero-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:36px;
  padding:20px;
  box-shadow:var(--shadow);
}
.machine-card{
  background:#fff;
  color:var(--ink);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.machine-visual{
  min-height:360px;
  background:linear-gradient(135deg,#f7f7f7,#ffffff);
  display:flex;
  justify-content:center;
  align-items:center;
  padding:26px;
}
.machine-visual img{
  max-height:355px;
  object-fit:contain;
  filter:drop-shadow(0 20px 24px rgba(0,0,0,.16));
}
.copier-illustration{width:360px}
.machine-card-content{padding:24px}
.machine-card-content h3{margin:0 0 10px;font-size:1.35rem;letter-spacing:-.025em}
.machine-card-content ul{list-style:none;padding:0;margin:10px 0 0}
.machine-card-content li{position:relative;padding:8px 0 8px 28px;color:var(--muted);font-weight:750}
.machine-card-content li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:950}

/* Trust */
.trust-strip{
  position:relative;
  z-index:2;
  margin-top:-34px;
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow-soft);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
}
.trust-item{
  padding:24px 22px;
  border-right:1px solid var(--line);
}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;font-size:1.1rem;letter-spacing:-.025em}
.trust-item span{display:block;color:var(--muted);font-size:.94rem;margin-top:4px}

/* Sections */
.section{padding:82px 0}
.section.alt{background:var(--soft)}
.section-head{
  text-align:center;
  max-width:850px;
  margin:0 auto 40px;
}
.kicker{
  color:var(--red);
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-size:.76rem;
}
.section h2{
  margin:9px 0 12px;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.05;
  letter-spacing:-.055em;
}
.section-head p{color:var(--muted);font-size:1.08rem;margin:0}

/* Cards */
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.card{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:25px;
  box-shadow:0 8px 24px rgba(0,0,0,.045);
  transition:.18s ease;
}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.icon{
  width:50px;height:50px;
  display:grid;place-items:center;
  border-radius:16px;
  background:var(--red-soft);
  color:var(--red);
  font-weight:950;
  margin-bottom:16px;
}
.card h3{margin:0 0 8px;line-height:1.22;font-size:1.25rem;letter-spacing:-.025em}
.card p{margin:0;color:var(--muted)}
.card-link{
  display:inline-flex;
  margin-top:15px;
  color:var(--red);
  font-weight:950;
}

/* Brand chips */
.logo-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.logo-chip{
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px 18px;
  text-align:center;
  font-size:1.1rem;
  font-weight:950;
  box-shadow:0 10px 24px rgba(0,0,0,.045);
}
.logo-chip span{
  display:block;
  color:var(--muted);
  font-size:.88rem;
  font-weight:750;
  margin-top:7px;
}

/* Sales boxes */
.sales-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sales-box{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow-soft);
}
.sales-box h3{margin:0 0 8px;font-size:1.25rem;letter-spacing:-.03em}
.sales-box p{margin:0;color:var(--muted)}

/* Split / feature */
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}
.feature-box{
  background:linear-gradient(135deg,#090909,#2a0000);
  color:white;
  border-radius:34px;
  padding:34px;
  box-shadow:var(--shadow);
}
.feature-box h2{color:white;margin-top:0}
.feature-box p{color:#efefef}
.check-list,.bullet-list{list-style:none;padding:0;margin:18px 0 0}
.check-list li,.bullet-list li{position:relative;padding:9px 0 9px 30px;font-weight:750}
.check-list li{color:#fff}
.bullet-list li{color:#3a3a3a}
.check-list li:before,.bullet-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:8px;
  color:var(--red);
  font-weight:950;
}

/* Compare */
.compare{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.compare-card{
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.compare-card.featured{
  border:2px solid var(--red);
  box-shadow:var(--shadow-soft);
}
.compare-card h3{margin:0 0 8px;font-size:1.55rem;letter-spacing:-.035em}
.compare-card p,.compare-card li{color:var(--muted)}
.badge{
  display:inline-flex;
  background:var(--red-soft);
  color:var(--red);
  border-radius:999px;
  padding:7px 12px;
  font-size:.78rem;
  font-weight:950;
  margin-bottom:12px;
}

/* Product / model */
.product-highlight{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
  background:white;
  border:1px solid var(--line);
  border-radius:34px;
  padding:30px;
  box-shadow:var(--shadow-soft);
}
.product-image-wrap{
  min-height:360px;
  border-radius:28px;
  background:linear-gradient(135deg,#f4f4f4,#fff);
  display:flex;align-items:center;justify-content:center;
  padding:22px;
}
.product-image-wrap img{max-height:360px;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(0,0,0,.14))}
.product-highlight h3{margin:0 0 12px;font-size:2rem;letter-spacing:-.045em;line-height:1.08}
.product-highlight p{color:var(--muted)}
.brand-mini-list,.model-chip-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin:0 0 14px;
}
.brand-mini-list span,.model-chip-row span{
  background:var(--red-soft);
  border:1px solid #ffd3d3;
  color:var(--red);
  padding:8px 12px;
  border-radius:999px;
  font-size:.9rem;
  font-weight:900;
}
.model-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  gap:20px;
}
.model-card{
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:0 8px 22px rgba(0,0,0,.045);
}
.model-card.large{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:center;
}
.model-card h3{margin:0 0 10px;font-size:1.45rem;line-height:1.15;letter-spacing:-.035em}
.model-card p{color:var(--muted)}
.notice-soft{
  margin-top:18px;
  background:var(--red-soft);
  border:1px solid #ffd3d3;
  border-radius:18px;
  padding:15px;
  color:#620000;
  font-weight:850;
}

/* Steps / industries */
.steps,.industry-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.step,.industry-card{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.industry-card{text-align:center;font-weight:950}
.step-num{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  color:white;background:var(--red);
  font-weight:950;margin-bottom:14px;
}
.step h3{margin:0 0 8px}
.step p{margin:0;color:var(--muted)}
.emphasis-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.emphasis-card{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.emphasis-card h3{margin:0 0 8px}
.emphasis-card p{margin:0;color:var(--muted)}

/* CTA */
.cta-band{
  background:linear-gradient(135deg,#090909,#3b0000);
  color:white;
  border-radius:34px;
  padding:42px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:center;
  box-shadow:var(--shadow);
}
.cta-band h2{color:white;margin:0 0 10px}
.cta-band p{color:#efefef;margin:0}
.cta-band .hero-actions{justify-content:flex-end;margin-top:0}

/* Page hero / forms */
.page-hero{
  background:linear-gradient(135deg,#090909,#3a0000);
  color:white;
  padding:72px 0;
}
.page-hero h1{
  margin:0;
  font-size:clamp(2.2rem,4.8vw,4.2rem);
  line-height:1.02;
  letter-spacing:-.06em;
}
.page-hero p{max-width:850px;color:#efefef;font-size:1.12rem}
.breadcrumb{font-weight:850;color:#ffb9b9;margin-bottom:18px}
.content-grid{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:34px;
  align-items:start;
}
.text-block h2{font-size:2rem;letter-spacing:-.04em;line-height:1.12;margin:0 0 15px}
.text-block h3{font-size:1.35rem;margin:28px 0 8px}
.text-block p,.text-block li{color:var(--muted)}
.sidebar-card{
  position:sticky;
  top:108px;
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:var(--shadow-soft);
}
.sidebar-card h3{margin:0 0 10px}
.sidebar-card p{color:var(--muted)}
.form{display:grid;gap:12px}
.form label{font-weight:900;font-size:.88rem}
.form input,.form select,.form textarea{
  width:100%;
  border:1px solid #d2d2d2;
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  background:white;
}
.form textarea{min-height:120px;resize:vertical}
.form .checkbox{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:.86rem}
.form .checkbox input{width:auto;margin-top:5px}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}
.contact-info{display:grid;gap:16px}
.info-card{
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px;
}
.info-card strong{display:block}
.info-card span,.info-card a{color:var(--muted)}
.map-placeholder{
  min-height:320px;
  border:1px solid var(--line);
  border-radius:26px;
  background:var(--soft);
  display:grid;place-items:center;
  text-align:center;
  padding:24px;
  font-weight:900;
}

/* FAQ */
.faq{max-width:900px;margin:0 auto}
.faq details{
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px 20px;
  margin-bottom:12px;
}
.faq summary{font-weight:950;cursor:pointer}
.faq p{color:var(--muted);margin-bottom:0}

/* Footer */
.site-footer{
  background:#070707;
  color:#e8e8e8;
  padding:58px 0 24px;
  border-top:4px solid var(--red);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr .9fr;
  gap:28px;
}
.footer-logo{height:78px;width:auto;max-width:260px;margin-bottom:14px}
.site-footer h3,.site-footer h4{color:white;margin-top:0}
.site-footer p{color:#d2d2d2}
.footer-links{display:grid;gap:9px}
.footer-links a{color:#e6e6e6}
.footer-links a:hover{color:white}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.16);
  margin-top:34px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  color:#bdbdbd;
  font-size:.9rem;
}
.floating-actions{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.float-btn{
  width:56px;height:56px;border-radius:999px;
  display:grid;place-items:center;
  color:white;
  background:var(--red);
  box-shadow:0 14px 30px rgba(0,0,0,.25);
  font-size:1.3rem;
}
.float-phone{background:var(--red)}

.notice{
  background:var(--red-soft);
  border:1px solid #ffd3d3;
  border-radius:18px;
  padding:16px;
  color:#620000;
  font-weight:850;
}

/* Responsive */
@media(max-width:1100px){
  .nav-links{
    position:absolute;
    inset:88px 20px auto 20px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    background:white;
    border:1px solid var(--line);
    border-radius:24px;
    padding:20px;
    box-shadow:var(--shadow);
  }
  .nav-links.open{display:flex}
  .menu-toggle{display:block}
  .nav-actions .btn-outline{display:none}
  .hero-grid,.split,.contact-grid,.content-grid,.cta-band,.product-highlight{grid-template-columns:1fr}
  .cta-band .hero-actions{justify-content:flex-start}
  .cards,.compare,.steps,.industry-grid,.footer-grid,.sales-strip,.logo-grid,.model-grid,.emphasis-list{grid-template-columns:repeat(2,1fr)}
  .model-card.large{grid-column:1/-1}
}
@media(max-width:700px){
  .container{width:min(var(--max), calc(100% - 28px))}
  .topbar .container{font-size:.82rem}
  .nav{min-height:78px}
  .brand-logo{height:46px;max-width:190px}
  .nav-actions{display:none}
  .hero-grid{padding:54px 0 64px}
  .hero-actions .btn{width:100%}
  .trust-strip,.cards,.compare,.steps,.industry-grid,.footer-grid,.sales-strip,.logo-grid,.model-grid,.emphasis-list{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .trust-item:last-child{border-bottom:0}
  .section{padding:58px 0}
  .model-card.large{grid-template-columns:1fr}
  .cta-band{padding:28px}
  .floating-actions{right:12px;bottom:12px}
}
.brand-chip-logo{height:42px;max-width:100%;width:auto;object-fit:contain;display:block;margin:0 auto 12px;}
.logo-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:132px;}
.logo-chip span{text-align:center;}
@media(max-width:700px){.brand-chip-logo{height:34px}}


/* --- Premium brand and machines additions --- */
.brand-ribbon{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.brand-tile{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px 16px;text-align:center;box-shadow:0 10px 22px rgba(0,0,0,.04);transition:.18s ease}
.brand-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.brand-tile img{height:44px;max-width:100%;width:auto;object-fit:contain;margin:0 auto 14px}
.brand-tile strong{display:block;font-size:1rem;line-height:1.2;letter-spacing:-.02em;color:var(--ink)}
.brand-tile span{display:block;color:var(--muted);font-size:.88rem;margin-top:6px;font-weight:700}
.brand-rail{display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap;background:white;border:1px solid var(--line);border-radius:24px;padding:18px 22px;box-shadow:var(--shadow-soft)}
.brand-rail img{height:34px;max-width:140px;width:auto;object-fit:contain;filter:grayscale(0)}
.brand-rail-title{font-weight:900;color:var(--ink);min-width:220px}
.featured-machines{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.machine-card-pro{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 10px 22px rgba(0,0,0,.045);display:flex;flex-direction:column;height:100%}
.machine-card-pro .machine-photo{height:240px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9f9f9,#fff);border-radius:20px;padding:16px;margin-bottom:18px}
.machine-card-pro .machine-photo img{max-height:210px;width:auto;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.12))}
.machine-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.machine-badges span{background:var(--red-soft);border:1px solid #ffd1d1;color:var(--red);padding:7px 10px;border-radius:999px;font-size:.78rem;font-weight:900}
.machine-card-pro h3{margin:0 0 8px;font-size:1.35rem;line-height:1.15;letter-spacing:-.03em}
.machine-card-pro p{margin:0;color:var(--muted)}
.machine-card-pro .card-link{margin-top:auto;padding-top:14px}
.brand-callout{background:linear-gradient(135deg,#0d0d0d,#2d0000);border-radius:34px;padding:34px;color:#fff;box-shadow:var(--shadow)}
.brand-callout h2{color:#fff;margin-top:0}
.brand-callout p{color:#efefef}
.brand-callout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.brand-callout-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.brand-callout-logos .mini{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:12px;display:flex;align-items:center;justify-content:center;min-height:72px}
.brand-callout-logos img{max-height:28px;max-width:100%;width:auto;object-fit:contain;filter:brightness(0) invert(1) grayscale(1) contrast(1.2)}
.footer-brand-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.footer-brand-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 14px;display:flex;align-items:center;justify-content:center}
.footer-brand-pill img{height:18px;max-width:96px;width:auto;object-fit:contain;filter:brightness(0) invert(1) grayscale(1) contrast(1.3)}
@media(max-width:1100px){.brand-ribbon,.brand-callout-logos,.featured-machines{grid-template-columns:repeat(2,1fr)}.brand-callout-grid{grid-template-columns:1fr}}
@media(max-width:700px){.brand-ribbon,.brand-callout-logos,.featured-machines{grid-template-columns:1fr}.brand-rail{justify-content:center}.brand-rail-title{text-align:center;width:100%}}


/* --- Hotfix sección marcas home --- */
.home-brand-grid{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:18px !important;margin-top:24px !important;align-items:stretch !important}
.home-brand-card{display:flex !important;flex-direction:column !important;justify-content:flex-start !important;align-items:center !important;text-align:center !important;background:#fff !important;border:1px solid var(--line) !important;border-radius:22px !important;padding:20px 16px 18px !important;box-shadow:0 10px 22px rgba(0,0,0,.04) !important;min-height:190px !important}
.home-brand-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.home-brand-logo-wrap{display:flex !important;align-items:center !important;justify-content:center !important;height:64px !important;width:100% !important;margin-bottom:14px !important}
.home-brand-logo-wrap img{display:block !important;max-width:100% !important;max-height:44px !important;width:auto !important;height:auto !important;object-fit:contain !important;margin:0 auto !important}
.home-brand-card h3{margin:0 0 6px !important;font-size:1rem !important;line-height:1.2 !important;letter-spacing:-.02em !important;color:var(--ink) !important}
.home-brand-card p{margin:0 !important;color:var(--muted) !important;font-size:.88rem !important;line-height:1.35 !important;font-weight:700 !important}
@media(max-width:1100px){.home-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}}
@media(max-width:760px){.home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.home-brand-card{min-height:170px !important}}
@media(max-width:520px){.home-brand-grid{grid-template-columns:1fr !important}}
