@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#07152d;--muted:#65738a;--line:#e5ebf3;--blue:#0b63f6;--blue2:#37a2ff;--ice:#f5f9ff;--white:#fff;--shadow:0 24px 70px rgba(31,62,105,.12);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 48px));margin:auto}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--blue)}h1,h2,h3{font-family:"Space Grotesk",Manrope,sans-serif;letter-spacing:-.035em;line-height:1.05;margin:0}h1{font-size:clamp(50px,7.2vw,92px);font-weight:600}h2{font-size:clamp(38px,4.8vw,64px);font-weight:600}h3{font-size:24px}.lead{font-size:18px;color:var(--muted);max-width:680px}.section{padding:112px 0}.section.tight{padding:82px 0}.topbar{height:82px;position:fixed;z-index:100;left:0;right:0;top:0;transition:.3s;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,235,243,.7)}.topbar.scrolled{height:72px;box-shadow:0 8px 40px rgba(10,31,63,.06)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand img{width:225px}.menu{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}.menu a{position:relative}.menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--blue);transition:.25s}.menu a:hover:after,.menu a.active:after{width:100%}.menu .cta{padding:12px 18px;border-radius:999px;background:var(--ink);color:#fff}.menu .cta:after{display:none}.dropdown{position:relative}.dropdown-menu{position:absolute;top:28px;left:-18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:12px;width:190px;border-radius:16px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s}.dropdown:hover .dropdown-menu{opacity:1;transform:none;pointer-events:auto}.dropdown-menu a{display:block;padding:10px 12px;border-radius:10px}.dropdown-menu a:hover{background:var(--ice)}.hamb{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;align-items:center;justify-content:center}.hamb span,.hamb span:before,.hamb span:after{display:block;width:20px;height:2px;background:var(--ink);position:relative}.hamb span:before,.hamb span:after{content:"";position:absolute;left:0}.hamb span:before{top:-6px}.hamb span:after{top:6px}
.hero{padding:148px 0 72px;min-height:100vh;display:flex;align-items:center;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#dff0ff 0,rgba(223,240,255,0) 68%);top:-180px;left:-160px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center;position:relative}.hero h1 span{color:var(--blue)}.hero-copy{position:relative;z-index:2}.hero .lead{margin:28px 0 34px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:12px;padding:15px 20px;border-radius:999px;font-size:14px;font-weight:800;transition:.25s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 16px 38px rgba(11,99,246,.24)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(11,99,246,.34)}.btn-secondary{border:1px solid var(--line);background:#fff}.btn-secondary:hover{background:var(--ice)}.arrow{font-size:18px}.hero-art{position:relative}.hero-art img{filter:drop-shadow(0 38px 60px rgba(24,64,113,.14));animation:float 7s ease-in-out infinite}.hero-stat{position:absolute;left:-20px;bottom:40px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);padding:20px 22px;border-radius:20px;box-shadow:var(--shadow)}.hero-stat strong{font-family:"Space Grotesk";font-size:30px;display:block}.hero-stat span{font-size:12px;color:var(--muted);font-weight:700}@keyframes float{50%{transform:translateY(-10px)}}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:28px 28px;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.trust-item small{display:block;font-size:11px;color:var(--muted);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.trust-item strong{display:block;margin-top:6px;font-size:15px}
.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:48px}.section-head .lead{margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{min-height:320px;padding:30px;border:1px solid var(--line);border-radius:24px;position:relative;overflow:hidden;transition:.35s;background:#fff}.service-card:hover{transform:translateY(-6px);border-color:#bcd6ff;box-shadow:var(--shadow)}.service-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#edf6ff;right:-70px;top:-70px;transition:.35s}.service-card:hover:before{transform:scale(1.25);background:#dfefff}.iconbox{width:54px;height:54px;border-radius:16px;background:var(--ice);display:grid;place-items:center;margin-bottom:56px;position:relative;z-index:2}.iconbox svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.7}.service-card h3{margin-bottom:12px}.service-card p{font-size:14px;color:var(--muted);margin:0;max-width:90%}.service-card .num{position:absolute;right:24px;bottom:20px;font-family:"Space Grotesk";font-size:12px;color:#9aabc2}
.band{background:var(--ink);color:#fff;position:relative;overflow:hidden}.band:before{content:"";position:absolute;right:-10%;top:-50%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(43,141,255,.28),rgba(43,141,255,0) 68%)}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.big-number{font-family:"Space Grotesk";font-size:clamp(84px,12vw,168px);line-height:.8;color:#fff;letter-spacing:-.08em}.big-number span{font-size:.32em;color:#65b7ff;letter-spacing:-.02em}.band .lead{color:#afbdd0}.feature-lines{margin-top:44px;border-top:1px solid rgba(255,255,255,.14)}.feature-line{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:14px}.feature-line span:last-child{color:#75bbff}
.project-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.project-card{min-height:470px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(145deg,#edf4fb,#dceafb)}.project-card.small{min-height:470px}.project-visual{position:absolute;inset:0;background:linear-gradient(145deg,rgba(7,21,45,.08),rgba(11,99,246,.03))}.project-visual:before,.project-visual:after{content:"";position:absolute;border:1px solid rgba(22,95,210,.22);transform:rotate(28deg)}.project-visual:before{width:360px;height:500px;right:80px;top:-80px}.project-visual:after{width:260px;height:380px;right:170px;top:80px}.project-card.small .project-visual:before{right:-90px}.project-info{position:absolute;left:28px;bottom:28px;right:28px;padding:22px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-radius:20px}.project-info small{font-weight:800;color:var(--blue);letter-spacing:.1em;text-transform:uppercase}.project-info h3{font-size:30px;margin-top:8px}.sector-grid{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.sector{padding:26px 16px;min-height:150px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.sector:hover{background:var(--ice)}.sector .dot{width:10px;height:10px;border-radius:50%;background:var(--blue)}.sector strong{font-size:13px}.cta-section{padding:90px 0}.cta-box{border-radius:34px;background:linear-gradient(120deg,#0758e7,#0b73ff);color:#fff;padding:64px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-120px;top:-180px}.cta-box p{color:#dfeaff;max-width:590px}.cta-box .btn{background:#fff;color:var(--ink);position:relative;z-index:2}
.footer{background:#07152d;color:#fff;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:40px}.footer-logo{filter:brightness(0) invert(1);width:220px}.footer p,.footer a{color:#aab7c8;font-size:13px}.footer h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 18px}.footer a{display:block;margin:9px 0}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:24px;color:#718096;font-size:12px;display:flex;justify-content:space-between}
.page-hero{padding:170px 0 80px;background:linear-gradient(180deg,#f3f8ff 0,#fff 100%);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(48px,6vw,76px);max-width:900px}.page-hero p{max-width:700px;font-size:18px;color:var(--muted)}.content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.content-grid p{color:var(--muted);font-size:17px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.value{padding:28px;border-radius:22px;background:var(--ice);border:1px solid var(--line)}.refs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ref{padding:28px;border:1px solid var(--line);border-radius:22px;min-height:160px;display:flex;flex-direction:column;justify-content:flex-end}.ref small{color:var(--blue);font-weight:800}.form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.form-card{padding:34px;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.field{margin-bottom:18px}.field label{font-size:12px;font-weight:800;display:block;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:13px;font:inherit;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8dbbff;box-shadow:0 0 0 4px #edf5ff}.field textarea{height:130px;resize:vertical}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{padding:28px;background:var(--ice);border:1px solid var(--line);border-radius:22px}.contact-card small{display:block;color:var(--blue);font-weight:800;margin-bottom:9px}
.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.show{opacity:1;transform:none}
@media(max-width:960px){.menu{display:none}.hamb{display:flex}.menu.open{display:flex;position:absolute;top:82px;left:24px;right:24px;flex-direction:column;align-items:stretch;gap:0;background:#fff;padding:16px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.menu.open>a,.menu.open>.dropdown{padding:12px}.dropdown-menu{position:static;opacity:1;transform:none;pointer-events:auto;box-shadow:none;border:0;padding:4px 0;width:auto}.hero-grid,.about-grid,.content-grid,.form-wrap{grid-template-columns:1fr}.hero{min-height:auto}.hero-art{max-width:700px;margin:auto}.service-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}.sector-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head .lead{margin-top:18px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(3){padding-left:0}.values,.refs,.contact-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 30px,1180px)}.section{padding:78px 0}.topbar{height:72px}.brand img{width:190px}.menu.open{top:72px}.hero{padding-top:120px}.hero-grid{gap:30px}.hero h1{font-size:48px}.hero-stat{left:10px;bottom:20px;padding:14px 16px}.hero-stat strong{font-size:23px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;padding-left:0}.service-grid,.values,.refs,.contact-cards{grid-template-columns:1fr}.service-card{min-height:280px}.project-card,.project-card.small{min-height:390px}.sector-grid{grid-template-columns:repeat(2,1fr)}.cta-box{padding:38px 28px;display:block}.cta-box .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.page-hero{padding:135px 0 60px}}

/* v4 refinement: richer navigation, tighter services, architectural page headers */
.nav{gap:24px}.brand{flex:0 0 auto}.menu{margin-left:auto;gap:24px}.nav-contact{display:flex;flex-direction:column;gap:5px;padding-left:18px;margin-left:2px;border-left:1px solid var(--line);min-width:206px}.nav-contact a{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#53647b;white-space:nowrap;line-height:1.25;transition:.2s}.nav-contact a:hover{color:var(--blue)}.nav-contact-icon{width:18px;height:18px;border-radius:6px;background:var(--ice);display:grid;place-items:center;flex:0 0 auto}.nav-contact svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-grid{gap:14px}.service-card{min-height:282px;padding:25px;border-radius:21px}.service-card:before{width:155px;height:155px}.iconbox{width:48px;height:48px;border-radius:14px;margin-bottom:42px}.iconbox svg{width:25px;height:25px}.service-card h3{font-size:22px;margin-bottom:10px}.service-card p{font-size:13.5px;line-height:1.55}.service-card .num{right:20px;bottom:17px}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(112deg,#eef6ff 0%,#f8fbff 48%,#fff 100%)}.page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(11,99,246,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(11,99,246,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.35) 58%,transparent 100%);pointer-events:none}.page-hero:after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(11,99,246,.12);border-radius:50%;right:-150px;top:-280px;box-shadow:0 0 0 70px rgba(11,99,246,.025),0 0 0 140px rgba(11,99,246,.018);pointer-events:none}.page-hero>.container{position:relative;z-index:1}.page-hero .eyebrow{display:inline-flex;align-items:center;gap:10px}.page-hero .eyebrow:before{content:"";width:26px;height:1px;background:var(--blue)}
@media(max-width:1180px){.nav-contact{display:none}.menu{gap:22px}}
@media(max-width:960px){.nav{gap:14px}.nav-contact{display:none}.service-card{min-height:270px}.iconbox{margin-bottom:36px}}
@media(max-width:640px){.service-card{min-height:248px;padding:23px}.iconbox{margin-bottom:32px}.page-hero:before{background-size:34px 34px}.page-hero:after{width:360px;height:360px;right:-190px;top:-180px}}


/* v5 refinements */
.service-grid-compact{grid-template-columns:repeat(3,1fr);gap:12px}
.service-grid-compact .service-card{min-height:225px;padding:23px 24px;border-radius:19px;display:flex;flex-direction:column;justify-content:flex-end}
.service-grid-compact .service-card:before{width:130px;height:130px;right:-55px;top:-55px}
.service-grid-compact .service-card .eyebrow{position:absolute;left:24px;top:22px;font-size:10px}
.service-grid-compact .service-card h3{font-size:20px;line-height:1.16;margin:0 0 9px;max-width:86%}
.service-grid-compact .service-card p{font-size:13px;line-height:1.5;max-width:94%}

.cta-box{background:
 radial-gradient(circle at 83% 18%,rgba(97,190,255,.55),transparent 25%),
 linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
 linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),
 linear-gradient(120deg,#061b3d 0%,#073f9d 47%,#0877f9 100%);background-size:auto,42px 42px,42px 42px,auto;box-shadow:0 30px 70px rgba(5,50,120,.20)}
.cta-box:before{content:"";position:absolute;inset:auto -7% -72% 38%;height:145%;border:1px solid rgba(255,255,255,.16);border-radius:50%;transform:rotate(-11deg);pointer-events:none}
.cta-box>div,.cta-box>a{position:relative;z-index:2}
.cta-box h2{max-width:690px}

.map-section{margin-top:58px}
.map-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:22px}
.map-head h2{margin-top:8px}
.map-link{font-size:13px;font-weight:800;color:var(--blue);white-space:nowrap}
.map-frame{height:430px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 20px 55px rgba(17,52,92,.10);background:#edf4fb}
.map-frame iframe{width:100%;height:100%;border:0;display:block;filter:saturate(.78) contrast(.96)}

@media(max-width:960px){.service-grid-compact{grid-template-columns:repeat(2,1fr)}.service-grid-compact .service-card{min-height:215px}}
@media(max-width:640px){.service-grid-compact{grid-template-columns:1fr}.service-grid-compact .service-card{min-height:205px}.map-head{display:block}.map-link{display:inline-block;margin-top:14px}.map-frame{height:350px;border-radius:22px}.map-section{margin-top:44px}}

.footer-contact{display:flex;flex-direction:column;gap:12px}
.footer-contact-row{display:flex!important;align-items:flex-start;gap:10px;margin:0!important;line-height:1.55}
.footer-contact-row p{margin:0}
.footer-icon{width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(117,187,255,.22);border-radius:9px;display:grid;place-items:center;background:rgba(117,187,255,.06);transition:.2s ease}
.footer-icon svg{width:15px;height:15px;fill:none;stroke:#75bbff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-contact-row:hover .footer-icon{background:rgba(117,187,255,.13);border-color:rgba(117,187,255,.4)}

/* v7 footer blueprint */
.footer{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.footer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.09;
  background-image:
    linear-gradient(rgba(117,187,255,.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117,187,255,.42) 1px, transparent 1px),
    linear-gradient(rgba(117,187,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117,187,255,.18) 1px, transparent 1px);
  background-size:64px 64px,64px 64px,16px 16px,16px 16px;
  mask-image:linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
}
.footer::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 85% 15%, rgba(54,150,255,.12), transparent 34%),
    radial-gradient(circle at 14% 80%, rgba(33,110,210,.07), transparent 28%);
}
.footer .container{position:relative;z-index:1}

/* mobile sticky CTA */
.mobile-quickbar{
  display:none;
}
@media (max-width: 768px){
  body{padding-bottom:72px}
  .mobile-quickbar{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:9999;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:8px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(8,24,47,.92);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    box-shadow:0 12px 34px rgba(3,14,29,.28);
  }
  .mobile-quickbar a{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:11px;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
  }
  .mobile-quickbar .wa{
    color:#fff;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
  }
  .mobile-quickbar .quote{
    color:#07172b;
    background:#75bbff;
  }
  .mobile-quickbar svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
}


/* =========================================================
   CLEAN MOBILE NAVIGATION — v17
   One system only. No legacy mobile-menu overrides below.
   ========================================================= */

.mobile-nav-icon,
.mobile-nav-chevron,
.mobile-corp-icon,
.mobile-phone-arrow,
.mobile-menu-phone{display:none}

@keyframes itg-electric-line{
  0%{background-position:0% 50%;filter:brightness(.85)}
  50%{background-position:100% 50%;filter:brightness(1.25)}
  100%{background-position:0% 50%;filter:brightness(.85)}
}
@keyframes itg-electric-pulse{
  0%,100%{opacity:.45;transform:scale(.92)}
  50%{opacity:1;transform:scale(1.08)}
}
@keyframes itg-bar-sweep{
  0%,22%{transform:translateX(-150%) skewX(-18deg)}
  72%,100%{transform:translateX(330%) skewX(-18deg)}
}

@media(max-width:960px){
  body.menu-open{overflow:hidden}

  .topbar{
    z-index:10000;
  }

  .hamb{
    display:flex!important;
    position:relative;
    z-index:10030;
    width:44px;
    height:44px;
    border-radius:14px;
    border:1px solid rgba(24,72,127,.11);
    background:linear-gradient(180deg,#0a2244,#071a35);
    box-shadow:0 10px 24px rgba(4,27,57,.14);
  }
  .hamb span,.hamb span:before,.hamb span:after{
    background:#8bcaff;
    transition:.25s ease;
  }
  .hamb.open span{background:transparent}
  .hamb.open span:before{top:0;transform:rotate(45deg)}
  .hamb.open span:after{top:0;transform:rotate(-45deg)}

  .menu{
    display:flex!important;
    position:fixed!important;
    top:76px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 92px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;

    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    margin:0!important;
    padding:16px!important;

    border:1px solid rgba(104,175,255,.16)!important;
    border-radius:24px!important;
    background:
      radial-gradient(circle at 94% 4%,rgba(60,151,255,.15),transparent 25%),
      radial-gradient(circle at 5% 100%,rgba(32,106,204,.08),transparent 26%),
      linear-gradient(155deg,rgba(6,23,47,.985),rgba(8,34,68,.985))!important;
    box-shadow:
      0 26px 64px rgba(2,16,37,.33),
      inset 0 1px 0 rgba(255,255,255,.035)!important;
    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);

    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-8px) scale(.985)!important;
    transform-origin:top center;
    transition:opacity .22s ease,transform .25s ease,visibility .25s ease!important;
  }
  .menu::-webkit-scrollbar{display:none}
  .menu.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0) scale(1)!important;
  }

  /* faint engineering grid */
  .menu:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    background:
      linear-gradient(rgba(105,176,255,.026) 1px,transparent 1px),
      linear-gradient(90deg,rgba(105,176,255,.022) 1px,transparent 1px);
    background-size:32px 32px;
    mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%);
  }

  /* animated electrical current at top */
  .menu:after{
    content:"";
    position:absolute;
    left:22px;
    right:22px;
    top:0;
    height:2px;
    border-radius:99px;
    background:linear-gradient(90deg,
      transparent 0%,
      #1682ff 20%,
      #79c3ff 43%,
      #d3efff 50%,
      #55adff 58%,
      #1682ff 78%,
      transparent 100%);
    background-size:240% 100%;
    animation:itg-electric-line 2.6s linear infinite;
    box-shadow:0 0 10px rgba(60,157,255,.55);
  }
  .menu>*{position:relative;z-index:1}

  .mobile-nav-row{
    display:grid!important;
    grid-template-columns:38px 1fr 22px!important;
    align-items:center!important;
    width:100%!important;
    min-height:50px!important;
    margin:0!important;
    padding:0 12px!important;

    border:0!important;
    border-radius:13px!important;
    background:transparent!important;
    color:#e8f2ff!important;

    font-family:"Space Grotesk",Manrope,sans-serif!important;
    font-size:14px!important;
    font-weight:600!important;
    letter-spacing:-.018em!important;
    line-height:1.2!important;
    box-shadow:none!important;
    transition:background .2s ease,color .2s ease,transform .2s ease!important;
  }
  .mobile-nav-row:hover{
    background:linear-gradient(90deg,rgba(55,145,246,.11),rgba(55,145,246,.025))!important;
    color:#fff!important;
  }
  .mobile-nav-row.active{
    background:linear-gradient(90deg,rgba(38,133,244,.16),rgba(38,133,244,.025))!important;
    color:#fff!important;
  }

  .mobile-nav-icon{
    display:grid!important;
    place-items:center!important;
    width:30px;
    height:30px;
    border-radius:9px;
    color:#70bbff;
    background:rgba(58,147,246,.07);
    border:1px solid rgba(93,174,255,.10);
  }
  .mobile-nav-icon svg{
    width:17px;height:17px;
    fill:none;stroke:currentColor;stroke-width:1.65;
    stroke-linecap:round;stroke-linejoin:round;
  }
  .mobile-nav-chevron{
    display:block!important;
    color:#8cbce9;
    font-size:20px;
    font-weight:300;
    transform:translateY(-1px);
  }

  /* electric divider appears as a current, not a flat rule */
  .mobile-nav-row:after{
    content:""!important;
    position:absolute!important;
    left:50px!important;
    right:34px!important;
    bottom:0!important;
    width:auto!important;
    height:1px!important;
    opacity:.18!important;
    background:linear-gradient(90deg,
      transparent,
      rgba(32,132,255,.55) 24%,
      #76c4ff 46%,
      rgba(223,244,255,.95) 52%,
      #4da8ff 60%,
      transparent 100%)!important;
    background-size:250% 100%!important;
    animation:itg-electric-line 4.2s linear infinite!important;
    transition:opacity .2s ease!important;
  }
  .mobile-nav-row:hover:after,
  .mobile-nav-row.active:after{
    opacity:.82!important;
    box-shadow:0 0 8px rgba(73,164,255,.5);
  }

  .mobile-corp-block{
    width:100%!important;
    margin:0 0 4px!important;
    padding:0!important;
  }
  .menu.open .dropdown-menu.mobile-corp-grid{
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    margin:5px 0 9px!important;
    padding:0 0 0 38px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .mobile-corp-card{
    display:grid!important;
    grid-template-columns:27px 1fr 12px!important;
    align-items:center!important;
    min-height:48px!important;
    padding:7px 9px!important;
    border:1px solid rgba(96,174,255,.14)!important;
    border-radius:12px!important;
    background:
      linear-gradient(145deg,rgba(255,255,255,.052),rgba(38,123,222,.028))!important;
    color:#c9dbef!important;
    font-size:11px!important;
    font-weight:650!important;
    line-height:1.2!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
    transition:.2s ease!important;
  }
  .mobile-corp-card:hover,
  .mobile-corp-card.active{
    color:#fff!important;
    border-color:rgba(85,166,255,.34)!important;
    background:linear-gradient(145deg,rgba(48,137,239,.12),rgba(255,255,255,.035))!important;
    transform:translateY(-1px);
  }
  .mobile-corp-icon{
    display:grid!important;
    place-items:center!important;
    color:#4da7ff;
  }
  .mobile-corp-icon svg{
    width:17px;height:17px;
    fill:none;stroke:currentColor;stroke-width:1.6;
    stroke-linecap:round;stroke-linejoin:round;
  }
  .mobile-corp-card b{
    color:#7faedc;
    font-size:17px;
    font-weight:300;
  }
  .mobile-corp-card:after{display:none!important}

  .mobile-quote-row{
    position:relative!important;
    overflow:hidden!important;
    min-height:54px!important;
    margin:7px 0 5px!important;
    border:1px solid rgba(69,159,255,.48)!important;
    background:linear-gradient(105deg,#073272,#0a52b8 62%,#1279df)!important;
    color:#fff!important;
    box-shadow:0 10px 25px rgba(3,67,150,.22)!important;
  }
  .mobile-quote-row:before{
    content:"";
    position:absolute;
    top:-30%;
    bottom:-30%;
    width:34%;
    left:-42%;
    background:linear-gradient(90deg,transparent,rgba(190,228,255,.20),transparent);
    animation:itg-bar-sweep 5.3s ease-in-out infinite;
    pointer-events:none;
  }
  .mobile-quote-row .mobile-nav-icon{
    color:#9dd4ff;
    background:rgba(255,255,255,.07);
    border-color:rgba(255,255,255,.11);
  }
  .mobile-quote-row:after{
    opacity:.55!important;
  }

  .mobile-menu-phone{
    display:grid!important;
    grid-template-columns:44px 1fr 18px!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-height:64px!important;
    margin:8px 0 0!important;
    padding:9px 11px!important;
    border:1px solid rgba(70,162,255,.28)!important;
    border-radius:14px!important;
    background:
      radial-gradient(circle at 15% 50%,rgba(43,135,235,.13),transparent 30%),
      linear-gradient(110deg,rgba(13,48,88,.96),rgba(9,34,66,.96))!important;
    color:#fff!important;
    box-shadow:0 8px 22px rgba(1,15,35,.18)!important;
  }
  .mobile-phone-icon{
    display:grid!important;
    place-items:center!important;
    width:38px;height:38px;
    border-radius:11px;
    border:1px solid rgba(95,180,255,.25);
    background:rgba(63,151,245,.10);
    color:#6bb7ff;
  }
  .mobile-phone-icon svg{
    width:18px;height:18px;
    fill:none;stroke:currentColor;stroke-width:1.7;
    stroke-linecap:round;stroke-linejoin:round;
  }
  .mobile-phone-copy small{
    display:block;
    margin-bottom:1px;
    color:#70b8ff;
    font-size:7px;
    font-weight:800;
    letter-spacing:.14em;
  }
  .mobile-phone-copy strong{
    display:block;
    color:#fff;
    font-family:"Space Grotesk",Manrope,sans-serif;
    font-size:14px;
    font-weight:650;
    letter-spacing:.01em;
    line-height:1.2;
  }
  .mobile-phone-copy em{
    display:block;
    margin-top:2px;
    color:#7f9ab7;
    font-size:8px;
    font-style:normal;
    font-weight:600;
  }
  .mobile-phone-arrow{
    display:block!important;
    color:#76afe7;
    font-size:22px;
    font-weight:300;
  }
  .mobile-menu-phone:after{display:none!important}
}

@media(max-width:640px){
  .topbar{height:72px}
  .menu{
    top:70px!important;
    left:7px!important;
    right:7px!important;
    max-height:calc(100dvh - 80px)!important;
    padding:13px 11px!important;
    border-radius:20px!important;
  }
  .mobile-nav-row{
    grid-template-columns:35px 1fr 20px!important;
    min-height:47px!important;
    padding:0 9px!important;
    font-size:13px!important;
  }
  .mobile-nav-icon{
    width:28px;height:28px;
  }
  .mobile-nav-row:after{
    left:44px!important;
    right:30px!important;
  }
  .menu.open .dropdown-menu.mobile-corp-grid{
    padding-left:34px!important;
    gap:6px!important;
  }
  .mobile-corp-card{
    grid-template-columns:23px 1fr 10px!important;
    min-height:44px!important;
    padding:6px 7px!important;
    font-size:10.5px!important;
  }
  .mobile-corp-icon svg{width:15px;height:15px}
  .mobile-quote-row{min-height:50px!important}
  .mobile-menu-phone{
    grid-template-columns:40px 1fr 16px!important;
    min-height:58px!important;
    padding:8px 9px!important;
  }
  .mobile-phone-icon{width:34px;height:34px}
  .mobile-phone-copy strong{font-size:13px}
}

/* mobile bottom actions: subtle, elegant motion */
@keyframes itg-quick-glow{
  0%,100%{box-shadow:0 12px 34px rgba(3,14,29,.28)}
  50%{box-shadow:0 16px 40px rgba(20,91,166,.31)}
}
@keyframes itg-quick-icon{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-1px)}
}
@media(max-width:768px){
  .mobile-quickbar{
    overflow:hidden;
    animation:itg-quick-glow 5s ease-in-out infinite;
  }
  .mobile-quickbar:before{
    content:"";
    position:absolute;
    top:0;bottom:0;
    width:38%;
    left:-45%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
    animation:itg-bar-sweep 6.4s ease-in-out infinite;
    pointer-events:none;
  }
  .mobile-quickbar a svg{
    animation:itg-quick-icon 3.4s ease-in-out infinite;
  }
  .mobile-quickbar .wa{
    background:linear-gradient(115deg,rgba(255,255,255,.055),rgba(47,189,126,.10));
  }
  .mobile-quickbar .quote{
    background:linear-gradient(110deg,#70b8ff,#9bd1ff);
  }
}

@media(prefers-reduced-motion:reduce){
  .menu:after,
  .mobile-nav-row:after,
  .mobile-quote-row:before,
  .mobile-quickbar,
  .mobile-quickbar:before,
  .mobile-quickbar a svg{
    animation:none!important;
  }
}

/* v19 - real hero technology asset, not a website screenshot */
.hero-smart-visual{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 58% 42%,rgba(34,131,255,.15),transparent 35%),
    linear-gradient(145deg,#061a35,#0a2e59)!important;
}
.hero-smart-visual > *{
  opacity:0!important;
  pointer-events:none!important;
}
.hero-smart-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,25,51,.22),transparent 20%),
    url("../img/hero-smart-building.jpg") center center/cover no-repeat;
}
.hero-smart-visual::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(5,24,48,.02),transparent 55%,rgba(5,24,48,.18)),
    radial-gradient(circle at 50% 48%,transparent 42%,rgba(4,21,43,.10) 100%);
}
@media(max-width:920px){
  .hero-smart-visual::before{
    background-position:58% center;
  }
}

/* =========================================================
   v20 HERO + LOGO + ELECTRIC SERVICE FLOW
   ========================================================= */

/* Premium logo from supplied reference */
.brand img,
.logo img,
.header-logo img,
.footer-logo{
  object-fit:contain!important;
}
.brand img,
.logo img,
.header-logo img{
  width:auto!important;
  height:54px!important;
  max-width:260px!important;
}
@media(max-width:768px){
  .brand img,
  .logo img,
  .header-logo img{
    height:44px!important;
    max-width:210px!important;
  }
}

/* Hero image is no longer a standalone rectangle */
.hero-smart-visual{
  position:relative!important;
  overflow:visible!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  isolation:isolate;
}
.hero-smart-visual::before{
  content:""!important;
  position:absolute!important;
  inset:-7% -4% -8% -18%!important;
  z-index:0!important;
  background:
    linear-gradient(90deg,
      rgba(248,251,255,1) 0%,
      rgba(248,251,255,.97) 7%,
      rgba(248,251,255,.76) 16%,
      rgba(248,251,255,.28) 30%,
      rgba(248,251,255,0) 46%),
    url("../img/hero-smart-building-blended.png") center right/cover no-repeat!important;
  filter:saturate(1.03) contrast(1.02);
  pointer-events:none;
}
.hero-smart-visual::after{
  content:""!important;
  position:absolute!important;
  inset:-8% -5% -9% -10%!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 74% 45%,rgba(29,128,255,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.04) 72%,rgba(248,251,255,.50));
}
.hero-smart-visual > *{
  opacity:0!important;
  pointer-events:none!important;
}

/* give hero a subtle tech aura so text and image feel like one composition */
.hero{
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:10%;
  top:6%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(39,135,255,.085),transparent 68%);
  pointer-events:none;
}
.hero-copy,
.hero-content{
  position:relative;
  z-index:2;
}

