/*
 * Invoice Crowd live-homepage clone.
 * Page geometry, typography, color and interaction states mirror the public
 * Invoice Crowd Elementor homepage while keeping every asset local to WP.
 */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/invoicecrowd-live/poppins-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/invoicecrowd-live/poppins-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/invoicecrowd-live/poppins-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/invoicecrowd-live/poppins-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/invoicecrowd-live/open-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/invoicecrowd-live/roboto-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

html {
  scroll-padding-top: 96px;
}

body.invoice-crowd-site {
  overflow-x: clip;
  background: var(--color-surface);
  color: var(--color-text);
  font-family: var(--font-body);
}

body.ic-live-drawer-open,
body.ic-live-modal-open {
  overflow: hidden;
}

.ic-live-shell,
.ic-live-container {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.ic-live-home .vibe-main {
  overflow: clip;
}

.ic-live-home .vibe-progress {
  z-index: 1400;
}

.ic-live-home .vibe-progress__bar {
  background: linear-gradient(90deg, #ff0035 0%, #f00133 52%, #ffffff 100%);
}

/* Header and live mega navigation. */
.vibe-header.ic-live-header {
  position: relative;
  z-index: 1200;
  top: 0;
  width: 100%;
  border: 0;
  background: var(--color-primary);
  box-shadow: none;
  font-family: var(--font-body);
  backdrop-filter: none;
  transition: background-color 240ms ease, box-shadow 240ms ease, padding 240ms ease;
}

.ic-live-home .ic-live-header--overlay {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}

.ic-live-header.is-sticky {
  position: fixed;
  background: #4941e3;
  box-shadow: 0 10px 30px rgba(10, 22, 84, 0.22);
  animation: ic-live-header-in 240ms ease both;
}

body.admin-bar .ic-live-header.is-sticky {
  top: 32px;
}

@keyframes ic-live-header-in {
  from { translate: 0 -100%; }
  to { translate: 0 0; }
}

.ic-live-header__desktop-inner {
  display: grid;
  grid-template-columns: minmax(190px, 20%) minmax(560px, 1fr) minmax(210px, 20%);
  align-items: center;
  min-height: 148px;
  gap: 18px;
  transition: min-height 240ms ease;
}

.ic-live-header.is-sticky .ic-live-header__desktop-inner {
  min-height: 94px;
}

.ic-live-header__brand,
.ic-live-header__logo {
  display: inline-flex;
  align-items: center;
}

.ic-live-header__logo-image {
  display: block;
  width: 154px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.ic-live-header__brand-text {
  color: #fff;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
}

.ic-live-nav {
  min-width: 0;
}

.ic-live-nav__list,
.ic-live-drawer__menu,
.ic-live-drawer__group ul,
.ic-live-footer__nav ul,
.ic-live-footer__social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ic-live-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 36px);
}

.ic-live-nav__item {
  position: static;
}

.ic-live-nav__title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ic-live-nav__link,
.ic-live-nav__menu-toggle {
  color: #fff;
}

.ic-live-nav__link {
  position: relative;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ic-live-nav__link::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 2px;
  content: "";
  background: #ff0035;
  scale: 0 1;
  transform-origin: left;
  transition: scale 220ms ease;
}

.ic-live-nav__link:hover,
.ic-live-nav__link:focus-visible,
.ic-live-nav__link.is-current {
  color: #fff;
}

.ic-live-nav__link:hover::after,
.ic-live-nav__link:focus-visible::after,
.ic-live-nav__link.is-current::after {
  scale: 1 1;
}

.ic-live-nav__menu-toggle {
  display: grid;
  width: 22px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  place-items: center;
}

.ic-live-nav__menu-toggle svg {
  width: 10px;
  transition: rotate 180ms ease;
}

.ic-live-nav__item.is-open .ic-live-nav__menu-toggle svg,
.ic-live-nav__item:hover .ic-live-nav__menu-toggle svg {
  rotate: 180deg;
}

.ic-live-nav__mega {
  position: absolute;
  z-index: 10;
  top: calc(100% - 15px);
  left: 50%;
  width: min(1024px, calc(100vw - 48px));
  /* The top padding bridges the gap to the nav row so the pointer never
   * crosses dead space on its way down and trips mouseleave. */
  padding: 26px;
  border-radius: 18px;
  visibility: hidden;
  background: #fff;
  box-shadow:
    0 1px 2px rgba(17, 20, 79, 0.06),
    0 28px 70px -22px rgba(17, 20, 79, 0.3);
  color: #2b2b2b;
  opacity: 0;
  translate: -50% 10px;
  pointer-events: none;
  transition: opacity 200ms ease, translate 200ms ease, visibility 200ms ease;
}

/* Notch tying the panel to the nav item that opened it. The panel is
 * centred on the header shell rather than the item, so a fixed offset
 * would point at nothing — invoice-crowd-live.js measures the item and
 * writes --ic-mega-notch on open. */
.ic-live-nav__mega::before {
  content: "";
  position: absolute;
  top: -6px;
  left: var(--ic-mega-notch, 50%);
  width: 14px;
  height: 14px;
  translate: -50% 0;
  rotate: 45deg;
  border-radius: 3px;
  background: #fff;
}

.ic-live-nav__item.is-open .ic-live-nav__mega,
.ic-live-nav__item:hover .ic-live-nav__mega,
.ic-live-nav__item:focus-within .ic-live-nav__mega {
  visibility: visible;
  opacity: 1;
  translate: -50% 0;
  pointer-events: auto;
}

.ic-live-nav__mega-inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

/* ── Left rail: the categories ─────────────────────────────────────── */

.ic-live-nav__mega-rail { padding-right: 22px; }

.ic-live-nav__mega-rail-label {
  margin: 0 0 12px;
  padding-left: 14px;
  color: #9a9db0;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ic-live-nav__mega-tabs {
  display: grid;
  gap: 2px;
}

.ic-live-nav__mega-tab {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px 10px 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #3c4055;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}

.ic-live-nav__mega-tab svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  opacity: 0;
  translate: -4px 0;
  transition: opacity 200ms ease, translate 200ms ease;
}

.ic-live-nav__mega-tab:hover { background: #f4f5fb; }

.ic-live-nav__mega-tab.is-active {
  background: #eef0fe;
  color: #4941e3;
}

.ic-live-nav__mega-tab.is-active svg { opacity: 1; translate: 0 0; }

/* ── Middle: the selected category's links ─────────────────────────── */

.ic-live-nav__mega-panes {
  min-width: 0;
  padding-left: 26px;
  border-left: 1px solid #edeef4;
}

.ic-live-nav__mega-pane[hidden] { display: none; }

.ic-live-nav__mega-pane {
  animation: ic-live-mega-in 240ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes ic-live-mega-in {
  from { opacity: 0; translate: 0 6px; }
  to   { opacity: 1; translate: 0 0; }
}

.ic-live-nav__mega-title {
  margin: 0 0 14px;
  padding-left: 12px;
  color: #1d2033;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.ic-live-nav__mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ic-live-nav__mega-grid a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  padding: 12px;
  border-radius: 12px;
  color: inherit;
  transition: background-color 200ms ease;
}

.ic-live-nav__mega-grid a:hover,
.ic-live-nav__mega-grid a:focus-visible { background: #f4f5fb; }

.ic-live-nav__mega-ico {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eef0fe;
  color: #4941e3;
  transition: background-color 200ms ease, color 200ms ease;
}

.ic-live-nav__mega-ico svg { width: 19px; height: 19px; }

.ic-live-nav__mega-grid a:hover .ic-live-nav__mega-ico,
.ic-live-nav__mega-grid a:focus-visible .ic-live-nav__mega-ico {
  background: #4941e3;
  color: #fff;
}

.ic-live-nav__mega-copy { display: grid; gap: 2px; min-width: 0; }

.ic-live-nav__mega-copy strong {
  color: #1d2033;
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
}

.ic-live-nav__mega-copy span {
  color: #767a8c;
  font-size: 12.5px;
  line-height: 1.45;
}

.ic-live-nav__mega-grid a:hover .ic-live-nav__mega-copy strong,
.ic-live-nav__mega-grid a:focus-visible .ic-live-nav__mega-copy strong { color: #4941e3; }

.ic-live-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ic-live-header__action,
.ic-live-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  overflow: hidden;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0035 0%, #d4052f 100%);
  box-shadow: 0 12px 24px rgba(212, 5, 47, 0.22);
  color: #fff;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.ic-live-header__action::before,
.ic-live-button::before {
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -70%;
  width: 42%;
  height: 200%;
  content: "";
  background: rgba(255, 255, 255, 0.35);
  rotate: 22deg;
  transition: left 420ms ease;
}

.ic-live-header__action:hover,
.ic-live-header__action:focus-visible,
.ic-live-button:hover,
.ic-live-button:focus-visible {
  color: #fff;
  box-shadow: 0 16px 32px rgba(212, 5, 47, 0.33);
  translate: 0 -2px;
}

.ic-live-header__action:hover::before,
.ic-live-header__action:focus-visible::before,
.ic-live-button:hover::before,
.ic-live-button:focus-visible::before {
  left: 135%;
}

.ic-live-header__mobile,
.ic-live-drawer,
.ic-live-drawer__backdrop {
  display: none;
}

/* Hero — exact live diagonal field and content dimensions. */
.ic-live-hero {
  position: relative;
  min-height: 1260px;
  padding: 200px 0 580px;
  background: linear-gradient(135deg, #5234de 20%, #3e4ee8 40%, #355ff2 65%, #fff 0%);
  color: #fff;
}

.ic-live-hero__inner {
  display: grid;
  grid-template-columns: 35.6% 65%;
  align-items: center;
}

.ic-live-hero__copy {
  position: relative;
  z-index: 3;
  padding-left: 2px;
}

.ic-live-hero h1 {
  max-width: 620px;
  margin: 0 0 26px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.ic-live-hero__copy p {
  max-width: 620px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.ic-live-hero__visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin-left: -10px;
}

.ic-live-hero__laptop {
  position: relative;
}

.ic-live-hero__image {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
  filter: drop-shadow(0 30px 34px rgba(17, 20, 79, 0.12));
}

.ic-live-hero__play {
  position: absolute;
  z-index: 3;
  top: 48.5%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #513ee7;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 16px 40px rgba(24, 22, 100, 0.3);
  color: #fff;
  translate: -50% -50%;
  place-items: center;
  transition: scale 180ms ease, box-shadow 180ms ease;
}

.ic-live-hero__play::after {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: inherit;
  content: "";
  animation: ic-live-pulse 2.4s ease-out infinite;
}

.ic-live-hero__play svg {
  width: 28px;
  margin-left: 4px;
}

.ic-live-hero__play:hover,
.ic-live-hero__play:focus-visible {
  scale: 1.08;
  box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.25), 0 18px 46px rgba(24, 22, 100, 0.38);
}

@keyframes ic-live-pulse {
  0% { opacity: 0.8; scale: 0.85; }
  80%, 100% { opacity: 0; scale: 1.35; }
}

.ic-live-shape {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
  will-change: translate;
}

.ic-live-hero__shape--1 {
  top: 24%;
  right: 2%;
  width: 26px;
}

.ic-live-hero__shape--2 {
  right: 7%;
  bottom: 22%;
  width: 18px;
}

.ic-live-hero__shape--3 {
  bottom: 8%;
  left: 4%;
  width: 22px;
}

/* Overlapping benefit-card composition. */
.ic-live-value {
  position: relative;
  z-index: 4;
  margin-top: -545px;
  padding: 0 0 90px;
}

.ic-live-value__inner {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  min-height: 680px;
}

.ic-live-value__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 640px;
  align-items: start;
  gap: 24px;
  padding-right: 44px;
}

.ic-live-value-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 38px 30px 34px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ic-live-value-card:nth-child(1) {
  margin-top: 210px;
}

.ic-live-value-card:nth-child(2) {
  margin-top: 18px;
}

.ic-live-value-card:nth-child(3) {
  grid-column: 2;
  margin-top: -30px;
}

.ic-live-value-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #516cf0, rgba(255, 255, 255, 0));
}

.ic-live-value-card--green::before {
  background: linear-gradient(90deg, #7bd852, rgba(255, 255, 255, 0));
}

.ic-live-value-card--red::before {
  background: linear-gradient(90deg, #e15958, rgba(255, 255, 255, 0));
}

.ic-live-value-card__icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  place-items: center;
}

.ic-live-value-card__icon img {
  width: 64px;
  max-height: 64px;
  object-fit: contain;
}

.ic-live-value-card h3 {
  margin: 0 0 12px;
  color: #2b2b2b;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
}

.ic-live-value-card p {
  margin: 0;
  color: #858799;
  font-size: 14px;
  line-height: 1.75;
}

.ic-live-value__copy {
  max-width: 650px;
  padding: 190px 0 0 92px;
}

.ic-live-value__intro-icon {
  display: inline-grid;
  width: 60px;
  height: 60px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: #fff0f3;
  place-items: center;
}

.ic-live-value__intro-icon img {
  width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.ic-live-value__copy h2 {
  margin: 0 0 18px;
  color: #2b2b2b;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
}

.ic-live-value__copy p {
  margin: 0;
  color: #686c7d;
  font-size: 16px;
  line-height: 28px;
}

.ic-live-value__shape--1 {
  top: 35%;
  right: 4%;
  width: 21px;
}

.ic-live-value__shape--2 {
  right: 44%;
  bottom: 8%;
  width: 18px;
}

/* Registry alias kept explicit for diagnostics: ic-live-feature-showcase. */
.ic-live-feature-showcase,
.ic-live-showcase {
  position: relative;
  padding: 80px 0 105px;
  background: #fff;
}

.ic-live-showcase__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 35px;
  color: #3d3d3d;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
}

.ic-live-showcase__title::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 52px;
  height: 3px;
  border-radius: 3px;
  content: "";
  background: #ff0035;
  translate: -50% 0;
  transition: width 240ms ease;
}

.ic-live-showcase__title:hover::after {
  width: 100%;
}

.ic-live-showcase__list {
  display: grid;
}

.ic-live-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-height: 620px;
  padding: 45px 0;
}

.ic-live-feature--reverse .ic-live-feature__visual {
  order: 2;
}

.ic-live-feature--reverse .ic-live-feature__copy {
  order: 1;
}

.ic-live-feature__visual {
  position: relative;
  display: grid;
  min-height: 520px;
  align-items: center;
  justify-items: center;
}

.ic-live-feature__curve {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 502px;
  translate: -50% -50%;
}

.ic-live-feature__product {
  position: relative;
  z-index: 2;
  display: grid;
  width: 95%;
  min-height: 400px;
  align-items: center;
  justify-items: center;
}

.ic-live-feature__product img {
  display: block;
  width: 100%;
  max-width: 720px;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 23px 26px rgba(40, 49, 115, 0.12));
}

.ic-live-feature__shape {
  z-index: 3;
  top: 10%;
  right: 3%;
  width: 22px;
}

.ic-live-feature--reverse .ic-live-feature__shape {
  right: auto;
  left: 3%;
}

.ic-live-feature__copy {
  max-width: 630px;
  padding: 35px 60px;
}

.ic-live-feature__icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff1f4;
  place-items: center;
}

.ic-live-feature__icon img {
  width: 42px;
  max-height: 42px;
  object-fit: contain;
}

.ic-live-feature__copy h3 {
  margin: 0 0 18px;
  color: #3d3d3d;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
}

.ic-live-feature__copy p {
  margin: 0;
  color: #686c7d;
  font-size: 16px;
  line-height: 26px;
}

/* Reviews and reputation strip. */
.ic-live-testimonials {
  padding: 100px 0 50px;
  background: #f7f7f7;
}

.ic-live-testimonials > .ic-live-container > h2,
.ic-live-platforms h2 {
  margin: 0 0 44px;
  color: #3d3d3d;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.ic-live-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.ic-live-review {
  min-width: 0;
  padding: 28px 26px 30px;
  border: 1px solid #cfd9db;
  border-radius: 5px;
  background: #fff;
  color: #2b2b2b;
  transition: translate 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ic-live-review:hover {
  border-color: rgba(73, 65, 227, 0.35);
  box-shadow: 0 18px 42px rgba(27, 37, 83, 0.1);
  translate: 0 -5px;
}

.ic-live-review__header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  margin-bottom: 22px;
}

.ic-live-review__avatar,
.ic-live-review__avatar img {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.ic-live-review__avatar img {
  border: 2px solid #fff;
  box-shadow: 0 4px 14px rgba(6, 47, 93, 0.15);
  object-fit: cover;
}

.ic-live-review__identity h3 {
  margin: 1px 0 3px;
  color: #2b2b2b;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.ic-live-review__stars {
  display: block;
  color: #ffb600;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.25;
}

.ic-live-review__identity small {
  display: block;
  margin-top: 4px;
  color: #8a8c98;
  font-size: 11px;
  line-height: 1.4;
}

.ic-live-review__platform {
  display: grid;
  width: 42px;
  min-height: 28px;
  place-items: center;
}

.ic-live-review__platform img {
  width: auto;
  max-width: 40px;
  max-height: 28px;
  object-fit: contain;
}

.ic-live-review h4 {
  margin: 0 0 12px;
  color: #2b2b2b;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.ic-live-review > p {
  margin: 0;
  color: #686c7d;
  font-size: 14px;
  line-height: 1.75;
}

/* Registry alias kept explicit for diagnostics: ic-live-review-platforms. */
.ic-live-review-platforms,
.ic-live-platforms {
  padding: 42px 0 100px;
  background: #f7f7f7;
}

.ic-live-platforms h2 {
  margin-bottom: 32px;
  font-size: 31px;
}

.ic-live-platforms__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 6vw, 92px);
}

