:root{
  --ink:#071a38;
  --blue:#075fd8;
  --blue2:#0a4fae;
  --muted:#627184;
  --line:#d9e6f2;
  --grid:#edf3f8;
  --paper:#ffffff;
  --wash:#fbfdff;
  --max:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;
  font-weight:400;
  letter-spacing:-.01em;
}
a{text-decoration:none;color:inherit}
.wrap{width:min(var(--max),calc(100% - 44px));margin:auto}
.gridbg{
  background-color:#fff;
  background-image:
    linear-gradient(var(--grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--grid) 1px,transparent 1px);
  background-size:28px 28px;
}

/* Header */
header{
  height:64px;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.98);
  position:sticky;top:0;z-index:30;
  backdrop-filter:blur(12px);
}
nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.navlinks{min-width:0}.logo{flex:0 0 auto}
.logo{font-size:19px;font-weight:760;letter-spacing:.02em}
.navlinks{display:flex !important;align-items:center;gap:17px;font-size:9px;font-weight:560;white-space:nowrap}
.navlinks a{color:#213550}
.navlinks a:hover{color:var(--blue)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 15px;border-radius:3px;
  background:var(--blue);color:#fff;
  font-size:10px;font-weight:650;
  border:1px solid var(--blue);
}
.btn.secondary{background:#fff;color:var(--ink);border-color:#90a9c2}

/* Hero */
.hero{
  min-height:370px;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.hero .wrap{
  min-height:370px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  align-items:center;
}
.hero-copy{padding:34px 10px 30px 12px}
h1{
  margin:0 0 16px;
  font-size:clamp(39px,4.3vw,59px);
  line-height:1.02;
  letter-spacing:-.052em;
  font-weight:560;
}
.lead{
  max-width:430px;
  font-size:11px;
  line-height:1.72;
  color:var(--muted);
  margin:0 0 22px;
}
.actions{display:flex;gap:9px;flex-wrap:wrap}
.blueprint{
  height:350px;
  position:relative;
  align-self:end;
}
.blueprint svg{width:100%;height:100%;display:block}
.bp-label{
  position:absolute;
  color:var(--blue2);
  font-size:8px;
  font-weight:700;
  letter-spacing:.04em;
  white-space:nowrap;
}
.bp-label:before{
  content:"";display:inline-block;width:18px;height:1px;
  background:#77a9df;vertical-align:middle;margin-right:6px;
}
.b1{top:13%;right:9%}
.b2{top:29%;right:2%}
.b3{top:46%;right:4%}
.b4{bottom:12%;left:15%}

/* Section shared */
.strip{
  border-bottom:1px solid var(--line);
  background:#fff;
}
.section-title{
  text-align:center;
  font-size:9px;
  color:var(--blue2);
  font-weight:700;
  letter-spacing:.055em;
  margin-bottom:18px;
}
.linkmini{font-size:8px;color:var(--blue);font-weight:650}

/* Experience */
.experience{padding:17px 0 19px}
.exp-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:5px;
}
.exp{
  text-align:center;
  font-size:12px;
  color:#203a5a;
  min-height:96px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:5px;
  padding-top:5px;
}
/* Domains */
.domains{padding:19px 0 23px}
.domain-row{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.domain{
  position:relative;
  border:1px solid #bcd4ee;
  min-height:195px;
  padding:15px 14px;
  background:rgba(255,255,255,.9);
  text-align:center;
  border-radius:3px;
}
.domain svg{
  width:55px;height:55px;stroke:var(--blue);fill:none;stroke-width:1.2;
  margin:2px auto 9px;
}
.domain b{
  display:block;font-size:8px;color:var(--blue2);letter-spacing:.045em;margin-bottom:7px
}
.domain p{
  margin:0;color:#43556b;font-size:8px;line-height:1.55
}
.domain .arr{position:absolute;right:10px;bottom:8px;color:var(--blue);font-size:15px}

/* Delivery */
.delivery{padding:18px 0 22px}
.delivery-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  position:relative;
}
.delivery-row:before{
  content:"";position:absolute;left:6.5%;right:6.5%;top:22px;height:1px;background:#86b1e5
}
.phase{text-align:center;position:relative}
.phase .circle{
  width:43px;height:43px;border-radius:50%;border:1px solid #79a9e3;
  background:#fff;margin:auto;display:grid;place-items:center;position:relative;z-index:2
}
.phase svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.45}
.phase b{display:block;font-size:8px;margin-top:7px;font-weight:650}

/* Industries */
.industries{padding:18px 0 21px}
.section-line-head{
  display:flex;align-items:center;justify-content:space-between;margin-bottom:12px
}
.section-line-head .section-title{margin:0;flex:1}
.industry-row{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}
.industry{
  text-align:center;
  font-size:7.5px;
  color:#203a5a;
  min-height:57px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px
}
.industry svg{width:25px;height:25px;stroke:var(--blue);fill:none;stroke-width:1.25}

/* Projects */
.projects{padding:18px 0 20px}
.project-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.project{
  border:1px solid #a9c8e9;background:#fff;border-radius:3px;overflow:hidden
}
.project-art{
  height:93px;background:#fbfdff;border-bottom:1px solid #cbdff2
}
.project-art svg{width:100%;height:100%;stroke:#4a83c3;fill:none;stroke-width:.9}
.project-copy{padding:8px 9px 9px}
.project-copy b{display:block;font-size:8px;font-weight:650;line-height:1.35}
.project-copy span{display:block;font-size:7px;color:var(--muted);margin-top:3px}

/* CTA */
.final{padding:18px 0 0}
.finalbox{
  min-height:102px;
  position:relative;
  overflow:hidden;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 20px 16px;
}
.finalbox h2{
  margin:0;
  color:var(--blue2);
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:560;
  position:relative;z-index:2
}
.finalbox .btn{position:relative;z-index:2}
.finalbox svg{
  position:absolute;left:47%;bottom:-24px;width:260px;height:115px;
  stroke:#7fa8d8;fill:none;opacity:.44
}

/* Minimal footer, visually out of the mockup hierarchy */
footer{
  padding:15px 0 18px;
  color:#8794a2;
  font-size:8px;
  border-top:1px solid #eef3f7;
}
.foot{display:flex;justify-content:space-between}


/* Mega menu */
.navwrap{position:relative}
.navitem{position:relative;display:flex !important;align-items:center;height:64px}

.navtrigger{
  border:0;
  background:transparent;
  color:#213550;
  font:inherit;
  font-size:10px;
  font-weight:560;
  padding:22px 0;
  cursor:pointer;
}
.navtrigger span{
  font-size:9px;
  color:#6c8198;
  margin-left:3px;
}

.mega{
  position:fixed;
  top:64px;
  left:50%;
  width:min(var(--max),calc(100vw - 44px));
  transform:translateX(-50%) translateY(-5px);
  display:grid;
  grid-template-columns:minmax(280px,1.38fr) repeat(4,minmax(0,1fr));
  gap:0;
  background:rgba(255,255,255,.985);
  border:1px solid #cbdceb;
  box-shadow:0 18px 50px rgba(7,26,56,.12);
  padding:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
  z-index:80;
  white-space:normal;
  border-radius:0 0 6px 6px;
  overflow:hidden;
}

.has-mega:hover .mega,
.has-mega.open .mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.mega-intro{
  min-width:0;
  padding:30px 28px 28px;
  border-right:1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.93),rgba(255,255,255,.93)),
    linear-gradient(var(--grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--grid) 1px,transparent 1px);
  background-size:auto,24px 24px,24px 24px;
}

