:root{
  --primary:#1d66ff;
  --primary-2:#4ea2ff;
  --secondary:#0a3a8f;
  --dark:#08162f;
  --dark-2:#040b18;
  --text:#23314f;
  --muted:#66718a;
  --soft:#f5f8ff;
  --soft-2:#ebf2ff;
  --surface:#ffffff;
  --surface-2:#f7faff;
  --border:#e2eaf7;
  --white:#ffffff;
  --radius:26px;
  --shadow:0 24px 70px rgba(8, 26, 67, .12);
  --shadow-lg:0 28px 80px rgba(4, 12, 31, .18);
  --nav-offset:50px;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:var(--nav-offset);
}
body{
  font-family:'Plus Jakarta Sans',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(29,102,255,.10), transparent 32%),
    radial-gradient(circle at right 18%, rgba(74,162,255,.08), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#ffffff 60%,#f7faff 100%);
  overflow-x:hidden;
}
a{text-decoration:none}
img{max-width:100%}
h1,h2,h3,h4,.brand-text,.section-kicker,.btn,.nav-link,.stat-card span,.hero-trust strong,.portfolio-body span,.blog-body span,.testimonial-meta strong,.contact-list div{
  font-family:'Kanit',sans-serif;
}
[id]{
  scroll-margin-top:var(--nav-offset);
}

.page-loader{
  position:fixed;
  inset:0;
  background:#061227;
  z-index:9999;
  display:grid;
  place-items:center;
  transition:
    opacity .7s cubic-bezier(.22,1,.36,1),
    transform .7s cubic-bezier(.22,1,.36,1),
    visibility 0s linear .7s;
  opacity:1;
  transform:scale(1);
}
.page-loader.hide{
  opacity:0;
  transform:scale(1.03);
  visibility:hidden;
}
.loader-core{
  display:grid;
  place-items:center;
  gap:18px;
  transform:translateY(0);
  animation:loaderFloat 2.6s ease-in-out infinite;
}
.loader-logo{
  width:120px;
  height:auto;
  filter:drop-shadow(0 16px 30px rgba(0,0,0,.22));
}
.loader-ring{
  position:relative;
  width:72px;
  height:72px;
}
.loader-ring span{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.12);
}
.loader-ring span:first-child{
  border-top-color:var(--primary);
  border-right-color:transparent;
  animation:spin 1.2s linear infinite;
}
.loader-ring span:last-child{
  inset:12px;
  border-color:rgba(255,255,255,.08);
  animation:spinReverse 1.8s linear infinite;
}
.loader-text{
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-family:'Kanit',sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ambient{
  position:fixed;
  z-index:-1;
  border-radius:999px;
  filter:blur(24px);
  opacity:.55;
  pointer-events:none;
}
.ambient-one{
  width:360px;
  height:360px;
  background:radial-gradient(circle, rgba(29,102,255,.18), transparent 66%);
  top:-80px;
  right:-100px;
}
.ambient-two{
  width:420px;
  height:420px;
  background:radial-gradient(circle, rgba(78,162,255,.12), transparent 66%);
  bottom:120px;
  left:-160px;
}

.site-header{
  top:0;
  left:0;
  right:0;
  z-index:1030;
  transition:.3s ease;
  padding:14px 0;
}
.site-header.scrolled{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 35px rgba(6,19,50,.08);
}
.navbar-brand{
  font-weight:800;
  min-height:64px;
  padding:0;
}
.brand-mark{
  display:block;
  width:auto;
  height:56px;
  max-width:160px;
  object-fit:contain;
  flex:0 0 auto;
  filter:drop-shadow(0 10px 18px rgba(4, 12, 31, .12));
}
.brand-logo-dark{
  display:none;
}
.brand-logo-footer{
  height:72px;
  max-width:200px;
}
.footer .brand-logo-footer{
  display:block;
}
.brand-text{font-size:20px;font-weight:800;color:var(--dark)}
.nav-link{
  position:relative;
  font-weight:700;
  color:#33405c!important;
  margin:0 6px;
  padding:10px 6px!important;
  letter-spacing:.02em;
  transition:.25s ease;
}
.nav-link::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:2px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  transition:.25s ease;
}
.nav-link:hover,
.nav-link.active{
  color:var(--primary)!important;
}
.nav-link.active::after,
.nav-link:hover::after{
  left:8px;
  right:8px;
}
.nav-actions{
  flex-shrink:0;
}
.navbar-toggler{
  width:46px;
  height:46px;
  border:1px solid var(--border);
  border-radius:16px;
  background:var(--surface);
  box-shadow:0 12px 26px rgba(8,26,67,.08);
  display:grid;
  place-items:center;
  padding:0;
  transition:.25s ease;
}
.navbar-toggler:hover{
  border-color:rgba(29,102,255,.35);
  transform:translateY(-1px);
}
.navbar-toggler:focus{
  box-shadow:0 0 0 .2rem rgba(29,102,255,.14);
}
.navbar-toggler-icon{
  width:22px;
  height:22px;
  background-size:22px;
}
.theme-toggle{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--dark);
  display:grid;
  place-items:center;
  box-shadow:0 12px 26px rgba(8,26,67,.08);
  transition:.25s ease;
}
.theme-toggle:hover{
  transform:translateY(-1px);
  border-color:var(--primary);
  color:var(--primary);
}
.theme-toggle i{
  font-size:18px;
}
.btn{
  font-weight:800;
  letter-spacing:.05em;
  transition:.25s ease;
}
.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  border:0;
  box-shadow:0 14px 35px rgba(29,102,255,.28);
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 45px rgba(29,102,255,.36);
}
.btn-outline-dark{
  border-color:var(--border);
  color:var(--dark);
  background:var(--surface);
}
.btn-outline-dark:hover{
  background:var(--dark);
  border-color:var(--dark);
}

