

/* ---------- shared reveal-on-scroll utility (used across sections) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(160deg, #060A14 0%, #0B1220 45%, #0F1B33 100%);
  overflow: hidden;
  color: #F4F7FC;
}
.hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.hero-shape-a { width: 420px; height: 420px; top: -120px; right: -80px; background: radial-gradient(circle, #2563EB 0%, transparent 70%); animation: hero-float-a 14s ease-in-out infinite; }
.hero-shape-b { width: 320px; height: 320px; bottom: -100px; left: -60px; background: radial-gradient(circle, #38BDF8 0%, transparent 70%); animation: hero-float-b 16s ease-in-out infinite; }
.hero-shape-c { width: 260px; height: 260px; top: 40%; right: 20%; background: radial-gradient(circle, #1E3A8A 0%, transparent 70%); animation: hero-float-a 20s ease-in-out infinite reverse; }
@keyframes hero-float-a { 0%,100% { transform: translate(0,0);} 50% { transform: translate(-24px, 26px);} }
@keyframes hero-float-b { 0%,100% { transform: translate(0,0);} 50% { transform: translate(20px,-18px);} }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(37,99,235,.14); border: 1px solid rgba(56,189,248,.35);
  font-size: 13px; letter-spacing: .02em; color: #93C5FD;
  position: relative; z-index: 1; margin-bottom: 22px;
}
.hero-badge-icon { width: 15px; height: 15px; color: #38BDF8; }

.hero-title {
  position: relative; z-index: 1;
  font-size: 46px; line-height: 1.12; font-weight: 800; letter-spacing: -.01em;
  color: #F8FAFC; margin-bottom: 20px;
}
.hero-desc { position: relative; z-index: 1; font-size: 17px; line-height: 1.7; color: #B7C3DA; max-width: 540px; margin-bottom: 30px; }

.hero-cta-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-btn {
  border: none; cursor: pointer; border-radius: 12px; padding: 15px 24px;
  font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hero-btn:focus-visible { outline: 2px solid #38BDF8; outline-offset: 3px; }
.hero-btn-primary {
  background: linear-gradient(100deg, #2563EB, #1E3A8A);
  color: #fff; box-shadow: 0 14px 30px -12px rgba(37,99,235,.65);
}
.hero-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -10px rgba(37,99,235,.8); }
.hero-btn-icon { width: 16px; height: 16px; }
.hero-btn-secondary {
  background: rgba(255,255,255,.06); color: #E2E8F0; border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}
.hero-btn-secondary:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }

.hero-trust { position: relative; z-index: 1; }
.hero-trust-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #fff; margin-bottom: 12px; }
.hero-trust-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 22px; }
.hero-trust-list li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #CBD5E1; font-weight: 600; opacity: .9; }
.hero-trust-logo {
  width: 50px; height: 50px; padding: 4px; border-radius: 8px; flex-shrink: 0;
  background: rgba(255,255,255,.9); box-shadow: inset 0 0 0 1px rgba(148,163,184,.25);
}

.hero-visual { position: relative; z-index: 1; min-height: 560px; }
.hero-panel {
  position: relative; margin: 0 auto;
  background: rgba(15,23,42,.7); border: 1px solid rgba(148,163,184,.18);
  border-radius: 18px; backdrop-filter: blur(14px); box-shadow: 0 30px 60px -20px rgba(0,0,0,.6);
  overflow: hidden;
}
.hero-panel-table { max-width: 500px; }
.hero-panel-head { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid rgba(148,163,184,.14); }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; }
.hero-dot-r { background: #F87171; } .hero-dot-y { background: #FBBF24; } .hero-dot-g { background: #34D399; }
.hero-panel-title { margin-left: 8px; font-size: 12px; color: #94A3B8; font-weight: 600; }
.hero-panel-tag {
  margin-left: auto; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: #6EE7B7; background: rgba(52,211,153,.14); border: 1px solid rgba(52,211,153,.3);
  padding: 3px 9px; border-radius: 999px;
}
.hero-table-wrap {
  overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: rgba(56,189,248,.4) transparent;
}
.hero-table-wrap::-webkit-scrollbar { height: 6px; }
.hero-table-wrap::-webkit-scrollbar-thumb { background: rgba(56,189,248,.35); border-radius: 999px; }
.hero-token-table { min-width: 440px; }
.hero-token-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.hero-token-table thead th {
  text-align: left; padding: 13px 16px; font-size: 11px;
  text-transform: uppercase; letter-spacing: .06em; color: #64748B; background: #0B1220;
  border-bottom: 1px solid rgba(148,163,184,.16);
}
.hero-token-table tbody td { padding: 14px 16px; border-bottom: 1px solid rgba(148,163,184,.08); color: #CBD5E1; vertical-align: middle; }
.hero-token-table tbody tr:last-child td { border-bottom: none; }
.hero-token-table tbody tr:hover td { background: rgba(56,189,248,.06); }
.hero-token-group { color: #7DA2E8; font-weight: 600; white-space: nowrap; }
.hero-token-name { color: #E2E8F0; font-weight: 600; white-space: nowrap; }
.hero-token-value { color: #94A3B8; white-space: nowrap; }
.hero-token-preview { width: 70px; }
.hero-token-swatch { width: 18px; height: 18px; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.hero-token-bar { display: block; height: 8px; background: linear-gradient(90deg, #38BDF8, #2563EB); border-radius: 4px; }
.hero-token-radius { display: block; width: 20px; height: 20px; background: linear-gradient(135deg, #2563EB, #1E3A8A); }
.hero-token-text { color: #F8FAFC; font-weight: 700; }
.hero-token-shadow { display: block; width: 22px; height: 14px; border-radius: 4px; background: #0F1B33; box-shadow: 0 6px 10px -2px rgba(56,189,248,.5); }

.hero-float {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: rgba(15,23,42,.7); border: 1px solid rgba(148,163,184,.2);
  border-radius: 14px; padding: 10px 14px; backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px -18px rgba(0,0,0,.55); font-size: 12px; color: #E2E8F0;
}
.hero-float-card { top: 14px; right: -10px; animation: hero-bob 6s ease-in-out infinite; }
.hero-float-card strong { display: block; font-size: 13px; color: #F8FAFC; }
.hero-float-card small { color: #94A3B8; }
.hero-float-icon { width: 30px; height: 30px; padding: 6px; border-radius: 9px; background: rgba(37,99,235,.25); color: #93C5FD; }
.hero-float-badge {
  bottom: 30px; left: -6px; font-weight: 700; color: #6EE7B7;
  animation: hero-bob 7s ease-in-out infinite reverse;
}
.hero-float-badge svg { width: 15px; height: 15px; }
@keyframes hero-bob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }
.hero-glow {
  position: absolute; inset: -20% -10%; z-index: -1; pointer-events: none;
  background: radial-gradient(360px circle at 50% 40%, rgba(56,189,248,.18), transparent 60%);
}
@media (max-width: 991px) { .hero-title { font-size: 34px; } .hero-visual { margin-top: 40px; } }
@media (max-width: 575px) { .hero-title { font-size: 28px; } .hero-panel { max-width: 100%; } }

/* ==========================================================================
   LEAD FORM
   ========================================================================== */
