
:root { --focus-ink: #10252a; --focus-muted: #587078; --focus-teal: #0d766f; --focus-paper: #f3f6f4; --focus-line: #d7e1df; --focus-gold: #e5b957; }
.focus-site { color: var(--focus-ink); background: #fff; }
.focus-site .eyebrow { color: #805000; }
.focus-hero .eyebrow, .focus-quality .eyebrow, .focus-form .eyebrow, .warranty-after .eyebrow { color: #f3c96b; }
.focus-site .site-header.focus-header { position: sticky; top: 0; z-index: 20; grid-template-columns: minmax(220px, 1fr) auto; padding: 12px clamp(18px, 4vw, 62px); }
.focus-site .focus-nav { justify-content: flex-end; }
.focus-site .focus-nav > a { white-space: nowrap; }
.focus-site .language-control { min-height: 40px; }
.focus-hero { position: relative; min-height: 650px; overflow: hidden; background: #0b1d21; isolation: isolate; }
.focus-hero-person { position: absolute; z-index: -1; top: 0; right: clamp(-80px, -4vw, -20px); bottom: 0; width: min(55vw, 720px); display: grid; place-items: end center; opacity: .95; mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%); }
.focus-hero-person img { width: 100%; max-height: 100%; object-fit: contain; object-position: center bottom; }
.focus-hero-person-mobile { display: none; }
.focus-hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #071518 0%, rgba(7, 21, 24, .95) 36%, rgba(7, 21, 24, .56) 64%, rgba(7, 21, 24, .24) 100%); }
.focus-hero-content { position: relative; z-index: 1; width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 114px 0 74px; color: #fff; }
.focus-hero h1 { max-width: 760px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; }
.focus-hero-subtitle { max-width: 600px; margin: 18px 0 10px; color: #f3c96b; font-size: clamp(18px, 2vw, 23px); font-weight: 850; line-height: 1.28; }
.focus-hero-copy { max-width: 690px; margin: 0 0 26px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.55; }
.focus-hero-proof { display: flex; max-width: 840px; flex-wrap: wrap; gap: 9px; }
.focus-hero-proof span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; }
.focus-hero-proof svg { width: 17px; color: #9de8dd; }
.focus-watch { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 300px); gap: clamp(28px, 7vw, 120px); align-items: center; padding: 66px clamp(18px, 10vw, 180px); border-bottom: 1px solid var(--focus-line); background: #fff; }
.focus-watch-copy { max-width: 710px; }
.focus-watch h2 { max-width: 620px; margin: 0; font-size: clamp(31px, 3.8vw, 50px); line-height: 1.06; }
.focus-watch-copy > p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: var(--focus-muted); font-size: 17px; line-height: 1.62; }
.focus-video-player { width: min(100%, 300px); justify-self: end; aspect-ratio: 9 / 16; overflow: hidden; border-radius: 8px; background: #10252a; box-shadow: 0 16px 36px rgba(16,37,42,.16); }
.focus-video-poster, .focus-video-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.focus-video-poster { position: relative; padding: 0; cursor: pointer; background: #10252a; }
.focus-video-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease, filter .2s ease; }
.focus-video-poster::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(7,18,21,.04), rgba(7,18,21,.22)); }
.focus-video-poster:hover img, .focus-video-poster:focus-visible img { filter: brightness(.9); transform: scale(1.02); }
.focus-video-poster:focus-visible { outline: 3px solid var(--focus-gold); outline-offset: 3px; }
.focus-video-play { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #fff; background: var(--focus-teal); box-shadow: 0 8px 20px rgba(0,0,0,.28); transform: translate(-50%, -50%); }
.focus-video-play svg { width: 26px; margin-left: 3px; fill: currentColor; }
.focus-pain { padding: 76px clamp(18px, 7vw, 124px); border-bottom: 1px solid var(--focus-line); background: var(--focus-paper); }
.focus-pain-intro { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr); gap: clamp(28px, 6vw, 100px); align-items: start; margin-bottom: 38px; }
.focus-pain-intro h2 { margin: 0; font-size: clamp(30px, 3.5vw, 46px); }
.focus-pain-intro > p:not(.eyebrow) { grid-column: 2; margin: 0; color: var(--focus-muted); font-size: 18px; line-height: 1.65; }
.focus-pain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--focus-line); background: var(--focus-line); }
.focus-pain-grid article { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; min-height: 132px; padding: 21px; background: #fff; }
.focus-pain-grid b { color: var(--focus-teal); font-size: 13px; }
.focus-pain-grid h3 { margin: 0; font-size: 18px; line-height: 1.2; }
.focus-pain-grid p { margin: 8px 0 0; color: var(--focus-muted); font-size: 14px; line-height: 1.5; }
.focus-pain-answer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 22px 24px; border-left: 4px solid var(--focus-gold); background: #fff; }
.focus-pain-answer p { max-width: 780px; margin: 0; color: var(--focus-ink); font-size: 17px; font-weight: 800; line-height: 1.52; }
.focus-intro { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr); gap: clamp(28px, 6vw, 100px); align-items: start; padding: 74px clamp(18px, 7vw, 124px); border-bottom: 1px solid var(--focus-line); }
.focus-intro h2 { margin: 0; font-size: clamp(30px, 3.5vw, 46px); }
.focus-intro > p { margin: 25px 0 0; color: var(--focus-muted); font-size: 18px; line-height: 1.65; }
.focus-section { padding: 76px clamp(18px, 6vw, 112px); }
.focus-section .section-head { max-width: 910px; margin-bottom: 36px; }
.focus-section .section-head h2, .focus-category-cta h2, .warranty-hero h1, .failure-hub-hero h1 { font-size: clamp(31px, 4vw, 52px); }
.focus-section .section-head p:not(.eyebrow), .category-detail-copy p, .warranty-hero p, .failure-hub-hero p { color: var(--focus-muted); font-size: 17px; line-height: 1.65; }
.focus-parts { background: var(--focus-paper); }
.failure-category-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.failure-category-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 8px; background: var(--focus-ink); }
.failure-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.9) brightness(.6); transition: transform .2s ease; }
.failure-category-card:hover img { transform: scale(1.035); }
.failure-category-card > div { position: relative; z-index: 1; display: flex; min-height: 390px; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; background: linear-gradient(180deg, transparent 20%, rgba(7,18,21,.88)); }
.failure-category-card > div > svg { width: 26px; height: 26px; margin-bottom: auto; color: #9de8dd; }
.failure-category-card h3 { font-size: 20px; }
.failure-category-card p { display: -webkit-box; overflow: hidden; margin: 0 0 14px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.failure-category-card a, .text-link { display: inline-flex; align-items: center; gap: 7px; color: #b6faf1; font-size: 13px; font-weight: 850; }
.failure-category-card a svg, .text-link svg { width: 16px; }
.focus-guides { border-bottom: 1px solid var(--focus-line); }
.failure-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.failure-guide-card { display: grid; min-height: 218px; align-content: space-between; gap: 12px; padding: 23px; border: 1px solid var(--focus-line); border-radius: 8px; color: var(--focus-ink); background: #fff; transition: border-color .18s ease, transform .18s ease; }
.failure-guide-card:hover { border-color: rgba(13,118,111,.55); transform: translateY(-2px); }
.failure-guide-card span { color: var(--focus-teal); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.failure-guide-card h3 { margin: 0; font-size: 24px; }
.failure-guide-card small { display: block; color: var(--focus-muted); font-size: 14px; font-weight: 650; line-height: 1.45; }
.failure-guide-card p { display: inline-flex; align-items: center; gap: 6px; margin: 0; color: var(--focus-muted); font-weight: 800; }
.failure-guide-card p svg { width: 17px; }
.text-link { margin-top: 22px; color: var(--focus-teal); }
.focus-quality { background: #10252a; color: #fff; }
.focus-quality .section-head p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.quality-grade-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.quality-grade-grid article { min-height: 232px; padding: 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.07); }
.quality-grade-grid span { color: var(--focus-gold); font-size: 13px; font-weight: 900; }
.quality-grade-grid h3 { margin-top: 48px; font-size: 26px; }
.quality-grade-grid p { color: rgba(255,255,255,.74); line-height: 1.55; }
.focus-process { background: var(--focus-paper); }
.focus-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.focus-steps article { min-height: 160px; padding: 19px; border-top: 3px solid var(--focus-teal); background: #fff; }
.focus-steps b { color: var(--focus-teal); font-size: 13px; }
.focus-steps p { margin: 32px 0 0; font-weight: 850; line-height: 1.35; }
.focus-process-note { max-width: 900px; margin: 28px 0 0; padding: 18px 20px; border-left: 4px solid var(--focus-gold); background: #fff; font-size: 17px; font-weight: 800; line-height: 1.55; }
.focus-catalogue { border-bottom: 1px solid var(--focus-line); }
.focus-catalogue .catalogue-search { max-width: 800px; margin: 0 0 24px; }
.focus-catalogue .catalogue-search label { display: block; margin-bottom: 8px; font-weight: 850; }
.focus-catalogue .search-row { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 10px; padding: 7px 8px 7px 15px; border: 1px solid var(--focus-line); border-radius: 8px; background: #fff; }
.focus-catalogue .search-row svg { color: var(--focus-teal); }
.focus-catalogue input { min-width: 0; border: 0; outline: 0; font: inherit; }
.focus-catalogue button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 6px; color: #fff; background: var(--focus-teal); font-weight: 850; }
.catalogue-result-label { color: var(--focus-muted); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.catalogue-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.catalogue-results article { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--focus-line); border-radius: 8px; }
.catalogue-results strong, .catalogue-results span { display: block; }
.catalogue-results span { margin-top: 4px; color: var(--focus-muted); font-size: 13px; }
.catalogue-results a { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 6px; color: var(--focus-teal); background: #e6f4f1; }
.focus-form { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(460px, 1.25fr); gap: clamp(28px, 6vw, 88px); align-items: start; background: #10252a; color: #fff; }
.focus-form-copy { position: sticky; top: 95px; }
.focus-form-copy h2 { font-size: clamp(32px, 3.6vw, 48px); }
.focus-form-copy p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.6; }
.focus-quote-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.07); }
.focus-quote-form label { display: grid; gap: 7px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 850; }
.focus-quote-form input, .focus-quote-form select, .focus-quote-form textarea { width: 100%; min-width: 0; min-height: 45px; padding: 10px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 6px; color: #fff; background: rgba(255,255,255,.09); font: inherit; }
.focus-quote-form select option { color: #10252a; background: #fff; }
.focus-quote-form textarea { min-height: 100px; resize: vertical; }
.focus-form-wide { grid-column: 1 / -1; }
.focus-quote-form .button { justify-self: start; }
.category-detail-hero { position: relative; min-height: 560px; overflow: hidden; background: var(--focus-ink); }
.category-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(.78); }
.category-detail-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,21,.94), rgba(7,18,21,.72), rgba(7,18,21,.28)); }
.category-detail-content { position: relative; z-index: 1; width: min(1000px, calc(100% - 36px)); padding: 104px 0 74px; margin: 0 auto; color: #fff; }
.category-detail-content h1 { max-width: 850px; font-size: clamp(38px, 4.8vw, 64px); }
.category-detail-copy { max-width: 800px; margin-bottom: 24px; }
.category-detail-copy p { color: rgba(255,255,255,.8); }
.focus-related { padding: 58px clamp(18px, 6vw, 112px); background: var(--focus-paper); }
.focus-related .failure-guide-grid { max-width: 520px; }
.focus-category-cta { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 56px clamp(18px, 6vw, 112px); border-top: 1px solid var(--focus-line); }
.focus-category-cta .eyebrow { color: #805000; }
.focus-category-cta h2 { max-width: 790px; margin: 0; }
.warranty-hero { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(280px, 430px); gap: clamp(26px, 7vw, 100px); align-items: center; min-height: 560px; padding: 76px clamp(18px, 10vw, 180px); background: var(--focus-paper); }
.warranty-hero h1 { margin-bottom: 16px; }
.warranty-hero > img { width: min(100%, 380px); justify-self: center; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; border-radius: 8px; }
.warranty-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.warranty-grid article { padding: 28px; border: 1px solid var(--focus-line); border-radius: 8px; }
.warranty-grid svg { width: 30px; height: 30px; color: var(--focus-teal); }
.warranty-grid h2 { margin-top: 38px; font-size: 30px; }
.warranty-grid p, .warranty-steps p { color: var(--focus-muted); line-height: 1.6; }
.warranty-after { background: var(--focus-ink); color: #fff; }
.warranty-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.warranty-steps article { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(255,255,255,.07); }
.warranty-steps b { color: var(--focus-gold); }
.warranty-steps svg { display: block; width: 30px; height: 30px; margin: 46px 0 15px; color: #9de8dd; }
.warranty-steps p { color: rgba(255,255,255,.72); }
.failure-hub-hero { max-width: 1060px; padding: 92px clamp(18px, 8vw, 150px) 50px; }
.focus-footer { display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, .8fr) auto; gap: 28px; align-items: start; padding: 36px clamp(18px, 5vw, 72px); color: #fff; background: #0d1d21; }
.focus-footer p { max-width: 430px; margin: 9px 0 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.company-reg-name { display: block; max-width: 430px; margin-top: 9px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.45; }
.focus-footer-links { display: grid; gap: 8px; }
.focus-footer a { color: rgba(255,255,255,.8); font-weight: 750; }
.focus-footer a:hover { color: #9de8dd; }
.focus-footer .social-chip-row { margin: 0; }
.focus-footer .social-chip-row a { padding: 6px 0; border: 0; color: rgba(255,255,255,.75); background: transparent; }
.footer-whatsapp { white-space: nowrap; color: #9de8dd !important; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 25; display: inline-flex; min-height: 48px; align-items: center; gap: 8px; padding: 0 15px; border-radius: 8px; color: #fff; background: var(--focus-teal); box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: 13px; font-weight: 850; }
.floating-whatsapp svg { width: 19px; }
.not-found { min-height: 75vh; display: grid; place-content: center; gap: 10px; padding: 40px; }
.not-found h1 { font-size: 42px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.common-failures-page .article-figure-word { width: min(100%, 720px); margin: clamp(26px, 5vw, 42px) auto; }
.common-failures-page .article-figure-word img { display: block; width: 100%; height: auto; }
.common-failures-page .article-figure-word figcaption { font-style: italic; }
.common-failures-page .article-detail-hero .eyebrow { color: #805000; }
.article-publish-dates { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 16px 0 0; color: var(--focus-muted); font-size: 13px; font-weight: 750; }
.article-author { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 14px; align-items: center; max-width: 720px; margin: 42px auto 26px; padding: 16px; border: 1px solid var(--focus-line); border-radius: 8px; background: var(--focus-paper); }
.article-author img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; }
.article-author strong { display: block; line-height: 1.45; }
.article-author a { display: inline-block; margin-top: 5px; color: var(--focus-teal); font-weight: 850; }
.about-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: clamp(30px, 7vw, 108px); align-items: center; padding: clamp(56px, 8vw, 112px) clamp(18px, 9vw, 160px); background: var(--focus-paper); }
.about-hero h1 { max-width: 720px; font-size: clamp(38px, 4.8vw, 64px); }
.about-hero > div > p:not(.eyebrow), .about-detail-grid p, .about-cta p { color: var(--focus-muted); font-size: 17px; line-height: 1.65; }
.about-hero figure { margin: 0; overflow: hidden; border-radius: 8px; background: #d9d3cd; }
.about-hero figure img { display: block; width: 100%; height: auto; }
.about-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.about-detail-grid article { padding: 25px; border: 1px solid var(--focus-line); border-radius: 8px; }
.about-detail-grid svg { width: 30px; height: 30px; color: var(--focus-teal); }
.about-detail-grid h2 { margin-top: 38px; font-size: 27px; }
.about-company strong { display: block; margin: 18px 0 -2px; color: var(--focus-teal); font-size: 14px; line-height: 1.45; }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 58px clamp(18px, 9vw, 160px); color: #fff; background: var(--focus-ink); }
.about-cta .eyebrow { color: #f3c96b; }
.about-cta h2 { max-width: 730px; font-size: clamp(31px, 4vw, 50px); }
.about-cta p { max-width: 680px; color: rgba(255,255,255,.74); }
@media (max-width: 1280px) { .failure-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .failure-category-card, .failure-category-card > div { min-height: 310px; } .focus-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1560px) { .focus-site .site-header.focus-header { display: grid !important; grid-template-columns: minmax(0, 1fr) auto !important; align-items: center; gap: 10px; overflow: visible; } .focus-site .focus-header .brand { min-width: 0; } .focus-site .focus-header .menu-toggle { display: grid; } .focus-site .focus-header .focus-nav { position: absolute; top: 100%; right: 0; left: 0; z-index: 30; display: none; align-items: stretch; padding: 14px 18px 18px; border-bottom: 1px solid var(--focus-line); background: rgba(255,255,255,.98); } .focus-site .focus-header .focus-nav.open { display: grid; } .focus-site .focus-header .focus-nav > a, .focus-site .focus-header .language-control { min-height: 44px; } }
@media (max-width: 860px) { .focus-hero { min-height: 610px; } .focus-hero-content { padding: 76px 0 56px; } .focus-hero h1 { font-size: clamp(38px, 10vw, 56px); } .focus-watch, .focus-intro, .focus-pain-intro, .focus-form, .warranty-hero { grid-template-columns: 1fr; } .focus-watch, .focus-pain { padding: 56px 18px; } .focus-video-player { justify-self: start; } .focus-pain-intro > p:not(.eyebrow) { grid-column: auto; margin-top: 18px; } .focus-pain-grid { grid-template-columns: 1fr; } .focus-pain-answer { align-items: flex-start; flex-direction: column; } .focus-intro { padding: 56px 18px; } .failure-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .failure-category-card, .failure-category-card > div { min-height: 290px; } .failure-guide-grid, .quality-grade-grid, .focus-steps, .catalogue-results, .warranty-steps { grid-template-columns: 1fr; } .focus-form-copy { position: static; } .focus-quote-form { grid-template-columns: 1fr; } .focus-form-wide { grid-column: auto; } .category-detail-content { padding: 80px 0 60px; } .focus-category-cta { align-items: flex-start; flex-direction: column; } .warranty-grid { grid-template-columns: 1fr; } .focus-footer { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .brand strong { font-size: 13px; } .brand small { max-width: 155px; font-size: 9px; } .focus-hero-proof { display: grid; width: min(100%, 360px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .focus-hero-proof span { min-width: 0; min-height: 38px; justify-content: center; padding: 6px 8px; font-size: 10px; line-height: 1.2; text-align: center; } .focus-hero-proof svg { width: 14px; } .failure-category-grid { grid-template-columns: 1fr; } .failure-category-card, .failure-category-card > div { min-height: 210px; } .failure-category-card p { margin-bottom: 10px; -webkit-line-clamp: 2; } .failure-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .failure-guide-card { min-height: 158px; gap: 8px; padding: 15px; } .failure-guide-card span { font-size: 10px; } .failure-guide-card h3 { font-size: 18px; line-height: 1.15; } .failure-guide-card p { font-size: 13px; } .focus-section { padding: 54px 18px; } .floating-whatsapp span { display: none; } .floating-whatsapp { width: 50px; padding: 0; justify-content: center; } .warranty-hero { padding: 54px 18px; } }
@media (max-width: 760px) { .about-hero { grid-template-columns: 1fr; padding: 56px 18px; } .about-detail-grid { grid-template-columns: 1fr; } .about-cta { align-items: flex-start; flex-direction: column; padding: 54px 18px; } }
@media (max-width: 520px) { .focus-hero { min-height: auto; } .focus-hero-content { padding: 72px 0 28px; } .focus-hero h1 { font-size: 39px; } .focus-hero-subtitle { margin-top: 15px; font-size: 18px; } .focus-hero-copy { font-size: 16px; } .focus-hero-person { display: none; } .focus-hero-person-mobile { display: grid; width: 100%; height: 290px; margin: 12px 0 14px; place-items: end center; overflow: hidden; } .focus-hero-person-mobile img { width: 290px !important; height: 290px !important; object-fit: contain; object-position: center bottom; } .focus-hero-shade { background: linear-gradient(180deg, #071518 0%, #0b1d21 72%, rgba(11,29,33,.5) 100%); } .failure-guide-card { min-height: 205px; } .failure-guide-card small { font-size: 12px; line-height: 1.35; } .article-author { grid-template-columns: 56px minmax(0, 1fr); margin-top: 30px; } .article-author img { width: 56px; height: 56px; } }


/* Humanvoice scheduled buyer guides */
.humanvoice-explainer { position: relative; display: grid; min-height: 360px; margin: clamp(26px,5vw,42px) 0; overflow: hidden; border: 1px solid var(--focus-line); border-radius: 8px; background: #f4f7f4; isolation: isolate; }
.humanvoice-explainer > img { position: absolute; inset: -10px; z-index: -1; width: calc(100% + 20px); height: calc(100% + 20px); object-fit: cover; opacity: .045; filter: grayscale(1) blur(5px); }
.humanvoice-explainer > div { display: grid; align-content: center; gap: 13px; width: min(760px,100%); padding: clamp(30px,6vw,64px); }
.humanvoice-explainer span { color: var(--focus-teal); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.humanvoice-explainer strong { color: var(--focus-ink); font-size: clamp(26px,4vw,42px); line-height: 1.08; }
.humanvoice-explainer p { margin: 0; color: var(--focus-muted); font-size: 16px; line-height: 1.65; }
.humanvoice-explainer b { width: fit-content; margin-top: 8px; padding: 8px 10px; border: 1px solid rgba(13,118,111,.25); color: var(--focus-teal); background: rgba(255,255,255,.72); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 11px; letter-spacing: .04em; }
.humanvoice-explainer figcaption { align-self: end; padding: 10px 18px; border-top: 1px solid var(--focus-line); color: var(--focus-muted); background: rgba(255,255,255,.78); font-size: 12px; font-style: italic; }
.scheduled-guide small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
@media (max-width:520px) { .common-failures-page .article-content { padding: 22px 18px; } .humanvoice-explainer { min-height: 430px; } .humanvoice-explainer > div { padding: 28px 22px; } .humanvoice-explainer b { line-height: 1.5; } body:not(.article-detail-page) .failure-guide-grid { grid-template-columns: 1fr; } }

/* GEO30 localized in-image text */
.localized-diagram { display: block; min-height: 0; background: #fff; }
.localized-diagram > img { position: relative; inset: auto; z-index: auto; display: block; width: 100%; height: auto; object-fit: contain; opacity: 1; filter: none; }
.localized-diagram figcaption { display: block; }
.geo30-guide small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
@media (max-width:520px) { .localized-diagram { min-height: 0; } }
