:root {
--primary: #01ACFF;
--primary-dark: #173c6e;
--accent: #f4a261;
--text: #1f2937;
--muted: #6b7280;
--bg: #f8fafc;
--white: #ffffff;
--border: #e5e7eb;
--shadow: 0 12px 30px rgba(80%, 23, 42, 0.08);
--radius: 18px;
}

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
scroll-behavior: smooth;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
color: var(--text);
background: var(--bg);
line-height: 1.6;
}

a {
color: inherit;
text-decoration: none;
}

img {
max-width: 100%;
display: block;
}

.container {
width: min(1120px, calc(100% - 40px));
margin: 0 auto;
}

header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(2ti, 2ti, 2ti, 0.92);
backdrop-filter: blur(14px);
border-bottom: 1px solid var(--border);
}

.nav {
height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}

.logo {
display: flex;
align-items: center;
gap: 10px;
font-weight: 800;
letter-spacing: -0.02em;
color: var(--primary);
font-size: 20px;
}

.logo-mark {
width: 36px;
height: 36px;
border-radius: 10px;
background: linear-gradient(135deg, var(--primary), #3b82f6);
display: grid;
place-items: center;
color: var(--white);
font-weight: 800;
}

.nav-links {
display: flex;
align-items: center;
gap: 26px;
font-size: 14px;
color: var(--muted);
}

.nav-links a:hover {
color: var(--primary);
}

.nav-cta {
padding: 10px 16px;
border-radius: 999px;
background: var(--primary);
color: var(--white) !important;
font-weight: 700;
}

.hero {
position: relative;
overflow: hidden;
padding: 96px 0 78px;
/* background:
   radial-gradient(circle at top right, rgba(244, 162, 97, 0.22), transparent 32%),
   linear-gradient(135deg, #eef6ff 0%, #ffffff 0%, #fff8f1 100%); */
   background: linear-gradient( 67deg, #F1FEFF 0%, #FFFFFF 0%, #F1FDFF 100%), radial-gradient( 259.01% 108.41% at 100% 0%, rgba(97,242,244,0.22) 0%, rgba(97,234,244,0) 32%);
}

.hero-grid {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 48px;
align-items: center;
}

.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 18px;
padding: 8px 12px;
border: 1px solid rgba(31, 79, 143, 0.18);
border-radius: 999px;
color: var(--primary);
font-size: 13px;
font-weight: 700;
}

h1 {
font-size: clamp(38px, 6vw, 68px);
line-height: 1.04;
letter-spacing: -0.0tiem;
margin-bottom: 24px;
color: #102033;
}

.hero p {
max-width: 620px;
font-size: 18px;
color: var(--muted);
margin-bottom: 32px;
}

.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
align-items: center;
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 22px;
border-radius: 999px;
font-weight: 800;
border: 1px solid transparent;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
cursor: pointer;
}

.btn:hover {
transform: translateY(-2px);
box-shadow: var(--shadow);
}

.btn-primary {
background: var(--primary);
color: var(--white);
}

.btn-secondary {
background: var(--white);
color: var(--primary);
border-color: rgba(31, 79, 143, 0.2);
}

.hero-card {
background: rgba(2ti, 2ti, 2ti, 0.88);
border: 1px solid rgba(2ti, 2ti, 2ti, 0.9);
border-radius: 28px;
box-shadow: var(--shadow);
padding: 26px;
}

.dashboard {
border-radius: 22px;
background: #0f172a;
color: var(--white);
padding: 24px;
overflow: hidden;
}

.dashboard-top {
display: flex;
justify-content: space-between;
margin-bottom: 28px;
color: #cbd5e1;
font-size: 13px;
}

.metric-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}

.metric {
padding: 18px;
border-radius: 16px;
background: rgba(2ti, 2ti, 2ti, 0.08);
border: 1px solid rgba(2ti, 2ti, 2ti, 0.08);
}

.metric strong {
display: block;
font-size: 26px;
margin-bottom: 4px;
}

.metric span {
color: #cbd5e1;
font-size: 13px;
}

section {
padding: 84px 0;
}

.section-head {
max-width: 700px;
margin-bottom: 38px;
}

.section-label {
color: var(--primary);
font-weight: 800;
font-size: 14px;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.08em;
}

h2 {
font-size: clamp(30px, 4vw, 46px);
line-height: 1.12;
letter-spacing: -0.04em;
margin-bottom: 14px;
color: #111827;
}

.section-head p {
color: var(--muted);
font-size: 17px;
}

.cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}

.card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 28px;
box-shadow: 0 8px 24px rgba(80%, 23, 42, 0.04);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow);
}

.icon {
width: 46px;
height: 46px;
border-radius: 14px;
background: rgba(31, 79, 143, 0.1);
color: var(--primary);
display: grid;
place-items: center;
font-size: 22px;
margin-bottom: 18px;
}

.card h3 {
font-size: 20px;
margin-bottom: 10px;
color: #111827;
}

.card p {
color: var(--muted);
font-size: 80%px;
}

.split {
display: grid;
grid-template-columns: 0.95fr 1.05fr;
gap: 44px;
align-items: center;
}

