/* Razorpay-inspired theme — blue fintech, clean & professional */

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Soft blue hero wash — extends under transparent header */
.marketing.lc .site-header {
  background: transparent;
  border-bottom: 1px solid rgba(48, 94, 255, 0.1);
  backdrop-filter: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease,
    backdrop-filter 0.2s ease;
}

.marketing.lc .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(25, 40, 57, 0.04);
}

.first-screen {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  margin-top: calc(-1 * var(--header-h));
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(48, 94, 255, 0.24), transparent 58%),
    radial-gradient(ellipse 55% 50% at 90% 45%, rgba(117, 163, 255, 0.16), transparent 55%),
    linear-gradient(180deg, #eaf0ff 0%, #eef3ff 22%, #f4f7fb 55%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.banner {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: calc(var(--header-h) + 1.75rem) 0 1.5rem;
  background: transparent;
  border-bottom: none;
}

.banner-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.float-icon {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(48, 94, 255, 0.14);
  box-shadow: 0 8px 20px rgba(48, 94, 255, 0.1);
  color: #305eff;
  animation: floatY 7s ease-in-out infinite;
}

.float-icon svg {
  width: 18px;
  height: 18px;
}

.fi-1 { top: 14%; left: 5%; opacity: 0.9; }
.fi-3 { top: 72%; left: 7%; animation-delay: 1s; opacity: 0.7; }
.fi-4 { top: 18%; right: 7%; animation-delay: 0.3s; opacity: 0.85; color: #4d7fff; }
.fi-5 { top: 42%; right: 4%; animation-delay: 0.9s; opacity: 0.65; }
.fi-6 { bottom: 16%; right: 12%; animation-delay: 0.6s; opacity: 0.8; }
.fi-7,
.fi-8,
.fi-9 { display: none; }

.float-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #75a3ff;
  opacity: 0.4;
  animation: floatY 6s ease-in-out infinite;
}

.fd-1 { top: 32%; left: 48%; }
.fd-2 { top: 68%; left: 42%; animation-delay: 0.5s; }
.fd-3 { top: 22%; right: 30%; animation-delay: 1s; }

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

.banner-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.75rem;
  align-items: center;
}

.f-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(48, 94, 255, 0.16);
  color: #2950da !important;
}

.badge-ico,
.btn-ico {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.banner h1 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: #192839;
}

.typewriter {
  display: inline;
  white-space: nowrap;
}

.typewriter-text {
  color: #305eff;
}

.typewriter-cursor {
  display: inline-block;
  width: 0.08em;
  height: 0.9em;
  margin-left: 0.08em;
  vertical-align: -0.05em;
  background: #305eff;
  border-radius: 1px;
  animation: caretBlink 0.9s steps(1) infinite;
}

@keyframes caretBlink {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .typewriter-cursor {
    animation: none;
    opacity: 1;
  }
}

.banner-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.banner-chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(48, 94, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 600;
  color: #40566d;
}

.banner-chips svg {
  width: 14px;
  height: 14px;
  color: #305eff;
}

.banner-visual {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoice-mock {
  width: 100%;
  max-width: 390px;
  background: #fff;
  border: 1px solid rgba(48, 94, 255, 0.1);
  border-radius: 16px;
  padding: 1.35rem 1.3rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 24px 50px rgba(48, 94, 255, 0.14);
}

.invoice-mock-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.mock-avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #75a3ff 0%, #305eff 100%);
  color: #fff;
  font-weight: 800;
}

.invoice-mock-top strong {
  display: block;
  font-size: 0.95rem;
  color: #192839;
}

.invoice-mock-top span {
  font-size: 0.75rem;
  color: #768ea7;
}

.paid-pill {
  margin-left: auto;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #eaf0ff;
  color: #2950da;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.mock-line {
  display: flex;
  justify-content: space-between;
  padding: 0.65rem 0;
  border-top: 1px solid #e6eff4;
  font-size: 0.9rem;
  color: #40566d;
}

