*, *::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; }
}.featured-post { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--r-xl); overflow: hidden; margin-bottom: 3rem; }
.fp-img { aspect-ratio: 4/3; background: var(--gray-100); }
.fp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-body { padding: 1.5rem 2rem 1.5rem 0; }
.fp-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); background: var(--red-pale); padding: 0.25rem 0.7rem; border-radius: var(--r-pill); display: inline-block; margin-bottom: 0.75rem; }
.fp-body h2 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 0.6rem; }
.fp-body h2 a { text-decoration: none; color: var(--gray-900); }
.fp-meta { font-size: 0.8rem; color: var(--gray-500); margin-bottom: 0.75rem; }
.fp-body p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.7; margin-bottom: 1rem; }
.fp-link { font-size: 0.9rem; font-weight: 700; color: var(--red); text-decoration: none; }
.fp-link:hover { text-decoration: underline; } .blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; } .posts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; margin-bottom: 2.5rem; }
.post-card { border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow 0.15s, transform 0.15s; }
.post-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.pc-img { aspect-ratio: 16/10; background: var(--gray-100); }
.pc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.pc-body { padding: 1.25rem; }
.pc-tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); background: var(--red-pale); padding: 0.2rem 0.6rem; border-radius: var(--r-pill); display: inline-block; margin-bottom: 0.6rem; }
.pc-body h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.05rem; font-weight: 800; line-height: 1.3; margin-bottom: 0.4rem; }
.pc-body h3 a { text-decoration: none; color: var(--gray-900); }
.pc-meta { font-size: 0.75rem; color: var(--gray-500); margin-bottom: 0.6rem; }
.pc-body p { font-size: 0.85rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 0.6rem; }
.pc-link { font-size: 0.82rem; font-weight: 700; color: var(--red); text-decoration: none; }
.pc-link:hover { text-decoration: underline; } .rg-pagination { display: flex; justify-content: center; margin-top: 1rem; }
.rg-pagination ul { display: flex; gap: 0.4rem; list-style: none; }
.rg-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 0.5rem; border-radius: var(--r-md); border: 1.5px solid var(--gray-200); color: var(--gray-600); font-size: 0.875rem; font-weight: 600; text-decoration: none; }
.rg-pagination .page-numbers:hover { border-color: var(--red); color: var(--red); }
.rg-pagination .page-numbers.current { background: var(--red); border-color: var(--red); color: #fff; }
.rg-pagination .page-numbers.dots { border: none; } .sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-widget { border: 1px solid var(--gray-100); border-radius: var(--r-lg); padding: 1.25rem; }
.sw-title { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 0.95rem; font-weight: 800; margin-bottom: 1rem; }
.sw-search { display: flex; gap: 0.5rem; }
.sw-search input { flex: 1; border: 1.5px solid var(--gray-200); border-radius: var(--r-md); padding: 0.55rem 0.75rem; font-size: 0.875rem; font-family: inherit; }
.sw-search input:focus { outline: none; border-color: var(--red); }
.sw-search button { border: none; background: var(--red); color: #fff; border-radius: var(--r-md); padding: 0 0.85rem; cursor: pointer; }
.sw-cta { background: var(--gray-900); border-radius: var(--r-lg); padding: 1.5rem; color: #fff; }
.sw-cta h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.05rem; font-weight: 800; margin-bottom: 0.5rem; }
.sw-cta p { font-size: 0.85rem; color: var(--gray-400); line-height: 1.6; margin-bottom: 1.1rem; }
.cat-list { list-style: none; }
.cat-list li { margin-bottom: 0.1rem; }
.cat-list li a { display: flex; justify-content: space-between; padding: 0.55rem 0.25rem; font-size: 0.875rem; color: var(--gray-600); text-decoration: none; border-bottom: 1px solid var(--gray-50); }
.cat-list li a:hover { color: var(--red); }
.cat-count { color: var(--gray-400); font-size: 0.8rem; }
.recent-posts-list { display: flex; flex-direction: column; gap: 0.9rem; }
.recent-post-link { display: flex; gap: 0.75rem; align-items: center; text-decoration: none; }
.recent-post-thumb { width: 52px; height: 52px; border-radius: var(--r-sm); object-fit: cover; flex-shrink: 0; }
.recent-post-thumb-ph { display: flex; align-items: center; justify-content: center; background: var(--gray-50); font-size: 1.4rem; }
.recent-post-title { display: block; font-size: 0.85rem; font-weight: 700; color: var(--gray-900); line-height: 1.4; }
.recent-post-date { display: block; font-size: 0.75rem; color: var(--gray-500); margin-top: 0.15rem; } .rg-cta-widget { background: var(--gray-900); border-radius: var(--r-lg); padding: 1.5rem; color: #fff; }
.rg-cta-widget .rg-cta-widget-title { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.05rem; font-weight: 800; margin-bottom: 0.5rem; color: #fff; }
.rg-cta-widget p { font-size: 0.85rem; color: var(--gray-400); line-height: 1.6; margin-bottom: 1.1rem; }
.rg-cta-widget .btn-red { width: 100%; text-align: center; display: block; }
@media (max-width: 960px) {
.blog-layout { grid-template-columns: 1fr; }
.featured-post { grid-template-columns: 1fr; }
.posts-grid { grid-template-columns: 1fr; }
}.article-hero { background: var(--gray-900); padding: 4.5rem 5% 3.5rem; position: relative; overflow: hidden; }
.article-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;
}
.ah-inner { position: relative; z-index: 1; max-width: 760px; }
.ah-crumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; font-size: 0.78rem; color: var(--gray-400); flex-wrap: wrap; }
.ah-crumb a { color: var(--gray-400); text-decoration: none; }
.ah-crumb a:hover { color: #fff; }
.ah-crumb span:not(.sep) { color: #fff; font-weight: 600; }
.ah-crumb .sep { color: #374151; }
.ah-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f87096; background: rgba(210,30,63,0.2); border: 1px solid rgba(210,30,63,0.35); padding: 0.3rem 0.85rem; border-radius: var(--r-pill); display: inline-block; margin-bottom: 1rem; }
.article-hero h1 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: clamp(2rem, 4vw, 2.85rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: #fff; margin-bottom: 1.25rem; }
.ah-meta { display: flex; align-items: center; gap: 0.75rem; }
.ah-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; flex-shrink: 0; }
.ah-meta-text { font-size: 0.85rem; color: var(--gray-400); }
.ah-meta-text strong { color: #fff; }
.ah-divider { margin: 0 0.35rem; } .article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; padding: 3.5rem 5% 5rem; max-width: 1200px; }
.article-img { aspect-ratio: 16/9; border-radius: var(--r-xl); overflow: hidden; background: var(--gray-100); margin-bottom: 2rem; }
.article-img img { width: 100%; height: 100%; object-fit: cover; display: block; } .article-body { font-size: 1rem; color: var(--gray-700, var(--gray-600)); line-height: 1.85; }
.article-body 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.25rem 0 0.85rem; scroll-margin-top: 90px; }
.article-body h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--gray-900); margin: 1.75rem 0 0.65rem; }
.article-body p { margin-bottom: 1.1rem; }
.article-body ul, .article-body ol { margin: 0 0 1.1rem 1.25rem; }
.article-body li { margin-bottom: 0.4rem; }
.article-body a { color: var(--red); text-decoration: underline; }
.article-body img { border-radius: var(--r-lg); margin: 1rem 0; }
.article-body blockquote,
.article-callout { background: var(--red-pale); border-left: 4px solid var(--red); border-radius: var(--r-md); padding: 1.25rem 1.5rem; margin: 1.5rem 0; font-size: 0.975rem; color: var(--gray-800); }
.article-callout a, .article-body blockquote a { font-weight: 700; }
.name-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 1.5rem; }
.name-chip { font-size: 0.85rem; font-weight: 600; background: var(--gray-50); border: 1px solid var(--gray-100); padding: 0.4rem 0.9rem; border-radius: var(--r-pill); } .share-row { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid var(--gray-100); margin-top: 1.5rem; }
.share-label { font-size: 0.85rem; font-weight: 700; color: var(--gray-600); margin-right: 0.25rem; }
.share-btn { font-size: 0.8rem; font-weight: 600; color: var(--gray-600); border: 1.5px solid var(--gray-200); border-radius: var(--r-pill); padding: 0.4rem 0.9rem; text-decoration: none; background: var(--white); cursor: pointer; font-family: inherit; }
.share-btn:hover { border-color: var(--red); color: var(--red); } .related-posts { margin-top: 3rem; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1.25rem; }
.rp-card { display: block; border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; transition: box-shadow 0.15s, transform 0.15s; }
.rp-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.rp-img { aspect-ratio: 16/10; background: var(--gray-100); }
.rp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rp-body { padding: 1rem; }
.rp-tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); margin-bottom: 0.35rem; display: inline-block; }
.rp-body h4 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 0.95rem; font-weight: 800; color: var(--gray-900); line-height: 1.35; } .article-sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 90px; }
.as-cta { background: var(--gray-900); border-radius: var(--r-lg); padding: 1.5rem; color: #fff; }
.as-cta h3 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.05rem; font-weight: 800; margin-bottom: 0.5rem; }
.as-cta p { font-size: 0.85rem; color: var(--gray-400); line-height: 1.6; margin-bottom: 1.1rem; }
.as-widget { border: 1px solid var(--gray-100); border-radius: var(--r-lg); padding: 1.25rem; }
.as-title { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 0.9rem; font-weight: 800; margin-bottom: 0.85rem; }
.toc-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.toc-list a { font-size: 0.85rem; color: var(--gray-600); text-decoration: none; line-height: 1.4; display: block; }
.toc-list a:hover { color: var(--red); }
@media (max-width: 960px) {
.article-layout { grid-template-columns: 1fr; }
.article-sidebar { position: static; }
.related-grid { grid-template-columns: 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;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}