/* Human-readable section map: selectors below are grouped by the component they style. */
/* OrganicMetric stable global layer — additive only */

/* Styles: html */
html{overflow-x:hidden!important}

/* Styles: body */
body{overflow-x:hidden!important}

/* Styles: .site-header */
.site-header{position:fixed!important;top:0;left:0;right:0;z-index:1000!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--line)!important;transition:background .25s,backdrop-filter .25s,box-shadow .25s!important}

/* Styles: .site-header.scrolled */
.site-header.scrolled{background:rgba(255,255,255,.76)!important;backdrop-filter:blur(18px)!important;box-shadow:0 10px 35px rgba(11,16,32,.10)!important}

/* Styles: body */
body{padding-top:82px!important}

/* Styles: .site-header .nav */
.site-header .nav{min-width:0!important}

/* Styles: .header-search-wrap */
.header-search-wrap{width:260px;flex:0 0 260px;min-width:0!important;position:relative;transition:flex-basis .35s ease,width .35s ease}

/* Styles: .header-search */
.header-search{min-width:0!important}

/* Styles: .header-search input */
.header-search input{min-width:0!important}

/* Styles: .site-header.search-active .header-search-wrap */
.site-header.search-active .header-search-wrap{flex:1 1 auto!important}

/* Styles: .site-header.search-active .brand,.site-header.search-active .links,.site-header.search-active .navbtn */
.site-header.search-active .brand,
.site-header.search-active .links,
.site-header.search-active .navbtn{display:none!important}

/* Styles: .site-header.search-active .nav */
.site-header.search-active .nav{gap:0!important}

/* Styles: .site-header.search-active .header-search */
.site-header.search-active .header-search{height:48px!important;background:#fff!important;border-color:var(--violet)!important;box-shadow:0 0 0 4px rgba(109,74,255,.07)!important}

/* Styles: .header-search-results */
.header-search-results{z-index:2000!important}

@media(max-width:900px){
  .header-search-wrap{width:220px;flex-basis:220px}
  .site-header.search-active .header-search-wrap{flex:1 1 auto!important}
  .header-search-kbd{display:none!important}
}

@media(max-width:650px){
  body{padding-top:72px!important}
  .site-header .nav{height:72px!important}
  .header-search-wrap{width:180px;flex-basis:180px}
  .header-search{height:42px!important}
  .site-header.search-active .header-search{height:46px!important}
}


/* AI growth engine animation overlay */

/* Styles: .ai-art-interactive */
.ai-art-interactive{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  cursor:crosshair!important
}

/* Styles: .ai-art-interactive .om-ai-orb */
.ai-art-interactive .om-ai-orb{
  position:absolute;
  z-index:10;
  pointer-events:none;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#c9ff4a;
  box-shadow:0 0 0 7px rgba(201,255,74,.12),0 0 28px rgba(201,255,74,.9);
  transform:translate(-50%,-50%);
  will-change:left,top
}

/* Styles: .ai-art-interactive .om-ai-orb:after */
.ai-art-interactive .om-ai-orb:after{
  content:"";
  position:absolute;
  inset:-8px;
  border:1px solid rgba(201,255,74,.55);
  border-radius:50%;
  animation:omOrbPulse 1.8s ease-out infinite
}

/* Styles: .ai-art-interactive .om-ai-signal */
.ai-art-interactive .om-ai-signal{
  position:absolute;
  z-index:9;
  pointer-events:none;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c9ff4a;
  box-shadow:0 0 15px rgba(201,255,74,.95);
  transform:translate(-50%,-50%);
  will-change:left,top
}

/* Styles: .ai-art-interactive .om-ai-live */
.ai-art-interactive .om-ai-live{
  position:absolute;
  right:18px;
  top:17px;
  z-index:11;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(16,22,42,.72);
  border:1px solid rgba(255,255,255,.13);
  color:#dce3f0;
  font:700 9px/1 'DM Sans',sans-serif;
  letter-spacing:1px;
  backdrop-filter:blur(8px);
  pointer-events:none
}

/* Styles: .ai-art-interactive .om-ai-live i */
.ai-art-interactive .om-ai-live i{
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c9ff4a;
  box-shadow:0 0 10px #c9ff4a;
  margin-right:6px;
  animation:omLive 1.2s ease-in-out infinite
}

@keyframes omOrbPulse{
  0%{opacity:.8;transform:scale(.5)}
  75%{opacity:0;transform:scale(1.55)}
  100%{opacity:0}
}

@keyframes omLive{
  50%{opacity:.25;transform:scale(.7)}
}

@media(prefers-reduced-motion:reduce){
  .ai-art-interactive .om-ai-orb:after,
  .ai-art-interactive .om-ai-live i{animation:none!important}
}


/* Tools */

/* Styles: .tools-hero */
.tools-hero{
  padding:78px 0 45px;
  background:linear-gradient(135deg,#f8fafc,#fff 55%,#f3f0ff)
}

/* Styles: .tools-hero h1 */
.tools-hero h1{
  font:700 clamp(46px,6vw,76px)/.98 'Space Grotesk',sans-serif;
  letter-spacing:-4px;
  max-width:850px;
  margin:16px 0
}

/* Styles: .tools-hero p */
.tools-hero p{
  max-width:650px;
  color:var(--muted);
  font-size:18px;
  line-height:1.65
}

/* Styles: .tools-grid */
.tools-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:35px
}

/* Styles: .tool-card */
.tool-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
  box-shadow:0 18px 55px rgba(11,16,32,.06)
}

