:root { --theme-accent: #f5c400;
--theme-accent-dim: rgba(245, 196, 0, 0.08);
--theme-accent-mid: rgba(245, 196, 0, 0.22);
--theme-ink: #121212;
--theme-black: #000000;
--theme-black-soft: #0b0e12;
--theme-bg: #28292d;
--theme-bg-alt: #2c2f34;
--theme-bg-alt-2: #24262b;
--theme-bg-alt-3: #2b2e33;
--theme-page-bg-start: #171b22;
--theme-page-bg-main: #1f242d;
--theme-page-surface: #151b23;
--theme-page-surface-2: #1c2430;
--theme-content-bg: #28292d;
--theme-content-bg-alt: #2c2f34;
--theme-content-bg-alt-2: #24262b;
--theme-content-bg-alt-3: #2b2e33;
--theme-content-surface: #1a1a1a;
--theme-content-surface-2: rgba(0, 0, 0, 0.18);
--theme-content-surface-3: #212d3b;
--theme-content-border: rgba(255, 255, 255, 0.10);
--theme-content-border-mid: rgba(255, 255, 255, 0.11);
--theme-content-border-strong: rgba(255, 255, 255, 0.16);
--theme-content-text: #ffffff;
--theme-content-text-soft: rgba(255, 255, 255, 0.78);
--theme-content-text-muted: rgba(255, 255, 255, 0.62);
--theme-surface: #1a1a1a;
--theme-surface-soft: rgba(0, 0, 0, 0.18);
--theme-surface-strong: #212d3b;
--theme-surface-panel: #252c36;
--theme-grey: #4a4a4a;
--theme-line: rgba(255, 255, 255, 0.10);
--theme-line-mid: rgba(255, 255, 255, 0.11);
--theme-line-strong: rgba(255, 255, 255, 0.16);
--theme-line-light: #d7dbe2;
--theme-text-strong: #ffffff;
--theme-text: rgba(255, 255, 255, 0.78);
--theme-text-muted: rgba(255, 255, 255, 0.62);
--theme-text-soft: #f3f4f6;
--theme-text-soft-2: rgba(243, 244, 246, 0.72);
--theme-text-soft-3: rgba(243, 244, 246, 0.45);
--theme-heading: #f2f6ff;
--yellow: var(--theme-accent);
--yellow-dim: var(--theme-accent-dim);
--yellow-mid: var(--theme-accent-mid);
--off-black: var(--theme-black);
--bg: var(--theme-bg);
--bg-alt: var(--theme-bg-alt);
--bg-alt2: var(--theme-bg-alt-2);
--bg-alt3: var(--theme-bg-alt-3);
--surface: var(--theme-surface);
--surface-2: var(--theme-surface-soft);
--surface-3: var(--theme-surface-strong);
--grey: var(--theme-grey);
--border: var(--theme-line);
--border-mid: var(--theme-line-mid);
--border-strong: var(--theme-line-strong);
--text-1: var(--theme-text-strong);
--text-2: var(--theme-text);
--text-3: var(--theme-text-muted);
--shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
--font: 'Manrope', sans-serif;
--r: 16px;
--r-sm: 10px;
--r-lg: 22px;
}
:root[data-theme="grey"] {
--theme-content-bg: #f1f2f4;
--theme-content-bg-alt: #eceef1;
--theme-content-bg-alt-2: #e5e8ec;
--theme-content-bg-alt-3: #dde2e7;
--theme-content-surface: #ffffff;
--theme-content-surface-2: #f8f9fb;
--theme-content-surface-3: #eef1f5;
--theme-content-border: rgba(21, 27, 35, 0.10);
--theme-content-border-mid: rgba(21, 27, 35, 0.14);
--theme-content-border-strong: rgba(21, 27, 35, 0.18);
--theme-content-text: #1f242b;
--theme-content-text-soft: rgba(31, 36, 43, 0.78);
--theme-content-text-muted: rgba(31, 36, 43, 0.58);
--theme-heading: #1f242b;
--theme-text-soft: #f5f6f8;
--theme-text-soft-2: rgba(245, 246, 248, 0.78);
--theme-text-soft-3: rgba(245, 246, 248, 0.54);
}
html[data-theme="grey"] body {
background: var(--theme-content-bg);
color: var(--theme-content-text);
}
html[data-theme="grey"] body section:not(.hero-wrap):not(.inner-hero),
html[data-theme="grey"] body .seo-block {
--bg: var(--theme-content-bg);
--bg-alt: var(--theme-content-bg-alt);
--bg-alt2: var(--theme-content-bg-alt-2);
--bg-alt3: var(--theme-content-bg-alt-3);
--surface: var(--theme-content-surface);
--surface-2: var(--theme-content-surface-2);
--surface-3: var(--theme-content-surface-3);
--border: var(--theme-content-border);
--border-mid: var(--theme-content-border-mid);
--border-strong: var(--theme-content-border-strong);
--text-1: var(--theme-content-text);
--text-2: var(--theme-content-text-soft);
--text-3: var(--theme-content-text-muted);
--heading-color: var(--theme-content-text);
--heading-soft: var(--theme-content-text);
--text-primary: var(--theme-content-text);
--text-secondary: var(--theme-content-text-soft);
--text-muted: var(--theme-content-text-muted);
}
html[data-theme="grey"] body section:not(.hero-wrap):not(.inner-hero) :is(h1, h2, h3, h4, h5, h6),
html[data-theme="grey"] body .seo-block :is(h1, h2, h3, h4, h5, h6) {
color: var(--theme-content-text) !important;
} *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--font);
background: var(--bg);
color: var(--text-1);
-webkit-font-smoothing: antialiased;
overflow-x: hidden; margin: 0 !important;
padding: 0 !important;
}  #wpadminbar {
position: fixed !important;
}
html,
html[style*="margin-top"] {
margin-top: 0 !important;
padding-top: 0 !important;
} body.admin-bar .hdr {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar .hdr {
top: 46px;
}
} .ast-header-html-outside .site-header,
#masthead,
.ast-above-header-wrap,
.ast-below-header-wrap,
.main-header-bar-wrap,
.main-header-bar,
.ast-main-header-wrap,
.site-header-wrap,
.ast-primary-header-wrap,
.entry-header,
header.site-header,
.ast-site-branding,
.ast-masthead-custom-menu-items,
.astra-hf-header-wrap, .ast-archive-description,
header.page-header,
.site-above-footer-wrap,
.site-below-footer-wrap,
.site-footer-wrap,
#colophon,
.astra-footer-area {
display: none !important;
} .hdr {
margin-top: 0 !important;
padding-top: 0 !important;
} .ast-page-builder-template .entry-content, .ast-page-builder-template .site, .ast-page-builder-template .site-content,
.hfeed .hdr,
.woocommerce .hdr,
.woocommerce-page .hdr {
margin-top: 0 !important;
padding-top: 0 !important;
}
a {
text-decoration: none;
color: inherit;
transition: color .2s, background .2s, border-color .2s, transform .22s, opacity .2s, box-shadow .22s;
}
ul {
list-style: none;
}
img {
display: block;
max-width: 100%;
}
.wrap {
max-width: 1600px;
margin: 0 auto;
padding: 0 5%;
}
h1 {
font-size: clamp(32px, 3.6vw, 54px);
font-weight: 900;
line-height: 1.08;
letter-spacing: -.035em;
}
h2 {
font-size: clamp(24px, 2.4vw, 40px);
font-weight: 900;
line-height: 1.1;
letter-spacing: -.028em;
}
h3 {
font-size: 18px;
font-weight: 700;
letter-spacing: -.01em;
} @keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideInRight {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .btn {
display: inline-flex;
align-items: center;
gap: 9px;
font-family: var(--font);
font-weight: 800;
font-size: 13px;
text-transform: uppercase;
letter-spacing: .07em;
padding: 13px 26px;
border-radius: 999px;
border: 2px solid transparent;
cursor: pointer;
white-space: nowrap;
transition: all .22s ease;
}
.btn-y,
.btn-primary {
background: var(--yellow);
color: #000;
box-shadow: 0 8px 28px var(--yellow-mid);
}
.btn-y:hover,
.btn-primary:hover {
background: #fff;
color: #000;
transform: translateY(-2px);
}
.btn-y:active,
.btn-primary:active {
transform: scale(.97);
}
.btn-g,
.btn-ghost {
background: rgba(255, 255, 255, 0.06);
color: var(--text-1);
border-color: var(--border-strong);
}
.btn-g:hover,
.btn-ghost:hover {
background: rgba(255, 255, 255, 0.11);
border-color: rgba(255, 255, 255, 0.28);
transform: translateY(-2px);
}
.btn-sm {
font-size: 12px;
padding: 10px 20px;
} .hdr {
position: sticky;
top: 0;
z-index: 200;
background: rgba(11, 14, 18, 0.94);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
border-bottom: 1px solid var(--border);
transition: box-shadow .3s;
}
.hdr.is-scrolled {
box-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
}
.hdr-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 0;
}
.hdr-brand {
display: flex;
align-items: center;
gap: 13px;
}
.hdr-brand img {
height: 66px;
width: auto;
opacity: 0;
animation: slideInLeft .9s ease-out forwards;
}
.hdr-brand-name {
display: flex;
flex-direction: column;
line-height: 1;
opacity: 0;
animation: slideInRight .9s ease-out .2s forwards;
}
.hdr-brand-name .w-opel {
font-size: 28px;
font-weight: 900;
color: var(--yellow);
letter-spacing: .04em;
}
.hdr-brand-name .w-service {
font-size: 12px;
font-weight: 700;
letter-spacing: .38em;
color: var(--text-2);
text-transform: uppercase;
margin-top: 4px;
}
.hdr-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 9px;
}
.hdr .hdr-top {
display: flex;
align-items: center;
gap: 10px;
}
.hdr .hdr-top-item {
opacity: 0;
transform: translateX(24px);
animation: hdrTopSlide .7s cubic-bezier(.22, 1, .36, 1) forwards;
animation-delay: var(--hdr-delay, 0s);
}
@keyframes hdrTopSlide {
from {
opacity: 0;
transform: translateX(24px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@media (prefers-reduced-motion: reduce) {
.hdr .hdr-top-item {
opacity: 1;
transform: none;
animation: none;
}
}
.hdr .phone-pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 7px 18px;
border: 1.5px solid var(--border-strong);
border-radius: 999px;
font-family: var(--font);
font-size: 14px;
font-weight: 800;
color: var(--text-1);
background: rgba(255, 255, 255, 0.04);
}
.hdr .phone-pill i {
color: var(--yellow);
font-size: 12px;
}
.hdr .phone-pill:hover {
background: var(--yellow);
color: #000;
border-color: var(--yellow);
transform: translateY(-2px);
}
.hdr .phone-pill:hover i {
color: #000;
}
.hdr .soc-btn {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--surface);
border: 1px solid var(--border-mid);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 13px;
color: var(--text-2);
}
.hdr .theme-toggle,
.mob-theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
border: 1px solid var(--border-mid);
background: var(--surface);
color: var(--text-1);
cursor: pointer;
transition: background .22s, border-color .22s, color .22s, transform .22s;
font-family: var(--font);
font-weight: 700;
}
.hdr .theme-toggle {
min-height: 36px;
padding: 0 14px;
border-radius: 999px;
font-size: 12px;
letter-spacing: .04em;
text-transform: uppercase;
}
.mob-theme-toggle {
width: 100%;
min-height: 48px;
padding: 0 16px;
border-radius: 999px;
font-size: 14px;
}
.hdr .theme-toggle i,
.mob-theme-toggle i {
color: var(--yellow);
font-size: 13px;
}
.hdr .soc-btn:hover {
background: var(--yellow);
color: #000;
border-color: var(--yellow);
transform: translateY(-2px);
}
.hdr .theme-toggle:hover,
.mob-theme-toggle:hover,
.hdr .theme-toggle[aria-pressed="true"],
.mob-theme-toggle[aria-pressed="true"] {
background: var(--yellow-dim);
border-color: var(--yellow);
color: var(--yellow);
transform: translateY(-2px);
}
.hdr .burger {
display: none;
background: var(--surface);
border: 1px solid var(--border-mid);
color: var(--text-1);
width: 40px;
height: 40px;
border-radius: 9px;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 17px;
}
.hdr .nav-links {
display: flex;
gap: 2px;
align-items: center;
}
.hdr .nav-links a {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
padding: 8px 13px;
border-radius: 8px;
color: var(--text-2);
}
.hdr .nav-links a:hover {
color: var(--text-1);
background: rgba(255, 255, 255, 0.05);
}
.hdr .nav-links a.on {
color: var(--yellow);
} .hdr .cart-btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 50%;
background: rgba(255, 215, 0, 0.08);
border: 1.5px solid rgba(255, 215, 0, 0.25);
color: var(--yellow);
font-size: 15px;
transition: background .2s, border-color .2s, transform .2s;
}
.hdr .cart-btn:hover {
background: var(--yellow);
color: #000;
border-color: var(--yellow);
transform: translateY(-2px);
}
.cart-count {
position: absolute;
top: -5px;
right: -5px;
min-width: 17px;
height: 17px;
padding: 0 4px;
border-radius: 999px;
background: var(--yellow);
color: #000;
font-size: 10px;
font-weight: 900;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.mob-nav .mob-cart-link {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 14px;
border-radius: 10px;
font-family: var(--font);
font-weight: 700;
color: var(--yellow);
border: 1px solid rgba(255, 215, 0, 0.2);
background: rgba(255, 215, 0, 0.05);
}
.mob-nav .mob-cart-link .cart-count {
position: static;
margin-left: 4px;
} .mob-nav {
display: none;
position: fixed;
inset: 0;
z-index: 400;
background: rgba(0, 0, 0, 0.78);
}
.mob-nav.open {
display: block;
}
.mob-panel {
position: absolute;
top: 0;
right: 0;
width: min(340px, 93vw);
height: 100%;
background: var(--surface);
border-left: 1px solid var(--border);
padding: 28px 22px;
display: flex;
flex-direction: column;
gap: 22px;
}
.mob-nav .mob-top {
display: flex;
align-items: center;
justify-content: space-between;
}
.mob-nav .mob-top span {
font-family: var(--font);
font-weight: 800;
font-size: 16px;
}
.mob-close {
background: rgba(255, 255, 255, 0.07);
border: 1px solid var(--border-mid);
color: var(--text-1);
width: 36px;
height: 36px;
border-radius: 9px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 16px;
}
.mob-nav .mob-phone {
display: flex;
align-items: center;
gap: 10px;
background: var(--yellow);
color: #000;
font-family: var(--font);
font-weight: 900;
padding: 14px 20px;
border-radius: 999px;
font-size: 15px;
}
.mob-nav .mob-links {
display: flex;
flex-direction: column;
gap: 4px;
}
.mob-nav .mob-links a {
display: flex;
align-items: center;
gap: 10px;
font-family: var(--font);
padding: 12px 14px;
border-radius: 10px;
font-weight: 700;
font-size: 15px;
color: var(--text-2);
}
.nav-link-icon {
font-size: 0.95em;
line-height: 1;
flex-shrink: 0;
}
.mob-nav .mob-links a:hover,
.mob-nav .mob-links a.on {
background: var(--yellow-dim);
color: var(--yellow);
}
.mob-soc {
display: flex;
gap: 10px;
} .inner-hero {
position: relative;
overflow: hidden;
min-height: 420px;
display: flex;
align-items: center;
background: linear-gradient(120deg,
var(--off-black) 0%, var(--off-black) 38%,
var(--grey) 38%, var(--grey) 43%,
var(--yellow) 43%, var(--yellow) 63%,
var(--grey) 63%, var(--grey) 68%,
var(--off-black) 68%, var(--off-black) 100%);
}
.inner-hero::before,
.inner-hero::after {
display: none;
}
.inner-hero-content {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 48px;
padding: 72px 0 64px;
opacity: 0;
animation: fadeUp 1s ease-out .35s forwards;
}
.breadcrumb {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
font-weight: 600;
color: rgba(255, 255, 255, 0.5);
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: .06em;
}
.breadcrumb a {
color: rgba(255, 255, 255, 0.5);
}
.breadcrumb a:hover {
color: var(--yellow);
}
.breadcrumb i {
font-size: 9px;
}
.kicker-pill {
display: inline-flex;
align-items: center;
background: var(--yellow);
color: #000;
font-weight: 900;
font-size: 11px;
letter-spacing: .12em;
text-transform: uppercase;
padding: 6px 14px;
border-radius: 6px;
margin-bottom: 20px;
}
.inner-hero h1 {
margin-bottom: 16px;
color: var(--text-1);
}
.inner-hero-subtitle {
font-size: 17px;
line-height: 1.68;
color: var(--text-2);
max-width: 520px;
margin-bottom: 30px;
}
.hero-cta-row {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 26px;
}
.trust-row {
display: flex;
flex-wrap: wrap;
gap: 14px;
}
.trust-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.12);
color: var(--text-1);
font-size: 13px;
font-weight: 700;
line-height: 1;
white-space: nowrap;
}
.trust-badge i {
color: var(--text-1);
font-size: 11px;
}
.trust-chips {
display: flex;
flex-wrap: wrap;
gap: 14px;
}
.trust-chip {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 700;
color: var(--text-1);
padding: 10px 16px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 999px;
background: rgba(0, 0, 0, 0.5);
line-height: 1;
white-space: nowrap;
}
.trust-chip i {
color: var(--text-1);
font-size: 11px;
}
.hero-visual-box {
width: 100%;
aspect-ratio: 4/3;
background: rgba(0, 0, 0, 0.25);
border: 1px solid var(--border-strong);
border-radius: var(--r);
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.hero-visual-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--yellow);
}
.hero-visual-box::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, transparent 60%);
}
.hero-visual-placeholder {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: rgba(255, 255, 255, 0.35);
z-index: 1;
text-align: center;
font-size: 14px;
}
.hero-visual-placeholder i {
font-size: 52px;
color: rgba(255, 215, 0, 0.28);
} .ftr {
background: #090C10;
border-top: 1px solid var(--border);
padding: 68px 0 0;
}
.ftr-main {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
gap: 52px;
padding-bottom: 52px;
border-bottom: 1px solid var(--border);
}
.ftr-brand {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
}
.ftr-brand img {
height: 54px;
}
.ftr-brand-name {
font-size: 16px;
font-weight: 900;
}
.ftr-brand-tag {
font-size: 11px;
color: var(--text-3);
font-weight: 600;
letter-spacing: .04em;
margin-top: 2px;
}
.ftr-about {
font-size: 13px;
line-height: 1.78;
color: var(--text-3);
max-width: 360px;
margin-bottom: 22px;
}
.ftr-about strong {
color: var(--text-2);
}
.ftr-soc {
display: flex;
gap: 8px;
}
.ftr-soc-chip {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 7px 15px;
background: var(--surface);
border: 1px solid var(--border-mid);
border-radius: 999px;
font-size: 12px;
font-weight: 700;
color: var(--text-2);
}
.ftr-soc-chip:hover {
border-color: var(--yellow);
color: var(--yellow);
}
.ftr-col-title {
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .12em;
color: var(--text-2);
margin-bottom: 18px;
}
.ftr-addr {
font-size: 14px;
line-height: 1.8;
color: var(--text-3);
margin-bottom: 14px;
}
.ftr-link {
display: inline-flex;
align-items: center;
gap: 7px;
font-size: 13px;
font-weight: 700;
color: var(--yellow);
margin-bottom: 10px;
}
.ftr-link:hover {
opacity: .75;
}
.ftr-contacts {
display: flex;
flex-direction: column;
gap: 7px;
margin-top: 14px;
}
.ftr-contacts a {
display: flex;
align-items: center;
gap: 9px;
font-size: 13px;
color: var(--text-3);
}
.ftr-contacts a i {
color: var(--yellow);
width: 14px;
font-size: 12px;
}
.ftr-contacts a:hover {
color: var(--yellow);
}
.ftr-nav {
display: flex;
flex-direction: column;
gap: 9px;
}
.ftr-nav a {
font-size: 13px;
font-weight: 600;
color: var(--text-3);
}
.ftr-nav a:hover {
color: var(--yellow);
}
.ftr-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
padding: 20px 0;
flex-wrap: wrap;
}
.ftr-copy {
font-size: 12px;
color: var(--text-3);
}
.ftr-legal {
display: flex;
gap: 20px;
}
.ftr-legal a {
font-size: 12px;
color: var(--text-3);
}
.ftr-legal a:hover {
color: var(--yellow);
} .section-pad {
padding: 80px 0;
}
.section-head {
margin-bottom: 52px;
}
.section-kicker {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--yellow);
margin-bottom: 12px;
}
.section-head h2 {
margin-bottom: 12px;
}
.section-lead {
font-size: 16px;
line-height: 1.68;
color: var(--text-2);
max-width: 560px;
}
.body-text {
font-size: 16px;
line-height: 1.75;
color: var(--text-2);
margin-bottom: 20px;
} .reveal {
opacity: 0;
transform: translateY(26px);
transition: opacity .55s ease, transform .55s ease;
}
.reveal.in {
opacity: 1;
transform: translateY(0);
} .final-cta {
padding: 80px 0;
}
.final-cta-inner {
background: rgba(0, 0, 0, 0.25);
border: 1px solid var(--border-strong);
border-radius: var(--r-lg);
overflow: hidden;
position: relative;
display: grid;
grid-template-columns: 1fr auto;
gap: 40px;
align-items: center;
padding: 52px 56px;
}
.final-cta-inner::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 6px;
background: var(--yellow);
}
.final-cta-inner::after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 200px;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.05));
pointer-events: none;
}
.cta-text h2 {
margin-bottom: 12px;
}
.cta-text p {
font-size: 15px;
color: var(--text-2);
line-height: 1.65;
max-width: 520px;
}
.cta-actions {
display: flex;
flex-direction: column;
gap: 10px;
align-items: flex-end;
flex-shrink: 0;
} @media (max-width:1100px) {
.ftr-main {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width:1024px) {
.inner-hero-content {
grid-template-columns: 1fr;
}
.inner-hero-right {
display: none;
}
}
@media (max-width:768px) {
.hdr-inner {
flex-direction: column;
gap: 16px;
padding: 16px 0;
}
.hdr-brand {
margin: 0 auto;
filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.4));
}
.hdr-right {
width: 100%;
align-items: center;
}
.hdr .hdr-top {
width: 100%;
justify-content: center;
gap: 24px;
}
.hdr .nav-links {
display: none;
}
.hdr .burger {
display: flex;
}
.hdr .hdr-top .phone-pill {
display: none;
}
.inner-hero {
min-height: 100svh;
background: linear-gradient(160deg, var(--off-black) 38%, var(--grey) 46%, var(--yellow) 46.1%);
}
.section-pad {
padding: 52px 0;
}
.final-cta-inner {
grid-template-columns: 1fr;
padding: 36px 28px;
}
.cta-actions {
align-items: flex-start;
}
.ftr-main {
grid-template-columns: 1fr;
gap: 36px;
}
.ftr-bottom {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width:480px) {
.hero-cta-row {
flex-direction: column;
}
.hero-cta-row .btn {
width: 100%;
justify-content: center;
}
}
.hero-visual-image {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
z-index: 1;
}.quick-nav-section {
background: var(--bg-alt);
border-bottom: 1px solid var(--border);
}
.quick-nav-inner {
display: flex;
align-items: stretch;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.quick-nav-inner::-webkit-scrollbar {
display: none;
}
.quick-nav-item {
display: flex;
align-items: center;
gap: 10px;
padding: 20px 24px;
border-right: 1px solid var(--border);
color: var(--text-2);
font-size: 13px;
font-weight: 700;
white-space: nowrap;
flex-shrink: 0;
transition: all .2s;
}
.quick-nav-item:last-child {
border-right: none;
}
.quick-nav-item:hover {
color: var(--yellow);
background: rgba(255, 215, 0, 0.05);
}
.qi {
width: 32px;
height: 32px;
border-radius: 8px;
background: rgba(255, 215, 0, 0.10);
display: flex;
align-items: center;
justify-content: center;
color: var(--yellow);
font-size: 14px;
flex-shrink: 0;
}
.quick-nav-item.is-active {
color: var(--yellow);
}
.quick-nav-item.is-active .qi {
background: rgba(255, 215, 0, 0.18);
} .sec-a {
background: var(--bg);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sec-b {
background: var(--bg-alt);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sec-c {
background: var(--bg-alt2);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sec-d {
background: var(--bg-alt3);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sec-form {
background: var(--bg-alt);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
padding: 80px 0;
}  .section-pad h2,
.section-head h2,
.col-a h2,
.col-b h2,
.col-b h3 {
color: var(--text-1) !important;
} .col-a .section-head {
margin-bottom: 24px;
}
.section-cta-strip {
margin-top: 28px;
display: flex;
gap: 12px;
flex-wrap: wrap;
} .service-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}
.service-split--reverse .col-a {
order: 2;
}
.service-split--reverse .col-b {
order: 1;
}
.checklist-panel {
background: rgba(0, 0, 0, 0.22);
border: 1px solid var(--border);
border-radius: var(--r);
padding: 28px;
position: relative;
overflow: hidden;
}
.checklist-panel::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--yellow);
}
.callout-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255, 215, 0, 0.08);
border: 1px solid rgba(255, 215, 0, 0.25);
border-radius: 999px;
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
color: var(--yellow);
margin-bottom: 20px;
}
html[data-theme="grey"] .callout-badge {
background: #111111;
border-color: rgba(245, 196, 0, 0.42);
color: var(--yellow);
box-shadow: 0 10px 22px rgba(17, 17, 17, 0.14);
}
.checklist-panel h3 {
font-size: 13px;
font-weight: 700;
color: var(--text-2);
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 16px;
}
.check-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.check-item {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
line-height: 1.5;
color: var(--text-2);
}
.check-item i {
color: var(--yellow);
font-size: 12px;
margin-top: 2px;
flex-shrink: 0;
} .numbered-list {
display: flex;
flex-direction: column;
}
.numbered-item {
display: grid;
grid-template-columns: 48px 1fr;
gap: 16px;
align-items: center;
padding: 18px 0;
border-bottom: 1px solid var(--border);
}
.numbered-item:last-child {
border-bottom: none;
}
.num-badge {
width: 40px;
height: 40px;
border-radius: 10px;
background: rgba(255, 215, 0, 0.08);
border: 1px solid rgba(255, 215, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 800;
color: var(--yellow);
flex-shrink: 0;
}
html[data-theme="grey"] .num-badge {
background: #111111;
border-color: rgba(245, 196, 0, 0.42);
color: var(--yellow);
box-shadow: 0 10px 22px rgba(17, 17, 17, 0.14);
}
.numbered-item-text {
font-size: 15px;
font-weight: 600;
color: var(--text-1);
}
.cta-strip {
background: rgba(0, 0, 0, 0.22);
border: 1px solid var(--border);
border-radius: var(--r);
padding: 24px 28px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
margin-top: 36px;
}
.cta-strip-text {
font-size: 16px;
font-weight: 700;
color: var(--text-1);
}
.cta-strip-sub {
font-size: 13px;
color: var(--text-3);
margin-top: 3px;
}
.cta-strip-actions {
display: flex;
gap: 10px;
flex-wrap: wrap;
} .benefits-grid {
display: flex;
flex-direction: column;
gap: 16px;
}
.benefit-item {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 18px 20px;
background: rgba(0, 0, 0, 0.20);
border: 1px solid var(--border);
border-radius: var(--r-sm);
transition: border-color .2s;
}
.benefit-item:hover {
border-color: rgba(255, 215, 0, 0.3);
}
.benefit-icon {
width: 44px;
height: 44px;
border-radius: 10px;
background: rgba(255, 215, 0, 0.08);
border: 1px solid rgba(255, 215, 0, 0.18);
display: flex;
align-items: center;
justify-content: center;
color: var(--yellow);
font-size: 18px;
flex-shrink: 0;
}
html[data-theme="grey"] .benefit-icon {
background: #111111;
border-color: rgba(245, 196, 0, 0.42);
color: var(--yellow);
box-shadow: 0 10px 22px rgba(17, 17, 17, 0.14);
}
.benefit-label {
font-size: 14px;
font-weight: 700;
color: var(--text-1);
margin-bottom: 3px;
}
.benefit-desc {
font-size: 13px;
color: var(--text-3);
line-height: 1.5;
}
.equipment-badge {
margin-top: 20px;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 14px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border-strong);
border-radius: 999px;
font-size: 12px;
font-weight: 600;
color: var(--text-3);
}
.equipment-badge i {
color: var(--yellow);
} .service-tiles-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.service-tile-card {
background: rgba(0, 0, 0, 0.20);
border: 1px solid var(--border);
border-radius: var(--r);
padding: 30px;
transition: border-color .22s, transform .22s;
}
.service-tile-card:hover {
border-color: rgba(255, 215, 0, 0.35);
transform: translateY(-3px);
}
.tile-icon-wrap {
width: 52px;
height: 52px;
border-radius: 12px;
background: rgba(255, 215, 0, 0.08);
border: 1px solid rgba(255, 215, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
color: var(--yellow);
font-size: 22px;
margin-bottom: 18px;
}
.tile-card-title {
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .06em;
margin-bottom: 8px;
color: var(--text-1);
}
.tile-card-text {
font-size: 14px;
line-height: 1.65;
color: var(--text-2);
margin-bottom: 16px;
}
.services-list {
display: flex;
flex-direction: column;
gap: 6px;
margin-top: 8px;
}
.services-list li {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--text-2);
}
.services-list li::before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--yellow);
flex-shrink: 0;
} .form-panel-box {
background: rgba(0, 0, 0, 0.22);
border: 1px solid var(--border);
border-radius: var(--r);
padding: 44px;
margin-top: 32px;
}
@media (max-width: 768px) {
.form-panel-box {
padding: 28px 20px;
}
}
.form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.form-group {
display: flex;
flex-direction: column;
gap: 6px;
}
.form-group.full-width {
grid-column: 1/-1;
}
.form-label {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
color: var(--text-2);
}
.form-label span {
color: var(--yellow);
margin-left: 3px;
} .fano-card {
border-radius: var(--r-lg);
overflow: hidden;
display: grid;
grid-template-columns: 11fr 9fr;
border: 1px solid var(--border-strong);
background: var(--surface-2);
margin-bottom: 32px;
}
.fano-left {
padding: 56px 52px;
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
justify-content: center;
}
.fano-head {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 4px;
}
.fano-head img {
height: 48px;
width: auto;
filter: brightness(0) invert(1) sepia(1); }
.fano-left h2 {
font-size: clamp(22px, 2.6vw, 34px);
font-weight: 900;
line-height: 1.1;
letter-spacing: -.03em;
margin: 0;
}
.fano-left p {
font-size: 15px;
line-height: 1.72;
color: var(--text-2);
margin: 0;
max-width: 480px;
}
.fano-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 16px;
margin: 10px 0;
padding: 0;
list-style: none;
}
.fano-list li {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 700;
color: var(--text-2);
}
.fano-list li i {
color: var(--yellow);
font-size: 11px;
flex-shrink: 0;
}
.fano-cta {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 10px;
}
.fano-img {
position: relative;
background-size: cover;
background-position: center;
min-height: 400px;
clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fano-card.reverse {
grid-template-columns: 9fr 11fr;
}
.fano-card.reverse .fano-img {
clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
grid-row: 1;
}
.fano-card.reverse .fano-left {
grid-column: 2;
}
@media (max-width: 1024px) {
.fano-card,
.fano-card.reverse {
grid-template-columns: 1fr;
}
.fano-left {
padding: 44px 36px;
}
.fano-img {
min-height: 300px;
clip-path: none !important;
grid-row: 2 !important;
grid-column: 1 !important;
}
.fano-card.reverse .fano-left {
grid-column: 1;
grid-row: 2;
}
.fano-card.reverse .fano-img {
grid-row: 1 !important;
}
}
.form-input,
.form-select,
.form-textarea {
background: rgba(0, 0, 0, 0.28);
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
color: var(--text-1);
font-family: var(--font);
font-size: 14px;
padding: 12px 14px;
transition: border-color .2s, box-shadow .2s;
outline: none;
width: 100%;
}
.form-input::placeholder,
.form-textarea::placeholder {
color: var(--text-3);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
border-color: var(--yellow);
box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.10);
}
.form-select {
-webkit-appearance: none;
appearance: none;
cursor: pointer;
}
.form-select option {
background: var(--surface);
color: var(--text-1);
}
.form-textarea {
resize: vertical;
min-height: 100px;
}
.checkboxes-label {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
color: var(--text-2);
margin-bottom: 12px;
}
.checkboxes-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.checkbox-item {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
}
.checkbox-item input[type="checkbox"] {
width: 18px;
height: 18px;
border-radius: 5px;
accent-color: var(--yellow);
cursor: pointer;
flex-shrink: 0;
}
.checkbox-item span {
font-size: 13px;
font-weight: 500;
color: var(--text-2);
}
.form-submit-row {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 8px;
}
.form-note {
font-size: 12px;
color: var(--text-3);
margin-top: 14px;
} .final-cta {
padding: 80px 0;
background: var(--bg-alt2);
}
.seo-block {
padding: 0 0 56px;
background: var(--bg-alt2);
} @media (max-width:1024px) {
.service-split {
grid-template-columns: 1fr;
}
.service-split--reverse .col-a {
order: 1;
}
.service-split--reverse .col-b {
order: 2;
}
}
@media (max-width:768px) {
.sec-form {
padding: 52px 0;
}
.service-tiles-grid {
grid-template-columns: 1fr;
}
.form-grid {
grid-template-columns: 1fr;
}
.form-group.full-width {
grid-column: 1;
}
.checkboxes-grid {
grid-template-columns: 1fr;
}
}
.tile-icon-wrap img {
width: 26px;
height: 26px;
object-fit: contain;
display: block;
}