.section-padding{padding:110px 0}
.section-padding-sm{padding:78px 0}
.bg-soft{background:var(--soft)}
.bg-dark-blue{
  background:radial-gradient(circle at top left,#183e9b 0,#08162f 42%,#050d1b 100%);
}

.hero-section{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:112px 0 92px;
  overflow:hidden;
}
.hero-bg-shape{
  position:absolute;
  border-radius:999px;
  filter:blur(10px);
  opacity:.24;
  z-index:0;
}
.hero-bg-shape-1{
  width:440px;
  height:440px;
  background:linear-gradient(135deg, rgba(29,102,255,.72), rgba(78,162,255,.15));
  top:80px;
  right:-120px;
}
.hero-bg-shape-2{
  width:300px;
  height:300px;
  background:linear-gradient(135deg, rgba(10,58,143,.42), rgba(140,220,255,.12));
  bottom:50px;
  left:-100px;
}

.badge-soft,
.section-kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:10px 16px;
  border-radius:999px;
  background:#eaf1ff;
  color:var(--primary);
  font-weight:800;
  font-size:13px;
  letter-spacing:.08em;
}
.section-kicker{margin-bottom:16px}
.section-kicker.light{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.hero-title{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(42px,5.4vw,72px);
  line-height:1.06;
  letter-spacing:0;
  font-weight:800;
  color:var(--dark);
  margin:12px auto 0;
  max-width:1020px;
  margin-inline:auto;
  text-wrap:balance;
}
.hero-desc{
  font-size:18px;
  line-height:1.9;
  color:var(--muted);
  max-width:840px;
  margin-inline:auto;
}
.hero-copy{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding-inline:12px;
}
.hero-copy > *{
  width:100%;
}
.hero-copy-overlay{
  position:absolute;
  inset:0;
  margin:auto;
  width:min(100%, 1080px);
  padding:56px 88px;
  justify-content:center;
  text-align:center;
  pointer-events:auto;
  gap:18px;
}

.hero-trust{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.hero-trust-center{
  justify-content:center;
}
.hero-trust div{
  min-width:122px;
  padding-right:22px;
  border-right:1px solid #dde5f2;
}
.hero-trust div:last-child{border-right:0}
.hero-trust strong{
  display:block;
  font-size:28px;
  color:var(--dark);
  line-height:1;
}
.hero-trust span{
  font-size:13px;
  font-weight:700;
  color:var(--muted);
}

.hero-visual{
  position:relative;
  min-height:720px;
  display:grid;
  place-items:center;
  z-index:2;
}
.hero-center-badge{
  position:relative;
  z-index:4;
  pointer-events:none;
  white-space:nowrap;
  box-shadow:0 16px 40px rgba(7,20,47,.12);
  width:auto;
  margin:0 auto 8px;
}
.hero-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(13,23,48,.09);
  animation:pulse-ring 7s ease-in-out infinite;
}
.hero-ring-1{
  width:430px;
  height:430px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.hero-ring-2{
  width:520px;
  height:520px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  animation-delay:1.2s;
}
.hero-gallery{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:repeat(2,1fr);
  gap:18px;
  padding:50px;
  opacity:.38;
}
.hero-gallery span{
  border-radius:28px;
  background:linear-gradient(135deg,#edf3fb,#ffffff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.hero-gallery span:nth-child(1){transform:rotate(-4deg)}
.hero-gallery span:nth-child(2){transform:translateY(16px)}
.hero-gallery span:nth-child(3){transform:translateX(18px)}
.hero-gallery span:nth-child(4){transform:rotate(4deg)}

.hero-card,
.dashboard-card,
.mockup-panel,
.service-card,
.portfolio-card,
.testimonial-card,
.mini-review,
.blog-card,
.stat-card,
.partner-box,
.cta-box,
.contact-form{
  background:var(--surface);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.hero-card{
  position:relative;
  width:min(100%,540px);
  padding:28px;
  border-radius:34px;
  backdrop-filter:blur(20px);
  z-index:2;
}
.main-dashboard{
  background:rgba(255,255,255,.94);
}
.card-head{
  display:flex;
  justify-content:space-between;
  align-items:start;
}
.card-head small{
  color:var(--muted);
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:700;
}
.card-head h3{
  margin-top:6px;
  color:var(--dark);
  font-size:28px;
  letter-spacing:-.04em;
}
.growth{
  background:#ebfff6;
  color:#049e62;
  border-radius:999px;
  padding:8px 12px;
  font-weight:800;
  font-size:13px;
}
.hero-metric-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:26px;
}
.hero-metric-row div{
  border-radius:20px;
  padding:16px;
  background:var(--surface-2);
  text-align:center;
}
.hero-metric-row strong{
  display:block;
  color:var(--dark);
  font-size:22px;
  line-height:1.05;
}
.hero-metric-row span{
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.chart-bars{
  height:200px;
  display:flex;
  align-items:end;
  gap:14px;
  margin:22px 0 24px;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(180deg,#f8fbff,#edf4ff);
}
.chart-bars span{
  flex:1;
  border-radius:12px 12px 4px 4px;
  background:linear-gradient(180deg,var(--primary-2),var(--primary));
  box-shadow:0 10px 24px rgba(29,102,255,.18);
  transform-origin:bottom center;
}
.dash-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.dash-grid div{
  padding:16px;
  border-radius:18px;
  background:var(--surface-2);
  text-align:left;
}
.dash-grid i{
  color:var(--primary);
  font-size:22px;
}
.dash-grid b,
.dash-grid small{
  display:block;
}
.dash-grid b{
  color:var(--dark);
  margin-top:8px;
}
.dash-grid small{
  color:var(--muted);
}
.hero-floating{
  position:absolute;
  z-index:3;
  background:var(--surface);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(7,20,47,.14);
  padding:14px 18px;
  font-weight:800;
  display:flex;
  gap:10px;
  align-items:center;
  pointer-events:none;
}
.hero-floating i{color:var(--primary)}
.card-one{top:58px;left:-16px}
.card-two{bottom:72px;right:-16px}

.partner-strip{
  margin-top:-42px;
  position:relative;
  z-index:2;
}
.partner-box{
  border-radius:30px;
  padding:26px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
}
.partner-box span{
  font-weight:700;
  color:var(--muted);
}
.partner-logos{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.partner-logos div{
  padding:10px 16px;
  border-radius:999px;
  background:var(--surface-2);
  color:#34415a;
  font-weight:800;
}

.stat-card,
.service-card,
.portfolio-card,
.testimonial-card,
.mini-review,
.blog-card,
.contact-form{
  border-radius:var(--radius);
}
.stat-card{
  height:100%;
  padding:32px;
  background:var(--surface);
  transition:.3s ease;
}
.stat-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.stat-card span{
  display:block;
  color:var(--primary);
  font-size:36px;
  font-weight:800;
  margin-bottom:20px;
}
.stat-card h3,
.service-card h3,
.portfolio-body h3,
.blog-body h3{
  color:var(--dark);
  font-size:22px;
  font-weight:800;
}
.stat-card p,
.service-card p,
.portfolio-body p,
.lead-text,
.testimonial-card p,
.mini-review p,
.blog-body a{
  color:var(--muted);
  line-height:1.75;
}

.section-heading{max-width:760px}
.section-heading p,
.lead-text{
  font-size:17px;
  line-height:1.8;
}

.text-anm{
  letter-spacing:-.04em;
}

.service-card{
  height:100%;
  padding:32px;
  transition:.28s ease;
  position:relative;
  overflow:hidden;
  background:var(--surface);
  border:1px solid var(--border);
}
.service-card::after{
  content:"";
  position:absolute;
  inset:auto -20px -20px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(29,102,255,.10), transparent 68%);
}
.service-card:hover,
.portfolio-card:hover,
.testimonial-card:hover,
.blog-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
}
.service-icon{
  width:68px;
  height:68px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff1ea,#f8fbff);
  display:grid;
  place-items:center;
  color:var(--primary);
  font-size:30px;
  margin-bottom:22px;
}
.service-card a,
.blog-body a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color:var(--primary);
  letter-spacing:.08em;
}

.mockup-panel{
  min-height:430px;
  background:linear-gradient(135deg,#eef5ff,#fff);
  border-radius:34px;
  display:flex;
  padding:24px;
  gap:22px;
}
.mockup-sidebar{
  width:92px;
  border-radius:24px;
  background:linear-gradient(180deg,var(--dark),#15346e);
}
.mockup-content{
  flex:1;
  background:var(--surface);
  border-radius:24px;
  padding:28px;
}
.mockup-line{
  height:18px;
  background:#eaf0fa;
  border-radius:99px;
  margin-bottom:14px;
}
.mockup-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:28px 0;
}
.mockup-cards span{
  height:92px;
  border-radius:20px;
  background:linear-gradient(135deg,#edf5ff,#f9fbff);
}
.mockup-table span{
  display:block;
  height:22px;
  border-radius:99px;
  background:var(--surface-2);
  margin-bottom:14px;
}

.feature-list{
  display:grid;
  gap:14px;
}
.feature-list div{
  font-weight:800;
  color:var(--dark);
  display:flex;
  gap:12px;
  align-items:center;
}
.feature-list i{
  color:var(--primary);
  font-size:22px;
}

.portfolio-card{
  padding:0;
  overflow:hidden;
  transition:.28s ease;
}
.portfolio-img{
  height:220px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:68px;
}
.gradient-1{
  background-image:
    linear-gradient(180deg, rgba(6,18,39,.02), rgba(6,18,39,.16)),
    url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=900&q=80');
}
.gradient-2{
  background-image:
    linear-gradient(180deg, rgba(6,18,39,.02), rgba(6,18,39,.14)),
    url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=900&q=80');
}
.gradient-3{
  background-image:
    linear-gradient(180deg, rgba(6,18,39,.02), rgba(6,18,39,.18)),
    url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=900&q=80');
}
.portfolio-body{padding:26px}
.portfolio-body span,
.blog-body span{
  font-weight:800;
  color:var(--primary);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.14em;
}

#portfolio.section-padding {
  padding-top: 110px;
  padding-bottom: 160px;
  overflow: visible;
}

.case-studies-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 64px;
  align-items: start;
  margin-top: 0;
}

.case-studies-intro {
  position: relative;
  min-height: 100%;
}

.case-studies-sticky {
  position: sticky;
  top: 96px;
  max-width: 500px;
  text-align: left;
  padding-top: 0;
}

.case-studies-sticky h2 {
  white-space: normal;
  font-size: clamp(40px, 4.4vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}

.case-studies-sticky p {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(38, 50, 77, .72);
}

.case-studies-track {
  position: relative;
  display: grid;
  gap: 28px;
  min-height: auto;
  margin-top: 8px;
}

.case-study-card {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  min-height: 430px;
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 32px 90px rgba(4, 12, 31, .18);
  transform-origin: center top;
  will-change: auto;
  isolation: isolate;
}

.case-study-card:nth-child(1) {
  z-index: 3;
}

.case-study-card:nth-child(2) {
  z-index: 2;
}

.case-study-card:nth-child(3) {
  z-index: 1;
}

.case-study-card:first-child {
  margin-top: 12px;
}

.case-study-card:hover {
  box-shadow: 0 38px 100px rgba(4, 12, 31, .24);
}

.case-study-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 12, 25, .88) 0%, rgba(5, 12, 25, .58) 52%, rgba(5, 12, 25, .16) 100%),
    linear-gradient(180deg, rgba(5, 12, 25, .05) 0%, rgba(5, 12, 25, .58) 100%);
}

.case-study-content {
  position: relative;
  z-index: 2;
  width: min(100%, 590px);
  min-height: 430px;
  padding: 46px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.case-study-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
}

.case-study-content h3 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.case-study-content h3 a {
  color: #fff;
}

.case-study-content p {
  max-width: 530px;
  margin: 18px 0 24px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.8;
}

.tag-button {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.theme-btn.style-two {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  font-weight: 800;
  letter-spacing: .08em;
  transition: .25s ease;
}

.theme-btn.style-two:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* ==============================
   CASE STUDIES RESPONSIVE
================================= */

@media(max-width: 1199px) {
  .case-studies-layout {
    gap: 44px;
    grid-template-columns: .9fr 1.2fr;
  }

  .case-studies-sticky h2 {
    font-size: clamp(36px, 4vw, 58px);
  }
}

@media(max-width: 991px) {
  #portfolio.section-padding {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .case-studies-layout {
    display: block;
  }

  .case-studies-intro {
    margin-bottom: 28px;
  }

  .case-studies-sticky {
    position: relative;
    top: auto;
    max-width: 100%;
    text-align: left;
  }

  .case-studies-sticky h2 {
    white-space: normal;
    font-size: clamp(34px, 7vw, 52px);
  }

  .case-studies-track {
    min-height: auto;
    margin-top: 24px;
    display: grid;
    gap: 20px;
  }

  .case-study-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 390px;
  }

  .case-study-content {
    min-height: 390px;
    padding: 34px;
  }
}

@media(max-width: 575px) {
  .case-studies-sticky h2 {
    font-size: 38px;
  }

  .case-studies-sticky p {
    font-size: 15px;
  }

  .case-study-card {
    min-height: 340px;
    border-radius: 26px;
  }

  .case-study-content {
    min-height: 340px;
    padding: 28px;
  }

  .case-study-content h3 {
    font-size: 28px;
  }

  .case-study-content p {
    font-size: 14px;
  }
}
.testimonial-card{
  padding:34px;
  background:var(--surface);
  transition:.28s ease;
}
.testimonial-card p{
  font-size:18px;
}
.testimonial-meta{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:24px;
}
.testimonial-logo{
  width:168px;
  height:auto;
  filter:drop-shadow(0 12px 22px rgba(8,26,67,.10));
}
.testimonial-logo-dark{
  display:none;
}
.avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
}
.testimonial-meta strong{
  display:block;
  color:var(--dark);
  font-size:18px;
}
.testimonial-meta span{color:var(--muted)}

