/* Site-wide typography audit: shared title, subtitle and copy scale. */
:root {
  --ib-type-hero-title: 112px;
  --ib-type-hero-line: 0.94;
  --ib-type-section-title: 72px;
  --ib-type-section-line: 1;
  --ib-type-subtitle: 30px;
  --ib-type-subtitle-line: 1.12;
  --ib-type-card-title: 24px;
  --ib-type-card-line: 1.18;
  --ib-type-small-title: 18px;
  --ib-type-small-line: 1.28;
  --ib-type-compact-title: 16px;
  --ib-type-compact-line: 1.25;
  --ib-type-lead: 18px;
  --ib-type-copy: 16px;
  --ib-type-copy-line: 1.68;
  --ib-type-eyebrow: 16px;
  --ib-type-eyebrow-line: 1.5;
  --ib-type-caption-title: 12px;
}

body {
  font-size: var(--ib-type-copy);
  line-height: var(--ib-type-copy-line);
}

.section-hero .title.text-display-2,
.section-hero .title.text-display-2 .title1,
.section-hero .title.text-display-2 .title2,
.section-hero .title.text-display-2 .title2 > span,
.section-hero .title.text-display-2 .title2 > div {
  font-size: var(--ib-type-hero-title) !important;
  line-height: var(--ib-type-hero-line) !important;
  letter-spacing: 0 !important;
}

.heading-section .heading-title,
.heading-title,
#services-title,
#works-title,
#process-title,
#benefits-title,
#stack-title,
#about-title,
#testimonials-title,
#pricing-title,
#faq-title,
#contact-title,
#recurring-title,
#sv-process .heading-title,
.sv-cta-title,
.wk-cta-title {
  font-size: var(--ib-type-section-title) !important;
  line-height: var(--ib-type-section-line) !important;
  letter-spacing: 0 !important;
}

.heading-section .heading-sub,
.heading-sub,
.wk-eyebrow,
.sv-cta-eyebrow,
.wk-cta-eyebrow,
.works-ia-inline__eyebrow {
  font-size: var(--ib-type-eyebrow) !important;
  line-height: var(--ib-type-eyebrow-line) !important;
  letter-spacing: 0 !important;
}

.sv-pack-subtitle,
#pricing .sv-pack-subtitle,
.sv-subsection-title,
.sv-addon-title,
#sv-recurring .sv-addon-title,
.wk-project-block-title,
.works-ia-inline__title,
#works .works-ia-inline__title,
.wk-editorial-title,
.wk-editorial-panel--branding .wk-editorial-title,
.idx-shooting-title,
.idx-branding-title,
.sv-service-title,
#services .sv-service-title,
.wk-card-title,
.wk-card--wide .wk-card-title,
.wk-card--automation .wk-card-title {
  font-size: var(--ib-type-subtitle) !important;
  line-height: var(--ib-type-subtitle-line) !important;
  letter-spacing: 0 !important;
}

.wk-editorial-panel--branding .wk-branding-copy .wk-editorial-title {
  font-size: var(--ib-type-subtitle) !important;
  font-weight: 600 !important;
  line-height: var(--ib-type-subtitle-line) !important;
  letter-spacing: 0 !important;
}

.sv-pack-name-text,
.section-pricing .sv-pack-name-text,
.section-pricing .sv-pack-card .sv-pack-name-text,
#pricing .sv-pack-name-text,
#pricing .sv-pack-card .sv-pack-name-text,
.sv-sub-title,
.wk-automation-offer-title,
.wk-card--automation .wk-automation-offer-title,
.process-card .content .title,
.bento-title,
.features-item .title,
.box-contact-item .title,
.form-contact .heading {
  font-size: var(--ib-type-card-title) !important;
  line-height: var(--ib-type-card-line) !important;
  letter-spacing: 0 !important;
}