.ic-live-platforms__logos a {
  display: grid;
  min-width: 150px;
  min-height: 70px;
  place-items: center;
  transition: opacity 180ms ease, scale 180ms ease;
}

.ic-live-platforms__logos a:hover,
.ic-live-platforms__logos a:focus-visible {
  opacity: 0.82;
  scale: 1.05;
}

.ic-live-platforms__logos img {
  display: block;
  width: 140px;
  max-height: 62px;
  object-fit: contain;
}

/* Footer transition CTA and shared footer. */
.ic-live-cta {
  position: relative;
  padding: 95px 0 102px;
  background: #edf2fa;
}

.ic-live-cta__wave {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  translate: 0 -99%;
  pointer-events: none;
}

.ic-live-cta__wave img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.ic-live-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  min-height: 220px;
  padding: 50px 82px;
  border-radius: 83px;
  background: linear-gradient(90deg, #562dd9 0%, #2575fc 100%);
  box-shadow: 0 27px 55px rgba(37, 117, 252, 0.22);
  color: #fff;
}

.ic-live-cta__panel h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
}

.ic-live-cta__panel p {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}

.vibe-footer.ic-live-footer {
  padding: 62px 0 28px;
  background: #fff;
  color: #686c7d;
  font-family: var(--font-body);
}