.mega-kicker{
  font-size:9px;
  line-height:1.3;
  color:var(--blue2);
  font-weight:700;
  letter-spacing:.1em;
}

.mega-intro h3{
  margin:11px 0 13px;
  font-size:23px;
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:560;
}

.mega-intro p{
  max-width:100%;
  margin:0;
  font-size:11px;
  line-height:1.65;
  color:var(--muted);
  white-space:normal;
  overflow-wrap:anywhere;
}

.mega-link{
  display:inline-block;
  margin-top:17px;
  color:var(--blue);
  font-size:10px;
  font-weight:650;
}

.mega-col{
  min-width:0;
  padding:30px 20px 25px;
  border-right:1px solid #edf3f8;
}
.mega-col:last-child{border-right:0}

.mega-title{
  font-size:9px;
  color:var(--blue2);
  font-weight:750;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.mega-col a,
.mega-col .menu-label,
.dropdown a,
.dropdown .menu-label{
  display:block;
  font-size:9px;
  line-height:1.35;
  color:#334960;
  padding:5px 0;
}

.mega-col a{
  padding:6px 0;
  font-size:10.5px;
  line-height:1.4;
  white-space:normal;
}

.mega-col a:hover,
.dropdown a:hover{color:var(--blue)}

.dropdown{
  position:absolute;top:63px;left:-18px;
  min-width:225px;background:#fff;border:1px solid #cbdceb;
  box-shadow:0 14px 34px rgba(7,26,56,.1);
  padding:14px 18px;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:.16s ease;z-index:80
}
.has-dropdown:hover .dropdown,.has-dropdown.open .dropdown{
  opacity:1;visibility:visible;pointer-events:auto
}


.mobile-menu-label{display:none;font-size:10px;font-weight:650;color:var(--ink);border:1px solid #aebfd0;padding:8px 10px;border-radius:3px;background:#fff}
@media(max-width:720px){
  .mobile-menu-label{display:inline-flex}
  .navlinks{gap:8px}
}

/* Responsive */
@media(max-width:720px){
  .navlinks>a:not(.btn),.navitem{display:none !important}
  .hero .wrap{grid-template-columns:1fr}
  .hero-copy{padding:38px 6px 8px}
  .blueprint{height:315px}
  .exp-row{grid-template-columns:repeat(3,1fr)}
  .domain-row{grid-template-columns:1fr 1fr}
  .industry-row{grid-template-columns:repeat(4,1fr)}
  .project-row{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .wrap{width:calc(100% - 24px)}
  header{height:58px}
  h1{font-size:43px}
  .blueprint{height:265px}
  .domain-row,.project-row{grid-template-columns:1fr}
  .delivery-row{grid-template-columns:repeat(3,1fr);gap:18px 0}
  .delivery-row:before{display:none}
  .industry-row{grid-template-columns:repeat(2,1fr)}
  .finalbox{align-items:flex-start;flex-direction:column;gap:18px}
}

/* HD blueprint images */
.blueprint-photo{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}
.blueprint-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center bottom;
}

.project-art-photo{
  position:relative;
  overflow:hidden;
}
.project-art-photo{
  height:auto;
  aspect-ratio: .82 / 1;
}
.project-art-photo img{
  position:absolute;
  width:400%;
  height:100%;
  max-width:none;
  object-fit:fill;
}
.project-art-1 img{left:0;top:0}
.project-art-2 img{left:-100%;top:0}
.project-art-3 img{left:-200%;top:0}
.project-art-4 img{left:-300%;top:0}

.final-blueprint{
  position:absolute;
  left:39%;
  bottom:-16px;
  width:390px;
  height:130px;
  object-fit:contain;
  opacity:.58;
  pointer-events:none;
}

@media(max-width:720px){
  .blueprint-photo img{object-position:center}
  .final-blueprint{left:31%;width:340px;opacity:.42}
}
@media(max-width:560px){
  .final-blueprint{left:18%;bottom:-8px;width:300px}
}


/* Responsive overflow fix */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.wrap,
.project-row,
.project,
.project-art-photo{
  min-width:0;
  max-width:100%;
}
.project-art-photo{
  contain:layout paint;
  overflow:hidden;
}
.project-art-photo img{
  max-width:none !important;
}
@media(max-width:720px){
  .project-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .project-row{
    grid-template-columns:minmax(0,1fr);
  }
}


/* HOODEL professional typography */
@font-face{
  font-family:"Space Grotesk";
  src:url("/assets/fonts/space-grotesk.woff2") format("woff2");
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
}
@font-face{
  font-family:"Manrope";
  src:url("/assets/fonts/manrope.woff2") format("woff2");
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
}

body{
  font-family:"Manrope","Segoe UI",Arial,sans-serif;
  font-weight:450;
}
h1,h2,h3,
.logo,
.section-title,
.mega-kicker,
.domain b,
.project-copy b{
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
}
h1{
  font-weight:570;
  letter-spacing:-.045em;
}
.logo{
  position:relative;
  display:inline-flex;
  align-items:center;
  font-size:25px;
  line-height:1;
  font-weight:700;
  letter-spacing:.105em;
  color:#0a1d3a;
  padding:5px 0 10px;
}
.logo-accent{
  color:#0767e8;
}
.logo::after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width:34px;
  height:3px;
  border-radius:5px;
  background:linear-gradient(90deg,#0767e8,#59a7ff);
}
.navlinks{
  font-family:"Manrope","Segoe UI",Arial,sans-serif;
  font-weight:600;
}
.btn{
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
  font-weight:650;
}


/* HOODEL brand mark */
.logo{
  gap:10px;
  text-decoration:none;
  padding:4px 0;
}
.logo::after{
  display:none;
}
.logo-mark{
  display:block;
  width:38px;
  height:38px;
  object-fit:contain;
  flex:0 0 38px;
}
.logo-word{
  display:block;
  line-height:1;
}
@media(max-width:560px){
  .logo{
    gap:8px;
    font-size:20px;
  }
  .logo-mark{
    width:32px;
    height:32px;
    flex-basis:32px;
  }
}


/* Responsive header navigation */
.nav-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:9px;
  border:1px solid #b9cbe0;
  border-radius:4px;
  background:#fff;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.nav-toggle span{
  display:block;
  width:21px;
  height:2px;
  border-radius:2px;
  background:#0a1d3a;
  transition:.2s ease;
}

@media(max-width:960px){
  header{
    height:64px;
    overflow:visible;
  }
  .navwrap,
  nav{
    height:100%;
  }
  .nav-toggle{
    display:flex;
    margin-left:auto;
  }
  .navlinks{
    display:none !important;
    position:absolute;
    top:64px;
    left:0;
    right:0;
    width:100%;
    max-height:calc(100vh - 64px);
    overflow-y:auto;
    padding:16px 22px 22px;
    background:rgba(255,255,255,.99);
    border-top:1px solid #d9e6f2;
    border-bottom:1px solid #cbdceb;
    box-shadow:0 18px 35px rgba(7,26,56,.12);
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    white-space:normal;
  }
  .navlinks.mobile-open{
    display:flex !important;
  }
  .navlinks > a:not(.btn),
  .navlinks > .navitem{
    display:block !important;
    width:100%;
  }
  .navlinks > a,
  .navtrigger{
    width:100%;
    min-height:42px;
    padding:11px 8px;
    text-align:left;
    font-size:13px;
  }
  .navlinks > .btn{
    margin-top:8px;
    min-height:44px;
    font-size:12px;
  }

  .mega,
  .dropdown{
    position:static;
    width:100%;
    min-width:0;
    max-height:55vh;
    overflow-y:auto;
    margin:0;
    box-shadow:none;
    border:1px solid #dce8f4;
    border-radius:4px;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .mega{
    grid-template-columns:1fr;
  }
  .has-mega.open .mega{
    display:grid;
  }
  .has-dropdown.open .dropdown{
    display:block;
  }
  .mega-intro,
  .mega-col{
    padding:15px;
    border-right:0;
    border-bottom:1px solid #edf3f8;
  }
}

@media(max-width:560px){
  header{
    height:58px;
  }
  .navlinks{
    top:58px;
    max-height:calc(100vh - 58px);
    padding-left:12px;
    padding-right:12px;
  }
  .nav-toggle{
    width:38px;
    height:38px;
  }
}

.nav-toggle.active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2){
  opacity:0;
}
.nav-toggle.active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}