.accordion-asked .accordion-button,
.accordion-asked-title,
.sv-step-title,
.wk-step-title,
.ib-cf-group-title,
.ib-cf-form .ib-cf-group-title,
.ib-cf-group .ib-cf-group-title,
.ib-cf-choice-title {
  font-size: var(--ib-type-small-title) !important;
  line-height: var(--ib-type-small-line) !important;
  letter-spacing: 0 !important;
}

.sv-tier-name,
#sv-recurring .sv-tier-name,
.sv-addon-plan-name,
#sv-recurring .sv-addon-plan-name,
.ib-cf-choice-title,
.ib-cf-choice-title--compact,
.ib-cf-choice-grid--inline .ib-cf-choice-title,
.ib-cf-choice-grid--three .ib-cf-choice-title {
  font-size: var(--ib-type-compact-title) !important;
  line-height: var(--ib-type-compact-line) !important;
  letter-spacing: 0 !important;
}

.section-hero .content-wrap .text {
  font-size: var(--ib-type-lead) !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
}

@keyframes ib-float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes ib-badge-sweep {
  0%, 18% { transform: translateX(-170%) skewX(-22deg); opacity: 0; }
  28% { opacity: 0.5; }
  45% { transform: translateX(360%) skewX(-22deg); opacity: 0.16; }
  100% { transform: translateX(360%) skewX(-22deg); opacity: 0; }
}

@keyframes ib-breathe {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0px -3px 0px 0px rgba(0, 0, 0, 0.06) inset,
      0px 1px 0px 0px rgba(255, 255, 255, 0.6) inset,
      0px 22px 37px 0px rgba(255, 59, 0, 0.16),
      0px 14px 34px 0px rgba(255, 59, 0, 0.22);
  }
  50% {
    transform: scale(1.018);
    box-shadow:
      0px -3px 0px 0px rgba(0, 0, 0, 0.06) inset,
      0px 1px 0px 0px rgba(255, 255, 255, 0.72) inset,
      0px 28px 42px 0px rgba(255, 59, 0, 0.22),
      0px 18px 38px 0px rgba(255, 59, 0, 0.28);
  }
}

@keyframes ib-logo-drift-1 {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-4px, -6px, 0) rotate(-3deg); }
}

@keyframes ib-logo-drift-2 {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(4px, -4px, 0) rotate(4deg); }
}

@keyframes ib-logo-drift-3 {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-3px, 5px, 0) rotate(-5deg); }
}

.section-hero .sub {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section-hero .sub::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: 0;
  width: 32%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 52%, rgba(255,255,255,0) 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  animation: ib-badge-sweep 8.5s ease-in-out infinite;
}

.section-hero .sub {
  animation: ib-float-soft 5.5s ease-in-out infinite;
}

