:root {
--ee-font-sans: "Space Grotesk", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
--ee-font-serif: "Fraunces", "Times New Roman", serif;
--ee-font-mono: "JetBrains Mono", "Consolas", monospace;
--ee-color-bg: #f7f8fb;
--ee-color-surface: #ffffff;
--ee-color-text: #0e1218;
--ee-color-muted: #5b6472;
--ee-color-border: #e3e6ee;
--ee-color-primary: #0b5fff;
--ee-color-accent: #ff5a1f;
--ee-color-success: #16a34a;
--ee-color-warning: #f59e0b;
--ee-color-danger: #ef4444;
--ee-shadow-sm: 0 6px 16px rgba(12, 17, 29, 0.08);
--ee-shadow-md: 0 18px 40px rgba(12, 17, 29, 0.12);
--ee-radius-sm: 8px;
--ee-radius-md: 14px;
--ee-radius-lg: 22px;
--ee-max-width: 1200px;
--ee-grid-gap: 24px;
--ee-trans-fast: 160ms ease;
--ee-trans: 280ms ease;
}
html.ee-dark {
--ee-color-bg: #0b0f17;
--ee-color-surface: #121826;
--ee-color-text: #e5e7eb;
--ee-color-muted: #9aa4b2;
--ee-color-border: #1f2937;
--ee-color-primary: #6aa4ff;
--ee-color-accent: #ff805c;
--ee-shadow-sm: 0 12px 28px rgba(0, 0, 0, 0.45);
--ee-shadow-md: 0 22px 50px rgba(0, 0, 0, 0.55);
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: var(--ee-font-sans);
background: var(--ee-color-bg);
color: var(--ee-color-text);
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
body.admin-bar .vwm-header {
top: 0;
}
html {
margin-top: 0 !important;
}
body.admin-bar {
padding-top: 0 !important;
}
body.single {
overflow-x: hidden;
}
body {
overflow-x: hidden;
}
.ee-home {
background: #f7f8fb;
}
.ee-home-hero {
position: relative;
padding: 60px 0 40px;
overflow: hidden;
background: transparent;
}
.ee-home-hero-inner {
transform-style: preserve-3d;
position: relative;
}
.ee-parallax {
transform: translate3d(0, 0, 0);
transition: transform 120ms ease-out;
will-change: transform;
}
.ee-home-orb {
position: absolute;
border-radius: 999px;
filter: blur(0px);
opacity: 0.6;
animation: eeFloat 12s ease-in-out infinite;
}
.ee-orb-1 {
width: 420px;
height: 420px;
background: radial-gradient(circle, rgba(11, 95, 255, 0.22), rgba(11, 95, 255, 0));
top: -120px;
right: -140px;
}
.ee-orb-2 {
width: 320px;
height: 320px;
background: radial-gradient(circle, rgba(255, 90, 31, 0.2), rgba(255, 90, 31, 0));
bottom: -140px;
left: -120px;
animation-delay: -3s;
}
.ee-orb-3 {
width: 220px;
height: 220px;
background: radial-gradient(circle, rgba(22, 163, 74, 0.18), rgba(22, 163, 74, 0));
top: 120px;
left: 40%;
animation-delay: -6s;
}
.ee-home-hero-inner {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 40px;
align-items: center;
position: relative;
z-index: 2;
}
.ee-home-hero-copy h1 {
font-size: clamp(2.4rem, 4.2vw, 3.8rem);
margin: 12px 0;
letter-spacing: -0.02em;
}
.ee-home-kicker {
font-size: 0.8rem;
letter-spacing: 0.2em;
text-transform: uppercase;
font-weight: 700;
color: #2f6d57;
}
.ee-home-subtitle {
font-size: 1.05rem;
color: #5f6b76;
max-width: 520px;
}
.ee-home-actions {
display: flex;
gap: 12px;
margin-top: 20px;
flex-wrap: wrap;
}
.ee-home-ghost {
display: inline-flex;
align-items: center;
padding: 12px 18px;
border-radius: 999px;
border: 1px solid #e4eaf2;
background: #ffffff;
font-weight: 600;
}
.ee-home-ghost:hover {
border-color: #cfe1ff;
color: #2563eb;
}
.ee-home-metrics {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-top: 24px;
}
.ee-home-metrics strong {
font-size: 1.3rem;
display: block;
}
.ee-home-metrics span {
font-size: 0.85rem;
color: #6b7680;
}
.ee-home-hero-card {
background: #ffffff;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 46px rgba(12, 17, 29, 0.15);
border: 1px solid #e6edf1;
}
.ee-home-hero-media img {
border-radius: 0;
}
.ee-home-hero-body {
padding: 20px 22px 24px;
}
.ee-home-hero-body h2 {
margin: 10px 0;
font-size: 1.4rem;
}
.ee-home-section {
padding: 36px 0;
}
.ee-slider {
position: relative;
width: 100vw;
margin-left: calc(50% - 50vw);
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 0;
padding: 18px 24px 14px;
box-shadow: 0 18px 44px rgba(12, 17, 29, 0.08);
}
.ee-slider-viewport {
overflow-x: auto;
overflow-y: hidden;
border-radius: 22px;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
}
.ee-slider-viewport::-webkit-scrollbar {
display: none;
}
.ee-slider-track {
display: flex;
gap: 20px;
padding: 6px 2px 12px;
}
.ee-slider-card {
flex: 0 0 320px;
height: 100%;
scroll-snap-align: start;
}
.ee-slider-btn {
position: absolute;
top: 18px;
transform: none;
width: 42px;
height: 42px;
border-radius: 50%;
border: 1px solid #e4eaf2;
background: #ffffff;
color: #1f2a37;
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.12);
z-index: 2;
cursor: pointer;
}
.ee-slider-prev {
left: 18px;
}
.ee-slider-next {
right: 18px;
}
.ee-slider-btn:hover {
color: #2563eb;
border-color: #cfe1ff;
}
.ee-featured-split {
width: 100vw;
margin-left: calc(50% - 50vw);
padding: 56px 0 64px;
background: linear-gradient(135deg, #eef3ff 0%, #f9e8ec 35%, #eef9ff 70%, #e8fff7 100%);
color: #1f2a37;
position: relative;
min-height: 520px;
overflow: hidden;
}
.ee-featured-inner {
display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 32px;
align-items: center;
position: relative;
z-index: 2;
padding-right: 0;
}
.ee-featured-label {
position: absolute;
top: 22px;
left: 28px;
z-index: 4;
font-size: 0.75rem;
letter-spacing: 0.24em;
text-transform: uppercase;
color: #1f2a37;
background: rgba(255, 255, 255, 0.8);
padding: 6px 12px;
border-radius: 999px;
border: 1px solid rgba(14, 18, 24, 0.08);
}
.ee-featured-visual {
position: relative;
min-height: 420px;
border-radius: 32px;
padding: 48px;
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.55)), var(--ee-featured-bg, none);
background-size: cover;
background-position: center;
box-shadow: 0 24px 60px rgba(12, 17, 29, 0.15);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.ee-featured-pill {
background: #ffffff;
border-radius: 999px;
padding: 20px 36px;
font-size: clamp(1.4rem, 2.4vw, 2.4rem);
font-weight: 600;
box-shadow: 0 22px 60px rgba(12, 17, 29, 0.16);
border: 1px solid rgba(255, 255, 255, 0.6);
}
.ee-featured-card {
display: flex;
justify-content: flex-end;
align-self: stretch;
padding-right: 0;
}
.ee-featured-card-inner {
width: min(100%, 440px);
background: #ffffff;
color: #1f2a37;
border-radius: 28px;
padding: 32px 30px;
box-shadow: 0 24px 60px rgba(12, 17, 29, 0.2);
border: 1px solid #eef2f5;
margin-left: auto;
margin-right: 0;
align-self: center;
}
.ee-featured-card-kicker {
text-transform: uppercase;
letter-spacing: 0.14em;
color: #2563eb;
font-weight: 700;
font-size: 0.75rem;
margin: 0 0 14px;
}
.ee-featured-card-kicker a {
color: inherit;
}
.ee-featured-card-kicker a:hover {
color: #1d4ed8;
}
.ee-featured-card-inner h3 {
margin: 0 0 16px;
font-size: 2rem;
line-height: 1.2;
}
.ee-featured-card-inner p {
margin: 0 0 22px;
color: #5f6b76;
}
.ee-featured-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
border: 1px solid #e4eaf2;
color: #1f2a37;
font-size: 1.4rem;
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast);
}
.ee-featured-arrow:hover {
transform: translateY(-2px);
color: #2563eb;
border-color: #cfe1ff;
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.12);
}
.ee-reveal {
opacity: 0;
transform: translateY(18px);
transition: opacity 700ms ease, transform 700ms ease;
will-change: opacity, transform;
}
.ee-reveal.is-visible {
opacity: 1;
transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
.ee-reveal {
transition: none;
opacity: 1;
transform: none;
}
}
.ee-home-section-head {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 16px;
margin-bottom: 20px;
}
.ee-home-section-head h2 {
margin: 0;
}
.ee-home-section-head p {
margin: 0;
color: #6b7680;
}
.ee-home-grid {
display: grid;
gap: 20px;
}
.ee-home-grid-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ee-home-grid-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ee-home-card {
background: #ffffff;
border-radius: 18px;
border: 1px solid #e6edf1;
overflow: hidden;
box-shadow: 0 12px 26px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast);
}
.ee-stagger > .ee-home-card {
opacity: 0;
transform: translateY(16px);
transition: opacity 600ms ease, transform 600ms ease;
}
.ee-stagger.is-visible > .ee-home-card {
opacity: 1;
transform: translateY(0);
}
.ee-stagger.is-visible > .ee-home-card:nth-child(1) { transition-delay: 60ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(2) { transition-delay: 120ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(3) { transition-delay: 180ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(4) { transition-delay: 240ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(5) { transition-delay: 300ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(6) { transition-delay: 360ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(7) { transition-delay: 420ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(8) { transition-delay: 480ms; }
.ee-stagger.is-visible > .ee-home-card:nth-child(9) { transition-delay: 540ms; }
.ee-card-append {
opacity: 0;
transform: translateY(16px);
}
.ee-card-append.is-visible {
opacity: 1;
transform: translateY(0);
transition: opacity 600ms ease, transform 600ms ease;
}
.ee-home-card:hover {
transform: translateY(-5px);
box-shadow: 0 18px 34px rgba(12, 17, 29, 0.14);
}
.ee-home-card img {
border-radius: 0;
}
.ee-home-hero-media img,
.ee-home-card img,
.ee-home-card-compact img {
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
object-fit: cover;
}
.ee-home-card-body {
padding: 16px 18px 18px;
}
.ee-home-card-body h3 {
margin: 10px 0 12px;
font-size: 1.05rem;
color: #0f172a;
}
.ee-home-signal {
background: linear-gradient(135deg, rgba(11, 95, 255, 0.08), rgba(255, 255, 255, 0));
}
.ee-home-signal-inner {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-home-signal-card {
background: #ffffff;
border-radius: 20px;
border: 1px solid #e6edf1;
padding: 20px;
box-shadow: 0 16px 34px rgba(12, 17, 29, 0.1);
}
.ee-home-signal-card ul {
margin: 0 0 16px;
padding-left: 18px;
color: #5f6b76;
}
.ee-home-newsletter {
background: #0f172a;
color: #ffffff;
}
.ee-home-newsletter-inner {
display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 24px;
align-items: center;
}
.ee-home-newsletter-form {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.ee-home-newsletter-form input {
flex: 1;
min-width: 220px;
padding: 12px 14px;
border-radius: 12px;
border: 0;
}
.ee-home-newsletter-form button {
padding: 12px 18px;
border-radius: 12px;
border: 0;
background: #ff5a1f;
color: #ffffff;
font-weight: 700;
}
.ee-newsletter-status {
margin-top: 10px;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
}
.ee-home-all-stories {
background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
border-top: 1px solid #e6eaf1;
}
.ee-home-all-cta {
margin-top: 20px;
display: flex;
justify-content: center;
}
.ee-home-all-load {
margin-top: 18px;
display: flex;
justify-content: center;
}
.ee-home-all-card {
border-radius: 22px;
box-shadow: 0 10px 24px rgba(15, 24, 40, 0.08);
border: 1px solid #e5eaf2;
}
@keyframes eeFloat {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(18px);
}
100% {
transform: translateY(0px);
}
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 1024px) {
.ee-home-grid-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ee-home-grid-3 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ee-featured-inner {
grid-template-columns: 1fr;
}
.ee-featured-card {
justify-content: flex-start;
}
.ee-featured-label {
left: 20px;
}
.ee-slider-card {
flex-basis: 280px;
}
}
@media (max-width: 768px) {
.ee-home-hero {
padding: 40px 0 28px;
}
.ee-home-grid-3,
.ee-home-grid-4 {
grid-template-columns: 1fr;
}
.ee-home-section-head {
flex-direction: column;
align-items: flex-start;
}
.ee-home-metrics {
grid-template-columns: 1fr;
}
.ee-reveal {
opacity: 1;
transform: none;
transition: none;
}
.ee-stagger > .ee-home-card {
opacity: 1;
transform: none;
transition: none;
}
.ee-featured-split {
padding: 40px 0;
min-height: auto;
}
.ee-featured-visual {
min-height: 320px;
padding: 32px;
}
.ee-featured-pill {
padding: 16px 26px;
}
.ee-featured-card-inner {
width: 100%;
}
.ee-featured-label {
position: static;
margin-bottom: 12px;
display: inline-flex;
}
.ee-slider-btn {
display: none;
}
.ee-slider-card {
flex-basis: 82%;
}
.ee-slider {
width: 100vw;
margin-left: calc(50% - 50vw);
border-radius: 0;
padding-left: 16px;
padding-right: 16px;
}
.ee-slider-viewport {
border-radius: 0;
}
} .ee-single-premium {
padding: 24px 0 60px;
}
.ee-single-wrap {
width: min(100% - 32px, 1120px);
margin: 0 auto;
overflow: visible;
}
.ee-single-hero {
margin-bottom: 24px;
}
.ee-single-kicker {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #2f6d57;
font-weight: 700;
margin-bottom: 8px;
}
.ee-single-title {
font-size: clamp(2rem, 3.2vw, 3.2rem);
margin: 0 0 8px;
letter-spacing: -0.02em;
}
.ee-single-meta .ee-meta {
color: #6b7680;
font-size: 0.85rem;
display: flex;
align-items: center;
gap: 8px;
flex-wrap: nowrap;
white-space: nowrap;
}
.ee-meta-sep {
margin: 0 10px;
color: #c4ccd6;
}
.ee-meta img {
width: 26px;
height: 26px;
border-radius: 50%;
object-fit: cover;
vertical-align: middle;
}
.ee-share-icons {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
flex-wrap: wrap;
}
.ee-share-icons span {
font-size: 0.8rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #6b7680;
font-weight: 700;
}
.ee-share-icon {
width: 36px;
height: 36px;
border-radius: 12px;
border: 1px solid #e4eaf2;
background: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
color: #1f2a37;
box-shadow: 0 10px 22px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.ee-share-icon svg {
width: 18px;
height: 18px;
fill: currentColor;
}
.ee-share-icon:hover {
transform: translateY(-1px);
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.12);
}
.ee-share-icon.is-facebook:hover {
color: #1877f2;
border-color: rgba(24, 119, 242, 0.4);
}
.ee-share-icon.is-twitter:hover {
color: #0f1419;
border-color: rgba(15, 20, 25, 0.4);
}
.ee-share-icon.is-linkedin:hover {
color: #0a66c2;
border-color: rgba(10, 102, 194, 0.4);
}
.ee-share-icon.is-whatsapp:hover {
color: #25d366;
border-color: rgba(37, 211, 102, 0.4);
}
.ee-share-icon.is-pinterest:hover {
color: #e60023;
border-color: rgba(230, 0, 35, 0.4);
}
.ee-share-icon.is-reddit:hover {
color: #ff4500;
border-color: rgba(255, 69, 0, 0.4);
}
.ee-share-icon.is-quora:hover {
color: #b92b27;
border-color: rgba(185, 43, 39, 0.4);
}
.ee-share-icon.is-telegram:hover {
color: #229ed9;
border-color: rgba(34, 158, 217, 0.4);
}
.ee-share-icon.is-email:hover {
color: #2563eb;
border-color: rgba(37, 99, 235, 0.4);
}
.ee-share-icon.is-copy:hover,
.ee-share-icon.is-copy.is-copied {
color: #16a34a;
border-color: rgba(22, 163, 74, 0.4);
}
.ee-single-media img {
border-radius: 16px;
margin-top: 16px;
}
.ee-media-caption {
margin-top: 8px;
font-size: 0.85rem;
color: #6b7680;
}
.ee-single-grid {
display: grid;
grid-template-columns: 240px minmax(0, 1fr) 300px;
gap: 28px;
overflow: visible;
}
.ee-single-content {
font-size: 1.05rem;
line-height: 1.8;
overflow: visible;
}
.ee-related-stories {
margin: 32px 0 10px;
padding: 18px 20px;
border-radius: 18px;
border: 1px solid #dfe5ee;
background: #ffffff;
box-shadow: 0 12px 26px rgba(12, 17, 29, 0.08);
}
.ee-related-stories h2 {
margin: 0 0 16px;
font-size: 1.2rem;
letter-spacing: -0.01em;
}
.ee-related-list {
display: grid;
gap: 16px;
}
.ee-related-item {
border-top: 1px solid #e6edf1;
padding-top: 16px;
}
.ee-related-item:first-child {
border-top: 0;
padding-top: 0;
}
.ee-related-link {
display: grid;
grid-template-columns: 92px minmax(0, 1fr);
gap: 16px;
align-items: center;
}
.ee-related-thumb img,
.ee-related-fallback {
width: 92px;
height: 64px;
border-radius: 12px;
object-fit: cover;
display: block;
background: linear-gradient(135deg, rgba(11, 95, 255, 0.15), rgba(255, 90, 31, 0.15));
}
.ee-related-body h3 {
margin: 0;
font-size: 1rem;
line-height: 1.3;
color: #1f2a37;
}
.ee-related-item + .ee-related-item {
margin-top: 0;
}
.ee-read-more {
margin: 18px 0 6px;
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
}
.ee-read-more h3 {
margin: 0;
font-size: 1rem;
font-weight: 700;
color: #1f2a37;
}
.ee-read-more-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.ee-read-more-pill {
display: inline-flex;
align-items: center;
padding: 8px 16px;
border-radius: 999px;
border: 1px solid #dde3ea;
background: linear-gradient(180deg, #ffffff, #f3f6fb);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 0.72rem;
color: #2f3b46;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 16px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast), border var(--ee-trans-fast), color var(--ee-trans-fast);
}
.ee-read-more-pill:hover {
transform: translateY(-1px);
border-color: #cfe1ff;
color: #2563eb;
box-shadow: 0 12px 22px rgba(12, 17, 29, 0.12);
}
.ee-read-next {
margin: 28px 0 16px;
padding: 20px;
border-radius: 20px;
background: linear-gradient(135deg, rgba(11, 95, 255, 0.08), rgba(255, 90, 31, 0.08));
border: 1px solid #e3e7f0;
box-shadow: 0 16px 34px rgba(12, 17, 29, 0.1);
}
.ee-read-next-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}
.ee-read-next-head h3 {
margin: 0;
font-size: 1.2rem;
}
.ee-read-next-sub {
font-size: 0.85rem;
color: #5f6b76;
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 700;
}
.ee-read-next-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.ee-read-next-card {
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 22px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.ee-read-next-card:hover {
transform: translateY(-2px);
box-shadow: 0 16px 30px rgba(12, 17, 29, 0.12);
}
.ee-read-next-thumb img,
.ee-read-next-fallback {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
display: block;
}
.ee-read-next-fallback {
background: linear-gradient(135deg, rgba(11, 95, 255, 0.2), rgba(255, 90, 31, 0.2));
}
.ee-read-next-body {
padding: 12px 14px 14px;
}
.ee-read-next-kicker {
display: inline-block;
font-size: 0.7rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #2f6d57;
font-weight: 700;
margin-bottom: 6px;
}
.ee-read-next-body h4 {
margin: 0;
font-size: 1rem;
line-height: 1.35;
}
.ee-read-next-meta {
margin: 6px 0 0;
font-size: 0.8rem;
color: #7a8694;
}
.ee-author-box {
margin: 22px 0 6px;
padding: 20px 22px;
border-radius: 22px;
border: 1px solid #e7edf4;
background: #fefefe;
display: grid;
grid-template-columns: 76px minmax(0, 1fr);
gap: 18px;
align-items: center;
box-shadow: 0 16px 34px rgba(12, 17, 29, 0.1);
}
.ee-author-avatar img {
width: 76px;
height: 76px;
border-radius: 8px 8px 0px 8px !important;
border-right: 3px solid #fffbff;
border-bottom: 2px solid #fffbff;
object-fit: cover;
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.14);
}
.ee-author-body h3 {
margin: 0 0 6px;
font-size: 1.1rem;
color: #0f172a;
}
.ee-author-body h3 a {
color: #2563eb;
font-weight: 700;
}
.ee-author-body p {
margin: 0;
color: #5f6b76;
font-size: 0.96rem;
line-height: 1.6;
}
.ee-related-articles-full {
width: 100vw;
margin-top: 10vw;
margin-left: calc(50% - 50vw);
padding: 0 16px 10px;
}
.ee-related-articles {
width: min(100% - 32px, 1200px);
margin: 22px auto 10px;
}
.ee-related-articles h2 {
margin: 0 0 16px;
font-size: 1.25rem;
color: #0f172a;
}
.ee-related-articles-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.ee-related-article-card {
background: #ffffff;
border-radius: 16px;
border: 1px solid #e6edf1;
overflow: hidden;
box-shadow: 0 10px 22px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.ee-related-article-card:hover {
transform: translateY(-2px);
box-shadow: 0 16px 30px rgba(12, 17, 29, 0.12);
}
.ee-related-article-thumb img,
.ee-related-article-fallback {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
display: block;
}
.ee-related-article-fallback {
background: linear-gradient(135deg, rgba(11, 95, 255, 0.15), rgba(255, 90, 31, 0.15));
}
.ee-related-article-body {
padding: 14px 14px 16px;
}
.ee-related-article-kicker {
display: inline-block;
font-size: 0.7rem;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 700;
color: #2f6d57;
margin-bottom: 8px;
}
.ee-related-article-body h3 {
margin: 0 0 8px;
font-size: 1rem;
line-height: 1.3;
color: #0f172a;
}
.ee-related-article-body p {
margin: 0;
font-size: 0.85rem;
color: #6b7680;
}
.ee-related-article-meta {
margin-top: 6px;
font-size: 0.8rem;
color: #7a8694;
}
.ee-mobile-end-ad {
display: none;
margin: 18px 0 8px;
}
@media (max-width: 768px) {
.ee-mobile-end-ad {
display: block;
}
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.ee-related-articles-grid {
grid-template-columns: 1fr;
}
.ee-related-article-card {
display: flex;
gap: 12px;
padding: 10px;
align-items: center;
}
.ee-related-article-thumb {
flex: 0 0 110px;
}
.ee-related-article-thumb img,
.ee-related-article-fallback {
width: 110px;
height: 78px;
aspect-ratio: auto;
border-radius: 12px;
}
.ee-related-article-body {
padding: 0;
}
}
.ee-single-toc .ee-toc-box {
position: sticky;
top: 96px;
background: linear-gradient(180deg, #ffffff, #f7f9fc);
border: 1px solid #e6edf1;
border-radius: 18px;
padding: 16px 16px 12px;
box-shadow: 0 16px 34px rgba(12, 17, 29, 0.12);
}
.ee-single-toc .ee-toc-box h3 {
margin: 0 0 10px;
font-size: 0.9rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #6b7680;
}
.ee-single-toc .ee-toc a {
display: block;
padding: 8px 10px;
border-radius: 10px;
color: #1f2a37;
font-size: 0.85rem;
border: 1px solid transparent;
}
.ee-single-toc .ee-toc a.is-active {
color: #2563eb;
font-weight: 700;
background: #eef4ff;
border-color: #cfe1ff;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ee-single-rail {
position: sticky;
top: 96px;
align-self: start;
}
.ee-toc-mobile {
display: none;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.ee-toc-mobile {
display: block;
}
.ee-single-toc {
display: none;
}
.ee-toc-mobile .ee-toc-collapse {
position: sticky;
top: 68px;
z-index: 900;
background: linear-gradient(180deg, #ffffff, #f7f9fc);
border: 1px solid #e6edf1;
border-radius: 16px;
padding: 10px 14px;
box-shadow: 0 12px 26px rgba(12, 17, 29, 0.08);
margin: 16px 0;
backdrop-filter: blur(8px);
}
.ee-toc-mobile summary {
list-style: none;
cursor: pointer;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
font-size: 0.8rem;
color: #6b7680;
}
.ee-toc-mobile summary::-webkit-details-marker {
display: none;
}
.ee-toc-mobile summary::after {
content: "+";
float: right;
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 999px;
background: #e6f0ff;
color: #2563eb;
font-weight: 700;
box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.15);
}
.ee-toc-mobile details[open] summary::after {
content: "â€“";
background: #2563eb;
color: #ffffff;
}
.ee-toc-mobile .ee-toc a {
display: block;
padding: 8px 0;
color: #1f2a37;
text-decoration: none;
}
.ee-single-premium {
padding: 16px 0 40px;
}
.ee-single-media img {
border-radius: 12px;
}
.ee-related-stories {
padding: 16px;
}
.ee-related-link {
grid-template-columns: 78px minmax(0, 1fr);
gap: 12px;
}
.ee-related-thumb img,
.ee-related-fallback {
width: 78px;
height: 56px;
}
.ee-read-more {
gap: 10px;
}
.ee-read-next {
padding: 16px;
}
.ee-read-next-grid {
grid-template-columns: 1fr;
}
.ee-read-next-card {
display: flex;
align-items: center;
gap: 12px;
padding: 10px;
}
.ee-read-next-thumb {
flex: 0 0 100px;
}
.ee-read-next-thumb img,
.ee-read-next-fallback {
width: 100px;
height: 70px;
aspect-ratio: auto;
border-radius: 12px;
}
.ee-read-next-body {
padding: 0;
}
.ee-author-box {
display: flex;
align-items: center;
gap: 12px;
grid-template-columns: none;
padding: 16px;
}
.ee-author-avatar img {
width: 220px !important;
height: 75px !important;
border-radius: 50% !important;
}
.ee-single-rail {
display: none;
}
}
img {
max-width: 100%;
height: auto;
display: block;
border-radius: var(--ee-radius-sm);
} .wp-block-table {
width: 100%;
margin: 20px 0;
border-radius: 16px;
border: 1px solid #e6edf1;
background: #ffffff;
box-shadow: 0 12px 26px rgba(12, 17, 29, 0.08);
}
.wp-block-table table {
width: 100%;
border-collapse: collapse;
table-layout: auto;
}
.wp-block-table thead th {
text-align: left;
font-size: 0.85rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #5b6472;
background: #f4f7fb;
padding: 14px 16px;
border-bottom: 1px solid #e6edf1;
white-space: normal;
word-break: keep-all;
overflow-wrap: normal;
hyphens: none;
}
.wp-block-table tbody td {
padding: 14px 16px;
border-bottom: 1px solid #eef2f6;
color: #1f2a37;
word-break: keep-all;
overflow-wrap: normal;
hyphens: none;
}
.wp-block-table tbody tr:nth-child(even) td {
background: #fafbfe;
}
.wp-block-table tbody tr:last-child td {
border-bottom: 0;
}
.wp-block-table figcaption {
padding: 10px 14px 14px;
font-size: 0.85rem;
color: #6b7680;
} .ee-card img,
.vw-card-big img,
.vw-card-small img,
.vw-explore-thumb img,
.ee-hero-card img {
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
object-fit: cover;
}
a {
color: inherit;
text-decoration: none;
transition: color var(--ee-trans-fast);
}
a:hover {
color: var(--ee-color-primary);
}
.ee-container {
width: min(100% - 32px, var(--ee-max-width));
margin: 0 auto;
}
.ee-grid {
display: grid;
gap: var(--ee-grid-gap);
}
.ee-grid-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ee-grid-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ee-grid-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.ee-grid-2,
.ee-grid-3,
.ee-grid-4 {
grid-template-columns: 1fr;
}
}
.ee-header {
position: sticky;
top: 0;
z-index: 1000;
background: rgba(255, 255, 255, 0.92);
border-bottom: 1px solid #e7edf4;
box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
backdrop-filter: blur(12px);
} .vwm-header {
position: sticky;
top: 0;
z-index: 1000;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
border-bottom: 1px solid #e7edf4;
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
backdrop-filter: blur(14px);
}
.vwm-nav,
.vwm-mobile {
width: min(100% - 32px, var(--ee-max-width));
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 0;
}
.vwm-logo a {
display: inline-flex;
align-items: center;
gap: 10px;
color: #0f172a;
font-weight: 700;
}
.vwm-logo strong {
font-size: 1.25rem;
letter-spacing: -0.02em;
position: relative;
}
.vwm-logo span {
display: none;
}
.vwm-menu .vwm-menu-list {
display: flex;
gap: 10px;
list-style: none;
padding: 0;
margin: 0;
}
.vwm-menu .vwm-menu-list > li {
position: relative;
}
.vwm-menu .vwm-menu-list > li > a {
display: inline-flex;
align-items: center;
padding: 9px 14px;
border-radius: 999px;
background: #f4f7fb;
border: 1px solid #e4eaf2;
font-size: 0.92rem;
font-weight: 600;
color: #1f2a37;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.vwm-menu .vwm-menu-list > li > a:hover {
background: #eaf1ff;
border-color: #cfe1ff;
color: #2563eb;
}
.vwm-menu .current-menu-item > a,
.vwm-menu .current-menu-ancestor > a,
.vwm-menu .current-menu-parent > a,
.vwm-menu .current-category-ancestor > a {
background: #2563eb;
border-color: #2563eb;
color: #ffffff;
box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}
.vwm-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
background: linear-gradient(180deg, #ffffff, #f7f9fc);
border: 1px solid #e7edf4;
border-radius: 14px;
padding: 12px;
list-style: none;
margin: 8px 0 0;
display: none;
min-width: 200px;
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
z-index: 20;
}
.vwm-menu .menu-item:hover > .sub-menu {
display: block;
}
.vwm-menu .sub-menu li {
margin: 0;
}
.vwm-menu .sub-menu a {
display: block;
padding: 8px 10px;
border-radius: 10px;
font-weight: 600;
color: #1f2a37;
}
.vwm-menu .sub-menu a:hover {
background: #eef4ff;
color: #2563eb;
}
.vwm-actions {
display: inline-flex;
gap: 10px;
align-items: center;
}
.vwm-search-btn {
width: 40px;
height: 40px;
border-radius: 999px;
border: 1px solid #e4eaf2;
background: #f8fafc;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.vwm-search-icon {
width: 18px;
height: 18px;
stroke: currentColor;
fill: none;
stroke-width: 2;
}
.vwm-mobile {
display: none;
}
.vwm-burger {
width: 40px;
height: 40px;
border-radius: 999px;
border: 1px solid #e4eaf2;
background: #f8fafc;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
cursor: pointer;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.vwm-burger span {
width: 18px;
height: 2px;
background: #1f2a37;
display: block;
}
.vwm-search-overlay {
position: fixed;
inset: 0;
background: rgba(15, 23, 42, 0.75);
display: none;
align-items: center;
justify-content: center;
z-index: 1100;
}
.vwm-search-overlay.is-open {
display: flex;
}
.vwm-search-overlay form {
background: #ffffff;
padding: 24px;
border-radius: 18px;
width: min(520px, 90vw);
box-shadow: 0 24px 50px rgba(15, 23, 42, 0.25);
}
.vwm-search-overlay input {
width: 100%;
padding: 14px 16px;
border-radius: 12px;
border: 1px solid #e7edf4;
background: #f8fafc;
font-size: 1rem;
}
.vwm-search-close {
position: absolute;
top: 18px;
right: 18px;
background: #ffffff;
border: 1px solid #e7edf4;
width: 40px;
height: 40px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.vwm-search-drawer {
position: sticky;
top: 72px;
z-index: 900;
background: transparent;
pointer-events: none;
height: 0;
padding: 0;
margin: 0;
}
.vwm-search-drawer .vwm-search-inner {
width: min(100% - 32px, var(--ee-max-width));
margin: 0 auto;
background: #ffffff;
border: 1px solid #e7edf4;
border-radius: 16px;
box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
padding: 14px;
transform: translateY(-10px);
opacity: 0;
transition: transform var(--ee-trans), opacity var(--ee-trans);
pointer-events: auto;
display: none;
}
.vwm-search-drawer.is-open .vwm-search-inner {
transform: translateY(0);
opacity: 1;
display: block;
}
.vwm-search-drawer form {
display: flex;
gap: 10px;
align-items: center;
}
.vwm-search-drawer input {
flex: 1;
padding: 12px 14px;
border-radius: 12px;
border: 1px solid #e7edf4;
background: #f8fafc;
font-size: 1rem;
}
.vwm-search-submit {
padding: 12px 18px;
border-radius: 12px;
border: 0;
background: #2563eb;
color: #ffffff;
font-weight: 600;
cursor: pointer;
}
.vwm-offcanvas {
position: fixed;
top: 0;
left: 0;
width: min(320px, 90vw);
height: 100vh;
background: linear-gradient(180deg, #ffffff, #f7f9fc);
border-right: 1px solid #e7edf4;
box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
transform: translateX(-100%);
transition: transform var(--ee-trans);
z-index: 1100;
display: flex;
flex-direction: column;
}
.vwm-offcanvas.is-open {
transform: translateX(0);
}
.vwm-off-head {
padding: 18px;
border-bottom: 1px solid #eef2f5;
display: flex;
align-items: center;
justify-content: space-between;
}
.vwm-off-close {
background: #ffffff;
border: 1px solid #e7edf4;
width: 36px;
height: 36px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.vwm-off-search {
padding: 12px 18px;
}
.vwm-off-search input {
width: 100%;
padding: 12px 14px;
border-radius: 12px;
border: 1px solid #e7edf4;
background: #f8fafc;
}
.vwm-off-menu {
padding: 6px 18px 18px;
overflow-y: auto;
}
.vwm-off-list {
list-style: none;
margin: 0;
padding: 0;
}
.vwm-off-list > li {
border-bottom: 1px solid #eef2f5;
padding: 10px 0;
}
.vwm-off-list a {
color: #1f2a37;
font-weight: 600;
}
.vwm-off-list .sub-menu {
list-style: none;
margin: 8px 0 0;
padding-left: 12px;
display: none;
}
.vwm-off-list .menu-item-has-children > a {
display: inline-flex;
width: 100%;
justify-content: space-between;
}
.vwm-off-list .menu-item-has-children.is-open > .sub-menu {
display: block;
}
.vwm-off-list .menu-item-has-children > a::after {
content: "+";
color: #2563eb;
font-weight: 700;
}
.vwm-off-list .menu-item-has-children.is-open > a::after {
content: "+";
}
.vwm-off-quick {
padding: 0 18px 18px;
border-top: 1px solid #eef2f5;
}
.vwm-off-quick h3 {
font-size: 0.85rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #6b7680;
margin: 16px 0 10px;
}
.vwm-quick-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.vwm-quick-list a {
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: 999px;
background: #f4f7fb;
border: 1px solid #e4eaf2;
font-size: 0.85rem;
font-weight: 600;
color: #1f2a37;
}
.vwm-quick-list a:hover {
background: #eaf1ff;
border-color: #cfe1ff;
color: #2563eb;
}
.vwm-offcanvas-backdrop {
position: fixed;
inset: 0;
background: rgba(15, 23, 42, 0.45);
opacity: 0;
visibility: hidden;
transition: opacity var(--ee-trans);
z-index: 1000;
}
.vwm-offcanvas-backdrop.is-open {
opacity: 1;
visibility: visible;
}
.vwm-offcanvas.is-open + .vwm-offcanvas-backdrop {
opacity: 1;
visibility: visible;
}
.ee-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 0;
gap: 16px;
}
.ee-brand {
display: flex;
align-items: center;
gap: 12px;
font-weight: 700;
letter-spacing: -0.02em;
}
.ee-brand-title {
font-size: 1.2rem;
letter-spacing: -0.01em;
}
.ee-nav {
display: flex;
gap: 12px;
align-items: center;
font-weight: 600;
}
.ee-nav .menu {
display: flex;
gap: 8px;
list-style: none;
margin: 0;
padding: 0;
}
.ee-nav .menu > li > a {
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: 999px;
background: #f6f8fb;
border: 1px solid #e7edf4;
font-size: 0.9rem;
transition: background var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast);
}
.ee-nav .menu > li > a:hover {
background: #eaf1ff;
border-color: #cfe1ff;
color: #2563eb;
}
.ee-nav .menu > li {
position: relative;
}
.ee-nav .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--ee-color-surface);
border: 1px solid var(--ee-color-border);
box-shadow: var(--ee-shadow-sm);
border-radius: var(--ee-radius-sm);
padding: 12px;
min-width: 220px;
list-style: none;
z-index: 999;
}
.ee-nav .menu > li:hover > .sub-menu {
display: block;
}
.ee-mega {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 100%;
width: min(900px, 90vw);
display: none;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
padding: 20px;
background: var(--ee-color-surface);
border: 1px solid var(--ee-color-border);
box-shadow: var(--ee-shadow-md);
border-radius: var(--ee-radius-md);
}
.ee-nav .menu > li.ee-has-mega:hover > .ee-mega {
display: grid;
}
.ee-toggle {
position: relative;
border: 1px solid #e4eaf2;
background: #f8fafc;
color: #1f2a37;
padding: 8px 10px;
border-radius: 999px;
cursor: pointer;
font-weight: 600;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
transition: background var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast);
display: inline-flex;
align-items: center;
gap: 6px;
}
.ee-toggle:hover {
border-color: #cfe1ff;
color: #2563eb;
background: #f3f6fb;
}
.ee-toggle-icon {
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
padding: 4px;
}
.ee-toggle-icon svg {
width: 18px;
height: 18px;
stroke: currentColor;
fill: none;
stroke-width: 2;
}
.ee-sun {
color: #f59e0b;
}
.ee-moon {
color: #94a3b8;
}
html.ee-dark .ee-sun {
color: #94a3b8;
}
html.ee-dark .ee-moon {
color: #60a5fa;
}
.ee-hero {
padding: 36px 0;
}
.ee-hero-card {
background: var(--ee-color-surface);
border-radius: var(--ee-radius-lg);
box-shadow: var(--ee-shadow-md);
overflow: hidden;
display: grid;
grid-template-columns: 1.4fr 1fr;
}
.ee-hero-content {
padding: 28px;
}
.ee-kicker {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.18em;
color: var(--ee-color-primary);
font-weight: 700;
}
.ee-hero-title {
font-family: var(--ee-font-serif);
font-size: clamp(1.8rem, 3vw, 3rem);
margin: 12px 0;
}
.ee-hero-meta {
color: var(--ee-color-muted);
font-size: 0.85rem;
}
.ee-section {
padding: 32px 0;
}
.ee-section-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ee-section-title h2 {
margin: 0;
font-size: 1.4rem;
}
.ee-card {
background: var(--ee-color-surface);
border: 1px solid var(--ee-color-border);
border-radius: var(--ee-radius-md);
padding: 18px;
box-shadow: var(--ee-shadow-sm);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.ee-card:hover {
transform: translateY(-5px);
box-shadow: var(--ee-shadow-md);
}
.ee-meta {
font-size: 0.85rem;
color: var(--ee-color-muted);
}
.ee-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background: rgba(11, 95, 255, 0.12);
color: var(--ee-color-primary);
font-size: 0.75rem;
font-weight: 600;
}
.ee-slider {
display: flex;
gap: 16px;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding-bottom: 6px;
}
.ee-slider-card {
min-width: 260px;
scroll-snap-align: start;
}
.ee-newsletter {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 18px;
background: linear-gradient(135deg, rgba(11, 95, 255, 0.08), rgba(255, 90, 31, 0.1));
border-radius: var(--ee-radius-lg);
padding: 26px;
align-items: center;
}
.ee-newsletter-page {
background: #f6f8fb;
}
.ee-newsletter-hero {
padding: 60px 0;
}
.ee-newsletter-hero-inner {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-newsletter-kicker {
font-size: 0.85rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #6b7280;
font-weight: 700;
}
.ee-newsletter-lede {
color: #5b6675;
font-size: 1.05rem;
max-width: 560px;
}
.ee-newsletter-list {
margin: 18px 0 0;
padding-left: 18px;
color: #2b3644;
}
.ee-newsletter-card {
background: #ffffff;
border-radius: 20px;
padding: 24px;
box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
border: 1px solid #e6edf5;
}
.ee-newsletter-card-label {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.75rem;
color: #6b7280;
margin: 0 0 8px;
}
.ee-newsletter-form {
display: grid;
gap: 12px;
margin-top: 12px;
}
.ee-newsletter-proof {
padding: 10px 0 70px;
}
.ee-newsletter-proof-inner {
display: grid;
gap: 24px;
}
.ee-newsletter-proof-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ee-newsletter-proof-card {
background: #ffffff;
border-radius: 18px;
padding: 20px;
border: 1px solid #e6edf5;
box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}
.ee-newsletter-modal {
position: fixed;
inset: 0;
background: rgba(15, 23, 42, 0.55);
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
padding: 20px;
}
.ee-newsletter-modal.is-visible {
display: flex;
}
.ee-newsletter-modal-card {
width: min(520px, 100%);
background: #ffffff;
border-radius: 22px;
padding: 28px;
box-shadow: 0 30px 70px rgba(15, 23, 42, 0.25);
position: relative;
text-align: left;
}
.ee-newsletter-modal-kicker {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.75rem;
color: #6b7280;
margin: 0 0 8px;
}
.ee-newsletter-close {
position: absolute;
top: 14px;
right: 14px;
width: 36px;
height: 36px;
border-radius: 50%;
border: 0;
background: #f1f5f9;
font-size: 20px;
cursor: pointer;
}
.ee-newsletter-modal-body {
color: #5b6675;
margin: 8px 0 0;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-newsletter-proof-grid {
grid-template-columns: 1fr;
}
.ee-input {
padding: 12px 14px;
border-radius: 10px;
border: 1px solid var(--ee-color-border);
width: 100%;
font-size: 1rem;
}
.ee-button {
padding: 12px 18px;
border-radius: 999px;
background: var(--ee-color-primary);
color: #fff;
border: none;
cursor: pointer;
font-weight: 600;
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.ee-button:hover {
transform: translateY(-2px);
box-shadow: var(--ee-shadow-sm);
}
.ee-sidebar {
position: sticky;
top: 96px;
}  .ee-footer {
padding: 40px 0;
background: var(--ee-color-surface);
border-top: 1px solid var(--ee-color-border);
}
.ee-footer-ad {
width: min(100% - 32px, var(--ee-max-width));
margin: 0 auto 24px;
padding: 16px;
border-radius: 18px;
background: #ffffff;
border: 1px dashed #e4eaf2;
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.08);
text-align: center;
}
.ee-footer .ee-meta {
text-align: center;
margin: 40px auto 0;
padding-top: 18px;
border-top: 1px solid var(--ee-color-border);
font-size: 0.85rem;
} .ee-author-hero {
display: grid;
grid-template-columns: auto 1fr;
gap: 20px;
padding: 24px;
border-radius: var(--ee-radius-lg);
background: #ffffff;
border: 1px solid #e6edf1;
box-shadow: 0 14px 30px rgba(12, 17, 29, 0.08);
align-items: center;
margin-bottom: 26px;
}
.ee-author-avatar img {
border-radius: 50%;
width: 120px;
height: 120px;
object-fit: cover;
}
.ee-author-info h1 {
margin: 8px 0 6px;
}
.ee-author-meta {
display: flex;
gap: 16px;
font-size: 0.9rem;
color: #6b7680;
}
.ee-author-meta a {
color: #2563eb;
font-weight: 600;
}
@media (max-width: 768px) {
.ee-author-hero {
grid-template-columns: 1fr;
text-align: center;
}
.ee-author-meta {
justify-content: center;
flex-wrap: wrap;
}
} .vwm-author {
width: min(100% - 32px, var(--ee-max-width));
margin: 0 auto;
padding: 28px 0 60px;
}
.vwm-author-header {
background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0));
border-radius: 26px;
border: 1px solid #e6edf1;
padding: 26px;
box-shadow: 0 20px 46px rgba(12, 17, 29, 0.12);
}
.vwm-author-inner {
display: grid;
grid-template-columns: auto 1fr;
gap: 26px;
align-items: center;
}
.vwm-author-avatar img {
width: 170px;
height: 170px;
border-radius: 50%;
object-fit: cover;
border: 6px solid #ffffff;
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.15);
}
.vwm-author-meta h1 {
font-size: clamp(1.8rem, 2.6vw, 2.6rem);
margin: 4px 0 8px;
color: #0f2e3b;
}
.vwm-author-title,
.vwm-author-edu,
.vwm-author-expertise {
color: #5f6b76;
margin: 6px 0;
font-size: 0.98rem;
}
.vwm-author-social {
display: flex;
gap: 10px;
margin-top: 10px;
}
.vwm-social-link {
width: 42px;
height: 42px;
border-radius: 12px;
border: 1px solid #e6edf1;
background: linear-gradient(180deg, #ffffff, #f7f9fc);
display: inline-flex;
align-items: center;
justify-content: center;
color: #1f2a37;
box-shadow: 0 8px 18px rgba(12, 17, 29, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast);
}
.vwm-social-link:hover {
color: #2563eb;
border-color: #cfe1ff;
background: linear-gradient(180deg, #f7fbff, #eef4ff);
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(12, 17, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.vwm-social-link svg {
width: 20px;
height: 20px;
}
.vwm-social-link.is-facebook:hover {
color: #1877f2;
border-color: rgba(24, 119, 242, 0.4);
background: linear-gradient(180deg, rgba(24, 119, 242, 0.12), rgba(24, 119, 242, 0.06));
}
.vwm-social-link.is-twitter:hover {
color: #0f1419;
border-color: rgba(15, 20, 25, 0.4);
background: linear-gradient(180deg, rgba(15, 20, 25, 0.08), rgba(15, 20, 25, 0.03));
}
.vwm-social-link.is-linkedin:hover {
color: #0a66c2;
border-color: rgba(10, 102, 194, 0.4);
background: linear-gradient(180deg, rgba(10, 102, 194, 0.12), rgba(10, 102, 194, 0.06));
}
.vwm-social-link.is-youtube:hover {
color: #ff0000;
border-color: rgba(255, 0, 0, 0.35);
background: linear-gradient(180deg, rgba(255, 0, 0, 0.12), rgba(255, 0, 0, 0.06));
}
.vwm-social-link.is-instagram:hover {
color: #e4405f;
border-color: rgba(228, 64, 95, 0.4);
background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(252, 175, 69, 0.12));
}
.vwm-section {
margin-top: 26px;
padding: 24px;
border-radius: 20px;
border: 1px solid #e6edf1;
background: #ffffff;
box-shadow: 0 14px 30px rgba(12, 17, 29, 0.08);
}
.vwm-section h2 {
margin-top: 0;
font-size: 1.25rem;
color: #0f2e3b;
}
.vwm-highlights {
margin: 0;
padding-left: 18px;
}
.vwm-quote {
margin-top: 26px;
padding: 26px;
border-radius: 20px;
background: linear-gradient(135deg, #0f2e3b, #123b4b);
color: #ffffff;
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
}
.vwm-quote span {
display: block;
margin-top: 10px;
color: rgba(255, 255, 255, 0.7);
}
.vwm-more {
margin-top: 30px;
}
.vwm-load-wrap {
display: flex;
justify-content: center;
margin-top: 22px;
}
.vwm-load-more {
padding: 12px 26px;
border-radius: 999px;
border: 1px solid #e4eaf2;
background: linear-gradient(180deg, #ffffff, #f4f7fb);
font-weight: 700;
letter-spacing: 0.02em;
color: #1f2a37;
cursor: pointer;
box-shadow: 0 12px 24px rgba(12, 17, 29, 0.1);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast), border var(--ee-trans-fast), color var(--ee-trans-fast);
}
.vwm-load-more:hover {
transform: translateY(-1px);
box-shadow: 0 16px 30px rgba(12, 17, 29, 0.14);
border-color: #cfe1ff;
color: #2563eb;
}
.vwm-load-more.is-loading {
opacity: 0.6;
cursor: not-allowed;
}
.vwm-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
margin-top: 16px;
}
.vwm-card {
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 12px 26px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.vwm-ad {
grid-column: 1 / -1;
}
.vwm-card img {
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
object-fit: cover;
}
.vwm-card:hover {
transform: translateY(-2px);
box-shadow: 0 16px 34px rgba(12, 17, 29, 0.12);
}
.vwm-card h3 {
padding: 12px 14px 8px;
margin: 0;
font-size: 1rem;
}
.vwm-card-meta {
padding: 0 14px 14px;
margin: 0;
font-size: 0.85rem;
color: #6b7680;
}
.vwm-cat {
display: inline-block;
margin: 10px 14px 0;
font-size: 0.7rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #2f6d57;
font-weight: 700;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.vwm-author-inner {
grid-template-columns: 1fr;
text-align: center;
}
.vwm-author-avatar {
display: flex;
justify-content: center;
}
.vwm-author-social {
justify-content: center;
}
.vwm-grid {
grid-template-columns: 1fr;
}
.vwm-card {
display: flex;
gap: 14px;
align-items: center;
padding: 12px;
border-radius: 18px;
}
.vwm-card img {
width: 120px;
flex: 0 0 120px;
height: 80px;
border-radius: 12px;
}
.vwm-card a {
display: flex;
gap: 14px;
align-items: center;
width: 100%;
}
.vwm-card .vwm-card-body {
display: flex;
flex-direction: column;
}
.vwm-card h3,
.vwm-cat,
.vwm-card-meta {
padding-left: 0;
}
}
@media (max-width: 768px) {
.vwm-more .vwm-grid .vwm-card {
display: flex;
gap: 14px;
align-items: center;
padding: 12px;
border-radius: 18px;
}
.vwm-more .vwm-grid .vwm-card a {
display: flex;
gap: 14px;
align-items: center;
width: 100%;
}
.vwm-more .vwm-grid .vwm-card img {
width: 120px;
flex: 0 0 120px;
height: 80px;
border-radius: 12px;
}
.vwm-more .vwm-grid .vwm-card .vwm-card-body {
display: flex;
flex-direction: column;
}
}
.ee-footer-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 20px;
}
.ee-footer .menu {
list-style: none;
padding: 0;
margin: 8px 0 0;
display: grid;
gap: 8px;
}
.ee-footer .menu li {
margin: 0;
}
@media (max-width: 900px) {
.ee-hero-card {
grid-template-columns: 1fr;
}
.ee-newsletter {
grid-template-columns: 1fr;
}
.ee-footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 600px) {
.ee-footer-grid {
grid-template-columns: 1fr !important;
}
}
.ee-ad {
background: repeating-linear-gradient(45deg, rgba(11, 95, 255, 0.05), rgba(11, 95, 255, 0.05) 12px, rgba(255, 90, 31, 0.05) 12px, rgba(255, 90, 31, 0.05) 24px);
border-radius: var(--ee-radius-md);
padding: 18px;
text-align: center;
color: var(--ee-color-muted);
font-size: 0.9rem;
width: min(100% - 32px, var(--ee-max-width));
margin: 12px auto 24px;
}
.ee-ad-slot {
margin-top: 12px;
}
.ee-single-rail .ee-ad-slot {
margin-top: 16px;
}
.ee-single-rail .ee-ad-slot:first-child {
margin-top: 0;
}
.ee-single-rail .ee-ad-slot > * {
display: block;
width: 100%;
}
.ee-animate {
animation: eeFadeUp 0.6s ease both;
}
@keyframes eeFadeUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.ee-search-results {
position: absolute;
top: 110%;
left: 0;
right: 0;
background: var(--ee-color-surface);
border: 1px solid var(--ee-color-border);
border-radius: var(--ee-radius-sm);
box-shadow: var(--ee-shadow-sm);
padding: 12px;
display: none;
z-index: 999;
}
.ee-search-results.is-open {
display: block;
}
.ee-search-results ul {
list-style: none;
margin: 0;
padding: 0;
}
.ee-search-results li {
padding: 8px 6px;
border-bottom: 1px solid var(--ee-color-border);
}
.ee-search-results li:last-child {
border-bottom: none;
}
.ee-search-wrap {
position: relative;
min-width: 240px;
}
.ee-input {
background: #f6f8fb;
border: 1px solid #e7edf4;
border-radius: 999px;
padding: 10px 14px;
}
@media (max-width: 900px) {
.vwm-top,
.vwm-nav {
display: none;
}
.vwm-mobile {
display: flex;
gap: 10px;
}
.vwm-mobile .vwm-logo {
flex: 1 1 auto;
}
.vwm-mobile .ee-toggle {
padding: 6px 8px;
}
.vwm-mobile .ee-toggle .ee-toggle-icon {
width: 16px;
height: 16px;
}
.vwm-mobile .ee-toggle .ee-toggle-icon svg {
width: 16px;
height: 16px;
}
.vwm-search-drawer {
top: 60px;
}
.vwm-search-drawer .vwm-search-inner {
width: calc(100% - 20px);
padding: 12px;
}
.vwm-search-drawer form {
flex-direction: column;
align-items: stretch;
}
.vwm-search-submit {
width: 100%;
}
}
.ee-video-card iframe {
width: 100%;
height: 240px;
border: 0;
border-radius: var(--ee-radius-md);
} .vw-container {
width: min(100% - 32px, var(--ee-max-width));
margin: 0 auto;
}
.vw-cat-head {
display: flex;
flex-direction: column;
gap: 10px;
padding: 24px 0 10px;
}
.vw-parent {
font-weight: 700;
color: var(--ee-color-primary);
letter-spacing: 0.12em;
font-size: 0.75rem;
}
.vw-title {
font-family: var(--ee-font-serif);
font-size: clamp(2rem, 4vw, 3.6rem);
margin: 0;
}
.vw-subcats {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 12px 0;
}
.vw-subcats a {
padding: 8px 16px;
border-radius: 999px;
border: 1px solid #dde3ea;
background: linear-gradient(180deg, #ffffff, #f3f6fb);
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 700;
color: #2f3b46;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 16px rgba(12, 17, 29, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast), border var(--ee-trans-fast), color var(--ee-trans-fast);
}
.vw-subcats a:hover {
transform: translateY(-1px);
border-color: #cfe1ff;
color: #2563eb;
box-shadow: 0 12px 22px rgba(12, 17, 29, 0.12);
}
.vw-intro {
font-size: 1rem;
color: var(--ee-color-text);
background: linear-gradient(135deg, rgba(11, 95, 255, 0.08), rgba(255, 90, 31, 0.08));
border: 1px solid var(--ee-color-border);
border-radius: var(--ee-radius-lg);
padding: 18px 20px;
box-shadow: var(--ee-shadow-sm);
width: 100%;
}
.vw-hero {
background: linear-gradient(180deg, rgba(11, 95, 255, 0.05), rgba(255, 255, 255, 0));
border-bottom: 1px solid #eef2f5;
}
@media (max-width: 600px) {
.vw-intro {
padding: 14px 16px;
}
}
.vw-foundation {
padding: 32px 0 40px;
}
.vw-foundation-title,
.vw-explore-title,
.vw-faq-header,
.vw-key-header {
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 700;
font-size: 0.85rem;
color: var(--ee-color-muted);
}
.vw-foundation-title {
margin-bottom: 10px;
}
.vw-foundation-grid {
display: grid;
grid-template-columns: 1.1fr 1.1fr 0.8fr;
gap: 24px;
margin-top: 20px;
align-items: start;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: 3;
}
.vw-foundation-grid .vw-card:nth-child(4) {
margin-top: 16px;
}
.vw-card-big {
background: var(--ee-color-surface);
border-radius: 18px;
overflow: hidden;
box-shadow: var(--ee-shadow-md);
border: 1px solid #e6edf1;
}
.vw-card-big img {
width: 100%;
height: auto;
border-radius: 0;
}
.vw-card-body {
padding: 20px;
}
.vw-card-cat {
font-size: 0.75rem;
letter-spacing: 0.08em;
color: var(--ee-color-primary);
font-weight: 700;
text-transform: uppercase;
}
.vw-card-review {
color: var(--ee-color-muted);
font-size: 0.9rem;
}
.vw-card-stack {
display: grid;
gap: 16px;
}
.vw-card-small {
display: flex;
flex-direction: row-reverse;
gap: 14px;
background: var(--ee-color-surface);
border: 1px solid var(--ee-color-border);
border-radius: 16px;
padding: 16px;
align-items: center;
box-shadow: 0 10px 22px rgba(12, 17, 29, 0.08);
}
.vw-card-small img {
width: 120px;
height: 68px;
object-fit: cover;
border-radius: 10px;
flex: 0 0 64px;
}
.vw-card-small h4 {
margin: 6px 0 10px;
font-size: 1rem;
line-height: 1.3;
color: #0f2e3b;
}
.vw-card-small .vw-card-review {
margin: 0;
font-size: 0.8rem;
color: #6b7680;
}
.vw-card-small .ee-badge {
margin-bottom: 6px;
font-size: 0.68rem;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.vw-faq,
.vw-key-terms {
padding: 40px 0;
background: transparent;
border-top: 0;
border-bottom: 0;
}
.vw-faq-container {
width: calc(100% - 20px);
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
border: 1px solid #e7edf4;
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
overflow: hidden;
}
.vw-faq-header,
.vw-key-header {
background: #f3f6fb;
color: #1f2a37;
padding: 14px 22px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 0.78rem;
border-bottom: 1px solid #e7edf4;
}
.vw-faq-container > .vw-faq-item:first-of-type {
border-top: 0;
}
.vw-faq-item {
border-bottom: 1px solid #eef2f5;
}
.vw-faq-question {
width: 100%;
text-align: left;
background: none;
border: 0;
padding: 18px 22px;
font-weight: 700;
font-size: 1.05rem;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.vw-faq-answer {
display: none;
padding: 2px 22px 18px;
color: #5f6b76;
line-height: 1.6;
}
.vw-faq-item.is-open .vw-faq-answer {
display: block;
}
.vw-faq-icon::after {
content: "+";
font-weight: 700;
color: #2563eb;
width: 30px;
height: 30px;
display: grid;
place-items: center;
border-radius: 999px;
background: rgba(37, 99, 235, 0.12);
}
.vw-faq-item.is-open .vw-faq-icon::after {
content: "+";
color: #1f2a37;
background: rgba(31, 41, 55, 0.12);
}
.vw-faq-learn-more {
display: inline-flex;
margin-top: 8px;
color: #2563eb;
font-weight: 600;
}
.vw-key-terms {
width: calc(100% - 20px);
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
border: 1px solid #e7edf4;
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
overflow: hidden;
}
.vw-key-tabs {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 14px 22px 8px;
}
.vw-key-tab {
border: 1px solid #e7edf4;
background: #f8fafc;
padding: 8px 16px;
border-radius: 999px;
cursor: pointer;
font-weight: 600;
transition: background var(--ee-trans-fast), color var(--ee-trans-fast), border var(--ee-trans-fast);
}
.vw-key-tab.active {
background: #2563eb;
color: #ffffff;
border-color: #2563eb;
}
.vw-key-content {
background: #ffffff;
border-radius: 0 0 20px 20px;
padding: 18px 22px 22px;
border-top: 1px solid #eef2f5;
}
.vw-key-content > .vw-key-panel {
background: #ffffff;
border-radius: 16px;
padding: 20px 0 0;
border: 0;
box-shadow: none;
}
.vw-key-panel p {
margin-bottom: 0;
}
@media (max-width: 768px) {
.vw-faq-container {
width: calc(100% - 20px);
}
.vw-key-terms {
width: calc(100% - 20px);
}
.vw-faq-header,
.vw-key-header {
padding: 12px 16px;
}
.vw-faq-question {
padding: 16px;
}
.vw-faq-answer {
padding: 2px 16px 16px;
}
.vw-key-tabs {
margin: 14px 16px 8px;
}
.vw-key-content {
padding: 16px;
}
}
.vw-key-panel h3 {
margin-top: 0;
font-size: 1.2rem;
color: #0f2e3b;
}
.vw-key-panel a {
display: inline-flex;
margin-top: 8px;
color: #2563eb;
font-weight: 600;
}
.vw-key-panel {
display: none;
}
.vw-key-panel.active {
display: block;
}
.vw-explore {
padding: 36px 0 60px;
}
.vw-load-more-wrap {
display: flex;
justify-content: center;
margin-top: 24px;
}
.vw-load-more {
padding: 12px 22px;
border-radius: 999px;
border: 1px solid #e4eaf2;
background: #ffffff;
font-weight: 600;
color: #1f2a37;
cursor: pointer;
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
transition: transform var(--ee-trans-fast), box-shadow var(--ee-trans-fast);
}
.vw-load-more:hover {
transform: translateY(-1px);
box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}
.vw-explore-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 20px;
margin-top: 20px;
}
.vw-explore-ad {
grid-column: 1 / -1;
}
.vw-explore-card {
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 20px;
overflow: hidden;
transition: box-shadow var(--ee-trans-fast);
}
.vw-explore-card:hover {
box-shadow: 0 10px 22px rgba(12, 17, 29, 0.12);
}
.vw-explore-body {
padding: 16px;
}
.vw-explore-thumb img {
width: 100%;
height: auto;
display: block;
}
.vw-explore-cat {
color: #2f6d57;
text-transform: uppercase;
font-size: 0.72rem;
letter-spacing: 0.2em;
font-weight: 700;
}
.vw-explore-author {
color: #6b7680;
font-size: 0.9rem;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: 3;
}
.vw-foundation-grid .vw-card:nth-child(4) {
margin-top: 16px;
}
@media (max-width: 768px) {
.vw-explore-card {
display: flex !important;
flex-direction: row !important; 
align-items: center;
}
.vw-explore-thumb {
width: 100px !important;
flex: 0 0 100px !important;
}
.vw-explore-thumb img {
height: 70px !important;
}
}
@media (max-width: 520px) {
.vw-explore-card {
flex-direction: column;
align-items: flex-start;
}
.vw-explore-thumb {
width: 100%;
flex: 0 0 auto;
}
.vw-explore-thumb img {
height: auto;
}
} @media (max-width: 768px) {
body.single,
.ee-single-premium,
.ee-single-wrap,
.ee-single-content {
overflow-x: hidden;
}
.ee-single-content img,
.ee-single-content video,
.ee-single-content iframe,
.ee-single-content table,
.ee-single-content pre {
max-width: 100%;
}
.ee-single-content table {
display: block;
width: 100%;
overflow-x: auto;
}
} .vw-faq-icon::after {
content: "+";
font-weight: 700;
color: #1f2a37;
width: 32px;
height: 32px;
display: grid;
place-items: center;
border-radius: 999px;
background: #f0f4ff;
border: 1px solid #d9e4ff;
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.vw-faq-item.is-open .vw-faq-icon::after {
content: "+";
color: #111827;
background: #e9eef7;
border-color: #d5dce8;
} .vw-faq-icon::after {
content: "+";
font-weight: 700;
color: #2563eb;
width: 32px;
height: 32px;
display: grid;
place-items: center;
border-radius: 999px;
background: #eef3ff;
border: 1px solid #d7e3ff;
box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.vw-faq-item.is-open .vw-faq-icon::after {
content: "-";
color: #111827;
background: #eef2f6;
border-color: #d8e0ea;
transform: rotate(0deg);
} .vwm-off-list .menu-item-has-children > a::after {
content: "+";
color: #2563eb;
width: 28px;
height: 28px;
display: grid;
place-items: center;
border-radius: 999px;
background: #eef3ff;
border: 1px solid #d7e3ff;
box-shadow: 0 6px 14px rgba(37, 99, 235, 0.18);
}
.vwm-off-list .menu-item-has-children.is-open > a::after {
content: "-";
color: #2563eb;
background: #eef3ff;
border-color: #d7e3ff;
} .ee-home-cats {
background: radial-gradient(circle at top left, rgba(33, 96, 208, 0.08), transparent 52%), #f7f8fb;
border-top: 1px solid #e6eaf1;
border-bottom: 1px solid #e6eaf1;
}
.ee-home-cats .ee-home-section-head h2 {
font-size: 28px;
letter-spacing: -0.02em;
}
.ee-home-cats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-cat-card {
position: relative;
display: flex;
flex-direction: column;
gap: 12px;
padding: 20px;
border-radius: 18px;
background: #ffffff;
border: 1px solid #e5eaf2;
text-decoration: none;
color: #101826;
box-shadow: 0 10px 30px rgba(15, 24, 40, 0.08);
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
overflow: hidden;
}
.ee-cat-card::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(15, 105, 255, 0.08), transparent 52%);
opacity: 0;
transition: opacity 0.25s ease;
}
.ee-cat-card:hover {
transform: translateY(-6px);
border-color: #d1dbeb;
box-shadow: 0 18px 40px rgba(15, 24, 40, 0.16);
}
.ee-cat-card:hover::before {
opacity: 1;
}
.ee-cat-icon {
width: 56px;
height: 56px;
border-radius: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 700;
color: #0f4bd4;
background: linear-gradient(150deg, #e4eeff, #dbe7ff);
box-shadow: inset 0 0 0 1px rgba(15, 75, 212, 0.18);
z-index: 1;
}
.ee-cat-icon svg {
width: 26px;
height: 26px;
fill: currentColor;
}
.ee-cat-name {
font-size: 16px;
font-weight: 700;
letter-spacing: 0.01em;
z-index: 1;
}
.ee-cat-count {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 12px;
font-weight: 600;
color: #5a6576;
background: #f0f4ff;
border: 1px solid #dbe4ff;
border-radius: 999px;
padding: 6px 12px;
width: fit-content;
z-index: 1;
}
@media (max-width: 900px) {
.ee-home-cats-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-home-cats-grid {
grid-template-columns: 1fr;
}
.ee-cat-card {
padding: 16px 18px;
flex-direction: row;
align-items: center;
gap: 14px;
}
.ee-cat-icon {
width: 48px;
height: 48px;
border-radius: 14px;
}
.ee-cat-name {
font-size: 15px;
}
.ee-cat-count {
margin-left: auto;
}
}
@media (max-width: 640px) {
.ee-home-all-card a {
display: flex;
gap: 12px;
align-items: center;
}
.ee-home-all-card img {
width: 120px;
height: 68px;
border-radius: 14px;
object-fit: cover;
order: 1;
}
.ee-home-all-card-body {
padding: 12px 14px 12px 0;
order: 2;
}
.ee-home-all-card-body .ee-badge {
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 999px;
font-size: 9px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 6px;
white-space: nowrap;
}
.ee-home-all-card-body h3 {
font-size: 16px;
margin: 8px 0 6px;
}
.ee-home-all-stories .ee-meta {
font-size: 12px;
color: #6b7280;
display: inline-flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
} .ee-footer-cats {
margin-top: 24px;
text-align: center;
}
.ee-footer-cats h3 {
margin: 0 0 12px;
font-size: 1rem;
}
.ee-footer-cat-list {
padding-left: 0;
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 14px;
}
.ee-footer-cat-list li a {
display: inline-flex;
padding: 6px 12px;
border-radius: 999px;
background: #f3f6fb;
border: 1px solid #e3e9f2;
text-decoration: none;
font-size: 0.85rem;
color: #1f2a37;
}
.ee-footer-cat-list li a:hover {
background: #ffffff;
border-color: #cfd9e6;
}
@media (max-width: 600px) {
.ee-footer-cats {
margin-top: 20px;
}
.ee-footer-cat-list {
padding-left: 0;
gap: 8px 10px;
}
.ee-footer-cat-list li a {
font-size: 0.8rem;
}
} .ee-footer-premium {
background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
border-top: 1px solid var(--ee-color-border);
}
.ee-footer-premium .ee-footer-top {
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
gap: 28px;
padding: 28px 0 10px;
}
.ee-footer-premium .ee-footer-logo {
font-size: 1.4rem;
margin: 0 0 8px;
}
.ee-footer-premium .ee-footer-tagline {
margin: 0 0 8px;
color: #5f6b76;
}
.ee-footer-premium .ee-footer-trust {
margin: 0;
color: #2d3b4f;
font-weight: 600;
}
.ee-footer-premium h3 {
font-size: 1rem;
margin: 0 0 12px;
}
.ee-footer-premium .menu,
.ee-footer-premium .ee-footer-cat-list {\r
flex-direction: column;\r
gap: 8px;\r
}\r
\r
.ee-footer-premium .ee-footer-cat-list li a {\r
display: inline-flex;\r
padding: 0;\r
border: 0;\r
background: none;\r
font-size: 0.9rem;\r
}\r
.ee-footer-premium .ee-footer-divider {
margin-top: 22px;
border-top: 1px solid var(--ee-color-border);
}
.ee-footer-premium .ee-footer-bottom {
padding: 18px 0 10px;
}
.ee-cookie-banner {
position: fixed;
left: 16px;
right: 16px;
bottom: 16px;
z-index: 999;
display: none;
}
.ee-cookie-banner.is-visible {
display: block;
}
.ee-cookie-inner {
max-width: 960px;
margin: 0 auto;
background: #0f172a;
color: #f8fafc;
border-radius: 18px;
padding: 20px 22px;
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
border: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
gap: 20px;
align-items: center;
justify-content: space-between;
}
.ee-cookie-text h3 {
margin: 0 0 6px;
font-size: 18px;
}
.ee-cookie-text p {
margin: 0 0 8px;
color: rgba(248, 250, 252, 0.8);
font-size: 14px;
}
.ee-cookie-link {
color: #93c5fd;
font-weight: 600;
text-decoration: none;
}
.ee-cookie-actions {
display: inline-flex;
gap: 12px;
}
.ee-cookie-btn {
border: 0;
border-radius: 999px;
padding: 10px 18px;
font-weight: 700;
cursor: pointer;
}
.ee-cookie-accept {
background: #3b82f6;
color: #ffffff;
}
.ee-cookie-reject {
background: rgba(255, 255, 255, 0.08);
color: #e2e8f0;
border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 720px) {
.ee-cookie-inner {
flex-direction: column;
align-items: flex-start;
}
.ee-cookie-actions {
width: 100%;
}
.ee-cookie-btn {
flex: 1;
justify-content: center;
}
}
.ee-footer-premium .ee-meta {
text-align: center;
margin: 0;
font-size: 0.85rem;
}
@media (max-width: 900px) {
.ee-footer-premium .ee-footer-top {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 640px) {
.ee-footer-premium .ee-footer-top {
grid-template-columns: 1fr;
}
.ee-footer-premium .ee-footer-cat-list {
justify-content: flex-start;
}
} .ee-about-hero {
background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0));
padding: 48px 0;
}
.ee-about-hero-inner {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 28px;
align-items: center;
}
.ee-about-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-about-hero h1 {
font-size: clamp(2rem, 4vw, 3.2rem);
margin: 0 0 12px;
}
.ee-about-lede {
font-size: 1.1rem;
color: #3b4552;
}
.ee-about-hero-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 20px;
padding: 22px;
box-shadow: 0 16px 40px rgba(20, 32, 54, 0.12);
}
.ee-about-hero-card ul {
list-style: none;
padding: 0;
margin: 12px 0 0;
display: grid;
gap: 8px;
color: #3b4552;
}
.ee-about-section {
padding: 42px 0;
}
.ee-about-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-about-list {
padding-left: 18px;
color: #3b4552;
}
.ee-about-panel {
background: #f7f9fc;
}
.ee-about-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-about-steps h3 {
margin-bottom: 8px;
}
.ee-about-cta {
background: #0f172a;
color: #ffffff;
}
.ee-about-cta p {
color: rgba(255, 255, 255, 0.78);
}
.ee-about-actions {
display: flex;
gap: 12px;
margin-top: 16px;
}
@media (max-width: 900px) {
.ee-about-hero-inner,
.ee-about-grid {
grid-template-columns: 1fr;
}
.ee-about-steps {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.ee-about-actions {
flex-direction: column;
}
} .ee-about-team {
background: #ffffff;
}
.ee-team-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
margin-top: 18px;
}
.ee-team-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 18px;
padding: 16px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
box-shadow: 0 12px 24px rgba(20, 32, 54, 0.08);
}
.ee-team-card:hover {
transform: translateY(-5px);
box-shadow: 0 18px 36px rgba(20, 32, 54, 0.14);
}
.ee-team-card a {
display: flex;
gap: 12px;
text-decoration: none;
color: inherit;
}
.ee-team-avatar img {
border-radius: 16px;
}
.ee-team-body h3 {
margin: 0 0 6px;
font-size: 1rem;
}
.ee-team-title {
margin: 0 0 6px;
font-weight: 600;
color: #2d3b4f;
}
.ee-team-expertise {
margin: 0;
color: #6a7280;
font-size: 0.9rem;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-team-grid {
grid-template-columns: 1fr;
}
.ee-about .ee-team-card a {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
width: 100%;
}
.ee-about .ee-team-avatar {
flex: 0 0 auto;
}
.ee-about .ee-team-avatar img {
width: 64px;
height: 64px;
border-radius: 16px;
display: block;
object-fit: cover;
}
.ee-about .ee-team-body {
flex: 1 1 auto;
min-width: 0;
}
.ee-about .ee-team-card {
overflow: hidden;
}
} .ee-landing-hero {
background: radial-gradient(circle at 20% 30%, #dbeafe, transparent 40%),
radial-gradient(circle at 80% 20%, #e0f2fe, transparent 40%),
#f8fafc;
padding: 72px 0 36px;
position: relative;
overflow: hidden;
animation: floatBg 12s ease-in-out infinite alternate;
}
@keyframes floatBg {
0% {
background-position: 0% 0%, 100% 0%, 0 0;
}
100% {
background-position: 10% 20%, 90% -10%, 0 0;
}
}
.ee-landing-hero-inner {
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-landing-copy {
max-width: 600px;
}
.ee-landing-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-landing-hero h1 {
font-size: 56px;
line-height: 1.15;
letter-spacing: -1px;
margin: 0 0 12px;
}
.ee-landing-lede {
font-size: 18px;
color: #64748b;
line-height: 1.7;
}
.ee-landing-actions {
display: flex;
gap: 12px;
margin: 18px 0;
}
.ee-landing-actions .ee-button {
transition: all 0.25s ease;
}
.ee-landing-actions .ee-button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}
.ee-landing-metrics {
display: flex;
gap: 20px;
margin-top: 18px;
}
.ee-landing-metrics strong {
font-size: 1.2rem;
display: block;
}
.ee-landing-card {
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 22px;
padding: 22px;
box-shadow: 0 22px 46px rgba(15, 23, 42, 0.14);
backdrop-filter: blur(12px);
}
.ee-landing-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
display: grid;
gap: 10px;
}
.ee-landing-section {
padding: 100px 0;
}
.ee-landing-section + .ee-landing-section {
margin-top: 60px;
}
.ee-landing-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-landing-section p {
font-size: 18px;
color: #64748b;
line-height: 1.7;
}
.ee-landing-list {
padding-left: 18px;
color: #3b4552;
}
.ee-landing-panel {
background: #f7f9fc;
}
.ee-landing-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-report-card {
padding: 24px;
border-radius: 16px;
background: #ffffff;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.ee-report-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 12px;
background: #e0f2fe;
color: #0f172a;
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.12em;
margin-bottom: 12px;
}
.ee-landing-cta {
background: linear-gradient(135deg, #0f172a, #1e293b);
color: #ffffff;
}
.ee-landing-cta p {
color: rgba(255, 255, 255, 0.78);
}
.ee-landing-cta .ee-button {
box-shadow: 0 0 30px rgba(59, 130, 246, 0.4);
}
@media (max-width: 900px) {
.ee-landing-hero-inner,
.ee-landing-grid {
grid-template-columns: 1fr;
}
.ee-landing-steps {
grid-template-columns: 1fr;
}
.ee-landing-hero h1 {
font-size: 40px;
}
}
@media (max-width: 768px) {
.ee-about .ee-landing-hero-inner {
display: flex;
flex-direction: column;
}
.ee-about .ee-landing-copy {
order: 1;
}
.ee-about .ee-landing-card {
order: 2;
}
}
@media (max-width: 768px) {
.ee-about .ee-landing-hero-inner {
background: transparent;
border: 0;
box-shadow: none;
padding: 0;
}
.ee-about .ee-landing-actions {
flex-direction: row;
flex-wrap: wrap;
}
.ee-about .ee-landing-metrics {
grid-template-columns: 1fr;
}
.ee-about .ee-landing-card {
background: #ffffff;
color: #0f172a;
border: 1px solid #e6edf1;
box-shadow: 0 20px 46px rgba(12, 17, 29, 0.12);
}
.ee-about .ee-landing-card::before {
border-color: rgba(15, 23, 42, 0.08);
}
.ee-about .ee-landing-card .ee-badge {
background: rgba(11, 95, 255, 0.12);
color: #0b5fff;
}
.ee-about .ee-landing-card h2 {
color: #0f172a;
}
.ee-about .ee-landing-card ul {
color: #475569;
}
.ee-about .ee-landing-card li {
border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.ee-about .ee-landing-card li::before {
background: rgba(11, 95, 255, 0.12);
box-shadow: inset 0 0 0 1px rgba(11, 95, 255, 0.4);
}
}
@media (max-width: 600px) {
.ee-landing-actions {
flex-direction: column;
}
.ee-landing-metrics {
flex-direction: column;
gap: 12px;
}
} .ee-landing-hero {
position: relative;
overflow: hidden;
}
.ee-landing-hero::after {
content: ";
position: absolute;
inset: -30% -10% auto auto;
width: 420px;
height: 420px;
background: radial-gradient(circle, rgba(15, 95, 255, 0.14), transparent 70%);
filter: blur(10px);
pointer-events: none;
}
.ee-landing-card {
backdrop-filter: blur(6px);
}
.ee-landing-section {
border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.ee-landing-grid > div,
.ee-landing-steps > div {
background: #ffffff;
border-radius: 18px;
padding: 18px;
border: 1px solid #e6ecf4;
box-shadow: 0 10px 22px rgba(20, 32, 54, 0.06);
}
.ee-landing-panel {
background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}
.ee-landing-cta {
border-radius: 24px;
margin: 0 0 40px;
}
.ee-landing-cta .ee-button {
background: #ffffff;
color: #0f172a;
}
.ee-landing-cta .ee-home-ghost {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.35);
}
.ee-landing-metrics div {
background: #ffffff;
border-radius: 14px;
padding: 12px 14px;
border: 1px solid #e5e9f2;
}
.ee-team-card {
border-radius: 20px;
}
.ee-team-avatar img {
box-shadow: 0 8px 18px rgba(20, 32, 54, 0.12);
} .ee-contact-hero {
background: linear-gradient(135deg, rgba(15, 95, 255, 0.08), rgba(255, 255, 255, 0));
padding: 50px 0 30px;
}
.ee-contact-hero-inner {
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-contact-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-contact-hero h1 {
font-size: clamp(2rem, 4vw, 3rem);
margin: 0 0 12px;
}
.ee-contact-lede {
font-size: 1.05rem;
color: #3b4552;
}
.ee-contact-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 20px;
padding: 22px;
box-shadow: 0 16px 36px rgba(20, 32, 54, 0.12);
}
.ee-contact-card ul {
list-style: none;
padding: 0;
margin: 12px 0 0;
display: grid;
gap: 8px;
color: #3b4552;
}
.ee-contact-section {
padding: 40px 0 60px;
}
.ee-contact-grid {
display: grid;
grid-template-columns: 1.3fr 0.7fr;
gap: 28px;
}
.ee-contact-form {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 20px;
padding: 24px;
box-shadow: 0 14px 32px rgba(20, 32, 54, 0.08);
}
.ee-contact-fallback input,
.ee-contact-fallback textarea {
width: 100%;
border: 1px solid #e3e9f2;
border-radius: 12px;
padding: 12px 14px;
margin-bottom: 12px;
}
.ee-contact-fallback button {
padding: 12px 18px;
border-radius: 999px;
border: 0;
background: #0f5fff;
color: #ffffff;
font-weight: 600;
}
.ee-contact-sidebar {
display: grid;
gap: 16px;
}
.ee-contact-panel {
background: #f7f9fc;
border-radius: 18px;
padding: 18px;
border: 1px solid #e5e9f2;
}
@media (max-width: 900px) {
.ee-contact-hero-inner,
.ee-contact-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.ee-contact-form,
.ee-contact-card {
padding: 18px;
}
}
.ee-contact-status {
margin-top: 10px;
font-size: 0.9rem;
color: #3b4552;
}
.ee-contact-status.is-success {
color: #0f7b4f;
}
.ee-contact-status.is-error {
color: #d14343;
}
.ee-hp {
position: absolute !important;
left: -9999px !important;
width: 1px !important;
height: 1px !important;
opacity: 0 !important;
pointer-events: none !important;
} .ee-policy-hero {
background: radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.14), transparent 60%), linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0));
padding: 56px 0 36px;
}
.ee-policy-hero-inner {
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-policy-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-policy-hero h1 {
font-size: clamp(2rem, 4vw, 3rem);
margin: 0 0 12px;
}
.ee-policy-lede {
font-size: 1.05rem;
color: #3b4552;
}
.ee-policy-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 22px;
padding: 22px;
box-shadow: 0 16px 36px rgba(20, 32, 54, 0.12);
}
.ee-policy-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
display: grid;
gap: 10px;
}
.ee-policy-section {
padding: 46px 0;
}
.ee-policy-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-policy-panel {
background: #f7f9fc;
}
.ee-policy-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-policy-cta {
background: #0f172a;
color: #ffffff;
}
.ee-policy-cta p {
color: rgba(255, 255, 255, 0.78);
}
.ee-policy-actions {
display: flex;
gap: 12px;
margin-top: 16px;
}
@media (max-width: 900px) {
.ee-policy-hero-inner,
.ee-policy-grid {
grid-template-columns: 1fr;
}
.ee-policy-steps {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.ee-policy-actions {
flex-direction: column;
}
} .ee-privacy-hero {
background: radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.12), transparent 60%), linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0));
padding: 56px 0 36px;
}
.ee-privacy-hero-inner {
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-privacy-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-privacy-hero h1 {
font-size: clamp(2rem, 4vw, 3rem);
margin: 0 0 12px;
}
.ee-privacy-lede {
font-size: 1.05rem;
color: #3b4552;
}
.ee-privacy-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 22px;
padding: 22px;
box-shadow: 0 16px 36px rgba(20, 32, 54, 0.12);
}
.ee-privacy-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
display: grid;
gap: 10px;
}
.ee-privacy-section {
padding: 46px 0;
}
.ee-privacy-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-privacy-panel {
background: #f7f9fc;
}
.ee-privacy-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-privacy-cta {
background: #0f172a;
color: #ffffff;
}
.ee-privacy-cta p {
color: rgba(255, 255, 255, 0.78);
}
.ee-privacy-actions {
display: flex;
gap: 12px;
margin-top: 16px;
}
@media (max-width: 900px) {
.ee-privacy-hero-inner,
.ee-privacy-grid {
grid-template-columns: 1fr;
}
.ee-privacy-steps {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.ee-privacy-actions {
flex-direction: column;
}
} .ee-disclaimer-hero {
background: radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.12), transparent 60%), linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0));
padding: 56px 0 36px;
}
.ee-disclaimer-hero-inner {
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-disclaimer-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-disclaimer-hero h1 {
font-size: clamp(2rem, 4vw, 3rem);
margin: 0 0 12px;
}
.ee-disclaimer-lede {
font-size: 1.05rem;
color: #3b4552;
}
.ee-disclaimer-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 22px;
padding: 22px;
box-shadow: 0 16px 36px rgba(20, 32, 54, 0.12);
}
.ee-disclaimer-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
display: grid;
gap: 10px;
}
.ee-disclaimer-section {
padding: 46px 0;
}
.ee-disclaimer-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-disclaimer-panel {
background: #f7f9fc;
}
.ee-disclaimer-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-disclaimer-cta {
background: #0f172a;
color: #ffffff;
}
.ee-disclaimer-cta p {
color: rgba(255, 255, 255, 0.78);
}
.ee-disclaimer-actions {
display: flex;
gap: 12px;
margin-top: 16px;
}
@media (max-width: 900px) {
.ee-disclaimer-hero-inner,
.ee-disclaimer-grid {
grid-template-columns: 1fr;
}
.ee-disclaimer-steps {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.ee-disclaimer-actions {
flex-direction: column;
}
} .ee-terms-hero {
background: radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.12), transparent 60%), linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0));
padding: 56px 0 36px;
}
.ee-terms-hero-inner {
display: grid;
grid-template-columns: 1.3fr 0.9fr;
gap: 28px;
align-items: center;
}
.ee-terms-kicker {
text-transform: uppercase;
letter-spacing: 0.18em;
font-size: 0.72rem;
color: #5f6b76;
margin-bottom: 12px;
}
.ee-terms-hero h1 {
font-size: clamp(2rem, 4vw, 3rem);
margin: 0 0 12px;
}
.ee-terms-lede {
font-size: 1.05rem;
color: #3b4552;
}
.ee-terms-card {
background: #ffffff;
border: 1px solid #e5e9f2;
border-radius: 22px;
padding: 22px;
box-shadow: 0 16px 36px rgba(20, 32, 54, 0.12);
}
.ee-terms-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
display: grid;
gap: 10px;
}
.ee-terms-section {
padding: 46px 0;
}
.ee-terms-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-terms-panel {
background: #f7f9fc;
}
.ee-terms-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 18px;
}
.ee-terms-cta {
background: #0f172a;
color: #ffffff;
}
.ee-terms-cta p {
color: rgba(255, 255, 255, 0.78);
}
.ee-terms-actions {
display: flex;
gap: 12px;
margin-top: 16px;
}
@media (max-width: 900px) {
.ee-terms-hero-inner,
.ee-terms-grid {
grid-template-columns: 1fr;
}
.ee-terms-steps {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.ee-terms-actions {
flex-direction: column;
}
}
.ee-beehiiv-form {
width: 100%;
display: grid;
gap: 10px;
}
.ee-beehiiv-field {
display: flex;
align-items: center;
padding: 6px;
border-radius: 999px;
border: 1px solid rgba(15, 23, 42, 0.12);
background: #ffffff;
box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}
.ee-home-newsletter .ee-beehiiv-field {
border-color: rgba(255, 255, 255, 0.18);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
box-shadow: 0 18px 34px rgba(15, 23, 42, 0.35);
}
.ee-beehiiv-field input {
flex: 1;
min-width: 200px;
border: 0;
background: transparent;
padding: 12px 16px;
font-size: 1rem;
color: inherit;
}
.ee-beehiiv-field input:focus {
outline: none;
}
.ee-beehiiv-field button {
border: 0;
border-radius: 999px;
padding: 12px 20px;
font-weight: 700;
background: linear-gradient(135deg, #111827, #0f172a);
color: #ffffff;
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.25);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ee-home-newsletter .ee-beehiiv-field button {
background: linear-gradient(135deg, #ff7a4a, #ff5a1f);
box-shadow: 0 12px 24px rgba(255, 90, 31, 0.35);
}
.ee-beehiiv-field button:hover {
transform: translateY(-1px);
box-shadow: 0 16px 26px rgba(15, 23, 42, 0.28);
}
.ee-beehiiv-note {
margin: 0;
font-size: 0.92rem;
color: rgba(100, 116, 139, 0.95);
}
.ee-home-newsletter .ee-beehiiv-note,
.ee-home-newsletter .ee-newsletter-status {
color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 768px) {
.ee-beehiiv-field {
flex-direction: column;
align-items: stretch;
border-radius: 20px;
}
.ee-beehiiv-field button {
width: 100%;
}
}
.ee-single-review .ee-single-hero {
position: relative;
padding-bottom: 32px;
}
.ee-review-hero {
margin-top: 18px;
padding: 18px 20px;
border-radius: 20px;
background: linear-gradient(135deg, #0f172a 0%, #111827 60%, #1f2937 100%);
color: #ffffff;
display: grid;
grid-template-columns: auto 1fr;
gap: 18px;
align-items: center;
box-shadow: 0 24px 50px rgba(15, 23, 42, 0.28);
}
.ee-review-score {
width: 92px;
height: 92px;
border-radius: 24px;
background: linear-gradient(135deg, #ff7a4a, #ff5a1f);
display: grid;
place-items: center;
text-align: center;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.ee-review-score-value {
font-size: 2.2rem;
font-weight: 800;
line-height: 1;
}
.ee-review-score-label {
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.2em;
opacity: 0.85;
}
.ee-review-summary {
margin: 0 0 10px;
font-size: 1.05rem;
color: rgba(255, 255, 255, 0.88);
}
.ee-review-verdict {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
font-weight: 600;
}
.ee-review-panels {
margin-top: 18px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.ee-review-panel {
background: #ffffff;
border-radius: 18px;
border: 1px solid #e6edf1;
padding: 16px 18px;
box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}
.ee-review-panel h3 {
margin: 0 0 12px;
font-size: 1rem;
}
.ee-review-panel ul {
margin: 0;
padding-left: 18px;
color: #475569;
}
.ee-review-specs ul {
list-style: none;
padding: 0;
}
.ee-review-specs li {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 8px 0;
border-bottom: 1px dashed #e2e8f0;
}
.ee-review-specs li:last-child {
border-bottom: 0;
}
.ee-review-specs strong {
color: #0f172a;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-review-panels {
grid-template-columns: 1fr;
}
@media (max-width: 640px) {
.ee-review-hero {
padding: 16px;
}
.ee-review-score {
width: 84px;
height: 84px;
}
}
.ee-single-review .ee-single-hero {
position: relative;
padding-bottom: 36px;
}
.ee-review-hero {
position: relative;
margin-top: 20px;
padding: 22px 24px 22px 120px;
border-radius: 24px;
background: radial-gradient(circle at top right, rgba(255, 122, 74, 0.18), transparent 55%),
linear-gradient(135deg, #0b1220 0%, #101827 50%, #0b1324 100%);
color: #ffffff;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 28px 60px rgba(6, 11, 22, 0.45);
}
.ee-review-hero::before {
content: "";
position: absolute;
inset: 1px;
border-radius: 22px;
border: 1px solid rgba(255, 255, 255, 0.06);
pointer-events: none;
}
.ee-review-badge {
position: absolute;
top: 18px;
left: 18px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
text-transform: uppercase;
letter-spacing: 0.28em;
font-size: 0.62rem;
font-weight: 700;
}
.ee-review-score {
position: absolute;
top: 24px;
left: 24px;
width: 84px;
height: 84px;
border-radius: 22px;
background: linear-gradient(145deg, #ff7a4a, #ff5a1f);
display: grid;
place-items: center;
text-align: center;
box-shadow: 0 18px 30px rgba(255, 90, 31, 0.4);
}
.ee-review-score-value {
font-size: 2rem;
font-weight: 800;
line-height: 1;
}
.ee-review-score-label {
font-size: 0.6rem;
text-transform: uppercase;
letter-spacing: 0.18em;
opacity: 0.85;
}
.ee-review-summary {
margin: 0 0 10px;
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.9);
}
.ee-review-verdict {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 6px 14px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
font-weight: 600;
}
.ee-review-panels {
margin-top: 20px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ee-review-panel {
background: #ffffff;
border-radius: 20px;
border: 1px solid #e6edf1;
padding: 18px 20px;
box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}
.ee-review-panel h3 {
margin: 0 0 12px;
font-size: 1rem;
letter-spacing: 0.02em;
}
.ee-review-panel ul {
margin: 0;
padding-left: 0;
list-style: none;
color: #475569;
}
.ee-review-panel li {
display: flex;
gap: 10px;
padding: 8px 0;
border-bottom: 1px dashed #e2e8f0;
}
.ee-review-panel li:last-child {
border-bottom: 0;
}
.ee-review-panel--pros li::before {
content: "+";
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
border-radius: 6px;
background: rgba(34, 197, 94, 0.12);
color: #16a34a;
font-weight: 700;
}
.ee-review-panel--cons li::before {
content: "–";
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
border-radius: 6px;
background: rgba(239, 68, 68, 0.12);
color: #dc2626;
font-weight: 700;
}
.ee-review-specs ul {
list-style: none;
padding: 0;
}
.ee-review-specs li {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 8px 0;
border-bottom: 1px dashed #e2e8f0;
}
.ee-review-specs strong {
color: #0f172a;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-review-score {
top: 20px;
left: 20px;
}
.ee-review-panels {
grid-template-columns: 1fr;
}
@media (max-width: 640px) {
.ee-review-hero {
padding: 80px 16px 18px;
}
.ee-review-score {
width: 76px;
height: 76px;
}
}
.ee-single-review .ee-single-hero {
position: relative;
padding-bottom: 36px;
}
.ee-single-review .ee-single-kicker {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.72rem;
color: #64748b;
}
.ee-review-hero {
position: relative;
margin-top: 22px;
padding: 26px 26px 24px 126px;
border-radius: 28px;
background: radial-gradient(circle at top right, rgba(255, 122, 74, 0.18), transparent 55%),
linear-gradient(135deg, #0a1020 0%, #121a2c 55%, #0d1426 100%);
color: #ffffff;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 28px 60px rgba(6, 11, 22, 0.45);
}
.ee-review-hero::before {
content: "";
position: absolute;
inset: 1px;
border-radius: 26px;
border: 1px solid rgba(255, 255, 255, 0.06);
pointer-events: none;
}
.ee-review-badge {
position: absolute;
top: 18px;
left: 18px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
text-transform: uppercase;
letter-spacing: 0.28em;
font-size: 0.62rem;
font-weight: 700;
}
.ee-review-score {
position: absolute;
top: 24px;
left: 24px;
width: 84px;
height: 84px;
border-radius: 22px;
background: linear-gradient(145deg, #ff7a4a, #ff5a1f);
display: grid;
place-items: center;
text-align: center;
box-shadow: 0 18px 30px rgba(255, 90, 31, 0.4);
}
.ee-review-score-value {
font-size: 2rem;
font-weight: 800;
line-height: 1;
}
.ee-review-score-label {
font-size: 0.6rem;
text-transform: uppercase;
letter-spacing: 0.18em;
opacity: 0.85;
}
.ee-review-summary {
margin: 0 0 12px;
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.9);
}
.ee-review-verdict {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 8px 16px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
font-weight: 600;
}
.ee-review-panels {
margin-top: 22px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ee-review-panel {
background: #ffffff;
border-radius: 22px;
border: 1px solid #e6edf1;
padding: 18px 20px;
box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}
.ee-review-panel h3 {
margin: 0 0 12px;
font-size: 1rem;
letter-spacing: 0.02em;
}
.ee-review-panel ul {
margin: 0;
padding-left: 0;
list-style: none;
color: #475569;
}
.ee-review-panel li {
display: flex;
gap: 10px;
padding: 10px 0;
border-bottom: 1px dashed #e2e8f0;
}
.ee-review-panel li:last-child {
border-bottom: 0;
}
.ee-review-panel--pros li::before {
content: "+";
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
border-radius: 6px;
background: rgba(34, 197, 94, 0.12);
color: #16a34a;
font-weight: 700;
}
.ee-review-panel--cons li::before {
content: "–";
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
border-radius: 6px;
background: rgba(239, 68, 68, 0.12);
color: #dc2626;
font-weight: 700;
}
.ee-review-specs ul {
list-style: none;
padding: 0;
}
.ee-review-specs li {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 10px 0;
border-bottom: 1px dashed #e2e8f0;
font-size: 0.95rem;
}
.ee-review-specs strong {
color: #0f172a;
text-align: right;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-review-score {
top: 20px;
left: 20px;
}
.ee-review-panels {
grid-template-columns: 1fr;
}
@media (max-width: 640px) {
.ee-review-hero {
padding: 90px 16px 18px;
}
.ee-review-score {
width: 76px;
height: 76px;
}
}
.ee-review-pull-quote {
margin: 12px 0 0;
font-size: 1.05rem;
font-weight: 600;
color: #0f172a;
padding-left: 14px;
border-left: 3px solid #ff5a1f;
max-width: 680px;
}
.ee-single-review .ee-review-pull-quote {
color: #0f172a;
}
.ee-review-bars {
margin: 18px 0 6px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.ee-review-bar {
background: #ffffff;
border-radius: 16px;
border: 1px solid #e6edf1;
padding: 12px 14px;
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}
.ee-review-bar-head {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
color: #475569;
margin-bottom: 8px;
}
.ee-review-bar-head strong {
color: #0f172a;
}
.ee-review-bar-track {
position: relative;
height: 8px;
background: #eef2f7;
border-radius: 999px;
overflow: hidden;
}
.ee-review-bar-track span {
position: absolute;
inset: 0;
width: 0;
background: linear-gradient(90deg, #ff7a4a, #ff5a1f);
border-radius: 999px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-review-panel--pros,
.ee-review-panel--cons {
position: relative;
overflow: hidden;
}
.ee-review-panel--pros h3,
.ee-review-panel--cons h3 {
display: flex;
align-items: center;
gap: 8px;
font-weight: 700;
}
.ee-review-panel--pros h3::before {
content: "?";
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
border-radius: 7px;
background: rgba(34, 197, 94, 0.12);
color: #16a34a;
font-size: 0.9rem;
}
.ee-review-panel--cons h3::before {
content: "?";
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
border-radius: 7px;
background: rgba(239, 68, 68, 0.12);
color: #dc2626;
font-size: 0.9rem;
}
.ee-review-panel--pros li,
.ee-review-panel--cons li {
font-size: 0.98rem;
line-height: 1.5;
}
.ee-review-panel--pros li::before,
.ee-review-panel--cons li::before {
width: 24px;
height: 24px;
border-radius: 8px;
font-size: 0.95rem;
}
.ee-review-panel--pros li:hover,
.ee-review-panel--cons li:hover {
background: rgba(15, 23, 42, 0.03);
border-radius: 10px;
padding-left: 6px;
padding-right: 6px;
}
.ee-review-panels {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 18px;
align-items: start;
}
.ee-review-panels.no-specs {
grid-template-columns: 1fr;
}
.ee-review-panel-group {
display: grid;
gap: 18px;
}
.ee-review-panel--specs {
height: 100%;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-review-panel--pros h3::before,
.ee-review-panel--cons h3::before {
border-radius: 9px;
}
.ee-review-panel--pros li::before,
.ee-review-panel--cons li::before {
border-radius: 9px;
}
.ee-review-panel--pros li::before {
content: "+";
}
.ee-review-panel--cons li::before {
content: "×";
}
.ee-review-panel--pros li::before {
content: "?";
}
.ee-review-panel--cons li::before {
content: "?";
}
.ee-review-verdict::before {
content: "?";
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.15);
font-size: 0.85rem;
}
.ee-review-verdict {
gap: 8px;
} .ee-review-panel--pros li::before {
content: "";
background-color: rgba(34, 197, 94, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
}
.ee-review-panel--cons li::before {
content: "";
background-color: rgba(239, 68, 68, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6l12 12'/%3E%3Cpath d='M18 6l-12 12'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
}
.ee-review-verdict::before {
content: "";
background-color: rgba(255, 255, 255, 0.15);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fbbf24'%3E%3Cpath d='M12 2l2.9 5.9L21 9.2l-4.5 4.4 1.1 6.3L12 17.6 6.4 19.9l1.1-6.3L3 9.2l6.1-1.3L12 2z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
} .ee-review-panel--pros h3::before {
content: "";
background-color: rgba(34, 197, 94, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
}
.ee-review-panel--cons h3::before {
content: "";
background-color: rgba(239, 68, 68, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6l12 12'/%3E%3Cpath d='M18 6l-12 12'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
} .ee-review-panel--pros h3::before,
.ee-review-panel--pros li::before {
background-color: rgba(34, 197, 94, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
}
@media (max-width: 640px) {
.ee-review-verdict {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 6px;
border-radius: 8px 8px 0 8px;
}
}
.ee-review-verdict {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 6px;
border-radius: 8px 8px 0 8px;
}
.ee-review-quick-summary {
margin-top: 12px;
display: grid;
gap: 8px;
}
.ee-review-quick-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(15, 23, 42, 0.08);
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: 700;
color: #0f172a;
width: fit-content;
}
.ee-review-hero .ee-review-quick-badge {
background: rgba(255, 255, 255, 0.14);
color: #ffffff;
}
.ee-review-hero .ee-review-pull-quote {
color: rgba(255, 255, 255, 0.88);
border-left-color: rgba(255, 255, 255, 0.35);
}
.ee-review-quick-summary--above {
margin-top: 12px;
padding: 14px 16px;
border-radius: 16px;
background: rgba(15, 23, 42, 0.04);
}
.ee-review-quick-summary--above .ee-review-quick-badge {
background: rgba(15, 23, 42, 0.08);
color: #0f172a;
}
.ee-review-quick-summary--above .ee-review-pull-quote {
color: #0f172a;
border-left-color: #ff5a1f;
}
.ee-review-quick-summary--above {
margin-top: 12px;
display: flex;
align-items: center;
gap: 16px;
padding: 0;
background: transparent;
}
.ee-review-quick-label {
font-weight: 600;
color: #0f172a;
}
.ee-review-quick-box {
margin: 0;
padding: 8px 12px;
border: 1px solid rgba(15, 23, 42, 0.18);
border-radius: 8px;
background: #ffffff;
color: #0f172a;
font-weight: 500;
}
@media (max-width: 640px) {
.ee-review-quick-summary--above {
flex-direction: column;
align-items: flex-start;
}
.ee-review-quick-box {
width: 100%;
}
}
.ee-review-hero .ee-review-quick-summary {
margin-bottom: 12px;
}
.ee-single-comparison .ee-single-hero {
padding-bottom: 20px;
}
.ee-comparison-hero {
margin: 18px 0 26px;
padding: 22px 24px;
border-radius: 24px;
background: linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1324 100%);
color: #ffffff;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
border: 1px solid rgba(255, 255, 255, 0.08);
}
.ee-comparison-hero h2 {
margin: 0 0 6px;
font-size: 1.35rem;
}
.ee-comparison-intro {
margin: 0 0 16px;
color: rgba(255, 255, 255, 0.78);
}
.ee-comparison-picks {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.ee-comparison-pick {
background: rgba(255, 255, 255, 0.08);
border-radius: 18px;
padding: 16px 16px 18px;
border: 1px solid rgba(255, 255, 255, 0.12);
}
.ee-comparison-pick.is-top {
background: linear-gradient(135deg, rgba(255, 122, 74, 0.2), rgba(255, 255, 255, 0.08));
border-color: rgba(255, 122, 74, 0.4);
}
.ee-comp-badge {
display: inline-flex;
padding: 4px 10px;
border-radius: 999px;
font-size: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.2em;
background: rgba(255, 255, 255, 0.16);
}
.ee-comp-badge.is-alt {
background: rgba(56, 189, 248, 0.2);
}
.ee-comp-badge.is-budget {
background: rgba(34, 197, 94, 0.2);
}
.ee-comp-cta {
display: inline-flex;
margin-top: 10px;
font-weight: 600;
color: #ffffff;
text-decoration: underline;
}
.ee-comp-stats {
margin: 24px 0;
}
.ee-comp-stats-grid {
margin-top: 12px;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
.ee-comp-stat {
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 14px;
padding: 12px 14px;
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}
.ee-comp-stat span {
display: block;
color: #64748b;
font-size: 0.85rem;
}
.ee-comp-stat strong {
color: #0f172a;
font-size: 1rem;
}
.ee-comp-cards {
margin: 26px 0;
}
.ee-comp-card-grid {
margin-top: 14px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.ee-comp-card {
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 18px;
padding: 16px;
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}
.ee-comp-card-badge {
display: inline-flex;
padding: 4px 10px;
border-radius: 999px;
background: rgba(15, 23, 42, 0.08);
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.18em;
margin-bottom: 10px;
}
.ee-comp-table {
margin: 26px 0;
}
.ee-comp-table-wrap {
overflow-x: auto;
border-radius: 16px;
border: 1px solid #e6edf1;
background: #ffffff;
}
.ee-comp-table table {
width: 100%;
border-collapse: collapse;
min-width: 560px;
}
.ee-comp-table th,
.ee-comp-table td {
padding: 12px 14px;
border-bottom: 1px solid #eef2f7;
text-align: left;
}
.ee-comp-table th {
background: #f8fafc;
font-weight: 600;
color: #0f172a;
}
.ee-comp-consider {
margin: 26px 0;
background: #f8fafc;
border: 1px solid #e6edf1;
border-radius: 18px;
padding: 18px 20px;
}
.ee-comp-consider ul {
margin: 10px 0 0;
padding-left: 18px;
color: #475569;
}
.ee-comp-verdict {
margin: 26px 0;
padding: 18px 20px;
border-radius: 18px;
background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.02));
border: 1px solid #e6edf1;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.ee-comp-stats-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 640px) {
.ee-comp-stats-grid {
grid-template-columns: 1fr;
}
}
.ee-single-comparison .ee-single-grid--comparison {
grid-template-columns: minmax(0, 1fr) 320px;
gap: 32px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} .ee-about.ee-landing {
background: radial-gradient(circle at 12% 8%, rgba(255, 122, 74, 0.08), transparent 45%),
linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #f8fafc 100%);
}
.ee-about .ee-landing-hero {
padding: 80px 0 64px;
}
.ee-about .ee-landing-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
gap: 28px;
align-items: stretch;
}
.ee-about .ee-landing-copy h1 {
font-size: clamp(2.2rem, 3vw, 3.2rem);
letter-spacing: -0.02em;
}
.ee-about .ee-landing-lede {
font-size: 1.05rem;
color: #475569;
}
.ee-about .ee-landing-card {
position: relative;
border-radius: 24px;
padding: 24px;
background: #0b1220;
color: #ffffff;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
overflow: hidden;
}
.ee-about .ee-landing-card::before {
content: "";
position: absolute;
inset: 12px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.08);
pointer-events: none;
}
.ee-about .ee-landing-card h2 {
color: #ffffff;
margin-top: 10px;
}
.ee-about .ee-landing-card ul {
margin: 16px 0 0;
padding: 0;
list-style: none;
color: rgba(255, 255, 255, 0.82);
}
.ee-about .ee-landing-card li {
display: flex;
gap: 10px;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ee-about .ee-landing-card li::before {
content: "";
width: 18px;
height: 18px;
border-radius: 6px;
background: rgba(255, 122, 74, 0.25);
box-shadow: inset 0 0 0 1px rgba(255, 122, 74, 0.6);
}
.ee-about .ee-landing-metrics {
margin-top: 24px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.ee-about .ee-landing-metrics div {
background: #ffffff;
border: 1px solid #e6edf1;
border-radius: 16px;
padding: 14px 16px;
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}
.ee-about .ee-landing-metrics strong {
font-size: 1.2rem;
color: #0f172a;
}
.ee-about .ee-landing-section {
padding: 56px 0;
}
.ee-about .ee-landing-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
align-items: start;
}
.ee-about .ee-landing-panel {
background: #0f172a;
color: #ffffff;
border-radius: 28px;
padding: 48px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.3);
}
.ee-about .ee-landing-panel h2 {
color: #ffffff;
}
.ee-about .ee-landing-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 20px;
}
.ee-about .ee-landing-steps > div {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
padding: 18px 20px;
}
.ee-about .ee-landing-steps h3 {
color: #ffffff;
}
.ee-about .ee-landing-steps p {
color: rgba(255, 255, 255, 0.78);
}
.ee-about .ee-landing-list {
list-style: none;
padding: 0;
margin: 12px 0 0;
}
.ee-about .ee-landing-list li {
padding: 10px 0;
border-bottom: 1px dashed #e2e8f0;
color: #334155;
}
.ee-about .ee-about-team {
background: #f8fafc;
}
.ee-about .ee-team-grid {
margin-top: 20px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ee-about .ee-team-card {
background: #ffffff;
border-radius: 20px;
border: 1px solid #e6edf1;
padding: 18px;
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}
.ee-about .ee-team-card a {
text-decoration: none;
color: inherit;
}
.ee-about .ee-team-avatar img {
border-radius: 16px;
}
.ee-about .ee-landing-cta {
background: linear-gradient(135deg, rgba(255, 122, 74, 0.12), rgba(255, 255, 255, 0.6));
border-radius: 28px;
margin: 24px 0 40px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-about .ee-landing-hero {
padding: 56px 0 40px;
}
.ee-about .ee-landing-metrics {
grid-template-columns: 1fr;
}
}
.ee-about .ee-landing-cta {
background: radial-gradient(circle at top left, rgba(255, 122, 74, 0.25), transparent 55%),
linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1324 100%);
color: #ffffff;
border-radius: 28px;
padding: 36px 0;
box-shadow: 0 28px 60px rgba(6, 11, 22, 0.4);
}
.ee-about .ee-landing-cta h2,
.ee-about .ee-landing-cta p {
color: #ffffff;
}
.ee-about .ee-landing-cta .ee-landing-actions {
margin-top: 18px;
}
.ee-about .ee-landing-cta .ee-button {
background: linear-gradient(135deg, #ff7a4a, #ff5a1f);
box-shadow: 0 12px 24px rgba(255, 90, 31, 0.35);
}
.ee-about .ee-landing-cta .ee-home-ghost {
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.28);
padding: 10px 16px;
border-radius: 999px;
}
.ee-about .ee-landing-cta .ee-home-ghost {
color: #f8fafc;
}
.ee-about .ee-landing-cta .ee-home-ghost {
color: #f472b6;
} .ee-privacy {
background: radial-gradient(circle at 15% 10%, rgba(56, 189, 248, 0.08), transparent 45%),
linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
}
.ee-privacy-hero {
padding: 80px 0 64px;
}
.ee-privacy-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 28px;
align-items: stretch;
}
.ee-privacy-kicker {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.75rem;
color: #64748b;
}
.ee-privacy-lede {
font-size: 1.05rem;
color: #475569;
}
.ee-privacy-card {
background: #0b1220;
color: #ffffff;
border-radius: 24px;
padding: 24px;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-privacy-card h2 {
color: #ffffff;
}
.ee-privacy-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
color: rgba(255, 255, 255, 0.85);
}
.ee-privacy-card li {
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
gap: 10px;
}
.ee-privacy-card li::before {
content: "";
width: 18px;
height: 18px;
border-radius: 6px;
background: rgba(56, 189, 248, 0.2);
}
.ee-privacy-section {
padding: 54px 0;
}
.ee-privacy-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-privacy-grid ul {
padding-left: 18px;
color: #475569;
}
.ee-privacy-panel {
background: #0f172a;
color: #ffffff;
border-radius: 28px;
padding: 48px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.3);
}
.ee-privacy-panel h2,
.ee-privacy-panel p {
color: #ffffff;
}
.ee-privacy-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 20px;
}
.ee-privacy-steps > div {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
padding: 18px 20px;
}
.ee-privacy-steps h3 {
color: #ffffff;
}
.ee-privacy-steps p {
color: rgba(255, 255, 255, 0.78);
}
.ee-privacy-cta {
background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(255, 255, 255, 0.6));
border-radius: 28px;
margin: 24px 0 40px;
padding: 36px 0;
}
.ee-privacy-actions .ee-home-ghost {
color: #f472b6;
border: 1px solid rgba(15, 23, 42, 0.12);
padding: 10px 16px;
border-radius: 999px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-privacy-hero {
padding: 56px 0 40px;
}
}
.ee-privacy-cta {
background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 55%),
linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1324 100%);
color: #ffffff;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-privacy-cta h2,
.ee-privacy-cta p {
color: #ffffff;
}
.ee-privacy-actions .ee-button {
background: linear-gradient(135deg, #38bdf8, #0ea5e9);
box-shadow: 0 12px 24px rgba(14, 165, 233, 0.35);
}
.ee-privacy-actions .ee-home-ghost {
color: #f472b6;
border: 1px solid rgba(255, 255, 255, 0.28);
} .ee-policy {
background: radial-gradient(circle at 18% 12%, rgba(255, 122, 74, 0.08), transparent 45%),
linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
}
.ee-policy-hero {
padding: 80px 0 64px;
}
.ee-policy-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 28px;
align-items: stretch;
}
.ee-policy-kicker {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.75rem;
color: #64748b;
}
.ee-policy-lede {
font-size: 1.05rem;
color: #475569;
}
.ee-policy-card {
background: #0b1220;
color: #ffffff;
border-radius: 24px;
padding: 24px;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-policy-card h2 {
color: #ffffff;
}
.ee-policy-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
color: rgba(255, 255, 255, 0.85);
}
.ee-policy-card li {
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
gap: 10px;
}
.ee-policy-card li::before {
content: "";
width: 18px;
height: 18px;
border-radius: 6px;
background: rgba(255, 122, 74, 0.25);
}
.ee-policy-section {
padding: 54px 0;
}
.ee-policy-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-policy-panel {
background: #0f172a;
color: #ffffff;
border-radius: 28px;
padding: 48px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.3);
}
.ee-policy-panel h2,
.ee-policy-panel p {
color: #ffffff;
}
.ee-policy-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 20px;
}
.ee-policy-steps > div {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
padding: 18px 20px;
}
.ee-policy-steps h3 {
color: #ffffff;
}
.ee-policy-steps p {
color: rgba(255, 255, 255, 0.78);
}
.ee-policy-cta {
background: radial-gradient(circle at top left, rgba(255, 122, 74, 0.25), transparent 55%),
linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1324 100%);
color: #ffffff;
border-radius: 28px;
margin: 24px 0 40px;
padding: 36px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-policy-cta h2,
.ee-policy-cta p {
color: #ffffff;
}
.ee-policy-actions .ee-button {
background: linear-gradient(135deg, #ff7a4a, #ff5a1f);
box-shadow: 0 12px 24px rgba(255, 90, 31, 0.35);
}
.ee-policy-actions .ee-home-ghost {
color: #f472b6;
border: 1px solid rgba(255, 255, 255, 0.28);
padding: 10px 16px;
border-radius: 999px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-policy-hero {
padding: 56px 0 40px;
}
} .ee-disclaimer {
background: radial-gradient(circle at 18% 12%, rgba(148, 163, 184, 0.12), transparent 45%),
linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
}
.ee-disclaimer-hero {
padding: 80px 0 64px;
}
.ee-disclaimer-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 28px;
align-items: stretch;
}
.ee-disclaimer-kicker {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.75rem;
color: #64748b;
}
.ee-disclaimer-lede {
font-size: 1.05rem;
color: #475569;
}
.ee-disclaimer-card {
background: #0b1220;
color: #ffffff;
border-radius: 24px;
padding: 24px;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-disclaimer-card h2 {
color: #ffffff;
}
.ee-disclaimer-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
color: rgba(255, 255, 255, 0.85);
}
.ee-disclaimer-card li {
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
gap: 10px;
}
.ee-disclaimer-card li::before {
content: "";
width: 18px;
height: 18px;
border-radius: 6px;
background: rgba(148, 163, 184, 0.25);
}
.ee-disclaimer-section {
padding: 54px 0;
}
.ee-disclaimer-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-disclaimer-panel {
background: #0f172a;
color: #ffffff;
border-radius: 28px;
padding: 48px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.3);
}
.ee-disclaimer-panel h2,
.ee-disclaimer-panel p {
color: #ffffff;
}
.ee-disclaimer-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 20px;
}
.ee-disclaimer-steps > div {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
padding: 18px 20px;
}
.ee-disclaimer-steps h3 {
color: #ffffff;
}
.ee-disclaimer-steps p {
color: rgba(255, 255, 255, 0.78);
}
.ee-disclaimer-cta {
background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.2), transparent 55%),
linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1324 100%);
color: #ffffff;
border-radius: 28px;
margin: 24px 0 40px;
padding: 36px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-disclaimer-cta h2,
.ee-disclaimer-cta p {
color: #ffffff;
}
.ee-disclaimer-actions .ee-button {
background: linear-gradient(135deg, #94a3b8, #64748b);
box-shadow: 0 12px 24px rgba(100, 116, 139, 0.35);
}
.ee-disclaimer-actions .ee-home-ghost {
color: #f472b6;
border: 1px solid rgba(255, 255, 255, 0.28);
padding: 10px 16px;
border-radius: 999px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-disclaimer-hero {
padding: 56px 0 40px;
}
} .ee-about .ee-landing-hero {
position: relative;
overflow: hidden;
}
.ee-about .ee-landing-hero::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 12% 20%, rgba(14, 165, 233, 0.18), transparent 40%),
radial-gradient(circle at 85% 10%, rgba(255, 122, 74, 0.16), transparent 45%);
pointer-events: none;
}
.ee-about .ee-landing-hero-inner {
position: relative;
z-index: 1;
background: rgba(255, 255, 255, 0.82);
border: 1px solid rgba(15, 23, 42, 0.12);
border-radius: 28px;
padding: 32px;
box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
backdrop-filter: blur(6px);
}
.ee-about .ee-landing-kicker {
display: inline-flex;
padding: 6px 12px;
border-radius: 999px;
background: rgba(14, 165, 233, 0.12);
color: #0f172a;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
font-size: 0.7rem;
}
.ee-about .ee-landing-actions .ee-button {
background: linear-gradient(135deg, #0ea5e9, #2563eb);
box-shadow: 0 12px 24px rgba(37, 99, 235, 0.3);
}
.ee-about .ee-landing-actions .ee-home-ghost {
border: 1px solid rgba(15, 23, 42, 0.15);
border-radius: 999px;
}
.ee-about .ee-landing-metrics div {
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 18px;
padding: 16px;
box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}
.ee-about .ee-landing-grid > div {
background: #ffffff;
border-radius: 20px;
border: 1px solid #e6edf1;
padding: 20px 22px;
box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}
.ee-about .ee-landing-list li {
border-bottom: 1px dashed #e2e8f0;
}
.ee-about .ee-landing-panel {
position: relative;
overflow: hidden;
}
.ee-about .ee-landing-panel::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 20% 20%, rgba(255, 122, 74, 0.25), transparent 45%);
pointer-events: none;
}
.ee-about .ee-landing-panel .ee-container {
position: relative;
z-index: 1;
}
.ee-about .ee-landing-cta {
background: linear-gradient(135deg, #0b1220 0%, #0f172a 55%, #0b1324 100%);
color: #ffffff;
box-shadow: 0 28px 60px rgba(6, 11, 22, 0.4);
}
.ee-about .ee-landing-cta h2,
.ee-about .ee-landing-cta p {
color: #ffffff;
}
.ee-about .ee-landing-cta .ee-home-ghost {
color: #f472b6;
border: 1px solid rgba(255, 255, 255, 0.28);
} .ee-terms {
background: radial-gradient(circle at 18% 12%, rgba(99, 102, 241, 0.12), transparent 45%),
linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
}
.ee-terms-hero {
padding: 80px 0 64px;
}
.ee-terms-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 28px;
align-items: stretch;
}
.ee-terms-kicker {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.75rem;
color: #64748b;
}
.ee-terms-lede {
font-size: 1.05rem;
color: #475569;
}
.ee-terms-card {
background: #0b1220;
color: #ffffff;
border-radius: 24px;
padding: 24px;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-terms-card h2 {
color: #ffffff;
}
.ee-terms-card ul {
list-style: none;
padding: 0;
margin: 14px 0 0;
color: rgba(255, 255, 255, 0.85);
}
.ee-terms-card li {
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
gap: 10px;
}
.ee-terms-card li::before {
content: "";
width: 18px;
height: 18px;
border-radius: 6px;
background: rgba(99, 102, 241, 0.25);
}
.ee-terms-section {
padding: 54px 0;
}
.ee-terms-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.ee-terms-panel {
background: #0f172a;
color: #ffffff;
border-radius: 28px;
padding: 48px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.3);
}
.ee-terms-panel h2,
.ee-terms-panel p {
color: #ffffff;
}
.ee-terms-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 20px;
}
.ee-terms-steps > div {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
padding: 18px 20px;
}
.ee-terms-steps h3 {
color: #ffffff;
}
.ee-terms-steps p {
color: rgba(255, 255, 255, 0.78);
}
.ee-terms-cta {
background: radial-gradient(circle at top left, rgba(99, 102, 241, 0.25), transparent 55%),
linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1324 100%);
color: #ffffff;
border-radius: 28px;
margin: 24px 0 40px;
padding: 36px 0;
box-shadow: 0 24px 50px rgba(6, 11, 22, 0.35);
}
.ee-terms-cta h2,
.ee-terms-cta p {
color: #ffffff;
}
.ee-terms-actions .ee-button {
background: linear-gradient(135deg, #6366f1, #4338ca);
box-shadow: 0 12px 24px rgba(67, 56, 202, 0.35);
}
.ee-terms-actions .ee-home-ghost {
color: #f472b6;
border: 1px solid rgba(255, 255, 255, 0.28);
padding: 10px 16px;
border-radius: 999px;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
.vw-explore-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ee-terms-hero {
padding: 56px 0 40px;
}
} .ee-single-technews .ee-single-hero {
padding-bottom: 16px;
}
.ee-news-brief {
margin-top: 18px;
padding: 20px 22px;
border-radius: 22px;
background: #ffffff;
border: 1px solid #e6edf1;
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}
.ee-news-brief-head {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
.ee-news-badge {
display: inline-flex;
padding: 6px 12px;
border-radius: 999px;
background: rgba(14, 165, 233, 0.12);
color: #0f172a;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
font-size: 0.7rem;
}
.ee-news-brief-meta {
display: inline-flex;
gap: 12px;
color: #64748b;
font-size: 0.85rem;
}
.ee-news-summary {
margin: 12px 0 0;
font-size: 1.05rem;
color: #0f172a;
}
.ee-news-grid {
margin-top: 16px;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.ee-news-card,
.ee-news-impact {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 16px;
padding: 16px;
}
.ee-news-card h3,
.ee-news-impact h3 {
margin: 0 0 10px;
}
.ee-news-card ul {
margin: 0;
padding-left: 18px;
color: #475569;
}
.ee-news-impact p {
margin: 0;
color: #475569;
}
.ee-news-sources {
margin-top: 16px;
padding-top: 12px;
border-top: 1px dashed #e2e8f0;
display: flex;
gap: 12px;
align-items: flex-start;
}
.ee-news-sources span {
font-weight: 600;
color: #0f172a;
}
.ee-news-sources ul {
margin: 0;
padding-left: 18px;
color: #64748b;
}
@media (max-width: 900px) {
.ee-news-grid {
grid-template-columns: 1fr;
}
.ee-news-brief-head {
flex-direction: column;
align-items: flex-start;
}
} .ee-sources {
margin-top: 32px;
padding: 24px;
border-radius: 20px;
background: #fff;
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
border: 1px solid rgba(15, 23, 42, 0.06);
}
.ee-sources-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 16px;
}
.ee-sources h3 {
font-size: 20px;
margin: 0;
display: inline-flex;
align-items: center;
gap: 10px;
}
.ee-sources-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 34px;
height: 34px;
padding: 0 10px;
border-radius: 999px;
background: rgba(229, 62, 62, 0.12);
color: #c53030;
font-weight: 700;
}
.ee-sources-note {
background: #f8fafc;
border: 1px solid rgba(15, 23, 42, 0.06);
border-radius: 16px;
padding: 16px 18px;
margin-bottom: 18px;
color: #334155;
line-height: 1.6;
}
.ee-sources-note a {
color: #0f172a;
text-decoration: underline;
}
.ee-sources-list {
margin: 0;
padding-left: 22px;
color: #1f2937;
line-height: 1.7;
}
.ee-sources-list li + li {
margin-top: 10px;
}
@media (max-width: 768px) {
.ee-sources {
padding: 18px;
border-radius: 16px;
}
.ee-sources h3 {
font-size: 18px;
}
}
.ee-sources-toggle {
width: 34px;
height: 34px;
border-radius: 999px;
border: 1px solid rgba(15, 23, 42, 0.08);
background: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ee-sources-toggle::before,
.ee-sources-toggle::after {
content: ";
position: absolute;
width: 14px;
height: 2px;
background: #c53030;
border-radius: 2px;
transition: transform 0.2s ease;
}
.ee-sources-toggle::after {
transform: rotate(90deg);
}
.ee-sources.is-open .ee-sources-toggle::after {
transform: rotate(0deg);
}
.ee-sources-toggle:hover {
box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
transform: translateY(-1px);
}
.ee-sources-body {
overflow: hidden;
max-height: 0;
transition: max-height 0.35s ease;
}
.ee-sources.is-open .ee-sources-body {
max-height: 1200px;
} .ee-sources {
background: transparent;
} .ee-sources {
border: 0;
box-shadow: none;
} .ee-sources {
background: transparent;
border: 0;
box-shadow: none;
padding: 0;
}
.ee-sources-head {
padding: 6px 0 12px;
}
.ee-sources h3 {
font-size: 20px;
font-weight: 700;
color: #0f172a;
}
.ee-sources-count {
min-width: 34px;
height: 34px;
padding: 0 10px;
border-radius: 999px;
background: #f3d9d9;
color: #a63232;
font-weight: 700;
}
.ee-sources-toggle {
width: 34px;
height: 34px;
border-radius: 999px;
background: #fff;
border: 1px solid rgba(15, 23, 42, 0.08);
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.ee-sources-note {
background: #f8fafc;
border: 1px solid rgba(15, 23, 42, 0.06);
border-radius: 16px;
padding: 16px 18px;
color: #334155;
}
.ee-sources-list {
margin-top: 16px;
padding-left: 22px;
}
@media (max-width: 768px) {
.ee-sources h3 {
font-size: 18px;
}
.ee-sources-toggle {
width: 30px;
height: 30px;
}
} .ee-sources-note p {
margin-top: -10px;
margin-bottom: -10px;
}
.ee-sources-note {
border-radius: 8px 8px 0 8px;
} .ee-sources-toggle {
color: #c53030;
}
.ee-sources-icon {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ee-sources-icon--plus {
opacity: 1;
}
.ee-sources-icon--minus {
opacity: 0;
}
.ee-sources.is-open .ee-sources-icon--plus {
opacity: 0;
}
.ee-sources.is-open .ee-sources-icon--minus {
opacity: 1;
}
.ee-sources-toggle::before,
.ee-sources-toggle::after {
display: none;
} .ee-sources-rich ol,
.ee-sources-rich ul {
margin: 0;
padding-left: 22px;
color: #1f2937;
line-height: 1.7;
}
.ee-sources-rich li + li {
margin-top: 10px;
} .ee-standfirst {
margin: 10px 0 14px;
font-size: 18px;
line-height: 1.6;
color: #475569;
max-width: 720px;
}
@media (max-width: 768px) {
.ee-standfirst {
font-size: 16px;
}
} .ee-editorial-checklist {
margin: 0;
padding-left: 18px;
}
.ee-editorial-checklist li {
margin-bottom: 6px;
} .ee-fact-badge {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 10px;
padding: 6px 12px;
border-radius: 999px;
background: #eef2ff;
color: #1e293b;
font-size: 13px;
font-weight: 600;
}
.ee-fact-badge-label {
color: #64748b;
font-weight: 600;
}
.ee-review-badge {
background: #ecfeff;
} .vw-category-hero {
padding: 72px 0 56px;
background: radial-gradient(1200px 500px at 10% -10%, rgba(14, 116, 144, 0.14), transparent 60%),
radial-gradient(900px 420px at 90% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
#f8fafc;
border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.vw-category-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
gap: 32px;
align-items: center;
}
.vw-category-kicker {
display: inline-flex;
padding: 6px 12px;
border-radius: 999px;
background: rgba(15, 23, 42, 0.06);
color: #0f172a;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.vw-category-hero h1 {
font-size: 44px;
margin: 14px 0 10px;
}
.vw-category-hero p {
color: #475569;
font-size: 18px;
line-height: 1.7;
max-width: 620px;
}
.vw-category-stats {
display: flex;
gap: 20px;
margin-top: 22px;
}
.vw-category-stats > div {
background: #fff;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 16px;
padding: 12px 16px;
min-width: 150px;
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.vw-category-stats strong {
display: block;
font-size: 18px;
color: #0f172a;
}
.vw-category-stats span {
display: block;
font-size: 12px;
color: #64748b;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-top: 4px;
}
.vw-category-brief {
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 22px;
padding: 22px;
box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}
.vw-category-brief-head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 14px;
font-weight: 600;
color: #0f172a;
}
.vw-category-brief-head a {
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #0f172a;
}
.vw-category-brief-list {
list-style: none;
margin: 0;
padding: 0;
}
.vw-category-brief-list li {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 16px;
padding: 10px 0;
border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
}
.vw-category-brief-list li:last-child {
border-bottom: 0;
}
.vw-category-brief-list a {
color: #0f172a;
font-weight: 600;
}
.vw-category-brief-list span {
color: #94a3b8;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.08em;
}
@media (max-width: 980px) {
.vw-category-hero-inner {
grid-template-columns: 1fr;
}
.vw-category-hero h1 {
font-size: 34px;
}
.vw-category-stats {
flex-wrap: wrap;
}
} .vw-category-hero {
background: #f7f9f8;
padding: 64px 0 36px;
}
.vw-category-hero-inner {
grid-template-columns: 1fr;
gap: 18px;
}
.vw-category-kicker {
color: #2f6f60;
letter-spacing: 0.18em;
background: transparent;
padding: 0;
}
.vw-category-hero h1 {
font-size: 52px;
color: #1b3b32;
margin: 8px 0 18px;
}
.vw-category-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 16px;
}
.vw-category-pill {
display: inline-flex;
align-items: center;
padding: 8px 14px;
border-radius: 999px;
border: 1px solid rgba(27, 59, 50, 0.18);
color: #1b3b32;
background: #fff;
font-weight: 600;
font-size: 14px;
}
.vw-category-intro {
background: linear-gradient(135deg, rgba(15, 98, 254, 0.08), rgba(16, 185, 129, 0.08));
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 18px;
padding: 20px 22px;
max-width: 880px;
box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
position: relative;
overflow: hidden;
}
.vw-category-intro::after {
content: "";
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: radial-gradient(circle, rgba(15, 98, 254, 0.18), transparent 70%);
}
.vw-card-mini {
display: flex;
gap: 16px;
align-items: center;
padding: 16px;
}
.vw-card-mini img {
width: 80px;
height: 80px;
border-radius: 14px;
object-fit: cover;
flex-shrink: 0;
}
.vw-card-mini .vw-card-body {
padding: 0;
}
.vw-category-intro p {
margin: 0;
color: #1f2d2a;
line-height: 1.7;
font-size: 18px;
}
.vw-foundation {
padding-top: 28px;
}
.vw-foundation .vw-card {
border-radius: 16px;
border: 1px solid rgba(15, 23, 42, 0.08);
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.vw-foundation .vw-card-body h3,
.vw-explore-post-title a {
color: #14322a;
}
.vw-explore {
padding-top: 24px;
}
@media (max-width: 768px) {
.vw-category-hero h1 {
font-size: 36px;
}
.vw-card-mini {
display: flex;
gap: 16px;
align-items: center;
padding: 16px;
}
.vw-card-mini img {
width: 80px;
height: 80px;
border-radius: 14px;
object-fit: cover;
flex-shrink: 0;
}
.vw-card-mini .vw-card-body {
padding: 0;
}
.vw-category-intro p {
font-size: 16px;
}
} .vw-category-hero {
padding: 72px 0 56px;
background: #fbfcfd;
}
.vw-category-kicker {
color: #2f6d57;
font-weight: 700;
letter-spacing: 0.14em;
}
.vw-category-pills {
gap: 12px;
}
.vw-category-pill {
border-radius: 12px;
padding: 8px 14px;
font-weight: 600;
background: #fff;
border: 1px solid rgba(47, 109, 87, 0.18);
}
.vw-category-intro {
background: #f4f8f6;
border-left: 4px solid #2f6d57;
border-radius: 12px;
padding: 18px 20px;
}
.vw-foundation-grid {
display: grid;
grid-template-columns: 1.1fr 1.1fr 0.8fr;
gap: 24px;
align-items: start;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: 3;
}
.vw-foundation-grid .vw-card:nth-child(4) {
margin-top: 16px;
}
.vw-card-mini {
display: flex;
gap: 16px;
align-items: center;
padding: 16px;
}
.vw-card-mini img {
width: 80px;
height: 80px;
border-radius: 14px;
object-fit: cover;
}
.vw-card-mini .vw-card-body {
padding: 0;
}
@media (max-width: 1024px) {
.vw-foundation-grid {
grid-template-columns: 1fr 1fr;
}
.vw-foundation-grid .vw-card:nth-child(3),
.vw-foundation-grid .vw-card:nth-child(4) {
grid-column: auto;
margin-top: 0;
}
}
@media (max-width: 720px) {
.vw-foundation-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 1024px) {
.ee-home-all-stories .ee-home-grid-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.ee-home-all-stories .ee-home-grid-4 {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.ee-home-card-compact a {
display: flex;
gap: 12px;
align-items: center;
}
.ee-home-card-compact img {
width: 120px;
height: 68px;
border-radius: 14px;
object-fit: cover;
order: 1;
}
.ee-home-card-compact .ee-home-card-body {
padding: 12px 14px 12px 0;
order: 2;
}
.ee-home-card-compact .ee-home-card-body h3 {
font-size: 16px;
margin: 8px 0 6px;
}
.ee-home-card-compact .ee-meta {
font-size: 12px;
color: #6b7280;
display: inline-flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
}
@media (max-width: 1024px) {
.ee-home-section .ee-home-grid-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.ee-home-section .ee-home-grid-4 {
grid-template-columns: 1fr;
}
} @media (max-width: 1024px) {
.ee-container,
.vw-container {
width: 100%;
padding: 0 16px;
}
.ee-home-grid-4,
.ee-home-grid-3,
.ee-grid-3,
.ee-grid-4,
.vw-explore-grid,
.vw-foundation-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ee-single-grid {
grid-template-columns: 1fr;
}
.ee-single-rail {
position: static;
margin-top: 24px;
}
}
@media (max-width: 768px) {
.ee-container,
.vw-container {
padding: 0 14px;
}
.ee-home-grid-4,
.ee-home-grid-3,
.ee-grid-3,
.ee-grid-4,
.vw-explore-grid,
.vw-foundation-grid {
grid-template-columns: 1fr;
}
.ee-single-wrap {
padding: 0 14px;
}
.ee-single-hero,
.ee-single-content {
padding: 0;
}
.ee-single-meta {
flex-wrap: wrap;
gap: 8px;
}
.ee-single-kicker {
flex-wrap: wrap;
gap: 6px;
}
.ee-single-media img {
border-radius: 16px;
}
.ee-review-hero,
.ee-review-panels,
.ee-review-bars {
grid-template-columns: 1fr;
}
.ee-review-score {
align-items: flex-start;
}
.ee-author-header,
.vwm-author-inner {
flex-direction: column;
text-align: center;
align-items: center;
}
.vwm-author-avatar {
margin: 0 auto 16px;
}
.vwm-author-meta {
align-items: center;
}
.vwm-author-social {
justify-content: center;
}
.ee-home-section-head {
text-align: left;
}
.ee-home-section-head p {
max-width: 100%;
}
.ee-home-card,
.ee-home-card-compact,
.ee-home-all-card {
border-radius: 16px;
}
.ee-home-card-body {
padding: 14px;
}
.ee-search-overlay,
.vwm-search-overlay {
padding: 24px 16px;
}
.vwm-nav {
display: none;
}
.vwm-mobile {
display: flex;
}
.vwm-offcanvas {
width: min(92vw, 360px);
}
.ee-footer-grid,
.ee-footer-columns {
grid-template-columns: 1fr;
}
}
@media (max-width: 520px) {
.ee-home-card-compact img,
.ee-home-all-card img {
width: 110px;
height: 62px;
}
.ee-home-card-compact .ee-home-card-body h3,
.ee-home-all-card .ee-home-card-body h3 {
font-size: 15px;
}
.ee-single-title {
font-size: 30px;
line-height: 1.15;
}
.ee-single-meta {
font-size: 13px;
}
}
@media (max-width: 768px) {
.ee-home-section .ee-home-card-compact a {
display: flex;
gap: 12px;
align-items: center;
}
.ee-home-section .ee-home-card-compact img {
width: 120px;
height: 68px;
border-radius: 14px;
object-fit: cover;
order: 1;
}
.ee-home-section .ee-home-card-compact .ee-home-card-body {
padding: 12px 14px 12px 0;
order: 2;
}
.ee-home-section .ee-home-card-compact .ee-home-card-body h3 {
font-size: 16px;
margin: 8px 0 6px;
}
.ee-home-section .ee-home-card-compact .ee-meta {
font-size: 12px;
color: #6b7680;
display: inline-flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
} .ee-single-grid {
display: grid;
grid-template-columns: 240px minmax(0, 1fr) 300px;
gap: 28px;
align-items: start;
direction: ltr;
}
.ee-single-toc {
align-self: start;
}
.ee-single-rail {
align-self: start;
}
.ee-single-grid:not(.ee-single-grid--comparison) {
grid-template-areas: "toc content rail";
}
.ee-single-grid:not(.ee-single-grid--comparison) .ee-single-toc {
grid-area: toc;
}
.ee-single-grid:not(.ee-single-grid--comparison) .ee-single-content {
grid-area: content;
}
.ee-single-grid:not(.ee-single-grid--comparison) .ee-single-rail {
grid-area: rail;
}
@media (max-width: 1200px) {
.ee-single-grid {
grid-template-columns: 200px minmax(0, 1fr) 260px;
}
}
@media (max-width: 980px) {
.ee-single-grid {
grid-template-columns: 1fr;
}
.ee-single-toc {
order: 1;
position: static;
margin-bottom: 16px;
}
.ee-single-content {
order: 2;
}
.ee-single-rail {
order: 3;
position: static;
margin-top: 20px;
}
} .ee-single-toc {
position: sticky;
top: 96px;
align-self: start;
height: fit-content;
}
.ee-single-toc .ee-toc-box {
position: static;
}
.ee-single-rail {
position: sticky;
top: 96px;
}
@media (max-width: 980px) {
.ee-single-toc,
.ee-single-rail {
position: static;
}
} .page .ee-single-hero {
padding-bottom: 16px;
}
.page .ee-single-meta {
flex-wrap: wrap;
gap: 10px;
}
.page .ee-single-rail .ee-ad-slot {
width: 100%;
}
@media (max-width: 980px) {
.page .ee-single-grid {
grid-template-columns: 1fr;
}
.page .ee-single-toc {
display: none;
}
.page .ee-toc-mobile {
display: block;
}
.page .ee-single-rail {
position: static;
margin-top: 20px;
}
.page .ee-single-content {
font-size: 1rem;
line-height: 1.75;
}
}