.ic-live-footer__top,
.ic-live-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.ic-live-footer__logo-image {
  display: block;
  width: 154px;
  max-height: 68px;
  object-fit: contain;
}

.ic-live-footer__brand-text {
  color: #4941e3;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.ic-live-footer__nav ul,
.ic-live-footer__social {
  display: flex;
  align-items: center;
}

.ic-live-footer__nav ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 36px;
}

.ic-live-footer__nav a {
  color: #686c7d;
  font-size: 14px;
  line-height: 1.5;
}

.ic-live-footer__nav a:hover,
.ic-live-footer__nav a:focus-visible {
  color: #4941e3;
}

.ic-live-footer__divider {
  height: 1px;
  margin: 39px 0 25px;
  background: #e5e8ee;
}

.ic-live-footer__copyright {
  margin: 0;
  color: #8a8c98;
  font-size: 13px;
  line-height: 1.7;
}

.ic-live-footer__attribution {
  margin-left: 5px;
}

.ic-live-footer__social {
  gap: 10px;
}

.ic-live-footer__social-link {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #edf2fa;
  color: #4941e3;
  place-items: center;
}

.ic-live-footer__social-link:hover,
.ic-live-footer__social-link:focus-visible {
  background: #4941e3;
  color: #fff;
  translate: 0 -2px;
}

