*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --red:        #d21e3f;
--red-dark:   #a81632;
--red-light:  #e8365a;
--red-pale:   #fce8ec;
--red-pale2:  #f8d0d8; --white:      #ffffff;
--off-white:  #f9fafb;
--gray-50:    #f3f4f6;
--gray-100:   #e5e7eb;
--gray-200:   #d1d5db;
--gray-400:   #9ca3af;
--gray-500:   #6b7280;
--gray-600:   #4b5563;
--gray-800:   #1f2937;
--gray-900:   #111827; --yellow:     #f59e0b;
--yellow-pale:#fef3c7; --r-sm: 6px;
--r-md: 10px;
--r-lg: 16px;
--r-xl: 24px;
--r-pill: 100px;
} @font-face {
font-family: 'Sora Fallback';
src: local('Roboto Bold'), local('Roboto-Bold'), local('Arial Bold'), local('Arial'), local('Helvetica');
font-weight: 800;
ascent-override: 97%;
descent-override: 29%;
line-gap-override: 0%;
size-adjust: 114%;
}
@font-face {
font-family: 'Plus Jakarta Sans Fallback';
src: local('Roboto'), local('Arial'), local('Helvetica');
font-weight: 400;
ascent-override: 104%;
descent-override: 22%;
line-gap-override: 0%;
size-adjust: 104%;
}
html { scroll-behavior: smooth; }
body {
font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif;
background: var(--white);
color: var(--gray-900);
line-height: 1.6;
font-size: 16px;
}
img { max-width: 100%; }
a { color: inherit; } .eyebrow {
display: inline-block;
font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
text-transform: uppercase; color: var(--red);
margin-bottom: 0.6rem;
}
.section-title {
font-family: 'Sora', 'Sora Fallback', sans-serif;
font-size: clamp(1.75rem, 3.5vw, 2.75rem);
font-weight: 800; line-height: 1.12;
letter-spacing: -0.02em;
color: var(--gray-900); margin-bottom: 0.85rem;
}
.section-sub {
font-size: 1.05rem; color: var(--gray-600);
line-height: 1.75; max-width: 560px;
}
.w { max-width: 1200px; margin: 0 auto; }
.pad { padding: 5rem 5%; }
.section-divider { height: 1px; background: var(--gray-100); }
.screen-reader-text { position: absolute !important; left: -9999px; } .btn-red {
background: var(--red); color: #fff;
border: none; padding: 0.65rem 1.4rem;
border-radius: var(--r-md); font-size: 0.925rem;
font-weight: 700; cursor: pointer; text-decoration: none;
font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; display: inline-block;
transition: background 0.15s, transform 0.1s;
}
.btn-red:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-red-lg {
background: var(--red); color: #fff;
border: none; padding: 0.9rem 2rem;
border-radius: var(--r-md); font-size: 1.05rem;
font-weight: 700; cursor: pointer; text-decoration: none;
font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; display: inline-block;
transition: background 0.15s, transform 0.1s;
}
.btn-red-lg:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-outline {
border: 2px solid var(--gray-200); color: var(--gray-800);
background: var(--white); padding: 0.65rem 1.4rem;
border-radius: var(--r-md); font-size: 0.925rem;
font-weight: 600; cursor: pointer; text-decoration: none;
font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; display: inline-block;
transition: border-color 0.15s, background 0.15s;
}
.btn-outline:hover { border-color: var(--red); color: var(--red); background: var(--red-pale); }
.btn-outline-lg {
border: 2px solid var(--gray-200); color: var(--gray-800);
background: var(--white); padding: 0.9rem 2rem;
border-radius: var(--r-md); font-size: 1.05rem;
font-weight: 600; cursor: pointer; text-decoration: none;
font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; display: inline-block;
transition: border-color 0.15s, background 0.15s;
}
.btn-outline-lg:hover { border-color: var(--red); color: var(--red); background: var(--red-pale); }
.btn-white {
background: #fff; color: var(--red);
border: none; padding: 0.8rem 1.75rem;
border-radius: var(--r-md); font-size: 0.975rem; font-weight: 700;
cursor: pointer; text-decoration: none; display: inline-block;
transition: transform 0.1s, box-shadow 0.15s;
}
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.btn-white-outline {
border: 2px solid rgba(255,255,255,0.4); color: #fff;
background: transparent; padding: 0.9rem 2rem;
border-radius: var(--r-md); font-size: 1.05rem;
font-weight: 600; cursor: pointer; text-decoration: none;
display: inline-block; transition: border-color 0.15s, background 0.15s;
}
.btn-white-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
button.btn-red, button.btn-outline { font-family: inherit; } nav.site-nav {
position: sticky; top: 0; z-index: 100;
background: rgba(255,255,255,0.97);
backdrop-filter: blur(10px);
border-bottom: 1px solid var(--gray-100);
padding: 0 5%;
}
.nav-inner {
max-width: 1200px; margin: 0 auto;
display: flex; align-items: center; gap: 1.5rem;
height: 68px;
}
.nav-logo {
font-family: 'Sora', 'Sora Fallback', sans-serif;
font-size: 1.35rem; font-weight: 900;
color: var(--gray-900); text-decoration: none; white-space: nowrap;
}
.nav-logo span { color: var(--red); }
.nav-logo img { display: block; max-height: 44px; width: auto; }
.nav-logo-wrap { display: flex; align-items: center; }
.nav-logo-wrap img { display: block; max-height: 48px; width: auto; }
.nav-links {
display: flex; gap: 0.1rem; flex: 1; list-style: none;
} @media (min-width: 961px) {
.nav-links { justify-content: flex-end; }
}
.nav-links a { display: block;
text-decoration: none; color: var(--gray-600);
font-size: 0.9rem; font-weight: 500;
padding: 0.4rem 0.85rem; border-radius: var(--r-sm);
transition: background 0.15s, color 0.15s;
}
.nav-links a:hover { background: var(--gray-50); color: var(--gray-900); }
.nav-links li.current-menu-item > a,
.nav-links a.active {
font-weight: 700; color: var(--red); background: var(--red-pale);
}
.nav-actions { display: flex; gap: 0.75rem; align-items: center; margin-left: auto; }
.nav-toggle {
display: none; margin-left: auto; background: none; border: none;
font-size: 1.5rem; color: var(--gray-900); cursor: pointer; padding: 0.4rem;
} .menu-item.has-mega > a { display: flex; align-items: center; gap: 0.3rem; }
.nav-caret { font-size: 0.6em; position: relative; top: 1px; transition: transform 0.15s; }
.menu-item.has-mega.is-open .nav-caret { transform: rotate(180deg); }
.nav-mega { position: absolute; top: 100%; left: 50%;
width: min(880px, 92vw);
transform: translateX(-50%) translateY(8px);
visibility: hidden; opacity: 0; pointer-events: none;
transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
z-index: 200;
} .menu-item.has-mega.is-open .nav-mega {
visibility: visible; opacity: 1; pointer-events: auto;
transform: translateX(-50%) translateY(0);
}
.nav-mega-inner {
display: flex; align-items: stretch;
background: var(--white);
border: 1px solid var(--gray-100);
border-radius: var(--r-xl);
box-shadow: 0 20px 45px rgba(17,24,39,0.16);
overflow: hidden;
}
.nav-mega-col { flex: 1 1 0; min-width: 0; padding: 1.75rem; }
.nav-mega-col + .nav-mega-col { border-left: 1px solid var(--gray-100); }
.nav-mega-eyebrow {
font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
text-transform: uppercase; color: var(--gray-400); margin-bottom: 0.9rem;
}
.nav-mega-row {
display: flex; align-items: flex-start; gap: 0.75rem;
text-decoration: none; padding: 0.65rem 0;
border-bottom: 1px solid var(--gray-50);
}
.nav-mega-row:last-child { border-bottom: none; }
.nav-mega-icon {
width: 34px; height: 34px; flex-shrink: 0;
background: var(--red-pale); border-radius: var(--r-sm);
display: flex; align-items: center; justify-content: center;
font-size: 1.05rem;
} .nav-mega-icon.nav-mega-icon-img {
width: 40px; height: 40px; background: var(--gray-50); padding: 0; overflow: hidden;
}
.nav-mega-icon-img img {
width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-sm);
}
.nav-mega-row-text { display: flex; flex-direction: column; gap: 0.15rem; }
.nav-mega-row-text strong { font-size: 0.9rem; font-weight: 700; color: var(--gray-900); transition: color 0.15s; }
.nav-mega-row-text small { font-size: 0.78rem; color: var(--gray-500); line-height: 1.4; }
.nav-mega-row:hover .nav-mega-row-text strong { color: var(--red); }
.nav-mega-promo {
flex: 1 1 0; min-width: 0;
background: var(--gray-900);
padding: 1.75rem;
display: flex; flex-direction: column;
}
.nav-mega-promo-eyebrow {
font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
color: #f87096; margin-bottom: 0.75rem;
}
.nav-mega-promo h4 {
font-family: 'Sora', 'Sora Fallback', sans-serif; color: #fff;
font-size: 1.25rem; font-weight: 800; line-height: 1.3; letter-spacing: -0.01em;
margin-bottom: 0.6rem;
}
.nav-mega-promo p { font-size: 0.85rem; color: var(--gray-400); line-height: 1.65; margin-bottom: 1.4rem; } .nav-mega-promo .btn-red { align-self: flex-start; color: #fff; }
.nav-mega-promo .btn-red:hover { color: #fff; }
.nav-mega-mobile-back { display: none; } @media (max-width: 960px) { .menu-item.has-mega > a { justify-content: space-between; }
.nav-caret {
display: inline-block; font-size: 0.8rem; color: var(--gray-400);
transform: rotate(-90deg); top: 0;
}
.nav-mega { position: static !important; left: auto !important; top: auto !important;
transform: none !important; display: none; visibility: visible; opacity: 1;
pointer-events: auto; width: 100%; z-index: auto;
box-shadow: none;
}
.menu-item.has-mega.mobile-open .nav-mega { display: block; }
.menu-item.has-mega.mobile-open > a { display: none; } body.mega-mobile-open .nav-links > li:not(.mobile-open) { display: none; }
.nav-mega-mobile-back {
display: flex; align-items: center; gap: 0.35rem;
width: 100%; background: none; border: none; text-align: left;
font-size: 1.05rem; font-weight: 700; color: var(--gray-900);
padding: 0.9rem 0.5rem; margin-bottom: 0.4rem; cursor: pointer;
font-family: inherit; border-bottom: 1px solid var(--gray-100);
}
.nav-mega-mobile-back span { font-size: 1.3em; line-height: 1; }
.nav-mega-inner {
flex-direction: column;
border: none; border-radius: 0; box-shadow: none; overflow: visible;
}
.nav-mega-col { padding: 1rem 0.5rem; }
.nav-mega-col + .nav-mega-col { border-left: none; border-top: 1px solid var(--gray-100); }
.nav-mega-promo { border-radius: var(--r-lg); margin: 0.75rem 0.5rem 0.5rem; }
} .proof-bar {
background: var(--gray-900);
padding: 0.9rem 5%;
}
.proof-bar-inner {
max-width: 1200px; margin: 0 auto;
display: flex; align-items: center; justify-content: center;
gap: 2.5rem; flex-wrap: wrap;
}
.proof-label {
font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
text-transform: uppercase; color: var(--gray-400); white-space: nowrap;
}
.proof-items { display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; }
.proof-item { display: flex; align-items: center; gap: 8px; }
.proof-platform { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-400); }
.proof-stars { color: var(--yellow); font-size: 0.8rem; letter-spacing: 1px; }
.proof-score { font-size: 1rem; font-weight: 800; color: #fff; }
.proof-count { font-size: 0.72rem; color: var(--gray-400); }
.proof-sep { color: #374151; }
.proof-bar.proof-bar-dark { background: var(--gray-800); } @media (max-width: 960px) {
.proof-bar { overflow-x: hidden; }
.proof-bar-inner { flex-direction: column; align-items: stretch; gap: 0.85rem; overflow: hidden; }
.proof-label { text-align: left; white-space: normal; }
.proof-items {
flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
justify-content: flex-start; padding-bottom: 2px; min-width: 0; max-width: 100%;
}
.proof-item, .proof-sep { flex-shrink: 0; white-space: nowrap; }
} .page-hero { background: var(--gray-900); padding: 4.5rem 5%; position: relative; overflow: hidden; }
.page-hero::before {
content: ''; position: absolute; top: -80px; right: -60px;
width: 400px; height: 400px; border-radius: 50%;
background: radial-gradient(circle, rgba(210,30,63,0.15) 0%, transparent 70%);
pointer-events: none;
}
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero-breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; font-size: 0.78rem; color: var(--gray-400); }
.page-hero-breadcrumb a { color: var(--gray-400); text-decoration: none; }
.page-hero-breadcrumb a:hover { color: #fff; }
.page-hero-breadcrumb span { color: #fff; font-weight: 600; }
.page-hero-breadcrumb .sep { color: #374151; }
.page-hero-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(210,30,63,0.2); color: #f87096;
border: 1px solid rgba(210,30,63,0.35);
font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
padding: 0.3rem 0.85rem; border-radius: var(--r-pill); margin-bottom: 1rem;
}
.page-hero h1 {
font-family: 'Sora', 'Sora Fallback', sans-serif;
font-size: clamp(2rem, 4vw, 3.2rem);
font-weight: 800; letter-spacing: -0.03em; line-height: 1.08;
color: #fff; margin-bottom: 0.85rem;
}
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero p { font-size: 1.05rem; color: var(--gray-400); line-height: 1.75; max-width: 580px; } .final-cta { background: var(--red); padding: 5rem 5%; text-align: center; position: relative; overflow: hidden; }
.final-cta::before {
content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
width: 600px; height: 600px; border-radius: 50%; background: rgba(255,255,255,0.06); pointer-events: none;
}
.final-cta-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
.final-cta h2 {
font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
color: #fff; line-height: 1.15; margin-bottom: 1rem;
}
.final-cta p { color: rgba(255,255,255,0.85); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
.final-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } footer.site-footer { background: #0b0f17; padding: 3.5rem 5% 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.footer-brand h4 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 0.6rem; }
.footer-brand h4 span { color: var(--red); }
.footer-logo-wrap {
display: inline-flex; align-items: center; background: #fff;
padding: 0.5rem 0.85rem; border-radius: var(--r-sm); margin-bottom: 0.9rem;
}
.footer-logo-wrap img { display: block; max-height: 44px; width: auto; }
.footer-brand p { font-size: 0.85rem; color: var(--gray-400); line-height: 1.7; margin-bottom: 1rem; }
.f-socials { display: flex; gap: 0.6rem; }
.f-social {
width: 34px; height: 34px; border-radius: 50%;
border: 1px solid #1f2937; background: transparent;
display: flex; align-items: center; justify-content: center;
color: var(--gray-400); font-size: 0.7rem; font-weight: 700;
text-decoration: none; transition: border-color 0.15s, color 0.15s;
}
.f-social:hover { border-color: var(--red); color: var(--red); }
.footer-col h5 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.45rem; }
.footer-col ul li a { font-size: 0.875rem; color: #9ca3af; text-decoration: none; transition: color 0.15s; }
.footer-col ul li a:hover { color: var(--red); }
.footer-bottom {
border-top: 1px solid #1f2937; padding-top: 1.5rem;
display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.f-copy { font-size: 0.8rem; color: #374151; }
.f-copy a { color: var(--gray-400); text-decoration: none; }
.f-copy a:hover { color: var(--red); } .entry-content { font-size: 1rem; color: var(--gray-600); line-height: 1.85; }
.entry-content h2 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.01em; color: var(--gray-900); margin: 2.75rem 0 0.85rem; padding-top: 1.75rem; border-top: 1px solid var(--gray-100); }
.entry-content > h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.entry-content h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--gray-900); margin: 1.5rem 0 0.65rem; }
.entry-content p { margin-bottom: 1.1rem; }
.entry-content ul, .entry-content ol { margin: 0 0 1.1rem 1.25rem; }
.entry-content li { margin-bottom: 0.4rem; }
.entry-content a { color: var(--red); text-decoration: underline; }
.entry-content img { max-width: 100%; border-radius: var(--r-lg); margin: 1.5rem 0; display: block; box-shadow: 0 4px 20px rgba(17,24,39,0.08); } .entry-content img[alt^="Icon" i] { max-width: 64px; border-radius: var(--r-md); margin: 0 0 0.85rem; box-shadow: none; background: var(--gray-50); padding: 8px; }
.entry-content blockquote { border-left: 3px solid var(--red); padding: 0.25rem 0 0.25rem 1.25rem; margin: 1.5rem 0; color: var(--gray-900); font-style: italic; } .search-form { display: flex; gap: 0.5rem; }
.search-form .search-field { flex: 1; border: 1.5px solid var(--gray-200); border-radius: var(--r-md); padding: 0.65rem 0.9rem; font-size: 0.95rem; font-family: inherit; }
.search-form .search-field:focus { outline: none; border-color: var(--red); }
.search-form .search-submit { border: none; background: var(--red); color: #fff; border-radius: var(--r-md); padding: 0 1.1rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.search-form .search-submit:hover { background: var(--red-dark); } @media (max-width: 960px) {
.nav-links { display: none; }
.nav-toggle { display: inline-flex; }
.footer-top { grid-template-columns: 1fr 1fr; }
} @media (max-width: 600px) {
.pad { padding: 2.75rem 5%; }
}
@media (max-width: 600px) {
.footer-top { grid-template-columns: 1fr; }
.final-cta-btns { flex-direction: column; align-items: stretch; }
} @media (max-width: 960px) {
body.nav-open .nav-links {
display: flex; flex-direction: column; gap: 0;
position: absolute; top: 68px; left: 0; right: 0;
background: #fff; border-bottom: 1px solid var(--gray-100);
padding: 0.5rem 5% 1rem; max-height: calc(100vh - 68px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
body.nav-open .nav-links a { padding: 0.9rem 0.5rem; font-size: 1.05rem; }
}.contact-section { padding: 5rem 5%; }
.contact-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: start; } .contact-form-wrap { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 2.5rem; box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
.form-title { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; color: var(--gray-900); margin-bottom: 0.4rem; }
.form-sub { font-size: 0.9rem; color: var(--gray-600); margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--gray-700, var(--gray-600)); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; padding: 0.7rem 1rem; border: 1.5px solid var(--gray-200); border-radius: var(--r-md); font-size: 0.9rem; font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; color: var(--gray-900); outline: none; transition: border-color 0.15s, box-shadow 0.15s; background: var(--white); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(210,30,63,0.08); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-required { color: var(--red); }
.form-note { font-size: 0.78rem; color: var(--gray-400); margin-top: 0.35rem; }
.rg-honeypot { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { padding: 0.85rem 1.1rem; border-radius: var(--r-md); font-size: 0.875rem; font-weight: 600; margin-bottom: 1.5rem; }
.form-alert-success { background: #ecfdf3; border: 1px solid #abefc6; color: #067647; }
.form-alert-error { background: var(--red-pale); border: 1px solid var(--red-pale2); color: var(--red-dark); }
.form-alert-error a { color: var(--red-dark); font-weight: 700; } .contact-info h2 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; color: var(--gray-900); margin-bottom: 0.5rem; }
.contact-info p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.75; margin-bottom: 2rem; }
.contact-methods { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
.cm-card { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--r-lg); padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 1rem; transition: border-color 0.15s, box-shadow 0.15s; }
.cm-card:hover { border-color: var(--red-pale2); box-shadow: 0 4px 16px rgba(210,30,63,0.07); }
.cm-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--red-pale); border: 1px solid var(--red-pale2); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.cm-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 0.15rem; }
.cm-value { font-size: 0.9rem; font-weight: 600; color: var(--gray-900); }
.cm-value a { color: var(--gray-900); text-decoration: none; transition: color 0.15s; }
.cm-value a:hover { color: var(--red); } .offices { margin-bottom: 2.5rem; }
.offices h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--gray-900); margin-bottom: 1rem; }
.office-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.office-card { background: var(--gray-900); border-radius: var(--r-lg); padding: 1.5rem; }
.office-card h4 { font-size: 0.875rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
.office-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); background: rgba(210,30,63,0.2); border: 1px solid rgba(210,30,63,0.3); border-radius: var(--r-pill); padding: 0.18rem 0.55rem; margin-bottom: 0.6rem; }
.office-card p { font-size: 0.8rem; color: var(--gray-400); line-height: 1.65; } .trust-strip { margin-top: 2rem; padding: 1.25rem 1.5rem; background: var(--red-pale); border: 1px solid var(--red-pale2); border-radius: var(--r-lg); }
.trust-strip h4 { font-size: 0.85rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.75rem; }
.trust-items { display: flex; flex-direction: column; gap: 0.5rem; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; color: var(--gray-600); }
.trust-check { width: 18px; height: 18px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.65rem; flex-shrink: 0; } .social-row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.soc-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 1rem; border-radius: var(--r-pill); border: 1.5px solid var(--gray-200); font-size: 0.8rem; font-weight: 600; color: var(--gray-600); text-decoration: none; transition: all 0.15s; }
.soc-btn:hover { border-color: var(--red); color: var(--red); background: var(--red-pale); } .faq-section { padding: 5rem 5%; background: var(--gray-50); border-top: 1px solid var(--gray-100); }
.faq-grid { max-width: 860px; margin: 2.5rem auto 0; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 1.25rem 1.5rem; text-align: left; font-size: 0.975rem; font-weight: 700; color: var(--gray-900); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; transition: background 0.15s; }
.faq-q:hover { background: var(--gray-50); }
.faq-icon { color: var(--red); font-size: 1.1rem; flex-shrink: 0; }
.faq-a { padding: 0 1.5rem 1.25rem; font-size: 0.9rem; color: var(--gray-600); line-height: 1.75; display: none; }
.faq-item.open .faq-a { display: block; }
@media (max-width: 960px) {
.contact-grid { grid-template-columns: 1fr; }
.form-row { grid-template-columns: 1fr; }
.office-cards { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
.social-row { flex-wrap: wrap; }
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}