/* Definitive mobile navigation fix */
@media(max-width:960px){
  .navlinks{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:100;
    white-space:normal !important;
  }

  .navitem{
    display:block !important;
    width:100%;
    height:auto;
    min-width:0;
  }

  .navtrigger{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:13px 10px;
    font-size:14px;
    line-height:1.3;
    border-bottom:1px solid #edf3f8;
  }

  .mega{
    position:static !important;
    inset:auto !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    max-width:100% !important;
    max-height:none;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
    grid-template-columns:1fr !important;
    border:0;
    border-radius:0;
    box-shadow:none;
    overflow:visible;
    white-space:normal !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    background:#f8fbff;
    display:none !important;
  }

  .has-mega:hover .mega{
    display:none !important;
    transform:none !important;
  }

  .has-mega.open .mega{
    display:block !important;
    transform:none !important;
  }

  .mega-intro{
    display:none;
  }

  .mega-col{
    width:100%;
    min-width:0;
    padding:12px 14px 14px;
    border-right:0;
    border-bottom:1px solid #dce8f4;
    background:#f8fbff;
  }

  .mega-title{
    margin:0 0 7px;
    font-size:10px;
    letter-spacing:.08em;
  }

  .mega-col a{
    display:block;
    width:100%;
    padding:7px 4px;
    font-size:12px;
    line-height:1.4;
    white-space:normal;
  }

  .dropdown{
    position:static !important;
    inset:auto !important;
    width:100% !important;
    min-width:0;
    max-height:none;
    margin:0;
    padding:8px 14px;
    transform:none !important;
    box-shadow:none;
    border:0;
    border-bottom:1px solid #dce8f4;
    background:#f8fbff;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none !important;
  }

  .has-dropdown:hover .dropdown{
    display:none !important;
  }

  .has-dropdown.open .dropdown{
    display:block !important;
  }

  .dropdown a{
    padding:8px 4px;
    font-size:12px;
  }

  .navlinks > a:not(.btn){
    display:block !important;
    width:100%;
    padding:13px 10px;
    font-size:14px;
    border-bottom:1px solid #edf3f8;
  }

  .navlinks > .btn{
    display:flex !important;
    width:100%;
    margin:12px 0 0;
    padding:13px;
    font-size:13px;
  }
}