.section-hero .title-icon .box {
  animation: ib-breathe 6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.section-hero .title-icon .img-1 {
  animation: ib-logo-drift-1 6.4s ease-in-out infinite;
  will-change: transform;
}

.section-hero .title-icon .img-2 {
  animation: ib-logo-drift-2 5.6s ease-in-out infinite;
  will-change: transform;
}

.section-hero .title-icon .img-3 {
  animation: ib-logo-drift-3 6s ease-in-out infinite;
  will-change: transform;
}

.section-hero .bot-btns .tf-btn,
.section-hero .bot-btns .tf-btn-2 {
  inline-size: 250px !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

@media (hover: hover) {
  .section-hero .bot-btns .tf-btn:hover,
  .section-hero .bot-btns .tf-btn-2:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-hero .sub,
  .section-hero .sub::after,
  .section-hero .title-icon .box,
  .section-hero .title-icon .img-1,
  .section-hero .title-icon .img-2,
  .section-hero .title-icon .img-3 {
    animation: none !important;
  }

  .section-hero .bot-btns .tf-btn,
  .section-hero .bot-btns .tf-btn-2 {
    transition: none !important;
  }
}

.section-services .col-left p.effectFade.fadeUp,
.sv-service-desc,
#services .sv-service-desc,
.sv-pack-subcopy,
#pricing .sv-pack-subcopy,
.sv-sub-desc,
.section-pricing .sv-sub-desc,
#pricing .sv-sub-desc,
.sv-recurring-heading-copy,
#sv-recurring .sv-recurring-heading-copy,
.sv-addon-desc,
#sv-recurring .sv-addon-desc,
.sv-subsection-copy,
.sv-tier-desc,
.sv-addon-plan-desc,
#sv-recurring .sv-addon-plan-desc,
.works-ia-inline__copy,
#works .works-ia-inline__copy,
.bb-about-text-desc,
.bb-testi-desc,
.ib-contact-desc,
.ib-cf-group-copy,
.idx-shooting-copy,
.idx-branding-copy,
.wk-project-block-copy,
.wk-card-desc,
.wk-card--wide .wk-card-desc,
.wk-card--automation .wk-card-desc,
.wk-editorial-copy,
.wk-branding-copy .wk-editorial-copy,
.wk-editorial-panel--branding .wk-editorial-copy,
.wk-branding-compare-copy,
.wk-step-text,
.box-contact-item .text,
.section-contact .col-left > div > .text {
  font-size: var(--ib-type-copy) !important;
  line-height: var(--ib-type-copy-line) !important;
  letter-spacing: 0 !important;
}

.ib-footer-nav-title {
  font-size: var(--ib-type-caption-title) !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
  :root {
    --ib-type-hero-title: 72px;
    --ib-type-hero-line: 1;
    --ib-type-section-title: 54px;
    --ib-type-section-line: 1.08;
    --ib-type-subtitle: 28px;
  }
}

@media (max-width: 767px) {
  :root {
    --ib-type-hero-title: 40px;
    --ib-type-hero-line: 1.02;
    --ib-type-section-title: 40px;
    --ib-type-section-line: 1.08;
    --ib-type-subtitle: 24px;
    --ib-type-subtitle-line: 1.08;
    --ib-type-card-title: 22px;
    --ib-type-card-line: 1.12;
    --ib-type-small-title: 18px;
    --ib-type-compact-title: 15px;
    --ib-type-compact-line: 1.25;
    --ib-type-copy: 15px;
    --ib-type-copy-line: 1.68;
    --ib-type-lead: 16px;
    --ib-type-eyebrow: 13px;
    --ib-type-eyebrow-line: 1.35;
    --ib-type-caption-title: 10px;
  }

  body {
    font-size: var(--ib-type-copy);
  }

  .section-hero .content-wrap .bot-btns {
    width: 300px !important;
    max-width: 100% !important;
    align-items: stretch !important;
  }

  .section-hero .bot-btns .tf-btn,
  .section-hero .bot-btns .tf-btn-2 {
    inline-size: 100% !important;
    max-width: 300px;
    min-height: 54px !important;
    white-space: normal;
  }

  .section-hero .title.text-display-2,
  .section-hero .title.text-display-2 .title1,
  .section-hero .title.text-display-2 .title2,
  .section-hero .title.text-display-2 .title2 > span,
  .section-hero .title.text-display-2 .title2 > div {
    max-width: 100% !important;
  }

  .heading-section .heading-title,
  .heading-title,
  .sv-cta-title,
  .wk-cta-title {
    max-width: 100% !important;
  }

  .ib-footer {
    padding: 38px 0 0 !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 59, 38, 0.14), transparent 34%),
      linear-gradient(180deg, #101012 0%, #070708 100%) !important;
  }

  .ib-footer .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .ib-footer-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: 26px !important;
    padding-bottom: 28px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .ib-footer-brand {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .ib-footer-logo {
    display: inline-flex !important;
    justify-content: flex-start !important;
    margin: 0 0 14px !important;
  }

  .ib-footer-wordmark {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .ib-footer-tagline {
    width: 100% !important;
    max-width: 34ch !important;
    margin: 0 !important;
    text-align: left !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  .ib-footer-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .ib-footer-nav-col {
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  .ib-footer-nav-col:nth-child(2) {
    background:
      linear-gradient(135deg, rgba(255, 59, 38, 0.12), rgba(255, 255, 255, 0.045)) !important;
  }

  .ib-footer-nav-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 0 13px !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .ib-footer-nav-title::before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: #ff3b26 !important;
    box-shadow: 0 0 10px rgba(255, 59, 38, 0.56) !important;
    flex: 0 0 auto !important;
  }

  .ib-footer-nav-col ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .ib-footer-nav-col:first-child ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
  }

  .ib-footer-nav-col ul li {
    min-width: 0 !important;
    text-align: left !important;
  }

  .ib-footer-nav-col a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    color: rgba(255, 255, 255, 0.72) !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .ib-footer-nav-col:first-child ul li a {
    width: 100% !important;
    min-height: 30px !important;
    padding: 5px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .ib-footer-nav-col:nth-child(2) ul {
    gap: 9px !important;
  }

  .ib-footer-nav-col:nth-child(2) ul li a {
    width: 100% !important;
    min-height: 38px !important;
    padding: 9px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    word-break: break-word !important;
  }

  .ib-footer-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 10px 0 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #09090b !important;
    -webkit-text-fill-color: #09090b !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .ib-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 20px 0 26px !important;
    text-align: left !important;
  }

  .ib-footer-bottom p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.36) !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .ib-footer-top-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
  }
}

/* Mobile/tablet footer: force a 2x1 grid for Navigation + Contact. */
@media (max-width: 1199px) {
  .ib-footer-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    grid-auto-flow: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    justify-content: stretch !important;
    text-align: left !important;
  }

  .ib-footer-nav-col {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 100% !important;
    padding: 13px 10px !important;
    grid-row: 1 !important;
    justify-self: stretch !important;
  }

  .ib-footer-nav-col:nth-child(1) {
    grid-column: 1 !important;
  }

  .ib-footer-nav-col:nth-child(2) {
    grid-column: 2 !important;
  }

  .ib-footer-nav-title {
    margin-bottom: 11px !important;
  }

  .ib-footer-nav-col ul {
    align-items: flex-start !important;
  }

  .ib-footer-nav-col:first-child ul li a {
    min-height: 28px !important;
    padding: 4px 0 !important;
  }

  .ib-footer-nav-col:nth-child(2) ul li a {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: clamp(9.5px, 2.35vw, 12px) !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  .ib-footer-nav-col:nth-child(2) .ib-footer-cta {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 36px !important;
    margin-top: 12px !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #09090b !important;
    -webkit-text-fill-color: #09090b !important;
    white-space: nowrap !important;
    font-size: clamp(11px, 2.8vw, 13px) !important;
    line-height: 1 !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .ib-footer .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ib-footer-nav {
    gap: 8px !important;
  }

  .ib-footer-nav-col {
    padding: 12px 8px !important;
  }

  .ib-footer-nav-title {
    font-size: 9.5px !important;
  }

  .ib-footer-nav-col a {
    font-size: 12.5px !important;
  }

  .ib-footer-nav-col:nth-child(2) ul li a {
    font-size: 10.5px !important;
  }
}

/* Footer contact typography: keep the 2-column layout readable. */
@media (max-width: 1199px) {
  .ib-footer-nav-col {
    align-items: center !important;
    text-align: center !important;
  }

  .ib-footer-nav-title {
    justify-content: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .ib-footer-nav-col ul {
    align-items: center !important;
    text-align: center !important;
  }

  .ib-footer-nav-col ul li,
  .ib-footer-nav-col ul li a,
  .ib-footer-nav-col a {
    justify-content: center !important;
    text-align: center !important;
  }

  .ib-footer-nav-col:nth-child(2) ul li a {
    font-family: "Urbanist", sans-serif !important;
    font-size: clamp(12.6px, 3.55vw, 14.2px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
  }

  .ib-footer-nav-col:nth-child(2) .ib-footer-cta {
    font-family: "Urbanist", sans-serif !important;
    font-size: clamp(13.5px, 3.7vw, 15px) !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 360px) {
  .ib-footer-nav-col:nth-child(2) ul li a {
    font-size: 12px !important;
  }

  .ib-footer-nav-col:nth-child(2) .ib-footer-cta {
    font-size: 13px !important;
  }
}

/* Header: keep the navigation present while scrolling, quietly. */
.tf-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1100 !important;
  transition: padding-top 0.28s ease, transform 0.28s ease !important;
}

.tf-header .header-inner {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease,
    -webkit-backdrop-filter 0.28s ease,
    transform 0.28s ease !important;
}

.tf-header.is-scroll-present {
  padding-top: 12px !important;
}

.tf-header.is-scroll-present .header-inner {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(255, 255, 255, 0.52) !important;
  box-shadow: 0 10px 28px rgba(9, 9, 11, 0.08) !important;
  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;
  transform: scale(0.985);
}

@media (max-width: 991px) {
  .tf-header.is-scroll-present {
    padding-top: 10px !important;
  }

  .tf-header.is-scroll-present .header-inner {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

/* Footer: keep the shared footers fully black across the main pages. */
.ib-footer {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  background: #000 !important;
  border: 0 !important;
  margin-top: -1px !important;
  padding: 42px 0 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.ib-footer::before,
.ib-footer::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.ib-footer > .container {
  position: relative;
  z-index: 1;
}

.ib-footer-top {
  gap: clamp(26px, 3.5vw, 46px) !important;
  padding-bottom: 24px !important;
}

.ib-footer-top,
.ib-footer-bottom {
  border-color: transparent !important;
}

.ib-footer-tagline {
  margin-bottom: 0 !important;
}

.ib-footer-nav {
  gap: clamp(22px, 3vw, 40px) !important;
}

.ib-footer-nav-title {
  margin-bottom: 10px !important;
  color: #ff3b26 !important;
  -webkit-text-fill-color: #ff3b26 !important;
}

.ib-footer-nav-col ul {
  gap: 8px !important;
}

.ib-footer-bottom {
  gap: 10px !important;
  padding: 14px 0 16px !important;
}

.ib-footer-wordmark {
  display: block !important;
  background: linear-gradient(110deg, #fff 0%, #fff 42%, #ff3b26 50%, #fff 58%, #fff 100%) !important;
  background-size: 240% 100% !important;
  background-position: 0 0 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: clamp(28px, 2.2vw, 38px) !important;
  font-weight: 650 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1), transform 0.24s ease, letter-spacing 0.24s ease !important;
}

.ib-footer-logo:hover .ib-footer-wordmark {
  background-position: 100% 0 !important;
  letter-spacing: -0.05em !important;
  transform: translateY(-2px) !important;
}

.ib-footer-social:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

#goTop {
  background: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#goTop .border-progress {
    display: none !important;
}

/* Contact: match the dark background from the iBundle spirit section. */
.ib-contact-section,
#contact.flat-spacing {
    position: relative !important;
    isolation: isolate;
    overflow: hidden !important;
    background:
        linear-gradient(135deg, #080809 0%, #151519 48%, #070708 100%) !important;
}

.ib-contact-section::before,
.ib-contact-section::after,
#contact.flat-spacing::before,
#contact.flat-spacing::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.ib-contact-section::before,
#contact.flat-spacing::before {
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 18%, transparent 36%),
        linear-gradient(250deg, rgba(253, 58, 37, 0.17) 0%, rgba(253, 58, 37, 0.04) 18%, transparent 42%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 26px);
    opacity: 0.72;
}

.ib-contact-section::after,
#contact.flat-spacing::after {
    inset: -18% -12%;
    background:
        linear-gradient(103deg, transparent 0 18%, rgba(0, 0, 0, 0.72) 32%, transparent 52%),
        linear-gradient(283deg, transparent 0 46%, rgba(0, 0, 0, 0.62) 58%, transparent 76%);
    filter: blur(34px);
    opacity: 0.76;
    transform: skewY(-4deg);
}

.ib-contact-section,
#contact {
    border-bottom: 0 !important;
}

.ib-contact-section + .ib-footer,
#contact + .ib-footer {
    border-top: 0 !important;
}
