*, *::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; }
}.svc-hero { background: var(--gray-900); padding: 5rem 5% 4rem; position: relative; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; top: -80px; right: -60px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(210,30,63,0.15) 0%, transparent 70%); pointer-events: none; }
.svc-hero::after { content: ""; position: absolute; bottom: -80px; left: -40px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(210,30,63,0.07) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
.h-crumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; font-size: 0.78rem; color: var(--gray-400); }
.h-crumb a { color: var(--gray-400); text-decoration: none; }
.h-crumb a:hover { color: #fff; }
.h-crumb .sep { color: #374151; }
.h-crumb strong { color: #fff; }
.h-ey { display: inline-flex; align-items: center; gap: 7px; 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; }
.h-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.svc-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; }
.svc-hero h1 em { color: var(--red); font-style: normal; }
.svc-hero p { font-size: 1.05rem; color: var(--gray-400); line-height: 1.75; margin-bottom: 1.75rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-panel { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-xl); overflow: hidden; padding: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.hero-panel-img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; }
.hero-panel-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-panel-img-ph { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 5rem; background: rgba(255,255,255,0.04); border-radius: var(--r-lg); }
.hero-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.6rem; }
.hstat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); padding: 0.85rem; text-align: center; }
.hstat-num { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.35rem; font-weight: 800; color: #fff; line-height: 1; }
.hstat-label { font-size: 0.65rem; color: var(--gray-400); margin-top: 0.2rem; } .offer-section { padding: 5rem 5%; }
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--gray-100); border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; margin-top: 2.5rem; }
.offer-cell { background: var(--white); padding: 2rem; transition: background 0.2s; }
.offer-cell:hover { background: var(--gray-50); }
.offer-icon { width: 44px; height: 44px; background: var(--red-pale); border: 1px solid var(--red-pale2); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1rem; }
.offer-cell h3 { font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.4rem; }
.offer-cell p { font-size: 0.875rem; color: var(--gray-600); line-height: 1.65; } .why-section { background: var(--gray-900); padding: 5rem 5%; }
.why-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-text .eyebrow { color: var(--red); }
.why-text h2 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: clamp(1.75rem,3vw,2.5rem); font-weight: 800; letter-spacing: -0.02em; color: #fff; margin-bottom: 0.75rem; }
.why-text p { color: var(--gray-400); font-size: 0.975rem; line-height: 1.8; margin-bottom: 1.5rem; }
.why-list { display: flex; flex-direction: column; gap: 0.85rem; }
.why-item { display: flex; align-items: start; gap: 0.85rem; }
.why-check { width: 22px; height: 22px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.7rem; font-weight: 800; flex-shrink: 0; margin-top: 0.15rem; }
.why-item-text h4 { font-size: 0.925rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
.why-item-text p { font-size: 0.84rem; color: var(--gray-400); line-height: 1.65; }
.why-visual { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; position: relative; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-visual-ph { width: 100%; height: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-xl); display: flex; align-items: center; justify-content: center; font-size: 6rem; } .pf-strip { padding: 5rem 5%; background: var(--white); } .pricing-section { padding: 5rem 5%; background: var(--gray-50); border-top: 1px solid var(--gray-100); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.price-card { background: var(--white); border: 1.5px solid var(--gray-100); border-radius: var(--r-xl); padding: 2rem; transition: border-color 0.15s, box-shadow 0.15s; }
.price-card:hover { border-color: var(--red-pale2); box-shadow: 0 4px 24px rgba(210,30,63,0.08); }
.price-card.featured { border-color: var(--red); background: var(--red); color: #fff; }
.price-tier { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; }
.price-card.featured .price-tier { color: rgba(255,255,255,0.7); }
.price-num { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 2.25rem; font-weight: 800; line-height: 1; margin-bottom: 0.2rem; }
.price-card.featured .price-num { color: #fff; }
.price-period { font-size: 0.8rem; color: var(--gray-400); margin-bottom: 1.25rem; }
.price-card.featured .price-period { color: rgba(255,255,255,0.7); }
.price-divider { height: 1px; background: var(--gray-100); margin-bottom: 1.25rem; }
.price-card.featured .price-divider { background: rgba(255,255,255,0.2); }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.price-features li { display: flex; align-items: start; gap: 0.6rem; font-size: 0.875rem; color: var(--gray-600); }
.price-card.featured .price-features li { color: rgba(255,255,255,0.9); }
.price-check { color: var(--red); font-weight: 700; flex-shrink: 0; }
.price-card.featured .price-check { color: #fff; }
.price-btn { display: block; text-align: center; padding: 0.75rem; border-radius: var(--r-md); font-size: 0.9rem; font-weight: 700; text-decoration: none; border: 2px solid var(--red); color: var(--red); transition: background 0.15s, color 0.15s; }
.price-btn:hover { background: var(--red); color: #fff; }
.price-card.featured .price-btn { background: #fff; color: var(--red); border-color: #fff; }
.price-card.featured .price-btn:hover { background: rgba(255,255,255,0.9); } .process-section { padding: 5rem 5%; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2.5rem; position: relative; }
.process-steps::before { content: ""; position: absolute; top: 28px; left: calc(12.5% + 14px); right: calc(12.5% + 14px); height: 2px; background: var(--gray-100); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--red); color: #fff; font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; border: 3px solid var(--white); box-shadow: 0 0 0 3px var(--red-pale); }
.step h3 { font-size: 0.925rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.35rem; }
.step p { font-size: 0.8rem; color: var(--gray-600); line-height: 1.65; } .t-section { background: var(--gray-50); border-top: 1px solid var(--gray-100); padding: 5rem 5%; }
.t-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.t-grid .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; }
.t-grid .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); } .faq-section { padding: 5rem 5%; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.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.15rem 1.5rem; text-align: left; font-size: 0.95rem; 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 { display: none; padding: 0 1.5rem 1.15rem; font-size: 0.9rem; color: var(--gray-600); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }
@media (max-width: 960px) {
.hero-inner { grid-template-columns: 1fr; }
.hero-panel { display: none; }
.offer-grid { grid-template-columns: 1fr 1fr; }
.why-inner { grid-template-columns: 1fr; }
.pricing-grid { grid-template-columns: 1fr; }
.process-steps { grid-template-columns: 1fr 1fr; }
.process-steps::before { display: none; }
.t-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
.offer-grid { grid-template-columns: 1fr; }
}.pf-filters { padding: 2rem 5%; border-bottom: 1px solid var(--gray-100); background: var(--white); }
.pf-filters-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.pf-filter { font-size: 0.85rem; font-weight: 600; padding: 0.45rem 1rem; border-radius: var(--r-pill); border: 1.5px solid var(--gray-200); color: var(--gray-600); cursor: pointer; text-decoration: none; transition: all 0.15s; background: var(--white); }
.pf-filter:hover, .pf-filter.active { background: var(--red); color: #fff; border-color: var(--red); } .pf-section { padding: 3.5rem 5% 5rem; }
.pf-section-title { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--gray-900); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
.pf-section-title::after { content: ''; flex: 1; height: 1px; background: var(--gray-100); }
.pf-grid { column-count: 5; column-gap: 1rem; margin-bottom: 3rem; }
.pf-card { display: block; width: 100%; break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom: 1rem; border-radius: var(--r-lg); overflow: hidden; position: relative; background: var(--gray-100); text-decoration: none; }
.pf-card img { width: 100%; height: auto; display: block; transition: transform 0.35s; }
.pf-card:hover img { transform: scale(1.05); }
.pf-card-ph { width: 100%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: var(--red-pale); }
.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; flex-direction: column; justify-content: flex-end; padding: 1.25rem; }
.pf-card:hover .pf-overlay { opacity: 1; }
.pf-tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); background: var(--red-pale); padding: 0.2rem 0.55rem; border-radius: var(--r-pill); display: inline-block; margin-bottom: 0.4rem; width: fit-content; }
.pf-title { color: #fff; font-size: 0.9rem; font-weight: 700; }
.pf-sub { color: rgba(255,255,255,0.7); font-size: 0.75rem; margin-top: 0.2rem; }
.pf-empty { padding: 3rem 0; text-align: center; color: var(--gray-600); }
.pf-empty a { color: var(--red); font-weight: 700; text-decoration: none; } .case-study-card { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 2.5rem; margin-bottom: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.csc-text .eyebrow { color: var(--red); }
.csc-text h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.csc-text p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.75; margin-bottom: 1.5rem; }
.csc-stats { display: flex; gap: 2rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.csc-stat-num { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.75rem; font-weight: 800; color: var(--red); }
.csc-stat-label { font-size: 0.78rem; color: var(--gray-600); }
.csc-img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; }
.csc-img img { width: 100%; height: 100%; object-fit: cover; } .pf-single { padding: 0 5% 4rem; }
.pf-single-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start; margin-top: -2.5rem; }
.pf-single-img { border-radius: var(--r-xl); overflow: hidden; max-height: 640px; background: var(--gray-100); box-shadow: 0 8px 40px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; }
.pf-single-img img { width: 100%; height: auto; max-height: 640px; object-fit: contain; display: block; padding-top: 60px; }
.pf-single-ph { font-size: 4rem; }
.pf-single-tags { display: flex; gap: 0.5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.pf-tag-link { font-size: 0.75rem; font-weight: 700; color: var(--red); background: var(--red-pale); border: 1px solid var(--red-pale2); padding: 0.3rem 0.75rem; border-radius: var(--r-pill); text-decoration: none; }
.pf-single-content { font-size: 0.975rem; color: var(--gray-600); line-height: 1.8; }
.pf-single-content p { margin-bottom: 1rem; }
@media (max-width: 1400px) {
.pf-grid { column-count: 4; }
}
@media (max-width: 1100px) {
.pf-grid { column-count: 3; }
}
@media (max-width: 960px) {
.case-study-card { grid-template-columns: 1fr; }
.pf-single-grid { grid-template-columns: 1fr; margin-top: 0; }
}
@media (max-width: 780px) {
.pf-grid { column-count: 2; }
}
@media (max-width: 480px) {
.pf-grid { column-count: 2; column-gap: 0.6rem; }
.pf-card { margin-bottom: 0.6rem; }
}.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;
}