:root {
--navy: #101C40;
--navy-dark: #091a34;
--navy-light: #1a3a6b;
--teal: #0D7D90;
--teal-light: #9BDFDF;
--blue-light: #eef2fb;
--off-white: #f7f8fc;
--white: #ffffff;
--text: #1a2b4a;
--text-muted: #6b7a99;
--border: #dde3f0;
--green: #3db87a;
--green-dark: #2fa36b;
--radius: 10px;
--radius-lg: 16px;
--shadow: 0 2px 16px rgba(15, 36, 71, 0.08);
--shadow-lg: 0 8px 40px rgba(15, 36, 71, 0.14);
}
@font-face {
font-family: DM-Sans-Regular;
src: url(https://lprstaging.victorninn.com/wp-content/uploads/et-fonts/DM-Sans-Regular.woff2);
}
@font-face {
font-family: DM-Sans-SemiBold;
src: url(https://lprstaging.victorninn.com/wp-content/uploads/et-fonts/DM-Sans-SemiBold.woff2);
}
@font-face {
font-family: Source-Serif-Bold;
src: url(https://lprstaging.victorninn.com/wp-content/uploads/et-fonts/Source-Serif-Bold.woff2);
}
.hero h1 {
font-size: clamp(2.2rem, 4vw, 3.2rem);
color: white;
margin-bottom: 24px;
} b,
strong {
font-family: 'DM-Sans-SemiBold';
}
.mt-20 {
margin-top: 20px;
} .hero h1 {
font-size: clamp(2.2rem, 4vw, 3.2rem);
color: #fff;
margin-bottom: 14px;
}
.hero h1 .accent {
color: var(--teal);
}
.hero::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(
circle at 1px 1px,
rgba(255, 255, 255, 0.04) 1px,
transparent 0
);
background-size: 32px 32px;
} .hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px;
margin-bottom: 24px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 999px;
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
font-weight: 500;
line-height: 0;
}
.hero-badge .dot {
width: 6px;
height: 6px;
flex-shrink: 0;
border-radius: 50%;
background: #3db87a;
animation: pulse 2s infinite;
} .hero-badge-float {
position: absolute;
bottom: -20px;
left: -20px;
z-index: 2;
display: flex;
align-items: center;
gap: 12px;
max-width: 250px;
padding: 14px 16px;
background: #fff;
border-radius: 12px;
box-shadow: var(--shadow-lg);
}
.badge-icon {
width: 38px;
height: 38px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--teal-light);
color: var(--teal);
font-size: 18px;
}
.badge-text .bold {
color: var(--text);
font-size: 12px;
font-weight: 700;
line-height: 1.2;
}
.badge-text .small {
margin-top: 5px;
color: var(--text-muted);
font-size: 10px;
} .trust-pills {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.trust-pill {
display: flex;
align-items: center;
gap: 6px;
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
font-weight: 500;
}
.trust-pill::before {
content: '';
width: 4px;
height: 4px;
flex-shrink: 0;
border-radius: 50%;
background: #3db87a;
} .section-title h2 {
margin-bottom: 12px;
font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.section-tag {
margin-bottom: 10px;
color: var(--teal);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.section-tag-light {
color: var(--teal);
} .who-card,
.topic-card,
.tool-card,
.dark-card {
transition: 0.2s;
}
.who-card {
display: flex;
flex-direction: column;
gap: 18px;
padding: 32px;
background: #fff;
border: 1px solid var(--border);
border-radius: var(--radius-lg);
text-decoration: none;
}
.who-card:hover {
transform: translateY(-2px);
border-color: rgba(15, 36, 71, 0.25);
box-shadow: var(--shadow-lg);
}
.topic-card {
display: block;
padding: 20px;
background: #fff;
border: 1px solid var(--border);
border-radius: var(--radius);
text-decoration: none;
}
.topic-card:hover {
border-color: rgba(15, 36, 71, 0.2);
box-shadow: var(--shadow);
}
.dark-card {
padding: 22px;
background: rgba(255, 255, 255, 0.07);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: var(--radius);
}
.tool-card {
display: flex;
flex-direction: column;
gap: 12px;
padding: 22px;
border: 1px solid var(--border);
border-radius: var(--radius);
}
.tool-card:hover {
border-color: rgba(15, 36, 71, 0.2);
box-shadow: var(--shadow);
} .card-link {
display: inline-flex;
align-items: center;
gap: 4px;
margin-top: 18px;
color: var(--navy);
font-size: 14px;
} ul.star-icon {
padding-left: 0;
}
.star-icon li {
margin-bottom: 1em;
}
.star-icon li::before {
content: '★';
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
margin-right: 10px;
flex-shrink: 0;
border-radius: 50%;
background: #e8edf8;
color: var(--navy);
font-size: 11px;
} .img-shadow {
box-shadow: 0 8px 40px rgba(15, 36, 71, 0.14);
} .cred-grid {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 16px 0;
}
.cred-badge {
padding: 4px 10px;
background: #e8edf8;
border-radius: 6px;
color: var(--navy);
font-size: 11px;
font-weight: 700;
} .lan-card::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(
circle at 1px 1px,
rgb(84 72 72 / 22%) 1px,
transparent 0
);
background-size: 32px 32px;
} .blog-grid .et_pb_post {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 12px;
}
.blog-grid .et_pb_image_container {
margin-bottom: 0;
} .row-counter {
counter-reset: item-counter;
padding-left: 0;
list-style: none;
}
.row-counter .steps {
position: relative;
margin-bottom: 1em;
padding-left: 40px;
counter-increment: item-counter;
}
.row-counter .steps::before {
content: counter(item-counter, decimal-leading-zero);
font-family: 'Source Serif 4', serif;
font-size: 40px;
font-weight: 900;
line-height: 0.9;
color: rgb(255 255 255 / 20%);
}