.ic-live-footer__social-link svg {
  width: 17px;
  height: 17px;
}

/* Video lightbox. The iframe is created only after an intentional click. */
.ic-live-video-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  place-items: center;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.ic-live-video-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.ic-live-video-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(5, 8, 30, 0.88);
}

.ic-live-video-modal__frame {
  position: relative;
  z-index: 2;
  width: min(1080px, 94vw);
  border-radius: 12px;
  background: #090b18;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.ic-live-video-modal__ratio {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 12px;
}

.ic-live-video-modal iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ic-live-video-modal__close {
  position: absolute;
  z-index: 3;
  top: -18px;
  right: -18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0 0 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ff0035;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 29px;
  line-height: 1;
  place-items: center;
}

.ic-live-reveal {
  opacity: 0;
  translate: 0 24px;
  transition: opacity 560ms ease, translate 560ms cubic-bezier(.22, .61, .36, 1);
}

.ic-live-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@media (max-width: 1366px) {
  .ic-live-shell,
  .ic-live-container {
    width: min(1280px, calc(100% - 40px));
  }

  .ic-live-header__desktop-inner {
    grid-template-columns: 17% minmax(540px, 1fr) 21%;
  }

  .ic-live-nav__list {
    gap: clamp(13px, 1.35vw, 24px);
  }

  .ic-live-header__action {
    padding-inline: 20px;
  }

  .ic-live-hero__inner {
    grid-template-columns: 45% 55%;
  }

  .ic-live-value__copy {
    padding-left: 60px;
  }

  .ic-live-feature__copy {
    padding-inline: 42px;
  }
}

