.hs-reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity 0.55s ease, transform 0.55s ease;
}
.hs-reveal.is-visible {
opacity: 1;
transform: translateY(0);
} .hs-reveal-left {
opacity: 0;
transform: translateX(-32px);
transition: opacity 0.55s ease, transform 0.55s ease;
}
.hs-reveal-left.is-visible {
opacity: 1;
transform: translateX(0);
}
.hs-reveal-right {
opacity: 0;
transform: translateX(32px);
transition: opacity 0.55s ease, transform 0.55s ease;
}
.hs-reveal-right.is-visible {
opacity: 1;
transform: translateX(0);
} .hs-reveal:nth-child(1), .hs-reveal-left:nth-child(1), .hs-reveal-right:nth-child(1) { transition-delay: 0s; }
.hs-reveal:nth-child(2), .hs-reveal-left:nth-child(2), .hs-reveal-right:nth-child(2) { transition-delay: 0.1s; }
.hs-reveal:nth-child(3), .hs-reveal-left:nth-child(3), .hs-reveal-right:nth-child(3) { transition-delay: 0.2s; }
.hs-reveal:nth-child(4), .hs-reveal-left:nth-child(4), .hs-reveal-right:nth-child(4) { transition-delay: 0.3s; }
.hs-reveal:nth-child(5), .hs-reveal-left:nth-child(5), .hs-reveal-right:nth-child(5) { transition-delay: 0.4s; }
.hs-reveal:nth-child(6), .hs-reveal-left:nth-child(6), .hs-reveal-right:nth-child(6) { transition-delay: 0.5s; }
.hs-reveal:nth-child(7), .hs-reveal-left:nth-child(7), .hs-reveal-right:nth-child(7) { transition-delay: 0.6s; } @media (prefers-reduced-motion: reduce) {
.hs-reveal,
.hs-reveal-left,
.hs-reveal-right {
opacity: 1;
transform: none;
transition: none;
}
}  .wp-block-column,
.wp-block-group.is-style-hs-card {
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wp-block-column:hover,
.wp-block-group.is-style-hs-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(34, 56, 101, 0.12);
} .hs-counter {
display: inline-block;
font-variant-numeric: tabular-nums;
} .hs-floating-cta {
position: fixed;
bottom: 1.75rem;
right: 1.75rem;
z-index: 9999;
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.25rem;
background: linear-gradient(135deg, #3b5bdb 0%, #e64980 100%);
color: #fff;
font-weight: 600;
font-size: 0.95rem;
border-radius: 50px;
text-decoration: none;
box-shadow: 0 4px 20px rgba(59, 91, 219, 0.4);
transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease; animation: hs-cta-pop 0.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.hs-floating-cta:hover {
transform: translateY(-3px) scale(1.03);
box-shadow: 0 8px 28px rgba(59, 91, 219, 0.5);
color: #fff;
text-decoration: none;
}
.hs-floating-cta:active {
transform: scale(0.97);
} @media (max-width: 600px) {
.hs-floating-cta span {
display: none;
}
.hs-floating-cta {
padding: 0.85rem;
border-radius: 50%;
}
}
@keyframes hs-cta-pop {
from {
opacity: 0;
transform: scale(0.5) translateY(20px);
}
to {
opacity: 1;
transform: scale(1) translateY(0);
}
} .wp-block-button__link {
transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.wp-block-button__link:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
} #hs-scroll-progress {
position: fixed;
top: 0;
left: 0;
height: 3px;
width: 0%;
background: linear-gradient(90deg, #3b5bdb, #e64980);
z-index: 99999;
transition: width 0.1s linear;
}:root {
--hs-blue:      #3b5bdb;
--hs-pink:      #e64980;
--hs-dark:      #0d1117;
--hs-dark2:     #161b27;
--hs-light:     #f8faff;
--hs-light2:    #fdf0f7;
--hs-text:      #1e2a3b;
--hs-muted:     #6b7280;
--hs-radius:    1.25rem;
--hs-radius-sm: 0.75rem;
--hs-shadow:    0 4px 24px rgba(59, 91, 219, 0.10);
--hs-shadow-lg: 0 16px 48px rgba(59, 91, 219, 0.18);
} .hs-hp {
--ct-content-spacing: 0;
}
.hs-hp *,
.hs-hp *::before,
.hs-hp *::after {
box-sizing: border-box;
}
.hs-hp section {
position: relative;
overflow: hidden;
}
.hs-hp__container {
max-width: 1100px;
margin: 0 auto;
padding: 0 1.5rem;
} .hs-hp__hero {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
background: linear-gradient(135deg, #0d1117 0%, #1a1f36 50%, #1e1030 100%);
padding: 6rem 1.5rem 0;
gap: 0;
} .hs-hp__blobs {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.hs-hp__blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.35;
}
.hs-hp__blob--1 {
width: 600px; height: 600px;
top: -150px; left: -100px;
background: radial-gradient(circle, #3b5bdb, transparent 70%);
animation: hs-blob-drift 12s ease-in-out infinite alternate;
}
.hs-hp__blob--2 {
width: 500px; height: 500px;
bottom: 50px; right: -80px;
background: radial-gradient(circle, #e64980, transparent 70%);
animation: hs-blob-drift 9s 2s ease-in-out infinite alternate-reverse;
}
.hs-hp__blob--3 {
width: 350px; height: 350px;
top: 40%; left: 40%;
background: radial-gradient(circle, #7c3aed, transparent 70%);
animation: hs-blob-drift 15s 1s ease-in-out infinite alternate;
}
@keyframes hs-blob-drift {
0%   { transform: translate(0, 0) scale(1); }
50%  { transform: translate(40px, -30px) scale(1.08); }
100% { transform: translate(-30px, 50px) scale(0.95); }
} .hs-hp__hero-inner {
position: relative;
z-index: 1;
max-width: 820px;
margin: 0 auto;
text-align: center;
}
.hs-hp__badge {
display: inline-block;
padding: 0.35rem 1rem;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 50px;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(255,255,255,0.75);
margin-bottom: 1.75rem;
background: rgba(255,255,255,0.05);
backdrop-filter: blur(8px);
animation: hs-fade-down 0.6s ease both;
}
.hs-hp__hero-title {
font-size: clamp(2.4rem, 6vw, 4rem);
line-height: 1.15;
font-weight: 800;
color: #fff;
margin: 0 0 1.5rem;
animation: hs-fade-up 0.7s 0.1s ease both;
}
.hs-hp__grad-text {
background: linear-gradient(135deg, #6ea8fe 0%, #e64980 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hs-hp__hero-sub {
font-size: clamp(1rem, 2vw, 1.2rem);
color: rgba(255,255,255,0.80);
max-width: 680px;
margin: 0 auto 1rem;
line-height: 1.7;
animation: hs-fade-up 0.7s 0.2s ease both;
}
.hs-hp__hero-desc {
font-size: 1rem;
color: rgba(255,255,255,0.55);
max-width: 560px;
margin: 0 auto 2.5rem;
animation: hs-fade-up 0.7s 0.3s ease both;
} .hs-hp__hero-actions {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
animation: hs-fade-up 0.7s 0.4s ease both;
}
.hs-hp__btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.85rem 2rem;
border-radius: 50px;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
cursor: pointer;
}
.hs-hp__btn--primary {
background: linear-gradient(135deg, #3b5bdb 0%, #e64980 100%);
color: #fff;
box-shadow: 0 6px 24px rgba(59, 91, 219, 0.45);
}
.hs-hp__btn--primary:hover {
transform: translateY(-3px) scale(1.03);
box-shadow: 0 10px 32px rgba(59, 91, 219, 0.6);
color: #fff;
text-decoration: none;
}
.hs-hp__btn--ghost {
background: rgba(255,255,255,0.08);
color: rgba(255,255,255,0.85);
border: 1px solid rgba(255,255,255,0.2);
backdrop-filter: blur(8px);
}
.hs-hp__btn--ghost:hover {
background: rgba(255,255,255,0.15);
transform: translateY(-3px);
color: #fff;
text-decoration: none;
}
.hs-hp__btn--ghost svg {
transition: transform 0.2s ease;
}
.hs-hp__btn--ghost:hover svg {
transform: translateY(3px);
}
.hs-hp__btn--white {
background: #fff;
color: var(--hs-blue);
box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}
.hs-hp__btn--white:hover {
transform: translateY(-3px) scale(1.03);
box-shadow: 0 12px 36px rgba(0,0,0,0.2);
color: var(--hs-blue);
text-decoration: none;
} .hs-hp__stats {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
gap: 0;
margin-top: 4rem;
padding: 1.5rem 2rem;
background: rgba(255,255,255,0.06);
backdrop-filter: blur(16px);
border-top: 1px solid rgba(255,255,255,0.1);
animation: hs-fade-up 0.7s 0.5s ease both;
flex-wrap: wrap;
}
.hs-hp__stat {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.25rem;
padding: 0.5rem 3rem;
}
.hs-hp__stat-num {
font-size: clamp(2rem, 4vw, 2.8rem);
font-weight: 800;
background: linear-gradient(135deg, #6ea8fe, #e64980);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
}
.hs-hp__stat-lbl {
font-size: 0.8rem;
color: rgba(255,255,255,0.55);
text-transform: uppercase;
letter-spacing: 0.06em;
}
.hs-hp__stat-sep {
width: 1px;
height: 40px;
background: rgba(255,255,255,0.15);
} .hs-hp__expertise {
background: var(--hs-dark2);
padding: 6rem 0;
}
.hs-hp__section-title {
font-size: clamp(1.5rem, 3vw, 2.2rem);
font-weight: 800;
text-align: center;
margin: 0 0 3rem;
background: linear-gradient(135deg, var(--hs-blue) 0%, var(--hs-pink) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hs-hp__section-title--dark {
color: var(--hs-text);
background: none;
-webkit-text-fill-color: unset;
}
.hs-hp__section-intro {
text-align: center;
color: var(--hs-muted);
max-width: 680px;
margin: -1.5rem auto 3rem;
line-height: 1.75;
} .hs-hp__cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
@media (max-width: 900px) {
.hs-hp__cards {
grid-template-columns: 1fr;
max-width: 520px;
margin: 0 auto;
}
}
.hs-hp__card {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.1);
border-radius: var(--hs-radius);
padding: 2rem;
backdrop-filter: blur(12px);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.hs-hp__card:hover {
transform: translateY(-8px);
background: rgba(255,255,255,0.08);
border-color: rgba(59, 91, 219, 0.4);
box-shadow: 0 20px 48px rgba(59, 91, 219, 0.25);
}
.hs-hp__card-icon {
width: 52px; height: 52px;
display: flex; align-items: center; justify-content: center;
background: linear-gradient(135deg, rgba(59,91,219,0.25), rgba(230,73,128,0.25));
border-radius: 14px;
margin-bottom: 1.25rem;
border: 1px solid rgba(255,255,255,0.1);
}
.hs-hp__card-icon svg {
width: 26px; height: 26px;
stroke: #6ea8fe;
}
.hs-hp__card h3 {
font-size: 1.1rem;
font-weight: 700;
color: #fff;
margin: 0 0 0.75rem;
}
.hs-hp__card p {
font-size: 0.92rem;
color: rgba(255,255,255,0.6);
line-height: 1.7;
margin: 0;
}
.hs-hp__card p strong {
color: rgba(255,255,255,0.85);
} .hs-hp__approach {
background: var(--hs-light);
padding: 6rem 0;
}
.hs-hp__timeline {
position: relative;
max-width: 700px;
margin: 0 auto;
padding-left: 2.5rem;
} .hs-hp__timeline::before {
content: '';
position: absolute;
left: 18px;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(180deg, var(--hs-blue), var(--hs-pink));
border-radius: 2px;
}
.hs-hp__tl-item {
position: relative;
padding: 0 0 2.5rem 2rem;
display: flex;
align-items: flex-start;
gap: 1.25rem;
}
.hs-hp__tl-item--last {
padding-bottom: 0;
}
.hs-hp__tl-dot {
position: absolute;
left: -0.4rem;
top: 0;
width: 38px; height: 38px;
border-radius: 50%;
background: linear-gradient(135deg, var(--hs-blue), var(--hs-pink));
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
box-shadow: 0 0 0 5px var(--hs-light), 0 4px 16px rgba(59,91,219,0.35);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hs-hp__tl-item:hover .hs-hp__tl-dot {
transform: scale(1.15);
box-shadow: 0 0 0 5px var(--hs-light), 0 6px 24px rgba(59,91,219,0.5);
}
.hs-hp__tl-dot span {
font-size: 0.8rem;
font-weight: 800;
color: #fff;
}
.hs-hp__tl-body {
padding-left: 3rem;
}
.hs-hp__tl-body h3 {
font-size: 1.05rem;
font-weight: 700;
color: var(--hs-text);
margin: 0.35rem 0 0.4rem;
}
.hs-hp__tl-body p {
font-size: 0.9rem;
color: var(--hs-muted);
line-height: 1.65;
margin: 0;
} .hs-hp__benefits {
background: #fff;
padding: 6rem 0;
}
.hs-hp__benefits-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
@media (max-width: 700px) {
.hs-hp__benefits-grid {
grid-template-columns: 1fr;
}
}
.hs-hp__benefit {
background: var(--hs-light);
border: 1px solid rgba(59, 91, 219, 0.1);
border-radius: var(--hs-radius);
padding: 2rem;
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hs-hp__benefit:hover {
transform: translateY(-6px);
box-shadow: var(--hs-shadow-lg);
border-color: rgba(59, 91, 219, 0.25);
}
.hs-hp__benefit-icon {
width: 52px; height: 52px;
border-radius: 14px;
display: flex; align-items: center; justify-content: center;
margin-bottom: 1.25rem;
}
.hs-hp__benefit-icon svg {
width: 26px; height: 26px;
}
.hs-hp__benefit-icon--1 {
background: linear-gradient(135deg, rgba(59,91,219,0.12), rgba(59,91,219,0.04));
}
.hs-hp__benefit-icon--1 svg { stroke: #3b5bdb; }
.hs-hp__benefit-icon--2 {
background: linear-gradient(135deg, rgba(230,73,128,0.12), rgba(230,73,128,0.04));
}
.hs-hp__benefit-icon--2 svg { stroke: #e64980; }
.hs-hp__benefit-icon--3 {
background: linear-gradient(135deg, rgba(124,58,237,0.12), rgba(124,58,237,0.04));
}
.hs-hp__benefit-icon--3 svg { stroke: #7c3aed; }
.hs-hp__benefit-icon--4 {
background: linear-gradient(135deg, rgba(16,185,129,0.12), rgba(16,185,129,0.04));
}
.hs-hp__benefit-icon--4 svg { stroke: #10b981; }
.hs-hp__benefit h3 {
font-size: 1.05rem;
font-weight: 700;
color: var(--hs-text);
margin: 0 0 0.6rem;
}
.hs-hp__benefit p {
font-size: 0.9rem;
color: var(--hs-muted);
line-height: 1.7;
margin: 0;
}
.hs-hp__benefit p strong {
color: var(--hs-text);
} .hs-hp__cta-final {
background: linear-gradient(135deg, #0d1117 0%, #1a1f36 50%, #1e1030 100%);
padding: 6rem 1.5rem;
text-align: center;
}
.hs-hp__blob--4 {
width: 500px; height: 500px;
top: -100px; left: -50px;
background: radial-gradient(circle, #3b5bdb, transparent 70%);
animation: hs-blob-drift 14s ease-in-out infinite alternate;
}
.hs-hp__blob--5 {
width: 400px; height: 400px;
bottom: -80px; right: 0;
background: radial-gradient(circle, #e64980, transparent 70%);
animation: hs-blob-drift 11s 3s ease-in-out infinite alternate-reverse;
}
.hs-hp__cta-inner {
position: relative;
z-index: 1;
}
.hs-hp__cta-final h2 {
font-size: clamp(1.8rem, 4vw, 3rem);
font-weight: 800;
color: #fff;
margin: 0 0 1rem;
}
.hs-hp__cta-final p {
font-size: 1.1rem;
color: rgba(255,255,255,0.65);
margin: 0 0 2.5rem;
} @keyframes hs-fade-up {
from { opacity: 0; transform: translateY(24px); }
to   { opacity: 1; transform: translateY(0); }
}
@keyframes hs-fade-down {
from { opacity: 0; transform: translateY(-16px); }
to   { opacity: 1; transform: translateY(0); }
} @media (max-width: 600px) {
.hs-hp__hero {
padding-top: 5rem;
}
.hs-hp__stats {
flex-direction: column;
gap: 1.5rem;
}
.hs-hp__stat-sep {
width: 60px; height: 1px;
}
.hs-hp__stat {
padding: 0;
}
.hs-hp__timeline {
padding-left: 2rem;
}
.hs-hp__tl-body {
padding-left: 2.5rem;
}
} @media (prefers-reduced-motion: reduce) {
.hs-hp__blob,
.hs-hp__badge,
.hs-hp__hero-title,
.hs-hp__hero-sub,
.hs-hp__hero-desc,
.hs-hp__hero-actions,
.hs-hp__stats {
animation: none;
}
}