.mock-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #192839;
  color: #fff;
}

.mock-bar {
  margin-top: 0.9rem;
  height: 6px;
  border-radius: 999px;
  background: #eaf0ff;
  overflow: hidden;
}

.mock-bar-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #75a3ff 0%, #305eff 100%);
  animation: barFill 2s var(--ease) 0.3s forwards;
}

@keyframes barFill {
  to { width: 78%; }
}

.anim-pulse-soft {
  animation: none;
}

.mini-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(48, 94, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(48, 94, 255, 0.12);
  animation: floatY 6.5s ease-in-out infinite;
}

.mini-card svg {
  width: 18px;
  height: 18px;
  color: #305eff;
}

.mini-card b {
  display: block;
  font-size: 0.8rem;
  color: #192839;
}

.mini-card span {
  font-size: 0.7rem;
  color: #768ea7;
}

.mc-1 { top: 10%; right: 0; animation-delay: 0.2s; }
.mc-2 { bottom: 8%; left: 0; animation-delay: 0.7s; }

.trust-strip {
  flex-shrink: 0;
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(48, 94, 255, 0.08);
  border-bottom: none;
  background: transparent;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trust-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.55rem;
  margin: -0.55rem;
  border-radius: 12px;
  transition: background 0.22s ease, transform 0.22s var(--ease);
}

.trust-item:hover {
  background: rgba(255, 255, 255, 0.65);
  transform: translateY(-2px);
}

.trust-item:hover .trust-ico {
  background: #305eff;
  color: #fff;
}

.trust-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #eaf0ff;
  color: #305eff;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s var(--ease);
  flex-shrink: 0;
}

.trust-ico svg {
  width: 18px;
  height: 18px;
}

.trust-item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: #192839;
}

.trust-item span {
  font-size: 0.78rem;
  color: #768ea7;
}

.tools-section {
  background: #f4f7fb;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.tools-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.tools-head .eyebrow {
  margin: 0 0 0.45rem;
}

.tools-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #192839;
}

.tools-head-link {
  flex-shrink: 0;
  font-weight: 700;
  text-decoration: none;
  color: #305eff;
  font-size: 0.95rem;
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.tools-head-link:hover {
  color: #2950da;
  transform: translateX(3px);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tool-card {
  background: #fff;
  border: 1px solid rgba(25, 40, 57, 0.06);
  border-radius: 20px;
  padding: 1.4rem 1.35rem 1.25rem;
  box-shadow: 0 10px 28px rgba(25, 40, 57, 0.05);
  display: grid;
  gap: 0.65rem;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s ease,
    border-color 0.22s ease;
}

.tool-card:hover {
  transform: translateY(-5px);
  border-color: rgba(48, 94, 255, 0.22);
  box-shadow: 0 18px 40px rgba(48, 94, 255, 0.12);
}

.tool-card:hover .tool-ico {
  background: #305eff;
  color: #fff;
  transform: scale(1.06);
}

.tool-card:hover > a {
  transform: translateX(4px);
}

.tool-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.15rem;
}

.tool-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eaf0ff;
  color: #305eff;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s var(--ease);
}

.tool-ico svg {
  width: 20px;
  height: 20px;
}

.tool-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.tool-pill.dark {
  background: #192839;
  color: #fff;
}

.tool-pill.green {
  background: #e8f8ef;
  color: #0f7a45;
}

.tool-pill.blue {
  background: #eaf0ff;
  color: #2950da;
}

.tool-card h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #192839;
}

.tool-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #768ea7;
  min-height: 4.2em;
}

.tool-card a {
  margin-top: 0.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #305eff;
  font-size: 0.92rem;
  width: fit-content;
  transition: color 0.2s ease, transform 0.22s var(--ease);
}

.tool-card a:hover {
  color: #2950da;
}

.how-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.how-head {
  margin: 0 0 2rem;
  text-align: left;
}

.how-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: #192839;
}