@media(max-width:920px){
  .hero-smart-visual::before{
    inset:-2% -16% -6% -12%!important;
    background:
      linear-gradient(180deg,
        rgba(248,251,255,.98) 0%,
        rgba(248,251,255,.55) 18%,
        rgba(248,251,255,.05) 46%),
      url("../img/hero-smart-building-blended.png") 62% center/cover no-repeat!important;
  }
}

/* Services: current flows around and between the cards */
.services-electric-flow{
  position:relative!important;
  isolation:isolate;
}
.services-electric-flow > *:not(.service-current-path){
  position:relative;
  z-index:2;
}
.service-current-path{
  position:absolute;
  z-index:1;
  left:1.5%;
  top:8%;
  width:97%;
  height:84%;
  overflow:visible;
  pointer-events:none;
}
.service-current-base,
.service-current-live{
  fill:none;
  vector-effect:non-scaling-stroke;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-current-base{
  stroke:rgba(31,120,231,.13);
  stroke-width:1.1;
}
.service-current-live{
  stroke:url(#itgFlowGradient);
  stroke-width:2;
  stroke-dasharray:15 34 4 48;
  animation:itgServiceCurrent 7s linear infinite;
  filter:drop-shadow(0 0 5px rgba(59,151,255,.55));
}
@keyframes itgServiceCurrent{
  to{stroke-dashoffset:-360}
}

/* subtle energized edge on each service card */
.service-card,
.services-card,
.service-item{
  position:relative;
  overflow:hidden;
}
.service-card::after,
.services-card::after,
.service-item::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(115deg,
      transparent 0 40%,
      rgba(77,164,255,.10) 47%,
      rgba(255,255,255,.20) 50%,
      rgba(77,164,255,.08) 53%,
      transparent 60% 100%);
  background-size:260% 100%;
  background-position:160% 0;
  opacity:0;
  transition:opacity .25s ease;
}
.service-card:hover::after,
.services-card:hover::after,
.service-item:hover::after{
  opacity:1;
  animation:itgCardCharge 1.8s linear infinite;
}
@keyframes itgCardCharge{
  to{background-position:-120% 0}
}

@media(max-width:900px){
  .service-current-path{
    display:none;
  }
}

@media(prefers-reduced-motion:reduce){
  .service-current-live,
  .service-card:hover::after,
  .services-card:hover::after,
  .service-item:hover::after{
    animation:none!important;
  }
}

/* =========================================================
   v21 CODE-GENERATED HERO VISUAL
   ========================================================= */

.hero-code-visual{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  isolation:isolate;
}
.hero-code-visual::before{
  content:"";
  position:absolute;
  inset:8% 4% 6% 0;
  background:
    radial-gradient(circle at 62% 44%,rgba(31,133,255,.14),transparent 40%),
    radial-gradient(circle at 38% 58%,rgba(43,147,255,.07),transparent 34%);
  filter:blur(12px);
  z-index:-1;
}
.tech-hero-svg{
  width:118%;
  max-width:820px;
  height:auto;
  overflow:visible;
  transform:translateX(-5%);
}
.tech-hero-svg text{
  fill:#9ac8f2;
  font-size:10px;
  font-family:"Space Grotesk",Manrope,sans-serif;
  font-weight:700;
  letter-spacing:.12em;
}
.net-lines path{
  stroke-dasharray:12 18 3 26;
  animation:itgNetFlow 6.5s linear infinite;
}
.building-current{
  animation:itgBuildingFlow 5s linear infinite;
  filter:drop-shadow(0 0 5px rgba(84,174,255,.7));
}
.tech-node{
  filter:drop-shadow(0 10px 20px rgba(0,28,67,.22));
}
.tech-node rect{
  backdrop-filter:blur(8px);
}
.floor-lines path{
  stroke-dasharray:10 16;
  animation:itgFloorFlow 8s linear infinite;
}
@keyframes itgNetFlow{
  to{stroke-dashoffset:-240}
}
@keyframes itgBuildingFlow{
  to{stroke-dashoffset:-220}
}
@keyframes itgFloorFlow{
  to{stroke-dashoffset:-180}
}

@media(max-width:920px){
  .hero-code-visual{
    min-height:380px;
  }
  .tech-hero-svg{
    width:108%;
    transform:none;
  }
}
@media(max-width:640px){
  .hero-code-visual{
    min-height:310px;
  }
  .tech-hero-svg{
    width:112%;
  }
}
@media(prefers-reduced-motion:reduce){
  .net-lines path,.building-current,.floor-lines path{
    animation:none!important;
  }
}

/* v22 exact supplied İTG logo */
.brand img,
.logo img,
.header-logo img{
  width:auto!important;
  height:62px!important;
  max-width:345px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.footer-logo{
  width:auto!important;
  height:72px!important;
  max-width:320px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 4px 14px rgba(0,0,0,.12));
}
@media(max-width:768px){
  .brand img,
  .logo img,
  .header-logo img{
    height:50px!important;
    max-width:270px!important;
  }
  .footer-logo{
    height:58px!important;
    max-width:250px!important;
  }
}

/* LOGO FIX */
.brand img,
.logo img,
.header-logo img{
  width:auto!important;
  height:54px!important;
  max-width:300px!important;
  object-fit:contain!important;
  object-position:left center!important;
  display:block!important;
}
.footer-logo{
  width:auto!important;
  height:64px!important;
  max-width:300px!important;
  object-fit:contain!important;
  display:block!important;
}
@media(max-width:768px){
  .brand img,
  .logo img,
  .header-logo img{
    height:44px!important;
    max-width:235px!important;
  }
  .footer-logo{
    height:52px!important;
    max-width:230px!important;
  }
}

/* Footer logo refinement */
.footer-logo{
  width:320px!important;
  height:auto!important;
  max-width:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0 0 24px!important;
  filter:drop-shadow(0 5px 18px rgba(0,0,0,.12))!important;
}
.footer-grid > div:first-child > p{
  margin-top:0!important;
  max-width:390px;
}
@media(max-width:768px){
  .footer-logo{
    width:245px!important;
    height:auto!important;
    margin-bottom:20px!important;
  }
}

/* Professional vector footer identity */
.footer-logo{
  width:330px!important;
  height:auto!important;
  max-width:100%!important;
  display:block!important;
  margin:0 0 25px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  image-rendering:auto!important;
}
.footer-grid > div:first-child{
  min-width:0;
}
.footer-grid > div:first-child > p{
  max-width:370px!important;
  margin-top:0!important;
  color:rgba(226,238,251,.72)!important;
  line-height:1.7!important;
}
@media(max-width:768px){
  .footer-logo{
    width:270px!important;
    margin-bottom:20px!important;
  }
}

/* =========================================================
   v23 — İTG SYSTEM CORE + LIVE TECHNOLOGY LAYER
   ========================================================= */
.system-core{
  position:relative;
  overflow:hidden;
  padding:92px 0 88px;
  background:
    radial-gradient(circle at 50% 38%,rgba(20,126,255,.12),transparent 35%),
    linear-gradient(155deg,#06162d 0%,#081f3e 55%,#0a2b52 100%);
  color:#fff;
}
.system-core:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(rgba(110,181,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(110,181,255,.025) 1px,transparent 1px);
  background-size:32px 32px;
}
.system-core .container{position:relative;z-index:1}
.system-core-head{
  display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:44px
}
.system-core .eyebrow{color:#55aaff;letter-spacing:.18em;font-size:11px;font-weight:800}
.system-core h2{margin:12px 0 0;font-size:clamp(38px,4.4vw,66px);line-height:.98;letter-spacing:-.045em}
.system-core h2 span{color:#63b4ff}
.system-core-head p{max-width:500px;color:#9fb5cd;line-height:1.75;margin:0 0 4px}

.core-stage{
  position:relative;height:430px;border:1px solid rgba(109,181,255,.12);border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 30px 70px rgba(0,10,28,.18);
  overflow:hidden
}
.core-stage:before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 50% 48%,rgba(31,132,255,.09),transparent 34%);
  pointer-events:none
}
.core-network{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.core-base path,.core-live path{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
.core-base path{stroke:rgba(81,160,247,.15);stroke-width:1.2}
.core-live path{stroke:url(#coreLine);stroke-width:2;stroke-dasharray:12 28 3 38;animation:coreCurrent 5.8s linear infinite}
@keyframes coreCurrent{to{stroke-dashoffset:-260}}

.core-node{position:absolute;left:50%;transform:translateX(-50%);text-align:center}
.core-source{top:18px}
.core-output{bottom:14px}
.core-node-icon{
  width:50px;height:50px;display:grid;place-items:center;margin:0 auto 6px;border-radius:15px;
  border:1px solid rgba(82,168,255,.35);background:rgba(22,104,203,.12);color:#82c9ff;
  font-size:28px;box-shadow:0 0 24px rgba(22,128,255,.12)
}
.core-node small,.core-module small{display:block;color:#558cc4;font-size:8px;font-weight:800;letter-spacing:.14em}
.core-node strong{display:block;margin-top:2px;font-size:13px;letter-spacing:.06em}
.output-rings{position:relative;width:46px;height:46px;display:block;margin:0 auto 6px}
.output-rings i{position:absolute;inset:50%;border:1px solid #55adff;border-radius:50%;animation:corePulse 2.8s ease-out infinite}
.output-rings i:nth-child(2){animation-delay:.7s}.output-rings i:nth-child(3){animation-delay:1.4s}
@keyframes corePulse{0%{inset:48%;opacity:1}100%{inset:0;opacity:0}}

.core-module{
  --x:10%;position:absolute;left:var(--x);top:220px;transform:translateX(-10%);
  width:190px;min-height:90px;padding:13px 14px 12px 55px;text-align:left;
  border:1px solid rgba(96,174,255,.14);border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(18,75,139,.06));
  color:#fff;cursor:pointer;transition:.25s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)
}
.core-module:hover,.core-module.core-active{
  transform:translateX(-10%) translateY(-4px);border-color:rgba(86,171,255,.48);
  background:linear-gradient(145deg,rgba(33,126,232,.16),rgba(255,255,255,.045));
  box-shadow:0 14px 30px rgba(0,42,96,.20),0 0 24px rgba(30,132,255,.08)
}
.module-icon{
  position:absolute;left:13px;top:18px;width:32px;height:32px;display:grid;place-items:center;
  border-radius:9px;background:rgba(45,139,242,.10);border:1px solid rgba(82,168,255,.16);color:#69b7ff
}
.module-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.core-module strong{display:block;margin:4px 0 3px;font-size:12px;letter-spacing:.015em}
.core-module em{display:block;color:#829bb5;font-size:9px;font-style:normal}

@media(max-width:980px){
  .system-core-head{grid-template-columns:1fr;gap:18px}
  .core-stage{height:auto;padding:92px 14px 96px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .core-network{display:none}
  .core-source{top:18px}.core-output{bottom:16px}
  .core-module{position:relative;left:auto!important;top:auto;transform:none!important;width:100%;min-height:84px}
  .core-module:hover,.core-module.core-active{transform:translateY(-2px)!important}
}
@media(max-width:600px){
  .system-core{padding:68px 0}
  .system-core-head{margin-bottom:28px}
  .core-stage{grid-template-columns:1fr;padding-left:10px;padding-right:10px}
}

/* Existing service cards receive a moving electrical perimeter */
.service-card,.services-card,.service-item{position:relative;isolation:isolate}
.service-card:before,.services-card:before,.service-item:before{
  content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;pointer-events:none;opacity:.16;
  background:linear-gradient(115deg,transparent 0 28%,#1684ff 42%,#d8f2ff 50%,#1684ff 58%,transparent 72%);
  background-size:280% 100%;animation:servicePerimeter 6s linear infinite;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude
}
.service-card:hover:before,.services-card:hover:before,.service-item:hover:before{opacity:.8;animation-duration:2.2s}
@keyframes servicePerimeter{to{background-position:-280% 0}}


/* =========================================================
   v25 MOBILE HARDENING — iOS/Android safe navigation + SVG sizing
   ========================================================= */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
img,svg{max-width:100%}
.mobile-nav-icon,.mobile-nav-chevron,.mobile-menu-phone,
.mobile-corp-icon,.mobile-corp-card{display:none}

@media (max-width:960px){
  .topbar{
    height:72px!important;
    background:rgba(255,255,255,.97)!important;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
  .nav{height:72px!important;padding-left:16px!important;padding-right:16px!important}
  .brand{display:block!important;flex:0 1 auto!important;min-width:0!important}
  .brand img{
    display:block!important;
    width:auto!important;
    height:42px!important;
    max-width:min(66vw,245px)!important;
    object-fit:contain!important;
  }
  .hamb{
    display:flex!important;
    flex:0 0 44px!important;
    width:44px!important;height:44px!important;
    padding:0!important;margin-left:auto!important;
  }

  /* Critical: menu must not exist in page flow until hamburger is opened */
  .menu{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .menu.open{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:72px!important;
    left:10px!important;right:10px!important;
    width:auto!important;
    max-height:calc(100dvh - 84px)!important;
    overflow-y:auto!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    padding:14px!important;
    margin:0!important;
    z-index:10020!important;
    border-radius:20px!important;
    background:#071a35!important;
    border:1px solid rgba(104,175,255,.18)!important;
    box-shadow:0 24px 60px rgba(0,19,46,.34)!important;
  }
  .menu.open .mobile-nav-row{
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr) 18px!important;
    align-items:center!important;
    gap:10px!important;
    min-height:48px!important;
    width:100%!important;
    padding:0 9px!important;
    margin:0!important;
    color:#eaf5ff!important;
    text-decoration:none!important;
    font-size:13px!important;
    line-height:1.2!important;
    border-radius:12px!important;
  }
  .menu.open .mobile-nav-icon{
    display:grid!important;place-items:center!important;
    width:28px!important;height:28px!important;
    min-width:28px!important;min-height:28px!important;
  }
  .menu.open .mobile-nav-icon svg,
  .menu.open .mobile-corp-icon svg,
  .menu.open .mobile-phone-icon svg{
    display:block!important;
    width:17px!important;height:17px!important;
    min-width:17px!important;min-height:17px!important;
    max-width:17px!important;max-height:17px!important;
    fill:none!important;stroke:currentColor!important;
  }
  .menu.open .mobile-nav-chevron{display:block!important}
  .menu.open .dropdown.mobile-corp-block{display:block!important;padding:0!important}
  .menu.open .dropdown-menu.mobile-corp-grid{
    display:grid!important;
    position:static!important;
    width:auto!important;
    opacity:1!important;visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .menu.open .mobile-corp-card{
    display:grid!important;
    grid-template-columns:24px minmax(0,1fr) 12px!important;
    align-items:center!important;
  }
  .menu.open .mobile-corp-icon{display:grid!important;place-items:center!important}
  .menu.open .mobile-menu-phone{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr) 16px!important;
    align-items:center!important;
  }
  .menu.open .mobile-phone-icon{display:grid!important;place-items:center!important}
  .nav-contact{display:none!important}

  main{overflow:hidden}
  .hero{padding-top:110px!important;min-height:auto!important}
  .hero-grid,.about-grid,.content-grid,.form-wrap{grid-template-columns:minmax(0,1fr)!important}
  .hero-copy,.hero-code-visual,.hero-art{min-width:0!important;width:100%!important}
  .tech-hero-svg{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;transform:none!important}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-grid{grid-template-columns:1fr!important}
}

@media (max-width:640px){
  .container{width:min(100% - 32px,1180px)!important}
  .brand img{height:38px!important;max-width:68vw!important}
  .hero{padding-top:94px!important;padding-bottom:52px!important}
  .hero h1{font-size:clamp(38px,12vw,58px)!important;line-height:.98!important}
  .hero .lead{font-size:16px!important}
  .hero-code-visual{min-height:280px!important}
  .service-grid,.service-grid-compact,.sector-grid{grid-template-columns:1fr!important}
  .service-card{min-height:0!important}
  .actions{width:100%!important}
  .actions .btn{justify-content:center!important}
  .system-core-head{grid-template-columns:1fr!important}
  .core-stage{grid-template-columns:1fr!important}
  .footer-logo{width:min(270px,80vw)!important}
}

/* =========================================================
   v26 SYSTEM CORE — MOBILE COMPACT LAYOUT
   ========================================================= */
@media (max-width:640px){
  .system-core{
    padding:56px 0 58px!important;
  }
  .system-core .container{
    width:min(100% - 28px,1180px)!important;
  }
  .system-core-head{
    gap:14px!important;
    margin-bottom:24px!important;
  }
  .system-core .eyebrow{
    font-size:9px!important;
    letter-spacing:.15em!important;
  }
  .system-core h2{
    font-size:clamp(34px,10vw,46px)!important;
    line-height:.98!important;
    max-width:100%!important;
  }
  .system-core-head p{
    font-size:15px!important;
    line-height:1.55!important;
    max-width:34ch!important;
  }

  .core-stage{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    height:auto!important;
    min-height:0!important;
    padding:82px 10px 82px!important;
    border-radius:22px!important;
  }
  .core-stage:before{
    background:radial-gradient(circle at 50% 16%,rgba(31,132,255,.11),transparent 25%)!important;
  }
  .core-network{display:none!important}

  .core-node{
    left:50%!important;
    width:auto!important;
    transform:translateX(-50%)!important;
  }
  .core-source{top:13px!important}
  .core-output{bottom:12px!important}
  .core-node-icon{
    width:42px!important;
    height:42px!important;
    margin-bottom:4px!important;
    border-radius:13px!important;
    font-size:23px!important;
  }
  .core-node small,.core-module small{
    font-size:7px!important;
    letter-spacing:.12em!important;
  }
  .core-node strong{
    font-size:12px!important;
    margin-top:1px!important;
  }
  .output-rings{
    width:38px!important;
    height:38px!important;
    margin-bottom:3px!important;
  }

  .core-module{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%!important;
    min-width:0!important;
    min-height:126px!important;
    padding:51px 11px 12px!important;
    border-radius:15px!important;
    text-align:left!important;
  }
  .core-module:hover,.core-module.core-active{
    transform:translateY(-2px)!important;
  }
  .module-icon{
    left:11px!important;
    top:11px!important;
    width:31px!important;
    height:31px!important;
    border-radius:9px!important;
  }
  .module-icon svg{
    width:16px!important;
    height:16px!important;
  }
  .core-module strong{
    margin:2px 0 5px!important;
    font-size:11.5px!important;
    line-height:1.2!important;
    letter-spacing:0!important;
  }
  .core-module em{
    font-size:8.5px!important;
    line-height:1.35!important;
  }
}

@media (max-width:390px){
  .core-stage{
    gap:8px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
  .core-module{
    min-height:120px!important;
    padding-left:10px!important;
    padding-right:9px!important;
  }
  .core-module strong{font-size:10.8px!important}
  .core-module em{font-size:8px!important}
}

/* =========================================================
   v27 MOBILE CORE — SOURCE / CARD COLLISION FIX
   ========================================================= */
@media (max-width:640px){
  .core-stage{
    padding-top:132px!important;
    padding-bottom:86px!important;
  }
  .core-source{
    top:18px!important;
    z-index:4!important;
    min-width:130px!important;
  }
  .core-source .core-node-icon{
    width:40px!important;
    height:40px!important;
  }
  .core-source small{
    margin-top:2px!important;
    line-height:1!important;
  }
  .core-source strong{
    display:block!important;
    margin-top:7px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .core-module{
    z-index:2!important;
  }
}

@media (max-width:390px){
  .core-stage{
    padding-top:124px!important;
  }
  .core-source{top:16px!important}
}

/* =========================================================
   v28 MOBILE CORE FLOW — balanced spacing + energy connector
   ========================================================= */
@media (max-width:960px){
  .core-stage{
    position:relative!important;
  }

  /* Balanced vertical rhythm: source -> cards -> output */
  .core-source{
    top:28px!important;
  }
  .core-output{
    bottom:28px!important;
  }

  /* Give the source and output equal breathing room */
  .core-stage{
    padding-top:150px!important;
    padding-bottom:150px!important;
  }

  /* Animated energy drop */
  .core-source::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:84px!important;
    width:2px!important;
    height:56px!important;
    transform:translateX(-50%)!important;
    border-radius:999px!important;
    background:
      linear-gradient(
        to bottom,
        rgba(89,183,255,0) 0%,
        rgba(89,183,255,.18) 16%,
        rgba(113,203,255,.95) 48%,
        rgba(89,183,255,.22) 82%,
        rgba(89,183,255,0) 100%
      )!important;
    box-shadow:0 0 12px rgba(78,169,255,.42)!important;
    animation:itgEnergyDrop 1.9s linear infinite!important;
    pointer-events:none!important;
  }

  .core-source::before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:128px!important;
    width:8px!important;
    height:8px!important;
    transform:translateX(-50%) rotate(45deg)!important;
    border-right:2px solid rgba(111,201,255,.92)!important;
    border-bottom:2px solid rgba(111,201,255,.92)!important;
    animation:itgArrowPulse 1.9s ease-in-out infinite!important;
    pointer-events:none!important;
  }

  @keyframes itgEnergyDrop{
    0%{opacity:.25;transform:translateX(-50%) scaleY(.45);transform-origin:top}
    45%{opacity:1;transform:translateX(-50%) scaleY(1);transform-origin:top}
    100%{opacity:.25;transform:translateX(-50%) scaleY(.45);transform-origin:bottom}
  }
  @keyframes itgArrowPulse{
    0%,100%{opacity:.3;translate:0 -3px}
    50%{opacity:1;translate:0 4px}
  }
}

@media (max-width:640px){
  .core-stage{
    padding-top:148px!important;
    padding-bottom:148px!important;
  }
  .core-source{top:26px!important}
  .core-output{bottom:26px!important}
  .core-source::after{top:82px!important;height:52px!important}
  .core-source::before{top:123px!important}
}

@media (prefers-reduced-motion:reduce){
  .core-source::after,.core-source::before{animation:none!important}
}

/* v29 mobile core tighter vertical spacing */
@media(max-width:960px){
  .core-stage{
    padding-top:132px!important;
    padding-bottom:126px!important;
  }
  .core-source{top:22px!important}
  .core-output{bottom:18px!important}
  .core-source::after{top:80px!important;height:42px!important}
  .core-source::before{top:112px!important}
}
@media(max-width:640px){
  .core-stage{
    padding-top:128px!important;
    padding-bottom:120px!important;
  }
  .core-source{top:20px!important}
  .core-output{bottom:16px!important}
  .core-source::after{top:78px!important;height:38px!important}
  .core-source::before{top:107px!important}
}


/* =========================================================
   v30 FOOTER IDENTITY — exact official logo on white plate
   ========================================================= */
.footer-logo{
  display:block!important;
  width:min(330px,100%)!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
  padding:0!important;
  filter:none!important;
  opacity:1!important;
  image-rendering:auto!important;
}
.footer-logo-plate,
.footer-grid > div:first-child > a:has(.footer-logo),
.footer-grid > div:first-child > div:has(.footer-logo){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:#fff!important;
  border-radius:12px!important;
  padding:16px 18px!important;
  margin:0 0 22px!important;
  overflow:hidden!important;
  box-shadow:0 10px 28px rgba(0,0,0,.12)!important;
}
/* Fallback where logo is a direct child */
.footer-grid > div:first-child > .footer-logo{
  background:#fff!important;
  border-radius:12px!important;
  padding:16px 18px!important;
  margin:0 0 22px!important;
  box-sizing:border-box!important;
}
@media(max-width:640px){
  .footer-logo{
    width:min(285px,100%)!important;
  }
  .footer-logo-plate,
  .footer-grid > div:first-child > a:has(.footer-logo),
  .footer-grid > div:first-child > div:has(.footer-logo){
    padding:13px 15px!important;
    border-radius:10px!important;
  }
  .footer-grid > div:first-child > .footer-logo{
    padding:13px 15px!important;
    border-radius:10px!important;
  }
}


/* =========================================================
   v31 OFFER FORM — subtle technological tint
   ========================================================= */
.form-wrap,
.quote-form,
.offer-form,
form{
  position:relative;
}

/* Main offer form container: keep mostly white, add a faint ice-blue cast */
.form-wrap,
.quote-form,
.offer-form{
  background:
    linear-gradient(180deg, rgba(245,250,255,.98), rgba(255,255,255,.98))!important;
  border-color:rgba(41,119,210,.13)!important;
  box-shadow:
    0 18px 50px rgba(7,45,91,.07),
    inset 0 1px 0 rgba(255,255,255,.9)!important;
}

/* Inputs stay clean, but feel connected to the site */
.form-wrap input,
.form-wrap select,
.form-wrap textarea,
.quote-form input,
.quote-form select,
.quote-form textarea,
.offer-form input,
.offer-form select,
.offer-form textarea{
  background:rgba(255,255,255,.94)!important;
  border-color:rgba(31,111,205,.15)!important;
  box-shadow:inset 0 1px 2px rgba(11,47,87,.025)!important;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease!important;
}

.form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus,
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus,
.offer-form input:focus,
.offer-form select:focus,
.offer-form textarea:focus{
  outline:none!important;
  background:#fff!important;
  border-color:rgba(35,132,235,.58)!important;
  box-shadow:
    0 0 0 3px rgba(50,142,238,.08),
    0 8px 22px rgba(28,112,202,.05)!important;
}

/* Tiny blue accent on labels/section headings */
.form-wrap label,
.quote-form label,
.offer-form label{
  color:#304a68!important;
}

.form-wrap h2,
.form-wrap h3,
.quote-form h2,
.quote-form h3,
.offer-form h2,
.offer-form h3{
  position:relative;
}

.form-wrap h2::after,
.form-wrap h3::after,
.quote-form h2::after,
.quote-form h3::after,
.offer-form h2::after,
.offer-form h3::after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,#2a8df2,rgba(42,141,242,.12));
}

/* Primary submit button: existing ITG blue, only slightly richer */
.form-wrap button[type="submit"],
.quote-form button[type="submit"],
.offer-form button[type="submit"],
.form-wrap .btn-primary,
.quote-form .btn-primary,
.offer-form .btn-primary{
  background:linear-gradient(135deg,#147be8,#45a7ff)!important;
  border-color:transparent!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(27,124,224,.18)!important;
}

.form-wrap button[type="submit"]:hover,
.quote-form button[type="submit"]:hover,
.offer-form button[type="submit"]:hover{
  transform:translateY(-1px);
  box-shadow:0 13px 28px rgba(27,124,224,.23)!important;
}

/* Very soft decorative glow, intentionally restrained */
.form-wrap::before,
.quote-form::before,
.offer-form::before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(70,157,247,.07),transparent 68%);
  pointer-events:none;
}

@media(max-width:640px){
  .form-wrap,
  .quote-form,
  .offer-form{
    box-shadow:0 12px 34px rgba(7,45,91,.055)!important;
  }
}


/* v32 — offer page: color ONLY the actual form, not surrounding content */
.form-wrap{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.form-wrap::before{display:none!important}

/* Keep the editorial/intro side completely neutral */
.form-wrap > *:not(form),
.form-wrap .form-intro,
.form-wrap .content,
.form-wrap .copy{
  background:transparent!important;
  box-shadow:none!important;
}

/* Apply the subtle tint only to the actual form panel */
.form-wrap form,
.quote-form,
.offer-form{
  position:relative!important;
  background:linear-gradient(180deg,rgba(245,250,255,.98),#fff)!important;
  border:1px solid rgba(41,119,210,.13)!important;
  box-shadow:0 18px 50px rgba(7,45,91,.07)!important;
}

/* Undo decorative heading accent outside the form */
.form-wrap > *:not(form) h2::after,
.form-wrap > *:not(form) h3::after{
  display:none!important;
}

/* v33 mail forms */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.mail-status{max-width:760px;margin:120px auto;padding:40px;border:1px solid #dfe9f5;border-radius:22px;background:#fff;box-shadow:0 20px 60px rgba(8,44,88,.08);text-align:center}
.mail-status h1{margin:0 0 14px;font-size:clamp(32px,5vw,54px)}
.mail-status p{color:#60758d;line-height:1.7}
.mail-status .btn{margin-top:18px}


/* =========================================================
   v34 — ITG AI PROJECT ASSISTANT / OFFER-ONLY CTA
   ========================================================= */
.wa,.floating-wa,.whatsapp,.whatsapp-btn,[href*="wa.me"]{display:none!important}

.ai-designer{
  position:relative;
  padding:104px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 10%,rgba(54,155,255,.09),transparent 26%),
    radial-gradient(circle at 90% 80%,rgba(38,131,239,.07),transparent 28%),
    #f7fbff;
}
.ai-designer:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(rgba(18,99,188,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,99,188,.035) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
}
.ai-designer .container{position:relative;z-index:1}
.ai-head{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;margin-bottom:42px}
.ai-head .eyebrow{color:#167fe8;font-size:11px;font-weight:900;letter-spacing:.17em}
.ai-head h2{font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.05em;margin:14px 0 0;color:#091c37}
.ai-head h2 span{color:#278eea}
.ai-head p{margin:0;color:#64778c;line-height:1.75;max-width:540px}

.ai-console{
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(145deg,#06172f,#09274c);
  color:#fff;
  border:1px solid rgba(56,146,242,.2);
  box-shadow:0 35px 90px rgba(8,46,91,.18);
}
.ai-console-top{
  height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;
  border-bottom:1px solid rgba(113,185,255,.12);
  background:rgba(255,255,255,.018)
}
.ai-status{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:900;letter-spacing:.14em}
.ai-status i{width:8px;height:8px;border-radius:50%;background:#48a9ff;box-shadow:0 0 16px #48a9ff;animation:aiPulse 1.8s ease-in-out infinite}
.ai-status small{color:#557fa8;font-size:9px;margin-left:6px}
.ai-badge{font-size:10px;letter-spacing:.14em;color:#6aaee9;border:1px solid rgba(94,170,238,.18);padding:8px 10px;border-radius:9px}
@keyframes aiPulse{50%{opacity:.35;transform:scale(.75)}}

.ai-grid{display:grid;grid-template-columns:.9fr 1.1fr;min-height:620px}
.ai-input-panel{padding:32px;border-right:1px solid rgba(113,185,255,.11)}
.ai-field{margin-bottom:22px}
.ai-field>label{display:flex;justify-content:space-between;margin-bottom:9px;color:#79b6ec;font-size:9px;font-weight:900;letter-spacing:.16em}
.ai-field>label small{color:#4d7195;font-weight:700;letter-spacing:.08em}
.ai-field select,.ai-field input,.ai-field textarea{
  width:100%;box-sizing:border-box;border:1px solid rgba(102,174,240,.16);border-radius:13px;
  background:rgba(255,255,255,.045);color:#eaf5ff;padding:14px 15px;font:inherit;outline:none
}
.ai-field select{appearance:auto}
.ai-field select option{color:#071a35;background:#fff}
.ai-field textarea{resize:vertical;min-height:86px}
.ai-field select:focus,.ai-field input:focus,.ai-field textarea:focus{border-color:rgba(81,170,255,.55);box-shadow:0 0 0 3px rgba(45,139,242,.08)}
.ai-area-wrap{position:relative}
.ai-area-wrap span{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;color:#6e9dc8}
.ai-area-wrap input{padding-right:50px}
.ai-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ai-checks label{
  display:flex;align-items:center;gap:9px;min-height:42px;padding:0 11px;
  border:1px solid rgba(99,173,243,.11);border-radius:11px;background:rgba(255,255,255,.025);
  color:#a9c2d8;font-size:11px;cursor:pointer;transition:.2s
}
.ai-checks label:has(input:checked){color:#fff;border-color:rgba(70,164,255,.42);background:rgba(33,125,222,.12)}
.ai-checks input{width:14px;height:14px;accent-color:#3498f4;padding:0}
.ai-run{
  width:100%;min-height:54px;display:grid;grid-template-columns:34px 1fr 20px;align-items:center;
  border:0;border-radius:14px;padding:0 15px;cursor:pointer;color:#04182f;
  background:linear-gradient(100deg,#50aaff,#8dd1ff);font-weight:900;letter-spacing:.07em;
  box-shadow:0 12px 30px rgba(40,140,238,.22);transition:.22s
}
.ai-run:hover{transform:translateY(-2px);box-shadow:0 17px 38px rgba(40,140,238,.28)}
.ai-run-icon{width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.38);display:grid;place-items:center}

.ai-result-panel{position:relative;padding:34px;display:flex;align-items:stretch;background:radial-gradient(circle at 50% 38%,rgba(37,131,226,.09),transparent 38%)}
.ai-result-empty,.ai-result-ready{width:100%}
.ai-result-empty{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#6e91b2}
.ai-result-empty strong{color:#cde7fb;margin-top:20px;font-size:17px}
.ai-result-empty p{font-size:12px;max-width:290px;line-height:1.6}
.ai-orbit{width:110px;height:110px;position:relative;display:grid;place-items:center}
.ai-orbit i{position:absolute;inset:0;border:1px solid rgba(77,168,255,.2);border-radius:50%;animation:aiOrbit 7s linear infinite}
.ai-orbit i:nth-child(2){inset:13px;animation-direction:reverse;animation-duration:5s}
.ai-orbit i:nth-child(3){inset:27px;animation-duration:3s}
.ai-orbit span{font-size:19px;font-weight:900;color:#62b8ff;text-shadow:0 0 18px rgba(77,168,255,.5)}
@keyframes aiOrbit{to{transform:rotate(360deg)}}

.ai-result-ready[hidden]{display:none}
.ai-result-kicker{display:flex;align-items:center;gap:8px;color:#75c3ff;font-size:9px;font-weight:900;letter-spacing:.16em;margin-bottom:19px}
.ai-result-kicker span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(60,164,255,.14);border:1px solid rgba(79,177,255,.22)}
.ai-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(102,174,240,.12);border-radius:13px;overflow:hidden;margin-bottom:22px}
.ai-summary div{padding:13px 15px;border-right:1px solid rgba(102,174,240,.1)}
.ai-summary div:last-child{border-right:0}
.ai-summary small{display:block;color:#517da6;font-size:8px;font-weight:900;letter-spacing:.15em;margin-bottom:4px}
.ai-summary strong{font-size:13px}
.ai-system-title{font-size:9px;letter-spacing:.16em;font-weight:900;color:#6aa6d9;margin-bottom:9px}
.ai-systems{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ai-system{
  position:relative;padding:13px 12px 12px 43px;min-height:48px;border:1px solid rgba(97,175,244,.13);
  border-radius:11px;background:rgba(255,255,255,.035)
}
.ai-system i{position:absolute;left:11px;top:12px;width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:rgba(56,157,247,.11);color:#72c1ff;font-style:normal;font-size:11px}
.ai-system strong{display:block;font-size:10px;letter-spacing:.04em}
.ai-system small{display:block;color:#6d91b1;font-size:8px;margin-top:3px}
.ai-recommendation{margin:15px 0;padding:12px 14px;border-left:2px solid #4ba9ff;background:rgba(52,145,232,.07);color:#9fc2df;font-size:10px;line-height:1.55}
.ai-offer-link{
  display:grid;grid-template-columns:1fr auto 22px;align-items:center;gap:9px;margin-top:15px;padding:13px 15px;
  border-radius:13px;background:#fff;color:#071a35;text-decoration:none
}
.ai-offer-link span{font-size:8px;color:#5f7a94;letter-spacing:.12em}
.ai-offer-link strong{font-size:11px;letter-spacing:.05em}
.ai-offer-link b{color:#1c85eb}
.ai-disclaimer{padding:13px 24px;border-top:1px solid rgba(113,185,255,.09);color:#496b8c;font-size:8px;letter-spacing:.03em}

@media(max-width:900px){
  .ai-head{grid-template-columns:1fr;gap:18px}
  .ai-grid{grid-template-columns:1fr}
  .ai-input-panel{border-right:0;border-bottom:1px solid rgba(113,185,255,.11)}
  .ai-result-panel{min-height:480px}
}
@media(max-width:640px){
  .ai-designer{padding:70px 0}
  .ai-head{margin-bottom:26px}
  .ai-head h2{font-size:clamp(38px,11vw,52px)}
  .ai-console{border-radius:20px}
  .ai-console-top{height:58px;padding:0 14px}
  .ai-status small{display:none}
  .ai-input-panel,.ai-result-panel{padding:19px}
  .ai-checks{grid-template-columns:1fr}
  .ai-result-panel{min-height:420px}
  .ai-summary{grid-template-columns:1fr 1fr 1fr}
  .ai-summary div{padding:11px 9px}
  .ai-summary strong{font-size:11px}
  .ai-systems{grid-template-columns:1fr}
  .ai-offer-link{grid-template-columns:1fr auto 18px}
  .ai-disclaimer{padding:12px 18px;line-height:1.55}
}
@media(prefers-reduced-motion:reduce){.ai-status i,.ai-orbit i{animation:none!important}}

.ai-prefill-notice{margin:0 0 18px;padding:13px 14px;border-radius:12px;background:rgba(39,143,234,.08);border:1px solid rgba(39,143,234,.14)}
.ai-prefill-notice strong{display:block;color:#1279d6;font-size:12px}
.ai-prefill-notice span{display:block;margin-top:4px;color:#667b90;font-size:10px}


/* v35 AI visibility hardening */
#ai-proje-asistani,
#ai-proje-asistani .ai-head,
#ai-proje-asistani .ai-console{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.ai-nav-link{color:#1b86eb!important}
@media(max-width:960px){
  .menu.open .ai-nav-link{color:#8fd0ff!important}
}


/* =========================================================
   v36 OFFER BUILDER + MOBILE RIGHT ACTIONS
   ========================================================= */
.ai-status{
  gap:0!important;
}
.ai-status span{
  display:block!important;
  font-size:11px!important;
  letter-spacing:.14em!important;
}
.ai-status small{display:none!important}

/* Stronger final offer CTA: red-to-coral gradient */
.ai-offer-link{
  position:relative!important;
  overflow:hidden!important;
  color:#fff!important;
  background:linear-gradient(115deg,#c7192f 0%,#ed3449 48%,#ff6a5c 100%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 32px rgba(202,31,52,.28)!important;
  transition:transform .22s ease,box-shadow .22s ease!important;
}
.ai-offer-link:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.18) 47%,transparent 72%)!important;
  transform:translateX(-120%)!important;
  animation:itgOfferSweep 3.8s ease-in-out infinite!important;
  pointer-events:none!important;
}
.ai-offer-link:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 38px rgba(202,31,52,.36)!important;
}
.ai-offer-link span{color:rgba(255,255,255,.78)!important;position:relative;z-index:1}
.ai-offer-link strong{color:#fff!important;position:relative;z-index:1;font-size:13px!important}
.ai-offer-link b{color:#fff!important;position:relative;z-index:1}
@keyframes itgOfferSweep{
  0%,28%{transform:translateX(-120%)}
  68%,100%{transform:translateX(120%)}
}

/* Offer builder sits naturally on the offer page */
body:has(#teklif-form) .ai-designer{
  padding-top:74px!important;
  padding-bottom:82px!important;
}

/* Mobile: no bottom slab. Two compact actions on right, stacked. */
@media(max-width:768px){
  body{padding-bottom:0!important}
  .mobile-quickbar{
    position:fixed!important;
    left:auto!important;
    right:10px!important;
    bottom:22px!important;
    width:148px!important;
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    gap:7px!important;
    padding:7px!important;
    border-radius:16px!important;
    background:rgba(6,24,48,.94)!important;
    border:1px solid rgba(121,185,246,.18)!important;
    box-shadow:0 14px 34px rgba(2,16,34,.28)!important;
    overflow:hidden!important;
    animation:none!important;
  }
  .mobile-quickbar:before{display:none!important}
  .mobile-quickbar a{
    width:100%!important;
    min-height:43px!important;
    padding:0 10px!important;
    box-sizing:border-box!important;
    justify-content:flex-start!important;
    gap:8px!important;
    border-radius:10px!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
  }
  .mobile-quickbar .call{
    color:#eaf6ff!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.09)!important;
  }
  .mobile-quickbar .quote{
    color:#fff!important;
    background:linear-gradient(110deg,#c51f35,#ef4052 56%,#ff6d60)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 8px 18px rgba(201,31,52,.2)!important;
  }
  .mobile-quickbar svg{
    flex:0 0 18px!important;
    width:18px!important;
    height:18px!important;
    animation:none!important;
  }
}

/* Remove any AI menu coloring left from previous iteration */
.ai-nav-link{display:none!important}


/* =========================================================
   v37 HOME CALLBACK FORM
   ========================================================= */
.callback-box{
  display:grid!important;
  grid-template-columns:1.05fr .95fr!important;
  gap:46px!important;
  align-items:center!important;
}
.callback-copy{min-width:0}
.callback-form{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:10px;
  align-items:end;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.callback-field{min-width:0}
.callback-field label{
  display:block;
  margin:0 0 7px;
  color:#a9c9e8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
}
.callback-field input{
  width:100%;
  box-sizing:border-box;
  min-height:48px;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:0 13px;
  outline:none;
}
.callback-field input::placeholder{color:rgba(221,235,249,.48)}
.callback-field input:focus{
  border-color:rgba(116,190,255,.58);
  background:rgba(255,255,255,.11);
  box-shadow:0 0 0 3px rgba(60,151,236,.08);
}
.callback-submit{
  min-height:48px;
  border:0;
  border-radius:11px;
  padding:0 18px;
  cursor:pointer;
  color:#07172b;
  background:linear-gradient(110deg,#71baff,#9bd3ff);
  font-weight:900;
  letter-spacing:.05em;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(39,137,227,.2);
}
.callback-submit span{margin-left:7px}
.callback-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}

@media(max-width:980px){
  .callback-box{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
}
@media(max-width:700px){
  .callback-form{
    grid-template-columns:1fr!important;
    padding:13px!important;
  }
  .callback-submit{width:100%!important}
}


/* =========================================================
   v38 — CTA FORM EMPHASIS + LIGHTER OFFER BUILDER
   ========================================================= */

/* Homepage callback: let the form itself be the visual focus */
.callback-box{
  grid-template-columns:.82fr 1.18fr!important;
}
.callback-copy{
  opacity:.82;
}
.callback-form{
  position:relative!important;
  padding:20px!important;
  border:1px solid rgba(128,198,255,.30)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(80,159,231,.09))!important;
  box-shadow:
    0 18px 42px rgba(0,18,43,.20),
    inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.callback-field label{
  color:#d9edff!important;
  font-size:10px!important;
}
.callback-field input{
  min-height:54px!important;
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(166,211,250,.24)!important;
  font-size:14px!important;
}
.callback-field input:focus{
  background:rgba(255,255,255,.16)!important;
  border-color:#74bdff!important;
  box-shadow:0 0 0 3px rgba(82,171,249,.12)!important;
}
.callback-submit{
  min-height:54px!important;
  padding:0 24px!important;
  background:linear-gradient(110deg,#61aff8,#a2d8ff)!important;
  box-shadow:0 13px 28px rgba(37,137,227,.28)!important;
  font-size:12px!important;
}

/* Offer builder: still technical/dark, but no longer near-black */
.ai-console{
  background:
    radial-gradient(circle at 72% 28%,rgba(67,164,255,.13),transparent 34%),
    linear-gradient(145deg,#0b2a4e 0%,#0e3764 52%,#0a2c53 100%)!important;
  border-color:rgba(100,184,255,.28)!important;
  box-shadow:0 30px 75px rgba(7,52,101,.16)!important;
}
.ai-console-top{
  background:rgba(255,255,255,.035)!important;
  border-bottom-color:rgba(143,204,255,.16)!important;
}
.ai-input-panel{
  background:rgba(255,255,255,.018)!important;
}
.ai-result-panel{
  background:
    radial-gradient(circle at 50% 38%,rgba(91,182,255,.13),transparent 42%),
    rgba(8,38,72,.18)!important;
}
.ai-field select,
.ai-field input,
.ai-field textarea{
  background:rgba(255,255,255,.075)!important;
  border-color:rgba(136,199,255,.20)!important;
}
.ai-checks label{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(135,199,255,.15)!important;
}
.ai-system{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(135,199,255,.17)!important;
}

@media(max-width:980px){
  .callback-box{grid-template-columns:1fr!important}
  .callback-copy{opacity:1}
}
@media(max-width:700px){
  .callback-form{
    padding:16px!important;
    box-shadow:0 15px 34px rgba(0,18,43,.20)!important;
  }
  .callback-field input,.callback-submit{min-height:52px!important}
}


/* v39 — clearer callback inputs */
.callback-field input{
  background:rgba(255,255,255,.94)!important;
  color:#081b34!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:0 7px 18px rgba(0,20,46,.10)!important;
}
.callback-field input::placeholder{
  color:#718096!important;
  opacity:1!important;
}
.callback-field input:focus{
  background:#fff!important;
  color:#07172b!important;
  border-color:#8bcaff!important;
  box-shadow:0 0 0 3px rgba(91,174,247,.14),0 9px 22px rgba(0,20,46,.12)!important;
}


/* =========================================================
   v40 — OFFER BUILDER HEADER RHYTHM + STRONG CTA TYPOGRAPHY
   ========================================================= */

/* More breathing room between live status dot and title */
.ai-status{
  column-gap:14px!important;
}
.ai-status i{
  margin-right:3px!important;
}

/* Shared premium CTA typography */
.ai-run,
.callback-submit,
#teklif-form button[type="submit"],
.form-card button[type="submit"]{
  font-family:"Space Grotesk","Manrope",Arial,sans-serif!important;
  font-weight:800!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  font-variation-settings:"wght" 800!important;
  line-height:1!important;
}

/* System builder CTA: more engineered, less generic */
.ai-run{
  min-height:58px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:13px!important;
  font-size:12px!important;
  text-shadow:0 1px 0 rgba(255,255,255,.24)!important;
}
.ai-run-icon{
  font-family:Georgia,serif!important;
  font-size:16px!important;
  font-weight:700!important;
}
.ai-run b{
  font-family:"Space Grotesk","Manrope",sans-serif!important;
  font-size:18px!important;
  font-weight:500!important;
}

/* Homepage callback send */
.callback-submit{
  font-size:11px!important;
  letter-spacing:.12em!important;
  border-radius:10px!important;
  text-shadow:0 1px 0 rgba(255,255,255,.24)!important;
}
.callback-submit span{
  font-family:"Space Grotesk","Manrope",sans-serif!important;
  font-size:16px!important;
  font-weight:500!important;
}

/* Main offer form submit: strong technical identity */
#teklif-form button[type="submit"],
.form-card button[type="submit"]{
  min-height:56px!important;
  padding-left:24px!important;
  padding-right:24px!important;
  font-size:11px!important;
  letter-spacing:.105em!important;
  border-radius:11px!important;
  background:linear-gradient(112deg,#126fd2,#3b9cf2)!important;
  box-shadow:0 12px 26px rgba(22,111,210,.22)!important;
}
#teklif-form button[type="submit"]:hover,
.form-card button[type="submit"]:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 16px 32px rgba(22,111,210,.28)!important;
}

@media(max-width:640px){
  .ai-status{column-gap:11px!important}
  .ai-run{font-size:10.5px!important;letter-spacing:.055em!important}
  .callback-submit,
  #teklif-form button[type="submit"],
  .form-card button[type="submit"]{font-size:10.5px!important}
}

/* =========================================================
   v41 SEO SERVICE LANDING PAGES
   ========================================================= */
.service-detail-hero .lead{max-width:780px;margin-top:22px}
.service-detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:54px;align-items:start}
.service-detail-main h2{font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-.04em;margin:12px 0 20px}
.service-detail-main>p{color:#65778b;line-height:1.8;max-width:760px}
.service-scope-list{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.service-scope-list li{position:relative;padding:15px 14px 15px 40px;border:1px solid #e0eaf4;border-radius:13px;background:#fff;color:#243b55;font-size:13px;font-weight:700}
.service-scope-list li:before{content:"✓";position:absolute;left:14px;top:14px;width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:#eaf5ff;color:#1682e9;font-size:10px}
.service-detail-aside{position:sticky;top:105px;padding:28px;border-radius:22px;background:linear-gradient(145deg,#081d39,#0c3766);color:#fff;box-shadow:0 24px 55px rgba(8,48,91,.16)}
.service-detail-aside>span{font-size:9px;font-weight:900;letter-spacing:.16em;color:#69b9ff}
.service-detail-aside h3{font-size:28px;line-height:1.05;margin:13px 0}
.service-detail-aside p{color:#9bb4cd;line-height:1.65;font-size:13px}
.service-detail-aside .btn{margin-top:12px}
.service-process{background:#f7fbff}
.process-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.process-mini-grid>div{padding:24px;border:1px solid #dfebf6;border-radius:17px;background:#fff}
.process-mini-grid b{display:block;color:#2189e9;font-size:11px;margin-bottom:24px}
.process-mini-grid strong{display:block;color:#0b213c;font-size:15px;margin-bottom:8px}
.process-mini-grid p{margin:0;color:#718195;font-size:12px;line-height:1.6}
.service-more{display:inline-block;margin-top:18px;color:#1682e9;font-size:9px;font-weight:900;letter-spacing:.12em}
@media(max-width:900px){.service-detail-grid{grid-template-columns:1fr}.service-detail-aside{position:static}.process-mini-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.service-scope-list,.process-mini-grid{grid-template-columns:1fr}.service-detail-grid{gap:30px}}


/* v43 — contact page restore: contained layout, phone + address only */
.contact-page-section .container{
  width:min(1180px,calc(100% - 48px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.contact-cards-two{
  display:grid!important;
  grid-template-columns:.7fr 1.3fr!important;
  gap:14px!important;
}
.contact-page-section .map-section{
  width:100%!important;
  max-width:100%!important;
  margin:38px 0 0!important;
}
.contact-page-section .map-frame{
  width:100%!important;
  overflow:hidden!important;
  border-radius:22px!important;
}
.contact-page-section .map-frame iframe{
  width:100%!important;
  display:block!important;
}
.contact-page-section .form-wrap{
  width:100%!important;
  max-width:100%!important;
  margin:60px 0 0!important;
}
@media(max-width:700px){
  .contact-page-section .container{width:min(100% - 30px,1180px)!important}
  .contact-cards-two{grid-template-columns:1fr!important}
  .contact-page-section .map-section{margin-top:26px!important}
  .contact-page-section .form-wrap{margin-top:40px!important}
}
