.btn-whatsapp {
    display: inline-block;
    background-color: #25D366;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #1EBE5D;
    color: #ffffff;
}

/* FoodMachinesIndia — industrial catalogue theme */
:root{
  --ink:#161a1d;        /* near-black graphite */
  --ink-2:#2b3236;
  --steel:#5b666d;      /* muted steel text */
  --line:#e2e5e8;
  --paper:#f6f7f8;
  --white:#ffffff;
  --accent:#e8641c;     /* machine safety orange */
  --accent-dark:#c14e0f;
  --wa:#1faf54;         /* whatsapp green */
  --ok:#127a3d;
  --err:#b3261e;
  --radius:10px;
  --shadow:0 1px 2px rgba(20,26,29,.06),0 6px 20px rgba(20,26,29,.06);
  --wrap:1180px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --font-display:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.muted{color:var(--steel)}
.small{font-size:.85rem}
h1,h2,h3{line-height:1.15;letter-spacing:-.01em;margin:.2em 0}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.15rem;border-radius:8px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:.15s;white-space:nowrap}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-dark)}
.btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}
.btn-ghost:hover{border-color:var(--steel)}
.btn-wa{background:var(--wa);color:#fff}
.btn-wa:hover{filter:brightness(.94)}
.btn.small{padding:.45rem .8rem;font-size:.85rem}

/* header */
.site-head{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.head-inner{display:flex;align-items:center;gap:1.5rem;height:66px}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;letter-spacing:-.02em}
.brand-mark{background:var(--ink);color:#fff;font-size:.8rem;font-weight:800;padding:.35rem .5rem;border-radius:6px;letter-spacing:.05em}
.brand-text{font-size:1.05rem}
.nav{display:flex;gap:1.4rem;margin-left:1rem}
.nav a{font-weight:500;color:var(--ink-2);font-size:.96rem}
.nav a:hover{color:var(--accent)}
.head-inner .btn-wa{margin-left:auto}

/* hero */
.hero{background:linear-gradient(180deg,var(--ink) 0%,#1e2529 100%);color:#fff;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(232,100,28,.06) 0 2px,transparent 2px 14px);pointer-events:none}
.hero-inner{padding:76px 20px 68px;position:relative;max-width:var(--wrap)}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--accent);font-weight:700;margin:0 0 1rem}
.hero-h{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;max-width:16ch;margin:0 0 .6rem}
.hero-sub{font-size:1.12rem;color:#c7cdd1;max-width:52ch;margin:0 0 1.6rem}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2.6rem}
.hero-stats{display:flex;gap:2.4rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);padding-top:1.6rem}
.stat{display:flex;flex-direction:column}
.stat-n{font-size:1.7rem;font-weight:800;color:#fff}
.stat-l{font-size:.82rem;color:#98a1a6;text-transform:uppercase;letter-spacing:.08em}

/* sections */
.section{padding:56px 20px}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.8rem}
.section-head h2{font-size:1.6rem;font-weight:800}
.link-more{color:var(--accent);font-weight:600}
.page-h{font-size:2rem;font-weight:800;margin-bottom:.4rem}
.lead{font-size:1.08rem;color:var(--ink-2);max-width:65ch}

/* category grid */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.cat-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.18s}
.cat-card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:#d4d8db}
.cat-thumb{aspect-ratio:4/3;background:#eef0f1 center/contain no-repeat}
.cat-body{padding:.9rem 1rem}
.cat-name{font-weight:700}
.cat-desc{font-size:.85rem;color:var(--steel);margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* product grid */
.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.prod-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.18s;display:flex;flex-direction:column}
.prod-card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:#d4d8db}
.prod-thumb{aspect-ratio:1/1;background:#fff center/contain no-repeat}
.prod-body{padding:.85rem .95rem;display:flex;flex-direction:column;gap:.25rem}
.prod-cat{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:700}
.prod-name{font-weight:600;font-size:.96rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}
.prod-price{font-weight:800;margin-top:auto}

/* catalogue layout */
.catalogue-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem;margin-top:1.4rem}
.filters{position:sticky;top:82px;align-self:start;max-height:calc(100vh - 110px);overflow:auto}
.filters-h{font-weight:800;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:var(--steel);margin-bottom:.6rem}
.filter{display:flex;justify-content:space-between;align-items:center;padding:.5rem .7rem;border-radius:7px;font-size:.92rem;color:var(--ink-2)}
.filter:hover{background:var(--paper)}
.filter.active{background:var(--ink);color:#fff}
.filter .count{font-size:.75rem;color:var(--steel);background:var(--paper);padding:0 .45rem;border-radius:20px}
.filter.active .count{color:#cbd1d5;background:rgba(255,255,255,.12)}
.result-count{margin-bottom:1rem}
.search-bar{display:flex;gap:.6rem;margin:1rem 0;flex-wrap:wrap}
.search-bar input[type=text]{flex:1;min-width:220px;padding:.7rem .9rem;border:1px solid var(--line);border-radius:8px;font-size:.95rem}
.search-bar input:focus{outline:none;border-color:var(--accent)}
.empty{padding:3rem;text-align:center;color:var(--steel);background:var(--paper);border-radius:var(--radius)}

/* public catalogue category cards */
.catalogue-hero{
  background:linear-gradient(100deg,#172132,#344051);
  color:#fff;
  text-align:center;
  padding:68px 0 72px;
}
.catalogue-hero h1{
  font-size:clamp(2.6rem,4vw,3.6rem);
  line-height:1.05;
  margin:0 0 1.25rem;
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:0;
}
.catalogue-hero p{
  margin:0 auto 1.6rem;
  max-width:760px;
  font-size:1.18rem;
  color:#f3f6f9;
}
.catalogue-crumbs{
  display:flex;
  justify-content:center;
  gap:.35rem;
  color:#fff;
  font-size:.95rem;
}
.catalogue-crumbs a{color:#ffb000}
.catalogue-crumbs a:hover{text-decoration:underline}
.catalogue-crumbs span{opacity:.9}
.catalogue-categories{padding-top:88px}
.catalogue-search{
  max-width:760px;
  margin:0 auto 2.5rem;
  display:flex;
  gap:.8rem;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
.catalogue-search input[type=text]{
  flex:1 1 420px;
  min-height:58px;
  padding:0 1.1rem;
  border:1px solid #8f969d;
  border-radius:2px;
  font-size:1rem;
}
.catalogue-search .btn{
  min-height:58px;
  padding:0 1.8rem;
  font-size:1rem;
  font-weight:800;
}
.catalogue-cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.8rem;
}
.catalogue-cat-card{
  min-height:360px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe4ea;
  border-radius:8px;
  transition:.18s ease;
}
.catalogue-cat-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(20,26,29,.12);
  border-color:#cfd6de;
}
.catalogue-cat-img{
  height:260px;
  background:#fff center/contain no-repeat;
  border-bottom:1px solid #e0e5ea;
}
.catalogue-cat-body{
  padding:1.55rem 1.55rem 1.35rem;
  display:flex;
  flex:1;
  flex-direction:column;
  justify-content:space-between;
}
.catalogue-cat-body h2{
  margin:0;
  font-family:var(--font-display);
  font-size:1.48rem;
  line-height:1.24;
  font-weight:700;
  color:#102033;
  letter-spacing:0;
}
.catalogue-cat-count{
  margin-top:1.8rem;
  color:#df7300;
  font-size:.94rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.catalogue-prod-grid{margin-top:1rem}
.catalogue-prod-grid .prod-name,
.cat-name{
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:0;
  color:#102033;
}
.catalogue-prod-grid .prod-name{
  font-size:1.05rem;
  line-height:1.28;
}

/* pager */
.pager{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:2rem}
.page{padding:.45rem .8rem;border:1px solid var(--line);border-radius:7px;font-weight:600;font-size:.9rem}
.page:hover{border-color:var(--steel)}
.page.active{background:var(--ink);color:#fff;border-color:var(--ink)}

/* breadcrumbs */
.crumbs{font-size:.88rem;color:var(--steel);margin-bottom:1rem}
.crumbs a:hover{color:var(--accent)}
.crumbs span{margin:0 .4rem;opacity:.6}

/* product detail */
.product{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin:1rem 0 2rem}
.product-main-img{aspect-ratio:1/1;background:#fff center/contain no-repeat;border-radius:var(--radius);border:1px solid var(--line)}
.thumbs{display:flex;gap:.6rem;margin-top:.7rem;flex-wrap:wrap}
.thumb{width:70px;height:70px;background:#fff center/contain no-repeat;border-radius:7px;border:1px solid var(--line)}
.product-h{font-size:1.8rem;font-weight:800;margin:.2rem 0}
.product-price{font-size:1.5rem;font-weight:800;color:var(--accent);margin:.6rem 0 1rem}
.product-cta{display:flex;gap:.7rem;flex-wrap:wrap;margin:1.2rem 0}
.feature-list{margin-top:1.4rem}
.feature-list ul{margin:.5rem 0 0;padding-left:1.1rem}
.feature-list li{margin:.25rem 0}
.product-desc,.product-specs{margin-top:2.4rem;max-width:800px}
.product-desc h2,.product-specs h2{font-size:1.3rem;font-weight:800;margin-bottom:.7rem}
.product-warranty{margin-top:1.4rem;display:flex;gap:1rem;align-items:flex-start;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.3rem}
.product-warranty h2{font-size:1.15rem;font-weight:800;margin:0 0 .3rem}
.product-warranty p{margin:0;color:var(--ink-2)}
.product-warranty-ic{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,#f59e0b,#f97316);
}
.product-warranty-ic svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rich{color:var(--ink-2)}
.spec-table{width:100%;border-collapse:collapse}
.spec-table th,.spec-table td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid var(--line)}
.spec-table th{width:38%;background:var(--paper);font-weight:600}

/* band + warranties */
.band{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.warranty-row{display:flex;gap:2.5rem;padding:2rem 20px;flex-wrap:wrap;justify-content:center}
.warranty{display:flex;gap:.9rem;align-items:flex-start;max-width:360px}
.warranty-ic{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,#f59e0b,#f97316);
}
.warranty-ic svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.warranty-name{font-weight:700}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 340px;gap:2.5rem}
.form .field{margin-bottom:1rem}
.form label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.35rem}
.form input,.form textarea,.form select{width:100%;padding:.7rem .85rem;border:1px solid var(--line);border-radius:8px;font-size:.95rem;font-family:inherit}
.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:var(--accent)}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;margin-bottom:1rem}
.contact-side .card{padding:1.6rem}
.contact-side .foot-h{color:var(--ink);font-weight:800;margin-bottom:1rem}
.contact-side .foot-link{color:var(--ink-2);font-size:1rem;font-weight:600}
.contact-side .foot-link:hover{color:var(--accent)}
.contact-side .muted{color:var(--ink-2);font-size:1rem;line-height:1.7}
.notice{padding:.9rem 1.1rem;border-radius:8px;margin:1rem 0;font-weight:500}
.notice.ok{background:#e7f6ed;color:var(--ok);border:1px solid #bfe6cd}
.notice.err{background:#fbe9e7;color:var(--err);border:1px solid #f3c2bd}

/* footer */
.site-foot{
    background: var(--ink);
    color: #f1f5f9;
    margin-top: 3rem;
}

.foot-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap:2rem;
    padding:3rem 20px 2rem;
}

.foot-brand{
    color:#ffffff;
    font-weight:800;
    font-size:1.2rem;
    margin-bottom:.5rem;
}

.foot-h{
    color:#ffffff;
    font-weight:700;
    font-size:.85rem;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin-bottom:.8rem;
}

.foot-link{
    display:block;
    color:#eef2f7;
    padding:.35rem 0;
    font-size:.95rem;
    text-decoration:none;
    transition:.2s;
}

.foot-link:hover{
    color:var(--accent);
}

.site-foot a{
    color:#eef2f7;
}

.site-foot a:hover{
    color:#ffffff;
}

.foot-base{
    border-top:1px solid rgba(255,255,255,.15);
    padding:1.2rem 20px;
    font-size:.9rem;
}

/* Brighter muted text */
.foot-base .muted,
.site-foot .muted{
    color:#d6dde5;
}
/* responsive */
@media(max-width:960px){
  .cat-grid,.prod-grid{grid-template-columns:repeat(3,1fr)}
  .catalogue-cat-grid{grid-template-columns:repeat(2,1fr)}
  .catalogue-layout{grid-template-columns:1fr}
  .filters{position:static;max-height:none;display:flex;flex-wrap:wrap;gap:.4rem}
  .filter{background:var(--paper)}
  .product{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .cat-grid,.prod-grid{grid-template-columns:repeat(2,1fr)}
  .catalogue-hero{padding:48px 0 52px}
  .catalogue-categories{padding-top:44px}
  .catalogue-search{align-items:stretch}
  .catalogue-search input[type=text],.catalogue-search .btn{width:100%;flex-basis:100%}
  .catalogue-cat-grid{grid-template-columns:1fr}
  .nav{display:none}
  .hero-stats{gap:1.4rem}
  .foot-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.services-section{
    padding:80px 20px;
    background:#f8fafc;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:2.3rem;
    color:#1f2937;
    margin-bottom:10px;
    font-weight:800;
}

.section-title p{
    font-size:1.1rem;
    color:#6b7280;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:28px;
}

.service-card{
    background:#fff;
    border-radius:16px;
    padding:35px 28px;
    text-align:center;
    border:1px solid #e5e7eb;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:all .3s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.service-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#f59e0b,#f97316);
    color:#fff;
    border-radius:50%;
}

.service-icon svg{
    width:38px;
    height:38px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.service-card h3{
    font-size:1.35rem;
    color:#111827;
    margin-bottom:15px;
    font-weight:700;
}

.service-card p{
    color:#4b5563;
    line-height:1.8;
    font-size:15px;
}

@media (max-width:768px){

    .services-section{
        padding:60px 15px;
    }

    .section-title h2{
        font-size:1.9rem;
    }

    .services-grid{
        grid-template-columns:1fr;
    }
}

.hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:70px;
}

.hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-image img{
    width:100%;
    max-width:500px;
    height:auto;
    object-fit:contain;

    animation:float 5s ease-in-out infinite;
}

@keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}

@media(max-width:991px){

    .hero-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-image{
        margin-top:40px;
    }

}

/* Homepage hero matching the supplied FoodMachinesIndia artwork */
.hero{
  min-height:calc(100vh - 66px);
  color:#fff;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 75% 28%,rgba(255,129,20,.34),transparent 31%),
    linear-gradient(100deg,#061117 0%,#0a1319 42%,#211811 72%,#090d10 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.02) 52%,rgba(0,0,0,.35)),
    repeating-linear-gradient(48deg,rgba(232,100,28,.08) 0 1px,transparent 1px 13px);
  pointer-events:none;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0 0 auto auto;
  width:58%;
  height:70%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);
  opacity:.28;
  pointer-events:none;
}
.hero-inner{
  min-height:calc(100vh - 66px);
  padding:68px 20px 58px;
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(420px,.82fr) minmax(520px,1.18fr);
  align-items:center;
  gap:34px;
  max-width:1440px;
}
.hero-copy{max-width:560px}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.88rem;
  color:#ff741b;
  font-weight:800;
  margin:0 0 1.35rem;
}
.hero-h{
  font-size:clamp(3.6rem,5.35vw,6.25rem);
  line-height:1.06;
  font-weight:900;
  max-width:9.7ch;
  margin:0 0 1.35rem;
  letter-spacing:0;
  text-shadow:0 4px 14px rgba(0,0,0,.38);
}
.hero-sub{
  font-size:clamp(1.15rem,1.45vw,1.5rem);
  line-height:1.48;
  color:#eef2f4;
  max-width:34.5rem;
  margin:0 0 2.05rem;
  text-shadow:0 3px 12px rgba(0,0,0,.45);
}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.6rem}
.hero .btn{
  min-height:64px;
  padding:1rem 1.45rem;
  border-radius:7px;
  font-size:1.08rem;
  font-weight:800;
  box-shadow:0 14px 24px rgba(0,0,0,.24);
}
.hero .btn-primary{background:linear-gradient(180deg,#ff8723,#f36a10);color:#fff}
.hero .btn-whatsapp{display:inline-flex;background:linear-gradient(180deg,#21d65e,#13b94a);color:#fff}
.btn-icon{font-size:1.28em;line-height:1}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(110px,1fr));
  border-top:1px solid rgba(255,255,255,.2);
  max-width:560px;
  padding-top:2rem;
  gap:0;
}
.stat{
  min-height:104px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:0 2rem;
  border-left:1px solid rgba(255,255,255,.2);
}
.stat:first-child{border-left:0;padding-left:.25rem}
.stat-ic{
  color:#ff741b;
  width:38px;
  height:38px;
  line-height:1;
  margin-bottom:.6rem;
  display:inline-flex;
  align-items:center;
}
.stat-ic svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stat-n{font-size:2.65rem;line-height:1;font-weight:900;color:#fff;text-shadow:0 3px 10px rgba(0,0,0,.5)}
.stat-l{font-size:.92rem;color:#eef2f4;text-transform:uppercase;letter-spacing:.06em;margin-top:.45rem}
.hero-image{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-width:0;
  margin:0;
}
.hero-image img{
  width:min(820px,64vw);
  max-width:none;
  height:auto;
  object-fit:contain;
  animation:none;
  filter:drop-shadow(0 28px 30px rgba(0,0,0,.58));
}

@media(max-width:960px){
  .hero-inner{grid-template-columns:1fr;gap:2rem;text-align:left}
  .hero-copy{max-width:680px}
  .hero-h{font-size:clamp(3rem,11vw,5rem)}
  .hero-image{justify-content:center}
  .hero-image img{width:min(760px,100%)}
}

@media(max-width:640px){
  .hero-inner{padding:42px 18px 44px}
  .hero-h{font-size:clamp(2.55rem,14vw,3.8rem)}
  .hero-sub{font-size:1.05rem}
  .hero .btn{width:100%;justify-content:center;min-height:56px;font-size:1rem}
  .hero-stats{grid-template-columns:1fr;gap:1rem}
  .stat{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:1rem 0 0;min-height:auto}
  .stat:first-child{border-top:0;padding-top:0}
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    height: 60px;
    width: auto;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .brand-logo {
        height: 42px;
    }
}