html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  :root {
--navy: #0A1A2D;
--navy-light: #162A45;
--blue: #2A5EE8;  --blue-gradient: linear-gradient(135deg, #0A1A2D 0%, #162A45 10%, #2A5EE8 100%);
--blue-dark-gradient: linear-gradient(135deg, #0A1A2D 0%, #162A45 50%, #2A5EE8 100%);
--green: #10B981;
--green-gradient: linear-gradient(135deg, #10B981 0%, #34D399 100%);
--white: #FFFFFF;
--gray-light: #F8FAFC;
--gray: #E2E8F0;
--transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
--transition-slow: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
--shadow-lg: 0 20px 60px rgba(10, 26, 45, 0.15);
--shadow-xl: 0 25px 80px rgba(10, 26, 45, 0.2);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-family: 'IBM Plex Sans', sans-serif;
background: var(--white);
color: #333;
line-height: 1.7;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Inter', sans-serif;
font-weight: 800;
line-height: 1.1;
}
.container {
width: 100%;
max-width: 1480px;
margin: 0 auto;
padding: 0 40px;
} .premium-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 25px 0;
background: transparent;
transition: all 0.5s ease;
z-index: 1000;
}
.premium-header.scrolled {
background: var(--blue-gradient);
backdrop-filter: blur(20px);
padding: 15px 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.premium-header.scrolled .nav-links a {
color: white;
text-decoration: none;
font-weight: 500;
transition: var(--transition);
font-size: 15px;
position: relative;
padding: 5px 0;
}
.premium-header.scrolled  .hamburger {
color: white;
}
.nav-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-family: 'Inter', sans-serif;
font-size: 28px;
font-weight: 900;
color: white;
text-decoration: none;
width: 200px;
display: flex;
}
.logo img {
width: 100%; height: auto;
}
.premium-header.scrolled .logo img {
filter: invert(1);
}
.logo span {
background: var(--blue-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nav-links {
display: flex;
gap: 40px;
align-items: center;
}
.nav-links a {
color: black;
text-decoration: none;
font-weight: 500;
transition: var(--transition);
font-size: 15px;
position: relative;
padding: 5px 0;
}
.nav-links a:not(.btn):after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--blue);
transition: var(--transition);
}
.nav-links a:hover:after {
width: 100%;
}
.btn-investor {
background: linear-gradient(135deg, #ff7600 0%, #dc810a 10%, #f5952f 100%)!important;
}
.btn-investor:hover {
box-shadow: 0 20px 40px rgba(228, 125, 7, 0.3)!important;
}
.body-bg {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-image: url(https://img.freepik.com/free-vector/clean-abstract-blue-gradient-fluid-background-line-style_1017-50197.jpg?t=st=1770707342~exp=1770710942~hmac=b59f4b1fbc5f624e03c81ac04936f1a31761e253a64da1d0ad0d8a635a7d3b61&w=1480);
background-size: cover;
background-position: 50% 10%;
background-attachment: fixed;
opacity: 0.2;
z-index: -1;
animation: waveMotion 10s ease-in-out infinite;
} @keyframes waveMotion {
0% {
transform: translate(0, 0) scale(1);
}
25% {
transform: translate(0px, 20px) scale(1.03);
}
50% {
transform: translate(0px, -20px) scale(1.09);
}
75% {
transform: translate(0px, 10px) scale(1.03);
}
100% {
transform: translate(0, 0) scale(1);
}
} .premium-hero { padding: 150px 0 80px 0;
position: relative; overflow: hidden;
display: flex;
align-items: center;
}
.hero-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 30% 30%, rgba(42, 94, 232, 0.2) 0%, transparent 50%),
radial-gradient(circle at 70% 70%, rgba(58, 107, 245, 0.15) 0%, transparent 50%);
}
.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
align-items: center;
height: 100%;
position: relative;
z-index: 2;
}
.hero-content {
color: black;
}
.hero-tag {
display: inline-block;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 8px 20px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 30px;
border: 1px solid var(--blue);
}
.hero-title {
font-size: 54px;
font-weight: 900;
margin-bottom: 30px;
line-height: 1;
background: var(--blue-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-subtitle {
font-size: 22px;
opacity: 0.9;
margin-bottom: 40px;
font-weight: 400;
}
.hero-buttons {
display: flex;
gap: 20px;
margin-bottom: 50px;
}
.typewriter-text {
background: var(--blue-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
position: relative;
}
.typewriter-text::after {
content: '|';
animation: blink 1s infinite;
position: absolute;
right: -10px;
}
@keyframes blink {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0;
}
}
.hero-stats {
display: flex;
gap: 40px;
margin-top: 50px;
padding-top: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stat {
text-align: left;
}
.hero-stat-value {
font-size: 42px;
font-weight: 800;
background: var(--blue-gradient);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1;
margin-bottom: 5px;
}
.hero-stat-label {
font-size: 14px;
opacity: 0.8;
font-weight: 500;
}
.locations-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
padding: 40px 0;
}
.location-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: 0.3s ease;
}
.location-card:hover {
transform: translateY(-8px);
}
.location-card h3 {
padding: 20px;
font-size: 20px;
font-weight: 600;
}
.location-card iframe {
width: 100%;
height: 250px;
border: 0;
}
.global-module {
padding: 20px 20px;
display: flex;
justify-content: center;
}
.global-box {
width: 100%;
max-width: 900px;
border-radius: 24px;
padding: 40px; text-align: center;
} .global-tabs {
display: flex;
justify-content: center;
gap: 40px;
margin-bottom: 40px;
}
.tab {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
padding: 8px 0;
position: relative;
color: #000;
font-weight: 600;
transition: 0.3s ease;
}
.tab.active {
color: #1E4FD8;
}
.tab::after {
content: "";
position: absolute;
bottom: -6px;
left: 0;
width: 0%;
height: 2px;
background: #1E4FD8;
transition: 0.4s ease;
}
.tab.active::after {
width: 100%;
}
.globe-wrapper {
position: relative;
width: 100%;
max-width: 600px;
margin: 0 auto 30px;
}
.globe-wrapper::before {
content: "";
display: block;
left: 0;
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
padding-top: 0%;  background: var(--blue-gradient);
-webkit-mask-image: url(https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg); -webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
-webkit-mask-position: center;
mask-image: url(https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg);
mask-repeat: no-repeat;
mask-size: cover;
mask-position: center;
} .globe {
width: 100%;
display: block;
position: relative;
z-index: 1;
opacity: 0.1;
}
.marker {
position: absolute;
width: 14px;
height: 14px;
background: #E94B4B;
border-radius: 50%;
box-shadow: 0 0 0 6px rgba(233, 75, 75, 0.2);
transform: translate(-50%, -50%);
transition: all 0.8s cubic-bezier(.4, 0, .2, 1);
z-index: 2; top: 33%;
left: 22%; } .location-info {
transition: opacity 0.4s ease;
}
.location-info h3 {
margin: 0;
font-size: 22px;
}
.location-info p {
margin-top: 6px;
color: #666;
}
.marker::after {
content: "";
position: absolute;
inset: -8px;
border-radius: 50%;
border: 2px solid rgba(233, 75, 75, 0.4);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(0.6);
opacity: 0.7;
}
70% {
transform: scale(2);
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes ripple {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
} .social-proof-section {
padding: 100px 0;
background: var(--gray-light);
}
.trust-badges {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
margin-bottom: 60px;
}
.badge {
height: 60px;
filter: grayscale(100%);
opacity: 0.7;
transition: var(--transition);
cursor: pointer;
}
.badge:hover {
filter: grayscale(0);
opacity: 1;
transform: translateY(-5px);
}
.media-carousel {
max-width: 900px;
margin: 0 auto;
position: relative;
}
.media-slide {
background: white;
border-radius: 20px;
padding: 50px;
text-align: center;
box-shadow: var(--shadow-lg);
}
.media-logo {
height: 40px;
margin-bottom: 20px;
opacity: 0.8;
}
.media-quote {
font-size: 20px;
font-style: italic;
margin-bottom: 30px;
color: var(--navy-light);
line-height: 1.6;
} .metrics-section {
padding: 80px 0; }
.section-header {
text-align: center;
margin-bottom: 80px;
}
.section-header h2 {
font-size: 40px;
margin-bottom: 20px;
color: var(--navy);
background: var(--blue-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-header p {
font-size: 18px;
line-height: 22px;
color: var(--navy-light);
max-width: 700px;
margin: 0 auto;
}
.metrics-grid { display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 60px;
}
.metric-card-flex {
display: flex;
justify-content: center;
gap: 20px;
}
.metric-card-flex .metric-value {
font-size: 50px;
}
.metric-card {
width: calc(100% / 3 - 30px);
background: var(--white);
border-radius: 20px;
padding: 40px 30px;
text-align: center;
border: 1px solid var(--gray);
transition: var(--transition);
position: relative;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-decoration: none;
}
.metric-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: var(--blue-gradient);
}
.metric-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-xl);
border-color: var(--blue);
}
.metric-value {
font-size: 56px;
font-weight: 900;
background: var(--blue-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1;
margin-bottom: 10px;
}
.metric-label {
font-size: 20px;
line-height: 26px;
color: var(--navy-light);
font-weight: 600;
margin-bottom: 10px;
}
.metric-change {
font-size: 18px;
font-weight: 600;
color: var(--green);
}
.charts-container {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
margin-top: 60px;
}
#performance-chart {
height: 45vh;
width: 100%;
}
.chart-card {
background: white;
border-radius: 20px;
padding: 40px;
box-shadow: var(--shadow-lg);
}
.chart-card h3 {
margin-bottom: 30px;
color: var(--navy);
font-size: 24px;
} .portfolio-visualizer {
padding: 80px 0; color: white;
}
.portfolio-visualizer .section-header h2 { }
.portfolio-visualizer .section-header p { }
.visualizer-filters {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 60px;
flex-wrap: wrap;
}
.filter-btn {
padding: 12px 30px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
color: white;
border-radius: 50px;
cursor: pointer;
transition: var(--transition);
font-weight: 600;
font-family: 'Inter', sans-serif;
font-size: 14px;
}
.filter-btn.active,
.filter-btn:hover {
background: var(--blue);
border-color: var(--blue);
}
.network-container {
position: relative;
width: 100%;
height: 600px;
background: #111;
border: 1px solid #333;
overflow: hidden;
}
.connection-line {
position: absolute;
height: 1px;
background: rgba(255, 255, 255, 0.1);
transform-origin: 0 0;
z-index: 1; }   .globeab {
opacity: 0 !important;
width: 70%;
height: 70%;
object-fit: contain;
object-position: center;
margin: auto auto 0 auto;
display: block;
}  .company-node:hover {     }
.company-node:hover img { }
.company-node div {
color: var(--navy);
display: none;
} .matchmaker-section {
padding: 80px 0;
background: var(--white);
}
.matchmaker-container {
max-width: 800px;
margin: 0 auto;
background: white;
border-radius: 30px;
padding: 60px;
box-shadow: var(--shadow-xl);
}
.matchmaker-step {
display: none;
}
.matchmaker-step.active {
display: block;
animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.matchmaker-question {
font-size: 28px;
margin-bottom: 40px;
text-align: center;
color: var(--navy);
}
.matchmaker-options {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
.matchmaker-option {
padding: 30px 20px;
background: var(--gray-light);
border: 2px solid transparent;
border-radius: 15px;
cursor: pointer;
text-align: center;
transition: var(--transition);
color: var(--navy);
font-weight: 500;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.matchmaker-option:hover,
.matchmaker-option.selected {
background: var(--blue);
color: white;
border-color: var(--blue);
transform: translateY(-5px);
}
.matchmaker-option .option-text {
font-size: 14px;
pointer-events: none;
}
.matchmaker-nav {
display: flex;
justify-content: space-between;
margin-top: 40px;
} .founders-section {
padding: 80px 0;
background: var(--gray-light);
}
.founders-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.founder-card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: var(--shadow-lg);
transition: var(--transition);
}
.founder-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-xl);
}
.founder-image {
height: 375px;
overflow: hidden;
}
.founder-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
transition: transform 0.5s ease;
}
.founder-card:hover .founder-image img {
transform: scale(1.05);
}
.founder-info {
padding: 30px;
}
.founder-name {
font-size: 22px;
margin-bottom: 5px;
color: var(--navy);
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.4em; max-height: 2.8em;  
}
.founder-title {
color: var(--blue);
font-weight: 600;
margin-bottom: 15px;
font-size: 14px; 
}
.founder-bio {
color: var(--navy-light);
margin-bottom: 20px;
font-size: 15px;
line-height: 1.6;
display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.4em; 
}
.founder-info .btn:hover {
color: var(--navy-light)!important;
} .case-studies {
padding: 80px 0;
background: var(--white);
}
.case-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.case-card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: var(--shadow-lg);
transition: var(--transition);
}
.case-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-xl);
}
.case-header {
padding: 40px 30px;
background: var(--blue-gradient);
color: white;
}
.case-company {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}
.case-industry {
font-size: 14px;
opacity: 0.9;
margin-bottom: 20px;
}
.case-stats {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.case-stat {
text-align: center;
}
.case-stat-value {
font-size: 32px;
font-weight: 800;
line-height: 1;
}
.case-stat-label {
font-size: 12px;
opacity: 0.9;
margin-top: 5px;
}
.case-content {
padding: 30px;
}
.case-content p {
margin-bottom: 20px;
color: var(--navy-light);
} .process-section {
padding: 80px 0;
background: var(--gray-light);
}
.process-steps {
display: grid;
grid-template-columns: repeat(6 , 1fr);
gap: 30px;
position: relative;
}
.process-step {
background: white;
border-radius: 20px;
padding: 30px 20px;
text-align: center;
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: var(--shadow-lg);
transition: var(--transition);
}
.process-step:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-xl);
}
.step-number {
width: 60px;
height: 60px;
background: var(--blue-gradient);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 800;
margin: 0 auto 20px;
}
.process-step h3 {
margin-bottom: 10px;
color: var(--navy);
font-size: 14px;
line-height: 18px;
background: var(--blue-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.process-step p {
color: var(--navy-light);
font-size: 14px;
}
.process-section,
.case-studies,
.matchmaker-section,
.founders-section {
background: transparent;
}
.matchmaker-container input {
display: block!important;
width: 100%;
padding: 15px;
border: 1px solid var(--gray);
border-radius: 10px;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 15px;
transition: var(--transition);
background: var(--gray-light);
}
.matchmaker-container textarea {
display: block!important;
width: 100%;
padding: 15px;
height: 200px;
border: 1px solid var(--gray);
border-radius: 10px;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 15px;
transition: var(--transition);
background: var(--gray-light);
} .smart-contact {
padding: 120px 0;
background: var(--blue-dark-gradient);
color: white;
display: none;
}
.contact-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.contact-form-adaptive {
background: white;
border-radius: 30px;
padding: 60px;
box-shadow: var(--shadow-xl);
}
.form-type-selector {
display: flex;
gap: 10px;
margin-bottom: 40px;
}
.form-type-btn {
flex: 1;
padding: 15px;
background: var(--gray-light);
border: none;
border-radius: 10px;
cursor: pointer;
font-weight: 600;
transition: var(--transition);
color: var(--navy);
font-family: 'Inter', sans-serif;
font-size: 14px;
}
.form-type-btn.active {
background: var(--blue);
color: white;
}
.form-group {
margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 15px 20px;
border: 1px solid var(--gray);
border-radius: 10px;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 15px;
transition: var(--transition);
background: var(--gray-light);
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--blue);
background: white;
}
.contact-details {
margin-top: 40px;
}
.contact-detail {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
font-size: 16px;
}
.contact-detail i {
color: var(--blue);
width: 20px;
} .premium-footer {
background: var(--navy);
color: white;
padding: 80px 0 40px;
}
.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 60px;
margin-bottom: 60px;
}
.footer-col h4 {
color: white;
margin-bottom: 20px;
font-size: 18px;
}
.footer-links {
list-style: none;
margin-left: 0;
}
.footer-links li {
margin-bottom: 12px;
}
.footer-links a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
transition: var(--transition);
font-size: 14px;
}
.footer-links a:hover {
color: white;
padding-left: 5px;
}
.footer-newsletter {
margin-top: 30px;
}
.newsletter-input {
display: flex;
gap: 10px;
margin-top: 15px;
}
.newsletter-input input {
flex: 1;
padding: 12px 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
color: white;
font-family: 'IBM Plex Sans', sans-serif;
}
.newsletter-input input::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 30px;
text-align: center;
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
} .btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px !important;
background: var(--blue-gradient);
color: white !important;
border: none;
border-radius: 12px;
font-weight: 600;
cursor: pointer;
transition: var(--transition);
text-decoration: none;
font-family: 'Inter', sans-serif;
font-size: 15px;
}
.btn:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(42, 94, 232, 0.3);
}
.btn-secondary {
background: transparent;
border: 2px solid var(--blue);
color: var(--blue) !important;
}
.btn-secondary:hover {
background: var(--blue);
color: white !important;
}
.hamburger {
display: none!important;
} @media (max-width: 1200px) {
.hero-grid {
grid-template-columns: 1fr;
text-align: center;
gap: 60px;
}
.metrics-grid  {
flex-wrap: wrap;
}
.metric-card {
width: 100%;
}
.founders-grid,
.case-grid,
.process-steps,
.matchmaker-options {
grid-template-columns: repeat(2, 1fr);
}
.charts-container {
grid-template-columns: 1fr;
}
.contact-container {
grid-template-columns: 1fr;
gap: 60px;
}
.footer-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) { @keyframes waveMotion {
0% {
transform: translate(0, 0) scale(1);
}
25% {
transform: translate(0px, 20px) scale(1.03);
}
50% {
transform: translate(0px, -20px) scale(1.06);
}
75% {
transform: translate(0px, 10px) scale(1.03);
}
100% {
transform: translate(0, 0) scale(1);
}
}
.logo {
width: 150px;
}
.premium-hero {
height: auto;
padding-top: 100px;
}
.premium-header.scrolled .nav-links a {
color: #162A45;
}
.hero-grid {
gap: 15px;
}
.hero-tag {
margin-top: 30px;
}
.container {
padding: 0 20px;
}
.hero-content {
padding-top: 40px;
padding-bottom: 40px;
}
.hero-title {
font-size: 42px;
}
.hero-subtitle {
font-size: 18px;
}
.hero-buttons {
flex-direction: row;
gap: 10px;
font-size: 10px;
}
.hero-buttons .btn {
gap: 10px;
padding: 15px 15px !important;
font-size: 10px;
text-align: left;
}
.hero-stats {
flex-direction: row;
flex-wrap: wrap;
gap: 30px;
}
.global-module {
padding: 20px 0;
}
.global-box {
padding: 0px;
}
.portfolio-network {
height: 400px;
}
.metrics-grid,
.founders-grid,
.case-grid,
.process-steps,
.matchmaker-options {
grid-template-columns: 1fr;
}
.section-header h2 {
font-size: 36px;
}
.matchmaker-container {
padding: 30px;
}
.footer-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.nav-links {
display: flex;
position: absolute;
left: 0;
top: 100%;
flex-direction: column;
background-color: white;
width: 100%;
align-items: flex-start;
gap: 10px;
padding: 0 20px;
overflow: hidden;
height: 0;
transition: 500ms all ease-in;
background-image: url(https://img.freepik.com/free-vector/clean-abstract-blue-gradient-fluid-background-line-style_1017-50197.jpg?t=st=1770707342~exp=1770710942~hmac=b59f4b1…&w=1480);
background-size: cover;
}
.nav-links.showonmob {
height: 90vh;
padding: 20px 20px;
}
.globe-visual {
width: 300px;
height: 300px;
}
.contact-form-adaptive {
padding: 30px;
}
.hamburger {
display: block!important;
font-size: 28px;
}
.process-section,
.matchmaker-section,
.testimonials-section,
.case-studies,
.founders-section,
.portfolio-visualizer,
.metrics-section {
padding: 40px 0!important;
}
.footer-col {
min-width: 100%;	
}
.newsletter-input .mc4wp-form-fields {
gap: 5px;
flex-wrap: wrap;
justify-content: flex-start!important;
}
.newsletter-input .mc4wp-form-fields input {
width: 100%;
}
} .text-center {
text-align: center;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-40 {
margin-bottom: 40px;
}
.founder-image img {
height: 100%!important;
}