.how-head h2 em {
  font-style: normal;
  color: #305eff;
}

.how-duo {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.how-card {
  background: #fff;
  border: 1px solid rgba(25, 40, 57, 0.08);
  border-radius: 16px;
  padding: 2rem 1.75rem 1.75rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 12px 32px rgba(25, 40, 57, 0.05);
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s ease,
    border-color 0.22s ease;
}

.how-card:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 94, 255, 0.22);
  box-shadow: 0 18px 42px rgba(48, 94, 255, 0.12);
}

.how-card:hover .how-card-top svg {
  color: #305eff;
  transform: scale(1.08);
}

.how-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #768ea7;
  font-size: 0.88rem;
  font-weight: 600;
}

.how-card-top svg {
  width: 22px;
  height: 22px;
  color: #768ea7;
  transition: color 0.22s ease, transform 0.22s var(--ease);
}

.how-card h3 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #192839;
}

.how-card-lg h3 {
  max-width: 28ch;
}

.how-card-sm h3 {
  max-width: 18ch;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.how-card h3 em {
  font-style: normal;
  color: #305eff;
}

.how-card > p {
  margin: 0;
  color: #768ea7;
  font-size: 0.95rem;
  line-height: 1.5;
}

.how-list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1.25rem;
}

.how-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #40566d;
  line-height: 1.35;
}

.how-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #305eff;
  box-shadow: 0 0 0 3px rgba(48, 94, 255, 0.14);
}

.how-list-steps {
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.how-list-steps li {
  padding-left: 0;
  font-weight: 500;
}

.how-list-steps li::before {
  display: none;
}

.how-list-steps strong {
  color: #305eff;
  font-weight: 800;
  margin-right: 0.25rem;
}

.how-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.how-points span {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(48, 94, 255, 0.14);
  background: #f4f7fb;
  font-size: 0.72rem;
  font-weight: 700;
  color: #40566d;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.how-card-pro:hover .how-points span {
  background: #fff;
  border-color: rgba(48, 94, 255, 0.28);
  color: #2950da;
}

.how-card-pro {
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(48, 94, 255, 0.24), transparent 58%),
    radial-gradient(ellipse 55% 50% at 90% 45%, rgba(117, 163, 255, 0.16), transparent 55%),
    linear-gradient(180deg, #eaf0ff 0%, #eef3ff 35%, #f4f7fb 70%, #ffffff 100%);
  border-color: rgba(48, 94, 255, 0.14);
}

.how-card-pro .how-points span {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(48, 94, 255, 0.16);
}

.feedback-strip {
  background:
    radial-gradient(ellipse 80% 80% at 0% 50%, rgba(48, 94, 255, 0.1), transparent 55%),
    radial-gradient(ellipse 60% 70% at 100% 0%, rgba(117, 163, 255, 0.12), transparent 50%),
    #f4f7fb;
  border-top: 1px solid var(--line);
}

.feedback-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  flex-wrap: wrap;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.feedback-label {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #305eff;
}

.feedback-title {
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #192839;
}

.feedback-inner span {
  display: block;
  margin-top: 0.4rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #40566d;
}

.feedback-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  border: 0;
  background: #305eff;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(48, 94, 255, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}

.feedback-cta:hover {
  background: #2950da;
  color: #fff;
  transform: translateY(-1px);
}

.marketing.lc .site-footer {
  background: #192839;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(117, 163, 255, 0.12);
}

.marketing.lc .site-footer .brand,
.marketing.lc .site-footer .brand-name {
  color: #fff;
}

.marketing.lc .site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.marketing.lc .site-footer a:hover {
  color: #75a3ff;
}

.marketing.lc .site-footer .footer-col h3 {
  color: #75a3ff;
}

.marketing.lc .site-footer .footer-brand-block p,
.marketing.lc .site-footer .footer-muted,
.marketing.lc .site-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.45);
}