.domain{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.domain:hover{
  transform:translateY(-3px);
  border-color:#75aaf0;
  box-shadow:0 12px 28px rgba(7,95,216,.09);
}
.domain:hover svg{
  stroke:#004fbf;
}



/* HOODEL Glass AI domain icons */
.domain{
  min-height:250px;
  padding:20px 16px 17px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.domain .glass-icon{
  display:block;
  width:112px;
  height:112px;
  object-fit:contain;
  margin:0 auto 10px;
  filter:drop-shadow(0 9px 13px rgba(7,95,216,.14));
  transition:transform .25s ease,filter .25s ease;
}
.domain:hover .glass-icon{
  transform:translateY(-4px) scale(1.035);
  filter:drop-shadow(0 14px 18px rgba(7,95,216,.22));
}
.domain b{
  margin-top:0;
  font-size:10px;
  letter-spacing:.06em;
}
.domain p{
  font-size:9px;
  line-height:1.55;
}
.domain .arr{
  margin-top:auto;
}

@media(max-width:720px){
  .domain{
    min-height:235px;
  }
  .domain .glass-icon{
    width:104px;
    height:104px;
  }
}
@media(max-width:560px){
  .domain{
    min-height:220px;
  }
  .domain .glass-icon{
    width:96px;
    height:96px;
  }
}


/* HOODEL Duotone experience icons */
.exp .experience-icon{
  display:block;
  width:62px;
  height:62px;
  object-fit:contain;
  margin:0 auto 2px;
  filter:drop-shadow(0 6px 9px rgba(242,140,40,.12));
  transition:transform .22s ease,filter .22s ease;
}
.exp:hover .experience-icon{
  transform:translateY(-3px) scale(1.04);
  filter:drop-shadow(0 9px 12px rgba(242,140,40,.18));
}
.exp span{
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
  font-size:11px;
  font-weight:550;
}

@media(max-width:720px){
  .exp{
    min-height:91px;
  }
  .exp .experience-icon{
    width:56px;
    height:56px;
  }
}
@media(max-width:560px){
  .exp .experience-icon{
    width:52px;
    height:52px;
  }
  .exp span{
    font-size:11px;
  }
}


/* HOODEL final duotone icon system */
.delivery-row:before{
  top:32px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(7,95,216,.42) 8%,
    rgba(7,95,216,.42) 92%,
    transparent
  );
}
.phase .circle{
  width:64px;
  height:64px;
  border:0;
  background:transparent;
}
.delivery-icon{
  display:block;
  width:60px;
  height:60px;
  object-fit:contain;
  filter:drop-shadow(0 7px 10px rgba(242,140,40,.12));
  transition:transform .2s ease,filter .2s ease;
}
.phase:hover .delivery-icon{
  transform:translateY(-3px) scale(1.05);
  filter:drop-shadow(0 10px 14px rgba(242,140,40,.18));
}
.phase b{
  margin-top:5px;
  font-size:8.5px;
}

.industry{
  min-height:82px;
  gap:4px;
  font-size:8px;
}
.industry-icon{
  display:block;
  width:55px;
  height:55px;
  object-fit:contain;
  filter:drop-shadow(0 6px 9px rgba(7,95,216,.11));
  transition:transform .2s ease,filter .2s ease;
}
.industry:hover .industry-icon{
  transform:translateY(-3px) scale(1.06);
  filter:drop-shadow(0 9px 13px rgba(7,95,216,.19));
}

@media(max-width:720px){
  .delivery-icon{
    width:54px;
    height:54px;
  }
  .phase .circle{
    width:58px;
    height:58px;
  }
  .industry-icon{
    width:50px;
    height:50px;
  }
}


/* HOODEL subtle warm enterprise sections */
.experience,
.industries{
  background-color:#f9f6fc;
  background-image:
    radial-gradient(
      circle at 15% 45%,
      rgba(122,70,190,.055),
      transparent 31%
    ),
    radial-gradient(
      circle at 84% 55%,
      rgba(210,76,164,.035),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      rgba(91,71,166,.018),
      rgba(184,82,163,.025)
    );
  border-color:#ddd9e8;
}

.industries.gridbg{
  background-color:#f9f6fc;
  background-image:
    radial-gradient(
      circle at 15% 45%,
      rgba(122,70,190,.055),
      transparent 31%
    ),
    radial-gradient(
      circle at 84% 55%,
      rgba(210,76,164,.035),
      transparent 28%
    ),
    linear-gradient(
      rgba(107,83,148,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(107,83,148,.045) 1px,
      transparent 1px
    );
  background-size:auto,auto,28px 28px,28px 28px;
}

.experience .section-title,
.industries .section-title{
  color:#354ba6;
}


/* HOODEL final enterprise CTA */
.final{
  padding:28px 0 20px;
  background:#fff;
}

.finalbox{
  min-height:190px;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:32px 38px;
  border:1px solid #d9cfe7;
  border-radius:5px;
  background-color:#f3edf8;
  background-image:
    radial-gradient(
      circle at 82% 45%,
      rgba(85,104,220,.10),
      transparent 37%
    ),
    radial-gradient(
      circle at 18% 20%,
      rgba(190,78,165,.065),
      transparent 32%
    ),
    linear-gradient(
      rgba(111,85,153,.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(111,85,153,.055) 1px,
      transparent 1px
    );
  background-size:auto,auto,28px 28px,28px 28px;
}

.final-content{
  position:relative;
  z-index:3;
  max-width:480px;
}

.final-kicker{
  margin-bottom:10px;
  color:#6651a5;
  font-size:8px;
  line-height:1;
  font-weight:750;
  letter-spacing:.13em;
}

.finalbox h2{
  margin:0;
  color:#094fae;
  font-size:clamp(27px,3vw,38px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:590;
}

.finalbox p{
  max-width:420px;
  margin:14px 0 18px;
  color:#56657a;
  font-size:10px;
  line-height:1.65;
}

.final-actions{
  display:flex;
  align-items:center;
  gap:17px;
}

.final-link{
  color:#154e9f;
  font-size:9px;
  font-weight:650;
  transition:color .18s ease;
}

.final-link:hover{
  color:#8b39a9;
}

.finalbox .btn{
  position:relative;
  z-index:3;
}

.finalbox .final-blueprint{
  position:absolute;
  z-index:1;
  right:2%;
  left:auto;
  bottom:-35px;
  width:520px;
  height:auto;
  max-height:none;
  object-fit:contain;
  opacity:.58;
  filter:saturate(.88) contrast(1.05);
  pointer-events:none;
}

@media(max-width:720px){
  .final{
    padding:20px 0 14px;
  }

  .finalbox{
    min-height:330px;
    display:block;
    padding:28px 24px;
  }

  .final-content{
    max-width:100%;
  }

  .finalbox .final-blueprint{
    width:390px;
    max-width:95%;
    right:-5%;
    bottom:-30px;
    opacity:.34;
  }
}

@media(max-width:480px){
  .finalbox{
    min-height:350px;
    padding:25px 20px;
  }

  .finalbox h2{
    font-size:29px;
  }

  .final-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:13px;
  }

  .finalbox .final-blueprint{
    width:330px;
    bottom:-12px;
  }
}


/* Blend final blueprint into CTA */
.finalbox .final-blueprint{
  mix-blend-mode:multiply;
  opacity:.52;
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,0,0,.4) 13%,
    #000 30%,
    #000 100%
  );
  mask-image:linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,0,0,.4) 13%,
    #000 30%,
    #000 100%
  );
}