.lead-section { padding: 30px 0; background: linear-gradient(160deg, #060A14, #0B1220 55%, #0F1B33); }
.lead-card {
  position: relative; overflow: hidden;
  background: rgba(255,255,255,.04); border-radius: 22px; padding: 34px;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.65); border: 1px solid rgba(148,163,184,.16);
  backdrop-filter: blur(10px);
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 34px; align-items: center;
}
.lead-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(420px circle at 10% 10%, rgba(37,99,235,.22), transparent 60%);
}
.lead-copy, .lead-card .form_section { position: relative; z-index: 1; }
.lead-title { font-size: 24px; font-weight: 800; margin-bottom: 10px; background: linear-gradient(100deg, #60A5FA, #38BDF8 55%, #93C5FD); -webkit-background-clip: text; background-clip: text; color: transparent;}
.lead-text { font-size: 14.5px; color: #AEB9CE; line-height: 1.6; }

.lead-form-box .form-group { margin-bottom: 16px; }
.lead-section .lead-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.lead-form-grid .form-group { margin-bottom: 0; }
/* The site's own global .form-control / .form-group styling is loaded on the live
   page and otherwise wins the cascade, so these overrides are intentionally specific
   (chained under .lead-section) and use !important on the handful of visual properties
   the global styles fight over — background, border, color, radius, shadow — to
   guarantee this form keeps its dark design regardless of load order. */
.lead-section .lead-form-box .form-control {
  width: 100% !important; border: 1px solid rgba(148,163,184,.35) !important; border-radius: 10px !important;
  padding: 11px 13px !important; font-size: 14px !important;
  color: #F1F5F9 !important; background: rgba(255,255,255,.06) !important; height: auto !important;
  box-shadow: none !important;
}
.lead-section .lead-form-box .form-control::placeholder { color: #8895AC !important; opacity: 1 !important; }
.lead-section .lead-form-box select.form-control option { color: #0B1220; }
.lead-section .lead-form-box .form-control:focus {
  outline: 2px solid #38BDF8 !important; outline-offset: 1px;
  border-color: #38BDF8 !important; box-shadow: none !important;
  color: #F1F5F9 !important; background: rgba(255,255,255,.1) !important;
}
.lead-section .lead-phone-row { display: flex !important; gap: 10px; }
.lead-section .lead-phone-row .countrycode {
  flex: 0 0 92px; width: 92px !important; border: 1px solid rgba(148,163,184,.35) !important; border-radius: 10px !important;
  padding: 11px 8px !important; font-size: 13px !important; color: #F1F5F9 !important; background: rgba(255,255,255,.06) !important;
  box-shadow: none !important;
}
.lead-section .lead-phone-row .countrycode option { color: #0B1220; }
.lead-section .lead-phone-row .form-control { flex: 1; min-width: 0; }
.lead-message-field { margin-top: 0; }
.lead-section .lead-message-field textarea.form-control { resize: vertical; min-height: 64px !important; }
.lead-captcha-field { display: flex; flex-direction: column; gap: 6px; }
.lead-captcha-error { font-size: 12.5px; color: #F87171; margin: 0; min-height: 1em; }
.lead-section .lead-submit {
  width: 100% !important; margin-top: 6px; border: none !important; cursor: pointer;
  background: linear-gradient(100deg, #2563EB, #1E3A8A) !important; color: #fff !important; font-weight: 700;
  border-radius: 10px !important; padding: 14px !important; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease;
}
.lead-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgba(37,99,235,.6); }
.lead-submit:focus-visible { outline: 2px solid #1E3A8A; outline-offset: 2px; }
.lead-section .lead-submit.leadbuttonshow { display: none; background: #2563EB99 !important; cursor: not-allowed; }
.lead-submit.leadbuttonshow:hover { transform: none; box-shadow: none; }
@media (max-width: 991px) { .lead-card { grid-template-columns: 1fr; } }
@media (max-width: 575px) { .lead-form-grid { grid-template-columns: 1fr; } .lead-card { padding: 24px; } }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services-section { padding: 30px 0 60px; background: #fff; }
.services-header { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.services-title { font-size: 32px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.services-sub { font-size: 15.5px; color: #56607A; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.services-card {
  background: linear-gradient(160deg, #0B1220, #0F1B33); border: 1px solid rgba(148,163,184,.16); border-radius: 18px; padding: 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.services-card:hover {
  transform: translateY(-6px); box-shadow: 0 24px 44px -24px rgba(30,58,138,.35);
  border-color: #BFDBFE; background: #F8FAFC;
}
.services-card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 16px;
  background: linear-gradient(135deg, #2563EB, #1E3A8A); color: #fff;
}
.services-card-icon svg { width: 22px; height: 22px; }
.services-card-title { font-size: 18px; font-weight: 700; color: #F8FAFC; margin-bottom: 10px; transition: color .3s ease; }
.services-card:hover .services-card-title { color: #0B1220; }
.services-card-text { font-size: 14px; color: #AEB9CE; line-height: 1.65; margin-bottom: 18px; transition: color .3s ease; }
.services-card:hover .services-card-text { color: #56607A; }
.services-card-cta {
  border: none; background: none; cursor: pointer; padding: 0; display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 700; color: #38BDF8; transition: color .3s ease;
}
.services-card:hover .services-card-cta { color: #1E3A8A; }
.services-card-cta-icon { width: 14px; height: 14px; transition: transform .2s ease; }
.services-card-cta:hover .services-card-cta-icon { transform: translateX(4px); }
.services-card-cta:focus-visible { outline: 2px solid #2563EB; outline-offset: 3px; }
@media (max-width: 991px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .services-grid { grid-template-columns: 1fr; } .services-title { font-size: 26px; } }

/* ==========================================================================
   WHY SECTION
   ========================================================================== */
.why-section { padding: 30px 0 60px; background: linear-gradient(180deg, #0B1220, #0F1B33); color: #E2E8F0; }
.why-title { font-size: 30px; font-weight: 800; margin-bottom: 16px; background: linear-gradient(100deg, #60A5FA, #38BDF8 55%, #93C5FD); -webkit-background-clip: text; background-clip: text; color: transparent;}
.why-text { font-size: 15px; line-height: 1.75; color: #AEB9CE; margin-bottom: 20px; }
.why-cta {
  border: 1px solid rgba(148,163,184,.35); background: rgba(255,255,255,.05); color: #F1F5F9;
  border-radius: 10px; padding: 13px 22px; font-weight: 700; font-size: 14px; cursor: pointer; transition: background .2s ease;
}
.why-cta:hover { background: rgba(255,255,255,.12); }
.why-cta:focus-visible { outline: 2px solid #38BDF8; outline-offset: 3px; }
.why-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.why-stat {
  background: rgba(255,255,255,.05); border: 1px solid rgba(148,163,184,.16); border-radius: 16px;
  padding: 22px 18px; text-align: center; backdrop-filter: blur(8px);
}
.why-stat-prefix { font-size: 22px; font-weight: 800; color: #fff; }
.why-stat-value { font-size: 34px; font-weight: 800; color: #fff; }
.why-stat-suffix { font-size: 22px; font-weight: 800; color: #38BDF8; }
.why-stat-label { display: block; margin-top: 6px; font-size: 12.5px; color: #94A3B8; }
.why-stat-label-only {
  grid-column: span 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 18px 14px;
}
.why-stat-check { width: 20px; height: 20px; color: #38BDF8; }
.why-stat-label-only .why-stat-label { margin-top: 0; font-size: 13px; color: #E2E8F0; font-weight: 600; }
@media (max-width: 575px) { .why-stats { grid-template-columns: 1fr 1fr; gap: 12px; } .why-stat { padding: 16px 10px; } .why-stat-value { font-size: 26px; } }

/* ==========================================================================
   INDUSTRIES
   ========================================================================== */
.industries-section { padding: 30px 0 60px; background: #F4F7FC; }
.industries-header { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.industries-title { font-size: 30px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.industries-sub { font-size: 15px; color: #56607A; line-height: 1.7; }
.industries-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.industries-card {
  display: flex; align-items: center; gap: 12px; min-width: 0;
  background: linear-gradient(160deg, #0B1220, #0F1B33); border: 1px solid rgba(148,163,184,.16); border-radius: 12px; padding: 15px 16px;
  text-decoration: none; color: #E2E8F0; font-size: 14px; font-weight: 600;
  transition: border-color .25s ease, transform .25s ease, background .25s ease, color .25s ease;
}
.industries-card:hover {
  border-color: #2563EB; transform: translateY(-3px);
  background: linear-gradient(135deg,#fff,#EFF6FF); color: #1E3A8A; text-decoration: none;
}
.industries-card:focus-visible { outline: 2px solid #2563EB; outline-offset: 2px; }
.industries-card-glyph {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 32px; height: 32px; border-radius: 9px;
  background: rgba(56,189,248,.12); color: #38BDF8; transition: background .25s ease, color .25s ease;
}
.industries-card-glyph svg { width: 16px; height: 16px; }
.industries-card:hover .industries-card-glyph { background: rgba(37,99,235,.14); color: #1E3A8A; }
.industries-card-name { flex: 1; min-width: 0; overflow-wrap: break-word; }
.industries-card-icon { width: 15px; height: 15px; flex-shrink: 0; opacity: .55; transition: transform .2s ease; }
.industries-card:hover .industries-card-icon { transform: translateX(3px); opacity: 1; }
@media (max-width: 991px) { .industries-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575px) { .industries-grid { grid-template-columns: repeat(2, 1fr); } .industries-title { font-size: 24px; } }
@media (max-width: 380px) {
  .industries-grid { grid-template-columns: 1fr; }
  .industries-card-name { font-size: 13.5px; }
}

/* ==========================================================================
   PROCESS
   ========================================================================== */
.process-section { padding: 30px 0 60px; background: #fff; }
.process-header { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.process-title { font-size: 30px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.process-sub { font-size: 15px; color: #56607A; line-height: 1.7; }
.process-wave {
  position: relative; list-style: none; margin: 0 auto; padding: 20px 0; max-width: 780px;
}
.process-wave::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px;
  background: repeating-linear-gradient(180deg, #2563EB 0 10px, transparent 10px 18px);
  border-radius: 3px;
}
.process-node { position: relative; display: flex; align-items: center; margin-bottom: 34px; min-height: 74px; }
.process-node:last-child { margin-bottom: 0; }
.process-node-dot {
  position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px;
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #38BDF8, #2563EB); color: #fff; font-size: 12px; font-weight: 800;
  box-shadow: 0 0 0 6px #F4F7FC, 0 10px 20px -8px rgba(37,99,235,.6); z-index: 1;
}
.process-node-card {
  width: calc(50% - 46px); background: #fff; border: 1px solid #E7ECF6; border-radius: 16px; padding: 18px 20px;
  box-shadow: 0 16px 30px -22px rgba(15,23,42,.25); transition: transform .25s ease, box-shadow .25s ease;
}
.process-node-card:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -20px rgba(37,99,235,.3); }
.process-node-title { font-size: 15.5px; font-weight: 700; color: #0B1220; margin-bottom: 6px; }
.process-node-text { font-size: 13px; color: #56607A; line-height: 1.6; margin: 0; }
.process-node-left { justify-content: flex-start; }
.process-node-left .process-node-card { margin-left: 0; transform-origin: right center; }
.process-node-right { justify-content: flex-end; }
.process-node-right .process-node-card { margin-right: 0; text-align: right; }
/* gentle zigzag offset so the line reads as a wave rather than a straight rail */
.process-node:nth-child(4n+1) .process-node-dot { transform: translateX(-14px); }
.process-node:nth-child(4n+3) .process-node-dot { transform: translateX(14px); }
@media (max-width: 767px) {
  .process-wave::before { left: 20px; margin-left: -1.5px; }
  .process-node, .process-node-right { justify-content: flex-start; padding-left: 52px; margin-bottom: 22px; }
  .process-node-dot { left: 20px; margin-left: -20px; width: 34px; height: 34px; margin-top: -17px; }
  .process-node:nth-child(4n+1) .process-node-dot, .process-node:nth-child(4n+3) .process-node-dot { transform: none; }
  .process-node-card, .process-node-right .process-node-card { width: 100%; margin: 0; text-align: left; }
}

/* ==========================================================================
   WHAT'S INCLUDED
   ========================================================================== */
.included-section { padding: 30px 0 60px; background: linear-gradient(180deg, #F4F7FC, #EAF1FC); }
.included-header { max-width: 400px; }
.included-title { font-size: 28px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.included-sub { font-size: 14.5px; color: #56607A; line-height: 1.7; margin-bottom: 16px; }
.included-hint { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: #1E3A8A; }
.included-hint-icon { width: 15px; height: 15px; color: #38BDF8; }

.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.included-card {
  position: relative; border-radius: 16px; overflow: hidden; cursor: pointer;
  min-height: 128px; background: linear-gradient(160deg, #0B1220, #0F1B33);
  border: 1px solid rgba(148,163,184,.16); transition: transform .3s ease, box-shadow .3s ease;
}
.included-card:hover, .included-card:focus { transform: translateY(-4px); box-shadow: 0 20px 36px -20px rgba(30,58,138,.4); outline: none; }
.included-card-face {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 16px; opacity: 1; transition: opacity .25s ease;
}
.included-card:hover .included-card-face, .included-card:focus .included-card-face { opacity: 0; }
.included-card-icon {
  display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center;
  border-radius: 10px; background: rgba(56,189,248,.14); color: #38BDF8;
}
.included-card-icon svg { width: 17px; height: 17px; }
.included-card-face .included-card-title { color: #F1F5F9; margin: 0; }
.included-card-title { font-size: 14px; font-weight: 700; color: #0B1220; margin-bottom: 6px; }
.included-card-text { font-size: 12.5px; color: #5B6478; line-height: 1.55; margin: 0; }
.included-card-back {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center;
  gap: 6px; padding: 18px; background: #fff; opacity: 0; transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
.included-card:hover .included-card-back, .included-card:focus .included-card-back { opacity: 1; transform: translateY(0); }
@media (max-width: 991px) { .included-grid { grid-template-columns: repeat(2, 1fr); } .included-header { max-width: none; margin-bottom: 30px; } }
@media (max-width: 575px) { .included-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   FIGMA
   ========================================================================== */
.figma-section { padding: 30px 0 60px; background: #0B1220; color: #E2E8F0; }
.figma-title { font-size: 30px; font-weight: 800; margin-bottom: 16px; background: linear-gradient(100deg, #60A5FA, #38BDF8 55%, #93C5FD); -webkit-background-clip: text; background-clip: text; color: transparent;}
.figma-text { font-size: 15px; color: #AEB9CE; line-height: 1.75; margin-bottom: 24px; }
.figma-cta {
  border: none; cursor: pointer; background: linear-gradient(100deg, #2563EB, #1E3A8A); color: #fff;
  font-weight: 700; border-radius: 10px; padding: 14px 24px; font-size: 14.5px; transition: transform .2s ease;
}
.figma-cta:hover { transform: translateY(-2px); }
.figma-cta:focus-visible { outline: 2px solid #38BDF8; outline-offset: 3px; }
.figma-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.figma-list-item {
  display: flex; gap: 12px; align-items: flex-start; background: rgba(255,255,255,.04);
  border: 1px solid rgba(148,163,184,.16); border-radius: 12px; padding: 14px 16px; font-size: 13.5px; color: #CBD5E1;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.figma-list-item:hover {
  transform: translateX(6px) translateY(-2px); background: rgba(56,189,248,.08);
  border-color: rgba(56,189,248,.4); box-shadow: 0 16px 30px -18px rgba(56,189,248,.35);
}
.figma-list-icon { width: 18px; height: 18px; flex-shrink: 0; color: #38BDF8; margin-top: 1px; transition: transform .25s ease; }
.figma-list-item:hover .figma-list-icon { transform: scale(1.15); }
.figma-list-item strong { color: #F1F5F9; }
@media (max-width: 991px) { .figma-section .row > div { margin-bottom: 26px; } }

/* ==========================================================================
   SAAS PLATFORMS
   ========================================================================== */
.saas-section { padding: 30px 0 60px; background: #fff; }
.saas-header { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.saas-title { font-size: 30px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.saas-sub { font-size: 15px; color: #56607A; line-height: 1.7; }
.saas-grid {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
  gap: 6px 4px; max-width: 900px; margin: 0 auto;
}
.saas-card {
  flex: 0 0 252px; text-align: center; padding: 52px 32px 40px;
  border: 1px solid rgba(148,163,184,.18); background: linear-gradient(160deg, #0B1220, #0F1B33);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease, background .25s ease;
}
.saas-card:nth-child(3n+2) { margin-top: 64px; }
.saas-card:hover {
  box-shadow: 0 22px 40px -26px rgba(30,58,138,.35); border-color: #38BDF8;
  transform: translateY(-4px) scale(1.03); background: linear-gradient(160deg, #EFF6FF, #fff);
}
.saas-card-icon {
  display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
  border-radius: 10px; background: linear-gradient(135deg, #38BDF8, #2563EB); color: #fff; margin-bottom: 14px;
}
.saas-card-icon svg { width: 20px; height: 20px; }
.saas-card-icon { margin-left: auto; margin-right: auto; }
.saas-card-title { font-size: 15px; font-weight: 700; color: #F1F5F9; margin-bottom: 8px; transition: color .25s ease; }
.saas-card:hover .saas-card-title { color: #0B1220; }
.saas-card-text { font-size: 12px; color: #AEB9CE; line-height: 1.55; transition: color .25s ease; }
.saas-card:hover .saas-card-text { color: #56607A; }
@media (max-width: 991px) {
  .saas-card { flex: 0 0 44%; clip-path: none; border-radius: 16px; padding: 24px; }
  .saas-card:nth-child(3n+2) { margin-top: 0; }
}
@media (max-width: 575px) { .saas-card { flex: 0 0 100%; } }

/* ==========================================================================
   WEBSITE DESIGN SYSTEMS (tabs)
   ========================================================================== */
.website-section { padding: 30px 0 60px; background: #F4F7FC; }
.website-header { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.website-title { font-size: 30px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.website-sub { font-size: 15px; color: #56607A; line-height: 1.7; }
.website-tablist { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.website-tab {
  border: 1px solid #DCE3F0; background: #fff; color: #334155; border-radius: 999px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .2s ease;
}
.website-tab.is-active, .website-tab:hover { background: linear-gradient(100deg, #2563EB, #1E3A8A); border-color: transparent; color: #fff; }
.website-tab:focus-visible { outline: 2px solid #2563EB; outline-offset: 2px; }
.website-panel { display: none; background: #fff; border: 1px solid #E7ECF6; border-radius: 18px; padding: 30px; max-width: 760px; margin: 0 auto; }
.website-panel.is-active { display: block; }
.website-panel-title { font-size: 19px; font-weight: 700; color: #0B1220; margin-bottom: 16px; }
.website-panel-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.website-panel-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #475569; line-height: 1.6; }
.website-panel-icon { width: 17px; height: 17px; flex-shrink: 0; color: #2563EB; margin-top: 2px; }
@media (max-width: 575px) { .website-panel { padding: 22px; } }

/* ==========================================================================
   MOBILE APP DESIGN SYSTEMS (tabs)
   ========================================================================== */
.mobile-section { padding: 30px 0 60px; background: #0F1B33; color: #E2E8F0; }
.mobile-header { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.mobile-title { font-size: 30px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #60A5FA, #38BDF8 55%, #93C5FD); -webkit-background-clip: text; background-clip: text; color: transparent;}
.mobile-sub { font-size: 15px; color: #AEB9CE; line-height: 1.7; }
.mobile-tablist { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 28px; }
.mobile-tab {
  border: 1px solid rgba(148,163,184,.3); background: rgba(255,255,255,.04); color: #CBD5E1; border-radius: 999px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .2s ease;
}
.mobile-tab.is-active, .mobile-tab:hover { background: linear-gradient(100deg, #38BDF8, #2563EB); border-color: transparent; color: #061225; }
.mobile-tab:focus-visible { outline: 2px solid #38BDF8; outline-offset: 2px; }
.mobile-panel { display: none; background: rgba(255,255,255,.04); border: 1px solid rgba(148,163,184,.16); border-radius: 18px; padding: 30px; backdrop-filter: blur(8px); }
.mobile-panel.is-active { display: block; }
.mobile-panel-heading { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: #93C5FD; margin-bottom: 14px; }
.mobile-panel-list { list-style: none; margin: 0 0 8px; padding: 0; display: grid; gap: 12px; }
.mobile-panel-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: #CBD5E1; line-height: 1.6; }
.mobile-panel-icon { width: 16px; height: 16px; flex-shrink: 0; color: #38BDF8; margin-top: 2px; }
@media (max-width: 575px) { .mobile-panel { padding: 20px; } }

/* ==========================================================================
   WHY CHOOSE US (comparison table)
   ========================================================================== */
.whyus-section { padding: 30px 0 60px; background: #fff; }
.whyus-header { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.whyus-title { font-size: 30px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.whyus-sub { font-size: 15px; color: #56607A; line-height: 1.7; }
.whyus-table { max-width: 760px; margin: 0 auto; border: 1px solid #E7ECF6; border-radius: 18px; overflow: hidden; }
.whyus-row { display: grid; grid-template-columns: 1fr 1fr; }
.whyus-row:not(:last-child) { border-bottom: 1px solid #E7ECF6; }
.whyus-row-head { background: #0B1220; }
.whyus-row-head span { padding: 16px 20px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; color: #94A3B8; }
.whyus-row-head .whyus-col-ours { color: #38BDF8; }
.whyus-cell-other, .whyus-cell-ours { display: flex; align-items: center; gap: 10px; padding: 16px 20px; font-size: 14px; font-weight: 600; min-width: 0; }
.whyus-cell-other { color: #94A3B8; background: #F8FAFC; }
.whyus-cell-ours { color: #0B1220; background: linear-gradient(90deg, #EFF6FF, #ffffff); }
.whyus-cell-icon { width: 16px; height: 16px; flex-shrink: 0; }
.whyus-cell-icon-x { transform: rotate(135deg); color: #CBD5E1; }
.whyus-cell-ours .whyus-cell-icon { color: #2563EB; }
@media (max-width: 575px) { .whyus-cell-other, .whyus-cell-ours { padding: 12px 14px; font-size: 12.5px; } }

/* ==========================================================================
   TECHNOLOGIES (marquee)
   ========================================================================== */
.tech-section { padding: 30px 0; background: #F4F7FC; overflow: hidden; }
.tech-header { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.tech-title { font-size: 28px; font-weight: 800; margin-bottom: 14px; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.tech-sub { font-size: 15px; color: #56607A; line-height: 1.7; }
.tech-marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.tech-marquee-track { display: flex; gap: 14px; width: max-content; animation: tech-scroll 32s linear infinite; }
.tech-marquee-track:hover { animation-play-state: paused; }
@keyframes tech-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.tech-chip {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  background: #fff; border: 1px solid #E7ECF6; border-radius: 999px; padding: 8px 20px 8px 8px;
  font-size: 14px; font-weight: 600; color: #1E293B; transition: transform .2s ease, box-shadow .2s ease;
}
.tech-chip:hover { transform: translateY(-3px); box-shadow: 0 14px 26px -16px rgba(30,58,138,.4); }
.tech-chip-logo { width: 50px; height: 50px; border-radius: 8px; object-fit: contain; background: #F4F7FC; flex-shrink: 0; }
@media (prefers-reduced-motion: reduce) { .tech-marquee-track { animation: none; flex-wrap: wrap; } }

/* ==========================================================================
   BUSINESS BENEFITS
   ========================================================================== */
.benefits-section { padding: 30px 0 60px; background: #fff; }
.benefits-title { font-size: 28px; font-weight: 800; margin-bottom: 14px; text-align: center; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.benefits-sub { font-size: 15px; color: #56607A; line-height: 1.7; max-width: 720px; margin: 0 auto 30px; text-align: center; }
.benefits-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.benefits-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 999px;
  background: linear-gradient(135deg, #0B1220, #1E3A8A); color: #F1F5F9; font-size: 13.5px; font-weight: 700;
  border: 1px solid rgba(148,163,184,.2); transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.benefits-chip:hover {
  transform: translateY(-3px); background: #EFF6FF; color: #1E3A8A; border-color: #DBEAFE;
  box-shadow: 0 16px 28px -16px rgba(30,58,138,.35);
}
.benefits-chip-icon { width: 15px; height: 15px; color: #38BDF8; transition: color .25s ease; }
.benefits-chip:hover .benefits-chip-icon { color: #2563EB; }

/* ==========================================================================
   DELIVERABLES
   ========================================================================== */
.deliverables-section { padding: 30px 0 60px; background: linear-gradient(160deg, #0B1220, #1E3A8A); color: #fff; }
.deliverables-title { font-size: 28px; font-weight: 800; margin-bottom: 14px; text-align: center; background: linear-gradient(100deg, #60A5FA, #38BDF8 55%, #93C5FD); -webkit-background-clip: text; background-clip: text; color: transparent;}
.deliverables-sub { font-size: 15px; color: #C7D2E6; line-height: 1.7; max-width: 720px; margin: 0 auto 30px; text-align: center; }
.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 900px; margin: 0 auto; }
.deliverables-item {
  display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 14px 16px; font-size: 13.5px; font-weight: 600;
  backdrop-filter: blur(6px); min-width: 0;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.deliverables-item:hover {
  transform: translateY(-4px) scale(1.02); background: rgba(255,255,255,.16);
  border-color: rgba(110,231,183,.5); box-shadow: 0 16px 30px -16px rgba(0,0,0,.4);
}
.deliverables-item-icon { width: 16px; height: 16px; flex-shrink: 0; color: #6EE7B7; transition: transform .25s ease; }
.deliverables-item:hover .deliverables-item-icon { transform: scale(1.2); }
@media (max-width: 767px) { .deliverables-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .deliverables-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   CASE STUDIES
   ========================================================================== */
.cases-section { padding: 30px 0 60px; background: #F4F7FC; }
.cases-title { font-size: 28px; font-weight: 800; margin-bottom: 30px; text-align: center; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cases-card { background: #fff; border: 1px solid #E7ECF6; border-radius: 18px; padding: 28px; text-align: center; }
.cases-card-stat { display: block; font-size: 40px; font-weight: 800; background: linear-gradient(100deg, #2563EB, #1E3A8A); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cases-card-label { display: block; font-size: 13px; font-weight: 700; color: #64748B; text-transform: uppercase; letter-spacing: .04em; margin: 6px 0 14px; }
.cases-card-text { font-size: 14px; color: #475569; line-height: 1.65; }
@media (max-width: 767px) { .cases-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   CONSULTING BANNER
   ========================================================================== */
.consult-section { padding: 30px 0 60px; background: #fff; }
.consult-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  background: linear-gradient(120deg, #0B1220, #1E3A8A 60%, #2563EB); border-radius: 24px;
  padding: 44px; color: #fff; position: relative; overflow: hidden;
}
.consult-banner::after {
  content: ""; position: absolute; inset: 0; background: radial-gradient(420px circle at 85% 20%, rgba(56,189,248,.35), transparent 60%);
}
.consult-copy { position: relative; z-index: 1; max-width: 560px; }
.consult-title { font-size: 26px; font-weight: 800; margin-bottom: 12px; background: linear-gradient(100deg, #60A5FA, #38BDF8 55%, #93C5FD); -webkit-background-clip: text; background-clip: text; color: transparent;}
.consult-text { font-size: 14.5px; color: #D6E0F5; line-height: 1.7; }
.consult-cta {
  position: relative; z-index: 1; flex-shrink: 0; border: none; cursor: pointer;
  background: #fff; color: #1E3A8A; font-weight: 800; border-radius: 12px; padding: 16px 28px; font-size: 14.5px;
  transition: transform .2s ease;
}
.consult-cta:hover { transform: translateY(-2px); }
.consult-cta:focus-visible { outline: 2px solid #38BDF8; outline-offset: 3px; }
@media (max-width: 767px) { .consult-banner { flex-direction: column; align-items: flex-start; padding: 30px; } }

/* ==========================================================================
   FAQ (accordion)
   ========================================================================== */
.faq-section { padding: 30px 0 70px; background: #F4F7FC; }
.faq-title { font-size: 28px; font-weight: 800; margin-bottom: 30px; text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; background: linear-gradient(100deg, #1E3A8A, #2563EB 55%, #0EA5E9); -webkit-background-clip: text; background-clip: text; color: transparent;}
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid #E7ECF6; border-radius: 14px; overflow: hidden; }
.faq-item-heading { margin: 0; }
.faq-item-trigger {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; font-size: 15px; font-weight: 700; color: #0B1220;
}
.faq-item-trigger:focus-visible { outline: 2px solid #2563EB; outline-offset: -2px; }
.faq-item-icon { width: 18px; height: 18px; color: #2563EB; flex-shrink: 0; transition: transform .25s ease; transform: rotate(90deg); }
.faq-item-trigger[aria-expanded="true"] .faq-item-icon { transform: rotate(-90deg); }
.faq-item-panel { padding: 0 22px 20px; font-size: 14px; color: #475569; line-height: 1.7; }
.faq-item-panel[hidden] { display: none; }
@media (max-width: 575px) { .faq-item-trigger { padding: 15px 16px; font-size: 14px; } .faq-item-panel { padding: 0 16px 16px; } }