@font-face{font-family:'Vazirmatn';src:url('/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('/fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('/fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');font-weight:800;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('/fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');font-weight:900;font-display:swap}

:root{
  --bg:#070b18;
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.62);
  --border:rgba(255,255,255,.12);
  --primary:#2563eb;
  --secondary:#8b5cf6;
  --green:#22c55e;
  --warning:#fbbf24;
  --shadow:0 24px 80px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Vazirmatn",Tahoma,sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 18% 20%,rgba(37,99,235,.25),transparent 55%),
    radial-gradient(900px 600px at 82% 10%,rgba(34,197,94,.14),transparent 60%),
    radial-gradient(800px 520px at 50% 90%,rgba(139,92,246,.18),transparent 55%),
    var(--bg);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.container{
  width:min(1600px,calc(100% - 60px));
  margin-inline:auto;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,11,24,.75);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{
  width:52px;
  height:52px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  box-shadow:0 0 30px rgba(37,99,235,.4);
}
.brand-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.brand-text strong{
  color:#fff;
  font-size:18px;
}
.brand-text span{
  font-size:12px;
  color:var(--muted);
}
.nav{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Premium AI Neo Glass Redesign */
:root{
  --ai-bg:#020B2F;
  --ai-bg-2:#031B5B;
  --ai-blue:#0A43FF;
  --ai-blue-2:#2366FF;
  --ai-blue-3:#4E7DFF;
  --ai-purple:#6E78FF;
  --ai-line:rgba(78,125,255,.32);
  --ai-glass:rgba(4,22,70,.58);
  --ai-glass-strong:rgba(5,28,91,.72);
  --ai-text:#f6f9ff;
  --ai-muted:rgba(223,232,255,.72);
  --ai-soft:rgba(223,232,255,.54);
  --ai-shadow:0 28px 90px rgba(3,17,69,.48);
  --ai-glow:0 0 36px rgba(35,102,255,.42),0 0 90px rgba(10,67,255,.18);
}

html{scroll-behavior:smooth}
body{
  color:var(--ai-text);
  background:
    radial-gradient(circle at 22% 10%,rgba(35,102,255,.28),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(110,120,255,.18),transparent 28%),
    linear-gradient(180deg,#010725 0%,#020B2F 44%,#02091f 100%) !important;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(rgba(78,125,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(78,125,255,.04) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 72%);
}
a{transition:color .22s ease,transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}
.page{overflow:hidden}
.container{width:min(1480px,calc(100% - 80px))}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg,rgba(1,8,34,.82),rgba(1,8,34,.54));
  backdrop-filter:blur(24px);
  border-bottom:1px solid rgba(78,125,255,.15);
}
.header-inner{
  min-height:86px;
  border-radius:0 0 28px 28px;
}
.brand{
  gap:14px;
}
.brand-image,
.brand-mark{
  width:64px;
  height:64px;
  border-radius:20px;
  border:1px solid rgba(78,125,255,.32);
  box-shadow:var(--ai-glow);
  background:linear-gradient(145deg,rgba(4,18,60,.88),rgba(1,8,34,.94));
}
.brand-text strong{font-size:22px;color:#fff}
.brand-text span{color:var(--ai-muted)}
.main-nav>ul>li>a,
.main-nav a{
  color:rgba(247,250,255,.78);
  font-weight:800;
}
.main-nav>ul>li>a:hover,
.main-nav li:hover>a,
.main-nav a[aria-current="page"]{
  color:#fff;
  text-shadow:0 0 22px rgba(35,102,255,.82);
}
.main-nav>ul>li>a::after{
  background:linear-gradient(90deg,var(--ai-blue),var(--ai-blue-3));
  box-shadow:0 0 20px rgba(35,102,255,.72);
}
.header-cta,
.btn{
  border:1px solid rgba(78,125,255,.42);
  background:rgba(2,11,47,.42);
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.header-cta:hover,
.btn:hover{transform:translateY(-3px);box-shadow:var(--ai-glow)}
.neo-btn,
.btn.primary,
.contact-submit,
.contact-hero-cta,
.contact-final-cta a{
  background:linear-gradient(135deg,#0A43FF,#2366FF 55%,#6E78FF) !important;
  border-color:rgba(126,163,255,.72) !important;
  box-shadow:0 16px 48px rgba(35,102,255,.36),inset 0 1px 0 rgba(255,255,255,.28) !important;
}
.theme-btn,
.offcanvas-trigger{
  border-color:rgba(78,125,255,.38);
  background:rgba(4,22,70,.56);
  box-shadow:0 0 28px rgba(35,102,255,.20);
}
.theme-btn span{background:#dce7ff}

.home-shell{
  width:min(1480px,calc(100% - 84px));
  padding-top:54px;
  display:grid;
  gap:24px;
}
.hero-neo.ai-hero{
  min-height:640px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,720px);
  gap:34px;
  align-items:center;
  padding:18px 0 34px;
  background:none;
  border:none;
  box-shadow:none;
}
.hero-neo.ai-hero::before{display:none}
.ai-hero-copy{
  position:relative;
  z-index:2;
  text-align:right;
  display:grid;
  justify-items:start;
  gap:18px;
}
.neo-kicker{
  padding:11px 18px;
  color:#dce7ff;
  background:rgba(3,27,91,.58);
  border:1px solid rgba(78,125,255,.28);
  box-shadow:0 0 42px rgba(35,102,255,.16);
}
.kicker-dot{background:#2366FF;box-shadow:0 0 18px #2366FF}
.ai-hero h1{
  max-width:820px;
  margin:0;
  color:#fff;
  font-size:clamp(42px,5.4vw,88px);
  line-height:1.18;
  letter-spacing:0;
  text-shadow:0 0 44px rgba(35,102,255,.22);
}
.ai-hero h1 :is(span,strong),
.ai-hero h1 em{
  color:#2366FF;
}
.ai-hero p{
  max-width:760px;
  margin:0;
  color:var(--ai-muted);
  font-size:18px;
  line-height:2.05;
}
.hero-actions{gap:16px;flex-wrap:wrap;margin-top:10px}
.hero-actions .btn{
  min-height:58px;
  padding:0 28px;
  border-radius:20px;
  font-weight:950;
}

.ai-hero-stage{
  position:relative;
  height:620px;
  perspective:1200px;
  transform-style:preserve-3d;
  display:block;
}
.ai-platform{
  position:absolute;
  left:8%;
  right:8%;
  bottom:42px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(35,102,255,.42),rgba(10,67,255,.08) 42%,transparent 70%);
  border:1px solid rgba(78,125,255,.22);
  box-shadow:0 0 70px rgba(35,102,255,.42);
  transform:rotateX(68deg);
}
.ai-platform span{
  position:absolute;
  inset:12px;
  border-radius:50%;
  border:1px solid rgba(78,125,255,.34);
}
.ai-platform span:nth-child(2){inset:30px}
.ai-platform span:nth-child(3){inset:48px}
.ai-orbit{
  position:absolute;
  left:6%;
  right:8%;
  top:20%;
  height:210px;
  border:1px dashed rgba(78,125,255,.48);
  border-radius:50%;
  transform:rotateX(64deg) rotateZ(-12deg);
  filter:drop-shadow(0 0 12px rgba(35,102,255,.55));
  animation:aiOrbit 16s linear infinite;
}
.orbit-b{top:33%;transform:rotateX(64deg) rotateZ(18deg);animation-duration:22s}
.ai-monitor{
  position:absolute;
  top:92px;
  width:300px;
  height:360px;
  padding:24px;
  border-radius:28px;
  color:#fff;
  background:linear-gradient(145deg,rgba(4,25,86,.72),rgba(1,8,34,.82));
  border:1px solid rgba(78,125,255,.52);
  box-shadow:0 34px 100px rgba(0,0,0,.38),0 0 58px rgba(35,102,255,.38),inset 0 0 34px rgba(78,125,255,.10);
  backdrop-filter:blur(22px);
  transform-style:preserve-3d;
  transition:transform .9s ease,opacity .9s ease,filter .9s ease;
}
.monitor-dashboard{
  left:52%;
  transform:translateX(-100%) rotateY(-18deg) rotateX(5deg);
}
.monitor-code{
  left:50%;
  width:330px;
  transform:translateX(4%) rotateY(18deg) rotateX(5deg);
}
.ai-hero-stage.show-code .monitor-dashboard{
  transform:translateX(-110%) rotateY(-56deg) rotateX(5deg) scale(.94);
  opacity:.58;
  filter:blur(1px);
}
.ai-hero-stage.show-code .monitor-code{
  transform:translateX(-4%) rotateY(0deg) rotateX(4deg) scale(1.04);
  opacity:1;
}
.monitor-top,.code-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.monitor-top small{font-weight:900}
.monitor-top em{font-style:normal;color:#8fb1ff;font-size:12px}
.monitor-sidebar{
  position:absolute;
  right:14px;
  top:78px;
  display:grid;
  gap:14px;
}
.monitor-sidebar span{
  width:26px;height:26px;border-radius:10px;
  background:rgba(78,125,255,.16);
  border:1px solid rgba(78,125,255,.28);
}
.analytics-card{
  margin-right:42px;
  padding:18px;
  border-radius:22px;
  background:rgba(1,8,34,.42);
  border:1px solid rgba(78,125,255,.28);
}
.chart-line{
  height:110px;
  margin:18px 0;
  border-radius:16px;
  background:
    linear-gradient(135deg,transparent 40%,rgba(78,125,255,.72) 41%,rgba(78,125,255,.72) 44%,transparent 45%),
    linear-gradient(180deg,rgba(35,102,255,.18),rgba(35,102,255,.02));
  border:1px solid rgba(78,125,255,.18);
}
.chart-bars{display:flex;align-items:end;gap:8px;height:48px}
.chart-bars span{flex:1;border-radius:8px 8px 0 0;background:linear-gradient(#4E7DFF,#0A43FF)}
.chart-bars span:nth-child(1){height:32%}.chart-bars span:nth-child(2){height:62%}.chart-bars span:nth-child(3){height:46%}.chart-bars span:nth-child(4){height:86%}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.metric-row span{height:36px;border-radius:12px;background:rgba(78,125,255,.14)}
.code-toolbar span{width:10px;height:10px;border-radius:50%;background:#4E7DFF;box-shadow:0 0 18px rgba(78,125,255,.8)}
.monitor-code pre{
  direction:ltr;
  text-align:left;
  margin:0;
  white-space:pre-wrap;
  font-size:13px;
  line-height:1.8;
  color:#dce7ff;
}
.monitor-code b{color:#4E7DFF}
.sync-orb{
  position:absolute;
  left:47%;
  top:244px;
  display:grid;
  place-items:center;
  width:96px;
  height:96px;
  border-radius:50%;
  color:#fff;
  font-size:42px;
  background:radial-gradient(circle,#2366FF,#031B5B 72%);
  box-shadow:0 0 70px rgba(35,102,255,.68);
  animation:pulseSync 3.2s ease-in-out infinite;
}
.hero-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,#4E7DFF,#0A43FF 56%,transparent 72%);box-shadow:0 0 46px rgba(35,102,255,.65)}
.orb-one{width:28px;height:28px;left:7%;top:28%;animation:floatOrb 5s ease-in-out infinite}
.orb-two{width:42px;height:42px;right:8%;top:42%;animation:floatOrb 6s ease-in-out infinite reverse}
.orb-three{width:18px;height:18px;left:42%;top:10%;animation:floatOrb 4s ease-in-out infinite}
@keyframes aiOrbit{to{transform:rotateX(64deg) rotateZ(348deg)}}
@keyframes pulseSync{50%{transform:scale(1.08);box-shadow:0 0 100px rgba(35,102,255,.8)}}
@keyframes floatOrb{50%{transform:translateY(-18px) scale(1.08)}}

.neo-card,
.glass-card,
.portfolio-card,
.portfolio-archive-head,
.content-card,
.contact-info-card,
.contact-form-card,
.contact-faq,
.contact-final-cta,
.dynamic-footer .footer-card{
  background:linear-gradient(145deg,rgba(5,28,91,.66),rgba(1,8,34,.62)) !important;
  border:1px solid var(--ai-line) !important;
  box-shadow:var(--ai-shadow),inset 0 1px 0 rgba(255,255,255,.06) !important;
  backdrop-filter:blur(24px);
}
.neo-card::before{
  background:radial-gradient(circle at 20% 0,rgba(35,102,255,.22),transparent 38%) !important;
}
.neo-card:hover,
.portfolio-card:hover,
.service-card:hover,
.blog-card:hover{
  transform:translateY(-7px);
  border-color:rgba(78,125,255,.64) !important;
  box-shadow:0 32px 100px rgba(10,67,255,.22),var(--ai-glow) !important;
}
.panel-head span,
.portfolio-archive-head span,
.contact-section-head span{
  color:#6fa0ff !important;
}
.panel-head h2,
.portfolio-archive-head h1,
.contact-section-head h2,
.contact-hero h1,
.footer-card h2{
  color:#fff !important;
}

.neo-services{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.service-neo{
  min-height:210px;
  padding:24px;
}
.service-neo .neo-icon,
.benefits-grid article > span,
.workflow-icon,
.neon-contact-icon{
  color:#8fb1ff !important;
  background:linear-gradient(145deg,rgba(10,67,255,.32),rgba(78,125,255,.12)) !important;
  border:1px solid rgba(78,125,255,.38) !important;
  box-shadow:0 0 30px rgba(35,102,255,.30) !important;
}
.service-neo h3{font-size:19px;color:#fff}
.service-neo p{font-size:14px;color:var(--ai-muted);line-height:2}
.service-neo a,
.panel-head a,
.read-more,
.portfolio-card-link{
  color:#8fb1ff !important;
}

.home-panels{
  grid-template-columns:1.25fr .72fr 1fr;
  gap:24px;
}
.portfolio-panel{min-height:326px}
.portfolio-slide{
  border-color:rgba(78,125,255,.42) !important;
  background:linear-gradient(145deg,rgba(3,27,91,.84),rgba(1,8,34,.9)) !important;
}
.portfolio-slide::after{
  background:linear-gradient(145deg,rgba(3,27,91,.62),rgba(1,8,34,.88)) !important;
}
.portfolio-slide strong{font-size:22px;text-shadow:0 0 24px rgba(35,102,255,.36)}
.panel-dots .active{background:#2366FF !important;box-shadow:0 0 18px rgba(35,102,255,.78)}
.stats-grid strong{font-size:30px;text-shadow:0 0 26px rgba(35,102,255,.45)}
.stats-grid svg{filter:drop-shadow(0 0 16px rgba(35,102,255,.7))}

.latest-slide{
  background:linear-gradient(145deg,rgba(5,28,91,.78),rgba(1,8,34,.78)) !important;
  border-color:rgba(78,125,255,.36) !important;
}
.latest-slide-thumb{
  background:linear-gradient(135deg,rgba(10,67,255,.50),rgba(78,125,255,.36)) !important;
}
.latest-slide-content span{color:#8fb1ff}
.latest-slide-content strong{color:#fff}

.benefits-panel,
.testimonials-panel,
.workflow-panel,
.consultation-cta,
.faq-panel{
  padding:34px;
}
.benefits-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.benefits-grid article,
.testimonials-grid figure{
  background:rgba(2,11,47,.44) !important;
  border:1px solid rgba(78,125,255,.24) !important;
}
.testimonials-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.testimonials-grid figure{
  position:relative;
  min-height:180px;
}
.review-stars{
  direction:ltr;
  color:#2366FF;
  letter-spacing:3px;
  text-shadow:0 0 16px rgba(35,102,255,.72);
}
.testimonials-grid figcaption{
  display:flex;
  align-items:center;
  gap:12px;
}
.testimonials-grid figcaption img{
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:50%;
  border:1px solid rgba(78,125,255,.44);
}
.testimonials-grid figcaption span{display:grid;gap:3px}
.testimonials-grid figcaption small{color:var(--ai-soft)}

.workflow-panel{overflow:hidden}
.workflow-steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
}
.workflow-steps::before{
  content:"";
  position:absolute;
  top:50px;
  right:8%;
  left:8%;
  border-top:2px dashed rgba(78,125,255,.52);
}
.workflow-steps article{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  text-align:center;
  gap:10px;
  padding:12px;
}
.workflow-steps article>span{
  color:#8fb1ff;
  font-weight:950;
}
.workflow-icon{
  display:grid;
  place-items:center;
  width:78px;
  height:78px;
  border-radius:50%;
}
.workflow-icon svg{width:34px;height:34px}
.workflow-steps h3{margin:0;color:#fff;font-size:17px}
.workflow-steps p{margin:0;color:var(--ai-muted);font-size:13px;line-height:1.9}

.consultation-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.consultation-cta span{color:#8fb1ff;font-weight:900}
.consultation-cta h2{margin:6px 0 0;color:#fff;font-size:26px;line-height:1.7}
.consultation-cta .btn{white-space:nowrap}

.portfolio-archive,
.portfolio-show,
.detail-page,
.article-page,
.blog-archive,
.contact-page,
.search-page{
  width:min(1480px,calc(100% - 84px)) !important;
}
.portfolio-grid,
.blog-grid{
  gap:24px;
}
.portfolio-card,
.blog-card{
  border-radius:26px !important;
  overflow:hidden;
}
.portfolio-card-image,
.blog-thumb{
  border-bottom:1px solid rgba(78,125,255,.18);
}
.portfolio-filter select,
.search-page-form input,
.floating-field input,
.floating-field textarea{
  background:rgba(1,8,34,.56) !important;
  border:1px solid rgba(78,125,255,.32) !important;
  color:#fff !important;
}
.portfolio-filter select:focus,
.floating-field input:focus,
.floating-field textarea:focus{
  border-color:rgba(78,125,255,.78) !important;
  box-shadow:0 0 30px rgba(35,102,255,.22) !important;
}

.contact-page{
  color:#fff;
}
.contact-glow{
  background:radial-gradient(circle,rgba(35,102,255,.42),transparent 68%) !important;
}
.contact-info-item{
  background:rgba(1,8,34,.42) !important;
  border-color:rgba(78,125,255,.22) !important;
}
.contact-info-item:hover{
  border-color:rgba(78,125,255,.62) !important;
  box-shadow:0 0 36px rgba(35,102,255,.20);
}

.dynamic-footer{
  width:min(1480px,calc(100% - 84px));
  margin:42px auto 24px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(5,28,91,.50),rgba(1,8,34,.72)) !important;
  border:1px solid rgba(78,125,255,.26);
  box-shadow:var(--ai-shadow);
}
.dynamic-footer .footer-card{
  border-radius:24px;
}
.footer-socials a,
.footer-contact-actions a{
  border-color:rgba(78,125,255,.32) !important;
  background:rgba(1,8,34,.42) !important;
}
.footer-socials a:hover,
.footer-contact-actions a:hover{
  color:#fff !important;
  box-shadow:0 0 28px rgba(35,102,255,.32);
}

@media(max-width:1180px){
  .hero-neo.ai-hero{grid-template-columns:1fr;min-height:auto}
  .ai-hero-copy{text-align:center;justify-items:center}
  .ai-hero-stage{height:560px}
  .home-panels,.neo-services,.benefits-grid,.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .workflow-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .workflow-steps::before{display:none}
}
@media(max-width:760px){
  .container,
  .home-shell,
  .portfolio-archive,
  .portfolio-show,
  .detail-page,
  .article-page,
  .blog-archive,
  .contact-page,
  .search-page,
  .dynamic-footer{
    width:calc(100% - 28px) !important;
  }
  .header-inner{min-height:76px}
  .brand-text{display:none}
  .brand-image,.brand-mark{width:54px;height:54px}
  .hero-neo.ai-hero{padding-top:18px;gap:10px}
  .ai-hero h1{font-size:38px}
  .ai-hero p{font-size:15px}
  .hero-actions{width:100%}
  .hero-actions .btn{width:100%;justify-content:center}
  .ai-hero-stage{height:420px;transform:scale(.92);transform-origin:center top}
  .ai-monitor{width:245px;height:300px;padding:18px;top:56px}
  .monitor-code{width:260px}
  .monitor-code pre{font-size:11px}
  .sync-orb{width:70px;height:70px;font-size:30px;top:185px}
  .neo-services,.home-panels,.benefits-grid,.testimonials-grid,.workflow-steps{grid-template-columns:1fr}
  .consultation-cta{align-items:stretch;flex-direction:column}
  .consultation-cta .btn{justify-content:center}
  .portfolio-panel,.latest-panel,.stats-panel{min-height:auto}
  .dynamic-footer{border-radius:26px}
}
.nav-item{
  position:relative;
}
.nav a,
.nav-item > a{
  padding:11px 15px;
  border-radius:14px;
  color:var(--muted);
  transition:.2s ease;
  border:1px solid transparent;
}
.nav a:hover,
.nav a.active,
.nav-item > a:hover,
.nav-item > a.active{
  color:#fff;
  background:rgba(139,92,246,.18);
  border-color:rgba(139,92,246,.32);
}
.has-submenu > a::after{
  content:"⌄";
  margin-right:6px;
  font-size:12px;
}
.submenu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:210px;
  padding:8px;
  display:none;
  flex-direction:column;
  gap:4px;
  background:rgba(7,11,24,.96);
  border:1px solid var(--border);
  border-radius:16px;
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu{
  display:flex;
}
.submenu a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  white-space:nowrap;
}
.nav{
  overflow:visible;
}
.nav-item{
  display:flex;
  align-items:center;
}
.nav > a,
.nav-item > a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  line-height:1;
}
.nav .has-submenu > a::after{
  content:none;
}
.submenu-indicator{
  width:7px;
  height:7px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  margin-top:-3px;
  opacity:.75;
  transition:transform .2s ease, opacity .2s ease;
}
.has-submenu:hover .submenu-indicator,
.has-submenu:focus-within .submenu-indicator{
  transform:rotate(225deg);
  margin-top:3px;
  opacity:1;
}
.submenu{
  z-index:50;
  display:flex;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.submenu::before{
  content:"";
  position:absolute;
  right:0;
  left:0;
  top:-12px;
  height:12px;
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.submenu a{
  display:flex;
  align-items:center;
  color:var(--muted);
  border:1px solid transparent;
  transition:.2s ease;
}
.submenu a:hover,
.submenu a:focus{
  color:#fff;
  background:rgba(139,92,246,.18);
  border-color:rgba(139,92,246,.28);
}
.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 20px;
  border-radius:16px;
  color:#fff;
  border:1px solid var(--border);
  background:rgba(255,255,255,.05);
  transition:.2s ease;
  font-weight:700;
}
.btn:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.22);
}
.btn.primary{
  border-color:rgba(139,92,246,.45);
  background:linear-gradient(135deg,var(--secondary),var(--green));
  box-shadow:0 18px 45px rgba(139,92,246,.22);
}
.btn.ghost{
  background:rgba(255,255,255,.035);
}
.theme-btn{
  width:46px;
  height:46px;
  border:none;
  cursor:pointer;
  border-radius:14px;
  color:#fff;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(20px);
}

/* Page */
.page{
  padding:0 0 70px;
}

/* Hero */
.hero-premium{
  position:relative;
  overflow:hidden;
  padding:50px 0 40px;
}
.hero-grid{
  width:min(1600px,calc(100% - 60px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
.hero-content{
  position:relative;
  z-index:3;
}
.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:9px 16px;
  border:1px solid var(--border);
  border-radius:999px;
  color:var(--muted);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(16px);
}
.kicker-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--warning);
  box-shadow:0 0 0 6px rgba(251,191,36,.12);
}
.hero-content h1{
  font-size:clamp(46px,5vw,78px);
  line-height:1.15;
  font-weight:900;
  margin:24px 0 22px;
  letter-spacing:-1.2px;
}
.hero-content h1 span{
  background:linear-gradient(90deg,var(--primary),var(--secondary));
  -webkit-background-clip:text;
  color:transparent;
}
.hero-content p{
  max-width:620px;
  color:var(--muted);
  line-height:2;
  font-size:16px;
  margin:0 0 26px;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-showcase{
  position:relative;
  min-height:420px;
}
.glass-window{
  position:absolute;
  top:25px;
  right:10px;
  width:480px;
  height:320px;
  border-radius:34px;
  padding:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(26px);
  transform:rotate(-8deg);
  box-shadow:0 30px 90px rgba(0,0,0,.45),0 0 60px rgba(37,99,235,.18);
}
.window-dots span{
  width:11px;
  height:11px;
  display:inline-block;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  margin-left:8px;
}
.search-demo{
  margin:34px 0 24px;
  padding:17px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  color:var(--muted);
  font-size:18px;
}
.demo-line{
  height:13px;
  border-radius:20px;
  background:rgba(255,255,255,.13);
  margin:15px 0;
}
.w80{width:80%}
.w65{width:65%}
.w45{width:45%}
.growth-chart{
  width:150px;
  height:88px;
  border-right:5px solid var(--secondary);
  border-bottom:5px solid var(--secondary);
  border-radius:0 0 24px 0;
  margin-top:22px;
}
.floating-badge{
  position:absolute;
  top:0;
  right:125px;
  width:82px;
  height:82px;
  border-radius:24px;
  display:grid;
  place-items:center;
  font-size:34px;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  box-shadow:0 0 50px rgba(139,92,246,.45);
  z-index:2;
}
.floating-sphere{
  position:absolute;
  left:60px;
  bottom:45px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%,#c4b5fd,#7c3aed 65%);
  box-shadow:0 0 70px rgba(124,58,237,.55);
}
.hero-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(12px);
  opacity:.5;
  pointer-events:none;
}
.orb-blue{
  width:260px;
  height:260px;
  background:#2563eb;
  left:8%;
  top:18%;
}
.orb-purple{
  width:210px;
  height:210px;
  background:#7c3aed;
  right:12%;
  bottom:12%;
}

/* Sections */
.section{
  width:min(1600px,calc(100% - 60px));
  margin:50px auto 0;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}
.section-head h2{
  margin:0;
  font-size:30px;
  color:#fff;
}
.section-head p{
  margin:0;
  color:var(--muted);
}

/* Services */
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  width:100%;
}
.glass-card{
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(24px);
  box-shadow:var(--shadow);
}
.service-card{
  width:100%;
  min-height:235px;
  padding:28px;
  border-radius:28px;
  transition:.25s ease;
  position:relative;
  overflow:hidden;
}
.service-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:radial-gradient(circle at top right,rgba(139,92,246,.22),transparent 45%);
  opacity:0;
  transition:.25s ease;
}
.service-card:hover{
  transform:translateY(-7px);
  border-color:rgba(139,92,246,.35);
}
.service-card:hover::before{
  opacity:1;
}
.service-icon{
  width:58px;
  height:58px;
  border-radius:19px;
  display:grid;
  place-items:center;
  font-size:28px;
  margin-bottom:18px;
  background:linear-gradient(135deg,rgba(37,99,235,.35),rgba(139,92,246,.35));
  border:1px solid rgba(255,255,255,.12);
}
.service-card h3{
  margin:0 0 12px;
  font-size:21px;
  color:#fff;
}
.service-card p{
  margin:0 0 18px;
  line-height:1.9;
  color:var(--muted);
}
.service-card a{
  color:#60a5fa;
  font-weight:700;
}

/* Other sections */
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.feature{
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  padding:26px;
}
.feature h3{
  margin:0 0 10px;
  color:#fff;
}
.feature p{
  margin:0;
  color:var(--muted);
  line-height:1.9;
}
.cta{
  margin-top:28px;
  border:1px solid rgba(139,92,246,.28);
  background:linear-gradient(135deg,rgba(139,92,246,.16),rgba(34,197,94,.10));
  border-radius:28px;
  padding:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.cta p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.cta strong{
  color:#fff;
}

/* Forms */
input,textarea{
  width:100%;
  padding:14px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  color:#fff;
  backdrop-filter:blur(20px);
}
input:focus,textarea:focus{
  outline:none;
  border-color:#4f7cff;
  box-shadow:0 0 20px rgba(79,124,255,.25);
}

/* Footer */
.site-footer{
  margin-top:70px;
  border-top:1px solid var(--border);
  padding:36px 0 44px;
  color:var(--muted);
  background:rgba(255,255,255,.015);
}
.footer-grid{
  width:min(1600px,calc(100% - 60px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:28px;
  align-items:start;
}
.footer-grid strong{
  color:#fff;
}
.footer-grid a{
  color:var(--muted);
}
.footer-grid a:hover{
  color:#fff;
}

/* Responsive */
@media(max-width:1100px){
  .container,
  .hero-grid,
  .section,
  .footer-grid{
    width:min(100%,calc(100% - 36px));
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .hero-content{
    text-align:center;
  }

  .hero-content p{
    margin-inline:auto;
  }

  .hero-actions{
    justify-content:center;
  }

  .hero-showcase{
    min-height:420px;
  }

  .glass-window{
    right:50%;
    transform:translateX(50%) rotate(-8deg);
  }

  .services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .footer-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .container,
  .hero-grid,
  .section,
  .footer-grid{
    width:calc(100% - 28px);
  }

  .nav{
    display:none;
  }

  .header-actions .btn{
    display:none;
  }

  .hero-premium{
    padding:55px 0 35px;
  }

  .hero-content h1{
    font-size:40px;
  }

  .hero-showcase{
    min-height:350px;
  }

  .glass-window{
    width:92%;
    height:300px;
  }

  .floating-sphere{
    width:110px;
    height:110px;
  }

  .services-grid,
  .split{
    grid-template-columns:1fr;
  }

  .section-head{
    display:block;
  }

  .section-head p{
    margin-top:8px;
  }

  .cta{
    flex-direction:column;
    align-items:flex-start;
  }
}
/* Inner pages */
.page > h1,
.page > h2,
.page > form,
.page > p,
.page > div:not(.hero-grid):not(.section){
  width:min(1600px,calc(100% - 60px));
  margin-inline:auto;
}

.page > h1,
.page > h2{
  margin-top:45px;
  margin-bottom:28px;
  font-size:34px;
  color:#fff;
}

.page form{
  margin-top:30px;
  padding:32px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(24px);
  box-shadow:var(--shadow);
}

.page form label{
  display:block;
  margin:18px 0 8px;
  color:#fff;
  font-weight:700;
}

.page form button,
.page form input[type="submit"]{
  margin-top:18px;
  padding:13px 24px;
  border-radius:16px;
  border:1px solid rgba(139,92,246,.45);
  background:linear-gradient(135deg,var(--secondary),var(--green));
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
/* Blog Article */

.article-page{
    width:min(1300px, calc(100% - 60px));
    margin:60px auto;
}

.article-header{
    padding:45px;
    border-radius:30px 30px 0 0;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(
        145deg,
        rgba(255,255,255,.08),
        rgba(255,255,255,.03)
    );
    backdrop-filter:blur(24px);
}

.article-category{
    display:inline-block;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(139,92,246,.15);
    border:1px solid rgba(139,92,246,.25);
    color:#b794ff;
    margin-bottom:18px;
}

.article-header h1{
    font-size:52px;
    line-height:1.3;
    margin:0 0 18px;
    color:#fff;
}

.article-meta{
    color:var(--muted);
    font-size:14px;
}

.article-content{
    padding:45px;
    border:1px solid rgba(255,255,255,.12);
    border-top:none;
    border-radius:0 0 30px 30px;
    background:linear-gradient(
        145deg,
        rgba(255,255,255,.06),
        rgba(255,255,255,.02)
    );
    backdrop-filter:blur(24px);
    line-height:2.3;
    font-size:18px;
}

.article-content h2,
.article-content h3{
    color:#fff;
    margin-top:35px;
    margin-bottom:15px;
}

.article-content p{
    color:rgba(255,255,255,.85);
}

.article-content img{
    width:100%;
    border-radius:22px;
    margin:30px 0;
}

/* Blog Archive */

.blog-archive .section-head h1{
    margin:0;
    font-size:42px;
    color:#fff;
}

.blog-archive .section-head p{
    margin-top:10px;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:26px;
}

.blog-card{
    border-radius:30px;
    overflow:hidden;
    transition:.25s ease;
}

.blog-card:hover{
    transform:translateY(-8px);
    border-color:rgba(139,92,246,.35);
}

.blog-thumb{
    height:210px;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:
        radial-gradient(circle at 30% 20%, rgba(37,99,235,.45), transparent 40%),
        linear-gradient(135deg, rgba(37,99,235,.28), rgba(139,92,246,.24));
    border-bottom:1px solid rgba(255,255,255,.10);
}

.blog-thumb img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .35s ease;
}

.blog-card:hover .blog-thumb img{
    transform:scale(1.04);
}

.blog-thumb span{
    width:82px;
    height:82px;
    border-radius:28px;
    display:grid;
    place-items:center;
    font-size:40px;
    font-weight:900;
    color:#fff;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(20px);
}

.blog-card-body{
    padding:28px;
}

.blog-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    color:var(--muted);
    font-size:13px;
    margin-bottom:16px;
}

.blog-card h2{
    margin:0 0 14px;
    font-size:23px;
    line-height:1.55;
    color:#fff;
}

.blog-card h2 a:hover{
    color:#93c5fd;
}

.blog-card p{
    margin:0 0 22px;
    color:var(--muted);
    line-height:2;
}

.read-more{
    color:#60a5fa;
    font-weight:800;
}

.empty-state{
    padding:32px;
    border-radius:28px;
    color:var(--muted);
}

.breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:24px;
    color:var(--muted);
    font-size:14px;
}

.breadcrumb a:hover{
    color:#93c5fd;
}

.article-featured-image{
    overflow:hidden;
    margin:0 0 28px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:28px;
}

.article-featured-image img{
    width:100%;
    max-height:520px;
    object-fit:cover;
}

.ai-summary,
.key-takeaways,
.article-faq{
    margin:28px 0;
    padding:26px;
    border-radius:24px;
}

.ai-summary h2,
.key-takeaways h2,
.article-faq h2,
.article-toc h2{
    margin:0 0 14px;
    color:#fff;
    font-size:22px;
}

.ai-summary p{
    margin:0;
    color:var(--muted);
    line-height:2;
}

.article-layout{
    display:block;
}

.article-toc{
    position:relative;
    top:auto;
    margin:28px 0;
    padding:22px;
    border-radius:22px;
}

.article-toc ol{
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.article-toc a{
    color:var(--muted);
    line-height:1.8;
}

.article-toc a:hover{
    color:#93c5fd;
}

.article-toc .toc-level-3{
    padding-right:14px;
    font-size:14px;
}

.key-takeaways ul{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.key-takeaways li{
    position:relative;
    padding-right:24px;
    color:var(--muted);
    line-height:2;
}

.key-takeaways li::before{
    content:"";
    position:absolute;
    top:15px;
    right:0;
    width:8px;
    height:8px;
    border-radius:999px;
    background:#60a5fa;
}

.article-faq details{
    border-top:1px solid rgba(255,255,255,.10);
    padding:16px 0;
}

.article-faq details:first-of-type{
    border-top:0;
}

.article-faq summary{
    cursor:pointer;
    color:#fff;
    font-weight:800;
}

.article-faq p{
    margin:12px 0 0;
    color:var(--muted);
    line-height:2;
}

.related-articles{
    margin-top:44px;
}

.article-neighbors{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin:34px 0 10px;
}

.neighbor-card{
    position:relative;
    overflow:hidden;
    min-height:128px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:10px;
    padding:24px;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(24,31,72,.56),rgba(8,13,34,.44));
    border:1px solid rgba(157,171,255,.18);
    box-shadow:0 24px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(22px) saturate(140%);
    transition:.2s ease;
}

.neighbor-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 15% 0,rgba(84,92,255,.22),transparent 38%);
    pointer-events:none;
}

.neighbor-card:hover{
    transform:translateY(-3px);
    border-color:rgba(139,92,246,.34);
}

.neighbor-card span,
.neighbor-card strong{
    position:relative;
    z-index:1;
}

.neighbor-card span{
    color:#8da2ff;
    font-size:14px;
    font-weight:900;
}

.neighbor-card strong{
    color:#fff;
    font-size:18px;
    line-height:1.8;
}

.neighbor-card.next{
    text-align:left;
    align-items:flex-end;
}

.neighbor-card.is-empty{
    visibility:hidden;
}

@media(max-width:1100px){
    .blog-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .article-layout{
        grid-template-columns:1fr;
    }

    .article-toc{
        position:static;
        order:-1;
    }
}

@media(max-width:700px){
    .blog-grid{
        grid-template-columns:1fr;
    }

    .article-neighbors{
        grid-template-columns:1fr;
    }

    .neighbor-card.next{
        text-align:right;
        align-items:flex-start;
    }
}

/* Neo homepage */
.site-header{
  border-bottom:0;
  background:linear-gradient(180deg,rgba(4,7,18,.92),rgba(4,7,18,.55));
}
.header-inner{
  min-height:92px;
}
.brand{
  min-width:190px;
}
.brand-logo{
  display:none;
}
.brand-mark{
  position:relative;
  width:54px;
  height:54px;
  filter:drop-shadow(0 12px 28px rgba(37,99,235,.45));
}
.brand-image{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:16px;
}
.brand-mark span{
  position:absolute;
  width:22px;
  height:52px;
  border-radius:18px;
  transform:rotate(-38deg);
}
.brand-mark span:first-child{
  right:9px;
  background:linear-gradient(180deg,#1d9bf0,#5b5cf6);
}
.brand-mark span:last-child{
  right:26px;
  background:linear-gradient(180deg,#a855f7,#22d3ee);
}
.brand-text strong{
  font-size:22px;
  line-height:1.2;
}
.brand-text span{
  color:rgba(255,255,255,.66);
  font-size:13px;
}
.nav{
  gap:8px;
}
.nav > a,
.nav-item > a{
  color:rgba(255,255,255,.70);
  border-radius:18px;
  padding:12px 16px;
}
.nav > a.active,
.nav-item > a.active,
.nav > a:hover,
.nav-item > a:hover{
  color:#fff;
  background:rgba(69,84,255,.12);
  border-color:rgba(114,101,255,.28);
  box-shadow:0 12px 34px rgba(79,70,229,.20), inset 0 -2px 0 rgba(91,92,246,.9);
}
.header-cta{
  border-radius:999px;
  padding:13px 22px;
  background:rgba(14,18,40,.58);
  border-color:rgba(118,119,255,.35);
}
.theme-btn{
  border-radius:999px;
  background:rgba(16,21,48,.72);
  border:1px solid rgba(118,119,255,.20);
  display:grid;
  grid-template-columns:repeat(2,4px);
  grid-template-rows:repeat(2,4px);
  gap:5px;
  place-content:center;
}
.theme-btn span{
  width:4px;
  height:4px;
  border-radius:999px;
  background:#fff;
  opacity:.78;
}
.home-shell{
  width:min(1520px,calc(100% - 96px));
  margin:0 auto;
  padding:54px 0 90px;
}
.hero-neo{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);
  gap:44px;
  align-items:center;
  min-height:560px;
  margin-bottom:54px;
}
.hero-neo::before{
  content:"";
  position:absolute;
  inset:4% -4% auto;
  height:520px;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 45%,rgba(33,111,255,.32),transparent 29%),
    radial-gradient(circle at 73% 55%,rgba(132,72,255,.34),transparent 30%),
    radial-gradient(circle at 50% 28%,rgba(8,209,255,.14),transparent 32%);
  filter:blur(8px);
}
.hero-copy{
  max-width:760px;
}
.neo-kicker{
  width:max-content;
  padding:11px 18px;
  border-radius:18px;
  color:#fff;
  background:rgba(18,23,54,.72);
  border:1px solid rgba(118,119,255,.16);
  box-shadow:0 16px 42px rgba(0,0,0,.22);
}
.hero-copy h1{
  margin:28px 0 22px;
  color:#fff;
  font-size:clamp(46px,6vw,86px);
  line-height:1.28;
  font-weight:950;
}
.hero-copy h1 span{
  background:linear-gradient(90deg,#955cff,#08a7ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-copy p{
  max-width:640px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:2.15;
}
.neo-btn{
  background:linear-gradient(135deg,#078dff,#9b5cff);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 20px 60px rgba(45,125,255,.34);
}
.hero-art{
  position:relative;
  min-height:500px;
}
.orbit{
  position:absolute;
  border:2px solid rgba(30,129,255,.36);
  border-radius:50%;
  transform:rotate(-17deg);
}
.orbit-one{
  width:430px;
  height:210px;
  left:70px;
  top:185px;
}
.orbit-two{
  width:320px;
  height:150px;
  left:130px;
  top:220px;
  opacity:.45;
}
.art-window{
  position:absolute;
  left:90px;
  top:62px;
  width:430px;
  height:310px;
  padding:32px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(49,101,255,.38),rgba(86,35,183,.24));
  border:1px solid rgba(180,190,255,.18);
  box-shadow:0 40px 100px rgba(13,91,255,.27), inset 0 1px 0 rgba(255,255,255,.16);
  transform:perspective(900px) rotateY(13deg) rotateZ(-10deg);
  backdrop-filter:blur(18px);
}
.hero-uploaded-image{
  position:absolute;
  left:70px;
  top:48px;
  width:470px;
  height:330px;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(180,190,255,.18);
  box-shadow:0 40px 100px rgba(13,91,255,.27), inset 0 1px 0 rgba(255,255,255,.16);
  transform:perspective(900px) rotateY(10deg) rotateZ(-7deg);
}
.hero-uploaded-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.art-window-top{
  display:flex;
  gap:9px;
  margin-bottom:28px;
}
.art-window-top span{
  width:12px;
  height:12px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
}
.art-search{
  display:flex;
  align-items:center;
  height:58px;
  padding:0 26px;
  border-radius:22px;
  color:rgba(255,255,255,.34);
  background:rgba(6,10,28,.38);
  border:1px solid rgba(255,255,255,.10);
}
.art-lines{
  display:grid;
  gap:14px;
  margin-top:26px;
}
.art-lines span{
  height:13px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
}
.art-lines span:nth-child(1){width:72%}
.art-lines span:nth-child(2){width:58%}
.art-lines span:nth-child(3){width:42%}
.art-chart{
  position:absolute;
  left:48px;
  bottom:38px;
  width:120px;
  height:84px;
  border-radius:24px 24px 8px 8px;
  background:linear-gradient(135deg,rgba(125,92,255,.95),rgba(18,153,255,.76));
  clip-path:polygon(0 70%,35% 45%,55% 58%,100% 18%,100% 100%,0 100%);
}
.art-badge,
.art-sphere{
  position:absolute;
  box-shadow:0 25px 60px rgba(74,91,255,.28);
}
.art-badge{
  right:80px;
  top:26px;
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  color:#fff;
  border-radius:24px;
  background:linear-gradient(135deg,#8f6bff,#6b4bff);
  transform:rotate(-10deg);
}
.art-badge svg{
  width:46px;
  height:46px;
}
.art-sphere{
  border-radius:50%;
}
.sphere-blue{
  width:190px;
  height:190px;
  left:20px;
  top:190px;
  background:radial-gradient(circle at 32% 25%,#8ed9ff,#0d70ff 48%,#17409a);
}
.sphere-purple{
  width:150px;
  height:150px;
  right:90px;
  bottom:56px;
  background:radial-gradient(circle at 32% 25%,#cfa8ff,#7c3dff 52%,#32137c);
}
.neo-services{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:0;
  margin-bottom:30px;
}
.neo-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(24,31,72,.56),rgba(8,13,34,.44));
  border:1px solid rgba(157,171,255,.18);
  box-shadow:0 28px 80px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter:blur(26px) saturate(145%);
}
.neo-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 0,rgba(84,92,255,.24),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.055),transparent 48%);
  opacity:.85;
  pointer-events:none;
}
.service-neo{
  min-height:180px;
  padding:30px 30px 26px;
  border-radius:22px;
}
.neo-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  color:#7b6cff;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(59,130,246,.18),rgba(139,92,246,.34));
  border:1px solid rgba(137,130,255,.22);
}
.neo-icon svg,
.stats-grid svg,
.panel-head svg{
  width:30px;
  height:30px;
}
.service-neo h3{
  margin:0 0 10px;
  color:#fff;
  font-size:21px;
}
.service-neo p{
  margin:0;
  color:rgba(255,255,255,.62);
  line-height:1.95;
}
.service-neo a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:18px;
  color:#8da2ff;
  font-weight:800;
}
.home-panels{
  display:grid;
  grid-template-columns:1.15fr .78fr 1fr;
  gap:28px;
  margin-top:18px;
}
.portfolio-panel,
.stats-panel,
.latest-panel{
  min-height:330px;
  padding:30px;
  border-radius:26px;
}
.panel-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}
.panel-head span{
  color:#7f8dff;
  font-size:14px;
  font-weight:800;
}
.panel-head h2{
  margin:6px 0 0;
  color:#fff;
  font-size:22px;
}
.panel-head a{
  color:#8393ff;
  font-weight:800;
  white-space:nowrap;
}
.panel-head.compact{
  align-items:center;
}
.portfolio-showcase{
  position:relative;
  z-index:1;
  height:170px;
}
.portfolio-slide{
  position:absolute;
  inset:18px 34px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:22px;
  color:#fff;
  background:linear-gradient(145deg,rgba(47,60,130,.85),rgba(17,22,54,.88));
  border:1px solid rgba(151,142,255,.22);
  box-shadow:0 22px 70px rgba(0,0,0,.35);
  transform:scale(.86) translateX(-70px);
  opacity:.42;
  overflow:hidden;
  text-align:center;
  text-decoration:none;
  transition:opacity .35s ease, transform .35s ease;
}
.portfolio-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.24;
  transform:scale(1.04);
}
.portfolio-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(47,60,130,.62),rgba(10,15,42,.84));
}
.portfolio-slide.active{
  transform:scale(1);
  opacity:1;
  z-index:2;
}
.portfolio-slide:last-child{
  transform:scale(.86) translateX(70px);
}
.portfolio-browser{
  position:absolute;
  top:16px;
  right:18px;
  display:flex;
  gap:6px;
  z-index:1;
}
.portfolio-browser span{
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(255,255,255,.25);
}
.portfolio-slide strong{
  position:relative;
  z-index:1;
  font-size:20px;
}
.portfolio-slide small{
  position:relative;
  z-index:1;
  color:rgba(255,255,255,.62);
}
.panel-dots{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  gap:8px;
}
.panel-dots span{
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}
.panel-dots .active{
  width:22px;
  background:#7c6dff;
}
.stats-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.stats-grid div{
  display:grid;
  place-items:center;
  gap:7px;
  min-height:92px;
  color:#7d79ff;
}
.stats-grid strong{
  color:#fff;
  font-size:27px;
}
.stats-grid span{
  color:rgba(255,255,255,.62);
  font-size:14px;
}
.latest-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:16px;
}
.latest-item{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.latest-thumb{
  width:86px;
  height:62px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:15px;
  color:#8b6cff;
  background:linear-gradient(135deg,rgba(29,78,216,.32),rgba(147,51,234,.42));
}
.latest-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.latest-thumb svg{
  width:30px;
  height:30px;
}
.latest-item strong{
  display:block;
  color:#fff;
  line-height:1.75;
}
.latest-item span,
.latest-empty{
  color:rgba(255,255,255,.58);
  font-size:13px;
}
.latest-carousel{
  display:flex;
  flex-direction:column;
}
.latest-stage{
  position:relative;
  z-index:1;
  min-height:205px;
  margin-top:4px;
}
.latest-slide{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:138px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:18px;
  border-radius:23px;
  color:#fff;
  background:linear-gradient(145deg,rgba(53,67,145,.56),rgba(10,15,42,.62));
  border:1px solid rgba(155,147,255,.20);
  box-shadow:0 22px 70px rgba(0,0,0,.28);
  opacity:0;
  transform:translateX(-34px) scale(.94);
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease;
}
.latest-slide.active{
  opacity:1;
  transform:translateX(0) scale(1);
  pointer-events:auto;
  z-index:2;
}
.latest-slide:nth-child(2){
  opacity:.38;
  transform:translateX(34px) scale(.90);
  z-index:1;
}
.latest-slide-thumb{
  width:138px;
  height:112px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:20px;
  color:#9d7cff;
  background:linear-gradient(135deg,rgba(29,78,216,.38),rgba(147,51,234,.48));
  border:1px solid rgba(255,255,255,.08);
}
.latest-slide-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.latest-slide-thumb svg{
  width:42px;
  height:42px;
}
.latest-slide-content{
  min-width:0;
}
.latest-slide-content span{
  color:#8a92ff;
  font-size:13px;
  font-weight:900;
}
.latest-slide-content strong{
  display:block;
  margin:8px 0 10px;
  color:#fff;
  font-size:19px;
  line-height:1.85;
}
.latest-slide-content small{
  color:rgba(255,255,255,.58);
}
.latest-dots{
  margin-top:auto;
  padding-top:18px;
}
@media(max-width:1180px){
  .hero-neo,
  .home-panels{
    grid-template-columns:1fr;
  }
  .neo-services{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .home-shell{
    width:calc(100% - 28px);
    padding-top:32px;
  }
  .hero-neo{
    min-height:auto;
    gap:18px;
  }
  .hero-copy h1{
    font-size:42px;
  }
  .hero-copy p{
    font-size:16px;
  }
  .hero-art{
    min-height:360px;
  }
  .art-window{
    width:82%;
    height:250px;
    left:8%;
  }
  .hero-uploaded-image{
    width:86%;
    height:250px;
    left:7%;
  }
  .sphere-blue{
    width:120px;
    height:120px;
  }
  .sphere-purple{
    width:110px;
    height:110px;
  }
  .neo-services,
  .stats-grid{
    grid-template-columns:1fr;
  }
  .service-neo,
  .portfolio-panel,
  .stats-panel,
  .latest-panel{
    padding:22px;
  }
  .latest-stage{
    min-height:330px;
  }
  .latest-slide{
    grid-template-columns:1fr;
  }
  .latest-slide-thumb{
    width:100%;
    height:160px;
  }
  .latest-item{
    grid-template-columns:74px minmax(0,1fr);
  }
}

/* Homepage AI / LLM sections */
.business-summary-panel,
.benefits-panel,
.testimonials-panel,
.faq-panel{
  margin-top:24px;
  padding:28px;
  background:linear-gradient(145deg,rgba(22,28,58,.72),rgba(8,13,32,.68));
  border:1px solid rgba(155,147,255,.22);
  box-shadow:0 24px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(20px);
}
.business-summary-panel p{
  position:relative;
  z-index:1;
  margin:8px 0 0;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:2.15;
}
.benefits-grid,
.testimonials-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.benefits-grid article,
.testimonials-grid figure,
.faq-list details{
  margin:0;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.benefits-grid article > span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  color:#8b6cff;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(124,58,237,.36));
  border:1px solid rgba(139,108,255,.24);
}
.benefits-grid svg{
  width:22px;
  height:22px;
}
.benefits-grid h3{
  margin:0 0 8px;
  color:#fff;
  font-size:18px;
}
.benefits-grid p,
.testimonials-grid blockquote,
.faq-list p{
  margin:0;
  color:rgba(255,255,255,.66);
  line-height:2;
}
.testimonials-grid blockquote{
  font-size:15px;
}
.testimonials-grid figcaption{
  display:grid;
  gap:4px;
  margin-top:16px;
}
.testimonials-grid strong{
  color:#fff;
}
.testimonials-grid span{
  color:#8a92ff;
  font-size:13px;
}
.faq-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:14px;
  margin-top:18px;
}
.faq-list summary{
  cursor:pointer;
  color:#fff;
  font-weight:900;
  line-height:1.9;
}
.faq-list summary::marker{
  color:#8b6cff;
}
.faq-list p{
  margin-top:10px;
}
@media(max-width:900px){
  .benefits-grid,
  .testimonials-grid{
    grid-template-columns:1fr;
  }
  .business-summary-panel,
  .benefits-panel,
  .testimonials-panel,
  .faq-panel{
    padding:22px;
  }
}

/* Compact service cards and homepage spacing refinements */
.business-summary-panel{
  margin-top:34px;
  margin-bottom:34px;
  border-radius:24px;
}
.neo-services{
  margin-top:34px;
  gap:18px;
}
.service-neo{
  min-height:0;
  padding:22px 22px 20px;
  border-radius:20px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  grid-template-areas:
    "icon title"
    "text text"
    "link link";
  align-items:center;
  column-gap:14px;
  row-gap:10px;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-neo:hover{
  transform:translateY(-8px);
  border-color:rgba(139,108,255,.42);
  box-shadow:0 30px 85px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.12);
}
.service-neo .neo-icon{
  grid-area:icon;
  width:48px;
  height:48px;
  margin:0;
  border-radius:14px;
}
.service-neo .neo-icon svg{
  width:24px;
  height:24px;
}
.service-neo h3{
  grid-area:title;
  margin:0;
  font-size:18px;
  line-height:1.65;
}
.service-neo p{
  grid-area:text;
  font-size:14px;
  line-height:1.9;
}
.service-neo a{
  grid-area:link;
  margin-top:2px;
  font-size:13px;
  font-weight:800;
}
@media(max-width:760px){
  .business-summary-panel{
    margin-top:24px;
    margin-bottom:24px;
  }
  .neo-services{
    margin-top:24px;
  }
  .service-neo{
    grid-template-columns:48px minmax(0,1fr);
    padding:20px;
  }
}

/* Premium Contact Page */
.contact-page{
  position:relative;
  width:min(1520px,calc(100% - 96px));
  margin:0 auto;
  padding:70px 0 96px;
  isolation:isolate;
}
.contact-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(38px);
  opacity:.42;
  pointer-events:none;
  animation:contactFloat 8s ease-in-out infinite alternate;
  z-index:-1;
}
.contact-glow-one{
  width:360px;
  height:360px;
  right:-110px;
  top:120px;
  background:rgba(37,99,235,.34);
}
.contact-glow-two{
  width:300px;
  height:300px;
  left:-70px;
  top:520px;
  background:rgba(139,92,246,.34);
  animation-delay:1.6s;
}
.contact-hero{
  max-width:920px;
  margin:0 auto 46px;
  text-align:center;
}
.contact-hero span,
.contact-section-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 17px;
  border-radius:999px;
  color:#cfd7ff;
  font-weight:900;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(139,108,255,.26);
  box-shadow:0 0 28px rgba(79,124,255,.14);
}
.contact-hero h1{
  margin:22px 0 18px;
  color:#fff;
  font-size:clamp(42px,5vw,76px);
  line-height:1.35;
  font-weight:950;
}
.contact-hero p{
  margin:0 auto;
  max-width:840px;
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:2.1;
}
.contact-hero-cta,
.contact-final-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:28px;
  padding:15px 28px;
  border-radius:18px;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,var(--secondary),var(--primary),var(--green));
  background-size:220% 220%;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 60px rgba(79,124,255,.26),0 0 28px rgba(139,92,246,.18);
  transition:transform .22s ease, box-shadow .22s ease, background-position .35s ease;
}
.contact-hero-cta:hover,
.contact-final-cta a:hover{
  transform:scale(1.05);
  background-position:100% 50%;
  box-shadow:0 25px 75px rgba(34,197,94,.24),0 0 38px rgba(79,124,255,.28);
}
.contact-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:30px;
  align-items:start;
}
.contact-info-card,
.contact-form-card,
.contact-faq,
.contact-final-cta{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(22,28,58,.70),rgba(8,13,32,.56));
  border:1px solid rgba(155,147,255,.20);
  box-shadow:0 28px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(24px) saturate(145%);
}
.contact-info-card::before,
.contact-form-card::before,
.contact-faq::before,
.contact-final-cta::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1px;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(79,124,255,.72),rgba(139,92,246,.22),rgba(34,197,94,.52));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.48;
  pointer-events:none;
}
.contact-info-card{
  padding:32px;
  animation:fadeRight .65s ease both;
}
.contact-form-card{
  padding:34px;
  animation:slideUp .65s ease both;
}
.contact-card-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:24px;
}
.contact-card-head h2{
  margin:0;
  color:#fff;
  font-size:28px;
}
.contact-card-head p{
  margin:8px 0 0;
  color:rgba(255,255,255,.62);
  line-height:1.9;
}
.contact-mini-icon,
.neon-contact-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#a8b6ff;
  background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(139,92,246,.34));
  border:1px solid rgba(139,108,255,.28);
  box-shadow:0 0 24px rgba(79,124,255,.18);
}
.contact-mini-icon{
  width:44px;
  height:44px;
  border-radius:15px;
}
.contact-info-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:14px;
}
.contact-info-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.contact-info-item:hover{
  transform:translateY(-4px);
  border-color:rgba(79,124,255,.38);
  box-shadow:0 16px 42px rgba(79,124,255,.14);
}
.neon-contact-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  font-size:22px;
  font-weight:900;
}
.contact-info-item strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}
.contact-info-item small{
  color:rgba(255,255,255,.60);
  line-height:1.8;
}
.contact-form-visual{
  position:absolute;
  left:26px;
  top:24px;
  width:92px;
  height:92px;
  opacity:.72;
  pointer-events:none;
}
.contact-form-visual span{
  position:absolute;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  box-shadow:0 0 28px rgba(79,124,255,.26);
  animation:contactPulse 2.8s ease-in-out infinite alternate;
}
.contact-form-visual span:nth-child(1){width:54px;height:54px;left:8px;top:8px}
.contact-form-visual span:nth-child(2){width:24px;height:24px;left:58px;top:12px;animation-delay:.5s}
.contact-form-visual span:nth-child(3){width:32px;height:32px;left:44px;top:52px;animation-delay:1s}
.contact-success{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:18px;
  color:#d8ffe8;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.28);
}
.contact-success p{margin:0;line-height:1.8}
.success-check{
  width:32px;
  height:32px;
  border-radius:999px;
  border:2px solid #22c55e;
  position:relative;
  flex:0 0 auto;
  animation:successPop .45s ease both;
}
.success-check::after{
  content:"";
  position:absolute;
  width:13px;
  height:7px;
  right:7px;
  top:9px;
  border-right:3px solid #22c55e;
  border-bottom:3px solid #22c55e;
  transform:rotate(45deg);
}
.premium-contact-form{
  position:relative;
  z-index:1;
  display:grid;
  gap:18px;
}
.floating-field{
  position:relative;
}
.floating-field input,
.floating-field textarea{
  width:100%;
  padding:22px 18px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.055);
  color:#fff;
  font:inherit;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.floating-field textarea{
  min-height:150px;
  resize:vertical;
}
.floating-field label{
  position:absolute;
  right:18px;
  top:17px;
  color:rgba(255,255,255,.56);
  pointer-events:none;
  transition:transform .18s ease, color .18s ease, font-size .18s ease;
}
.floating-field input:focus,
.floating-field textarea:focus{
  outline:none;
  border-color:#4f7cff;
  background:rgba(255,255,255,.075);
  box-shadow:0 0 0 4px rgba(79,124,255,.10),0 0 28px rgba(79,124,255,.20);
}
.floating-field input:focus + label,
.floating-field input:not(:placeholder-shown) + label,
.floating-field textarea:focus + label,
.floating-field textarea:not(:placeholder-shown) + label{
  transform:translateY(-10px);
  color:#9bb2ff;
  font-size:12px;
}
.field-error{
  display:block;
  margin-top:8px;
  color:#fda4af;
  font-size:13px;
}
.contact-submit{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:15px 26px;
  border:0;
  border-radius:18px;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  background:linear-gradient(135deg,var(--secondary),var(--primary),var(--green));
  background-size:220% 220%;
  box-shadow:0 18px 55px rgba(79,124,255,.24),0 0 26px rgba(139,92,246,.18);
  transition:transform .22s ease, box-shadow .22s ease, background-position .35s ease;
}
.contact-submit:hover{
  transform:scale(1.05);
  background-position:100% 50%;
  box-shadow:0 24px 70px rgba(34,197,94,.22),0 0 36px rgba(79,124,255,.26);
}
.submit-loader{
  display:none;
  width:20px;
  height:20px;
  margin-right:10px;
  border-radius:999px;
  border:3px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  animation:spin .8s linear infinite;
}
.premium-contact-form.is-submitting .submit-loader{display:inline-block}
.premium-contact-form.is-submitting .contact-submit{pointer-events:none;opacity:.82}
.contact-trust{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.contact-trust span{
  padding:11px 13px;
  border-radius:16px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  font-size:13px;
  font-weight:800;
}
.contact-faq{
  margin-top:34px;
  padding:32px;
}
.contact-section-head{
  text-align:center;
  margin-bottom:24px;
}
.contact-section-head h2,
.contact-final-cta h2{
  margin:14px 0 0;
  color:#fff;
  font-size:34px;
}
.contact-faq-list{
  display:grid;
  gap:14px;
}
.contact-faq-list details{
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}
.contact-faq-list summary{
  cursor:pointer;
  color:#fff;
  font-weight:900;
  line-height:1.9;
}
.contact-faq-list summary::marker{color:#8b6cff}
.contact-faq-list p{
  margin:10px 0 0;
  color:rgba(255,255,255,.64);
  line-height:2;
}
.contact-final-cta{
  margin-top:34px;
  padding:44px 28px;
  text-align:center;
}
.contact-final-cta p{
  max-width:720px;
  margin:16px auto 0;
  color:rgba(255,255,255,.66);
  line-height:2;
}
.reveal-up{animation:slideUp .65s ease both}
.reveal-right{animation:fadeRight .65s ease both}
@keyframes slideUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeRight{from{opacity:0;transform:translateX(32px)}to{opacity:1;transform:translateX(0)}}
@keyframes contactFloat{from{transform:translate3d(0,0,0)}to{transform:translate3d(22px,-18px,0)}}
@keyframes contactPulse{from{transform:scale(.86);opacity:.55}to{transform:scale(1.08);opacity:1}}
@keyframes successPop{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}
@keyframes spin{to{transform:rotate(360deg)}}
body.theme-light .contact-hero h1,
body.theme-light .contact-card-head h2,
body.theme-light .contact-info-item strong,
body.theme-light .contact-section-head h2,
body.theme-light .contact-final-cta h2,
body.theme-light .contact-faq-list summary{color:var(--text)}
body.theme-light .contact-hero p,
body.theme-light .contact-card-head p,
body.theme-light .contact-info-item small,
body.theme-light .contact-faq-list p,
body.theme-light .contact-final-cta p{color:var(--muted)}
body.theme-light .floating-field input,
body.theme-light .floating-field textarea{color:var(--text);background:rgba(255,255,255,.72);border-color:rgba(15,23,42,.10)}
body.theme-light .floating-field label{color:rgba(15,23,42,.52)}
@media(max-width:980px){
  .contact-page{width:calc(100% - 34px);padding-top:42px}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .contact-hero h1{font-size:38px}
  .contact-info-card,.contact-form-card,.contact-faq,.contact-final-cta{padding:22px}
  .contact-trust{grid-template-columns:1fr}
  .contact-info-item{grid-template-columns:46px minmax(0,1fr)}
  .neon-contact-icon{width:46px;height:46px}
}

/* Portfolio / Case Study */
.portfolio-archive,
.portfolio-show{
  width:min(1520px,calc(100% - 96px));
  margin:0 auto;
  padding:64px 0 96px;
}
.portfolio-archive-head,
.portfolio-hero-detail{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:42px;
  background:linear-gradient(145deg,rgba(22,28,58,.72),rgba(8,13,32,.58));
  border:1px solid rgba(155,147,255,.20);
  box-shadow:0 28px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(24px);
}
.portfolio-archive-head{text-align:center;margin-bottom:28px}
.portfolio-archive-head span,
.portfolio-hero-detail span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  color:#cfd7ff;
  font-weight:900;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(139,108,255,.24);
}
.portfolio-archive-head h1,
.portfolio-hero-detail h1{
  margin:18px 0 14px;
  color:#fff;
  font-size:clamp(40px,5vw,72px);
  line-height:1.35;
}
.portfolio-archive-head p,
.portfolio-hero-detail p{
  max-width:850px;
  margin:0 auto;
  color:rgba(255,255,255,.66);
  line-height:2;
}
.portfolio-filter{
  display:flex;
  gap:14px;
  justify-content:center;
  margin:28px 0;
}
.portfolio-filter select{
  min-width:190px;
  padding:13px 16px;
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.portfolio-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.portfolio-card{
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(145deg,rgba(22,28,58,.72),rgba(8,13,32,.54));
  border:1px solid rgba(155,147,255,.18);
  box-shadow:0 24px 72px rgba(0,0,0,.24);
  transition:transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.portfolio-card:hover{transform:translateY(-8px);border-color:rgba(139,108,255,.42);box-shadow:0 32px 90px rgba(0,0,0,.32)}
.portfolio-card-image{height:230px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,rgba(37,99,235,.28),rgba(139,92,246,.32));color:#fff;font-size:54px;font-weight:950}
.portfolio-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.portfolio-card:hover .portfolio-card-image img{transform:scale(1.05)}
.portfolio-card-body{padding:24px}
.portfolio-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:#9bb2ff;font-size:13px;font-weight:900}
.portfolio-card-meta strong{color:#d8ffe8;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.22);border-radius:999px;padding:5px 10px}
.portfolio-card h2,.portfolio-card h3{margin:0 0 12px;color:#fff;font-size:22px;line-height:1.7}
.portfolio-card p{margin:0;color:rgba(255,255,255,.62);line-height:1.9}
.portfolio-card-link{display:inline-flex;margin-top:18px;color:#9bb2ff;font-weight:900}
.portfolio-pagination{margin-top:30px}
.portfolio-empty{grid-column:1/-1;padding:28px;text-align:center;color:var(--muted)}
.portfolio-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:rgba(255,255,255,.62);font-size:14px}
.portfolio-breadcrumb a:hover{color:#fff}
.portfolio-hero-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:30px;align-items:center}
.portfolio-hero-detail p{margin:0;max-width:none}
.portfolio-hero-detail a{display:inline-flex;margin-top:24px;padding:13px 22px;border-radius:16px;color:#fff;font-weight:950;background:linear-gradient(135deg,var(--secondary),var(--primary));box-shadow:0 18px 50px rgba(79,124,255,.22)}
.portfolio-hero-detail img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.12)}
.portfolio-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:26px 0}
.portfolio-facts div,.glass-section{border-radius:24px;background:linear-gradient(145deg,rgba(22,28,58,.68),rgba(8,13,32,.50));border:1px solid rgba(155,147,255,.18);box-shadow:0 22px 70px rgba(0,0,0,.24);backdrop-filter:blur(22px)}
.portfolio-facts div{padding:20px}.portfolio-facts span{display:block;color:#9bb2ff;font-size:13px;font-weight:900}.portfolio-facts strong{display:block;margin-top:8px;color:#fff;line-height:1.8}
.portfolio-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:26px 0}.portfolio-gallery img{width:100%;height:230px;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,.10)}
.glass-section{padding:28px;margin-top:24px}.glass-section h2,.related-portfolios h2{margin:0 0 16px;color:#fff;font-size:28px}.glass-section p{margin:0;color:rgba(255,255,255,.66);line-height:2.1}.portfolio-services-list{display:flex;flex-wrap:wrap;gap:10px}.portfolio-services-list span{padding:9px 14px;border-radius:999px;color:#dbe5ff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);font-weight:800}
.portfolio-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.portfolio-content :is(p,li){color:rgba(255,255,255,.70);line-height:2.1}.portfolio-faq details{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.09)}.portfolio-faq summary{cursor:pointer;color:#fff;font-weight:900}.portfolio-faq summary::marker{color:#8b6cff}.related-portfolios{margin-top:38px}.related-grid .portfolio-card-image{height:170px}
body.theme-light .portfolio-archive-head,body.theme-light .portfolio-hero-detail,body.theme-light .portfolio-card,body.theme-light .portfolio-facts div,body.theme-light .glass-section{background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(245,247,255,.76));border-color:rgba(15,23,42,.10);box-shadow:0 22px 70px rgba(15,23,42,.10)}
body.theme-light .portfolio-archive-head h1,body.theme-light .portfolio-hero-detail h1,body.theme-light .portfolio-card h2,body.theme-light .portfolio-card h3,body.theme-light .glass-section h2,body.theme-light .portfolio-facts strong,body.theme-light .related-portfolios h2{color:var(--text)}
body.theme-light .portfolio-archive-head p,body.theme-light .portfolio-hero-detail p,body.theme-light .portfolio-card p,body.theme-light .glass-section p,body.theme-light .portfolio-content :is(p,li){color:var(--muted)}
@media(max-width:1050px){.portfolio-grid,.portfolio-case-grid{grid-template-columns:1fr 1fr}.portfolio-hero-detail{grid-template-columns:1fr}.portfolio-facts{grid-template-columns:1fr 1fr}.portfolio-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.portfolio-archive,.portfolio-show{width:calc(100% - 28px);padding-top:36px}.portfolio-grid,.portfolio-case-grid,.portfolio-facts,.portfolio-gallery{grid-template-columns:1fr}.portfolio-filter{flex-direction:column}.portfolio-archive-head,.portfolio-hero-detail,.glass-section{padding:22px}.portfolio-card-image{height:190px}}

/* Dynamic Services module */
.service-archive .portfolio-card-image span{font-size:48px;line-height:1}.service-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.service-card:hover{transform:translateY(-6px);border-color:rgba(90,165,255,.42);box-shadow:0 28px 80px rgba(55,105,255,.20)}
.service-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.service-hero-actions a,.service-price-card>a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:16px;color:#fff;text-decoration:none;font-weight:900;background:linear-gradient(135deg,#7658ff,#1f9bff 55%,#28c77a);box-shadow:0 18px 42px rgba(47,118,255,.24);transition:transform .2s ease,box-shadow .2s ease}.service-hero-actions a:nth-child(2){background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);box-shadow:none}.service-hero-actions a:hover,.service-price-card>a:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(91,120,255,.32)}
.service-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:26px 0}.service-mini-card{margin-top:0}.service-mini-card span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;background:rgba(109,84,255,.22);border:1px solid rgba(147,130,255,.28);color:#b7c8ff;font-size:22px}.service-mini-card h2{font-size:19px;margin:14px 0 8px}.service-mini-card p{font-size:14px;line-height:2}.service-fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-fit-grid div{padding:18px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}.service-fit-grid h3{margin:0 0 8px;color:#fff;font-size:18px}.service-timeline>div{display:grid;gap:14px}.service-timeline article{position:relative;padding:18px 70px 18px 18px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}.service-timeline article>span{position:absolute;right:18px;top:18px;display:flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;color:#fff;font-weight:900;background:linear-gradient(135deg,#7658ff,#1f9bff)}.service-timeline h3{margin:0 0 8px;color:#fff;font-size:18px}.service-pricing{margin-top:34px}.service-pricing>h2{margin:0 0 18px;color:#fff;font-size:28px}.service-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-price-card{position:relative;margin-top:0}.service-price-card.is-popular{border-color:rgba(42,214,139,.42);box-shadow:0 28px 85px rgba(42,214,139,.14)}.service-popular{display:inline-flex;margin-bottom:12px;padding:6px 12px;border-radius:999px;background:rgba(42,214,139,.16);border:1px solid rgba(42,214,139,.28);color:#8df1bd;font-size:12px;font-weight:900}.service-price-card h3{margin:0 0 10px;color:#fff;font-size:22px}.service-price-card strong{display:block;color:#fff;font-size:26px;margin-bottom:10px}.service-price-card ul{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.service-price-card li{color:rgba(255,255,255,.74);line-height:1.8}.service-price-card li:before{content:'✓';color:#39d98a;margin-left:8px;font-weight:900}
body.theme-light .service-fit-grid h3,body.theme-light .service-timeline h3,body.theme-light .service-pricing>h2,body.theme-light .service-price-card h3,body.theme-light .service-price-card strong{color:var(--text)}body.theme-light .service-price-card li{color:var(--muted)}body.theme-light .service-hero-actions a:nth-child(2),body.theme-light .service-fit-grid div,body.theme-light .service-timeline article{background:rgba(15,23,42,.035);border-color:rgba(15,23,42,.10)}
@media(max-width:1050px){.service-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.service-price-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.service-benefits,.service-fit-grid,.service-price-grid{grid-template-columns:1fr}.service-timeline article{padding-left:16px}.service-hero-actions a{width:100%}}
.service-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-testimonial-grid article{padding:18px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}.service-testimonial-grid p{margin:0 0 12px;color:rgba(255,255,255,.70);line-height:2}.service-testimonial-grid strong{color:#fff}body.theme-light .service-testimonial-grid p{color:var(--muted)}body.theme-light .service-testimonial-grid strong{color:var(--text)}@media(max-width:900px){.service-testimonial-grid{grid-template-columns:1fr}}

/* Theme-ready component aliases */
.footer-brand-title{color:#fff}.footer-brand-subtitle{margin-top:8px}.footer-links{display:flex;gap:14px;flex-wrap:wrap}

/* Theme-ready detail page aliases: keep current visual output while removing module-specific naming from services. */
.detail-page{width:min(1520px,calc(100% - 96px));margin:0 auto;padding:64px 0 96px}.detail-hero{position:relative;overflow:hidden;padding:38px;border-radius:28px;background:linear-gradient(145deg,rgba(22,28,58,.78),rgba(8,13,32,.62));border:1px solid rgba(155,147,255,.20);box-shadow:0 30px 90px rgba(0,0,0,.26)}.detail-hero span{display:inline-flex;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#9bb2ff;font-size:13px;font-weight:900}.detail-hero h1{margin:18px 0 14px;color:#fff;font-size:clamp(34px,4vw,64px);line-height:1.25}.detail-hero p{max-width:850px;margin:0 auto;color:rgba(255,255,255,.72);line-height:2}.detail-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:rgba(255,255,255,.62);font-size:14px}.detail-breadcrumb a:hover{color:#fff}.detail-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:30px;align-items:center}.detail-hero p{margin:0;max-width:none}.detail-hero a{display:inline-flex;margin-top:24px;padding:13px 22px;border-radius:16px;color:#fff;font-weight:950;background:linear-gradient(135deg,var(--secondary),var(--primary));box-shadow:0 18px 50px rgba(79,124,255,.22)}.detail-hero img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.12)}.content-card{border-radius:24px;background:linear-gradient(145deg,rgba(22,28,58,.68),rgba(8,13,32,.50));border:1px solid rgba(155,147,255,.18);box-shadow:0 22px 70px rgba(0,0,0,.24);backdrop-filter:blur(22px);padding:28px;margin-top:24px}.content-card h2{margin:0 0 16px;color:#fff;font-size:28px}.content-card p{margin:0;color:rgba(255,255,255,.66);line-height:2.1}.detail-content :is(p,li){color:rgba(255,255,255,.70);line-height:2.1}.detail-faq details{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.09)}.detail-faq summary{cursor:pointer;color:#fff;font-weight:900}.detail-faq summary::marker{color:#8b6cff}body.theme-light .detail-hero,body.theme-light .content-card{background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(245,247,255,.76));border-color:rgba(15,23,42,.10);box-shadow:0 22px 70px rgba(15,23,42,.10)}body.theme-light .detail-hero h1,body.theme-light .content-card h2{color:var(--text)}body.theme-light .detail-hero p,body.theme-light .content-card p,body.theme-light .detail-content :is(p,li){color:var(--muted)}@media(max-width:1050px){.detail-hero{grid-template-columns:1fr}}@media(max-width:680px){.detail-page{width:calc(100% - 28px);padding-top:36px}.detail-hero,.content-card{padding:22px}}

/* Dynamic Footer */
.dynamic-footer{
  margin-top:80px;
  padding:44px 0 24px;
  border-top:1px solid rgba(155,147,255,.18);
  background:
    radial-gradient(circle at 18% 0%, rgba(78,112,255,.18), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(34,197,94,.10), transparent 30%),
    rgba(255,255,255,.018);
}
.dynamic-footer .footer-grid{
  width:min(1600px,calc(100% - 60px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:1.25fr 1.1fr .85fr 1fr;
  gap:18px;
  align-items:stretch;
}
.dynamic-footer .footer-card{
  min-width:0;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.032));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 22px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.dynamic-footer .footer-card h2,
.dynamic-footer .footer-brand-title{
  display:block;
  margin:0 0 14px;
  color:#fff;
  font-size:17px;
  font-weight:950;
}
.dynamic-footer .footer-brand-subtitle,
.dynamic-footer .footer-card p,
.dynamic-footer .footer-card small{
  margin:0;
  color:rgba(255,255,255,.66);
  line-height:2;
  font-size:13px;
}
.dynamic-footer a{
  transition:color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.dynamic-footer a:hover{
  color:#fff;
  transform:translateY(-1px);
}
.footer-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.footer-contact-actions a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
  font-weight:850;
}
.footer-contact-actions span,
.footer-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  border-radius:10px;
  color:#fff;
  font-size:11px;
  font-weight:950;
  background:linear-gradient(135deg,var(--secondary),var(--primary));
  box-shadow:0 10px 30px rgba(79,124,255,.22);
}
.footer-contact ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.footer-contact li{
  display:grid;
  gap:3px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.footer-contact li:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.footer-contact li span{
  color:rgba(155,178,255,.95);
  font-size:12px;
  font-weight:900;
}
.footer-contact li a{
  color:rgba(255,255,255,.78);
  overflow-wrap:anywhere;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.footer-socials a{
  min-width:34px;
  height:34px;
  text-decoration:none;
}
.footer-quick nav{
  display:grid;
  gap:10px;
}
.footer-quick a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
}
.footer-quick a::after{
  content:'‹';
  color:#9bb2ff;
  font-weight:950;
}
.footer-trust-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.footer-trust-grid a{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  border-radius:16px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
  font-size:12px;
  font-weight:900;
}
.footer-trust-grid img{
  max-width:100%;
  max-height:52px;
  object-fit:contain;
}
.footer-bottom{
  width:min(1600px,calc(100% - 60px));
  margin:18px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.075);
  color:rgba(255,255,255,.52);
  font-size:12px;
  text-align:center;
}
body.theme-light .dynamic-footer{
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(245,247,255,.92));
  border-top-color:rgba(15,23,42,.10);
}
body.theme-light .dynamic-footer .footer-card{
  background:rgba(255,255,255,.78);
  border-color:rgba(15,23,42,.08);
  box-shadow:0 22px 70px rgba(15,23,42,.09);
}
body.theme-light .dynamic-footer .footer-card h2,
body.theme-light .dynamic-footer .footer-brand-title{
  color:var(--text);
}
body.theme-light .dynamic-footer .footer-brand-subtitle,
body.theme-light .dynamic-footer .footer-card p,
body.theme-light .dynamic-footer .footer-card small,
body.theme-light .footer-contact li a,
body.theme-light .footer-quick a{
  color:var(--muted);
}
body.theme-light .footer-contact-actions a,
body.theme-light .footer-quick a,
body.theme-light .footer-trust-grid a{
  background:rgba(15,23,42,.035);
  border-color:rgba(15,23,42,.08);
}
body.theme-light .footer-bottom{
  color:var(--muted);
  border-top-color:rgba(15,23,42,.08);
}
@media(max-width:1100px){
  .dynamic-footer .footer-grid{
    width:min(100%,calc(100% - 36px));
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .footer-bottom{
    width:min(100%,calc(100% - 36px));
  }
}
@media(max-width:700px){
  .dynamic-footer .footer-grid{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
  }
  .dynamic-footer .footer-card{
    padding:18px;
    border-radius:18px;
  }
  .footer-bottom{
    width:calc(100% - 28px);
  }
}
/* Professional Offcanvas Menu */
.offcanvas-backdrop{
  position:fixed;
  inset:0;
  z-index:190;
  background:rgba(3,6,18,.42);
  backdrop-filter:blur(18px);
  opacity:0;
  pointer-events:none;
  transition:opacity .32s ease;
}
.offcanvas-backdrop:not([hidden]){
  display:block;
}
body.offcanvas-open .offcanvas-backdrop{
  opacity:1;
  pointer-events:auto;
}
.site-offcanvas{
  position:fixed;
  top:16px;
  bottom:16px;
  left:16px;
  z-index:200;
  width:min(390px,calc(100vw - 32px));
  display:flex;
  flex-direction:column;
  direction:rtl;
  overflow:hidden;
  border-radius:30px;
  color:#111827;
  background:
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(226,231,238,.58)),
    radial-gradient(circle at 18% 10%,rgba(255,255,255,.85),transparent 30%),
    radial-gradient(circle at 82% 80%,rgba(180,186,195,.35),transparent 34%);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 36px 110px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(30px) saturate(135%);
  transform:translateX(calc(-100% - 30px));
  opacity:.45;
  pointer-events:none;
  transition:transform .42s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
body.offcanvas-open .site-offcanvas{
  transform:translateX(0);
  opacity:1;
  pointer-events:auto;
}
body.offcanvas-open{
  overflow:hidden;
}
.offcanvas-close{
  position:absolute;
  top:20px;
  left:20px;
  z-index:2;
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.32);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 14px 38px rgba(17,24,39,.14), inset 0 1px 0 rgba(255,255,255,.65);
  backdrop-filter:blur(18px);
}
.offcanvas-close span{
  position:absolute;
  width:18px;
  height:2px;
  border-radius:99px;
  background:rgba(17,24,39,.72);
}
.offcanvas-close span:first-child{transform:rotate(45deg)}
.offcanvas-close span:last-child{transform:rotate(-45deg)}
.offcanvas-scroll{
  min-height:0;
  overflow:auto;
  padding:30px 28px 92px;
  scrollbar-width:thin;
}
.offcanvas-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding-inline:48px 12px;
  text-align:right;
}
.offcanvas-brand img,
.offcanvas-brand-mark{
  width:56px;
  height:56px;
  flex:0 0 auto;
  border-radius:18px;
  object-fit:contain;
  background:rgba(10,12,20,.92);
  box-shadow:0 16px 42px rgba(0,0,0,.20);
}
.offcanvas-brand-mark{
  position:relative;
  overflow:hidden;
}
.offcanvas-brand-mark span{
  position:absolute;
  top:7px;
  width:18px;
  height:44px;
  border-radius:14px;
  transform:rotate(-38deg);
}
.offcanvas-brand-mark span:first-child{right:16px;background:linear-gradient(180deg,#1d9bf0,#5b5cf6)}
.offcanvas-brand-mark span:last-child{right:28px;background:linear-gradient(180deg,#a855f7,#22d3ee)}
.offcanvas-brand strong{
  display:block;
  color:#111827;
  font-size:18px;
  font-weight:950;
  line-height:1.4;
}
.offcanvas-brand small{
  display:block;
  margin-top:2px;
  color:rgba(17,24,39,.64);
  font-size:12px;
  font-weight:750;
}
.offcanvas-intro{
  max-width:270px;
  margin:28px auto 22px;
  color:rgba(17,24,39,.68);
  font-size:13px;
  font-weight:750;
  line-height:2;
  text-align:center;
}
.offcanvas-divider{
  height:1px;
  margin:18px 0;
  background:linear-gradient(90deg,transparent,rgba(17,24,39,.18),transparent);
}
.offcanvas-section-title{
  margin-bottom:10px;
  color:rgba(17,24,39,.50);
  font-size:12px;
  font-weight:850;
  text-align:center;
}
.offcanvas-link-list,
.offcanvas-service-list,
.offcanvas-contact-list{
  display:grid;
  gap:5px;
}
.offcanvas-link-list a,
.offcanvas-service-list a{
  display:grid;
  grid-template-columns:36px 1fr;
  align-items:center;
  gap:10px;
  min-height:38px;
  padding:5px 74px 5px 8px;
  color:#111827;
  border-radius:14px;
  font-size:13px;
  text-decoration:none;
  transition:background .18s ease, transform .18s ease, color .18s ease;
}
.offcanvas-link-list a:hover,
.offcanvas-service-list a:hover{
  background:rgba(255,255,255,.34);
  transform:translateX(-2px);
}
.offcanvas-link-list strong,
.offcanvas-service-list strong{
  font-weight:900;
}
.offcanvas-item-icon,
.offcanvas-service-icon{
  width:25px;
  height:25px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.24);
  border:1px solid rgba(255,255,255,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48);
}
.offcanvas-item-icon::before{
  content:'';
  width:9px;
  height:9px;
  border:2px solid rgba(17,24,39,.56);
  border-radius:3px;
}
.offcanvas-service-icon::before{
  content:'';
  width:12px;
  height:12px;
  border-radius:3px;
  border:2px solid rgba(17,24,39,.54);
  box-shadow:4px 4px 0 rgba(17,24,39,.14);
}
.offcanvas-contact-list a,
.offcanvas-contact-list div{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:10px;
  align-items:start;
  min-height:32px;
  color:#111827;
  text-decoration:none;
}
.offcanvas-contact-list span{
  color:rgba(17,24,39,.52);
  font-size:11px;
  font-weight:850;
}
.offcanvas-contact-list strong{
  color:rgba(17,24,39,.82);
  font-size:12px;
  font-weight:900;
  line-height:1.8;
  overflow-wrap:anywhere;
}
.offcanvas-socials{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}
.offcanvas-socials a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:rgba(17,24,39,.76);
  background:rgba(255,255,255,.30);
  border:1px solid rgba(255,255,255,.46);
  box-shadow:0 12px 30px rgba(17,24,39,.10), inset 0 1px 0 rgba(255,255,255,.58);
  font-size:11px;
  font-weight:950;
  text-decoration:none;
  transition:transform .18s ease, background .18s ease;
}
.offcanvas-socials a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.45);
}
.offcanvas-cta{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:14px;
  color:#111827;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(240,242,246,.88));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 18px 45px rgba(17,24,39,.18), inset 0 1px 0 rgba(255,255,255,.9);
  font-size:13px;
  font-weight:950;
  text-decoration:none;
}
.offcanvas-cta i{
  width:18px;
  height:18px;
  border-radius:50%;
  border:2px solid rgba(17,24,39,.58);
  position:relative;
}
.offcanvas-cta i::after{
  content:'';
  position:absolute;
  width:6px;
  height:6px;
  border-left:2px solid rgba(17,24,39,.58);
  border-bottom:2px solid rgba(17,24,39,.58);
  left:-4px;
  bottom:0;
  transform:rotate(-25deg);
}
.offcanvas-trigger{
  flex:0 0 auto;
}
@media(max-width:700px){
  .site-offcanvas{
    top:10px;
    bottom:10px;
    left:10px;
    width:min(350px,calc(100vw - 20px));
    border-radius:26px;
  }
  .offcanvas-scroll{
    padding:26px 22px 88px;
  }
  .offcanvas-close{
    top:16px;
    left:16px;
    width:40px;
    height:40px;
  }
  .offcanvas-brand{
    padding-inline:44px 8px;
  }
  .offcanvas-link-list a,
  .offcanvas-service-list a{
    padding-right:48px;
  }
  .offcanvas-socials a{
    width:39px;
    height:39px;
  }
}
/* Robust Offcanvas State */
.site-offcanvas:not(.is-open){
  transform:translateX(calc(-100% - 30px)) !important;
  opacity:.45;
  pointer-events:none;
}
.site-offcanvas.is-open{
  transform:translateX(0) !important;
  opacity:1;
  pointer-events:auto;
}
.offcanvas-backdrop:not(.is-open){
  opacity:0;
  pointer-events:none;
}
.offcanvas-backdrop.is-open{
  opacity:1;
  pointer-events:auto;
}
/* Global Site Search */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.site-search{
  position:relative;
  z-index:70;
  width:min(280px,24vw);
  min-width:220px;
}
.site-search-toggle{
  display:none;
}
.site-search-panel{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:46px;
  padding:5px 7px 5px 5px;
  border-radius:999px;
  background:rgba(16,21,48,.62);
  border:1px solid rgba(118,119,255,.22);
  box-shadow:0 18px 42px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(14px);
}
.site-search-panel input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
  font-size:13px;
  font-weight:700;
}
.site-search-panel input::placeholder{
  color:rgba(255,255,255,.48);
}
.site-search-submit{
  flex:0 0 auto;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:900;
}
.site-search-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:min(430px,calc(100vw - 28px));
  max-height:min(70vh,560px);
  overflow:auto;
  padding:12px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(17,24,47,.95),rgba(7,11,24,.92));
  border:1px solid rgba(155,147,255,.18);
  box-shadow:0 30px 90px rgba(0,0,0,.34);
  backdrop-filter:blur(24px);
}
.site-search-loading,
.site-search-empty,
.site-search-error{
  padding:18px;
  color:rgba(255,255,255,.70);
  text-align:center;
  font-size:13px;
  font-weight:800;
}
.site-search-group + .site-search-group{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
}
.site-search-group-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:8px;
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.site-search-group-title span{
  color:rgba(255,255,255,.48);
  font-size:11px;
}
.site-search-item{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:10px;
  padding:9px;
  border-radius:16px;
  color:#fff;
  text-decoration:none;
  transition:background .18s ease, transform .18s ease;
}
.site-search-item:hover{
  background:rgba(255,255,255,.07);
  transform:translateY(-1px);
}
.site-search-item-thumb{
  width:54px;
  height:54px;
  border-radius:14px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:950;
}
.site-search-item-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.site-search-item-body{
  min-width:0;
  display:grid;
  gap:3px;
}
.site-search-item-body small{
  color:#9bb2ff;
  font-size:11px;
  font-weight:900;
}
.site-search-item-body strong{
  color:#fff;
  font-size:13px;
  font-weight:950;
  line-height:1.6;
}
.site-search-item-body em{
  color:rgba(255,255,255,.58);
  font-size:12px;
  line-height:1.8;
  font-style:normal;
}
.search-page{
  padding-top:70px;
}
.search-page-form{
  width:min(860px,100%);
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  padding:8px;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
}
.search-page-form input{
  min-height:54px;
  padding:0 18px;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
}
.search-page-form button{
  min-height:54px;
  padding:0 24px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--secondary),var(--primary));
  font-weight:950;
}
.search-empty-state,
.search-summary{
  width:min(860px,100%);
  margin:0 auto 24px;
  padding:18px 20px;
  border-radius:20px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}