/* Styles: .tool-card h2 */
.tool-card h2{
  font:700 27px 'Space Grotesk';
  letter-spacing:-1px;
  margin:0 0 8px
}

.tool-card p{
  color:var(--muted);
  font-size:13px;
  line-height:1.55
}

/* Styles: .tool-row */
.tool-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  margin-top:18px
}

.tool-field label{
  display:block;
  font-size:11px;
  font-weight:800;
  margin-bottom:7px
}

.tool-field input,
.tool-field select{
  width:100%;
  padding:12px;
  border:1px solid #dfe4eb;
  border-radius:12px;
  font:500 13px 'DM Sans';
  outline:none
}

.tool-field input:focus,
.tool-field select:focus{
  border-color:var(--violet);
  box-shadow:0 0 0 4px rgba(109,74,255,.08)
}

/* Styles: .tool-result */
.tool-result{
  margin-top:18px;
  border-radius:18px;
  background:#10162a;
  color:#fff;
  padding:20px;
  min-height:110px
}

.tool-result .big{
  font:700 40px 'Space Grotesk';
  color:#c9ff4a
}

.tool-result p{
  color:#b7c0d0;
  margin:6px 0 0
}

.tool-bar{
  height:9px;
  border-radius:99px;
  background:#2a334b;
  overflow:hidden;
  margin-top:12px
}

.tool-bar span{
  display:block;
  height:100%;
  width:0;
  background:#c9ff4a;
  border-radius:inherit;
  transition:width .5s ease
}

@media(max-width:760px){
  .tools-grid,
  .tool-row{grid-template-columns:1fr}

  .tools-hero h1{letter-spacing:-2.5px}
}


/* OrganicMetric official wordmark */

/* Styles: .brand img */
.brand img{
  display:block;
  width:194px;
  height:auto;
  max-height:58px;
  object-fit:contain
}


/* Canonical OrganicMetric header — shared by every page */

/* Styles: .site-header */
.site-header{
  position:fixed!important;
  top:0;
  left:0;
  right:0;
  z-index:1000!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line)!important;
  transition:background .25s,backdrop-filter .25s,box-shadow .25s!important
}

/* Styles: .site-header.scrolled */
.site-header.scrolled{
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 10px 30px rgba(18,25,48,.07)!important
}

