.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//expresssoiltesting.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}span.eeb-nodis { 
display:none !important; 
}
span.eeb-rtl { 
unicode-bidi:bidi-override !important; 
direction:rtl !important; 
display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
display:inline !important;
padding-left:0 !important;
}
span.eeb-nrtl { 
word-break: break-all !important;
}
.eeb-encoded { 
position:relative; 
margin-top:-0.3em; 
z-index:1000; 
color:green; 
}*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --blue:         #5BC8F5; --blue-dark:    #2A9BB8; --blue-deeper:  #1A6E87; --blue-light:   #EAF7FD; --orange:       #E8520A; --orange-dark:  #C44208; --yellow:       #FFE600; --grey-layer:   #9E9E9E;  --grey-900:     #1A202C;
--grey-700:     #2D3748;
--grey-600:     #4A5568;
--grey-400:     #718096;
--grey-200:     #E2E8F0;
--grey-100:     #F7F8FA;
--white:        #FFFFFF; --radius:       10px;
--shadow:       0 4px 24px rgba(0,0,0,.10);
--shadow-sm:    0 2px 8px rgba(0,0,0,.07);
--transition:   .2s ease;
--max-w:        1200px;
--max-w-narrow: 800px;
--font-body:    'Inter', 'Segoe UI', system-ui, sans-serif;
--font-head:    'Inter', 'Segoe UI', system-ui, sans-serif;
}
html { scroll-behavior: smooth; font-size: 16px; }
body {
font-family: var(--font-body);
color: var(--grey-600);
background: var(--white);
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-dark); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--blue-deeper); }
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-head);
color: var(--grey-700);
line-height: 1.25;
font-weight: 700;
}
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.1rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.5rem; }
li { margin-bottom: .4rem; } .container        { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }
.container--narrow{ max-width: var(--max-w-narrow); margin: 0 auto; padding: 0 1.5rem; }
.section          { padding: 5rem 0; }
.section--grey    { background: var(--grey-100); }
.section--dark    { background: var(--blue-deeper); color: var(--white); }
.section--dark h2,
.section--dark h3,
.section--dark h4 { color: var(--white); } .soil-stripe {
height: 6px;
background: linear-gradient(to right,
var(--yellow) 0%, var(--yellow) 33.3%,
var(--grey-layer) 33.3%, var(--grey-layer) 66.6%,
var(--orange) 66.6%, var(--orange) 100%
);
} .btn {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .8rem 1.75rem;
border-radius: 6px;
font-weight: 600;
font-size: .95rem;
cursor: pointer;
border: 2px solid transparent;
transition: all var(--transition);
text-decoration: none;
line-height: 1;
}
.btn--primary  { background: var(--orange); color: var(--white); border-color: var(--orange); }
.btn--primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: var(--white); }
.btn--blue     { background: var(--blue); color: var(--grey-900); border-color: var(--blue); }
.btn--blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.btn--outline  { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn--outline:hover { background: rgba(255,255,255,.15); border-color: var(--white); color: var(--white); }
.btn--outline-dark { background: transparent; color: var(--blue-deeper); border-color: var(--blue-deeper); }
.btn--outline-dark:hover { background: var(--blue-deeper); color: var(--white); }
.btn--sm { padding: .55rem 1.2rem; font-size: .875rem; }
.btn--lg { padding: 1rem 2.25rem; font-size: 1.05rem; } .site-header {
position: sticky;
top: 0;
z-index: 1000;
background: var(--white);
border-bottom: 3px solid var(--blue);
box-shadow: 0 2px 12px rgba(0,0,0,.10);
overflow: visible;
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
max-width: var(--max-w);
margin: 0 auto;
padding: 0 1.5rem;
height: 90px;
}
.site-logo {
display: flex;
align-items: center;
gap: .75rem;
text-decoration: none;
}
.site-logo img {
height: 72px;
width: auto;
border-radius: 0 !important;
object-fit: contain !important;
}
.site-logo__text {
display: flex;
flex-direction: column;
line-height: 1.2;
}
.site-logo__name {
font-size: 1.1rem;
font-weight: 800;
color: var(--grey-900);
letter-spacing: -.3px;
}
.site-logo__tagline {
font-size: .65rem;
color: var(--blue-dark);
font-weight: 600;
letter-spacing: .5px;
text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a {
color: var(--grey-700);
font-size: .9rem;
font-weight: 500;
padding: .5rem .85rem;
border-radius: 5px;
transition: all var(--transition);
text-decoration: none;
}
.site-nav a:hover,
.site-nav a.current-menu-item {
color: var(--blue-deeper);
background: var(--blue-light);
}
.site-nav .btn--primary { padding: .55rem 1.2rem; font-size: .875rem; margin-left: .5rem; } .nav-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: .5rem;
flex-direction: column;
gap: 5px;
}
.nav-toggle span {
display: block;
width: 24px;
height: 2px;
background: var(--grey-700);
border-radius: 2px;
transition: all .3s;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .hero {
position: relative;
background: linear-gradient(135deg, var(--blue-deeper) 0%, #1e7a9a 60%, var(--blue-dark) 100%);
color: var(--white);
padding: 7rem 0 6rem;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
inset: 0;
background: url(https://expresssoiltesting.com/wp-content/uploads/rigonsite.jpg) center/cover no-repeat;
opacity: .22;
}
.hero::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: linear-gradient(to bottom, transparent, var(--white));
}
.hero__inner {
position: relative;
z-index: 1;
max-width: var(--max-w);
margin: 0 auto;
padding: 0 1.5rem;
display: grid;
grid-template-columns: 1fr 420px;
gap: 4rem;
align-items: center;
}
.hero__eyebrow {
display: inline-block;
background: rgba(91,200,245,.2);
color: var(--blue);
font-size: .8rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: .35rem .9rem;
border-radius: 20px;
margin-bottom: 1.25rem;
border: 1px solid rgba(91,200,245,.35);
}
.hero h1 {
color: var(--white);
font-size: clamp(2.2rem, 4.5vw, 3.25rem);
line-height: 1.15;
margin-bottom: 1.25rem;
}
.hero h1 span { color: var(--yellow); }
.hero__sub {
font-size: 1.1rem;
color: rgba(255,255,255,.85);
margin-bottom: 2rem;
max-width: 520px;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero__trust {
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
}
.hero__trust-item {
display: flex;
align-items: center;
gap: .5rem;
font-size: .82rem;
color: rgba(255,255,255,.75);
font-weight: 500;
}
.hero__trust-item svg { color: var(--blue); flex-shrink: 0; } .hero__card {
background: rgba(255,255,255,.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,.2);
border-radius: 16px;
padding: 2rem;
}
.hero__card h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 1.25rem; }
.hero__card-list { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.hero__card-list li {
display: flex;
align-items: center;
gap: .6rem;
padding: .6rem 0;
border-bottom: 1px solid rgba(255,255,255,.1);
font-size: .9rem;
color: rgba(255,255,255,.85);
}
.hero__card-list li:last-child { border-bottom: none; }
.hero__card-list li::before {
content: '✓';
color: var(--yellow);
font-weight: 700;
flex-shrink: 0;
}
.hero__card-price {
background: rgba(91,200,245,.15);
border: 1px solid rgba(91,200,245,.3);
border-radius: 8px;
padding: .75rem 1rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.hero__card-price span:first-child { font-size: .8rem; color: rgba(255,255,255,.7); }
.hero__card-price strong { color: var(--yellow); font-size: 1.1rem; } .trust-bar {
background: var(--blue-light);
border-bottom: 1px solid rgba(91,200,245,.3);
padding: 1.25rem 0;
}
.trust-bar__inner {
max-width: var(--max-w);
margin: 0 auto;
padding: 0 1.5rem;
display: flex;
align-items: center;
justify-content: center;
gap: 2.5rem;
flex-wrap: wrap;
}
.trust-bar__item {
display: flex;
align-items: center;
gap: .6rem;
font-size: .85rem;
font-weight: 600;
color: var(--grey-700);
}
.trust-bar__item .icon {
width: 32px;
height: 32px;
background: var(--blue);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.trust-bar__item .icon svg { color: var(--white); } .section-header {
text-align: center;
margin-bottom: 3.5rem;
}
.section-header__eyebrow {
display: inline-block;
color: var(--blue-dark);
font-size: .78rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: .75rem;
}
.section-header h2 { margin-bottom: .75rem; }
.section-header p {
color: var(--grey-400);
font-size: 1.05rem;
max-width: 580px;
margin: 0 auto;
} .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.75rem;
}
.service-card {
background: var(--white);
border: 1px solid var(--grey-200);
border-radius: var(--radius);
padding: 2rem;
transition: all var(--transition);
position: relative;
overflow: hidden;
}
.service-card:hover {
border-color: var(--blue);
box-shadow: var(--shadow);
transform: translateY(-3px);
}
.service-card--featured {
border-color: var(--blue);
border-width: 2px;
background: linear-gradient(135deg, #fff 0%, var(--blue-light) 100%);
}
.service-card__icon {
width: 52px;
height: 52px;
background: var(--blue-light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
}
.service-card__icon svg { color: var(--blue-deeper); }
.service-card h3 { margin-bottom: .5rem; font-size: 1.2rem; }
.service-card p { color: var(--grey-400); font-size: .92rem; margin-bottom: 1.25rem; }
.service-card__price {
font-size: .9rem;
font-weight: 700;
color: var(--orange);
margin-bottom: 1rem;
}
.service-card__link {
color: var(--blue-dark);
font-weight: 600;
font-size: .9rem;
display: inline-flex;
align-items: center;
gap: .35rem;
}
.service-card__link:hover { gap: .6rem; color: var(--blue-deeper); } .process-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
position: relative;
}
.process-steps::before {
content: '';
position: absolute;
top: 36px;
left: calc(16.66% + 36px);
right: calc(16.66% + 36px);
height: 3px;
background: linear-gradient(to right, var(--yellow), var(--grey-layer), var(--orange));
}
.process-step { text-align: center; padding: 0 1rem; }
.process-step__num {
width: 72px;
height: 72px;
background: var(--blue);
color: var(--grey-900);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 800;
margin: 0 auto 1.5rem;
position: relative;
z-index: 1;
box-shadow: 0 4px 16px rgba(91,200,245,.4);
}
.process-step h3 { margin-bottom: .5rem; }
.process-step p { color: var(--grey-400); font-size: .92rem; } .benefit-strip {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
margin: 2.5rem 0;
}
.benefit-item {
text-align: center;
padding: 1.75rem 1.25rem;
background: var(--blue-light);
border-radius: var(--radius);
border-top: 3px solid var(--blue);
}
.benefit-item__icon {
width: 44px;
height: 44px;
background: var(--blue);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto .75rem;
}
.benefit-item__icon svg { color: var(--white); }
.benefit-item h4 { color: var(--blue-deeper); margin-bottom: .4rem; }
.benefit-item p { font-size: .88rem; color: var(--grey-600); margin: 0; } .page-hero {
background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 100%);
color: var(--white);
padding: 4rem 0 3.5rem;
text-align: center;
position: relative;
overflow: hidden;
}
.page-hero::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(to right, var(--yellow), var(--grey-layer), var(--orange));
}
.page-hero h1 { color: var(--white); margin-bottom: .75rem; }
.page-hero p { color: rgba(255,255,255,.8); font-size: 1.1rem; max-width: 600px; margin: 0 auto; } .scope-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-size: .92rem;
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.scope-table thead tr { background: var(--blue-deeper); color: var(--white); }
.scope-table th { padding: .85rem 1.1rem; text-align: left; font-weight: 600; font-size: .85rem; letter-spacing: .3px; }
.scope-table td { padding: .8rem 1.1rem; border-bottom: 1px solid var(--grey-200); }
.scope-table tbody tr:last-child td { border-bottom: none; }
.scope-table tbody tr:nth-child(even) { background: var(--grey-100); }
.scope-table tbody tr:hover { background: var(--blue-light); } .faq-list { margin: 1.5rem 0; }
.faq-item {
border: 1px solid var(--grey-200);
border-radius: var(--radius);
margin-bottom: .75rem;
overflow: hidden;
}
.faq-question {
width: 100%;
background: var(--white);
border: none;
padding: 1.1rem 1.25rem;
text-align: left;
font-size: 1rem;
font-weight: 600;
color: var(--grey-700);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
transition: background var(--transition);
}
.faq-question:hover { background: var(--blue-light); }
.faq-question[aria-expanded="true"] { background: var(--blue-light); color: var(--blue-deeper); }
.faq-question__icon {
font-size: 1.25rem;
font-weight: 400;
color: var(--blue-dark);
flex-shrink: 0;
transition: transform .3s;
}
.faq-question[aria-expanded="true"] .faq-question__icon { transform: rotate(45deg); }
.faq-answer {
display: none;
padding: 1rem 1.25rem 1.25rem;
background: var(--grey-100);
border-top: 1px solid var(--grey-200);
}
.faq-answer p { margin: 0; font-size: .95rem; color: var(--grey-600); } .pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.75rem;
align-items: start;
}
.pricing-card {
background: var(--white);
border: 2px solid var(--grey-200);
border-radius: 14px;
overflow: hidden;
transition: all var(--transition);
}
.pricing-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.pricing-card--featured {
border-color: var(--blue);
transform: scale(1.02);
}
.pricing-card--featured:hover { transform: scale(1.02) translateY(-3px); }
.pricing-card__header {
padding: 1.75rem 1.75rem 1.25rem;
background: var(--grey-100);
border-bottom: 1px solid var(--grey-200);
}
.pricing-card--featured .pricing-card__header { background: var(--blue-deeper); }
.pricing-card--featured .pricing-card__header h3 { color: var(--white); }
.pricing-card__tagline { font-size: .82rem; color: var(--grey-400); margin-bottom: .75rem; }
.pricing-card--featured .pricing-card__tagline { color: rgba(255,255,255,.65); }
.pricing-card__price-wrap { display: flex; align-items: baseline; gap: .4rem; }
.pricing-card__price { font-size: 2.5rem; font-weight: 800; color: var(--orange); }
.pricing-card--featured .pricing-card__price { color: var(--yellow); }
.pricing-card__price-note { font-size: .8rem; color: var(--grey-400); }
.pricing-card--featured .pricing-card__price-note { color: rgba(255,255,255,.6); }
.pricing-card__body { padding: 1.75rem; }
.pricing-card__features { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.pricing-card__features li {
padding: .5rem 0;
border-bottom: 1px solid var(--grey-200);
font-size: .9rem;
display: flex;
align-items: flex-start;
gap: .6rem;
}
.pricing-card__features li:last-child { border-bottom: none; }
.pricing-card__features li::before { content: '✓'; color: var(--blue-dark); font-weight: 700; flex-shrink: 0; margin-top: .1rem; } .cta-banner {
background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 100%);
color: var(--white);
padding: 5rem 0;
text-align: center;
position: relative;
overflow: hidden;
}
.cta-banner::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(to right, var(--yellow), var(--grey-layer), var(--orange));
}
.cta-banner h2 { color: var(--white); margin-bottom: .75rem; }
.cta-banner p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 2rem; }
.cta-banner__group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group--full { grid-column: 1 / -1; }
.form-label { font-size: .875rem; font-weight: 600; color: var(--grey-700); }
.form-input,
.form-select,
.form-textarea {
padding: .75rem 1rem;
border: 1.5px solid var(--grey-200);
border-radius: 7px;
font-size: .95rem;
font-family: var(--font-body);
color: var(--grey-700);
background: var(--white);
transition: border-color var(--transition), box-shadow var(--transition);
width: 100%;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
outline: none;
border-color: var(--blue);
box-shadow: 0 0 0 3px rgba(91,200,245,.2);
}
.form-textarea { min-height: 130px; resize: vertical; }
.form-submit {
width: 100%;
padding: 1rem;
background: var(--orange);
color: var(--white);
border: none;
border-radius: 7px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
margin-top: .5rem;
transition: background var(--transition);
font-family: var(--font-body);
}
.form-submit:hover { background: var(--orange-dark); }
.form-note { font-size: .8rem; color: var(--grey-400); text-align: center; margin-top: .75rem; } .credentials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 1.25rem;
margin: 2rem 0;
}
.credential-item {
background: var(--blue-light);
border-radius: var(--radius);
border-top: 3px solid var(--blue);
padding: 1.5rem;
text-align: center;
}
.credential-item__icon {
width: 44px;
height: 44px;
background: var(--blue);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto .75rem;
}
.credential-item__icon svg { color: var(--white); }
.credential-item h4 { color: var(--blue-deeper); font-size: .95rem; margin-bottom: .3rem; }
.credential-item p { font-size: .8rem; color: var(--grey-600); margin: 0; } .breadcrumb {
background: var(--grey-100);
border-bottom: 1px solid var(--grey-200);
padding: .65rem 0;
font-size: .82rem;
color: var(--grey-400);
}
.breadcrumb a { color: var(--blue-dark); }
.breadcrumb span { margin: 0 .4rem; } .site-footer {
background: var(--grey-900);
color: rgba(255,255,255,.7);
padding: 4rem 0 0;
}
.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 3rem;
max-width: var(--max-w);
margin: 0 auto;
padding: 0 1.5rem 3rem;
}
.footer-brand__logo { margin-bottom: 1rem; }
.footer-brand__logo img { height: 50px; width: auto; }
.footer-brand__tagline { font-size: .8rem; color: var(--blue); margin-bottom: 1rem; }
.footer-brand p { font-size: .88rem; line-height: 1.6; margin-bottom: 1.25rem; }
.footer-contact-item {
display: flex;
align-items: center;
gap: .6rem;
font-size: .85rem;
margin-bottom: .6rem;
}
.footer-contact-item a { color: rgba(255,255,255,.7); }
.footer-contact-item a:hover { color: var(--blue); }
.footer-col h4 { color: var(--white); font-size: .9rem; margin-bottom: 1rem; letter-spacing: .3px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul li a { color: rgba(255,255,255,.65); font-size: .875rem; transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--blue); }
.footer-bottom {
border-top: 1px solid rgba(255,255,255,.08);
padding: 1.25rem 1.5rem;
max-width: var(--max-w);
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
font-size: .8rem;
color: rgba(255,255,255,.4);
flex-wrap: wrap;
gap: .5rem;
}
.footer-bottom a { color: rgba(255,255,255,.4); }
.footer-bottom a:hover { color: var(--blue); } .sticky-cta-bar {
display: none;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
box-shadow: 0 -4px 16px rgba(0,0,0,.2);
}
.sticky-cta-bar__call,
.sticky-cta-bar__book {
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
width: 50%;
padding: 1rem .75rem;
font-weight: 700;
font-size: 1rem;
text-decoration: none;
color: var(--white);
}
.sticky-cta-bar__call {
background: var(--blue-deeper);
}
.sticky-cta-bar__call:hover { background: var(--blue-dark); color: var(--white); }
.sticky-cta-bar__book {
background: var(--orange);
}
.sticky-cta-bar__book:hover { background: var(--orange-dark); color: var(--white); } .about-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
}
.about-split__image {
border-radius: 14px;
overflow: hidden;
background: var(--blue-light);
min-height: 360px;
display: flex;
align-items: center;
justify-content: center;
}
.about-split__image img { width: 100%; height: 100%; object-fit: cover; }
.about-split__content h2 { margin-bottom: 1rem; }
.about-split__content p { margin-bottom: 1rem; color: var(--grey-600); }
.about-badges { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.about-badge {
display: flex;
align-items: center;
gap: .5rem;
background: var(--blue-light);
border: 1px solid rgba(91,200,245,.35);
border-radius: 6px;
padding: .5rem .9rem;
font-size: .82rem;
font-weight: 600;
color: var(--blue-deeper);
}
.about-badge svg { color: var(--blue-dark); } .service-areas-panel {
background: var(--blue-deeper);
border-radius: var(--radius);
padding: 2rem;
color: var(--white);
}
.service-areas-panel h3 { color: var(--white); margin-bottom: 1rem; }
.service-areas-panel ul { list-style: none; padding: 0; }
.service-areas-panel ul li {
padding: .4rem 0;
border-bottom: 1px solid rgba(255,255,255,.1);
font-size: .9rem;
color: rgba(255,255,255,.8);
display: flex;
align-items: center;
gap: .5rem;
}
.service-areas-panel ul li:last-child { border-bottom: none; }
.service-areas-panel ul li::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--blue); border-radius: 50%; flex-shrink: 0; }
.service-areas-panel .phone-cta {
display: block;
margin-top: 1.5rem;
background: var(--orange);
color: var(--white);
text-align: center;
padding: .85rem 1rem;
border-radius: 7px;
font-weight: 700;
font-size: 1rem;
text-decoration: none;
transition: background var(--transition);
}
.service-areas-panel .phone-cta:hover { background: var(--orange-dark); } .price-cta-box {
background: var(--blue-light);
border: 2px solid var(--blue);
border-radius: var(--radius);
padding: 1.75rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
flex-wrap: wrap;
margin: 2rem 0;
}
.price-cta-box__label { font-size: .85rem; color: var(--grey-600); margin-bottom: .25rem; }
.price-cta-box__price { font-size: 2rem; font-weight: 800; color: var(--orange); line-height: 1; }
.price-cta-box__note { font-size: .8rem; color: var(--grey-400); margin-top: .25rem; } .trust-badges {
display: flex;
flex-wrap: wrap;
gap: .75rem;
margin: 2rem 0;
}
.trust-badge {
display: flex;
align-items: center;
gap: .5rem;
background: var(--white);
border: 1px solid var(--grey-200);
border-radius: 6px;
padding: .5rem .9rem;
font-size: .82rem;
font-weight: 600;
color: var(--grey-700);
box-shadow: var(--shadow-sm);
}
.trust-badge svg { color: var(--blue-dark); } @media (max-width: 1024px) {
.hero__inner { grid-template-columns: 1fr; }
.hero__card { display: none; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.about-split { grid-template-columns: 1fr; }
.about-split__image { min-height: 220px; }
}
@media (max-width: 768px) {
.section { padding: 3.5rem 0; }
.hero { padding: 4rem 0 3.5rem; }
.process-steps { grid-template-columns: 1fr; }
.process-steps::before { display: none; }
.benefit-strip { grid-template-columns: 1fr; }
.form-grid { grid-template-columns: 1fr; }
.footer-grid { grid-template-columns: 1fr; gap: 2rem; }
.pricing-card--featured { transform: none; }
.site-nav {
display: none;
flex-direction: column;
position: absolute;
top: 80px;
left: 0; right: 0;
background: var(--white);
padding: 1rem 1.5rem 1.5rem;
gap: .25rem;
border-top: 3px solid var(--blue);
box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.site-nav.is-open { display: flex; }
.site-nav a { padding: .75rem 1rem; border-radius: 6px; color: var(--grey-700); }
.site-nav .btn--primary { margin-left: 0; width: 100%; justify-content: center; }
.nav-toggle { display: flex; }
.site-header { position: relative; }
.sticky-cta-bar { display: flex; }
.hero__cta .btn--lg { width: 100%; justify-content: center; }
.price-cta-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
h1 { font-size: 1.75rem; }
h2 { font-size: 1.4rem; }
.hero { padding: 3rem 0 2.5rem; }
.cta-banner { padding: 3rem 0; }
.cta-banner__group { flex-direction: column; align-items: center; }
} .wp-block-image img { border-radius: var(--radius); }
.aligncenter { margin: 0 auto; }
.entry-content ul { list-style: disc; padding-left: 1.5rem; }
.entry-content ol { list-style: decimal; padding-left: 1.5rem; } .testimonials-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.75rem;
margin-top: 2.5rem;
}
@media (max-width: 900px) {
.testimonials-grid { grid-template-columns: 1fr; }
}
.testimonial-card {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 14px;
padding: 2rem;
display: flex;
flex-direction: column;
gap: 1rem;
box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.testimonial-card__stars {
display: flex;
gap: 3px;
}
.testimonial-card__quote {
font-size: 1rem;
line-height: 1.65;
color: #3a3a4a;
margin: 0;
flex: 1;
}
.testimonial-card__author {
display: flex;
flex-direction: column;
gap: .2rem;
padding-top: .75rem;
border-top: 1px solid #f0f0f0;
}
.testimonial-card__author strong {
font-size: .95rem;
color: #1a1a2e;
}
.testimonial-card__author span {
font-size: .82rem;
color: #888;
} .faq-container {
max-width: 860px;
margin: 0 auto;
}
.faq-group {
margin-bottom: 3rem;
}
.faq-group__title {
font-size: 1.25rem;
font-weight: 700;
color: var(--blue-deeper);
margin-bottom: 1.25rem;
padding-bottom: .6rem;
border-bottom: 2px solid var(--blue-light);
}
.faq-item {
border: 1px solid var(--grey-200);
border-radius: var(--radius);
margin-bottom: .75rem;
overflow: hidden;
transition: box-shadow var(--transition);
}
.faq-item:hover {
box-shadow: var(--shadow-sm);
}
.faq-item__question {
width: 100%;
background: var(--white);
border: none;
padding: 1.1rem 1.4rem;
text-align: left;
font-size: 1rem;
font-weight: 600;
color: var(--grey-700);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
transition: background var(--transition), color var(--transition);
}
.faq-item__question:hover,
.faq-item--open .faq-item__question {
background: var(--blue-light);
color: var(--blue-deeper);
}
.faq-item__icon::before {
content: '+';
font-size: 1.4rem;
font-weight: 300;
line-height: 1;
color: var(--blue-dark);
flex-shrink: 0;
}
.faq-item--open .faq-item__icon::before {
content: '−';
}
.faq-item__answer {
display: none;
padding: 0 1.4rem 1.25rem;
color: var(--grey-600);
line-height: 1.75;
}
.faq-item__answer p { margin-bottom: .75rem; }
.faq-item__answer p:last-child { margin-bottom: 0; }
.faq-item__answer ul {
margin: .5rem 0 .75rem 1.25rem;
display: flex;
flex-direction: column;
gap: .4rem;
}
.faq-item--open .faq-item__answer {
display: block;
}
.faq-cta {
background: var(--blue-light);
border-radius: 14px;
padding: 2.5rem;
text-align: center;
margin-top: 2rem;
}
.faq-cta p {
font-size: 1.05rem;
color: var(--grey-700);
margin-bottom: 1.5rem;
}
.faq-cta__btns {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
} .site-logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
}
.site-name {
font-family: var(--font-head);
font-size: 1.5rem;
font-weight: 800;
color: var(--grey-900);
letter-spacing: -0.02em;
line-height: 1.2;
white-space: nowrap;
}
.site-logo:hover .site-name {
color: var(--blue-deeper);
}
@media (max-width: 768px) {
.site-name {
display: none;
}
}