.marketing.lc .site-footer .footer-bottom {
  border-top-color: rgba(117, 163, 255, 0.12);
}

.how-card-pro h3 {
  line-height: 1.2;
}

.how-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.how-card-actions .btn {
  transition: transform 0.22s var(--ease), background 0.2s ease;
}

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

.how-more {
  font-weight: 700;
  text-decoration: none;
  color: #305eff;
  font-size: 0.92rem;
}

.how-more:hover {
  color: #2950da;
}

.step-ico {
  display: inline-flex;
  color: #305eff;
  margin-bottom: 0.35rem;
}

.step-ico svg {
  width: 20px;
  height: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.4s; }

.marketing.lc .f-pro-band {
  background:
    radial-gradient(ellipse 70% 60% at 85% 0%, rgba(48, 94, 255, 0.16), transparent 55%),
    linear-gradient(180deg, #eaf0ff 0%, #f4f7fb 55%, #ffffff 100%) !important;
  color: #192839 !important;
}

.marketing.lc .f-pro-band .eyebrow {
  color: #305eff !important;
}

.marketing.lc .f-pro-band h2,
.marketing.lc .f-pro-band p {
  color: inherit;
}

.marketing.lc .f-pro-band h2 {
  color: #192839 !important;
}

.marketing.lc .f-pro-band p {
  color: #40566d !important;
}

.marketing.lc .f-pro-band .btn.primary {
  background: #305eff;
  color: #fff;
}

.marketing.lc .f-pro-band .btn.primary:hover {
  background: #2950da;
}

.marketing.lc .f-step-num {
  background: #305eff;
}

.marketing.lc .f-section.f-alt {
  background: #f8fafc;
}

@media (max-width: 980px) {
  .first-screen {
    min-height: auto;
  }

  .banner {
    padding: calc(var(--header-h) + 2rem) 0 2rem;
  }

  .banner-inner,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .how-duo {
    grid-template-columns: 1fr;
  }

  .how-card,
  .how-card-lg h3,
  .how-card-sm h3,
  .how-card > p {
    max-width: none;
  }

  .how-card {
    min-height: 0;
  }

  .banner-inner {
    grid-template-columns: 1fr;
  }

  .float-icon {
    width: 34px;
    height: 34px;
    opacity: 0.7;
  }

  .fi-5 {
    display: none;
  }

  .feedback-inner {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 720px) {
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    flex-direction: column;
  }

  .trust-item > div {
    width: 100%;
  }

  .tools-section,
  .how-section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .tools-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tools-carousel {
    margin-right: calc(-1 * clamp(1.1rem, 3vw, 2rem));
  }

  .tools-grid {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding-right: clamp(1.1rem, 3vw, 2rem);
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .tools-grid::-webkit-scrollbar {
    display: none;
  }

  .tools-grid .tool-card {
    flex: 0 0 min(82%, 19.5rem);
    min-width: 0;
    scroll-snap-align: start;
    min-height: 15.5rem;
  }

  .tools-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1rem;
  }

  .tools-dots[hidden] {
    display: none;
  }

  .tools-dot {
    width: 0.45rem;
    height: 0.45rem;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: #c5d0e0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
  }

  .tools-dot.is-active {
    width: 1.1rem;
    background: #305eff;
  }

  .tool-card p {
    min-height: 0;
  }

  .tool-card,
  .how-card {
    padding: 1.25rem 1.15rem;
  }

  .how-list {
    grid-template-columns: 1fr;
  }

  .how-card-sm h3 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
    max-width: none;
  }

  .feedback-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .feedback-cta {
    width: 100%;
    justify-content: center;
  }

  .f-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .f-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .f-hero-cta .btn.ghost {
    display: none;
  }

  .banner-visual {
    display: none;
  }

  .banner h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .mini-card {
    display: none;
  }

  .float-icon {
    opacity: 0.45;
  }

  .fi-3,
  .fi-6 {
    display: none;
  }

  .tool-card:hover,
  .how-card:hover,
  .trust-item:hover {
    transform: none;
  }

  .how-card:hover .how-card-actions .btn {
    transform: none;
  }

  .header-inner {
    gap: 0.65rem;
  }

  .brand-name {
    font-size: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-icon,
  .float-dot,
  .mini-card,
  .mock-bar-fill {
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tool-card,
  .how-card,
  .trust-item,
  .tools-head-link,
  .feedback-cta {
    transition: none !important;
  }

  .tool-card:hover,
  .how-card:hover,
  .trust-item:hover {
    transform: none;
  }

  .mock-bar-fill {
    width: 78%;
  }

  .header-cta,
  .preview-desk .invoice-sheet,
  .pulse {
    animation: none !important;
  }

  .preview-desk .invoice-sheet,
  .preview-desk:hover .invoice-sheet {
    transform: none !important;
  }
}

/* Inner pages — full-bleed wash under transparent header (not clipped by main) */
body.marketing.page {
  background:
    radial-gradient(ellipse 95% 58% at 50% 0%, rgba(48, 94, 255, 0.26), transparent 58%),
    radial-gradient(ellipse 55% 42% at 92% 16%, rgba(117, 163, 255, 0.16), transparent 55%),
    linear-gradient(180deg, #eaf0ff 0%, #eef3ff 18%, #f4f7fb 40%, #ffffff 68%);
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.marketing.page .site-header {
  background: transparent;
  border-bottom: 1px solid rgba(48, 94, 255, 0.1);
  backdrop-filter: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease,
    backdrop-filter 0.2s ease;
}

.marketing.page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(25, 40, 57, 0.04);
}

.page-banner {
  margin-top: 0;
  padding: 2.5rem 0;
  background: transparent;
  border-bottom: none;
}

.page-banner-inner {
  display: grid;
  gap: 0.85rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #768ea7;
}

.breadcrumbs a {
  color: #305eff;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #2950da;
}

.breadcrumbs .sep {
  color: #b4c3d4;
}

.breadcrumbs .current {
  color: #40566d;
}

.page-banner h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: #192839;
}

.page-banner h1 em {
  font-style: normal;
  color: #305eff;
}

.page-banner .lede {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #40566d;
}

.marketing.page .simple-page {
  padding-top: 0;
  background: transparent;
}

.marketing.page .workspace {
  padding-top: 0;
  padding-bottom: 3rem;
}

.marketing.page .pricing-section {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 4rem;
}

.pricing-section .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: none;
}

.btn:disabled:hover {
  transform: none;
}

.marketing.page main {
  animation: pageFade 0.45s var(--ease) both;
}

@keyframes pageFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketing.page main {
    animation: none;
  }
}

.marketing.page .site-footer {
  background: #192839;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(117, 163, 255, 0.12);
}

.marketing.page .site-footer .brand,
.marketing.page .site-footer .brand-name {
  color: #fff;
}

.marketing.page .site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.marketing.page .site-footer a:hover {
  color: #75a3ff;
}

.marketing.page .site-footer .footer-col h3 {
  color: #75a3ff;
}

.marketing.page .site-footer .footer-brand-block p,
.marketing.page .site-footer .footer-muted,
.marketing.page .site-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.45);
}

.marketing.page .site-footer .footer-bottom {
  border-top-color: rgba(117, 163, 255, 0.12);
}

@media (max-width: 720px) {
  .page-banner {
    padding: 2.5rem 0;
  }

  .page-banner h1 {
    font-size: clamp(1.75rem, 7vw, 2.2rem);
  }

  .marketing.page .simple-page {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .marketing.page .workspace {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .how-card-actions .btn {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .pricing-section .how-duo {
    gap: 1rem;
  }
}

@media (hover: none) {
  .tool-card:hover,
  .how-card:hover,
  .trust-item:hover,
  .preview-desk:hover .invoice-sheet {
    transform: none;
  }

  .btn:hover {
    transform: none;
  }
}