/* Full-width final CTA band */
.final{
  padding:0;
  background-color:#f3edf8;
  background-image:
    radial-gradient(
      circle at 76% 45%,
      rgba(85,104,220,.10),
      transparent 32%
    ),
    radial-gradient(
      circle at 18% 20%,
      rgba(190,78,165,.065),
      transparent 30%
    ),
    linear-gradient(
      rgba(111,85,153,.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(111,85,153,.055) 1px,
      transparent 1px
    );
  background-size:auto,auto,28px 28px,28px 28px;
  border-top:1px solid #d9cfe7;
  border-bottom:1px solid #d9cfe7;
}

.finalbox{
  min-height:190px;
  border:0;
  border-radius:0;
  background:none;
  padding-left:12px;
  padding-right:12px;
}

@media(max-width:720px){
  .finalbox{
    padding:28px 12px;
  }
}

/* =========================================================
   HOODEL — FINAL TYPOGRAPHY
   Visual only — SEO/HTML untouched
   ========================================================= */

@media (min-width: 961px){

  .navlinks > a:not(.btn),
  .navtrigger{
    font-size:12px;
    font-weight:560;
  }

  .section-title{
    font-size:11px;
  }

  .domain b{
    font-size:13px;
  }

  .domain p{
    font-size:11px;
    line-height:1.55;
  }

  .phase b{
    font-size:11px;
  }

  .project-copy b{
    font-size:11px;
  }

  .project-copy span{
    font-size:10px;
    line-height:1.5;
  }

  .industry{
    font-size:11px;
    line-height:1.5;
  }

  .mega-kicker{
    font-size:9px;
  }

  .mega-intro p{
    font-size:11px;
    line-height:1.65;
  }

  .mega-link{
    font-size:11px;
  }

  .mega-title{
    font-size:10px;
  }

  .mega-col a,
  .mega-col .menu-label{
    font-size:11px;
    line-height:1.45;
  }

  .btn,
  .final-link{
    font-size:12px;
  }
}


/* ---------- RTL ---------- */

@media (min-width: 961px){

  [dir="rtl"] .navlinks > a:not(.btn),
  [dir="rtl"] .navtrigger{
    font-size:13px;
    font-weight:560;
  }

  [dir="rtl"] .section-title{
    font-size:12px;
  }

  [dir="rtl"] .domain b{
    font-size:14px;
  }

  [dir="rtl"] .domain p{
    font-size:13px;
    line-height:1.7;
  }

  [dir="rtl"] .phase b{
    font-size:13px;
  }

  [dir="rtl"] .industry{
    font-size:13px;
    line-height:1.6;
  }

  [dir="rtl"] .project-copy b{
    font-size:13px;
  }

  [dir="rtl"] .project-copy span{
    font-size:12px;
    line-height:1.6;
  }

  [dir="rtl"] .mega-intro p{
    font-size:13px !important;
    line-height:1.75;
  }

  [dir="rtl"] .mega-link{
    font-size:12px !important;
  }

  [dir="rtl"] .mega-title{
    font-size:10px !important;
  }

  [dir="rtl"] .mega-col a,
  [dir="rtl"] .mega-col .menu-label{
    font-size:13px !important;
    line-height:1.6;
    font-weight:550;
  }

  [dir="rtl"] .btn,
  [dir="rtl"] .final-link{
    font-size:13px;
  }
}


/* ---------- MOBILE ---------- */

@media (max-width: 960px){

  .section-title{
    font-size:11px;
  }

  .domain b{
    font-size:13px;
  }

  .domain p{
    font-size:11px;
    line-height:1.55;
  }

  .phase b{
    font-size:11px;
  }

  .industry{
    font-size:11px;
    line-height:1.5;
  }

  .project-copy b{
    font-size:11px;
  }

  .project-copy span{
    font-size:10px;
    line-height:1.5;
  }

  [dir="rtl"] .section-title{
    font-size:12px;
  }

  [dir="rtl"] .domain b{
    font-size:14px;
  }

  [dir="rtl"] .domain p{
    font-size:12px;
    line-height:1.7;
  }

  [dir="rtl"] .phase b{
    font-size:12px;
  }

  [dir="rtl"] .industry{
    font-size:12px;
    line-height:1.6;
  }

  [dir="rtl"] .project-copy b{
    font-size:12px;
  }

  [dir="rtl"] .project-copy span{
    font-size:11px;
    line-height:1.6;
  }
}

/* =========================================================
   HOODEL — FINAL NAVIGATION TYPOGRAPHY
   Unified top-level navigation system
   Visual only — SEO/HTML untouched
   ========================================================= */

@media (min-width:961px){

  .navlinks > a:not(.btn),
  .navlinks > .navitem > .navtrigger{
    font-family:inherit;
    font-style:normal;
    font-size:12px;
    line-height:1.35;
    font-weight:560;
    letter-spacing:0;
    text-decoration:none;
  }

  .navlinks > .navitem > .navtrigger{
    display:flex;
    align-items:center;
    gap:3px;
    white-space:nowrap;
  }

  .navlinks > .navitem > .navtrigger span{
    font-family:inherit;
    font-size:9px;
    line-height:1;
    font-weight:500;
    margin:0;
  }

  .mega-col a,
  .mega-col .menu-label{
    font-family:inherit;
    font-style:normal;
    font-size:11px;
    line-height:1.45;
    font-weight:550;
    letter-spacing:0;
  }

  [dir="rtl"] .navlinks > a:not(.btn),
  [dir="rtl"] .navlinks > .navitem > .navtrigger{
    font-family:inherit;
    font-style:normal;
    font-size:13px;
    line-height:1.45;
    font-weight:560;
    letter-spacing:0;
  }

  [dir="rtl"] .navlinks > .navitem > .navtrigger span{
    font-family:inherit;
    font-size:9px;
    font-weight:500;
  }

  [dir="rtl"] .mega-col a,
  [dir="rtl"] .mega-col .menu-label{
    font-family:inherit;
    font-size:13px;
    line-height:1.6;
    font-weight:550;
    letter-spacing:0;
  }
}

@media (max-width:960px){

  .navlinks > a:not(.btn),
  .navlinks > .navitem > .navtrigger{
    font-family:inherit;
    font-style:normal;
    font-size:14px;
    line-height:1.35;
    font-weight:560;
    letter-spacing:0;
  }

  .navlinks > .navitem > .navtrigger{
    display:flex;
    align-items:center;
    justify-content:space-between;
    white-space:normal;
  }

  .mega-col a,
  .mega-col .menu-label{
    font-family:inherit;
    font-size:12px;
    line-height:1.4;
    font-weight:550;
    letter-spacing:0;
  }

  [dir="rtl"] .navlinks > a:not(.btn),
  [dir="rtl"] .navlinks > .navitem > .navtrigger{
    font-family:inherit;
    font-size:14px;
    line-height:1.45;
    font-weight:560;
    letter-spacing:0;
  }

  [dir="rtl"] .mega-col a,
  [dir="rtl"] .mega-col .menu-label{
    font-family:inherit;
    font-size:13px;
    line-height:1.55;
    font-weight:550;
  }
}

/* =========================================================
   HOODEL — FINAL DROPDOWN TYPOGRAPHY
   Match secondary menus with Mega Menu readability
   Visual only — SEO/HTML untouched
   ========================================================= */

@media (min-width:961px){

  .dropdown a,
  .dropdown .menu-label{
    font-family:inherit;
    font-style:normal;
    font-size:11px;
    line-height:1.45;
    font-weight:550;
    letter-spacing:0;
  }

  [dir="rtl"] .dropdown a,
  [dir="rtl"] .dropdown .menu-label{
    font-size:13px;
    line-height:1.6;
    font-weight:550;
  }
}

@media (max-width:960px){

  .dropdown a,
  .dropdown .menu-label{
    font-family:inherit;
    font-size:12px;
    line-height:1.4;
    font-weight:550;
  }

  [dir="rtl"] .dropdown a,
  [dir="rtl"] .dropdown .menu-label{
    font-size:13px;
    line-height:1.55;
    font-weight:550;
  }
}

/* =========================================================
   HOODEL — LANGUAGE SELECTOR TYPOGRAPHY
   Visual only — SEO/HTML untouched
   ========================================================= */

.lang-switch,
.lang-switch a,
.lang-switch button{
  font-family:inherit;
  font-size:11px;
  line-height:1.35;
  font-weight:550;
}

@media (min-width:961px){
  .lang-switch,
  .lang-switch a,
  .lang-switch button{
    font-size:11px;
    font-weight:550;
  }

  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:12px;
    font-weight:550;
  }
}

