/* Ivan IT global project layer */
:root {
  --iv-bg: #f7f1e8;
  --iv-bg-soft: #fbf8f3;
  --iv-ink: #171510;
  --iv-brown: #4a3728;
  --iv-muted: #7b6a58;
  --iv-border: #ded3c4;
  --iv-accent: #c9652d;
  --iv-accent-dark: #9d4822;
  --iv-green: #2f6d56;
  --iv-shadow: 0 22px 70px rgba(54, 36, 20, .12);
  --iv-head: "Unbounded", "Playfair Display", Georgia, serif;
  --iv-body: "Onest", Inter, Arial, sans-serif;
  --iv-mono: "JetBrains Mono", Consolas, monospace;
}

html {
  scroll-padding-top: 150px;
}

.iv-project-strip,
.iv-global-contact,
.iv-global-footer,
.iv-ai-bot,
.iv-back-top {
  box-sizing: border-box;
  font-family: var(--iv-body);
}

.iv-project-strip *,
.iv-global-contact *,
.iv-global-footer *,
.iv-ai-bot * {
  box-sizing: border-box;
}

.iv-project-strip {
  position: fixed;
  top: 8px;
  left: 50%;
  z-index: 300;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(1240px, calc(100% - 28px));
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(222, 211, 196, .86);
  border-radius: 999px;
  background: rgba(251, 248, 243, .9);
  box-shadow: 0 12px 34px rgba(74, 55, 40, .08);
  backdrop-filter: blur(18px);
  overflow-x: auto;
  scrollbar-width: none;
  transform: translateX(-50%);
}

body.iv-has-project-strip {
  padding-top: 72px;
}

body.iv-has-fixed-nav .iv-project-strip {
  top: 8px;
  margin-top: 0;
}

.iv-project-strip::-webkit-scrollbar {
  display: none;
}

body.iv-has-sticky-nav .iv-project-strip,
body.iv-connect-host .iv-project-strip,
body.iv-ai-host .iv-project-strip {
  top: 8px;
  margin-top: 0;
  z-index: 300;
}

body.iv-has-sticky-nav > nav,
body.iv-has-sticky-nav > header.topbar,
body.iv-has-sticky-nav .site-shell > header.nav {
  top: 12px !important;
  z-index: 220 !important;
}

body.iv-connect-host > header.topbar,
body.iv-connect-host .site-shell > header.nav {
  top: 12px !important;
  z-index: 220 !important;
}

body.iv-connect-host .hero {
  margin-top: 24px;
}

body.iv-ai-host > .topbar {
  display: none !important;
}

body.iv-ai-host nav#nav {
  position: sticky !important;
  top: 12px !important;
  left: auto !important;
  right: auto !important;
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(222, 211, 196, .86);
  border-radius: 999px;
  background: rgba(251, 248, 243, .9);
  box-shadow: 0 14px 38px rgba(74, 55, 40, .08);
  backdrop-filter: blur(18px);
  z-index: 220 !important;
}

body.iv-ai-host nav#nav .nav-links {
  gap: 12px;
}

body.iv-ai-host nav#nav .nav-links a {
  font-family: var(--iv-mono);
  font-size: .68rem;
}

body.iv-ai-host nav#nav .nav-links a::after {
  display: none;
}

body.iv-ai-host #hero {
  padding-top: 54px;
  min-height: auto;
}

.iv-project-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #171510;
  color: #fff;
  text-decoration: none;
  font-family: var(--iv-head);
  font-size: .82rem;
  line-height: 1;
}

.iv-project-brand span {
  color: #f0a170;
}

.iv-project-links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.iv-project-links::-webkit-scrollbar {
  display: none;
}

.iv-project-links a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--iv-muted);
  text-decoration: none;
  font-family: var(--iv-mono);
  font-size: .68rem;
  letter-spacing: .02em;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.iv-project-links a:hover {
  color: var(--iv-accent);
  background: rgba(201, 101, 45, .09);
  transform: translateY(-1px);
}

.iv-project-links a[aria-current="page"] {
  color: var(--iv-ink);
  background: #f0e7dc;
}

