:root {
  --pro-bg: #edf1f7;
  --pro-surface: #ffffff;
  --pro-surface-soft: #f7f9fd;
  --pro-text: #0e1526;
  --pro-muted: #5d6780;
  --pro-line: #d7dfef;
  --pro-primary: #2f6df6;
  --pro-primary-2: #3d8dff;
  --pro-dark: #040915;
  --pro-dark-2: #07132b;
  --pro-radius: 22px;
  --pro-shadow-soft: 0 14px 34px rgba(18, 29, 54, 0.08);
  --pro-shadow-card: 0 18px 55px rgba(15, 28, 56, 0.1);
}

body {
  background: var(--pro-bg);
  color: var(--pro-text);
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.55;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: "Sora", "Plus Jakarta Sans", "Avenir Next", sans-serif;
  letter-spacing: -0.03em;
}

[data-reveal] {
  --reveal-delay: 0ms;
  opacity: 0;
  translate: 0 16px;
  transition:
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    translate 0.62s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  will-change: opacity, translate;
}

[data-reveal="soft"] {
  translate: 0 10px;
}

[data-reveal="fade"] {
  translate: 0 0;
}

[data-reveal].is-reveal-visible {
  opacity: 1;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}

.container {
  width: min(1240px, calc(100% - 44px));
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 74px 0;
}

.card {
  border-radius: var(--pro-radius);
  border: 1px solid #dfe6f3;
  background: var(--pro-surface);
  box-shadow: var(--pro-shadow-soft);
}

.page-title {
  margin: 18px auto 14px;
  max-width: 940px;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 0.95;
  color: #0d1527;
}

.page-lead {
  color: var(--pro-muted);
  font-size: clamp(16px, 1.45vw, 19px);
}

.eyebrow-tabs {
  border: 1px solid #d8e1f0;
  box-shadow: 0 8px 24px rgba(20, 33, 63, 0.08);
}

.eyebrow-tab {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #37425e;
}

.eyebrow-tab.is-active {
  background: #0e1930;
  color: #f3f7ff;
}

