.home-page main h2 {
    font-size: clamp(1.65rem, 4.5vw, 2.35rem);
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(17, 20, 27, .94) 0%, rgba(24, 28, 37, .82) 43%, rgba(24, 28, 37, .24) 72%, rgba(24, 28, 37, 0) 100%),
        url('../img/home/banner-qualitec.png') center / cover no-repeat;
}
.hero__grid { position: relative; z-index: 1; display: grid; min-height: 500px; align-items: center; padding-block: 58px 64px; }
.hero__content { max-width: 760px; }
.hero h1 { max-width: 740px; color: #fff; }
.hero__lead { max-width: 680px; margin-top: 20px; color: rgba(255,255,255,.86); font-size: 1.04rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.hero__points { display: grid; gap: 9px; margin: 28px 0 0; padding: 0; color: rgba(255,255,255,.82); list-style: none; font-size: .88rem; }
.hero__points li { display: flex; align-items: center; gap: 8px; }
.hero__points .icon { width: 17px; height: 17px; color: var(--orange); }

.brand-strip { padding: 24px 0; background: #fff; border-bottom: 1px solid var(--line); }
.brand-strip > .container > p { margin-bottom: 17px; color: var(--ink-600); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.brand-strip__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.brand-strip__list span { min-height: 62px; display: grid; place-items: center; align-content: center; padding: 8px; color: var(--primary); background: var(--surface); border: 1px solid var(--line); clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); text-align: center; }
.brand-strip__list strong { font-size: .92rem; }
.brand-strip__list small { color: var(--ink-600); font-size: .66rem; }

.brand-feature { padding: 78px 0; }
.brand-feature--sumitomo { background: #f5f5f5; }
.brand-feature--mitutoyo { background: #fff; }
.brand-feature__grid { display: grid; gap: 42px; align-items: center; }
.brand-feature__visual { position: relative; aspect-ratio: 16 / 9; display: grid; place-items: center; padding: 0; overflow: hidden; background: transparent; box-shadow: var(--shadow-md); border-radius: var(--radius-md); }
.brand-feature__visual::after { content: ""; position: absolute; right: 0; bottom: 0; width: 42%; height: 7px; background: var(--primary); }
.brand-feature__visual--clean { box-shadow: none; background: transparent; }
.brand-feature__visual--clean::after { background: var(--orange); }
.brand-feature__visual img { width: 100%; height: 100%; max-height: none; object-fit: contain; object-position: center; }
.brand-feature__content h2 span { color: var(--primary); }
.brand-feature__content h2 .text-orange { color: var(--orange); }
.brand-feature__lead { max-width: 660px; margin-top: 18px; color: var(--ink-600); font-size: 1.02rem; }
.product-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; margin: 25px 0 0; padding: 0; list-style: none; }
.product-list li { position: relative; padding-left: 18px; color: var(--ink-700); font-weight: 650; }
.product-list li::before { content: ""; position: absolute; top: .7em; left: 0; width: 8px; height: 8px; background: var(--primary); transform: rotate(45deg); }
.product-list--orange li { display: flex; align-items: center; gap: 10px; padding-left: 0; }
.product-list--orange li::before { display: none; }
.product-list--orange .icon { width: 18px; height: 18px; flex: 0 0 18px; padding: 3px; color: #fff; background: var(--orange); border-radius: 50%; }
.brand-feature__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.eyebrow--orange, .text-link--orange { color: var(--orange); }
.brand-feature--mitutoyo .brand-feature__actions .button--primary { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: 0 10px 25px rgba(11, 13, 15, .16); }
.brand-feature--mitutoyo .brand-feature__actions .button--primary:hover { background: var(--orange-hover); border-color: var(--orange-hover); }
.brand-feature--mitutoyo .brand-feature__actions .text-link:hover { color: var(--orange-hover); }

.other-products { background: #fff; }
.product-card-grid { display: grid; gap: 18px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: var(--surface-2); }
.product-card > div { position: relative; display: flex; flex: 1; flex-direction: column; padding: 25px; border-top: 4px solid var(--primary); }
.product-card h3 { color: var(--primary); }
.product-card p { margin-top: 10px; color: var(--ink-600); font-size: .91rem; }
.product-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--primary); font-size: .88rem; font-weight: 750; text-decoration: none; }
.product-card a:hover { color: var(--orange); }

.about-home { background: var(--surface); }
.about-home__grid { display: grid; gap: 42px; align-items: center; }
.about-home__visual { position: relative; }
.about-home__visual > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #fff; border-radius: var(--radius-md); }
.experience-seal { position: absolute; right: -14px; bottom: -14px; width: 132px; aspect-ratio: 1; display: grid; place-content: center; padding: 14px; color: #fff; background: var(--primary); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 14px 34px rgba(24,46,135,.28); text-align: center; }
.experience-seal::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.experience-seal::after { content: ""; position: absolute; top: -4px; left: 50%; width: 12px; height: 12px; background: var(--orange); transform: translateX(-50%) rotate(45deg); }
.experience-seal span { color: rgba(255,255,255,.78); font-size: .6rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.experience-seal strong { font-size: 2.15rem; line-height: 1; }
.experience-seal small { margin-top: 3px; font-size: .64rem; font-weight: 700; }
.about-home__content p { margin-top: 17px; color: var(--ink-600); }
.about-home__content .button { margin-top: 25px; }

.region-section { padding: 78px 0; background: #fff; }
.region-card { overflow: hidden; display: grid; background: #f5f5f5; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.region-card__image img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--surface-2); }
.region-card__content { padding: 30px; }
.region-card__content p { margin-top: 15px; color: var(--ink-600); }
.region-card__brands { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.region-card__brands span { padding: 5px 10px; color: var(--primary); background: #fff; border: 1px solid var(--line); font-size: .76rem; font-weight: 750; }

.contact-cta { position: relative; overflow: hidden; padding: 72px 0; color: #fff; background: var(--primary); }
.contact-cta::after { content: ""; position: absolute; right: -80px; bottom: -130px; width: 330px; height: 330px; border: 42px solid rgba(255,255,255,.035); transform: rotate(45deg); }
.contact-cta__grid { position: relative; z-index: 1; display: grid; gap: 34px; align-items: center; }
.contact-cta h2 { max-width: 720px; color: #fff; }
.contact-cta__copy p { max-width: 660px; margin-top: 15px; color: rgba(255,255,255,.78); }
.contact-cta__cards { display: grid; gap: 11px; }
.contact-option { min-height: 78px; display: grid; grid-template-columns: 28px 1fr 20px; gap: 14px; align-items: center; padding: 14px 18px; color: var(--primary); background: #fff; border-radius: 12px; text-decoration: none; transition: transform .18s ease; }
.contact-option:hover { transform: translateX(4px); }
.contact-option--whatsapp { color: #fff; background: var(--orange); }
.contact-option > .icon { width: 25px; height: 25px; }
.contact-option > .icon:last-child { width: 18px; height: 18px; }
.contact-option span { display: grid; }
.contact-option small { opacity: .75; font-size: .72rem; }
.contact-option strong { font-size: .96rem; }

@media (min-width: 640px) {
    .brand-strip__list { grid-template-columns: repeat(3, 1fr); }
    .product-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 800px) {
    .hero__points { grid-template-columns: repeat(3, auto); gap: 18px; }
    .brand-feature__grid { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 70px; }
    .brand-feature__grid--reverse .brand-feature__visual { order: 2; }
    .brand-feature__grid--reverse .brand-feature__content { order: 1; }
    .about-home__grid { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 70px; }
    .region-card { grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); align-items: center; }
    .region-card__content { padding: 46px; }
    .contact-cta__grid { grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); gap: 70px; }
}

@media (min-width: 960px) {
    .hero__grid { padding-block: 78px 84px; }
    .hero__lead { font-size: 1.1rem; }
    .brand-strip__list { grid-template-columns: repeat(6, 1fr); }
    .product-card-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 520px) {
    .hero {
        background-position: 62% center;
    }
    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(17, 20, 27, .24);
    }
    .hero__grid { min-height: 0; }
    .product-list { grid-template-columns: 1fr; }
    .brand-feature__actions .button { width: 100%; }
}