.search-groups{
  display:grid;
  gap:24px;
}
.search-group{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}
.search-group-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.search-group-head h2{
  margin:0;
  color:#fff;
  font-size:22px;
}
.search-group-head span{
  color:rgba(255,255,255,.52);
  font-size:13px;
}
.search-result-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.search-result-card{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:14px;
  padding:14px;
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  transition:transform .2s ease, background .2s ease;
}
.search-result-card:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.075);
}
.search-result-thumb{
  width:88px;
  height:88px;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:950;
}
.search-result-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.search-result-body{
  min-width:0;
  display:grid;
  gap:5px;
  align-content:center;
}
.search-result-body small{
  color:#9bb2ff;
  font-size:12px;
  font-weight:900;
}
.search-result-body strong{
  color:#fff;
  font-size:16px;
  line-height:1.7;
}
.search-result-body em{
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.9;
  font-style:normal;
}
body.theme-light .site-search-panel,
body.theme-light .search-page-form,
body.theme-light .search-empty-state,
body.theme-light .search-summary,
body.theme-light .search-group,
body.theme-light .search-result-card{
  background:rgba(255,255,255,.78);
  border-color:rgba(15,23,42,.10);
}
body.theme-light .site-search-panel input,
body.theme-light .search-page-form input,
body.theme-light .search-group-head h2,
body.theme-light .search-result-body strong{
  color:var(--text);
}
body.theme-light .site-search-panel input::placeholder,
body.theme-light .search-empty-state,
body.theme-light .search-summary,
body.theme-light .search-group-head span,
body.theme-light .search-result-body em{
  color:var(--muted);
}
@media(max-width:1180px){
  .site-search{
    width:220px;
    min-width:190px;
  }
}
@media(max-width:900px){
  .site-search{
    flex:1 1 auto;
    min-width:0;
    width:auto;
  }
  .site-search-panel{
    min-height:42px;
  }
}
@media(max-width:700px){
  .site-search{
    width:auto;
    min-width:0;
  }
  .site-search-panel{
    width:44px;
    padding:0;
    justify-content:center;
  }
  .site-search.is-open .site-search-panel,
  .site-search:focus-within .site-search-panel{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:auto;
    width:calc(100vw - 28px);
    padding:6px 8px;
    justify-content:flex-start;
  }
  .site-search-panel input,
  .site-search-submit{
    display:none;
  }
  .site-search.is-open .site-search-panel input,
  .site-search.is-open .site-search-submit,
  .site-search:focus-within .site-search-panel input,
  .site-search:focus-within .site-search-submit{
    display:block;
  }
  .site-search-toggle{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:999px;
    background:rgba(16,21,48,.72);
    border:1px solid rgba(118,119,255,.20);
  }
  .site-search-toggle span{
    width:15px;
    height:15px;
    border:2px solid #fff;
    border-radius:50%;
    position:relative;
  }
  .site-search-toggle span::after{
    content:'';
    position:absolute;
    width:7px;
    height:2px;
    right:-6px;
    bottom:-4px;
    border-radius:99px;
    background:#fff;
    transform:rotate(45deg);
  }
  .site-search:not(.is-open):not(:focus-within) .site-search-panel{
    display:none;
  }
  .site-search-dropdown{
    top:calc(100% + 62px);
    right:auto;
    left:0;
    width:calc(100vw - 28px);
  }
  .search-page-form,
  .search-result-grid,
  .search-result-card{
    grid-template-columns:1fr;
  }
  .search-result-thumb{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
  }
}