/* Styles: .site-header .nav */
.site-header .nav{
  position:relative;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-width:0!important
}

/* Styles: .brand */
.brand{
  font-family:'Space Grotesk',sans-serif;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.7px
}

/* Styles: .brand img */
.brand img{
  display:block;
  width:194px;
  height:auto;
  max-height:58px;
  object-fit:contain
}

/* Styles: .links */
.links{
  display:flex;
  gap:30px;
  color:#394154;
  font-size:14px;
  font-weight:600;
  align-items:center
}

/* Styles: .links a:hover */
.links a:hover{color:var(--brand-blue,var(--violet))!important}

/* Styles: .services-dropdown */
.services-dropdown{
  position:relative;
  height:82px;
  display:flex;
  align-items:center
}

/* Styles: .services-trigger */
.services-trigger{
  border:0;
  background:none;
  font:inherit;
  color:#3f4758;
  font-weight:600;
  cursor:pointer;
  padding:10px 0;
  display:flex;
  gap:7px;
  align-items:center
}

/* Styles: .services-trigger span */
.services-trigger span{
  font-size:16px;
  transition:.2s
}

/* Styles: .services-dropdown:hover .services-trigger span,.services-dropdown.open .services-trigger span */
.services-dropdown:hover .services-trigger span,
.services-dropdown.open .services-trigger span{
  transform:rotate(180deg)
}

/* Styles: .services-menu */
.services-menu{
  position:absolute;
  top:70px;
  left:50%;
  transform:translate(-50%,8px);
  width:390px;
  padding:10px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 24px 60px rgba(18,25,48,.16);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.2s;
  z-index:2100
}

/* Styles: .services-dropdown:hover .services-menu,.services-dropdown.open .services-menu */
.services-dropdown:hover .services-menu,
.services-dropdown.open .services-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0)
}

/* Styles: .services-menu a */
.services-menu a{
  display:flex;
  gap:13px;
  align-items:center;
  padding:14px;
  border-radius:15px
}

