:root {
--ced-accent: var(--theme-palette-color-1);
--ced-line: var(--theme-palette-color-5);
--ced-radius-sm: 10px;
--ced-radius-md: 14px;
--ced-radius-pill: 999px;
}  .ct-footer .ct-container {
max-width: 1290px;
}  .hero-section::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(
700px 260px at 50% 52%,
rgba(255, 255, 255, 0.10),
rgba(255, 255, 255, 0) 90%
),
linear-gradient(
0deg,
rgba(8, 20, 34, 0.80),
rgba(8, 20, 34, 0.80)
);
} .hero-section > * {
position: relative;
z-index: 2;
} .hero-section h1::after {
content: "";
display: block;
width: 84px;
height: 2px;
margin: 18px auto 0;
background: var(--ced-accent);
border-radius: 2px;
opacity: 0.95;
}  .home-hero {
position: relative;
overflow: hidden;
} .home-hero.stk--has-background-overlay::before {
content: "" !important;
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
background:
linear-gradient(
180deg,
transparent 0%,
transparent 78%,
color-mix(in srgb, var(--theme-palette-color-7) 55%, transparent) 92%,
var(--theme-palette-color-7) 100%
),
radial-gradient(
900px 380px at 50% 55%,
rgba(8, 20, 34, 0.38) 0%,
rgba(8, 20, 34, 0.18) 45%,
rgba(8, 20, 34, 0) 78%
),
linear-gradient(
180deg,
rgba(8, 20, 34, 0.28) 0%,
rgba(8, 20, 34, 0.16) 55%,
rgba(8, 20, 34, 0.06) 100%
);
} .home-hero .stk-block-content {
position: relative;
z-index: 3;
}  .home-hero-title {
margin: 0;
text-align: center;
color: rgba(255, 255, 255, 0.92);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
} .home-hero-title .home-hero-loc,
.home-hero-loc {
display: inline-block;
color: rgba(255, 255, 255, 0.88);
} .home-hero-subtitle {
max-width: 54ch;
margin: 0 auto;
text-align: center;
color: rgba(255, 255, 255, 0.78);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
} .ced-separator--orange {
display: block;
width: 120px;
height: 3px;
margin: 16px auto 22px;
background: var(--ced-accent);
border-radius: var(--ced-radius-pill);
box-shadow: 0 10px 26px rgba(247, 147, 30, 0.18);
}  #header .site-branding {
position: relative;
z-index: 10;
display: flex;
align-items: center;
height: 100%;
--toit-w: 100px;
--toit-h: 12px;
} #header .site-branding::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: var(--toit-w);
height: var(--toit-h);
transform: translate(-50%, 100%);
pointer-events: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L50,18 L100,0' fill='white' stroke='%23d1d1d1' stroke-width='1.1'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 100% 100%;
} strong,
b {
font-weight: 600;
}
[style*="font-weight:700"] {
font-weight: 600 !important;
} .ced-title::after {
content: "";
display: block;
width: 84px;
height: 2px;
margin: 18px auto 0;
background: var(--ced-accent);
border-radius: 2px;
}
.ced-rating-stars {
display: inline-flex;
gap: 0.2rem;
line-height: 1;
}
.ced-rating-stars svg {
width: 16px;
height: 16px;
display: block;
fill: var(--ced-accent);
} .ced-google-rating {
display: inline-flex;
}
.ced-google-rating__link {
display: inline-flex;
align-items: center;
gap: 0.65rem;
line-height: 1;
text-decoration: none;
color: inherit;
}
.ced-google-rating__stars {
display: inline-flex;
align-items: center;
gap: 0.18rem;
flex-shrink: 0;
}
.ced-google-rating__stars svg {
width: 16px;
height: 16px;
display: block;
}
.ced-google-rating__stars svg path {
fill: transparent;
stroke: var(--ced-accent);
stroke-width: 2;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
transition: fill 0.2s ease, stroke 0.2s ease;
}
.ced-google-rating__text {
display: inline-flex;
align-items: center;
gap: 0.45rem;
font-size: 0.98rem;
font-weight: 600;
color: #fff;
white-space: nowrap;
transition: color 0.2s ease;
}
.ced-google-rating__sep {
opacity: 0.5;
}
.ced-google-rating__count {
font-weight: 500;
opacity: 0.92;
} .ced-google-rating__link:hover .ced-google-rating__text,
.ced-google-rating__link:focus-visible .ced-google-rating__text {
color: var(--ced-accent);
} .ced-google-rating__link:hover .ced-google-rating__stars svg path,
.ced-google-rating__link:focus-visible .ced-google-rating__stars svg path {
fill: var(--ced-accent);
} @media (max-width: 767px) {
.ced-google-rating__link {
gap: 0.5rem;
}
.ced-google-rating__stars svg {
width: 13px;
height: 13px;
}
.ced-google-rating__text {
gap: 0.35rem;
font-size: 0.92rem;
}
} .ced-nav-links a {
text-decoration: none;
}
.ced-nav-links a:hover,
.ced-nav-links a:focus-visible {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 4px;
}  #wpforms-438.ced-form-contact input[type="text"],
#wpforms-438.ced-form-contact input[type="email"],
#wpforms-438.ced-form-contact textarea {
border: 1px solid var(--ced-line);
border-radius: var(--ced-radius-sm);
transition: border-color 0.2s ease, box-shadow 0.2s ease;
} #wpforms-438.ced-form-contact input:focus,
#wpforms-438.ced-form-contact textarea:focus {
outline: none;
border-color: var(--theme-palette-color-2);
box-shadow: 0 0 0 2px rgba(13, 96, 173, 0.08);
} #wpforms-438.ced-form-contact .wpforms-field-label {
margin-bottom: 6px;
font-weight: 500;
} #wpforms-438.ced-form-contact .wpforms-submit {
min-height: 48px;
padding: 0 22px;
border: 2px solid var(--ced-accent);
border-radius: var(--ced-radius-md);
background: transparent;
color: var(--theme-palette-color-2);
font-weight: 500;
transition:
background 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
transform 0.2s ease,
box-shadow 0.2s ease;
} #wpforms-438.ced-form-contact .wpforms-submit:hover {
background: var(--ced-accent);
border-color: var(--ced-accent);
color: #fff;
transform: translateY(-1px);
} #wpforms-438.ced-form-contact .wpforms-submit:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(247, 147, 30, 0.18);
} #wpforms-438.ced-form-contact .wpforms-submit:active {
transform: translateY(0);
} @media (max-width: 768px) {
#wpforms-438 .wpforms-one-half,
#wpforms-438 .wpforms-first {
width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
float: none !important;
}
}