@media (max-width:960px){
  .lang-switch,
  .lang-switch a,
  .lang-switch button{
    font-size:13px;
    font-weight:550;
  }
}

/* HOODEL — FINAL LANGUAGE SELECTOR SIZE */
.lang-switch,
.lang-switch a,
.lang-switch button{
  font-family:inherit;
  font-size:13px;
  line-height:1.4;
  font-weight:550;
}

@media (min-width:961px){
  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:14px;
  }
}

@media (max-width:960px){
  .lang-switch,
  .lang-switch a,
  .lang-switch button,
  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:14px;
  }
}

/* HOODEL — FINAL LANGUAGE SELECTOR SIZE */
.lang-switch,
.lang-switch a,
.lang-switch button{
  font-family:inherit;
  font-size:13px;
  line-height:1.4;
  font-weight:550;
}

@media (min-width:961px){
  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:14px;
  }
}

@media (max-width:960px){
  .lang-switch,
  .lang-switch a,
  .lang-switch button,
  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:14px;
  }
}

/* HOODEL — FINAL LANGUAGE SELECTOR SIZE */
.lang-switch,
.lang-switch a,
.lang-switch button{
  font-family:inherit;
  font-size:13px;
  line-height:1.4;
  font-weight:550;
}

@media (min-width:961px){
  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:14px;
  }
}

