*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
scroll-behavior: smooth;
}
body {
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
background: radial-gradient(circle at top left, #0f172a 0, #020617 40%, #000 100%);
color: #e5e7eb;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
text-decoration: none;
}
img {
max-width: 100%;
display: block;
}
.container {
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 0 1.5rem;
}
.site-header {
position: sticky;
top: 0;
z-index: 40;
backdrop-filter: blur(14px);
background: linear-gradient(to bottom, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.75), transparent);
border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.1rem 1.5rem;
}
.logo {
font-weight: 700;
font-size: 1.25rem;
letter-spacing: 0.04em;
display: inline-flex;
align-items: center;
gap: 0.2rem;
}
.logo span {
color: #38bdf8;
}
.site-footer .logo {
color: #ffffff;
}
.site-footer .logo span {
color: #ffffff;
}
.main-nav {
display: flex;
align-items: center;
gap: 1.75rem;
font-size: 0.95rem;
}
.nav-item {
position: relative;
display: flex;
align-items: center;
}
.main-nav a {
color: #cbd5f5;
position: relative;
transition: color 0.2s ease, transform 0.2s ease;
}
.main-nav a::after {
content: "";
position: absolute;
left: 0;
bottom: -0.35rem;
width: 0;
height: 2px;
background: linear-gradient(90deg, #38bdf8, #22c55e);
transition: width 0.2s ease;
}
.main-nav a:hover {
color: #ffffff;
transform: translateY(-1px);
}
.main-nav a:hover::after {
width: 100%;
}
.nav-link-button {
border: none;
background: transparent;
color: #cbd5f5;
font: inherit;
display: inline-flex;
align-items: center;
gap: 0.35rem;
cursor: pointer;
position: relative;
padding: 0;
transition: color 0.2s ease, transform 0.2s ease;
}
.nav-link-button:hover {
color: #ffffff;
transform: translateY(-1px);
}
.nav-caret {
width: 0.55rem;
height: 0.55rem;
border-right: 1.5px solid #9ca3af;
border-bottom: 1.5px solid #9ca3af;
border-radius: 1px;
transform: rotate(45deg) translateY(-1px);
transition: transform 0.18s ease, border-color 0.18s ease;
}
.has-dropdown.open .nav-caret {
transform: rotate(-135deg) translateY(2px);
border-color: #e5e7eb;
}
.nav-dropdown {
position: absolute;
top: 2.4rem;
left: 0;
min-width: 14rem;
padding: 0.55rem 0.55rem 0.6rem;
border-radius: 0.75rem;
background: rgba(15, 23, 42, 0.98);
border: 1px solid rgba(148, 163, 184, 0.4);
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.95);
backdrop-filter: blur(18px);
opacity: 0;
pointer-events: none;
transform: translateY(-6px);
transition: opacity 0.18s ease, transform 0.18s ease;
z-index: 50;
}
.has-dropdown.open .nav-dropdown {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.nav-dropdown a {
display: block;
padding: 0.4rem 0.5rem;
border-radius: 0.55rem;
font-size: 0.9rem;
color: #e5e7eb;
}
.nav-dropdown a:hover {
background: rgba(37, 99, 235, 0.35);
color: #ffffff;
}
.nav-cta {
padding: 0.5rem 0.9rem;
border-radius: 999px;
background: radial-gradient(circle at 0% 0%, #38bdf8, #22c55e);
color: #0b1120;
font-weight: 500;
box-shadow: 0 12px 40px rgba(34, 197, 94, 0.35);
}
.theme-toggle {
margin-left: 1.2rem;
border-radius: 999px;
border: 1px solid transparent;
background: radial-gradient(circle at 0% 0%, #38bdf8, #22c55e);
color: #0b1120;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.4rem;
font-size: 0.78rem;
font-weight: 500;
cursor: pointer;
padding: 0.35rem 0.75rem;
min-width: 2.4rem;
height: 2.2rem;
box-shadow: 0 16px 45px rgba(34, 197, 94, 0.55);
transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.theme-toggle::before {
content: "☾";
font-size: 0.95rem;
line-height: 1;
display: inline-block;
transform-origin: center;
transition: transform 0.25s ease;
}
.theme-toggle:hover {
transform: translateY(-1px);
box-shadow: 0 22px 60px rgba(34, 197, 94, 0.7);
opacity: 0.96;
}
.theme-toggle:hover::before {
transform: rotate(-18deg);
}
.theme-toggle:focus-visible {
outline: 2px solid rgba(56, 189, 248, 0.9);
outline-offset: 2px;
}
.nav-toggle {
display: none;
flex-direction: column;
gap: 5px;
border: none;
background: transparent;
cursor: pointer;
}
.nav-toggle span {
width: 20px;
height: 2px;
background: #e5e7eb;
border-radius: 999px;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.hero {
padding: 5rem 0 4rem;
}
.hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
align-items: center;
gap: 3rem;
}
.hero-copy h1 {
font-size: clamp(2.4rem, 4vw, 3.3rem);
line-height: 1.1;
margin-bottom: 1rem;
letter-spacing: -0.03em;
}
.hero-subtitle {
color: #9ca3af;
max-width: 32rem;
margin-bottom: 1.75rem;
}
.eyebrow {
font-size: 0.85rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #a5b4fc;
margin-bottom: 0.75rem;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.9rem;
margin-bottom: 2rem;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
padding: 0.75rem 1.3rem;
border-radius: 999px;
font-size: 0.95rem;
font-weight: 500;
border: 1px solid transparent;
transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
cursor: pointer;
}
.btn.primary {
background: radial-gradient(circle at 0% 0%, #38bdf8, #22c55e);
color: #0b1120;
box-shadow: 0 18px 45px rgba(34, 197, 94, 0.5);
}
.btn.primary:hover {
transform: translateY(-1px);
box-shadow: 0 26px 60px rgba(34, 197, 94, 0.6);
}
.btn.ghost {
border-color: rgba(148, 163, 184, 0.4);
background: rgba(15, 23, 42, 0.7);
color: #e5e7eb;
}
.btn.ghost:hover {
border-color: rgba(148, 163, 184, 0.8);
background: rgba(15, 23, 42, 0.9);
transform: translateY(-1px);
}
.btn.full-width {
width: 100%;
margin-top: 0.5rem;
}
.hero-metrics {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.metric {
background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.6));
border-radius: 0.9rem;
padding: 0.75rem 0.9rem;
border: 1px solid rgba(148, 163, 184, 0.2);
box-shadow: 0 14px 40px rgba(15, 23, 42, 0.9);
}
.metric-value {
font-size: 1.2rem;
font-weight: 600;
color: #e5e7eb;
}
.metric-label {
font-size: 0.8rem;
color: #9ca3af;
}
.hero-visual {
position: relative;
min-height: 320px;
display: flex;
align-items: center;
justify-content: center;
}
.orb {
position: absolute;
border-radius: 999px;
filter: blur(20px);
opacity: 0.85;
}
.orb-main {
width: 260px;
height: 260px;
background: radial-gradient(circle at 20% 20%, #38bdf8, #22c55e);
animation: float 12s ease-in-out infinite;
}
.orb-secondary {
width: 180px;
height: 180px;
background: radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.35), transparent);
animation: float 16s ease-in-out infinite reverse;
}
.network-card {
position: relative;
z-index: 2;
width: 100%;
max-width: 320px;
border-radius: 1.3rem;
padding: 1.3rem 1.25rem 1.2rem;
background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.99), rgba(15, 23, 42, 0.82));
border: 1px solid rgba(148, 163, 184, 0.3);
box-shadow: 0 26px 80px rgba(15, 23, 42, 1);
backdrop-filter: blur(16px);
}
.network-status {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1rem;
font-size: 0.85rem;
color: #e5e7eb;
}
.status-dot {
width: 9px;
height: 9px;
border-radius: 999px;
margin-right: 0.4rem;
display: inline-block;
}
.status-dot.online {
background: #22c55e;
box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
}
.network-metrics {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem;
margin-bottom: 1.25rem;
}
.network-metrics .label {
display: block;
font-size: 0.75rem;
color: #9ca3af;
margin-bottom: 0.2rem;
}
.network-metrics .value {
font-size: 0.95rem;
font-weight: 500;
}
.network-metrics .value.accent {
color: #22c55e;
}
.network-footer {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0.78rem;
color: #9ca3af;
}
.section-header {
text-align: center;
max-width: 640px;
margin: 0 auto 2.5rem;
}
.section-header h2 {
font-size: 1.8rem;
margin-bottom: 0.5rem;
letter-spacing: -0.02em;
}
.section-header p {
color: #9ca3af;
font-size: 0.98rem;
}
.trust {
padding: 3rem 0 2.5rem;
}
.trust-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.4rem;
}
.trust-card {
background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0.95));
border-radius: 1.1rem;
padding: 1.25rem 1.1rem;
border: 1px solid rgba(148, 163, 184, 0.35);
box-shadow: 0 14px 40px rgba(15, 23, 42, 0.9);
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.trust-card:hover {
transform: translateY(-6px);
box-shadow: 0 26px 70px rgba(15, 23, 42, 1);
border-color: rgba(56, 189, 248, 0.7);
}
.icon-badge {
width: 2.4rem;
height: 2.4rem;
border-radius: 1rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
margin-bottom: 0.8rem;
background: radial-gradient(circle at 30% 0, rgba(56, 189, 248, 0.25), rgba(15, 23, 42, 0.9));
}
.trust-card h3 {
font-size: 1.02rem;
margin-bottom: 0.4rem;
}
.trust-card p {
font-size: 0.9rem;
color: #9ca3af;
}
.services {
padding: 2.5rem 0 2.5rem;
}
.services-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.5rem;
}
.service-card {
background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.76));
border-radius: 1.2rem;
padding: 1.3rem 1.3rem 1.25rem;
border: 1px solid rgba(148, 163, 184, 0.32);
box-shadow: 0 18px 55px rgba(15, 23, 42, 0.95);
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.service-card:hover {
transform: translateY(-8px);
box-shadow: 0 32px 80px rgba(15, 23, 42, 1);
border-color: rgba(56, 189, 248, 0.8);
background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
}
.service-card h3 {
font-size: 1.05rem;
margin-bottom: 0.8rem;
}
.service-card ul {
list-style: none;
display: grid;
gap: 0.4rem;
}
.service-card li {
font-size: 0.9rem;
color: #9ca3af;
position: relative;
padding-left: 1.1rem;
}
.service-card li::before {
content: "";
position: absolute;
left: 0.2rem;
top: 0.55rem;
width: 5px;
height: 5px;
border-radius: 999px;
background: linear-gradient(90deg, #38bdf8, #22c55e);
}
.process {
padding: 2.5rem 0 2.5rem;
}
.process-steps {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.25rem;
position: relative;
}
.process-steps::before {
content: "";
position: absolute;
top: 1.4rem;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, rgba(56, 189, 248, 0.4), rgba(34, 197, 94, 0.4));
opacity: 0.5;
}
.process-step {
position: relative;
padding-top: 1.8rem;
}
.step-index {
position: absolute;
top: 0;
left: 0;
width: 2.2rem;
height: 2.2rem;
border-radius: 999px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.95rem;
font-weight: 600;
background: radial-gradient(circle at 20% 0, #38bdf8, #22c55e);
box-shadow: 0 12px 30px rgba(34, 197, 94, 0.5);
}
.process-step h3 {
font-size: 1.02rem;
margin-bottom: 0.45rem;
}
.process-step p {
font-size: 0.9rem;
color: #9ca3af;
}
.why {
padding: 2.5rem 0 2.5rem;
}
.why-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.5rem;
}
.why-card {
background: radial-gradient(circle at 0 0, rgba(34, 197, 94, 0.12), rgba(15, 23, 42, 0.98));
border-radius: 1.1rem;
padding: 1.2rem 1.2rem 1.1rem;
border: 1px solid rgba(148, 163, 184, 0.34);
box-shadow: 0 18px 55px rgba(15, 23, 42, 0.95);
transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.why-card:hover {
transform: translateY(-6px);
border-color: rgba(34, 197, 94, 0.8);
box-shadow: 0 28px 75px rgba(15, 23, 42, 1);
}
.why-card h3 {
font-size: 1.02rem;
margin-bottom: 0.4rem;
}
.why-card p {
font-size: 0.9rem;
color: #9ca3af;
}
.industries {
padding: 2.5rem 0 2.5rem;
}
.industries-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.5rem;
}
.industry-card {
background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.8));
border-radius: 1.1rem;
padding: 1.2rem 1.2rem 1.1rem;
border: 1px solid rgba(148, 163, 184, 0.3);
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.95);
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.industry-card:hover {
transform: translateY(-6px);
box-shadow: 0 26px 70px rgba(15, 23, 42, 1);
border-color: rgba(56, 189, 248, 0.6);
}
.industry-card h3 {
font-size: 1.02rem;
margin-bottom: 0.5rem;
}
.industry-card p {
font-size: 0.9rem;
color: #9ca3af;
}
.contact {
padding: 3rem 0 4rem;
}
.contact-inner {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
gap: 2.2rem;
align-items: flex-start;
}
.contact-copy h2 {
font-size: 1.8rem;
margin-bottom: 0.6rem;
}
.contact-copy p {
color: #9ca3af;
margin-bottom: 1.1rem;
}
.contact-highlights {
list-style: none;
display: grid;
gap: 0.4rem;
}
.contact-highlights li {
font-size: 0.9rem;
color: #e5e7eb;
position: relative;
padding-left: 1.2rem;
}
.contact-highlights li::before {
content: "•";
position: absolute;
left: 0.2rem;
top: 0;
color: #22c55e;
}
.contact-form {
background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.18), rgba(15, 23, 42, 0.98));
border-radius: 1.25rem;
padding: 1.4rem 1.4rem 1.3rem;
border: 1px solid rgba(148, 163, 184, 0.4);
box-shadow: 0 22px 70px rgba(15, 23, 42, 1);
display: grid;
gap: 0.9rem;
}
.field-group {
display: grid;
gap: 0.35rem;
}
.field-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.9rem;
}
label {
font-size: 0.8rem;
color: #cbd5f5;
}
input,
select,
textarea {
width: 100%;
border-radius: 0.8rem;
border: 1px solid rgba(148, 163, 184, 0.4);
background: rgba(15, 23, 42, 0.9);
color: #e5e7eb;
padding: 0.6rem 0.75rem;
font-size: 0.9rem;
outline: none;
transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
resize: vertical;
min-height: 0;
}
input::placeholder,
textarea::placeholder {
color: #6b7280;
}
input:focus,
select:focus,
textarea:focus {
border-color: rgba(56, 189, 248, 0.9);
box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.35);
background: rgba(15, 23, 42, 0.98);
}
.form-note {
font-size: 0.75rem;
color: #9ca3af;
}
.site-footer {
border-top: 1px solid rgba(30, 64, 175, 0.6);
background: radial-gradient(circle at top, rgba(30, 64, 175, 0.3), rgba(15, 23, 42, 1));
padding: 2.2rem 0 1.6rem;
}
.footer-inner {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
gap: 1.7rem;
align-items: flex-start;
font-size: 0.85rem;
}
.footer-brand p {
color: #9ca3af;
margin-top: 0.4rem;
max-width: 18rem;
}
.footer-links {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.2rem;
}
.footer-links h4 {
font-size: 0.85rem;
margin-bottom: 0.4rem;
color: #e5e7eb;
}
.footer-links a {
display: block;
color: #9ca3af;
margin-bottom: 0.2rem;
}
.footer-meta {
text-align: right;
color: #6b7280;
}
.footer-meta p {
margin-top: auto;
}
[data-animate] {
opacity: 0;
transform: translateY(16px);
transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.is-visible {
opacity: 1;
transform: translateY(0);
}
.is-visible[data-animate="fade-left"] {
transform: translateX(0);
}
[data-animate="fade-left"] {
transform: translateX(16px);
}
body[data-theme="light"] {
background: #f9fafb;
color: #0b1120;
}
body[data-theme="light"] .site-header {
background: rgba(255, 255, 255, 0.96);
border-bottom-color: rgba(209, 213, 219, 0.9);
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .logo span {
color: #f97316;
}
body[data-theme="light"] .site-footer .logo,
body[data-theme="light"] .site-footer .logo span {
color: #ffffff;
}
body[data-theme="light"] .main-nav a {
color: #111827;
}
body[data-theme="light"] .main-nav a::after {
background: linear-gradient(90deg, #f97316, #fb923c);
}
body[data-theme="light"] .nav-cta {
background: radial-gradient(circle at 0% 0%, #f97316, #fb923c);
color: #ffffff;
box-shadow: 0 12px 40px rgba(249, 115, 22, 0.5);
}
body[data-theme="light"] .nav-link-button {
color: #111827;
}
body[data-theme="light"] .nav-link-button:hover {
color: #0f172a;
}
body[data-theme="light"] .nav-caret {
border-color: #9ca3af;
}
body[data-theme="light"] .nav-dropdown {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}
body[data-theme="light"] .nav-dropdown a {
color: #111827;
}
body[data-theme="light"] .nav-dropdown a:hover {
background: #f97316;
color: #ffffff;
}
body[data-theme="light"] .theme-toggle {
background-image: radial-gradient(circle at 0 0, #ffffff, #f9fafb), conic-gradient(from 210deg, #fed7aa, #fb923c, #f97316, #fed7aa);
color: #111827;
box-shadow: 0 12px 35px rgba(15, 23, 42, 0.12);
}
body[data-theme="light"] .theme-toggle:hover {
background-image: radial-gradient(circle at 0 0, #f97316, #ea580c), conic-gradient(from 210deg, #fed7aa, #fb923c, #f97316, #fed7aa);
color: #ffffff;
box-shadow: 0 18px 40px rgba(248, 113, 22, 0.45);
}
body[data-theme="light"] .theme-toggle::before {
content: "☀";
}
body[data-theme="light"] .hero-subtitle {
color: #4b5563;
}
body[data-theme="light"] .eyebrow {
color: #ea580c;
}
body[data-theme="light"] .metric {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .metric-value {
color: #111827;
}
body[data-theme="light"] .metric-label {
color: #6b7280;
}
body[data-theme="light"] .network-card {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .network-status {
color: #111827;
}
body[data-theme="light"] .network-footer {
color: #6b7280;
}
body[data-theme="light"] .orb-main {
background: radial-gradient(circle at 20% 20%, #f97316, #fb923c);
}
body[data-theme="light"] .orb-secondary {
background: radial-gradient(circle at 80% 20%, rgba(248, 171, 104, 0.4), transparent);
}
body[data-theme="light"] .trust-card {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .trust-card p {
color: #4b5563;
}
body[data-theme="light"] .icon-badge {
background: radial-gradient(circle at 30% 0, rgba(249, 115, 22, 0.18), #fff7ed);
}
body[data-theme="light"] .service-card {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .service-card li {
color: #4b5563;
}
body[data-theme="light"] .service-card li::before {
background: linear-gradient(90deg, #f97316, #fb923c);
}
body[data-theme="light"] .process-step p {
color: #4b5563;
}
body[data-theme="light"] .step-index {
background: radial-gradient(circle at 20% 0, #f97316, #fb923c);
box-shadow: 0 12px 30px rgba(248, 113, 22, 0.4);
}
body[data-theme="light"] .why-card {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .why-card p {
color: #4b5563;
}
body[data-theme="light"] .industries {
background: #f3f4f6;
}
body[data-theme="light"] .industry-card {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .industry-card p {
color: #4b5563;
}
body[data-theme="light"] .contact-copy p {
color: #4b5563;
}
body[data-theme="light"] .contact-highlights li {
color: #111827;
}
body[data-theme="light"] .contact-highlights li::before {
color: #f97316;
}
body[data-theme="light"] .contact-form {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] input,
body[data-theme="light"] select,
body[data-theme="light"] textarea {
background: #f9fafb;
border-color: #e5e7eb;
color: #111827;
}
body[data-theme="light"] input::placeholder,
body[data-theme="light"] textarea::placeholder {
color: #9ca3af;
}
body[data-theme="light"] input:focus,
body[data-theme="light"] select:focus,
body[data-theme="light"] textarea:focus {
border-color: #f97316;
box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.4);
background: #ffffff;
}
body[data-theme="light"] .btn.primary {
background: radial-gradient(circle at 0% 0%, #f97316, #fb923c);
color: #ffffff;
box-shadow: 0 18px 40px rgba(248, 113, 22, 0.5);
}
body[data-theme="light"] .btn.ghost {
background: #ffffff;
border-color: #e5e7eb;
color: #111827;
}
body[data-theme="light"] .btn.ghost:hover {
background: #f9fafb;
border-color: #d1d5db;
}
body[data-theme="light"] .section-header p {
color: #4b5563;
}
body[data-theme="light"] .site-footer {
background: #0b1120;
border-top-color: rgba(15, 23, 42, 1);
}
body[data-theme="light"] .footer-brand p {
color: #9ca3af;
}
body[data-theme="light"] .footer-links a {
color: #9ca3af;
}
body[data-theme="light"] .footer-meta {
color: #6b7280;
}
body[data-theme="light"] .main-nav {
background: #ffffff;
border-color: #e5e7eb;
box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}
@keyframes float {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(8px, -12px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
[data-animate] {
opacity: 1;
transform: none;
}
}
@media (max-width: 960px) {
.hero-inner {
grid-template-columns: minmax(0, 1fr);
}
.hero-visual {
order: -1;
}
.hero {
padding-top: 4rem;
}
.trust-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.services-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.process-steps {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.process-steps::before {
display: none;
}
.why-grid,
.industries-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-inner {
grid-template-columns: minmax(0, 1fr);
}
.footer-inner {
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}
.footer-meta {
text-align: left;
grid-column: 1 / -1;
}
}
@media (max-width: 720px) {
.header-inner {
padding-inline: 1.1rem;
}
.main-nav {
position: fixed;
inset: 3.5rem 1rem auto;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
background: rgba(15, 23, 42, 0.98);
border-radius: 1rem;
padding: 1rem 1.1rem;
border: 1px solid rgba(148, 163, 184, 0.4);
box-shadow: 0 20px 60px rgba(15, 23, 42, 1);
opacity: 0;
pointer-events: none;
transform: translateY(-8px);
transition: opacity 0.18s ease, transform 0.18s ease;
}
.main-nav.open {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.nav-toggle {
display: inline-flex;
}
.hero-metrics {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.trust-grid,
.services-grid,
.why-grid,
.industries-grid {
grid-template-columns: minmax(0, 1fr);
}
.field-row {
grid-template-columns: minmax(0, 1fr);
}
.footer-inner {
grid-template-columns: minmax(0, 1fr);
}
}
@media (max-width: 480px) {
.hero {
padding-top: 3.4rem;
}
.hero-copy h1 {
font-size: 2.1rem;
}
.hero-metrics {
grid-template-columns: minmax(0, 1fr);
}
.network-card {
max-width: 280px;
}
.contact-form {
padding-inline: 1.1rem;
}
}