.btn {
  min-height: 48px;
  border-radius: 13px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #f8fbff;
  border-color: #295dd8;
  background: linear-gradient(135deg, #2563eb 0%, #2f7df7 54%, #45a0ff 100%);
  box-shadow: 0 10px 24px rgba(36, 104, 236, 0.36);
}

.btn-light {
  color: #1f2b45;
  border-color: #cad5ea;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.btn-ghost {
  color: #eef4ff;
  border-color: rgba(197, 214, 252, 0.48);
  background: rgba(136, 165, 226, 0.1);
}

.site-header {
  border-bottom: 1px solid rgba(198, 210, 237, 0.62);
  background: rgba(244, 248, 255, 0.86);
  backdrop-filter: blur(10px);
}

.page-precios .site-header,
.page-faqs .site-header,
.page-contacto .site-header,
.page-caracteristicas .site-header {
  background: #ffffff;
  border-bottom-color: #d7e0ef;
  box-shadow: 0 10px 24px rgba(17, 28, 52, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.is-dark-hero .site-header {
  background: rgba(4, 12, 27, 0.14);
}

.is-dark-hero .site-header.is-scrolled {
  background: rgba(4, 12, 27, 0.84);
  border-bottom-color: rgba(172, 191, 232, 0.28);
  box-shadow: 0 16px 36px rgba(0, 7, 21, 0.45);
}

.nav-wrap {
  min-height: 84px;
}

.main-nav {
  gap: 8px;
}

.nav-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
}

.nav-link:hover,
.nav-link.is-active {
  border-color: #d4deef;
  background: #f4f8ff;
}

.is-dark-hero .nav-link {
  color: #e9f0ff;
  border-color: transparent;
}

.is-dark-hero .nav-link:hover,
.is-dark-hero .nav-link.is-active {
  border-color: rgba(212, 224, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
}

.home-hero {
  position: relative;
  padding: 142px 0 116px;
  background:
    radial-gradient(820px 430px at 50% 4%, rgba(114, 109, 255, 0.35), transparent 72%),
    radial-gradient(760px 320px at 70% 38%, rgba(60, 132, 255, 0.2), transparent 70%),
    linear-gradient(180deg, #030813 0%, #050d1e 52%, #06142d 100%);
  color: #f5f8ff;
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.13;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 56% -8% -26% -8%;
  background-image:
    linear-gradient(to right, rgba(112, 133, 183, 0.23) 1px, transparent 1px),
    linear-gradient(to top, rgba(112, 133, 183, 0.22) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(680px) rotateX(64deg);
  transform-origin: center top;
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  border-color: rgba(190, 205, 239, 0.36);
  color: #d4e1fe;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 11px;
}

.hero-title {
  width: min(980px, 100%);
  margin: 20px auto 16px;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 0.94;
  font-weight: 700;
}

.hero-desc {
  width: min(720px, 100%);
  color: #b8c6e8;
  font-size: clamp(15px, 1.2vw, 18px);
}

.hero-actions {
  margin-top: 30px;
  gap: 12px;
}

.hero-media {
  position: relative;
  width: min(1010px, 100%);
  margin-top: 50px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(170, 192, 235, 0.34);
  background: rgba(9, 20, 43, 0.6);
  box-shadow:
    0 26px 80px rgba(11, 29, 73, 0.52),
    0 0 62px rgba(83, 132, 255, 0.32);
}

.hero-media img {
  border-radius: 11px;
}

.home-business {
  background: var(--pro-bg);
}

.business-pro-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  border: 1px solid #dbe4f5;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fafe 0%, #f3f6fc 100%);
  box-shadow: 0 22px 54px rgba(19, 32, 58, 0.1);
  overflow: hidden;
}

.business-pro-left {
  padding: 52px 54px 50px;
  border-right: 1px solid #dfe7f6;
}

.business-pro-pill {
  display: inline-flex;
  border: 1px solid #cbd6ea;
  border-radius: 999px;
  padding: 10px 20px;
  color: #606d88;
  font-size: 13px;
  font-weight: 700;
}

.business-pro-title {
  margin: 24px 0 12px;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.92;
}

.business-pro-title span {
  background: linear-gradient(120deg, #d550f3 3%, #6b72f7 49%, #1db9ca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.business-pro-lead {
  margin: 0;
  max-width: 640px;
  color: #5f6b85;
  font-size: 18px;
}

.business-industries {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}

.business-industries span {
  color: #4f5d7d;
  font-size: 17px;
  line-height: 1.25;
}

.business-pro-right {
  padding: 54px 44px 44px;
  display: flex;
  flex-direction: column;
}

.business-pro-intro {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: start;
}

.business-pro-num {
  color: #2d86f4;
  font-size: 58px;
  font-weight: 700;
  line-height: 0.9;
}

.business-pro-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.98;
}

.business-pro-copy p {
  margin: 0;
  color: #59657f;
  font-size: 16px;
}

.business-phone-showcase {
  position: relative;
  margin-top: 36px;
  padding: 16px 6px 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.business-phone-showcase::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 158px;
  height: 82px;
  background-image: radial-gradient(circle, rgba(55, 153, 255, 0.35) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.5;
}

.business-phone {
  margin: 0;
  border: 1px solid #d4ddef;
  border-radius: 28px;
  padding: 11px 7px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 14px 28px rgba(25, 44, 83, 0.14);
  display: flex;
  justify-content: center;
}

.business-phone img {
  width: 100%;
  height: auto;
  max-width: 149px;
}

.phone-a {
  transform: translateY(24px) scale(0.95);
}

.phone-b {
  transform: translateY(12px) scale(0.98);
}

.phone-c {
  transform: translateY(-4px) scale(1.02);
}

.phone-d {
  transform: translateY(18px) scale(0.97);
}

.steps-section {
  background:
    radial-gradient(860px 360px at 68% 46%, rgba(106, 109, 255, 0.34), transparent 72%),
    linear-gradient(180deg, #030814 0%, #040a17 60%, #020710 100%);
}

.steps-showcase {
  gap: 22px;
  min-height: 680px;
}

.steps-left {
  padding: 30px 8px 34px 0;
}

.steps-pill {
  border-color: rgba(180, 198, 237, 0.5);
  color: #e7eeff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.steps-heading {
  margin: 16px 0 30px;
  font-size: clamp(44px, 4.8vw, 74px);
  line-height: 0.94;
}

.steps-track {
  gap: 18px;
}

.steps-track::before {
  left: 27px;
  width: 4px;
  border-radius: 999px;
}

.steps-item {
  grid-template-columns: 64px 1fr;
  gap: 20px;
}

.steps-node {
  background: linear-gradient(180deg, #3e9bff 0%, #2f79f2 100%);
  border-color: rgba(209, 230, 255, 0.3);
}

.steps-copy strong {
  margin: 4px 0 8px;
  font-size: clamp(25px, 2.8vw, 42px);
}

.steps-copy small {
  color: #a9b8dc;
  font-size: clamp(14px, 1.5vw, 24px);
}

.steps-frame {
  border-radius: 32px;
  border-color: rgba(165, 183, 233, 0.38);
  background: rgba(5, 12, 28, 0.82);
  box-shadow:
    0 0 38px rgba(65, 117, 245, 0.35),
    inset 0 0 30px rgba(70, 124, 255, 0.2);
  padding: 20px;
}

.steps-main-image {
  max-height: 650px;
  border-radius: 18px;
}

.demo-section {
  background: #eef2f8;
}

.demo-card {
  padding: 40px;
  border-radius: 26px;
}

.demo-image {
  margin-top: 26px;
  border: 1px solid #d9e4f8;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(20, 33, 62, 0.1);
}

.home-value-strip {
  background:
    radial-gradient(980px 340px at 50% -16%, rgba(110, 87, 255, 0.32), transparent 74%),
    linear-gradient(180deg, #030815 0%, #040a18 100%);
}

.home-value-strip .page-title,
.home-value-strip .page-lead {
  color: #f4f7ff;
}

.home-value-strip .page-lead {
  color: #b7c4e5;
}

.value-grid {
  margin-top: 30px;
  gap: 16px;
}

.value-card {
  border-color: rgba(155, 175, 223, 0.32);
  border-radius: 16px;
  background: rgba(9, 21, 46, 0.78);
  box-shadow: inset 0 0 20px rgba(86, 122, 214, 0.12);
}

.value-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.value-card p {
  color: #b4c4ea;
}

.testimonials {
  background: #f1f4f9;
}

.testimonial-cards {
  margin-top: 26px;
}

.testimonial-card {
  position: relative;
  padding: 26px 26px 24px;
  border: 1px solid #dae3f2;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 10px 28px rgba(17, 29, 52, 0.08);
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  left: 15px;
  color: #9fb4e8;
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1;
}

.testimonial-card p {
  margin: 0;
  padding-left: 12px;
  color: #33415e;
  font-size: 15px;
}

.home-pricing,
.home-faq-wrap {
  background: #eff2f8;
}

.plan-cards {
  margin-top: 32px;
  gap: 14px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 260px;
  border: 1px solid #d7e0ee;
  border-radius: 16px;
  padding: 20px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(22, 39, 72, 0.07);
}

.plan-card h3 {
  font-size: 18px;
  font-weight: 700;
}

.plan-price {
  font-size: 45px;
}

.plan-period,
.plan-summary {
  color: #5f6c87;
}

.plan-summary {
  min-height: 38px;
}

.plan-card .btn {
  margin-top: auto;
}

.plan-card.featured {
  background: linear-gradient(180deg, #2f7ff7 0%, #2d6aef 100%);
  border-color: #2b63d9;
  box-shadow: 0 18px 36px rgba(34, 101, 228, 0.38);
  transform: translateY(-4px);
}

.plan-card.featured .btn-light,
.plan-card.featured .btn-primary {
  color: #1b2852;
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, #ffffff 0%, #ebf1ff 100%);
}

.pricing-table-wrap {
  margin-top: 20px;
  border: 1px solid #d5deed;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20, 34, 61, 0.08);
}

.pricing-table {
  min-width: 920px;
}

.pricing-table th,
.pricing-table td {
  border-bottom: 1px solid #e8eef7;
  font-size: 14px;
}

.pricing-table thead th {
  background: #f5f9ff;
}

.pricing-table tbody tr:nth-child(odd) {
  background: #f8fbff;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  width: 36%;
}

.plan-heading-meta strong {
  color: #102039;
}

.plan-heading-meta small {
  color: #5e6a84;
}

.pricing-table .is-featured {
  background: linear-gradient(180deg, rgba(47, 126, 246, 0.18), rgba(47, 126, 246, 0.08));
}

.price-bullets {
  margin-top: 24px;
  color: #3c4761;
  font-weight: 600;
}

.price-bullets .item::before {
  color: #20c879;
}

.faq-shell {
  border-radius: 18px;
  background: #f2f5fb;
  border: 1px solid #dde5f2;
}

.faq-list {
  border-color: #dce4f2;
}

.faq-question {
  font-size: clamp(18px, 2.2vw, 24px);
  color: #111b31;
}

.faq-answer {
  color: #57637f;
}

.faq-item.is-open {
  background: #fbfdff;
}

.home-faq-card {
  padding: 36px;
}

.home-faq-card .faq-question {
  font-size: 18px;
}

.cta-purple {
  border-radius: 22px;
  margin-top: 12px;
  padding: 72px 34px;
  background:
    radial-gradient(840px 240px at 90% 16%, rgba(167, 120, 255, 0.44), transparent 72%),
    linear-gradient(125deg, #5f51ec 0%, #6f56ff 45%, #5870ff 100%);
  box-shadow: 0 24px 54px rgba(57, 57, 168, 0.34);
}

.cta-purple h2 {
  font-size: clamp(36px, 4.8vw, 62px);
}

.cta-purple p {
  max-width: 800px;
}

.cta-purple .btn-primary {
  background: #101a30;
  border-color: #101a30;
  box-shadow: none;
}

.contact-page .contact-details h1 {
  font-size: clamp(46px, 5.6vw, 76px);
}

.contact-form-box {
  padding: 28px;
  border-radius: 16px;
  border-color: #d6dfee;
}

.form-field input,
.form-field textarea,
.form-field select {
  border-color: #cfd9ea;
  border-radius: 11px;
  background: #fdfefe;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: #8cb2ff;
  box-shadow: 0 0 0 3px rgba(76, 134, 247, 0.16);
}

.form-field input.field-error,
.form-field textarea.field-error {
  border-color: #f45b7f;
  box-shadow: 0 0 0 3px rgba(244, 91, 127, 0.18);
}

.contact-location {
  border-radius: 16px;
  border-color: #d7e0ee;
  box-shadow: var(--pro-shadow-soft);
}

.site-footer {
  margin-top: 80px;
  border-top-color: #d4dced;
  background: linear-gradient(180deg, #f2f5fb 0%, #eef2f8 100%);
}

.footer-main {
  padding-bottom: 30px;
}

.footer-brand h3 {
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 0.96;
}

.footer-col a {
  color: #3f4c6a;
  font-weight: 600;
}

.footer-copy {
  border-top-color: #d9e1f0;
}

@media (max-width: 1100px) {
  .hero-title {
    font-size: clamp(40px, 7vw, 68px);
  }

  .business-pro-shell,
  .steps-showcase,
  .contact-top,
  .contact-location {
    grid-template-columns: 1fr;
  }

  .business-pro-left {
    border-right: 0;
    border-bottom: 1px solid #dfe7f6;
  }

  .business-pro-right {
    padding-top: 36px;
  }

  .steps-showcase {
    min-height: auto;
  }

  .steps-left {
    padding-right: 0;
  }

  .steps-right {
    padding-top: 8px;
  }

  .value-grid,
  .plan-cards,
  .testimonial-cards,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .container {
    width: min(1240px, calc(100% - 30px));
  }

  .section {
    padding: 64px 0;
  }

  .section-tight {
    padding: 54px 0;
  }

  .home-hero {
    padding: 108px 0 78px;
  }

  .hero-title {
    font-size: clamp(34px, 10.5vw, 52px);
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-media {
    padding: 6px;
    border-radius: 14px;
  }

  .business-pro-left,
  .business-pro-right,
  .home-faq-card,
  .demo-card {
    padding: 18px;
  }

  .business-pro-title {
    margin-top: 18px;
    font-size: clamp(38px, 12vw, 52px);
  }

  .business-pro-lead {
    font-size: 15px;
  }

  .business-industries {
    margin-top: 24px;
    gap: 12px 16px;
  }

  .business-industries span {
    font-size: 15px;
  }

  .business-pro-intro {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .business-pro-num {
    font-size: 44px;
  }

  .business-pro-copy h3 {
    font-size: clamp(30px, 8vw, 36px);
  }

  .business-pro-copy p {
    font-size: 14px;
  }

  .business-phone-showcase {
    margin: 26px auto 0;
    width: min(460px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .phone-a,
  .phone-b,
  .phone-c,
  .phone-d {
    transform: none;
  }

  .steps-heading {
    font-size: clamp(36px, 12vw, 46px);
  }

  .steps-item {
    grid-template-columns: 50px 1fr;
    gap: 13px;
  }

  .steps-node {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .steps-track::before {
    left: 19px;
    top: 28px;
    bottom: 28px;
    width: 3px;
  }

  .steps-copy strong {
    font-size: 22px;
  }

  .steps-copy small {
    font-size: 14px;
  }

  .steps-frame {
    border-radius: 20px;
    padding: 12px;
  }

  .steps-main-image {
    max-height: 430px;
    border-radius: 12px;
  }

  .page-title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .page-lead {
    font-size: 15px;
  }

  .value-grid,
  .plan-cards,
  .testimonial-cards,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 228px;
  }

  .faq-question {
    font-size: 17px;
    padding: 16px;
  }

  .faq-answer {
    padding: 0 16px 15px;
    font-size: 14px;
  }

  .cta-purple {
    padding: 42px 20px;
  }

  .contact-form-box {
    padding: 16px;
  }

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

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 76px;
    border: 1px solid #d8e2f2;
    border-radius: 13px;
    background: #f7faff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    box-shadow: 0 12px 28px rgba(12, 20, 38, 0.2);
  }

  .page-precios .main-nav,
  .page-faqs .main-nav,
  .page-contacto .main-nav,
  .page-caracteristicas .main-nav {
    background: #ffffff;
    border-color: #d6deee;
  }

  .site-header.is-open .main-nav {
    display: flex;
  }

  .is-dark-hero .main-nav {
    background: #0a1530;
    border-color: rgba(255, 255, 255, 0.17);
  }
}

/* Home Futuristic Refresh */
.page-home {
  background:
    radial-gradient(860px 280px at 50% -120px, rgba(112, 120, 255, 0.2), transparent 72%),
    #edf1f8;
}

.page-home .section {
  position: relative;
}

.page-home .home-hero {
  padding: 142px 0 118px;
  background:
    radial-gradient(920px 420px at 50% 6%, rgba(122, 111, 255, 0.36), transparent 72%),
    radial-gradient(760px 320px at 78% 36%, rgba(39, 140, 255, 0.24), transparent 70%),
    linear-gradient(180deg, #030816 0%, #051027 52%, #071a3e 100%);
  animation: homeAuroraShift 16s ease-in-out infinite alternate;
}

.page-home .hero-title {
  max-width: 980px;
  font-size: clamp(48px, 5.7vw, 86px);
  text-wrap: balance;
}

.page-home .hero-desc {
  max-width: 760px;
  font-size: clamp(15px, 1.15vw, 19px);
}

.page-home .hero-metrics {
  margin: 24px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .hero-metric-card {
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid rgba(176, 197, 245, 0.32);
  border-radius: 13px;
  background: rgba(29, 50, 96, 0.36);
  box-shadow: inset 0 0 0 1px rgba(133, 169, 247, 0.08);
  backdrop-filter: blur(8px);
  text-align: left;
}

.page-home .hero-metric-card strong {
  display: block;
  color: #f5f8ff;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.page-home .hero-metric-card span {
  color: #b8c7ea;
  font-size: 12px;
}

.page-home .hero-media {
  margin-top: 40px;
  border-color: rgba(164, 188, 238, 0.45);
  box-shadow:
    0 28px 90px rgba(8, 25, 63, 0.55),
    0 0 90px rgba(58, 121, 255, 0.32);
  animation: homeFloatPanel 8s ease-in-out infinite;
}

.page-home .home-business {
  padding-top: 76px;
}

.page-home .business-pro-shell {
  border-radius: 30px;
  border-color: #d8e2f5;
  box-shadow: 0 22px 60px rgba(20, 35, 66, 0.12);
}

.page-home .business-pro-left {
  background: linear-gradient(180deg, #f8faff 0%, #f4f7fd 100%);
}

.page-home .business-pro-right {
  background: linear-gradient(180deg, #f6f9ff 0%, #f2f6ff 100%);
}

.page-home .business-pro-title {
  max-width: 640px;
  font-size: clamp(58px, 5.8vw, 88px);
}

.page-home .business-industries span {
  position: relative;
  padding-right: 10px;
}

.page-home .business-industries span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #a7b8db;
  opacity: 0.55;
}

.page-home .business-pro-copy p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.55;
}

.page-home .business-phone-showcase {
  margin-top: 28px;
}

.page-home .business-phone {
  border-radius: 28px;
  box-shadow:
    0 14px 28px rgba(22, 40, 77, 0.16),
    0 0 0 1px rgba(167, 185, 223, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-home .business-phone:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 36px rgba(19, 37, 74, 0.22),
    0 0 0 1px rgba(130, 167, 244, 0.3);
}

.page-home .steps-section {
  background:
    radial-gradient(840px 320px at 70% 40%, rgba(114, 108, 255, 0.34), transparent 72%),
    linear-gradient(180deg, #020814 0%, #030b18 62%, #040a14 100%);
}

.page-home .steps-showcase {
  min-height: 650px;
}

.page-home .steps-heading {
  font-size: clamp(46px, 4.9vw, 74px);
}

.page-home .steps-copy strong {
  font-size: clamp(24px, 2.4vw, 38px);
}

.page-home .steps-copy small {
  font-size: clamp(14px, 1.25vw, 20px);
}

.page-home .demo-card {
  border-radius: 28px;
  border-color: #d9e3f5;
  background: linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  box-shadow: 0 18px 48px rgba(19, 32, 61, 0.1);
}

.page-home .home-value-strip {
  background:
    radial-gradient(960px 320px at 50% -16%, rgba(111, 102, 255, 0.34), transparent 74%),
    linear-gradient(180deg, #040a18 0%, #040c1c 100%);
}

.page-home .value-card {
  border-radius: 16px;
  padding: 22px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.page-home .value-card:hover {
  transform: translateY(-2px);
  border-color: rgba(155, 190, 255, 0.46);
}

.page-home .testimonials {
  background: transparent;
}

.page-home .testimonial-card {
  min-height: 168px;
}

.page-home .testimonial-meta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.page-home .testimonial-meta strong {
  color: #13203b;
  font-size: 14px;
}

.page-home .testimonial-meta span {
  color: #6a7590;
}

.page-home .home-pricing .plan-cards {
  margin-top: 28px;
}

.page-home .home-pricing .pricing-table-wrap {
  border-radius: 18px;
}

.page-home .home-pricing .pricing-table th,
.page-home .home-pricing .pricing-table td {
  font-size: 13px;
}

.page-home .home-faq-card {
  border-radius: 24px;
  border-color: #d9e2f2;
  box-shadow: 0 16px 40px rgba(19, 33, 61, 0.09);
}

.page-home .home-faq-card .faq-list {
  border-radius: 16px;
}

.page-home .cta-purple {
  border-radius: 22px;
}

@keyframes homeAuroraShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, -80px 20px, 0% 0%;
  }
}

@keyframes homeFloatPanel {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1100px) {
  .page-home .hero-metrics {
    gap: 8px;
  }

  .page-home .hero-metric-card {
    min-width: 160px;
  }

  .page-home .business-pro-title {
    font-size: clamp(46px, 8vw, 62px);
  }
}

@media (max-width: 820px) {
  .page-home .home-hero {
    padding: 110px 0 82px;
  }

  .page-home .hero-title {
    font-size: clamp(34px, 10vw, 52px);
  }

  .page-home .hero-metrics {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .page-home .hero-metric-card {
    min-width: 0;
    padding: 10px 11px;
  }

  .page-home .hero-metric-card strong {
    font-size: 13px;
  }

  .page-home .hero-metric-card span {
    font-size: 11px;
  }

  .page-home .business-pro-shell {
    border-radius: 20px;
  }

  .page-home .business-pro-pill {
    font-size: 12px;
    padding: 8px 14px;
  }

  .page-home .business-pro-title {
    font-size: clamp(38px, 12vw, 52px);
  }

  .page-home .business-industries span::after {
    display: none;
  }

  .page-home .business-phone-showcase {
    width: min(420px, 100%);
    margin-top: 22px;
  }

  .page-home .steps-heading {
    font-size: clamp(34px, 11.5vw, 46px);
  }

  .page-home .steps-copy strong {
    font-size: 21px;
  }

  .page-home .testimonial-card {
    min-height: 0;
  }
}

/* Pixel Home Match */
.page-home .home-hero {
  padding: 126px 0 88px;
  background:
    radial-gradient(640px 220px at 50% 38%, rgba(130, 80, 255, 0.34), transparent 70%),
    linear-gradient(180deg, #040915 0%, #020710 70%, #030916 100%);
}

.page-home .hero-eyebrow {
  margin-bottom: 6px;
  font-size: 10px;
  padding: 6px 12px;
}

.page-home .hero-title {
  width: min(520px, 100%);
  margin: 14px auto 8px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
}

.page-home .hero-desc {
  width: min(520px, 100%);
  font-size: 14px;
  color: #b4c0dd;
}

.page-home .hero-actions {
  margin-top: 18px;
}

.page-home .hero-actions .btn {
  min-height: 38px;
  padding: 0 16px;
  font-size: 12px;
  border-radius: 999px;
}

.page-home .hero-media {
  margin-top: 30px;
  width: min(860px, 100%);
  border-radius: 10px;
  padding: 3px;
  border-color: rgba(164, 188, 238, 0.4);
  box-shadow:
    0 22px 60px rgba(3, 18, 48, 0.6),
    0 0 60px rgba(85, 126, 255, 0.35);
  animation: none;
}

.page-home .home-business {
  padding-top: 72px;
  background: #f2f4f8;
}

.page-home .home-business-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "intro top"
    "item team"
    "item2 dash";
  border: 1px solid #dbe1ed;
  border-radius: 16px;
  background: #f6f7fb;
  overflow: hidden;
}

.page-home .hb-card {
  background: #f6f7fb;
  border-right: 1px solid #dfe4ee;
  border-bottom: 1px solid #dfe4ee;
  padding: 34px 34px 30px;
}

.page-home .hb-card:nth-child(2n) {
  border-right: 0;
}

.page-home .hb-intro {
  grid-area: intro;
}

.page-home .hb-top {
  grid-area: top;
}

.page-home .hb-item:first-of-type {
  grid-area: item;
}

.page-home .hb-team {
  grid-area: team;
}

.page-home .hb-item:last-of-type {
  grid-area: item2;
}

.page-home .hb-dashboard {
  grid-area: dash;
  position: relative;
}

.page-home .hb-pill {
  display: inline-flex;
  border: 1px solid #cfd5e2;
  border-radius: 999px;
  padding: 8px 14px;
  color: #6a7388;
  font-size: 12px;
  font-weight: 600;
}

.page-home .hb-intro h2 {
  margin: 16px 0 14px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.94;
  color: #101a31;
}

.page-home .hb-intro h2 span {
  background: linear-gradient(120deg, #df57fa 2%, #7c60e8 44%, #2fc5cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-home .hb-intro p {
  margin: 0;
  max-width: 540px;
  color: #5e687f;
  font-size: 17px;
}

.page-home .hb-copy {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
}

.page-home .hb-num {
  color: #2e86f2;
  font-size: 54px;
  line-height: 0.88;
  font-weight: 700;
}

.page-home .hb-copy h3 {
  margin: 0 0 9px;
  font-size: 42px;
  line-height: 0.95;
  color: #141c30;
}

.page-home .hb-copy p {
  margin: 0;
  color: #616c84;
  font-size: 15px;
}

.page-home .hb-phones-inline {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.page-home .hb-phones-inline img {
  width: 30%;
  border: 1px solid #d6dcea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(20, 32, 58, 0.1);
}

.page-home .hb-item img {
  margin-top: 18px;
  width: min(280px, 100%);
}

.page-home .hb-media {
  background: #f6f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .hb-team {
  position: relative;
}

.page-home .hb-team > img {
  width: 100%;
  border-radius: 12px;
}

.page-home .hb-float-phone {
  position: absolute;
  width: 112px;
  border: 1px solid #d6deef;
  border-radius: 18px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 12px 20px rgba(20, 33, 60, 0.16);
}

.page-home .hb-float-phone img {
  width: 100%;
}

.page-home .hb-float-phone-left {
  left: 28px;
  bottom: 40px;
}

.page-home .hb-float-phone-right {
  right: 28px;
  bottom: 34px;
}

.page-home .hb-dashboard img {
  width: 88%;
  border-radius: 10px;
  border: 1px solid #d9e1ef;
}

.page-home .hb-num-corner {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 32px;
}

.page-home .steps-section {
  padding-top: 88px;
  padding-bottom: 88px;
  background:
    radial-gradient(680px 260px at 70% 42%, rgba(113, 104, 255, 0.3), transparent 72%),
    linear-gradient(180deg, #030814 0%, #040a13 100%);
}

.page-home .steps-showcase {
  min-height: 0;
  align-items: center;
}

.page-home .steps-left {
  padding: 20px 8px 18px 0;
}

.page-home .steps-pill {
  font-size: 11px;
  padding: 6px 12px;
}

.page-home .steps-heading {
  margin: 14px 0 24px;
  font-size: clamp(40px, 4.4vw, 62px);
}

.page-home .steps-track {
  gap: 12px;
}

.page-home .steps-track::before {
  left: 20px;
  top: 26px;
  bottom: 26px;
  width: 2px;
}

.page-home .steps-item {
  grid-template-columns: 46px 1fr;
  gap: 12px;
}

.page-home .steps-node {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

.page-home .steps-copy strong {
  margin: 2px 0 5px;
  font-size: 31px;
}

.page-home .steps-copy small {
  font-size: 17px;
}

.page-home .steps-frame {
  width: min(480px, 100%);
  padding: 14px;
  border-radius: 18px;
}

.page-home .steps-main-image {
  max-height: 510px;
  border-radius: 10px;
}

.page-home .demo-section {
  background: #f2f4f8;
}

.page-home .demo-card {
  padding: 28px;
  border-radius: 14px;
  background: #fff;
}

.page-home .demo-card .page-title {
  font-size: clamp(34px, 4vw, 48px) !important;
}

.page-home .home-value-strip {
  background:
    radial-gradient(860px 220px at 50% -26%, rgba(126, 95, 245, 0.32), transparent 72%),
    linear-gradient(180deg, #030916 0%, #050c18 100%);
}

.page-home .home-value-strip .page-title {
  font-size: clamp(32px, 3.6vw, 44px) !important;
}

.page-home .value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.page-home .value-card {
  min-height: 132px;
  padding: 18px;
  border-radius: 10px;
}

.page-home .value-card h3 {
  font-size: 18px;
}

.page-home .value-card p {
  font-size: 13px;
}

.page-home .testimonials {
  background: #f2f4f8;
}

.page-home .testimonials-orbit {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.page-home .testimonial-orbit-item {
  text-align: center;
}

.page-home .testimonial-ring {
  width: 142px;
  height: 142px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 2px solid #cfa6ff;
  display: grid;
  place-items: center;
}

.page-home .testimonial-ring span {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #d8c0ff;
  background:
    radial-gradient(circle at 50% 50%, rgba(130, 80, 255, 0.28) 0, rgba(130, 80, 255, 0.06) 62%, transparent 68%),
    #fff;
}

.page-home .testimonial-orbit-item p {
  margin: 0 auto 8px;
  max-width: 380px;
  color: #4e5871;
  font-size: 14px;
}

.page-home .testimonial-orbit-item strong {
  color: #17223a;
  font-size: 14px;
}

.page-home .home-pricing {
  background: #f2f4f8;
}

.page-home .home-pricing .page-title {
  font-size: clamp(34px, 4vw, 54px) !important;
}

.page-home .home-pricing .plan-cards {
  margin-top: 20px;
  gap: 10px;
}

.page-home .home-pricing .plan-card {
  min-height: 202px;
  padding: 14px;
  border-radius: 10px;
}

.page-home .home-pricing .plan-price {
  font-size: 40px;
}

.page-home .home-pricing .pricing-table-wrap {
  margin-top: 12px;
  border-radius: 10px;
}

.page-home .home-pricing .price-bullets {
  margin-top: 14px;
  font-size: 13px;
}

.page-home .home-faq-wrap {
  background: #040915;
}

.page-home .home-faq-dark {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  padding: 32px;
  border: 1px solid rgba(137, 157, 205, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(680px 200px at 50% -20%, rgba(126, 95, 245, 0.3), transparent 72%),
    #040a17;
}

.page-home .home-faq-dark-side h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.02;
  color: #f1f5ff;
}

.page-home .home-faq-dark-side p {
  margin: 0 0 20px;
  color: #aebad7;
  font-size: 15px;
}

.page-home .home-faq-dark-list .faq-component {
  margin-top: 0;
}

.page-home .home-faq-dark-list .faq-list {
  margin-top: 0;
  border-radius: 10px;
  border-color: rgba(144, 166, 214, 0.22);
  background: rgba(8, 17, 35, 0.65);
}

.page-home .home-faq-dark-list .faq-item {
  border-top-color: rgba(144, 166, 214, 0.2);
}

.page-home .home-faq-dark-list .faq-item.is-open {
  background: rgba(20, 36, 72, 0.42);
}

.page-home .home-faq-dark-list .faq-question {
  color: #edf3ff;
  font-size: 16px;
  padding: 16px 18px;
}

.page-home .home-faq-dark-list .faq-question small {
  color: #b8c7eb;
}

.page-home .home-faq-dark-list .faq-answer {
  color: #adc0e8;
  font-size: 14px;
  padding: 0 18px 16px;
}

.page-home .home-faq-dark-list .faq-load-wrap {
  display: none;
}

.page-home .home-final-cta {
  background: #040915;
  padding-top: 58px;
  padding-bottom: 78px;
}

.page-home .home-final-cta-inner {
  text-align: center;
}

.page-home .home-final-cta-inner img {
  margin: 0 auto 16px;
}

.page-home .home-final-cta-inner h2 {
  margin: 0 auto;
  max-width: 740px;
  color: #eff4ff;
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 0.96;
}

.page-home .home-final-cta .hero-actions {
  margin-top: 20px;
}

.page-home .site-footer {
  margin-top: 0;
  border-top-color: #101c34;
  background: #040915;
}

.page-home .site-footer::before {
  opacity: 0.18;
}

.page-home .footer-brand h3,
.page-home .footer-col h4 {
  color: #f2f6ff;
}

.page-home .footer-col a,
.page-home .footer-copy {
  color: #a7b8dd;
}

.page-home .footer-copy {
  border-top-color: #12203f;
}

@media (max-width: 1100px) {
  .page-home .home-business-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "top"
      "item"
      "team"
      "item2"
      "dash";
  }

  .page-home .hb-card {
    border-right: 0;
  }

  .page-home .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-faq-dark {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 820px) {
  .page-home .home-hero {
    padding: 108px 0 72px;
  }

  .page-home .hero-title {
    font-size: clamp(32px, 10vw, 46px);
  }

  .page-home .hero-desc {
    font-size: 13px;
  }

  .page-home .hero-actions .btn {
    min-height: 34px;
    font-size: 11px;
    padding: 0 12px;
  }

  .page-home .home-business-panel {
    border-radius: 12px;
  }

  .page-home .hb-card {
    padding: 18px;
  }

  .page-home .hb-intro h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .page-home .hb-intro p {
    font-size: 14px;
  }

  .page-home .hb-copy {
    grid-template-columns: 42px 1fr;
    gap: 9px;
  }

  .page-home .hb-num {
    font-size: 36px;
  }

  .page-home .hb-copy h3 {
    font-size: 28px;
  }

  .page-home .hb-copy p {
    font-size: 13px;
  }

  .page-home .hb-float-phone {
    width: 88px;
    border-radius: 12px;
  }

  .page-home .hb-float-phone-left {
    left: 12px;
    bottom: 22px;
  }

  .page-home .hb-float-phone-right {
    right: 12px;
    bottom: 18px;
  }

  .page-home .steps-heading {
    font-size: clamp(34px, 10vw, 46px);
  }

  .page-home .steps-copy strong {
    font-size: 23px;
  }

  .page-home .steps-copy small {
    font-size: 14px;
  }

  .page-home .demo-card .page-title {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .page-home .testimonials-orbit,
  .page-home .value-grid,
  .page-home .home-pricing .plan-cards {
    grid-template-columns: 1fr;
  }

  .page-home .home-faq-dark {
    padding: 20px 16px;
  }

  .page-home .home-faq-dark-side h2 {
    font-size: clamp(24px, 8.4vw, 32px);
  }

  .page-home .home-final-cta-inner h2 {
    font-size: clamp(30px, 10vw, 40px);
  }
}

/* Home Match Final Override */
.page-home {
  background: #f5f6fa !important;
}

.page-home .site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: rgba(6, 12, 24, 0.84) !important;
  border-bottom: 1px solid rgba(140, 161, 204, 0.24) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none !important;
}

.page-home .site-header.is-scrolled {
  background: rgba(5, 10, 20, 0.94) !important;
  border-bottom-color: rgba(140, 161, 204, 0.3) !important;
}

.page-home .nav-wrap {
  min-height: 82px;
}

.page-home .brand {
  width: 186px;
  height: 50px;
}

.page-home .main-nav {
  gap: 14px;
}

.page-home .nav-link {
  color: #e8eefc !important;
  font-size: 14px !important;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.page-home .nav-link:hover,
.page-home .nav-link.is-active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(195, 210, 239, 0.22);
}

.page-home .home-hero {
  position: relative;
  padding: 158px 0 92px !important;
  background:
    radial-gradient(640px 240px at 50% 38%, rgba(127, 86, 255, 0.34), transparent 70%),
    linear-gradient(180deg, #030814 0%, #040915 58%, #050b16 100%) !important;
  overflow: hidden;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(131, 148, 181, 0.16) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  inset: 58% -8% -26% -8%;
  background-image:
    linear-gradient(to right, rgba(129, 148, 190, 0.22) 1px, transparent 1px),
    linear-gradient(to top, rgba(129, 148, 190, 0.2) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(650px) rotateX(63deg);
  transform-origin: center top;
}

.page-home .home-hero > .container {
  position: relative;
  z-index: 2;
}

.page-home .hero-eyebrow {
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dbe6ff;
  border: 1px solid rgba(176, 196, 236, 0.35);
  border-radius: 999px;
  padding: 7px 13px;
}

.page-home .hero-title {
  width: min(560px, 100%);
  margin: 16px auto 10px;
  color: #f5f8ff;
  font-size: clamp(42px, 5.2vw, 78px) !important;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.page-home .hero-desc {
  width: min(620px, 100%);
  margin: 0 auto;
  color: #b6c4e2;
  font-size: 15px;
}

.page-home .hero-actions {
  margin-top: 20px;
}

.page-home .hero-actions .btn {
  min-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 16px;
}

.page-home .hero-media {
  width: min(880px, 100%);
  margin-top: 30px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow:
    0 24px 58px rgba(3, 16, 44, 0.62),
    0 0 68px rgba(79, 118, 248, 0.35);
}

.page-home .hero-media img {
  border-radius: 8px;
}

.page-home .home-business {
  padding-top: 74px;
  background: #f4f6fa !important;
}

.page-home .home-business-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "intro top"
    "item team"
    "item2 dash";
  border: 1px solid #dbe2ef;
  border-radius: 16px;
  background: #f8f9fc;
  overflow: hidden;
}

.page-home .hb-card {
  background: #f8f9fc;
  border-right: 1px solid #dfe5f0;
  border-bottom: 1px solid #dfe5f0;
  padding: 34px 34px 30px;
}

.page-home .hb-card:nth-child(2n) {
  border-right: 0;
}

.page-home .hb-intro { grid-area: intro; }
.page-home .hb-top { grid-area: top; }
.page-home .hb-item:first-of-type { grid-area: item; }
.page-home .hb-team { grid-area: team; }
.page-home .hb-item:last-of-type { grid-area: item2; }
.page-home .hb-dashboard { grid-area: dash; }

.page-home .hb-pill {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid #d1d8e6;
  border-radius: 999px;
  color: #6a7388;
  font-size: 12px;
  font-weight: 700;
}

.page-home .hb-intro h2 {
  margin: 16px 0 14px;
  font-size: clamp(52px, 5.3vw, 84px);
  line-height: 0.92;
  color: #111a31;
}

.page-home .hb-intro h2 span {
  background: linear-gradient(120deg, #df56fa 2%, #7860e9 46%, #2ec5d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-home .hb-intro p {
  margin: 0;
  color: #5e6880;
  font-size: 17px;
  max-width: 540px;
}

.page-home .hb-copy {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
}

.page-home .hb-num {
  color: #2f86f2;
  font-size: 54px;
  line-height: 0.86;
  font-weight: 700;
}

.page-home .hb-copy h3 {
  margin: 0 0 8px;
  font-size: 41px;
  line-height: 0.95;
  color: #151d33;
}

.page-home .hb-copy p {
  margin: 0;
  color: #606b84;
  font-size: 15px;
}

.page-home .hb-phones-inline {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.page-home .hb-phones-inline img {
  width: 30%;
  border: 1px solid #d5ddeb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18, 30, 56, 0.12);
}

.page-home .hb-item img {
  margin-top: 18px;
  width: min(290px, 100%);
}

.page-home .hb-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .hb-team {
  position: relative;
}

.page-home .hb-team > img {
  width: 100%;
  border-radius: 12px;
}

.page-home .hb-float-phone {
  position: absolute;
  width: 112px;
  border: 1px solid #d6deef;
  border-radius: 18px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(19, 33, 60, 0.16);
}

.page-home .hb-float-phone-left { left: 28px; bottom: 40px; }
.page-home .hb-float-phone-right { right: 28px; bottom: 34px; }

.page-home .hb-dashboard {
  position: relative;
}

.page-home .hb-dashboard img {
  width: 88%;
  border-radius: 10px;
  border: 1px solid #d7dfed;
}

.page-home .hb-num-corner {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 32px;
}

.page-home .steps-section {
  padding: 88px 0;
  background:
    radial-gradient(700px 260px at 70% 40%, rgba(112, 103, 255, 0.3), transparent 72%),
    linear-gradient(180deg, #030814 0%, #040a14 100%) !important;
}

.page-home .steps-showcase {
  min-height: 0;
  align-items: center;
}

.page-home .steps-left {
  padding: 20px 8px 18px 0;
}

.page-home .steps-heading {
  margin: 14px 0 24px;
  font-size: clamp(42px, 4.2vw, 62px);
}

.page-home .steps-track::before {
  left: 20px;
  top: 26px;
  bottom: 26px;
  width: 2px;
}

.page-home .steps-item {
  grid-template-columns: 46px 1fr;
  gap: 12px;
}

.page-home .steps-node {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

.page-home .steps-copy strong {
  margin: 2px 0 5px;
  font-size: 31px;
}

.page-home .steps-copy small {
  font-size: 17px;
}

.page-home .steps-frame {
  width: min(490px, 100%);
  border-radius: 18px;
  padding: 14px;
}

.page-home .steps-main-image {
  max-height: 510px;
  border-radius: 10px;
}

.page-home .demo-section,
.page-home .home-pricing,
.page-home .testimonials {
  background: #f4f6fa !important;
}

.page-home .demo-card {
  border-radius: 14px;
  padding: 28px;
  background: #fff;
}

.page-home .demo-card .page-title {
  font-size: clamp(34px, 4vw, 48px) !important;
}

.page-home .home-value-strip {
  background:
    radial-gradient(860px 220px at 50% -26%, rgba(126, 95, 245, 0.32), transparent 72%),
    linear-gradient(180deg, #030916 0%, #050c18 100%) !important;
}

.page-home .home-value-strip .page-title {
  font-size: clamp(32px, 3.6vw, 44px) !important;
}

.page-home .value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.page-home .value-card {
  min-height: 132px;
  padding: 18px;
  border-radius: 10px;
}

.page-home .value-card h3 {
  font-size: 18px;
}

.page-home .value-card p {
  font-size: 13px;
}

.page-home .testimonials-orbit {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.page-home .testimonial-orbit-item {
  text-align: center;
}

.page-home .testimonial-ring {
  width: 142px;
  height: 142px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 2px solid #cda6ff;
  display: grid;
  place-items: center;
}

.page-home .testimonial-ring span {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #d8c0ff;
  background:
    radial-gradient(circle at 50% 50%, rgba(130, 80, 255, 0.28) 0, rgba(130, 80, 255, 0.06) 62%, transparent 68%),
    #fff;
}

.page-home .testimonial-orbit-item p {
  margin: 0 auto 8px;
  max-width: 380px;
  color: #4f5971;
  font-size: 14px;
}

.page-home .testimonial-orbit-item strong {
  color: #17223a;
  font-size: 14px;
}

.page-home .home-pricing .plan-cards {
  margin-top: 20px;
  gap: 10px;
}

.page-home .home-pricing .plan-card {
  min-height: 200px;
  padding: 14px;
  border-radius: 10px;
}

.page-home .home-pricing .pricing-table-wrap {
  margin-top: 12px;
  border-radius: 10px;
}

.page-home .home-pricing .price-bullets {
  margin-top: 14px;
  font-size: 13px;
}

.page-home .home-faq-wrap {
  background: #040915 !important;
}

.page-home .home-faq-dark {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  padding: 32px;
  border: 1px solid rgba(140, 160, 204, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(680px 200px at 50% -20%, rgba(126, 95, 245, 0.3), transparent 72%),
    #040a17;
}

.page-home .home-faq-dark-side h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.02;
  color: #f1f5ff;
}

.page-home .home-faq-dark-side p {
  margin: 0 0 20px;
  color: #adbad8;
  font-size: 15px;
}

.page-home .home-faq-dark-list .faq-list {
  margin-top: 0;
  border-radius: 10px;
  border-color: rgba(146, 166, 213, 0.24);
  background: rgba(8, 17, 35, 0.65);
}

.page-home .home-faq-dark-list .faq-item {
  border-top-color: rgba(146, 166, 213, 0.18);
}

.page-home .home-faq-dark-list .faq-item.is-open {
  background: rgba(20, 36, 72, 0.42);
}

.page-home .home-faq-dark-list .faq-question {
  color: #edf3ff;
  font-size: 16px;
  padding: 16px 18px;
}

.page-home .home-faq-dark-list .faq-question small {
  color: #b8c7eb;
}

.page-home .home-faq-dark-list .faq-answer {
  color: #adc0e8;
  font-size: 14px;
  padding: 0 18px 16px;
}

.page-home .home-faq-dark-list .faq-load-wrap {
  display: none;
}

.page-home .home-final-cta,
.page-home .site-footer {
  background: #040915 !important;
}

.page-home .home-final-cta {
  padding-top: 58px;
  padding-bottom: 78px;
}

.page-home .home-final-cta-inner {
  text-align: center;
}

.page-home .home-final-cta-inner img {
  margin: 0 auto 16px;
}

.page-home .home-final-cta-inner h2 {
  margin: 0 auto;
  max-width: 740px;
  color: #eef4ff;
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 0.96;
}

.page-home .home-final-cta .hero-actions {
  margin-top: 20px;
}

.page-home .site-footer {
  margin-top: 0;
  border-top-color: #101c34;
}

.page-home .site-footer::before {
  opacity: 0.18;
}

.page-home .footer-brand h3,
.page-home .footer-col h4 {
  color: #f2f6ff;
}

.page-home .footer-col a,
.page-home .footer-copy {
  color: #a7b8dd;
}

.page-home .footer-copy {
  border-top-color: #12203f;
}

@media (max-width: 1100px) {
  .page-home .home-business-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "top"
      "item"
      "team"
      "item2"
      "dash";
  }

  .page-home .hb-card {
    border-right: 0;
  }

  .page-home .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-faq-dark {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 820px) {
  .page-home .main-nav {
    background: #0b142a !important;
    border-color: rgba(170, 190, 228, 0.2) !important;
  }

  .page-home .home-hero {
    padding: 112px 0 74px !important;
  }

  .page-home .hero-title {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  .page-home .hero-desc {
    font-size: 13px;
  }

  .page-home .hero-actions .btn {
    min-height: 34px;
    font-size: 11px;
    padding: 0 12px;
  }

  .page-home .home-business-panel {
    border-radius: 12px;
  }

  .page-home .hb-card {
    padding: 18px;
  }

  .page-home .hb-intro h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .page-home .hb-intro p {
    font-size: 14px;
  }

  .page-home .hb-copy {
    grid-template-columns: 42px 1fr;
    gap: 9px;
  }

  .page-home .hb-num {
    font-size: 36px;
  }

  .page-home .hb-copy h3 {
    font-size: 28px;
  }

  .page-home .hb-copy p {
    font-size: 13px;
  }

  .page-home .hb-float-phone {
    width: 88px;
    border-radius: 12px;
  }

  .page-home .hb-float-phone-left {
    left: 12px;
    bottom: 22px;
  }

  .page-home .hb-float-phone-right {
    right: 12px;
    bottom: 18px;
  }

  .page-home .steps-heading {
    font-size: clamp(34px, 10vw, 46px);
  }

  .page-home .steps-copy strong {
    font-size: 23px;
  }

  .page-home .steps-copy small {
    font-size: 14px;
  }

  .page-home .demo-card .page-title {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .page-home .testimonials-orbit,
  .page-home .value-grid,
  .page-home .home-pricing .plan-cards {
    grid-template-columns: 1fr;
  }

  .page-home .home-faq-dark {
    padding: 20px 16px;
  }

  .page-home .home-faq-dark-side h2 {
    font-size: clamp(24px, 8.4vw, 32px);
  }

  .page-home .home-final-cta-inner h2 {
    font-size: clamp(30px, 10vw, 40px);
  }
}

/* Business Section Clean Layout */
.page-home .home-business {
  background: #f4f6fa !important;
}

.page-home .biz-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  border: 1px solid #dbe2ef;
  border-radius: 16px;
  background: #f8f9fc;
  overflow: hidden;
}

.page-home .biz-intro-card {
  padding: 34px;
  border-right: 1px solid #dfe5f0;
  background: #f8f9fc;
}

.page-home .biz-pill {
  display: inline-flex;
  border: 1px solid #d0d7e5;
  border-radius: 999px;
  padding: 8px 14px;
  color: #6a7388;
  font-size: 12px;
  font-weight: 700;
}

.page-home .biz-intro-card h2 {
  margin: 16px 0 14px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.92;
  color: #111a31;
}

.page-home .biz-intro-card h2 span {
  background: linear-gradient(120deg, #df56fa 2%, #7860e9 46%, #2ec5d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-home .biz-intro-card p {
  margin: 0;
  color: #5f6a83;
  font-size: 17px;
}

.page-home .biz-industries-title {
  margin-top: 16px;
  color: #425273;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-home .biz-industries-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .biz-industries-list li {
  padding: 0;
}

.page-home .biz-industry-link {
  border: 1px solid #d6dfef;
  border-radius: 999px;
  background: #ffffff;
  color: #4f5f7e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  padding: 7px 11px;
  text-decoration: none;
  display: block;
}

.page-home .biz-industry-link:focus-visible {
  outline: 2px solid #2f86f2;
  outline-offset: 2px;
}

.page-home .biz-points-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.page-home .biz-point-card {
  padding: 24px;
  border-left: 1px solid #dfe5f0;
  border-bottom: 1px solid #dfe5f0;
  background: #f8f9fc;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .biz-point-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.page-home .biz-point-card-link:focus-visible {
  outline: 2px solid #2f86f2;
  outline-offset: -2px;
}

.page-home .biz-points-grid .biz-point-card:nth-child(2n + 1) {
  border-left: 0;
}

.page-home .biz-points-grid .biz-point-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.page-home .biz-point-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: start;
}

.page-home .biz-point-num {
  color: #2f86f2;
  font-size: 44px;
  font-weight: 700;
  line-height: 0.86;
}

.page-home .biz-point-head h3 {
  margin: 0 0 7px;
  font-size: 30px;
  line-height: 0.95;
  color: #151d33;
}

.page-home .biz-point-head p {
  margin: 0;
  color: #616c84;
  font-size: 14px;
}

.page-home .biz-point-media {
  position: relative;
  margin-top: auto;
  min-height: 148px;
  padding: 10px 8px 2px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}

.page-home .biz-point-media::before {
  content: "";
  position: absolute;
  inset: auto 16% 8px;
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(20, 33, 63, 0.22), rgba(20, 33, 63, 0));
  z-index: 0;
}

.page-home .biz-point-media img {
  width: min(100%, 320px);
  position: relative;
  z-index: 1;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(17, 29, 54, 0.18);
  transform: translateY(var(--biz-lift, 0)) rotate(var(--biz-tilt, 0deg));
  transform-origin: center bottom;
}

.page-home .biz-points-grid .biz-point-card:nth-child(1) .biz-point-media {
  --biz-tilt: -2.5deg;
  --biz-lift: -22px;
}

.page-home .biz-points-grid .biz-point-card:nth-child(2) .biz-point-media {
  --biz-tilt: 2deg;
  --biz-lift: -20px;
}

.page-home .biz-points-grid .biz-point-card:nth-child(3) .biz-point-media {
  --biz-tilt: -1.6deg;
  --biz-lift: -16px;
}

.page-home .biz-points-grid .biz-point-card:nth-child(4) .biz-point-media {
  --biz-tilt: 2.3deg;
  --biz-lift: -18px;
}

.page-home .biz-points-grid .biz-point-card:nth-child(2) .biz-point-media img,
.page-home .biz-points-grid .biz-point-card:nth-child(4) .biz-point-media img {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.page-home .biz-phone-trio {
  gap: 0;
}

.page-home .biz-phone-trio img {
  width: 35%;
  max-width: 120px;
  border-radius: 16px;
  margin-left: -14px;
}

.page-home .biz-phone-trio img:first-child {
  margin-left: 0;
  transform: rotate(-8deg) translateY(-8px);
}

.page-home .biz-phone-trio img:nth-child(2) {
  transform: rotate(-1deg) translateY(-18px);
}

.page-home .biz-phone-trio img:last-child {
  transform: rotate(7deg) translateY(-9px);
}

@media (max-width: 1200px) {
  .page-home .biz-shell {
    grid-template-columns: 1fr;
  }

  .page-home .biz-intro-card {
    border-right: 0;
    border-bottom: 1px solid #dfe5f0;
  }
}

@media (max-width: 820px) {
  .page-home .biz-intro-card,
  .page-home .biz-point-card {
    padding: 18px;
  }

  .page-home .biz-intro-card h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .page-home .biz-intro-card p {
    font-size: 14px;
  }

  .page-home .biz-industry-link {
    font-size: 12px;
    padding: 7px 10px;
  }

  .page-home .biz-points-grid {
    grid-template-columns: 1fr;
  }

  .page-home .biz-point-card {
    border-left: 0;
    border-bottom: 1px solid #dfe5f0;
  }

  .page-home .biz-points-grid .biz-point-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid #dfe5f0;
  }

  .page-home .biz-points-grid .biz-point-card:last-child {
    border-bottom: 0;
  }

  .page-home .biz-point-head {
    grid-template-columns: 40px 1fr;
    gap: 8px;
  }

  .page-home .biz-point-num {
    font-size: 34px;
  }

  .page-home .biz-point-head h3 {
    font-size: 24px;
  }

  .page-home .biz-point-head p {
    font-size: 13px;
  }

  .page-home .biz-point-media {
    min-height: 110px;
    padding: 6px 2px 0;
  }

  .page-home .biz-point-media::before {
    inset: auto 22% 4px;
    height: 18px;
  }

  .page-home .biz-point-media img {
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(17, 29, 54, 0.14);
    transform: translateY(0) rotate(0deg);
  }

  .page-home .biz-phone-trio {
    gap: 6px;
  }

  .page-home .biz-phone-trio img {
    width: 31%;
    margin-left: 0;
    transform: none;
  }
}

/* Demo Center + Responsive Stability */
.page-home .demo-section {
  padding-top: 64px;
}

.page-home .demo-card {
  display: block;
  padding: 32px 28px;
}

.page-home .demo-card .page-center {
  max-width: 920px;
  margin: 0 auto;
}

.page-home .demo-card .hero-actions {
  justify-content: center;
}

.page-home .demo-image {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d8e1ef;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.page-home .demo-image img {
  display: block;
  width: min(1200px, 100%);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .page-home .demo-card {
    padding: 24px 20px;
  }

  .page-home .demo-image {
    border-radius: 12px;
  }

  .page-home .demo-image img {
    width: min(1000px, 100%);
  }
}

@media (max-width: 820px) {
  .page-home .demo-section {
    padding-top: 48px;
  }

  .page-home .demo-card {
    padding: 18px 14px;
  }

  .page-home .demo-card .hero-actions {
    gap: 8px;
  }

  .page-home .demo-card .hero-actions .btn {
    min-height: 34px;
    font-size: 11px;
    padding: 0 10px;
  }

  .page-home .demo-image {
    margin-top: 16px;
    border-radius: 10px;
  }

  .page-home .demo-image img {
    width: 100%;
  }
}

/* Value Cards Modern Glass */
.page-home .home-value-strip {
  background:
    radial-gradient(980px 320px at 50% -14%, rgba(127, 101, 247, 0.34), transparent 72%),
    linear-gradient(180deg, #030915 0%, #050c18 100%) !important;
}

.page-home .home-value-strip .page-title {
  color: #f3f6ff;
}

.page-home .home-value-strip .page-lead {
  color: #b5c3e7;
}

.page-home .value-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.page-home .value-card {
  min-height: 192px;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(146, 171, 224, 0.34);
  background:
    linear-gradient(160deg, rgba(21, 35, 71, 0.78) 0%, rgba(8, 18, 42, 0.72) 100%);
  box-shadow:
    inset 0 1px 0 rgba(177, 198, 239, 0.14),
    0 14px 30px rgba(4, 13, 32, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.page-home .value-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.page-home .value-card-link:focus-visible {
  outline: 2px solid rgba(157, 192, 255, 0.95);
  outline-offset: 2px;
}

.page-home .value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(157, 192, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(197, 216, 255, 0.2),
    0 20px 34px rgba(4, 13, 32, 0.4),
    0 0 24px rgba(77, 121, 243, 0.18);
}

.page-home .value-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #eaf2ff;
  background:
    linear-gradient(145deg, rgba(67, 118, 249, 0.62) 0%, rgba(115, 94, 245, 0.54) 100%);
  border: 1px solid rgba(175, 200, 252, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(228, 237, 255, 0.24),
    0 8px 18px rgba(45, 87, 189, 0.35);
}

.page-home .value-icon svg {
  width: 21px;
  height: 21px;
}

.page-home .value-card h3 {
  margin: 14px 0 8px;
  color: #f3f6ff;
  font-size: 19px;
  line-height: 1.08;
}

.page-home .value-card p {
  margin: 0;
  color: #b8c6e6;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .page-home .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-home .value-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-home .value-card {
    min-height: 0;
    padding: 16px;
    border-radius: 12px;
  }

  .page-home .value-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .page-home .value-card h3 {
    margin-top: 11px;
    font-size: 18px;
  }

  .page-home .value-card p {
    font-size: 13px;
  }
}

/* Testimonials Carousel Modern */
.page-home .testimonials {
  background: #f4f6fa !important;
}

.page-home .testimonials-carousel {
  position: relative;
  margin-top: 24px;
  padding: 0 54px;
}

.page-home .testimonials-viewport {
  overflow: hidden;
}

.page-home .testimonials-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  transition: transform 0.52s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.page-home .testimonial-slide {
  min-height: 260px;
  padding: 18px;
  border: 1px solid #d6dfee;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  box-shadow: 0 10px 24px rgba(15, 28, 54, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .testimonial-logo-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  border: 1px solid #d6deef;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(18, 31, 59, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .testimonial-logo-wrap img {
  width: 46px;
  height: auto;
}

.page-home .testimonial-slide p {
  margin: 14px 0 12px;
  color: #4b5874;
  font-size: 15px;
  line-height: 1.5;
}

.page-home .testimonial-slide strong {
  color: #131f38;
  font-size: 16px;
}

.page-home .testimonial-slide span {
  margin-top: 4px;
  color: #6a7590;
  font-size: 13px;
}

.page-home .testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #cad6ea;
  background: #ffffff;
  color: #1a2742;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(18, 30, 56, 0.12);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.page-home .testimonials-nav:hover {
  transform: translateY(-50%) scale(1.04);
  background: #f1f6ff;
}

.page-home .testimonials-nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.page-home .testimonials-nav.is-prev {
  left: 0;
}

.page-home .testimonials-nav.is-next {
  right: 0;
}

@media (max-width: 1200px) {
  .page-home .testimonials-track {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
}

@media (max-width: 820px) {
  .page-home .testimonials-carousel {
    margin-top: 14px;
    padding: 0;
  }

  .page-home .testimonials-track {
    grid-auto-columns: 100%;
    gap: 10px;
  }

  .page-home .testimonial-slide {
    min-height: 0;
    padding: 15px;
    border-radius: 12px;
  }

  .page-home .testimonial-logo-wrap {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }

  .page-home .testimonial-logo-wrap img {
    width: 38px;
  }

  .page-home .testimonial-slide p {
    margin: 12px 0 10px;
    font-size: 14px;
  }

  .page-home .testimonial-slide strong {
    font-size: 15px;
  }

  .page-home .testimonials-nav {
    display: none;
  }
}

/* Pricing Cards Order + Alignment Final */
.page-home .home-pricing .plan-cards,
.pricing-page .plan-cards {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: stretch;
  justify-content: space-between;
}

.page-home .home-pricing .plan-card,
.pricing-page .plan-card {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  transform: none !important;
}

.page-home .home-pricing .plan-card-free,
.pricing-page .plan-card-free {
  order: 1;
}

.page-home .home-pricing .plan-card-standard,
.pricing-page .plan-card-standard {
  order: 2;
}

.page-home .home-pricing .plan-card-pro,
.pricing-page .plan-card-pro {
  order: 3;
}

.page-home .home-pricing .plan-card-gold,
.pricing-page .plan-card-gold {
  order: 4;
}

.page-home .home-pricing .plan-card.featured,
.pricing-page .plan-card.featured {
  transform: none !important;
  z-index: 1;
}

.page-home .home-pricing .plan-card h3,
.pricing-page .plan-card h3 {
  margin: 0 0 6px;
}

.page-home .home-pricing .plan-price,
.pricing-page .plan-price {
  line-height: 1;
}

.page-home .home-pricing .plan-summary,
.pricing-page .plan-summary {
  min-height: 38px;
}

.page-home .home-pricing .plan-card .btn,
.pricing-page .plan-card .btn {
  width: 100%;
}

@media (max-width: 1200px) {
  .page-home .home-pricing .plan-cards,
  .pricing-page .plan-cards {
    flex-wrap: wrap;
  }

  .page-home .home-pricing .plan-card,
  .pricing-page .plan-card {
    flex: 1 1 calc((100% - 14px) / 2);
  }
}

@media (max-width: 820px) {
  .page-home .home-pricing .plan-card,
  .pricing-page .plan-card {
    flex-basis: 100%;
  }

  .page-home .home-pricing .plan-summary,
  .pricing-page .plan-summary {
    min-height: 0;
  }
}

/* Home FAQ Readability Boost */
.page-home .home-faq-dark-list .faq-question {
  color: #f7faff !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.38;
}

.page-home .home-faq-dark-list .faq-question small {
  color: #d8e4ff !important;
  font-size: 18px;
  line-height: 1;
}

.page-home .home-faq-dark-list .faq-answer,
.page-home .home-faq-dark-list .faq-answer p {
  color: #d3deef !important;
  font-size: clamp(14px, 0.98vw, 16px) !important;
  line-height: 1.6;
}

.page-home .home-faq-dark-list .faq-item.is-open {
  background: rgba(22, 40, 78, 0.6);
}

@media (max-width: 1100px) {
  .page-home .home-faq-dark-list .faq-question {
    font-size: clamp(15px, 1.55vw, 17px) !important;
  }

  .page-home .home-faq-dark-list .faq-answer,
  .page-home .home-faq-dark-list .faq-answer p {
    font-size: clamp(14px, 1.35vw, 15px) !important;
  }
}

@media (max-width: 820px) {
  .page-home .home-faq-dark-list .faq-question {
    font-size: clamp(15px, 4.1vw, 17px) !important;
  }

  .page-home .home-faq-dark-list .faq-question small {
    font-size: 17px;
  }

  .page-home .home-faq-dark-list .faq-answer,
  .page-home .home-faq-dark-list .faq-answer p {
    font-size: 14px !important;
    line-height: 1.58;
  }
}

/* Footer Pro Refresh */
.site-footer {
  margin-top: 56px;
  padding-top: 26px;
  padding-bottom: 8px;
  border-top-color: #d6dfef;
  background: #ffffff;
}

.site-footer::before {
  inset: auto -12% -28% -12%;
  height: 200px;
  opacity: 0;
}

.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 30px;
  align-items: end;
  padding: 22px 24px;
  border: 1px solid #dfe6f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(21, 35, 64, 0.06);
}

.footer-brand {
  max-width: 620px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  display: block;
  width: min(170px, 100%);
  height: auto;
}

.footer-logo-light {
  display: none;
}

.footer-brand h3 {
  margin: 12px 0 0;
  max-width: 560px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.footer-socials {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  border: 1px solid #c2d0ea;
  background: linear-gradient(150deg, #13244a 0%, #173a7d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(17, 30, 60, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  border-color: #8db4ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(33, 77, 170, 0.26);
}

.footer-links {
  justify-self: end;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}

.footer-col h4 {
  margin: 0 0 3px;
  letter-spacing: 0.01em;
}

.footer-col a {
  font-size: 15px;
}

.footer-copy {
  margin-top: 12px;
  padding: 12px 12px 8px;
  border-top-color: #d4dff0;
}

.footer-whatsapp {
  margin: 8px 0 0;
  color: #5f6e89;
  font-size: 14px;
}

.footer-whatsapp-link {
  color: #0f5fff;
  font-weight: 700;
  text-decoration: underline;
}

.page-home .site-footer {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  background: linear-gradient(180deg, #040914 0%, #050c1a 100%) !important;
  border-top-color: #101f3f;
}

.page-home .site-footer::before {
  opacity: 0.3;
  background-image:
    linear-gradient(to right, rgba(90, 116, 174, 0.34) 1px, transparent 1px),
    linear-gradient(to top, rgba(90, 116, 174, 0.34) 1px, transparent 1px);
}

.page-home .footer-main {
  border: 1px solid rgba(122, 151, 214, 0.32);
  background:
    radial-gradient(760px 180px at 50% -30%, rgba(107, 98, 248, 0.28), transparent 72%),
    linear-gradient(150deg, rgba(10, 20, 42, 0.9) 0%, rgba(6, 14, 31, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(180, 201, 246, 0.12),
    0 16px 30px rgba(2, 8, 22, 0.5);
}

.page-home .footer-logo-dark {
  display: none;
}

.page-home .footer-logo-light {
  display: block;
  width: min(168px, 100%);
}

.page-home .footer-brand h3,
.page-home .footer-col h4 {
  color: #ecf3ff;
}

.page-home .footer-col a,
.page-home .footer-copy,
.page-home .footer-whatsapp {
  color: #a6b9e1;
}

.page-home .footer-whatsapp-link {
  color: #e6f0ff;
}

.page-home .footer-col a:hover {
  color: #f4f8ff;
}

.page-home .social-icon {
  border-color: rgba(130, 160, 225, 0.42);
  background: linear-gradient(145deg, rgba(29, 58, 118, 0.9) 0%, rgba(36, 90, 189, 0.95) 100%);
  box-shadow:
    inset 0 1px 0 rgba(225, 236, 255, 0.16),
    0 8px 20px rgba(12, 35, 80, 0.5);
}

.page-home .footer-copy {
  border-top-color: #14284f;
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 22px;
  }

  .footer-brand h3 {
    font-size: clamp(22px, 3.6vw, 30px);
  }
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
    padding: 18px;
  }

  .footer-links {
    justify-self: start;
  }

  .footer-copy {
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media (max-width: 820px) {
  .site-footer {
    margin-top: 42px;
    padding-top: 16px;
  }

  .footer-main {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .footer-logo,
  .page-home .footer-logo-light {
    width: min(150px, 100%);
  }

  .footer-brand h3 {
    margin-top: 10px;
    font-size: clamp(20px, 6vw, 24px);
  }

  .footer-col a {
    font-size: 14px;
  }
}

.home-pricing .pricing-table thead th,
.pricing-page .pricing-table thead th {
  vertical-align: top;
}

.home-pricing .pricing-table .plan-heading-meta,
.pricing-page .pricing-table .plan-heading-meta {
  margin-top: 6px;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
}

.home-pricing .pricing-table .plan-heading-meta strong,
.pricing-page .pricing-table .plan-heading-meta strong {
  display: block;
  min-height: 1.2em;
}

.home-pricing .pricing-table .plan-heading-meta small,
.pricing-page .pricing-table .plan-heading-meta small {
  display: block;
  min-height: 1.1em;
}

.home-pricing .pricing-table .plan-heading-meta small:empty,
.pricing-page .pricing-table .plan-heading-meta small:empty {
  visibility: hidden;
}

.home-pricing .pricing-table .pricing-plan-cta,
.pricing-page .pricing-table .pricing-plan-cta {
  margin-top: 12px;
}

.pricing-plan-cta {
  margin-top: 10px;
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid #2f79ea;
  background: linear-gradient(130deg, #2f76e8 0%, #48a2ff 100%);
  color: #f8fbff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pricing-plan-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(43, 102, 207, 0.22);
  filter: saturate(1.05);
}

.pricing-plan-cta.is-featured {
  border-color: rgba(255, 255, 255, 0.68);
  background: linear-gradient(180deg, #ffffff 0%, #ecf2ff 100%);
  color: #1f2e56;
}

.pricing-table .is-featured .pricing-plan-cta {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 16px rgba(15, 35, 84, 0.22);
}

@media (max-width: 980px) {
  .home-pricing .pricing-table .plan-heading-meta,
  .pricing-page .pricing-table .plan-heading-meta {
    min-height: 74px;
  }

  .pricing-plan-cta {
    min-height: 40px;
    font-size: 14px;
  }
}

/* Hero Title Two-Line Layout */
.page-home .hero-title {
  width: min(980px, 100%) !important;
  margin: 14px auto 12px !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.page-home .hero-title span {
  display: block;
}

.page-home .hero-title span + span {
  margin-top: 0.08em;
}

.page-home .hero-desc {
  width: min(940px, 100%) !important;
}

@media (max-width: 1100px) {
  .page-home .hero-title {
    width: min(860px, 100%) !important;
  }
}

@media (max-width: 820px) {
  .page-home .hero-title {
    width: min(560px, 100%) !important;
    line-height: 1.03 !important;
  }

  .page-home .hero-title span + span {
    margin-top: 0.04em;
  }

  .page-home .hero-desc {
    width: min(560px, 100%) !important;
  }
}

/* Contact Futuristic Refresh */
.page-contacto {
  background:
    radial-gradient(880px 300px at 10% 2%, rgba(112, 122, 255, 0.16), transparent 70%),
    radial-gradient(640px 260px at 88% 12%, rgba(61, 151, 255, 0.13), transparent 72%),
    #edf2f9;
}

.page-contacto .contact-top {
  align-items: start;
  gap: 32px;
}

.page-contacto .contact-details h1 {
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 0.94;
}

.page-contacto .contact-details p {
  max-width: 560px;
  color: #54607a;
}

.page-contacto .contact-stats {
  gap: 14px;
}

.page-contacto .contact-stat strong {
  color: #101a31;
}

.page-contacto .contact-stat span {
  color: #4e5d7a;
}

.page-contacto .contact-form-box {
  position: relative;
  border-radius: 18px;
  border: 1px solid #d1dced;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow:
    0 22px 42px rgba(22, 37, 70, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.page-contacto .contact-form-box::before {
  content: "";
  position: absolute;
  inset: -35% auto auto -25%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(78, 129, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.page-contacto .contact-form-box form {
  position: relative;
  z-index: 1;
}

.page-contacto .contact-showcase {
  position: relative;
  margin-top: 10px;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid #d2ddef;
  background: linear-gradient(155deg, #f9fbff 0%, #f1f5fd 100%);
  box-shadow: 0 20px 44px rgba(21, 36, 68, 0.1);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  overflow: hidden;
}

.page-contacto .contact-showcase::after {
  content: "";
  position: absolute;
  inset: auto -18% -58% -18%;
  height: 220px;
  background-image:
    linear-gradient(to right, rgba(120, 146, 201, 0.26) 1px, transparent 1px),
    linear-gradient(to top, rgba(120, 146, 201, 0.24) 1px, transparent 1px);
  background-size: 46px 46px;
  transform: perspective(680px) rotateX(66deg);
  opacity: 0.45;
  pointer-events: none;
}

.page-contacto .contact-showcase-copy {
  position: relative;
  z-index: 1;
}

.page-contacto .contact-showcase-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 9px 14px;
  border: 1px solid #ccd8ee;
  background: #f7faff;
  color: #2f4169;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-contacto .contact-showcase-copy h2 {
  margin: 16px 0 12px;
  color: #0d1830;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.034em;
  max-width: 640px;
}

.page-contacto .contact-showcase-copy > p {
  margin: 0;
  max-width: 640px;
  color: #55607a;
}

.page-contacto .contact-showcase-points {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.page-contacto .contact-showcase-point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.page-contacto .point-badge {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d6f3;
  background: linear-gradient(135deg, #edf4ff 0%, #dce9ff 100%);
  color: #2d61cf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.page-contacto .contact-showcase-point h3 {
  margin: 3px 0 4px;
  color: #121d36;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.page-contacto .contact-showcase-point p {
  margin: 0;
  color: #55617b;
  font-size: 15px;
  line-height: 1.45;
}

.page-contacto .contact-showcase-media {
  position: relative;
  min-height: 500px;
  border-radius: 20px;
  border: 1px solid rgba(132, 159, 215, 0.45);
  background:
    radial-gradient(500px 220px at 68% 10%, rgba(120, 107, 255, 0.32), transparent 72%),
    radial-gradient(420px 240px at 32% 90%, rgba(47, 138, 255, 0.24), transparent 70%),
    linear-gradient(170deg, #07122a 0%, #061026 56%, #050d22 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-contacto .contact-device-glow {
  position: absolute;
  inset: 14% 12% auto 12%;
  height: 240px;
  background: radial-gradient(circle, rgba(97, 121, 255, 0.46), transparent 72%);
  filter: blur(6px);
}

.page-contacto .contact-showcase-media img {
  position: relative;
  z-index: 2;
  width: min(320px, 74%);
  max-height: 500px;
  height: auto;
  object-fit: contain;
  transform: translateY(14px);
  filter: drop-shadow(0 20px 30px rgba(4, 10, 22, 0.65));
}

.page-contacto .contact-showcase-chip {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  padding: 9px 14px;
  border: 1px solid rgba(160, 186, 236, 0.5);
  background: rgba(16, 30, 60, 0.82);
  color: #dde7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  backdrop-filter: blur(7px);
}

.page-contacto .contact-showcase-chip.chip-top {
  top: 20px;
  right: 18px;
}

.page-contacto .contact-showcase-chip.chip-bottom {
  left: 18px;
  bottom: 20px;
}

.page-contacto .contact-location {
  margin-top: 22px;
  border-radius: 18px;
  border: 1px solid #ced9ee;
  background: linear-gradient(160deg, #fbfcff 0%, #f4f7fd 100%);
  box-shadow: 0 18px 38px rgba(18, 33, 63, 0.09);
  gap: 22px;
}

.page-contacto .contact-location h3 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #111d37;
}

.page-contacto .contact-location li {
  margin-bottom: 8px;
  color: #30425f;
}

.page-contacto .contact-location p {
  color: #55627d !important;
}

.page-contacto .map-embed {
  min-height: 306px;
  border-radius: 16px;
  border: 1px solid #cdd9ee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

@media (max-width: 1140px) {
  .page-contacto .contact-top,
  .page-contacto .contact-showcase,
  .page-contacto .contact-location {
    grid-template-columns: 1fr;
  }

  .page-contacto .contact-showcase-media {
    min-height: 420px;
  }

  .page-contacto .contact-showcase-media img {
    width: min(300px, 64%);
    max-height: 430px;
    transform: translateY(8px);
  }
}

@media (max-width: 820px) {
  .page-contacto .contact-details h1 {
    font-size: clamp(36px, 11vw, 54px);
    line-height: 0.98;
  }

  .page-contacto .contact-showcase {
    padding: 22px 18px;
    gap: 20px;
    border-radius: 18px;
  }

  .page-contacto .contact-showcase-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .page-contacto .contact-showcase-point h3 {
    font-size: 18px;
  }

  .page-contacto .contact-showcase-point p {
    font-size: 14px;
  }

  .page-contacto .contact-showcase-media {
    min-height: 360px;
  }

  .page-contacto .contact-showcase-media img {
    width: min(260px, 66%);
    max-height: 330px;
    transform: none;
  }

  .page-contacto .contact-showcase-chip {
    font-size: 11px;
    padding: 8px 10px;
  }

  .page-contacto .contact-showcase-chip.chip-top {
    top: 14px;
    right: 12px;
  }

  .page-contacto .contact-showcase-chip.chip-bottom {
    left: 12px;
    bottom: 14px;
  }

  .page-contacto .contact-location {
    padding: 16px;
  }

  .page-contacto .map-embed {
    min-height: 250px;
  }
}

/* Home title/action effects (no layout change) */
.page-home .hero-title-fx .hero-line {
  display: block;
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  filter: blur(6px);
  animation: heroLineIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-home .hero-title-fx .hero-line-main {
  animation-delay: 120ms;
  text-shadow: 0 10px 30px rgba(84, 131, 255, 0.24);
}

.page-home .hero-title-fx .hero-line-accent {
  position: relative;
  animation-delay: 280ms;
  line-height: 1.06;
  padding-bottom: 0.08em;
  background: linear-gradient(115deg, #ffffff 0%, #c9dcff 42%, #89b3ff 76%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-home .hero-title-fx .hero-line-accent::after {
  content: "";
  position: absolute;
  inset: -2px -8px;
  border-radius: 16px;
  background:
    linear-gradient(115deg, rgba(120, 101, 255, 0), rgba(120, 101, 255, 0.2), rgba(79, 170, 255, 0));
  z-index: -1;
  opacity: 0;
  animation: heroAccentGlow 1s ease-out 440ms forwards;
}

.page-home .hero-actions .btn {
  position: relative;
  overflow: hidden;
}

.page-home .hero-actions .btn::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -150%;
  width: 120%;
  height: 320%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(18deg);
  pointer-events: none;
  transition: left 0.6s ease;
}

.page-home .hero-actions .btn:hover::after,
.page-home .hero-actions .btn:focus-visible::after {
  left: 140%;
}

.page-home .hero-actions .btn:hover,
.page-home .hero-actions .btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(11, 29, 72, 0.28);
}

.page-home .hero-device-stack {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 8px 12px 6px;
  min-height: clamp(270px, 37vw, 480px);
}

.page-home .hero-media {
  padding: 2px;
  border-color: rgba(164, 188, 238, 0.26);
  background: linear-gradient(180deg, rgba(15, 30, 66, 0.2), rgba(12, 24, 54, 0.16));
  box-shadow: none;
}

.page-home .hero-device {
  position: absolute;
  margin: 0;
}

.page-home .hero-device-macbook {
  left: 50%;
  bottom: 0;
  width: min(860px, 88vw);
  transform: translateX(-50%);
  border-radius: 16px 16px 12px 12px;
  padding: 4px 4px 12px;
  background: linear-gradient(180deg, rgba(219, 228, 245, 0.5) 0%, rgba(182, 194, 220, 0.34) 48%, rgba(160, 175, 204, 0.3) 100%);
  border: 1px solid rgba(183, 202, 237, 0.34);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 22px 44px rgba(5, 16, 42, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.page-home .hero-device-macbook::after {
  content: none;
  display: none;
}

@media (max-width: 820px) {
  .page-home .hero-device-macbook::after {
    content: none;
    display: none;
  }
}

.page-home .hero-device-macbook .hero-device-screen {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(177, 197, 233, 0.34);
  background: rgba(11, 16, 32, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.page-home .hero-device-iphone {
  right: clamp(8px, 6vw, 54px);
  bottom: clamp(10px, 3vw, 28px);
  width: clamp(136px, 16vw, 208px);
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(165deg, rgba(15, 21, 37, 0.46) 0%, rgba(10, 16, 32, 0.42) 65%, rgba(8, 13, 26, 0.46) 100%);
  border: 1px solid rgba(175, 194, 231, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 22px 42px rgba(5, 15, 40, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  z-index: 3;
  transform: rotate(4deg);
}

.page-home .hero-device-iphone::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 24%;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(8, 12, 23, 0.6);
}

.page-home .hero-device-iphone .hero-device-screen {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(188, 205, 238, 0.2);
  background: #101622;
}

.page-home .hero-device-screen img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .hero-eyebrow-cr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border-color: rgba(196, 214, 255, 0.55);
  background: linear-gradient(180deg, rgba(22, 46, 97, 0.38), rgba(20, 37, 78, 0.24));
  box-shadow:
    inset 0 0 0 1px rgba(152, 187, 255, 0.14),
    0 10px 26px rgba(4, 18, 49, 0.35);
  animation: heroBadgePulse 2.8s ease-in-out infinite;
}

.page-home .hero-flag {
  width: 24px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: none;
  border-radius: 2px;
  object-fit: cover;
  aspect-ratio: 5 / 3;
  flex: 0 0 auto;
}

.page-home .biz-point-head h3,
.page-home .steps-copy strong,
.page-home .value-card h3 {
  transition: transform 0.22s ease, text-shadow 0.22s ease, color 0.22s ease;
}

.page-home .biz-point-card:hover .biz-point-head h3,
.page-home .steps-item:hover .steps-copy strong,
.page-home .value-card:hover h3 {
  transform: translateX(3px);
  text-shadow: 0 8px 24px rgba(78, 133, 255, 0.26);
}

@keyframes heroLineIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroAccentGlow {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroBadgePulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(152, 187, 255, 0.14),
      0 10px 26px rgba(4, 18, 49, 0.35);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(162, 202, 255, 0.28),
      0 14px 34px rgba(10, 34, 82, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-title-fx .hero-line {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .page-home .hero-title-fx .hero-line-accent::after {
    opacity: 0.45;
    animation: none;
  }

  .page-home .hero-actions .btn::after {
    display: none;
  }

  .page-home .hero-eyebrow-cr {
    animation: none;
  }
}

@media (max-width: 820px) {
  .page-home .hero-eyebrow-cr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: min(100%, 620px);
    margin: 0 auto 10px;
    padding: 10px 14px;
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 1.22;
    text-align: center;
    white-space: normal;
  }

  .page-home .hero-flag {
    width: clamp(26px, 7vw, 30px);
    height: calc(clamp(26px, 7vw, 30px) * 0.6);
    transform: none;
    flex: 0 0 auto;
  }

  .page-home .hero-device-stack {
    min-height: clamp(230px, 58vw, 360px);
    padding: 4px 4px 2px;
  }

  .page-home .hero-device-macbook {
    width: min(620px, 96%);
    padding: 3px 3px 10px;
    border-radius: 12px 12px 9px 9px;
  }

  .page-home .hero-device-macbook::after {
    bottom: -10px;
    height: 11px;
    border-radius: 0 0 12px 12px;
  }

  .page-home .hero-device-iphone {
    right: 2px;
    bottom: 0;
    width: clamp(108px, 27vw, 148px);
    padding: 2px;
    border-radius: 20px;
  }

  .page-home .hero-device-iphone .hero-device-screen {
    border-radius: 18px;
  }
}

/* Force remove hero shadow */
.page-home .hero-media {
  overflow: visible !important;
  box-shadow: none !important;
}

@media (min-width: 821px) and (max-width: 1180px) {
  .page-home .hero-media {
    margin-top: 24px;
    padding: 0;
  }

  .page-home .hero-device-stack {
    width: min(920px, 100%);
    min-height: 460px;
    padding: 6px 8px 18px;
  }

  .page-home .hero-device-macbook {
    width: min(760px, 94%);
    bottom: 14px;
  }

  .page-home .hero-device-iphone {
    width: clamp(132px, 17vw, 176px);
    right: 4px;
    bottom: 10px;
    transform: rotate(3deg);
  }
}

.pricing-mobile-cards {
  display: none;
}

@media (max-width: 820px) {
  .pricing-desktop-only {
    display: none;
  }

  .pricing-mobile-cards {
    display: grid;
    gap: 14px;
    margin-top: 18px;
  }

  .pricing-mobile-card {
    border: 1px solid #d8e2f2;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
  }

  .pricing-mobile-card.is-featured {
    border-color: #89b4ff;
    box-shadow: 0 12px 26px rgba(28, 87, 184, 0.16);
  }

  .pricing-mobile-head {
    padding: 14px;
    border-bottom: 1px solid #e9eff8;
    background: linear-gradient(180deg, #f7fbff 0%, #f1f7ff 100%);
  }

  .pricing-mobile-head h3 {
    margin: 0 0 6px;
    font-size: 20px;
  }

  .pricing-mobile-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #10213f;
  }

  .pricing-mobile-period {
    color: #566483;
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .pricing-mobile-head .btn {
    width: 100%;
  }

  .pricing-mobile-body {
    padding: 14px;
  }

  .pricing-mobile-body h4 {
    margin: 0 0 8px;
    font-size: 14px;
    color: #33415d;
  }

  .pricing-mobile-body ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
  }

  .pricing-mobile-body li {
    color: #192238;
    font-size: 14px;
    line-height: 1.35;
  }

  .pricing-mobile-body details {
    margin-top: 10px;
    border-top: 1px dashed #d7e1f0;
    padding-top: 10px;
  }

  .pricing-mobile-body summary {
    cursor: pointer;
    font-weight: 700;
    color: #0f5fff;
  }

  .pricing-mobile-full {
    margin-top: 8px;
    padding-left: 0 !important;
    list-style: none;
    gap: 8px;
  }

  .pricing-mobile-full li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #edf2fb;
    padding-bottom: 6px;
  }

  .pricing-mobile-full li span {
    color: #30405d;
    font-size: 13px;
  }

  .pricing-mobile-full li strong {
    color: #10213f;
    font-size: 13px;
    text-align: right;
  }
}

/* Mobile Pricing Experience (radical replacement) */
.pricing-mobile-experience {
  display: none;
}

@media (max-width: 980px) {
  .pricing-desktop-only {
    display: none !important;
  }

  .pricing-mobile-experience {
    display: block;
    margin-top: 16px;
    text-align: left;
  }

  .pricing-mobile-top p {
    margin: 0 0 10px;
    color: #4f5e7d;
    font-size: 14px;
  }

  .pricing-mobile-plan-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }

  .pricing-mobile-plan-tab {
    border: 1px solid #c8d7f3;
    border-radius: 10px;
    background: #f4f8ff;
    color: #1c2a47;
    padding: 9px 10px;
    font-weight: 700;
    font-size: 13px;
  }

  .pricing-mobile-plan-tab.is-active {
    background: linear-gradient(120deg, #2f79ea, #46a4ff);
    color: #fff;
    border-color: #2f79ea;
  }

  .pricing-mobile-panel {
    display: none;
  }

  .pricing-mobile-panel.is-active {
    display: block;
  }

  .pricing-mobile-hero {
    border: 1px solid #d8e2f2;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(21, 40, 73, 0.08);
  }

  .pricing-mobile-hero.is-featured {
    border-color: #8db7ff;
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
  }

  .pricing-mobile-hero h3 {
    margin: 0;
    font-size: 21px;
  }

  .pricing-mobile-hero-price {
    margin-top: 6px;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    color: #0e1e3c;
  }

  .pricing-mobile-hero small {
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #54637f;
    font-size: 13px;
  }

  .pricing-mobile-hero .btn {
    width: 100%;
    min-height: 46px;
    font-size: 16px;
  }

  .pricing-mobile-feature-list {
    margin-top: 10px;
    border: 1px solid #dde6f3;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }

  .pricing-mobile-feature-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #edf2fa;
  }

  .pricing-mobile-feature-row:last-child {
    border-bottom: 0;
  }

  .pricing-mobile-feature-name {
    font-size: 14px;
    color: #17233b;
    font-weight: 600;
  }

  .pricing-mobile-feature-value .chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid;
  }

  .pricing-mobile-feature-row.is-on .chip {
    background: #eafaf1;
    color: #0f7a45;
    border-color: #93e0b8;
  }

  .pricing-mobile-feature-row.is-off .chip {
    background: #f3f5f9;
    color: #5c6780;
    border-color: #d8deea;
  }
}