.iv-global-contact {
  position: relative;
  z-index: 1;
  padding: clamp(50px, 6vw, 76px) 5%;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 101, 45, .08), transparent 35%),
    linear-gradient(180deg, #f7f1e8 0%, #efe6da 100%);
  border-top: 1px solid var(--iv-border);
}

.iv-contact-wrap {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.iv-contact-title {
  margin: 0 0 10px;
  color: var(--iv-brown);
  font-family: var(--iv-head);
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.iv-contact-lead {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--iv-muted);
  font-size: 1rem;
  line-height: 1.68;
}

.iv-contact-form {
  display: grid;
  gap: 11px;
}

.iv-contact-form .iv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.iv-contact-form input,
.iv-contact-form select,
.iv-contact-form textarea {
  width: 100%;
  border: 1px solid var(--iv-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  color: var(--iv-ink);
  font: 500 .96rem/1.4 var(--iv-body);
  padding: 13px 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.iv-contact-form textarea {
  min-height: 122px;
  resize: vertical;
}

.iv-contact-form input:focus,
.iv-contact-form select:focus,
.iv-contact-form textarea:focus {
  border-color: rgba(201, 101, 45, .72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 101, 45, .1);
}

.iv-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--iv-brown);
  font-size: .88rem;
  line-height: 1.48;
  max-width: 100%;
}

.iv-consent input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--iv-accent);
}

