*, *::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; }
}.rp-strip { background: var(--white); border-bottom: 1px solid var(--gray-100); padding: 1.25rem 5%; }
.rp-strip-row {
max-width: 1200px; margin: 0 auto; display: flex; gap: 1rem;
overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px;
}
.rp-strip-card {
flex: 1 1 0; min-width: 168px; display: flex; flex-direction: column; align-items: center;
gap: 0.5rem; text-align: center; text-decoration: none; color: inherit;
background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-lg);
padding: 1.1rem 0.9rem; transition: box-shadow 0.15s, transform 0.15s, border-color 0.15s;
}
.rp-strip-card:hover { box-shadow: 0 10px 24px rgba(17,24,39,0.08); transform: translateY(-2px); border-color: var(--gray-200); }
.rp-strip-thumb {
width: 56px; height: 56px; border-radius: var(--r-md); overflow: hidden; background: var(--gray-50); flex-shrink: 0;
}
.rp-strip-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rp-strip-name {
font-size: 0.85rem; font-weight: 700; color: var(--gray-900); line-height: 1.3;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.rp-strip-stars { display: flex; align-items: center; justify-content: center; gap: 0.35rem; }
.rp-strip-count { font-size: 0.75rem; color: var(--gray-400); } .rg-star-rating { position: relative; display: inline-block; font-size: 0.85rem; line-height: 1; letter-spacing: 1px; }
.rg-star-rating-bg { color: var(--gray-200); white-space: nowrap; }
.rg-star-rating-fg {
position: absolute; top: 0; left: 0; overflow: hidden; white-space: nowrap;
color: var(--yellow); pointer-events: none;
}
@media (max-width: 700px) {
.rp-strip-row { justify-content: flex-start; }
.rp-strip-card { flex: 0 0 auto; min-width: 140px; }
} .hero {
background: var(--white);
padding: 5.5rem 5% 5rem;
position: relative; overflow: hidden;
border-bottom: 1px solid var(--gray-100);
}
.hero::before {
content: '';
position: absolute; top: -120px; right: -80px;
width: 500px; height: 500px; border-radius: 50%;
background: radial-gradient(circle, rgba(210,30,63,0.08) 0%, transparent 70%);
pointer-events: none;
}
.hero::after {
content: '';
position: absolute; bottom: -80px; left: -60px;
width: 360px; height: 360px; border-radius: 50%;
background: radial-gradient(circle, rgba(245,158,11,0.07) 0%, transparent 70%);
pointer-events: none;
}
.hero-inner {
max-width: 1200px; margin: 0 auto;
display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center;
position: relative; z-index: 1;
}
.hero-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
background: var(--red-pale); color: var(--red);
border: 1px solid var(--red-pale2);
font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
padding: 0.35rem 0.9rem; border-radius: var(--r-pill);
margin-bottom: 1.25rem;
}
.hero-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.hero h1 {
font-family: 'Sora', 'Sora Fallback', sans-serif;
font-size: clamp(2.4rem, 5vw, 3.8rem);
font-weight: 800; line-height: 1.08;
letter-spacing: -0.03em;
color: var(--gray-900); margin-bottom: 1.25rem;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-sub {
font-size: 1.1rem; color: var(--gray-600); line-height: 1.78;
margin-bottom: 2rem; max-width: 500px;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-social-proof { display: flex; align-items: center; gap: 12px; font-size: 0.82rem; color: var(--gray-400); }
.hero-avatars { display: flex; }
.hero-avatar {
width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff;
background: var(--red-pale); color: var(--red);
font-size: 0.65rem; font-weight: 700;
display: flex; align-items: center; justify-content: center;
margin-left: -8px;
}
.hero-avatar:first-child { margin-left: 0; }
.hero-proof-text { color: var(--gray-600); }
.hero-proof-text strong { color: var(--gray-900); }
.hero-panel { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 1.75rem; position: relative; overflow: hidden; }
.hero-panel-top { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 0.75rem; }
.hcard { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-lg); padding: 1.1rem 1.25rem; }
.hcard-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 0.25rem; }
.hcard-val { font-size: 1.6rem; font-weight: 900; color: var(--gray-900); line-height: 1; margin-bottom: 0.2rem; }
.hcard-sub { font-size: 0.72rem; font-weight: 600; }
.green-up { color: #16a34a; }
.red-accent { color: var(--red); }
.hcard-wide { background: var(--red); border-radius: var(--r-lg); padding: 1.25rem 1.5rem; margin-bottom: 0.75rem; display: flex; justify-content: space-between; align-items: center; }
.hcard-wide-left h4 { font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
.hcard-wide-left p { font-size: 0.75rem; color: rgba(255,255,255,0.75); }
.hcard-wide-badge { background: rgba(255,255,255,0.2); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: var(--r-pill); white-space: nowrap; }
.hcard-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.htag { font-size: 0.72rem; font-weight: 600; padding: 0.28rem 0.65rem; border-radius: var(--r-pill); border: 1px solid var(--gray-200); color: var(--gray-600); background: var(--white); }
.htag-red { border-color: var(--red-pale2); color: var(--red); background: var(--red-pale); } .tailored-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
.tc { border-radius: var(--r-xl); padding: 2.5rem; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.tc-1 { background: var(--gray-900); }
.tc-2 { background: var(--red); }
.tc-3 { background: var(--red-pale); border: 1px solid var(--red-pale2); }
.tc-chip { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.25rem 0.7rem; border-radius: var(--r-pill); margin-bottom: 0.8rem; }
.chip-on-dark { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }
.chip-on-red  { background: rgba(255,255,255,0.2); color: #fff; }
.chip-on-pale { background: var(--red-pale2); color: var(--red); }
.tc h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.5rem; font-weight: 900; margin-bottom: 0.5rem; }
.tc p  { font-size: 0.9rem; line-height: 1.65; margin-bottom: 1.1rem; }
.tc-light h3, .tc-light p { color: #fff; }
.tc-light p { opacity: 0.82; }
.tc-link-w { font-size: 0.85rem; font-weight: 700; color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.tc-link-w::after { content: '→'; transition: transform 0.15s; }
.tc-link-w:hover::after { transform: translateX(3px); }
.tailored-wide { margin-top: 1.25rem; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 2rem 2.5rem; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.tailored-wide-text { flex: 1; min-width: 260px; }
.tailored-wide-text h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.3rem; font-weight: 900; margin-bottom: 0.4rem; color: var(--gray-900); }
.tailored-wide-text p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.7; } .services-section { background: var(--gray-900); padding: 5rem 5%; }
.services-eyebrow { color: var(--red) !important; }
.services-title { color: #fff !important; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); overflow: hidden; margin-top: 2.5rem; }
.svc { background: var(--gray-900); padding: 2rem; border-right: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); transition: background 0.2s; }
.svc:hover { background: #1f2937; }
.svc:nth-child(3n) { border-right: none; }
.svc:nth-child(n+7) { border-bottom: none; }
.svc-icon { width: 44px; height: 44px; background: rgba(210,30,63,0.15); border: 1px solid rgba(210,30,63,0.3); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1rem; }
.svc h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.45rem; }
.svc p  { font-size: 0.85rem; color: var(--gray-400); line-height: 1.65; margin-bottom: 0.9rem; }
.svc-link { font-size: 0.8rem; font-weight: 700; color: var(--red); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.svc-link::after { content: '→'; transition: transform 0.15s; }
.svc-link:hover::after { transform: translateX(3px); } .managed-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
.managed-feature { background: var(--red); border-radius: var(--r-xl); padding: 3rem; position: relative; overflow: hidden; }
.managed-feature::before { content:''; position:absolute; top:-50px; right:-50px; width:220px; height:220px; border-radius:50%; background: rgba(255,255,255,0.1); }
.managed-feature::after { content:''; position:absolute; bottom:-60px; right:30px; width:150px; height:150px; border-radius:50%; background: rgba(255,255,255,0.06); }
.managed-feature-inner { position:relative; z-index:1; }
.managed-feature h2 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.85rem; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 0.75rem; }
.managed-feature p { color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.5rem; }
.managed-small-cards { display: flex; flex-direction: column; gap: 1.25rem; }
.mscard { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 1.6rem 2rem; flex: 1; transition: border-color 0.15s; }
.mscard:hover { border-color: var(--red); }
.mscard-price { font-size: 1.1rem; font-weight: 900; color: var(--red); margin-bottom: 0.2rem; }
.mscard h3 { font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.4rem; }
.mscard p { font-size: 0.85rem; color: var(--gray-600); line-height: 1.65; margin-bottom: 0.75rem; }
.mscard-link { font-size: 0.82rem; font-weight: 700; color: var(--red); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.mscard-link::after { content: '→'; transition: transform 0.15s; }
.mscard-link:hover::after { transform: translateX(3px); } .stats-section { background: var(--red-pale); padding: 4.5rem 5%; border-top: 1px solid var(--red-pale2); border-bottom: 1px solid var(--red-pale2); }
.stats-inner { max-width: 1200px; margin: 0 auto; }
.stats-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; text-align: center; }
.stats-title { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 2rem; font-weight: 900; color: var(--gray-900); text-align: center; margin-bottom: 3rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-item { text-align: center; }
.stat-num { font-size: 2.75rem; font-weight: 900; color: var(--red); line-height: 1; margin-bottom: 0.35rem; font-family: 'Sora', 'Sora Fallback', sans-serif; }
.stat-label { font-size: 0.875rem; color: var(--gray-600); font-weight: 500; } .portfolio-section { background: var(--white); padding: 5rem 5%; }
.pf-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem; }
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pf-card { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; background: var(--gray-100); position: relative; display: block; }
.pf-card img { width:100%; height:100%; object-fit:cover; display:block; transition: transform 0.35s; }
.pf-card:hover img { transform: scale(1.05); }
.pf-overlay { position:absolute; inset:0; background: linear-gradient(to top, rgba(17,24,39,0.88) 0%, transparent 55%); opacity:0; transition: opacity 0.22s; display:flex; align-items:flex-end; padding:1.1rem; }
.pf-card:hover .pf-overlay { opacity:1; }
.pf-title { color:#fff; font-size:0.875rem; font-weight:600; } .t-section { background: var(--gray-50); padding: 5rem 5%; border-top: 1px solid var(--gray-100); }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.tcard { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 2rem; transition: box-shadow 0.2s, border-color 0.2s; }
.tcard:hover { border-color: var(--red-pale2); box-shadow: 0 4px 24px rgba(210,30,63,0.08); }
.t-stars { color: var(--yellow); font-size: 0.875rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
.t-text { font-size: 0.9rem; color: var(--gray-600); line-height: 1.75; margin-bottom: 1.25rem; font-style: italic; }
.t-author { display:flex; align-items:center; gap:10px; }
.t-av { width:40px; height:40px; border-radius:50%; background: var(--red-pale); color: var(--red); display:flex; align-items:center; justify-content:center; font-weight:800; font-size:0.8rem; flex-shrink:0; border: 2px solid var(--red-pale2); }
.t-name { font-weight:700; color: var(--gray-900); font-size:0.9rem; }
.t-role { font-size:0.75rem; color: var(--gray-400); } .blog-section { background: var(--white); padding: 5rem 5%; border-top: 1px solid var(--gray-100); }
.blog-header { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:2.5rem; flex-wrap:wrap; gap:1rem; }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; }
.bcard { background: var(--white); border:1px solid var(--gray-100); border-radius: var(--r-lg); overflow:hidden; transition: box-shadow 0.2s, border-color 0.2s; }
.bcard:hover { border-color: var(--gray-200); box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.bcard-img { aspect-ratio:16/9; overflow:hidden; background: var(--gray-100); display:block; }
.bcard-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.35s; }
.bcard:hover .bcard-img img { transform: scale(1.04); }
.bcard-img-ph { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:2rem; }
.bcard-body { padding:1.25rem; }
.btag { display:inline-block; font-size:0.67rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color: var(--red); background: var(--red-pale); border-radius: var(--r-pill); padding:0.2rem 0.6rem; margin-bottom:0.6rem; }
.bcard-body h3 { font-size:0.975rem; font-weight:700; margin-bottom:0.45rem; line-height:1.4; color: var(--gray-900); }
.bcard-body p { font-size:0.85rem; color: var(--gray-500); line-height:1.65; margin-bottom:0.75rem; }
.bcard-link { font-size:0.8rem; font-weight:700; color: var(--red); text-decoration:none; display:inline-flex; align-items:center; gap:4px; }
.bcard-link::after { content:'→'; transition: transform 0.15s; }
.bcard-link:hover::after { transform: translateX(3px); } .clients-section { background: var(--gray-900); padding: 3rem 5%; }
.clients-inner { max-width:1200px; margin:0 auto; text-align:center; }
.clients-label { font-size:0.72rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color: var(--gray-400); margin-bottom:1.5rem; }
.clients-row { display:flex; justify-content:center; gap:2.5rem; flex-wrap:wrap; align-items:center; }
.client-chip { font-size:0.78rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color: var(--gray-400); opacity:0.55; transition:opacity 0.2s; padding: 0.35rem 0.85rem; border: 1px solid #374151; border-radius: var(--r-pill); }
.client-chip:hover { opacity:1; color:#fff; border-color: var(--red); } @media (max-width: 960px) {
.hero-inner { grid-template-columns:1fr; }
.hero-panel { display:none; }
.tailored-grid { grid-template-columns:1fr; }
.services-grid { grid-template-columns:1fr 1fr; }
.managed-grid { grid-template-columns:1fr; }
.stats-grid { grid-template-columns:repeat(2,1fr); }
.pf-grid { grid-template-columns:1fr 1fr; }
.t-grid { grid-template-columns:1fr; }
.blog-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
.services-grid { grid-template-columns:1fr; }
.pf-grid { grid-template-columns:1fr 1fr; gap:0.6rem; }
.blog-grid { grid-template-columns:1fr; }
.stats-grid { grid-template-columns:1fr 1fr; }
}.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;
}