/* Styles: .services-menu a:hover */
.services-menu a:hover{background:#f6f8fc}

/* Styles: .services-menu b */
.services-menu b{
  display:block;
  font-size:14px;
  color:var(--ink,#0b1020)
}

/* Styles: .services-menu small */
.services-menu small{
  display:block;
  color:var(--muted,#697386);
  font-size:11px;
  margin-top:3px
}

/* Styles: .service-icon */
.service-icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-family:'Space Grotesk';
  font-weight:800;
  font-size:17px
}

/* Styles: .service-icon.web */
.service-icon.web{
  background:#edf4ff;
  color:#2f7cff
}

.service-icon.google{
  background:#eef8e5;
  color:#4d8b12
}

.service-icon.meta{
  background:#fff0fa;
  color:#d62d9b
}

.service-icon.seo{
  background:#e9f8ff;
  color:#1589bd
}

/* Styles: .navbtn */
.navbtn{
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#2f7cff,#6d4aff)!important;
  color:#fff!important;
  font-weight:700;
  font-size:14px
}

/* Styles: .mobile-menu */
.mobile-menu{
  display:none;
  border:0;
  background:none;
  font-size:25px;
  cursor:pointer
}

/* Styles: .header-search-wrap */
.header-search-wrap{
  width:260px;
  flex:0 0 260px;
  min-width:0!important;
  position:relative;
  transition:flex-basis .35s ease,width .35s ease
}

/* Styles: .header-search */
.header-search{
  height:44px;
  width:100%;
  border:1px solid #dfe4ec;
  border-radius:13px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  color:#667085;
  transition:.25s;
  cursor:text
}

/* Styles: .header-search:focus-within */
.header-search:focus-within{
  background:#fff;
  border-color:var(--brand-blue,#2f7cff);
  box-shadow:0 0 0 4px rgba(47,124,255,.09)
}

/* Styles: .header-search svg */
.header-search svg{
  width:17px;
  height:17px;
  flex:0 0 17px
}

.header-search input{
  border:0;
  outline:0;
  background:transparent;
  width:100%;
  min-width:0;
  font:500 13px 'DM Sans',sans-serif;
  color:var(--ink)
}

.header-search input::placeholder{color:#8992a2}

/* Styles: .header-search-kbd */
.header-search-kbd{
  font-size:10px;
  border:1px solid #dfe4ec;
  border-radius:6px;
  padding:3px 5px;
  color:#8a93a2;
  background:#fff;
  white-space:nowrap
}

/* Styles: .site-header.search-active .header-search-wrap */
.site-header.search-active .header-search-wrap{
  flex:1 1 auto!important;
  width:auto!important
}

.site-header.search-active .brand,
.site-header.search-active .links,
.site-header.search-active .navbtn{
  display:none!important
}

.site-header.search-active .nav{gap:0!important}

.site-header.search-active .header-search{
  height:48px;
  background:#fff;
  border-color:var(--brand-blue,#2f7cff);
  border-radius:14px
}

/* Styles: .header-search-results */
.header-search-results{
  position:absolute;
  top:54px;
  left:0;
  right:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 20px 55px rgba(18,25,48,.16);
  padding:7px;
  display:none;
  max-height:390px;
  overflow:auto;
  z-index:2000!important
}

.site-header.search-active .header-search-results.open{display:block}

/* Styles: .search-result */
.search-result{
  display:flex;
  align-items:center;
  gap:11px;
  padding:11px 12px;
  border-radius:11px
}

.search-result:hover{background:#f5f8ff}

.search-result .sr-icon{
  width:30px;
  height:30px;
  border-radius:9px;
  background:#eef4ff;
  color:#2f7cff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:800;
  flex:0 0 30px
}

.search-result b{
  display:block;
  font-size:13px;
  color:var(--ink)
}

.search-result small{
  display:block;
  color:#7d8797;
  font-size:10px;
  margin-top:2px
}

.site-header.search-active .search-close{display:block}

@media(max-width:900px){
  .links{display:none}
  .mobile-menu{display:block}

  .services-menu{
    position:fixed;
    left:18px;
    right:18px;
    top:72px;
    transform:translateY(8px);
    width:auto
  }

  .services-dropdown:hover .services-menu{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(8px)
  }

  .services-dropdown.open .services-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0)
  }

  .header-search-wrap{
    width:220px;
    flex-basis:220px
  }

  .site-header.search-active .header-search-wrap{
    flex:1 1 auto
  }

  .header-search-kbd{display:none}

  .site-header.search-active .mobile-menu{
    display:none!important
  }
}

@media(max-width:650px){
  body{padding-top:72px!important}

  .site-header .nav{height:72px}

  .header-search-wrap{
    width:180px;
    flex-basis:180px
  }

  .header-search{height:42px}

  .site-header.search-active .header-search{height:46px}

  .header-search-results{
    top:52px;
    left:-8px;
    right:-8px
  }
}


/* Keep the deliberate contrast of light and dark buttons. Brand gradient is reserved for primary actions. */

/* Styles: .btn.dark */
.btn.dark{
  background:var(--ink,#0b1020)!important;
  color:#fff!important
}

.btn.light{
  background:#fff!important;
  color:var(--ink,#0b1020)!important;
  border:1px solid var(--line)!important
}

.om-float-book{
  background:linear-gradient(135deg,#2f7cff,#6d4aff)!important;
  color:#fff!important
}


/* Final OrganicMetric primary action palette */

/* Styles: :root */
:root{
  --violet:#2f7cff;
  --brand-blue:#2f7cff;
  --brand-violet:#6d4aff
}

/* Styles: .links a:hover,.kicker,.service-icon.web,.solution-link */
.links a:hover,
.kicker,
.service-icon.web,
.solution-link{
  color:var(--brand-blue)!important
}

/* Styles: .navbtn */
.navbtn{
  background:linear-gradient(135deg,#2f7cff,#6d4aff)!important;
  color:#fff!important
}

/* Styles: .btn:not(.dark):not(.light),.om-float-book */
.btn:not(.dark):not(.light),
.om-float-book{
  background:linear-gradient(135deg,#2f7cff,#6d4aff)!important;
  color:#fff!important
}

/* Styles: .btn.dark */
.btn.dark{
  background:var(--ink,#0b1020)!important;
  color:#fff!important
}

/* Styles: .btn.light */
.btn.light{
  background:#fff!important;
  color:var(--ink,#0b1020)!important;
  border:1px solid var(--line)!important
}


/* V24 brand button refinement */

/* Styles: .btn:not(.light), .navbtn */
.btn:not(.light),
.navbtn{
  background:linear-gradient(135deg,#2f7cff 0%,#6d4aff 100%) !important;
  color:#fff !important;
}

/* Styles: .btn.light */
.btn.light{
  background:#fff !important;
  color:#0b1020 !important;
  border:1px solid #dfe4ec !important;
}

/* Styles: .cta .cta-conversation */
.cta .cta-conversation{
  background:#fff !important;
  color:#0b1020 !important;
  border:1px solid rgba(255,255,255,.7) !important;
}

/* Styles: .footer-growth-btn */
.footer-growth-btn{
  background:linear-gradient(135deg,#2f7cff,#6d4aff) !important;
  color:#fff !important;
}

/* Styles: .om-footer-contact */
.om-footer-contact{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-top:14px
}

.om-footer-contact a,
.om-footer-contact span{
  font-size:12px!important;
  color:#687386!important
}

.om-footer-contact a:hover{color:#2f7cff!important}


/* Universal header shell: one header source for every public page. */

/* Styles: .om-universal-header */
.om-universal-header{
  position:fixed;
  inset:0 0 auto 0;
  height:116px;
  z-index:5000;
  pointer-events:none;
  transition:height .28s ease
}

/* Styles: .om-universal-header .om-top-contact,.om-universal-header .site-header */
.om-universal-header .om-top-contact,
.om-universal-header .site-header{
  pointer-events:auto
}

/* Styles: .om-top-contact */
.om-top-contact{
  height:34px;
  background:#0b1020;
  color:#dbe3f1;
  border-bottom:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  transition:height .28s ease,opacity .22s ease,transform .28s ease
}

/* Styles: .om-top-contact-inner */
.om-top-contact-inner{
  height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:11px
}

/* Styles: .om-top-items */
.om-top-items{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:0
}

/* Styles: .om-top-item */
.om-top-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#dbe3f1;
  white-space:nowrap;
  font-weight:600
}

/* Styles: .om-top-item:hover */
.om-top-item:hover{color:#fff}

/* Styles: .om-top-icon */
.om-top-icon{
  display:inline-grid;
  place-items:center;
  width:19px;
  height:19px;
  border-radius:6px;
  background:rgba(255,255,255,.09);
  font-size:10px
}

/* Styles: .om-top-item.phone .om-top-icon */
.om-top-item.phone .om-top-icon{color:#8db6ff}
.om-top-item.whatsapp .om-top-icon{color:#59d99b}
.om-top-item.email .om-top-icon{color:#b69cff}

/* Styles: .om-top-hours */
.om-top-hours{
  color:#aeb8c9;
  white-space:nowrap;
  font-weight:600
}

/* Styles: .om-universal-header .site-header */
.om-universal-header .site-header{
  position:absolute!important;
  top:34px;
  left:0;
  right:0;
  width:100%;
  transition:top .28s ease,background .25s,backdrop-filter .25s,box-shadow .25s!important
}

/* Styles: .om-universal-header.om-top-hidden */
.om-universal-header.om-top-hidden{height:82px}

/* Styles: .om-universal-header.om-top-hidden .om-top-contact */
.om-universal-header.om-top-hidden .om-top-contact{
  height:0;
  opacity:0;
  transform:translateY(-100%);
  border-bottom:0
}

/* Styles: .om-universal-header.om-top-hidden .site-header */
.om-universal-header.om-top-hidden .site-header{top:0}

/* Styles: body */
body{padding-top:116px!important}

/* Styles: body.om-top-hidden */
body.om-top-hidden{padding-top:82px!important}

@media(max-width:650px){

  /* Styles: .om-universal-header */
  .om-universal-header{height:106px}

  /* Styles: .om-top-contact,.om-top-contact-inner */
  .om-top-contact,
  .om-top-contact-inner{height:34px}

  /* Styles: .om-top-contact-inner */
  .om-top-contact-inner{padding:0 12px}

  /* Styles: .om-top-items */
  .om-top-items{gap:10px}
  .om-top-item.email,
  .om-top-hours{display:none}

  /* Styles: .om-universal-header .site-header */
  .om-universal-header .site-header{top:34px}

  /* Styles: .om-universal-header.om-top-hidden */
  .om-universal-header.om-top-hidden{height:72px}

  /* Styles: body */
  body{padding-top:106px!important}

  /* Styles: body.om-top-hidden */
  body.om-top-hidden{padding-top:72px!important}
}


/* Final universal-header polish: keep the same clean white navigation everywhere. */

/* Styles: .om-top-contact */
.om-top-contact{
  background:rgba(255,255,255,.98)!important;
  color:#596579!important;
  border-bottom:1px solid #e8ecf2!important;
  box-shadow:0 1px 0 rgba(18,25,48,.02);
}

/* Styles: .om-top-item */
.om-top-item{color:#596579!important}

/* Styles: .om-top-item:hover */
.om-top-item:hover{color:#1b2435!important}

/* Styles: .om-top-icon */
.om-top-icon{
  background:#f3f6fb!important;
  border:1px solid #e5eaf2;
}

/* Styles: .om-top-item.phone .om-top-icon */
.om-top-item.phone .om-top-icon{color:#2f7cff!important}

/* Styles: .om-top-item.whatsapp .om-top-icon */
.om-top-item.whatsapp .om-top-icon{color:#18a66b!important}

/* Styles: .om-top-item.email .om-top-icon */
.om-top-item.email .om-top-icon{color:#7047ff!important}

/* Styles: .om-top-hours */
.om-top-hours{color:#7a8495!important}


/* Styles: .om-universal-header .site-header */
.om-universal-header .site-header{
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid #e8ecf2!important;
  box-shadow:0 8px 26px rgba(18,25,48,.055)!important;
}

/* Styles: .om-universal-header .site-header.scrolled */
.om-universal-header .site-header.scrolled{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  box-shadow:0 10px 30px rgba(18,25,48,.075)!important;
}


/* Search should look identical everywhere. Remove the browser's native clear X
   and the extra custom close control; Escape still closes expanded search. */

.header-search input[type="search"]::-webkit-search-cancel-button,
.header-search input[type="search"]::-webkit-search-decoration,
.header-search input[type="search"]::-webkit-search-results-button,
.header-search input[type="search"]::-webkit-search-results-decoration{
  display:none!important;
  -webkit-appearance:none!important;
  appearance:none!important
}

/* Styles: .header-search input[type="search"]::-ms-clear */
.header-search input[type="search"]::-ms-clear{
  display:none!important;
  width:0!important;
  height:0!important
}

/* Styles: .header-search .search-close */
.header-search .search-close{display:none!important}


/* Final header interaction polish: larger contact strip and proper icon sizing. */

/* Styles: .om-top-contact-inner */
.om-top-contact-inner{font-size:13px!important}

/* Styles: .om-top-items */
.om-top-items{gap:24px!important}

/* Styles: .om-top-item */
.om-top-item{
  font-size:13px!important;
  gap:9px!important
}

/* Styles: .om-top-icon */
.om-top-icon{
  width:28px!important;
  height:28px!important;
  border-radius:8px!important;
  font-size:0!important
}

/* Styles: .om-top-icon svg */
.om-top-icon svg{
  width:16px!important;
  height:16px!important;
  display:block!important
}

/* Styles: .om-top-hours */
.om-top-hours{font-size:12px!important}

@media(max-width:650px){
  .om-top-items{gap:12px!important}
  .om-top-item{font-size:11px!important}
  .om-top-icon{
    width:24px!important;
    height:24px!important
  }
  .om-top-icon svg{
    width:14px!important;
    height:14px!important
  }
}


/* ==========================================================================
   Services mega-menu — compact two-column desktop presentation
   Development: Website, Android, iOS, AI | Marketing: Google, Meta, SEO
   Mobile/tablet dropdown behaviour remains controlled by the existing rules.
   ========================================================================== */

@media(min-width:901px){

  .services-menu{
    width:660px;
    max-width:calc(100vw - 32px);
    padding:18px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:auto repeat(4,minmax(58px,auto));
    column-gap:18px;
    row-gap:4px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e5e9f1;
    box-shadow:0 28px 70px rgba(18,25,48,.17),0 4px 14px rgba(18,25,48,.05);
    background-image:linear-gradient(
      90deg,
      transparent calc(50% - 9px),
      #eef1f6 calc(50% - 9px),
      #eef1f6 calc(50% - 8px),
      transparent calc(50% - 8px)
    );
  }

  .services-menu::before,
  .services-menu::after{
    display:flex;
    align-items:center;
    height:28px;
    margin:0 4px 3px;
    font:800 10px/1 'DM Sans',sans-serif;
    letter-spacing:1.25px;
    text-transform:uppercase;
  }

  .services-menu::before{
    content:'Development';
    grid-column:1;
    grid-row:1;
    color:#2f7cff;
  }

  .services-menu::after{
    content:'Marketing';
    grid-column:2;
    grid-row:1;
    color:#7047ff;
  }

  .services-menu a{
    min-width:0;
    min-height:58px;
    box-sizing:border-box;
    padding:9px 10px;
    gap:12px;
    border:1px solid transparent;
    border-radius:14px;
    transition:
      background .18s ease,
      border-color .18s ease,
      transform .18s ease,
      box-shadow .18s ease;
  }

  .services-menu a:nth-of-type(1){
    grid-column:1;
    grid-row:2
  }

  .services-menu a:nth-of-type(2){
    grid-column:1;
    grid-row:3
  }

  .services-menu a:nth-of-type(3){
    grid-column:1;
    grid-row:4
  }

  .services-menu a:nth-of-type(4){
    grid-column:2;
    grid-row:2
  }

  .services-menu a:nth-of-type(5){
    grid-column:2;
    grid-row:3
  }

  .services-menu a:nth-of-type(6){
    grid-column:2;
    grid-row:4
  }

  .services-menu a:nth-of-type(7){
    grid-column:1;
    grid-row:5
  }

  .services-menu a:hover{
    background:#f7f9fd;
    border-color:#e7ebf3;
    transform:translateY(-1px);
    box-shadow:0 7px 18px rgba(18,25,48,.055);
  }

  .services-menu b{
    font-size:13px;
    line-height:1.25;
    white-space:normal
  }

  .services-menu small{
    font-size:10.5px;
    line-height:1.35;
    margin-top:4px;
    white-space:normal
  }

  .services-menu .service-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
    border-radius:11px;
    font-size:15px;
  }

  .services-menu .service-icon.android{
    background:#eef9f0;
    color:#24964b;
  }

  .services-menu .service-icon.ios{
    background:#f0efff;
    color:#5d4ad7;
    font-size:12px;
    letter-spacing:-.4px;
  }

  .services-menu .service-icon.ai{
    background:#f4efff;
    color:#7047ff;
    font-size:13px;
  }
}

@media(min-width:901px) and (max-width:1150px){
  .services-menu{width:620px}
  .links{gap:22px}
}