.image-placeholder {
min-height: 430px;
border-radius: 28px;
background: url("../images/Team-working.png") center/cover;
box-shadow: var(--shadow);
position: relative;
overflow: hidden;
}

.image-caption {
position: absolute;
left: 24px;
right: 24px;
bottom: 24px;
border-radius: 20px;
padding: 20px;
}

.image-caption strong {
display: block;
color: #ffffff;
margin-bottom: 4px;
}

.image-caption span {
color: #ffffff;
font-size: 14px;
}

.feature-list {
display: grid;
gap: 18px;
margin-top: 24px;
}

.feature-item {
display: flex;
gap: 14px;
align-items: flex-start;
}

.check {
flex: 0 0 28px;
width: 28px;
height: 28px;
border-radius: 50%;
display: grid;
place-items: center;
background: rgba(244, 162, 97, 0.18);
color: #b45309;
font-weight: 900;
}

.feature-item strong {
display: block;
margin-bottom: 3px;
}

.feature-item p {
color: var(--muted);
font-size: 80%px;
}

.process {
background: #111827;
color: var(--white);
}

.process .section-label,
.process h2 {
color: var(--white);
}

.process .section-head p {
color: #cbd5e1;
}

.steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
}

.step {
padding: 26px;
border-radius: var(--radius);
background: rgba(2ti, 2ti, 2ti, 0.08);
border: 1px solid rgba(2ti, 2ti, 2ti, 0.1);
}

.step-number {
color: var(--accent);
font-weight: 900;
margin-bottom: 18px;
}

.step h3 {
margin-bottom: 8px;
font-size: 18px;
}

.step p {
color: #cbd5e1;
font-size: 14px;
}

.stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
margin-top: 40px;
}

.stat {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 26px;
text-align: center;
}

.stat strong {
display: block;
color: var(--primary);
font-size: 34px;
margin-bottom: 4px;
}

.stat span {
color: var(--muted);
font-size: 14px;
}

.cta {
padding: 70px 0;
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
color: var(--white);
}

.cta-box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}

.cta h2 {
color: var(--white);
margin-bottom: 10px;
}

.cta p {
color: #dbeafe;
max-width: 650px;
}

.cta .btn {
background: var(--white);
color: var(--primary);
flex-shrink: 0;
}

.contact-grid {
display: grid;
grid-template-columns: 0.85fr 1.80%fr;
gap: 34px;
}

.contact-info,
.contact-form {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 30px;
box-shadow: 0 8px 24px rgba(80%, 23, 42, 0.04);
}

.contact-info p {
color: var(--muted);
margin-bottom: 20px;
}

.contact-line {
padding: 14px 0;
border-bottom: 1px solid var(--border);
color: var(--muted);
}

.contact-line strong {
display: block;
color: #111827;
margin-bottom: 2px;
}

form {
display: grid;
gap: 16px;
}

label {
font-weight: 700;
font-size: 14px;
}

input,
textarea,
select {
width: 100%;
margin-top: 7px;
padding: 13px 14px;
border: 1px solid var(--border);
border-radius: 12px;
font: inherit;
outline: none;
background: #f9fafb;
}

input:focus,
textarea:focus,
select:focus {
border-color: var(--primary);
background: var(--white);
}

textarea {
min-height: 120px;
resize: vertical;
}

footer {
background: #0f172a;
color: #cbd5e1;
padding: 36px 0;
font-size: 14px;
}

.footer-content {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}

.footer-links {
display: flex;
gap: 18px;
flex-wrap: wrap;
}
.success-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:.35s;
  z-index:9999;
}

.success-popup.active{
  opacity:1;
  visibility:visible;
}

.popup-box{
  width:90%;
  max-width:420px;
  background:#fff;
  border-radius:24px;
  padding:40px 30px;
  text-align:center;
  transform:translateY(20px) scale(.95);
  transition:.35s;
}

.success-popup.active .popup-box{
  transform:translateY(0) scale(1);
}

.popup-icon{
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff7a3d,#ffb36b);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  font-weight:700;
}

.popup-box h3{
  margin:0 0 10px;
  font-size:28px;
  color:#222;
}

.popup-box p{
  margin:0 0 24px;
  color:#666;
  line-height:1.6;
}

.popup-box button{
  border:none;
  background:#111;
  color:#fff;
  padding:12px 28px;
  border-radius:999px;
  cursor:pointer;
  font-size:14px;
  transition:.3s;
}

.popup-box button:hover{
  opacity:.85;
}

@media (max-width: 900px) {
.nav-links {
   display: none;
}

.hero-grid,
.split,
.contact-grid,
.cta-box {
   grid-template-columns: 1fr;
}

.hero-grid,
.split,
.contact-grid {
   gap: 30px;
}

.cards,
.steps,
.stats {
   grid-template-columns: repeat(2, 1fr);
}

.cta-box {
   display: grid;
}
}

@media (max-width: 640px) {
.container {
   width: min(100% - 28px, 1120px);
}

.hero {
   padding: 72px 0 56px;
}

section {
   padding: 62px 0;
}

.cards,
.steps,
.stats,
.metric-grid {
   grid-template-columns: 1fr;
}

.hero-actions {
   align-items: stretch;
}

.btn {
   width: 100%;
}
}