@font-face { font-family:'Montserrat'; font-style:normal; font-weight:600; font-display:swap; src:url(fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5; }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:600; font-display:swap; src:url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153; }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:700; font-display:swap; src:url(fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5; }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:700; font-display:swap; src:url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153; }
@font-face { font-family:'Ubuntu'; font-style:normal; font-weight:400; font-display:swap; src:url(fonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2'); unicode-range:U+0000-00FF; }
@font-face { font-family:'Ubuntu'; font-style:normal; font-weight:500; font-display:swap; src:url(fonts/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2'); unicode-range:U+0000-00FF; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--blue: #c0392b;
--blue-dark: #922b21;
--blue-pale: rgba(192,57,43,0.06);
--dark: #111111;
--mid: #3a3a3a;
--gray: #6b6b6b;
--border: #e3e3e3;
--light: #f7f6f3;
--white: #ffffff;
--t: 0.18s ease;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
font-family: 'Ubuntu', sans-serif;
color: var(--dark);
line-height: 1.65;
background: var(--white);
overflow-x: hidden;
overflow-wrap: break-word;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header {
background: var(--white);
padding: 0 52px;
height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--border);
position: sticky;
top: 0;
z-index: 300;
}
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo img { height: 50px; width: auto; }
.logo-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: var(--dark); line-height: 1.2; }
.logo-tag { font-size: 0.75rem; color: var(--gray); margin-top: 2px; }
.hdr-right { display: flex; align-items: center; gap: 20px; }
.hdr-qr { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.hdr-qr img { width: 40px; height: 40px; border-radius: 8px; border: 1px solid var(--border); flex-shrink: 0; display: block; }
.hdr-qr-label { font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 600; color: var(--gray); white-space: nowrap; }
.hdr-contact { text-align: right; }
.hdr-phone { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--dark); display: flex; align-items: center; gap: 6px; justify-content: flex-end; }
.hdr-phone::before { content: ''; display: inline-block; width: 13px; height: 13px; flex-shrink: 0; background: var(--blue); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.36 2.33.55 3.57.55.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.55 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.36 2.33.55 3.57.55.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.55 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; }
.hdr-phone a { text-decoration: none; color: inherit; }
.hdr-phone a:hover { color: var(--blue); }
.hdr-email { color: var(--blue); text-decoration: none; font-size: 0.82rem; display: block; }
.hdr-email:hover { text-decoration: underline; }
.nav-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
flex-direction: column;
gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); transition: var(--t); }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-nav { background: var(--dark); border-bottom: 2px solid var(--blue); overflow: hidden; position: sticky; top: 72px; z-index: 299; }
.site-nav ul { list-style: none; display: flex; justify-content: center; flex-wrap: nowrap; width: 100%; margin: 0 auto; }
.site-nav a {
display: block;
padding: 12px 10px;
color: rgba(255,255,255,0.6);
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 0.63rem;
letter-spacing: 0.05em;
text-transform: uppercase;
transition: color var(--t);
white-space: nowrap;
}
.site-nav a:hover { color: #fff; }
.site-nav a.active { color: #fff; border-bottom: 2px solid var(--blue); }
.hero { position: relative; height: 580px; overflow: hidden; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.6s ease-in-out; }
.slide.active { opacity: 1; }
.slide-1 { background-image: url('https://images.unsplash.com/photo-1615774925655-a0e97fc85c14?auto=format&fit=crop&w=1200&q=55&fm=webp'); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.28) 60%, transparent 85%); }
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; padding: 0 80px; }
.hero-inner { max-width: 560px; }
.hero-eyebrow {
font-family: 'Montserrat', sans-serif;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
color: var(--blue);
text-transform: uppercase;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 12px;
}
.hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--blue); }
.hero-heading {
font-family: 'Montserrat', sans-serif;
font-size: 3rem;
font-weight: 700;
color: #fff;
line-height: 1.15;
margin-bottom: 20px;
transition: opacity 0.4s;
}
.hero-sub { color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-bar {
background: var(--dark);
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.trust-item {
padding: 26px 32px;
border-right: 1px solid rgba(255,255,255,0.07);
}
.trust-item:last-child { border-right: none; }
.trust-value { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.92rem; color: #fff; margin-bottom: 4px; }
.trust-label { font-size: 0.78rem; color: rgba(255,255,255,0.42); }
.section { padding: 88px 52px; max-width: 1200px; margin: 0 auto; }
.bg-light { background: var(--light); }
.bg-dark { background: var(--dark); }
.section-eyebrow {
font-family: 'Montserrat', sans-serif;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--blue);
margin-bottom: 14px;
}
.section-title {
font-family: 'Montserrat', sans-serif;
font-size: 1.9rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 16px;
line-height: 1.2;
}
.section-title.light { color: #fff; }
.lead { font-size: 1rem; color: var(--gray); line-height: 1.85; margin-bottom: 20px; max-width: 640px; }
.welcome-split { max-width: 640px; }
.welcome-split .lead:last-of-type { margin-bottom: 32px; }
.svc-master { margin-top: 40px; border-top: 1px solid var(--border); }
.svc-acc-head {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 4px;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 1.05rem;
color: var(--dark);
user-select: none;
transition: color var(--t);
}
.svc-acc-head::-webkit-details-marker { display: none; }
.svc-acc-head:hover { color: var(--blue); }
.svc-acc-chevron {
display: inline-block;
color: var(--blue);
font-size: 1.1rem;
transition: transform 0.3s ease;
}
.svc-master[open] .svc-acc-chevron { transform: rotate(90deg); }
.svc-tags { padding-bottom: 8px; }
.svc-tag-row {
display: grid;
grid-template-columns: 220px minmax(0, 1fr) auto;
align-items: baseline;
gap: 20px;
padding: 16px 4px;
border-top: 1px solid var(--border);
text-decoration: none;
transition: background var(--t);
}
.svc-tag-row:hover { background: rgba(192,57,43,0.04); }
.svc-tag-name {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 0.95rem;
color: var(--dark);
transition: color var(--t);
}
.svc-tag-row:hover .svc-tag-name { color: var(--blue); }
.svc-tag-kw { font-size: 0.8rem; color: var(--gray); }
.svc-tag-arrow { color: var(--blue); font-size: 1rem; transition: transform var(--t); }
.svc-tag-row:hover .svc-tag-arrow { transform: translateX(4px); }
.cta-band { background: var(--dark); padding: 80px 52px; text-align: center; }
.cta-band h2 { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.45); margin-bottom: 0; }
.cta-phone { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700; color: var(--blue); margin: 22px 0 0; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; }
.cta-phone::before { content: ''; display: inline-block; width: 22px; height: 22px; flex-shrink: 0; background: var(--blue); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.36 2.33.55 3.57.55.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.55 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.36 2.33.55 3.57.55.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.55 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; }
.cta-phone a { color: inherit; text-decoration: none; }
.cta-phone a:hover { text-decoration: underline; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.emergency-band { background: var(--blue); border-radius: 12px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin: 48px 0; }
.emergency-band-title { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.emergency-band-sub { display: block; color: rgba(255,255,255,0.8); font-size: 0.92rem; margin-top: 4px; }
.emergency-band-phone { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 700; color: #fff; text-decoration: none; white-space: nowrap; }
.emergency-band-phone:hover { text-decoration: underline; }
.btn {
display: inline-block;
padding: 12px 28px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 0.78rem;
letter-spacing: 0.08em;
text-transform: uppercase;
text-decoration: none;
transition: background var(--t), color var(--t), border-color var(--t);
cursor: pointer;
border: 2px solid transparent;
}
.btn-blue { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.btn-ghost:hover { border-color: #fff; }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-red { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-red:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.page-hero { background: var(--dark); padding: 56px 52px 52px; border-bottom: 2px solid var(--blue); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.page-hero-red-bar { width: 36px; height: 2px; background: var(--blue); margin-bottom: 18px; }
.page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.2; }
.page-hero p { color: rgba(255,255,255,0.45); font-size: 0.95rem; max-width: 540px; }
.breadcrumb { font-size: 0.73rem; color: rgba(255,255,255,0.28); margin-bottom: 20px; font-family: 'Montserrat', sans-serif; display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; }
.breadcrumb a { color: rgba(255,255,255,0.28); text-decoration: none; }
.breadcrumb a:hover { color: rgba(255,255,255,0.6); }
.breadcrumb .sep { color: rgba(255,255,255,0.15); }
.content-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.content-split img { width: 100%; height: 360px; object-fit: cover; }
.service-list { margin-top: 40px; }
.service-row {
padding: 24px 0;
border-top: 1px solid var(--border);
}
.service-row:last-child { border-bottom: 1px solid var(--border); }
.service-row h3 { font-family: 'Montserrat', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.service-row p { font-size: 0.87rem; color: var(--gray); line-height: 1.7; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0 40px; margin-top: 32px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--mid); padding: 10px 0; border-bottom: 1px solid var(--border); }
.check-list li::before { content: '—'; color: var(--blue); font-weight: 700; font-family: 'Montserrat', sans-serif; flex-shrink: 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 72px; align-items: start; }
.ci-block h2 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.info-row { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.info-row:first-of-type { border-top: 1px solid var(--border); }
.info-label { font-size: 0.68rem; color: var(--gray); margin-bottom: 2px; letter-spacing: 0.06em; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
.info-val { font-weight: 500; color: var(--dark); font-size: 0.95rem; }
.info-val a { color: var(--blue); text-decoration: none; }
.info-val a:hover { text-decoration: underline; }
.info-circle { width: 36px; height: 36px; background: var(--blue-pale); border: 1px solid rgba(29,78,216,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-circle svg { width: 16px; height: 16px; fill: var(--blue); }
.form-block { border: 1px solid var(--border); padding: 36px; }
.form-block h2 { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 6px; }
.form-row2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); margin-bottom: 7px; }
.form-group input,
.form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); font-family: 'Ubuntu', sans-serif; font-size: 0.92rem; color: var(--dark); outline: none; transition: border-color var(--t); background: var(--white); }
.form-group input:focus,
.form-group textarea:focus { border-color: var(--blue); }
.form-group textarea { height: 120px; resize: vertical; }
.btn-submit { background: var(--blue); color: #fff; border: none; padding: 14px 0; width: 100%; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.09em; cursor: pointer; transition: background var(--t); text-transform: uppercase; }
.btn-submit:hover { background: var(--blue-dark); }
.form-note { font-size: 0.75rem; color: #aaa; margin-top: 10px; text-align: center; }
.faq-list { margin-top: 36px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-item summary {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 0.93rem;
color: var(--dark);
cursor: pointer;
user-select: none;
gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--blue); flex-shrink: 0; line-height: 1; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-answer { padding: 0 0 20px; color: var(--gray); font-size: 0.92rem; line-height: 1.85; max-width: 720px; }
.faq-item .faq-answer a { color: var(--blue); text-decoration: none; }
.faq-item .faq-answer a:hover { text-decoration: underline; }
.legal-body { max-width: 760px; color: var(--gray); }
.legal-body h2 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--dark); margin: 36px 0 10px; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { margin-bottom: 14px; line-height: 1.85; }
.legal-body a { color: var(--blue); }
.site-footer { background: var(--dark); }
.footer-main { max-width: 1200px; margin: 0 auto; padding: 64px 52px 48px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
.footer-brand .logo-name { color: rgba(255,255,255,0.88); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.footer-brand .logo-tag { color: rgba(255,255,255,0.28); font-size: 0.75rem; }
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.28); line-height: 1.7; margin: 16px 0 0; max-width: 240px; }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 0.85rem; color: rgba(255,255,255,0.35); text-decoration: none; transition: color var(--t); }
.footer-col ul a:hover { color: #fff; }
.contact-item { font-size: 0.84rem; color: rgba(255,255,255,0.35); margin-bottom: 10px; display: block; text-decoration: none; transition: color var(--t); }
.contact-item:hover { color: rgba(255,255,255,0.7); }
.footer-qr { display: flex; align-items: center; gap: 13px; margin-top: 16px; }
.footer-qr img { width: 76px; height: 76px; border-radius: 10px; background: #fff; padding: 6px; flex-shrink: 0; box-shadow: 0 8px 20px rgba(0,0,0,0.25); }
.footer-qr span { font-size: 0.78rem; color: rgba(255,255,255,0.45); max-width: 110px; line-height: 1.4; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 18px 52px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; font-size: 0.77rem; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 10px; }
.footer-legal a { color: rgba(255,255,255,0.25); text-decoration: none; margin-left: 20px; transition: color var(--t); }
.footer-legal a:hover { color: #fff; }
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── HIGHLIGHT CARDS ─────────────────────────────────────────────────────── */
.highlight-section { background: var(--light); }
.highlight-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 290px 290px;
  gap: 20px;
}
.h-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  background: var(--dark);
  box-shadow: 0 10px 24px rgba(17,17,17,0.16), 0 2px 6px rgba(17,17,17,0.10);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
}
.h-card:hover { transform: scale(1.035); box-shadow: 0 30px 60px rgba(17,17,17,0.32), 0 10px 20px rgba(192,57,43,0.18); }
.h-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.h-card:hover .h-card-img { transform: scale(1.08); }
.h-card-body {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 64%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%);
  padding: 28px 16px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h-card-eyebrow {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
.h-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 8px;
}
.h-card-desc {
  font-size: 0.8rem;
  color: var(--gray);
  line-height: 1.55;
  margin-bottom: 14px;
  max-width: 210px;
}
.h-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  transition: gap 0.25s ease;
}
.h-card:hover .h-card-link { gap: 14px; }

/* ── BRAND PARTNERS ──────────────────────────────────────────────────────── */
.brands-section {
  background: #0e0e0f;
  padding: 56px 52px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.brands-inner { max-width: 1200px; margin: 0 auto; }
.brands-head { margin-bottom: 36px; }
.brands-row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255,255,255,0.07);
}
.brand-chip {
  flex: 1;
  min-width: 160px;
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s ease;
}
.brand-chip:last-child { border-right: none; }
.brand-chip:hover { background: rgba(255,255,255,0.03); }
.brand-name {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.52);
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}
.brand-chip:hover .brand-name { color: rgba(255,255,255,0.82); }
.brand-type {
  display: block;
  font-size: 0.69rem;
  color: rgba(255,255,255,0.22);
  margin-top: 3px;
}

@media (max-width: 960px) {
  .highlight-grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: repeat(4, 240px); padding: 48px 20px; }
  .h-card-body { width: 72%; clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }
  .brands-section { padding: 44px 20px; }
  .brands-row { flex-direction: column; }
  .brand-chip { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .brand-chip:last-child { border-bottom: none; }
}
@media (max-width: 640px) {
  .highlight-grid { grid-template-rows: repeat(4, 220px); gap: 14px; }
  .h-card-body { padding: 20px 14px 20px 20px; }
  .h-card-title { font-size: 1.2rem; }
  .h-card-desc { display: none; }
}
@media (max-width: 1024px) {
.footer-main { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 960px) {
.trust-bar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.content-split { grid-template-columns: minmax(0, 1fr); gap: 36px; }
.contact-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
.form-row2 { grid-template-columns: minmax(0, 1fr); }
.hdr-email { display: none; }
.hdr-phone a { display: inline-block; background: var(--blue); color: #fff; padding: 7px 13px; font-size: 0.72rem; letter-spacing: 0.04em; font-weight: 700; white-space: nowrap; text-decoration: none; }
.hdr-phone a:hover { background: var(--blue-dark); color: #fff; }
.nav-toggle { display: flex; }
.site-nav {
position: fixed;
top: 72px; left: 0; right: 0; bottom: 0;
background: var(--dark);
transform: translateX(100%);
transition: transform 0.28s ease;
z-index: 200;
overflow-y: auto;
}
.nav-open .site-nav { transform: translateX(0); }
.site-nav ul { flex-direction: column; padding: 20px; max-width: none; }
.site-nav a { padding: 16px; font-size: 0.82rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.site-nav a.active { border-bottom-color: rgba(255,255,255,0.05); border-left: 2px solid var(--blue); }
}
@media (max-width: 640px) {
.site-header { padding: 0 20px; }
.logo img { height: 38px; }
.logo-tag { display: none; }
.hdr-contact { display: none; }
.hdr-qr { display: none; }
.hero { height: 360px; }
.hero-content { padding: 0 20px; }
.hero-heading { font-size: 1.6rem; }
.hero-sub { display: none; }
.hero-actions { flex-direction: column; gap: 10px; }
.hero-actions .btn { width: 100%; text-align: center; }
.slide-1 { background-image: url('https://images.unsplash.com/photo-1615774925655-a0e97fc85c14?auto=format&fit=crop&w=700&q=50&fm=webp'); }
.trust-bar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.trust-item { padding: 18px 14px; border-right: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.06); }
.trust-item:nth-child(even) { border-right: none; }
.trust-value { font-size: 0.82rem; }
.section { padding: 52px 20px; }
.svc-tag-row { grid-template-columns: minmax(0, 1fr) auto; }
.svc-tag-kw { grid-column: 1 / -1; }
.page-hero { padding: 36px 20px 32px; }
.page-hero h1 { font-size: 1.5rem; }
.cta-band { padding: 48px 20px; }
.cta-band h2 { font-size: 1.5rem; }
.cta-phone { font-size: 1.4rem; }
.cta-actions { flex-direction: column; gap: 10px; align-items: stretch; }
.cta-actions .btn { width: 100%; text-align: center; box-sizing: border-box; }
.emergency-band { flex-direction: column; text-align: center; padding: 24px 20px; }
.emergency-band-phone { font-size: 1.4rem; }
.content-split img { height: 220px; }
.form-block { padding: 24px 20px; }
.footer-main { grid-template-columns: minmax(0, 1fr); padding: 44px 20px 32px; gap: 28px; }
.footer-bottom { padding: 18px 20px; flex-direction: column; text-align: center; }
.footer-legal a { margin: 0 8px; }
}