@media (max-width: 1200px) {
  .ic-live-header__desktop-inner {
    grid-template-columns: 160px minmax(520px, 1fr) 190px;
  }

  .ic-live-header__logo-image {
    width: 142px;
  }

  .ic-live-nav__link,
  .ic-live-header__action {
    font-size: 14px;
  }

  .ic-live-header__action {
    min-height: 44px;
    padding: 11px 17px;
  }

  .ic-live-value__cards {
    gap: 18px;
    padding-right: 20px;
  }

  .ic-live-value-card {
    padding-inline: 24px;
  }

  .ic-live-testimonials__grid {
    gap: 18px;
  }
}

@media (max-width: 1024px) {
  body.admin-bar .ic-live-header.is-sticky {
    top: 32px;
  }

  .ic-live-shell,
  .ic-live-container {
    width: min(100%, calc(100% - 40px));
  }

  .ic-live-header__desktop {
    display: none;
  }

  .ic-live-header__mobile {
    display: block;
  }

  .ic-live-header__mobile-inner {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: min-height 220ms ease;
  }

  .ic-live-header.is-sticky .ic-live-header__mobile-inner {
    min-height: 74px;
  }

  .ic-live-header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ic-live-header__mobile-action,
  .ic-live-drawer__quick-actions a,
  .ic-live-drawer__close {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    place-items: center;
  }

  .ic-live-header__mobile-action svg,
  .ic-live-drawer__quick-actions svg,
  .ic-live-drawer__close svg {
    width: 20px;
  }

  .ic-live-header__hamburger {
    gap: 4px;
  }

  .ic-live-header__hamburger > span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .ic-live-drawer__backdrop {
    position: fixed;
    z-index: 1300;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    visibility: hidden;
    background: rgba(5, 9, 35, 0.56);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .ic-live-drawer__backdrop.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .ic-live-drawer {
    position: fixed;
    z-index: 1350;
    top: 0;
    right: 0;
    display: block;
    overflow-y: auto;
    width: min(430px, 92vw);
    height: 100dvh;
    padding: 24px 24px 48px;
    visibility: hidden;
    background: #4941e3;
    box-shadow: -24px 0 60px rgba(4, 9, 45, 0.25);
    color: #fff;
    translate: 104% 0;
    transition: translate 300ms ease, visibility 300ms ease;
  }

  .ic-live-drawer.is-open {
    visibility: visible;
    translate: 0 0;
  }

  .ic-live-drawer__topbar,
  .ic-live-drawer__quick-actions,
  .ic-live-drawer__item-title {
    display: flex;
    align-items: center;
  }

  .ic-live-drawer__topbar {
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .ic-live-drawer__quick-actions {
    gap: 10px;
  }

  .ic-live-drawer__menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .ic-live-drawer__item-title {
    justify-content: space-between;
    gap: 14px;
  }

  .ic-live-drawer__item-title > a {
    flex: 1;
    padding: 18px 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .ic-live-drawer__item-title > button {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    place-items: center;
  }

  .ic-live-drawer__item-title > button svg {
    width: 12px;
    transition: rotate 180ms ease;
  }

  .ic-live-drawer__item.is-open .ic-live-drawer__item-title > button svg {
    rotate: 180deg;
  }

  .ic-live-drawer__submenu {
    display: none;
    padding: 0 0 18px 12px;
  }

  .ic-live-drawer__item.is-open .ic-live-drawer__submenu {
    display: block;
  }

  .ic-live-drawer__group + .ic-live-drawer__group {
    margin-top: 18px;
  }

  .ic-live-drawer__group h2 {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
  }

  .ic-live-drawer__group li + li {
    margin-top: 5px;
  }

  .ic-live-drawer__group a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.6;
  }

  .ic-live-hero {
    min-height: 1570px;
    padding: 125px 0 520px;
    background: linear-gradient(145deg, #5234de 0%, #3e4ee8 47%, #355ff2 74%, #fff 74.2%);
  }

  .ic-live-hero__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ic-live-hero__visual {
    order: 1;
    width: min(880px, 100%);
    margin: 0 auto;
  }

  .ic-live-hero__copy {
    order: 2;
    width: min(720px, 100%);
    margin: -20px auto 0;
    text-align: center;
  }

  .ic-live-hero h1,
  .ic-live-hero__copy p {
    margin-inline: auto;
  }

  .ic-live-value {
    margin-top: -450px;
  }

  .ic-live-value__inner {
    grid-template-columns: 1fr;
  }

  .ic-live-value__cards {
    min-height: auto;
    padding: 0;
  }

  .ic-live-value-card:nth-child(1),
  .ic-live-value-card:nth-child(2),
  .ic-live-value-card:nth-child(3) {
    grid-column: auto;
    margin-top: 0;
  }

  .ic-live-value-card:nth-child(1) {
    translate: 0 70px;
  }

  .ic-live-value-card:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    margin-left: auto;
    translate: 0 70px;
  }

  .ic-live-value__copy {
    max-width: 760px;
    margin: 110px auto 0;
    padding: 0;
    text-align: center;
  }

  .ic-live-value__intro-icon {
    margin-inline: auto;
  }

  .ic-live-feature {
    min-height: 540px;
  }

  .ic-live-feature__visual {
    min-height: 430px;
  }

  .ic-live-feature__copy {
    padding-inline: 25px;
  }

  .ic-live-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ic-live-review {
    padding-inline: 20px;
  }

  .ic-live-review__header {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .ic-live-review__platform {
    grid-column: 2;
  }

  .ic-live-review__avatar,
  .ic-live-review__avatar img {
    width: 46px;
    height: 46px;
  }

  .ic-live-cta__panel {
    padding-inline: 58px;
  }
}

@media (max-width: 880px) {
  .ic-live-hero {
    min-height: 1420px;
  }

  .ic-live-value-card {
    min-height: 285px;
  }

  .ic-live-feature,
  .ic-live-feature.ic-live-feature--reverse {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 38px 0 68px;
  }

  .ic-live-feature__visual,
  .ic-live-feature--reverse .ic-live-feature__visual {
    order: 1;
  }

  .ic-live-feature__copy,
  .ic-live-feature--reverse .ic-live-feature__copy {
    order: 2;
    max-width: 680px;
    margin-inline: auto;
    padding-top: 0;
    text-align: center;
  }

  .ic-live-feature__icon {
    margin-inline: auto;
  }

  .ic-live-feature__product {
    width: min(700px, 95%);
  }

  .ic-live-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ic-live-cta__panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px;
    text-align: center;
  }

  .ic-live-cta__panel p {
    margin-inline: auto;
  }

  .ic-live-cta__panel .ic-live-button {
    justify-self: center;
  }

  .ic-live-footer__top,
  .ic-live-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .ic-live-footer__nav ul {
    justify-content: center;
  }

  .ic-live-footer__social {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body.admin-bar .ic-live-header.is-sticky {
    top: 46px;
  }

  .ic-live-shell,
  .ic-live-container {
    width: calc(100% - 30px);
  }

  .ic-live-header__mobile-inner {
    min-height: 82px;
  }

  .ic-live-header.is-sticky .ic-live-header__mobile-inner {
    min-height: 68px;
  }

  .ic-live-header__logo-image {
    width: 128px;
  }

  .ic-live-header__mobile-actions {
    gap: 5px;
  }

  .ic-live-header__mobile-action {
    width: 37px;
    height: 37px;
  }

  .ic-live-hero {
    min-height: 1210px;
    padding: 106px 0 450px;
    background: linear-gradient(145deg, #5234de 0%, #3e4ee8 52%, #355ff2 76%, #fff 76.2%);
  }

  .ic-live-hero__visual {
    margin-top: 25px;
  }

  .ic-live-hero__copy {
    margin-top: 5px;
  }

  .ic-live-hero h1 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -0.7px;
  }

  .ic-live-hero__copy p {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 24px;
  }

  .ic-live-hero__play {
    width: 58px;
    height: 58px;
  }

  .ic-live-value {
    margin-top: -390px;
    padding-bottom: 55px;
  }

  .ic-live-value__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ic-live-value-card,
  .ic-live-value-card:nth-child(1),
  .ic-live-value-card:nth-child(2),
  .ic-live-value-card:nth-child(3) {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 29px 25px;
    translate: 0 0;
  }

  .ic-live-value-card:nth-child(3) {
    grid-column: auto;
  }

  .ic-live-value-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
  }

  .ic-live-value-card__icon img {
    width: 52px;
  }

  .ic-live-value__copy {
    margin-top: 62px;
  }

  .ic-live-value__copy h2,
  .ic-live-showcase__title,
  .ic-live-testimonials > .ic-live-container > h2,
  .ic-live-cta__panel h2 {
    font-size: 31px;
    line-height: 1.25;
  }

  .ic-live-value__copy p {
    font-size: 15px;
    line-height: 25px;
  }

  .ic-live-showcase {
    padding: 50px 0 72px;
  }

  .ic-live-showcase__title {
    margin-bottom: 25px;
  }

  .ic-live-feature {
    padding: 25px 0 55px;
  }

  .ic-live-feature__visual {
    min-height: 330px;
  }

  .ic-live-feature__product {
    min-height: 280px;
  }

  .ic-live-feature__copy {
    padding-inline: 5px;
  }

  .ic-live-feature__copy h3 {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.3;
  }

  .ic-live-feature__copy p {
    font-size: 15px;
    line-height: 25px;
  }

  .ic-live-testimonials {
    padding: 68px 0 32px;
  }

  .ic-live-testimonials > .ic-live-container > h2 {
    margin-bottom: 31px;
  }

  .ic-live-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .ic-live-review {
    padding: 25px 22px;
  }

  .ic-live-platforms {
    padding: 34px 0 72px;
  }

  .ic-live-platforms h2 {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .ic-live-platforms__logos {
    flex-wrap: wrap;
    gap: 20px 25px;
  }

  .ic-live-platforms__logos a {
    min-width: 120px;
  }

  .ic-live-platforms__logos img {
    width: 118px;
  }

  .ic-live-cta {
    padding: 60px 0 68px;
  }

  .ic-live-cta__panel {
    min-height: 0;
    padding: 40px 24px;
    border-radius: 5px;
  }

  .ic-live-cta__panel p {
    font-size: 15px;
    line-height: 25px;
  }

  .vibe-footer.ic-live-footer {
    padding-top: 48px;
  }

  .ic-live-footer__nav ul {
    gap: 12px 22px;
  }

  .ic-live-footer__divider {
    margin-top: 30px;
  }

  .ic-live-footer__copyright span {
    display: inline;
  }

  .ic-live-footer__attribution {
    display: block !important;
    margin: 4px 0 0;
  }

  .ic-live-video-modal {
    padding: 15px;
  }

  .ic-live-video-modal__close {
    top: -13px;
    right: -8px;
  }
}

@media (max-width: 480px) {
  .ic-live-header__brand--mobile {
    max-width: 112px;
  }

  .ic-live-header__logo-image {
    width: 112px;
  }

  .ic-live-header__mobile-action {
    width: 34px;
    height: 34px;
  }

  .ic-live-header__mobile-action svg {
    width: 17px;
  }

  .ic-live-hero {
    min-height: 1120px;
  }

  .ic-live-hero h1 {
    font-size: 31px;
  }

  .ic-live-value {
    margin-top: -345px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ic-live-reveal {
    opacity: 1;
    translate: 0 0;
  }
}


/* ── Mobile menu button ────────────────────────────────────────────────
 * It was the same outline circle as the two icon links beside it, so the
 * one control that opens the whole navigation carried no more weight than
 * a login shortcut. Now it is filled, and the bars fold into a cross when
 * the drawer is open so the button says what it will do next.
 * ──────────────────────────────────────────────────────────────────── */

@media (max-width: 1024.98px) {
  .ic-live-header__hamburger {
    gap: 0;
    position: relative;
    width: 42px;
    height: 42px;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.16);
    transition: background-color 260ms ease, scale 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ic-live-header__hamburger:hover,
  .ic-live-header__hamburger:focus-visible { background: rgba(255, 255, 255, 0.28); }
  .ic-live-header__hamburger:active { scale: 0.94; }

  .ic-live-header__hamburger > span {
    position: absolute;
    left: 50%;
    width: 19px;
    height: 2px;
    margin-left: -9.5px;
    border-radius: 2px;
    background: currentColor;
    transition:
      translate 320ms cubic-bezier(0.16, 1, 0.3, 1),
      rotate 320ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 180ms ease;
  }

  .ic-live-header__hamburger > span:nth-child(1) { translate: 0 -6px; }
  .ic-live-header__hamburger > span:nth-child(2) { translate: 0 0; }
  .ic-live-header__hamburger > span:nth-child(3) { translate: 0 6px; }

  /* Open: top and bottom cross, middle fades out. */
  .ic-live-header__hamburger[aria-expanded="true"] { background: rgba(255, 255, 255, 0.3); }
  .ic-live-header__hamburger[aria-expanded="true"] > span:nth-child(1) { translate: 0 0; rotate: 45deg; }
  .ic-live-header__hamburger[aria-expanded="true"] > span:nth-child(2) { opacity: 0; scale: 0.4 1; }
  .ic-live-header__hamburger[aria-expanded="true"] > span:nth-child(3) { translate: 0 0; rotate: -45deg; }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .ic-live-header__hamburger,
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .ic-live-header__hamburger > span {
    transition-duration: 320ms !important;
  }
}


/* ── Footer row alignment ──────────────────────────────────────────────
 * main.css carries `.vibe-footer li + li { margin-top: .65rem }` from a
 * vertically stacked footer. These two lists are horizontal flex rows, so
 * that rule lifts only the FIRST item of each row above its siblings --
 * "Blog" in the nav, Facebook in the socials.
 *
 * Removing it rather than adding the same margin to the first child: both
 * align either way, but the row already has `gap` (15px 36px on the nav,
 * 10px on the socials) doing the spacing, so the margin is redundant and
 * matching it everywhere would just add dead space above both rows.
 * ──────────────────────────────────────────────────────────────────── */

.ic-live-footer__nav li + li,
.ic-live-footer__social li + li { margin-top: 0; }