.testimonial-stack{
  display:grid;
  gap:18px;
}
.mini-review{
  padding:24px 28px;
  display:flex;
  align-items:center;
  gap:18px;
  background:var(--surface);
}
.mini-review span{
  min-width:72px;
  color:var(--primary);
  font-size:32px;
  font-weight:800;
}
.blog-card{
  overflow:hidden;
  background:var(--surface);
  transition:.28s ease;
}
.blog-thumb{
  height:220px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.blog-body{
  padding:26px;
}
.blog-body h3{
  margin-top:12px;
  margin-bottom:18px;
}

.contact-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.contact-list div{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:18px;
  color:#fff;
}
.contact-list i{
  color:var(--primary-2);
}
.contact-form{
  padding:30px;
  background:var(--surface);
}
.contact-info-card{
  padding:38px;
}
.contact-card-kicker{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--primary);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.contact-info-card h3{
  color:var(--dark);
  font-size:clamp(28px,3vw,40px);
  line-height:1.12;
  margin-bottom:16px;
}
.contact-info-card p{
  color:var(--muted);
  line-height:1.8;
  margin-bottom:24px;
}
.contact-info-list{
  display:grid;
  gap:14px;
  margin-bottom:28px;
}
.contact-info-list div{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:var(--dark);
  font-weight:700;
  line-height:1.55;
}
.contact-info-list i{
  color:var(--primary);
  font-size:21px;
  line-height:1.35;
  flex:0 0 auto;
}
.contact-action-group{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.contact-action-group .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.contact-form .form-control{
  min-height:56px;
  border-radius:16px;
  border:1px solid var(--border);
  background:var(--surface);
  font-weight:600;
  padding:14px 18px;
}
.contact-form textarea.form-control{min-height:148px}
.contact-form .form-control:focus{
  box-shadow:0 0 0 .22rem rgba(29,102,255,.12);
  border-color:rgba(29,102,255,.35);
}
.contact-form .form-control::placeholder,
.contact-form textarea.form-control::placeholder{
  color:#7f8fb6;
  opacity:1;
}

.cta-section{
  padding:90px 0;
}
.cta-box{
  border-radius:36px;
  background:linear-gradient(135deg,var(--primary) 0%, #081021 82%);
  padding:58px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  color:#fff;
  box-shadow:var(--shadow);
}
.cta-box h2{
  color:#fff;
  font-size:clamp(34px,4vw,52px);
}
.cta-box p{
  color:rgba(255,255,255,.74);
  font-size:17px;
  max-width:650px;
}

.footer{
  background:#07111f;
  color:rgba(255,255,255,.68);
  padding:70px 0 28px;
}
.footer h4{
  color:#fff;
  font-size:17px;
  font-weight:800;
  margin-bottom:18px;
}
.footer a{
  display:block;
  color:rgba(255,255,255,.65);
  margin-bottom:10px;
}
.footer a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:44px;
  padding-top:24px;
  text-align:center;
  color:rgba(255,255,255,.5);
}

html[data-theme="dark"]{
  color-scheme:dark;
  --text:#d9e4ff;
  --muted:#9ca9c6;
  --soft:#071023;
  --soft-2:#0d1730;
  --surface:#0b1730;
  --surface-2:#101f41;
  --border:#1d3059;
  --shadow:0 24px 70px rgba(0, 0, 0, .28);
  --shadow-lg:0 28px 80px rgba(0, 0, 0, .36);
}
html[data-theme="dark"] body{
  background:
    radial-gradient(circle at top left, rgba(29,102,255,.14), transparent 32%),
    radial-gradient(circle at right 18%, rgba(78,162,255,.10), transparent 22%),
    linear-gradient(180deg,#061122 0%,#071529 60%,#040b18 100%);
  color:var(--text);
}
html[data-theme="dark"] .site-header.scrolled{
  background:rgba(5,10,22,.8);
  box-shadow:0 10px 35px rgba(0,0,0,.26);
}
html[data-theme="dark"] .brand-logo-light{
  display:none;
}
html[data-theme="dark"] .brand-logo-dark{
  display:block;
}
html[data-theme="dark"] .nav-link{
  color:#d8e4ff!important;
}
html[data-theme="dark"] .nav-link:hover,
html[data-theme="dark"] .nav-link.active{
  color:#ffffff!important;
}
html[data-theme="dark"] .navbar-toggler{
  background:var(--surface);
  border-color:var(--border);
}
html[data-theme="dark"] .navbar-toggler-icon{
  filter:invert(1) grayscale(1) brightness(1.8);
}
html[data-theme="dark"] .badge-soft,
html[data-theme="dark"] .section-kicker{
  background:rgba(29,102,255,.14);
  color:#dce8ff;
}
html[data-theme="dark"] .btn-outline-dark,
html[data-theme="dark"] .theme-toggle{
  background:var(--surface);
  color:var(--text);
}
html[data-theme="dark"] .bg-soft{
  background:var(--soft);
}
html[data-theme="dark"] .hero-gallery span{
  background:linear-gradient(135deg, rgba(16,31,65,.82), rgba(8,18,38,.66));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
html[data-theme="dark"] .hero-ring{
  border-color:rgba(217,228,255,.08);
}
html[data-theme="dark"] .testimonial-logo-light{
  display:none;
}
html[data-theme="dark"] .testimonial-logo-dark{
  display:block;
}
html[data-theme="dark"] .stat-card,
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .portfolio-card,
html[data-theme="dark"] .testimonial-card,
html[data-theme="dark"] .mini-review,
html[data-theme="dark"] .blog-card,
html[data-theme="dark"] .contact-form,
html[data-theme="dark"] .partner-box,
html[data-theme="dark"] .cta-box,
html[data-theme="dark"] .hero-card,
html[data-theme="dark"] .mockup-panel,
html[data-theme="dark"] .mockup-content{
  background:var(--surface);
  border-color:var(--border);
  box-shadow:var(--shadow);
}
html[data-theme="dark"] .btn-outline-dark{
  border-color:var(--border);
}
html[data-theme="dark"] .hero-metric-row div,
html[data-theme="dark"] .dash-grid div{
  background:var(--surface-2);
}
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] .brand-text,
html[data-theme="dark"] .hero-desc,
html[data-theme="dark"] .section-heading p,
html[data-theme="dark"] .lead-text,
html[data-theme="dark"] .stat-card h3,
html[data-theme="dark"] .service-card h3,
html[data-theme="dark"] .portfolio-body h3,
html[data-theme="dark"] .price-card h3,
html[data-theme="dark"] .process-step h3,
html[data-theme="dark"] .testimonial-meta strong,
html[data-theme="dark"] .blog-body h3,
html[data-theme="dark"] .feature-list div,
html[data-theme="dark"] .hero-trust strong,
html[data-theme="dark"] .contact-list div,
html[data-theme="dark"] .partner-box span,
html[data-theme="dark"] .case-studies-sticky h2,
html[data-theme="dark"] .case-studies-sticky p,
html[data-theme="dark"] .mockup-content,
html[data-theme="dark"] .mockup-content .mockup-line{
  color:#eff5ff;
}
html[data-theme="dark"] .stat-card h3,
html[data-theme="dark"] .service-card h3,
html[data-theme="dark"] .portfolio-body h3,
html[data-theme="dark"] .blog-body h3,
html[data-theme="dark"] .feature-list div,
html[data-theme="dark"] .hero-trust strong,
html[data-theme="dark"] .brand-text{
  color:#f4f7ff;
}
html[data-theme="dark"] .stat-card p,
html[data-theme="dark"] .service-card p,
html[data-theme="dark"] .portfolio-body p,
html[data-theme="dark"] .lead-text,
html[data-theme="dark"] .testimonial-card p,
html[data-theme="dark"] .mini-review p,
html[data-theme="dark"] .blog-body a,
html[data-theme="dark"] .blog-body p,
html[data-theme="dark"] .contact-info-card p,
html[data-theme="dark"] .stat-card p,
html[data-theme="dark"] .price-card p,
html[data-theme="dark"] .process-step p,
html[data-theme="dark"] .service-card p,
html[data-theme="dark"] .portfolio-body p,
html[data-theme="dark"] .section-heading p,
html[data-theme="dark"] .hero-desc,
html[data-theme="dark"] .partner-box span,
html[data-theme="dark"] .case-studies-sticky p{
  color:var(--muted);
}
html[data-theme="dark"] .partner-logos div{
  background:var(--surface-2);
  color:#eff5ff;
  border:1px solid var(--border);
}
html[data-theme="dark"] .dash-grid small,
html[data-theme="dark"] .hero-metric-row span,
html[data-theme="dark"] .hero-trust span,
html[data-theme="dark"] .portfolio-body span,
html[data-theme="dark"] .blog-body span,
html[data-theme="dark"] .stat-card span{
  color:#8ea4d6;
}
html[data-theme="dark"] .contact-info-list div{
  color:#eff5ff;
}
html[data-theme="dark"] .footer{
  background:#040b18;
}
html[data-theme="dark"] .footer .brand-logo-footer{
  display:block;
}
html[data-theme="dark"] .footer a,
html[data-theme="dark"] .footer p,
html[data-theme="dark"] .footer-bottom{
  color:rgba(217,228,255,.72);
}
html[data-theme="dark"] .footer h4{
  color:#fff;
}
html[data-theme="dark"] .contact-form .form-control::placeholder,
html[data-theme="dark"] .contact-form textarea.form-control::placeholder{
  color:rgba(217,228,255,.72);
  opacity:1;
}

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease, transform .7s ease;
  will-change:transform, opacity;
}
.reveal[data-reveal="fade-down"]{
  transform:translateY(-22px);
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.float-slow{
  animation:floatY 6s ease-in-out infinite;
}
.float-up{
  animation:floatUp 5s ease-in-out infinite;
}
.float-up-delayed{
  animation:floatUp 5s ease-in-out infinite;
  animation-delay:1.4s;
}

@keyframes spin{to{transform:rotate(360deg)}}
@keyframes spinReverse{to{transform:rotate(-360deg)}}
@keyframes floatY{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
@keyframes floatUp{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@keyframes pulse-ring{
  0%,100%{opacity:.22;transform:translate(-50%,-50%) scale(1)}
  50%{opacity:.46;transform:translate(-50%,-50%) scale(1.03)}
}
@keyframes loaderFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}

@media(max-width:1199px){
  .hero-title{font-size:clamp(40px,5.8vw,66px)}
  .hero-copy-overlay{
    width:min(100%, 940px);
    padding-inline:60px;
  }
  .hero-visual{min-height:690px}
  .partner-box{display:block}
}
@media(max-width:991px){
  .section-padding{padding:84px 0}
  .section-padding-sm{padding:66px 0}
  .site-header{
    position:fixed;
    top:0;
    padding:10px 0;
  }
  .site-header .container{
    padding-left:18px;
    padding-right:18px;
  }
  .navbar-brand{
    min-height:58px;
  }
  .brand-mark{
    height:50px;
    max-width:150px;
  }
  .navbar-collapse{
    margin-top:14px;
    padding:10px;
    border:1px solid var(--border);
    border-radius:22px;
    background:rgba(255,255,255,.94);
    box-shadow:0 22px 54px rgba(8,26,67,.13);
    backdrop-filter:blur(18px);
    max-height:calc(100vh - 94px);
    overflow-y:auto;
  }
  html[data-theme="dark"] .navbar-collapse{
    background:rgba(7,16,35,.94);
    border-color:var(--border);
  }
  .navbar-nav{
    gap:4px;
    align-items:stretch!important;
  }
  .nav-link{
    margin:0;
    padding:13px 14px!important;
    border-radius:14px;
    line-height:1.15;
  }
  .nav-link::after{
    display:none;
  }
  .nav-link:hover,
  .nav-link.active{
    background:var(--soft-2);
  }
  .nav-actions{
    margin-top:8px;
    padding:12px 4px 4px;
    border-top:1px solid var(--border);
    justify-content:space-between;
    gap:10px!important;
  }
  .nav-actions .btn{
    flex:1;
    min-height:46px;
    text-align:center;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .hero-section{
    padding-top:112px;
    padding-bottom:78px;
    min-height:auto;
  }
  .hero-copy-overlay{
    width:min(100%, 760px);
    padding-inline:34px;
  }
  .hero-visual{min-height:640px}
  .cta-box{display:block}
  .cta-box .btn{margin-top:24px}
  .card-one{left:0}
  .card-two{right:0}
  .case-studies-sticky{
    position:relative;
    top:auto;
    max-width:100%;
    text-align:left;
  }
  .case-studies-sticky h2{
    white-space:normal;
  }
  .case-studies-intro{
    margin-bottom:12px;
  }
  #portfolio.section-padding{
    padding-top:84px;
    padding-bottom:84px;
  }
  .case-studies-track{
    min-height:auto;
    margin-top:24px;
  }
  .case-study-card{
    position:relative;
    left:auto;
    right:auto;
    top:auto !important;
    width:100%;
    margin:0;
  }
  .case-study-card:first-child {
    margin-top: 0;
  }
  .case-study-card + .case-study-card{
    margin-top:18px;
  }
}
@media(max-width:575px){
  .site-header{
    padding:8px 0;
  }
  .site-header .container{
    padding-left:18px;
    padding-right:18px;
  }
  .navbar-brand{
    min-height:52px;
  }
  .brand-mark{
    height:44px;
    max-width:132px;
  }
  .navbar-toggler,
  .theme-toggle{
    width:44px;
    height:44px;
  }
  .navbar-collapse{
    margin-top:10px;
    padding:9px;
    border-radius:20px;
  }
  .nav-link{
    padding:12px 13px!important;
  }
  .nav-actions{
    flex-wrap:wrap;
    gap:9px!important;
  }
  .nav-actions .btn{
    flex-basis:calc(100% - 54px);
  }
  .hero-section{
    padding-top:92px;
    padding-bottom:54px;
  }
  .hero-visual{
    min-height:auto;
    padding:24px 0 8px;
  }
  .hero-title{
    font-size:clamp(40px,13vw,56px);
    line-height:1.08;
  }
  .hero-copy-overlay{
    position:relative;
    inset:auto;
    width:100%;
    padding:32px 18px;
    gap:12px;
  }
  .hero-center-badge{
    white-space:normal;
    justify-content:center;
    line-height:1.35;
  }
  .hero-trust{
    gap:14px;
  }
  .hero-trust div{
    border-right:0;
    padding-right:0;
    min-width:30%;
  }
  .hero-card{padding:18px}
  .hero-metric-row,
  .dash-grid,
  .mockup-cards{
    grid-template-columns:1fr;
  }
  .chart-bars{height:150px}
  .mockup-panel{
    display:block;
  }
  .mockup-sidebar{display:none}
  .cta-box{padding:34px}
  .partner-logos{gap:10px}
  .partner-logos div{font-size:13px}
  .contact-info-card{padding:28px}
  .contact-action-group .btn{width:100%}
  .hero-floating{display:none}
  .testimonial-meta{
    margin-top:22px;
  }
  .testimonial-logo{
    width:148px;
  }
  .case-study-card{min-height:300px}
  .case-study-content{padding:28px}
}