.iv-consent a,
.iv-contact-direct a,
.iv-global-footer a {
  color: var(--iv-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.iv-contact-submit {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: var(--iv-accent);
  color: #fff;
  font: 800 .98rem/1 var(--iv-body);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(201, 101, 45, .22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.iv-contact-submit:hover {
  background: var(--iv-accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(201, 101, 45, .3);
}

.iv-contact-status {
  min-height: 22px;
  color: var(--iv-muted);
  font-size: .88rem;
}

.iv-contact-direct {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid #b8d9ea;
  border-radius: 10px;
  background: rgba(232, 246, 251, .68);
  color: var(--iv-brown);
  font-size: .9rem;
}

.iv-contact-side {
  display: grid;
  gap: 14px;
  width: min(330px, 100%);
  justify-self: center;
}

.iv-person-card,
.iv-info-card,
.iv-response-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--iv-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 40px rgba(74, 55, 40, .06);
}

.iv-person-card img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(135deg, #f7f1e8, #e8dccb);
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(74, 55, 40, .14);
}

.iv-person-card b,
.iv-info-card b,
.iv-response-card b {
  display: block;
  color: var(--iv-ink);
  font-family: var(--iv-head);
  font-size: 1rem;
  line-height: 1.2;
}

.iv-person-card span,
.iv-info-card span,
.iv-response-card span {
  display: block;
  margin-top: 4px;
  color: var(--iv-accent);
  font-family: var(--iv-mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.iv-info-card i,
.iv-response-card i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef6f1;
  color: var(--iv-green);
  font-style: normal;
  font-family: var(--iv-mono);
  font-weight: 800;
  font-size: .72rem;
}

.iv-wa-card {
  position: relative;
  width: min(286px, 100%);
  margin: 0 auto;
  padding: 20px 18px 22px;
  border: 1px solid rgba(47, 109, 86, .22);
  border-radius: 50%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .95) 0 56%, rgba(238, 250, 245, .9) 57% 100%);
  box-shadow: 0 26px 80px rgba(47, 109, 86, .13);
}

.iv-wa-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(47, 109, 86, .22);
  border-radius: 50%;
}

.iv-wa-inner {
  position: relative;
  z-index: 1;
  width: 74%;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.iv-wa-head {
  display: flex;
  gap: 9px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.iv-wa-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #27795e;
  color: #fff;
  font-family: var(--iv-mono);
  font-size: .67rem;
  font-weight: 900;
}

.iv-wa-title {
  text-align: left;
}

.iv-wa-title span {
  display: block;
  color: var(--iv-muted);
  font-family: var(--iv-mono);
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.iv-wa-title b {
  display: block;
  color: var(--iv-ink);
  font-size: .85rem;
  line-height: 1.2;
}

.iv-wa-qr {
  width: min(146px, 88%);
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 9px;
  border: 1px solid var(--iv-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(74, 55, 40, .08);
}

.iv-wa-caption {
  max-width: 210px;
  margin: 0;
  color: var(--iv-muted);
  font-size: .74rem;
  line-height: 1.35;
}

.iv-global-footer {
  position: relative;
  z-index: 1;
  padding: 52px 5% 30px;
  background:
    radial-gradient(circle at 25% 0%, rgba(201, 101, 45, .12), transparent 34%),
    linear-gradient(135deg, #171510, #241608);
  color: rgba(255, 255, 255, .72);
}

.iv-footer-wrap {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
}

.iv-footer-logo {
  display: inline-flex;
  margin-bottom: 14px;
  color: #fff;
  text-decoration: none;
  font-family: var(--iv-head);
  font-size: 1.2rem;
}

.iv-footer-logo span {
  color: #f0a170;
}

.iv-footer-text {
  max-width: 360px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .56);
  font-size: .9rem;
  line-height: 1.7;
}

.iv-footer-col h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .43);
  font-family: var(--iv-mono);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.iv-footer-col ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.iv-footer-col a,
.iv-footer-meta a {
  color: rgba(255, 255, 255, .68);
  text-decoration: none;
  font-size: .88rem;
}

.iv-footer-col a:hover,
.iv-footer-meta a:hover {
  color: #f0a170;
}

.iv-footer-meta {
  width: min(1240px, 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: space-between;
  color: rgba(255, 255, 255, .36);
  font-family: var(--iv-mono);
  font-size: .72rem;
}

.iv-back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 140;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--iv-accent);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(201, 101, 45, .28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.iv-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.iv-back-top:hover {
  background: var(--iv-accent-dark);
}

.iv-ai-bot {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 139;
  opacity: 0;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, pointer-events .2s linear;
}

.iv-ai-bot.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.iv-ai-toggle {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(222, 211, 196, .8);
  border-radius: 50%;
  background: #171510;
  color: #fff;
  font-family: var(--iv-head);
  font-size: .9rem;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(23, 21, 16, .2);
}

.iv-ai-panel {
  width: min(340px, calc(100vw - 28px));
  border: 1px solid var(--iv-border);
  border-radius: 18px;
  background: rgba(251, 248, 243, .96);
  box-shadow: 0 26px 80px rgba(23, 21, 16, .2);
  backdrop-filter: blur(18px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(.98);
  transform-origin: right bottom;
  transition: opacity .2s ease, transform .2s ease;
}

.iv-ai-bot:not(.is-open) {
  gap: 0;
  width: 54px;
  height: 54px;
}

.iv-ai-bot:not(.is-open) .iv-ai-panel {
  display: none;
}

.iv-ai-bot.is-open .iv-ai-panel {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.iv-ai-head {
  padding: 14px 16px;
  border-bottom: 1px solid var(--iv-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.iv-ai-head b {
  color: var(--iv-ink);
  font-family: var(--iv-head);
  font-size: .96rem;
}

.iv-ai-head span {
  display: block;
  margin-top: 3px;
  color: var(--iv-muted);
  font-size: .78rem;
}

.iv-ai-close {
  border: 0;
  background: transparent;
  color: var(--iv-muted);
  font-size: 1.15rem;
  cursor: pointer;
}

.iv-ai-log {
  max-height: 260px;
  overflow: auto;
  padding: 14px 16px;
  display: grid;
  gap: 10px;
}

.iv-ai-msg {
  width: fit-content;
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  color: var(--iv-brown);
  border: 1px solid var(--iv-border);
  font-size: .86rem;
  line-height: 1.45;
}

.iv-ai-msg.user {
  justify-self: end;
  background: var(--iv-accent);
  color: #fff;
  border-color: var(--iv-accent);
}

.iv-ai-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--iv-border);
}

.iv-ai-form input {
  min-width: 0;
  border: 1px solid var(--iv-border);
  border-radius: 12px;
  padding: 11px 12px;
  background: #fff;
  color: var(--iv-ink);
  font: 500 .86rem/1.2 var(--iv-body);
}

.iv-ai-form button {
  border: 0;
  border-radius: 12px;
  padding: 0 13px;
  background: var(--iv-accent);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

body.iv-main-home {
  background: #f7f1e8;
  color: var(--iv-ink);
  font-family: var(--iv-body);
}

body.iv-main-home nav#nav {
  width: min(1240px, calc(100% - 28px));
  left: 50% !important;
  right: auto !important;
  top: 12px !important;
  transform: translateX(-50%) !important;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(222, 211, 196, .86);
  border-radius: 999px;
  background: rgba(251, 248, 243, .88);
  box-shadow: 0 14px 38px rgba(74, 55, 40, .08);
  backdrop-filter: blur(18px);
  z-index: 220 !important;
}

body.iv-main-home nav#nav.scrolled {
  top: 12px !important;
  background: rgba(251, 248, 243, .94);
  box-shadow: 0 18px 46px rgba(74, 55, 40, .12);
}

body.iv-main-home .nav-logo,
body.iv-main-home h1,
body.iv-main-home h2,
body.iv-main-home h3 {
  letter-spacing: 0;
}

body.iv-main-home .nav-logo {
  font-family: var(--iv-head);
  font-size: 1rem;
}

body.iv-main-home .nav-links {
  gap: 10px;
}

body.iv-main-home .nav-links a {
  padding: 8px 9px;
  border-radius: 999px;
  font-family: var(--iv-mono);
  font-size: .68rem;
}

body.iv-main-home .nav-links a:hover {
  background: rgba(201, 101, 45, .08);
}

body.iv-main-home .nav-links a::after {
  display: none;
}

body.iv-main-home .nav-cta {
  border-radius: 999px;
  padding: 10px 18px;
}

body.iv-main-home #hero {
  padding-top: 132px;
  min-height: 92vh;
  background:
    radial-gradient(circle at 72% 24%, rgba(201, 101, 45, .1), transparent 32%),
    linear-gradient(180deg, #fbf8f3 0%, #f7f1e8 100%);
}

body.iv-main-home #hero,
body.iv-main-home section {
  border-color: rgba(222, 211, 196, .78);
}

body.iv-main-home .service-card,
body.iv-main-home .blog-card,
body.iv-main-home .contact-card,
body.iv-main-home .pricing-card,
body.iv-main-home .yurich-connect-card {
  border-radius: 18px;
  border-color: rgba(222, 211, 196, .9);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 22px 66px rgba(74, 55, 40, .08);
}

body.iv-main-home .hero-title,
body.iv-main-home h1 {
  font-family: var(--iv-head);
}

@media (max-width: 980px) {
  body.iv-has-sticky-nav > nav,
  body.iv-has-sticky-nav > header.topbar,
  body.iv-has-sticky-nav .site-shell > header.nav,
  body.iv-connect-host > header.topbar,
  body.iv-connect-host .site-shell > header.nav,
  body.iv-ai-host nav#nav {
    top: 10px !important;
  }

  body.iv-has-fixed-nav .iv-project-strip {
    top: 8px;
    margin-top: 0;
  }

  .iv-footer-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }

  body.iv-has-project-strip {
    padding-top: 66px;
  }

  .iv-project-strip {
    width: calc(100% - 18px);
    top: 7px;
    margin-top: 0;
    border-radius: 18px;
    gap: 8px;
    padding: 7px;
    max-height: 56px;
    align-items: center;
  }

  body.iv-has-fixed-nav .iv-project-strip {
    top: 7px;
    margin-top: 0;
  }

  body.iv-has-sticky-nav .iv-project-strip,
  body.iv-connect-host .iv-project-strip,
  body.iv-ai-host .iv-project-strip {
    top: 7px;
    margin-top: 0;
  }

  body.iv-has-sticky-nav > nav,
  body.iv-has-sticky-nav > header.topbar,
  body.iv-has-sticky-nav .site-shell > header.nav,
  body.iv-ai-host nav#nav {
    top: 8px !important;
  }

  body.iv-connect-host > header.topbar,
  body.iv-connect-host .site-shell > header.nav {
    position: relative !important;
    top: auto !important;
    z-index: 3 !important;
  }

  body.iv-connect-host .hero {
    margin-top: 28px;
  }

  body.iv-ai-host nav#nav {
    display: flex !important;
  }

  body.iv-ai-host #hero {
    padding-top: 42px;
  }

  .iv-project-brand {
    padding: 8px 10px;
    font-size: .78rem;
  }

  .iv-project-links a {
    min-height: 31px;
    padding: 6px 9px;
    font-size: .64rem;
  }

  .iv-contact-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .iv-contact-form .iv-form-row {
    grid-template-columns: 1fr;
  }

  .iv-wa-card {
    width: min(238px, 100%);
  }

  .iv-wa-qr {
    width: min(132px, 86%);
    padding: 8px;
  }

  .iv-consent {
    font-size: .84rem;
    line-height: 1.45;
  }

  .iv-contact-side {
    width: min(330px, 100%);
  }

  .iv-contact-title {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .iv-contact-direct {
    width: 100%;
  }

  .iv-footer-wrap {
    grid-template-columns: 1fr;
  }

  .iv-footer-meta {
    justify-content: center;
    text-align: center;
  }

  .iv-ai-bot {
    right: 12px;
    bottom: 72px;
    gap: 7px;
    z-index: 132;
  }

  .iv-ai-bot:not(.is-open) {
    width: 46px;
    height: 46px;
  }

  .iv-ai-toggle {
    width: 46px;
    height: 46px;
    font-size: .76rem;
    opacity: .88;
    box-shadow: 0 14px 34px rgba(23, 21, 16, .18);
  }

  .iv-ai-panel {
    width: min(300px, calc(100vw - 28px));
    max-height: min(58vh, 430px);
    border-radius: 16px;
  }

  .iv-ai-head {
    padding: 12px 13px;
  }

  .iv-ai-head b {
    font-size: .88rem;
  }

  .iv-ai-head span {
    display: none;
  }

  .iv-ai-log {
    max-height: 178px;
    padding: 12px;
  }

  .iv-ai-msg {
    font-size: .8rem;
    padding: 9px 10px;
  }

  .iv-ai-form {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .iv-ai-form button {
    min-height: 38px;
  }

  .iv-back-top {
    right: 12px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  body.iv-main-home nav#nav {
    width: calc(100% - 18px);
    top: 62px;
    border-radius: 18px;
  }

  body.iv-main-home #hero {
    padding-top: 86px;
  }
}

/* 2026-06-14: shared polish for menus, footer and WhatsApp QR readability. */
.iv-project-strip,
body.iv-main-home nav#nav,
body.iv-ai-host nav#nav,
body.iv-connect-host > header.topbar,
body.iv-connect-host .site-shell > header.nav {
  border-color: transparent !important;
}

.iv-project-links a::before,
.iv-project-links a::after,
.nav-links a::before,
.nav-links a::after,
nav a::before,
nav a::after,
header.topbar a::before,
header.topbar a::after {
  content: none !important;
  display: none !important;
}

.iv-wa-card {
  width: min(330px, 100%) !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  border-radius: 24px !important;
  padding: 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(241, 250, 246, .96)) !important;
}

.iv-wa-card::before {
  content: none !important;
  display: none !important;
}

.iv-wa-inner {
  width: 100% !important;
  gap: 12px !important;
}

.iv-wa-head {
  justify-content: flex-start !important;
}

.iv-wa-qr {
  width: min(198px, 74vw) !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center !important;
  image-rendering: auto;
  box-shadow: 0 10px 24px rgba(26, 18, 8, .08) !important;
}

.iv-wa-caption {
  max-width: 260px !important;
  font-size: .78rem !important;
}

.iv-footer-wrap {
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(150px, 1fr)) !important;
  gap: 26px !important;
}

.iv-footer-col a,
.iv-footer-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .iv-footer-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .iv-footer-col:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .iv-wa-card {
    width: min(306px, 100%) !important;
    padding: 16px !important;
  }

  .iv-wa-qr {
    width: min(190px, 72vw) !important;
  }

  .iv-footer-wrap {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .iv-global-footer {
    padding: 42px 5% 28px !important;
  }

  .iv-footer-col ul {
    gap: 10px !important;
  }
}