@media (max-width:960px){
  .lang-switch,
  .lang-switch a,
  .lang-switch button,
  [dir="rtl"] .lang-switch,
  [dir="rtl"] .lang-switch a,
  [dir="rtl"] .lang-switch button{
    font-size:14px;
  }
}

/* HOODEL — FINAL HEADER LANGUAGE TYPOGRAPHY */
.header-languages,
.header-languages a,
.header-languages strong{
  font-family:inherit;
  font-size:13px;
  line-height:1.4;
  font-weight:550;
}

.header-languages i{
  font-size:11px;
  font-style:normal;
  font-weight:400;
  margin:0 3px;
}

@media (min-width:961px){
  [dir="rtl"] .header-languages,
  [dir="rtl"] .header-languages a,
  [dir="rtl"] .header-languages strong{
    font-size:14px;
  }
}

@media (max-width:960px){
  .header-languages,
  .header-languages a,
  .header-languages strong,
  [dir="rtl"] .header-languages,
  [dir="rtl"] .header-languages a,
  [dir="rtl"] .header-languages strong{
    font-size:14px;
  }
}

/* HOODEL — LANGUAGE SELECTOR FINAL SIZE */
.header-languages,
.header-languages a,
.header-languages strong{
  font-size:11.5px;
  line-height:1.35;
  font-weight:550;
}

