:root {
--skynet-magenta: #d81159;
--skynet-magenta-light: #fff1f6;
--skynet-slate-900: #0f172a;
--skynet-slate-800: #1e293b;
--skynet-slate-600: #475569;
--skynet-slate-500: #64748b;
--skynet-slate-400: #94a3b8;
--skynet-slate-200: #e2e8f0;
}
.skynet-compact-header,
.skynet-compact-header * {
box-sizing: border-box;
}
.skynet-compact-header {
background: #ffffff;
padding: 0.35rem 0 0.65rem;
font-family: 'Inter', Arial, sans-serif;
color: var(--skynet-slate-900);
line-height: 1.35;
}
.skynet-header-container {
max-width: 1180px;
margin: 0 auto;
padding: 0 1rem;
}
.skynet-top-row {
padding: 0.25rem 0 0.35rem;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
gap: 0.65rem;
}
.skynet-logo-section {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.skynet-logo-img {
height: 3.05rem;
width: auto;
display: block;
}
.skynet-cta-section {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.skynet-btn-primary {
background-color: var(--skynet-magenta);
color: #ffffff !important;
padding: 0.55rem 1.05rem;
border-radius: 0.55rem;
font-weight: 700;
font-size: 0.78rem;
text-decoration: none !important;
display: flex;
align-items: center;
gap: 0.45rem;
transition: all 0.2s;
box-shadow: 0 5px 12px rgba(216, 17, 89, 0.12);
white-space: nowrap;
}
.skynet-btn-primary svg {
width: 17px;
height: 17px;
}
.skynet-btn-primary:hover {
opacity: 0.92;
transform: translateY(-1px);
box-shadow: 0 7px 16px rgba(216, 17, 89, 0.16);
}
.skynet-cta-hint-link {
display: flex;
align-items: center;
gap: 0.35rem;
margin-top: 0.35rem;
margin-right: 0.3rem;
text-decoration: none !important;
color: #7a869a !important;
font-size: 11.5px;
font-weight: 500;
font-style: italic;
transition: color 0.2s;
white-space: nowrap;
}
.skynet-cta-hint-link:hover {
color: var(--skynet-magenta) !important;
}
.skynet-cta-hint-link svg {
width: 13px;
height: 13px;
margin-top: 1px;
}
.skynet-hero-row {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
display: grid;
grid-template-columns: 1fr;
gap: 0.3rem;
align-items: center;
}
.skynet-hero-badge {
display: inline-flex;
align-items: center;
gap: 0.3rem;
background-color: var(--skynet-magenta-light);
color: var(--skynet-magenta);
font-weight: 800;
font-size: 8.5px;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: 0.22rem 0.65rem;
border-radius: 9999px;
margin-bottom: 0.45rem;
}
.skynet-hero-badge svg {
width: 9px;
height: 9px;
}
.skynet-hero-title {
font-size: 1.28rem;
font-weight: 900;
line-height: 1.12;
letter-spacing: -0.02em;
color: var(--skynet-slate-900);
margin: 0 0 0.55rem;
}
.skynet-text-magenta {
color: var(--skynet-magenta);
}
.skynet-hero-desc {
font-size: 0.82rem;
color: var(--skynet-slate-600);
max-width: 34rem;
line-height: 1.45;
margin: 0 0 0.5rem;
}
.skynet-font-bold {
font-weight: 700;
color: var(--skynet-slate-800);
}
.skynet-features-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.8rem;
margin-bottom: 0.3rem;
}
.skynet-feature-item {
display: flex;
align-items: center;
gap: 0.5rem;
}
.skynet-feature-icon-box {
width: 1.85rem;
height: 1.85rem;
border-radius: 0.45rem;
background-color: var(--skynet-magenta-light);
display: flex;
align-items: center;
justify-content: center;
color: var(--skynet-magenta);
flex-shrink: 0;
}
.skynet-feature-icon-box svg {
width: 16px;
height: 16px;
}
.skynet-feature-text-top {
font-size: 8px;
color: var(--skynet-slate-400);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 0 0.08rem;
line-height: 1;
}
.skynet-feature-text-main {
font-size: 11.5px;
font-weight: 800;
color: var(--skynet-slate-800);
white-space: nowrap;
margin: 0;
}
.skynet-feature-divider {
display: none;
height: 1.45rem;
width: 1px;
background-color: var(--skynet-slate-200);
}
.skynet-hero-image-container {
display: flex;
justify-content: flex-start;
align-items: center;
margin-left: -60px;
}
.skynet-hero-image {
width: 100%;
max-width: 280px;
height: auto;
filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.1));
display: block;
margin-left: -40px;
}
.skynet-trust-footer {
padding: 0.35rem 1rem 0;
display: flex;
justify-content: center;
width: 100%;
}
.skynet-stats-pill {
background-color: var(--skynet-magenta-light);
border-radius: 100px;
padding: 0.5rem 1.35rem;
display: inline-flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
gap: 1.45rem;
max-width: 100%;
overflow-x: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.skynet-stats-pill::-webkit-scrollbar {
display: none;
}
.skynet-stat-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.45rem;
flex-shrink: 0;
}
.skynet-stat-icon {
color: var(--skynet-magenta);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.skynet-stat-icon svg {
width: 1rem;
height: 1rem;
}
.skynet-stat-text-box {
display: flex;
flex-direction: column;
line-height: 1.15;
}
.skynet-stat-title {
font-size: 0.72rem;
font-weight: 800;
color: var(--skynet-slate-800);
letter-spacing: -0.01em;
white-space: nowrap;
margin: 0;
}
.skynet-stat-subtitle {
font-size: 8.5px;
color: var(--skynet-slate-500);
font-weight: 500;
white-space: nowrap;
margin: 0;
}
.skynet-hidden-mobile {
display: none;
}
@media (min-width: 768px) {
.skynet-top-row {
flex-direction: row;
align-items: center;
}
.skynet-cta-section {
align-items: flex-end;
}
.skynet-hidden-mobile {
display: block;
}
}
@media (min-width: 1024px) {
.skynet-hero-row {
grid-template-columns: 1.35fr 0.65fr;
gap: 0.3rem;
}
.skynet-hero-title {
font-size: 1.62rem;
}
.skynet-feature-divider {
display: block;
}
}
@media (min-width: 1280px) {
.skynet-hero-title {
font-size: 1.85rem;
}
}
@media (max-width: 1023px) {
.skynet-header-container {
max-width: 920px;
}
.skynet-hero-row {
grid-template-columns: 1fr 0.75fr;
}
.skynet-hero-image-container {
margin-left: 0;
}
.skynet-hero-image {
max-width: 260px;
margin-left: 0;
}
.skynet-stats-pill {
justify-content: flex-start;
gap: 1.1rem;
padding: 0.48rem 1rem;
}
}
@media (max-width: 767px) {
.skynet-compact-header {
padding: 0.25rem 0 0.45rem;
}
.skynet-top-row {
align-items: center;
text-align: center;
gap: 0.45rem;
}
.skynet-logo-img {
height: 2.55rem;
}
.skynet-cta-section {
align-items: center;
}
.skynet-btn-primary {
padding: 0.48rem 0.85rem;
font-size: 0.72rem;
}
.skynet-cta-hint-link {
margin-right: 0;
font-size: 10.5px;
}
.skynet-hero-row {
display: flex;
flex-direction: column;
text-align: center;
gap: 0.65rem;
}
.skynet-hero-title {
font-size: 1.18rem;
margin-bottom: 0.45rem;
}
.skynet-hero-desc {
font-size: 0.76rem;
line-height: 1.4;
margin-bottom: 0.6rem;
}
.skynet-features-row {
justify-content: center;
gap: 0.55rem 0.7rem;
}
.skynet-feature-icon-box {
width: 1.65rem;
height: 1.65rem;
}
.skynet-feature-icon-box svg {
width: 14px;
height: 14px;
}
.skynet-feature-text-top {
font-size: 7.5px;
}
.skynet-feature-text-main {
font-size: 10.5px;
}
.skynet-hero-image {
max-width: 220px;
}
.skynet-trust-footer {
padding: 0.25rem 0.75rem 0;
}
.skynet-stats-pill {
width: 100%;
justify-content: flex-start;
gap: 1rem;
padding: 0.45rem 0.85rem;
mask-image: linear-gradient(to right, black 88%, transparent 100%);
-webkit-mask-image: linear-gradient(to right, black 88%, transparent 100%);
}
.skynet-stat-icon svg {
width: 0.9rem;
height: 0.9rem;
}
.skynet-stat-title {
font-size: 0.66rem;
}
.skynet-stat-subtitle {
font-size: 8px;
}
}
@media (max-width: 420px) {
.skynet-hero-title {
font-size: 1.05rem;
}
.skynet-hero-desc {
font-size: 0.72rem;
}
.skynet-hero-image {
max-width: 190px;
}
.skynet-features-row {
align-items: flex-start;
}
.skynet-feature-item {
width: calc(50% - 0.5rem);
justify-content: flex-start;
text-align: left;
}
.skynet-feature-item:last-child {
width: auto;
}
}