.header-languages i{
  font-size:9px;
  margin:0 3px;
}

@media (min-width:961px){
  [dir="rtl"] .header-languages,
  [dir="rtl"] .header-languages a,
  [dir="rtl"] .header-languages strong{
    font-size:12px;
  }
}

/* HOODEL — LANGUAGE SELECTOR FINAL */
.header-languages,
.header-languages a,
.header-languages strong{
  font-family:inherit !important;
  font-size:10px !important;
  line-height:1.3 !important;
  font-weight:500 !important;
}

.header-languages i{
  font-size:8px !important;
  margin:0 3px !important;
}

@media (max-width:960px){
  .header-languages,
  .header-languages a,
  .header-languages strong{
    font-size:11px !important;
  }
}

/* =========================================================
   HOODEL — FINAL HERO LEAD TYPOGRAPHY
   Visual only — SEO/HTML untouched
   ========================================================= */

@media (min-width:961px){
  .hero .lead{
    font-size:16px;
    line-height:1.7;
    font-weight:450;
  }

  [dir="rtl"] .hero .lead{
    font-size:17px;
    line-height:1.8;
    font-weight:450;
  }
}

@media (max-width:960px){
  .hero .lead{
    font-size:15px;
    line-height:1.7;
    font-weight:450;
  }

  [dir="rtl"] .hero .lead{
    font-size:16px;
    line-height:1.8;
  }
}

/* HOODEL — RU/TR HERO LEAD */
html[lang="ru"] .hero .lead,
html[lang="tr"] .hero .lead{
  font-size:16px;
  line-height:1.7;
  font-weight:450;
}

@media (max-width:960px){
  html[lang="ru"] .hero .lead,
  html[lang="tr"] .hero .lead{
    font-size:15px;
    line-height:1.7;
  }
}

/* HOODEL — PHASE ACTIVE GLOW
   Orange accent only — icon and connector unchanged */

.phase .circle{
  transition:
    box-shadow .35s ease,
    background-color .35s ease;
}

.phase.active .circle,
.phase.current .circle,
.phase.is-active .circle{
  box-shadow:
    0 0 0 6px rgba(242,140,40,.035),
    0 0 22px rgba(242,140,40,.12),
    0 0 42px rgba(242,140,40,.06);
}

/* HOODEL — Hero title: enforce three semantic lines */
.fixed-three-line-title span{
  display:block;
  white-space:nowrap;
}

/* HOODEL — Featured Projects frame optimization */
@media (min-width: 961px){
  .project-art-photo{
    aspect-ratio: 1.8 / 1;
    overflow:hidden;
  }
}


/* HOODEL — Featured Projects image frame
   Reduce image frame width + height proportionally */
@media (min-width: 961px){
  .project-art-photo{
    width:70%;
    aspect-ratio:3 / 1;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
  }

  .project-art-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
}


/* HOODEL — Featured Projects sprite frame FIX */
@media (min-width: 961px){

  .project-art-photo{
    width:70%;
    aspect-ratio:3 / 1;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    position:relative;
  }

  .project-art-photo img{
    width:400%;
    height:100%;
    max-width:none;
    object-fit:cover;
  }

}


/* HOODEL — Featured Projects square image frames */
@media (min-width: 961px){
  .project-art-photo{
    width:70%;
    aspect-ratio:1 / 1;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    position:relative;
  }

  .project-art-photo img{
    width:400%;
    height:100%;
    max-width:none;
    object-fit:cover;
  }
}


/* HOODEL — Featured Projects visual cleanup */
@media (min-width: 961px){

  .project-art-photo{
    border:none !important;
    box-shadow:none !important;
  }

  .project-copy{
    text-align:center;
    align-items:center;
  }

}


/* HOODEL — Featured Projects text alignment */
@media (min-width: 961px){
  .projects .project-copy{
    width:100%;
    text-align:center !important;
  }

  .projects .project-copy b,
  .projects .project-copy span{
    display:block;
    width:100%;
    text-align:center !important;
  }
}


/* HOODEL — Featured Projects frame proportion */
@media (min-width: 961px){
  .projects .project-art-photo{
    aspect-ratio:1.15 / 1;
  }
}

