.hero {
  position: relative;
  padding: clamp(146px, 11vw, 172px) 0 clamp(80px, 8vw, 115px);
  overflow: hidden;
  text-align: center;
}
.hero::before {
  position: absolute;
  width: 1100px;
  height: 620px;
  top: -285px;
  left: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 187, 110, .22), rgba(255, 211, 153, .08) 48%, transparent 72%);
  filter: blur(10px);
  transform: translateX(-50%) scaleX(1.3);
  content: "";
}
.hero-copy { position: relative; max-width: 1080px; margin-inline: auto; }
.hero h1 { max-width: 1040px; margin: 0 auto 26px; font-size: clamp(3.1rem, 4.5vw, 4.15rem); line-height: .94; }
.hero h1 > span { position: relative; display: block; white-space: nowrap; }
.hero-line-secondary { width: max-content; margin-inline: auto; }
.hero p { max-width: 710px; margin: 0 auto 34px; font-size: .82rem; line-height: 1.65; }
.hero-line-primary,
.hero-line-secondary,
.hero-copy > p,
.hero-copy > .button { opacity: 0; }
.hero-copy.is-visible .hero-line-primary { animation: heroLineIn .72s cubic-bezier(.2,.75,.25,1) .08s forwards; }
.hero-copy.is-visible .hero-line-secondary { animation: heroLineIn .72s cubic-bezier(.2,.75,.25,1) .2s forwards; }
.hero-copy.is-visible > p { animation: heroFadeIn .58s ease .38s forwards; }
.hero-copy.is-visible > .button { animation: heroButtonIn .58s cubic-bezier(.2,.75,.25,1) .5s forwards; }
.hero-line-secondary::after {
  position: absolute;
  width: 72px;
  height: 4px;
  bottom: -14px;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff934f, var(--orange-500), #e94e08);
  box-shadow: 0 3px 10px rgba(255, 107, 24, .24);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  content: "";
}
.hero-copy.is-visible .hero-line-secondary::after { animation: heroAccentIn .65s ease .72s forwards; }
.hero-copy > .button { position: relative; overflow: hidden; }
.hero-copy > .button::after {
  position: absolute;
  width: 32%;
  height: 180%;
  top: -40%;
  left: -50%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-22deg);
  animation: ctaShine 4.2s ease-in-out 1.5s infinite;
  content: "";
}
.hero-sticker {
  --rotate: -5deg;
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: absolute;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: .5rem;
  font-weight: 800;
  letter-spacing: .05em;
  opacity: 0;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(var(--rotate));
  box-shadow: 0 5px 10px rgba(15, 23, 42, .1);
  will-change: transform;
}
.hero-copy.is-visible .hero-sticker { animation: stickerReveal .52s ease .62s forwards, stickerDrift 4.8s ease-in-out 1.15s infinite; }
.hero-copy.is-visible .sticker-paid { animation-delay: .74s, 1.27s; }
.hero-copy.is-visible .sticker-contract { animation-delay: .86s, 1.39s; }
.sticker-organize { --rotate: -7deg; top: -28px; left: 3%; background: #2f3d50; }
.sticker-paid { --rotate: 8deg; top: 28%; left: calc(100% + 22px); background: #69a84f; }
.sticker-contract { --rotate: -7deg; top: -27px; right: 3%; background: #3474df; }
.hero-preview-wrap { width: min(930px, 100%); margin: 72px auto 0; }
.product-preview {
  position: relative;
  min-height: 455px;
  padding: 48px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--navy-950);
  box-shadow: 0 28px 58px rgba(15, 23, 42, .2);
  overflow: hidden;
}
.product-preview::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(255,255,255,.04), transparent 60%);
  animation: previewGlow 7s ease-in-out infinite alternate;
  content: "";
}
.demo-screen {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(650px, 72%);
  height: 265px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 12px;
  color: rgba(255,255,255,.72);
  background: rgba(22, 35, 61, .72);
  box-shadow: 0 22px 50px rgba(0,0,0,.18);
  opacity: 0;
  filter: blur(1.7px);
  transform: translate(-50%, calc(-50% + 8px));
  transition: opacity .25s ease, transform .25s ease;
  overflow: hidden;
}
.demo-screen.is-active { opacity: .66; transform: translate(-50%, -50%); }
.demo-toolbar { height: 42px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.055); display: flex; align-items: center; justify-content: space-between; }
.demo-toolbar span { display: flex; gap: 5px; }
.demo-toolbar i { width: 6px; height: 6px; border-radius: 50%; display: block; background: rgba(255,255,255,.16); }
.demo-toolbar small { color: rgba(255,255,255,.34); font-size: .54rem; }
.demo-document { margin: 26px 30px; text-align: left; }
.demo-document-heading { margin-bottom: 20px; display: flex; justify-content: space-between; }
.demo-document-heading span { color: var(--orange-500); font-size: .54rem; font-weight: 700; letter-spacing: .1em; }
.demo-document-heading em { padding: 4px 7px; border-radius: 999px; color: #cfb85a; background: rgba(207,184,90,.1); font-size: .45rem; font-style: normal; }
.demo-document > strong { margin-bottom: 22px; display: block; color: rgba(255,255,255,.68); font-family: var(--font-editorial); font-size: 1.35rem; }
.demo-document > i { width: 38%; height: 5px; margin: 9px 0; border-radius: 4px; display: block; background: rgba(255,255,255,.08); }
.demo-document > i:nth-of-type(2) { width: 62%; }
.demo-document > i:nth-of-type(3) { width: 48%; }
.demo-document-total,
.demo-signature-row { margin-top: 27px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .6rem; }
.demo-document-total b { color: rgba(255,255,255,.68); font-size: 1.1rem; }
.demo-signature-row b { padding: 5px 8px; border-radius: 5px; color: #fff; background: var(--orange-500); font-size: .5rem; }
.play-button {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.play-button:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.18); box-shadow: 0 0 0 10px rgba(255,255,255,.035); transform: scale(1.06); }
.play-button::after {
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  content: "";
}
.preview-caption {
  position: absolute;
  z-index: 3;
  top: calc(50% + 42px);
  left: 50%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}
.preview-caption strong { display: block; font-size: .6rem; }
.preview-caption small { display: block; color: rgba(255,255,255,.36); font-size: .51rem; font-weight: 500; }
.preview-switcher { position: relative; z-index: 4; margin-top: 20px; display: flex; justify-content: center; gap: 9px; }
.preview-switcher button {
  min-width: 100px;
  padding: 10px 15px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #6c7585;
  background: rgba(255,255,255,.55);
  cursor: pointer;
  font-size: .64rem;
  font-weight: 600;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.preview-switcher button:hover { transform: translateY(-2px); }
.preview-switcher button.is-active { border-color: var(--navy-950); color: #fff; background: var(--navy-950); }

@keyframes heroLineIn {
  from { opacity: 0; transform: translateY(22px); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroButtonIn {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes heroAccentIn { to { transform: translateX(-50%) scaleX(1); } }
@keyframes stickerReveal {
  from { opacity: 0; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + 10px), 0) rotate(var(--rotate)) scale(.86); }
  to { opacity: 1; transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(var(--rotate)) scale(1); }
}
@keyframes stickerDrift {
  0%, 100% { opacity: 1; transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(var(--rotate)); }
  50% { opacity: 1; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) - 5px), 0) rotate(calc(var(--rotate) + 1.5deg)); }
}
@keyframes ctaShine {
  0%, 68% { left: -50%; }
  88%, 100% { left: 125%; }
}
@keyframes previewGlow {
  from { background-position: 0% 0%; box-shadow: inset 0 0 70px rgba(51, 92, 160, .03); }
  to { background-position: 100% 100%; box-shadow: inset 0 0 110px rgba(72, 115, 190, .09); }
}
.feature-scroll {
  position: relative;
  height: 200vh;
  background: var(--neu-bg);
}
.feature-sticky {
  --feature-orb-one-y: 0px;
  --feature-orb-two-y: 0px;
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.feature-sticky::before,
.feature-sticky::after {
  position: absolute;
  border: 1px solid rgba(15, 23, 42, .055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  will-change: transform;
}
.feature-sticky::before { width: 360px; height: 360px; top: -170px; right: -80px; transform: translate3d(0, var(--feature-orb-one-y), 0); }
.feature-sticky::after { width: 220px; height: 220px; bottom: -115px; left: -60px; transform: translate3d(0, var(--feature-orb-two-y), 0); }
.feature-panel {
  position: absolute;
  inset: 0;
  padding-block: clamp(62px, 7vh, 90px);
  display: flex;
  align-items: center;
  pointer-events: none;
  will-change: opacity, transform;
}
.feature-panel[data-feature-panel="invoice"] { z-index: 1; pointer-events: auto; }
.feature-panel[data-feature-panel="contract"] { z-index: 2; }
.feature-panel .feature-copy,
.feature-panel .feature-visual {
  will-change: opacity, transform;
}
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .section-kicker { animation: featureKickerIn .5s ease both; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-copy h2 { animation: featureHeadingIn .68s cubic-bezier(.2,.75,.25,1) .06s both; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-copy > p { animation: featureCopyIn .55s ease .16s both; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-list li { animation: featureItemIn .48s ease both; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-list li:nth-child(1) { animation-delay: .2s; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-list li:nth-child(2) { animation-delay: .26s; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-list li:nth-child(3) { animation-delay: .32s; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-list li:nth-child(4) { animation-delay: .38s; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-list li:nth-child(5) { animation-delay: .44s; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .feature-copy > p:last-child { animation: featureButtonIn .48s ease .48s both; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .document-frame { animation: featureDocumentIn .75s cubic-bezier(.2,.8,.2,1) .12s both; }
.feature-scroll.is-stage-visible .feature-panel.is-feature-active .signature-card { animation: featureSignatureIn .55s cubic-bezier(.2,.8,.2,1) .5s both; }
.feature-phase-indicator {
  position: absolute;
  z-index: 5;
  right: clamp(22px, 4vw, 60px);
  bottom: clamp(18px, 3vh, 34px);
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(15, 23, 42, .4);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.feature-phase-indicator span { display: flex; align-items: center; gap: 6px; transition: color .25s ease; }
.feature-phase-indicator span i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; transition: transform .25s ease, background .25s ease; }
.feature-phase-indicator span.is-active { color: var(--navy-950); }
.feature-phase-indicator span.is-active i { background: var(--orange-500); transform: scale(1.35); }
.feature-phase-indicator b { width: 34px; height: 1px; background: rgba(15, 23, 42, .14); }
.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(65px, 10vw, 140px);
}
.feature-contract .feature-copy { order: 2; }
.feature-contract .feature-visual { order: 1; }
.feature-copy h2 { margin-bottom: 22px; }
.feature-copy > p { max-width: 490px; font-size: .82rem; }
.feature-copy > p:last-child { margin: 24px 0 0; }
.feature-visual { position: relative; display: grid; place-items: center; }
.document-frame {
  position: relative;
  width: min(390px, 82%);
  padding: 12px;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--shadow-float);
}
.document-frame img { width: 100%; max-height: 520px; object-fit: contain; }
.document-frame::before {
  position: absolute;
  z-index: -1;
  inset: 28px -50px -28px 50px;
  border-radius: 18px;
  background: rgba(255,255,255,.4);
  content: "";
}
.signature-card {
  position: absolute;
  right: -10px;
  bottom: 30px;
  width: 210px;
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.signature-card small { color: #7d8796; font-size: .55rem; font-weight: 700; letter-spacing: .08em; }
.signature-line { margin: 15px 0 10px; padding-bottom: 8px; border-bottom: 1px solid #d6dae0; color: var(--navy-950); font-family: cursive; font-size: 1.15rem; }
.signature-card button { width: 100%; min-height: 29px; border: 0; border-radius: 6px; color: #fff; background: var(--orange-500); font-size: .56rem; }
@keyframes featureKickerIn {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes featureHeadingIn {
  from { opacity: 0; transform: translateY(22px); filter: blur(4px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes featureCopyIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes featureItemIn {
  from { opacity: 0; transform: translateX(-13px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes featureButtonIn {
  from { opacity: 0; transform: translateY(8px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes featureDocumentIn {
  from { opacity: 0; transform: translateY(28px) rotate(2deg) scale(.94); box-shadow: 0 8px 20px rgba(15,23,42,.05); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); box-shadow: var(--shadow-float); }
}
@keyframes featureSignatureIn {
  from { opacity: 0; transform: translate(16px, 12px) scale(.86); }
  to { opacity: 1; transform: translate(0, 0) scale(1); }
}
.brand-cta {
  padding-block: clamp(100px, 12vw, 175px);
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 50% 0, #1d2d4b 0, var(--navy-950) 58%);
}
.brand-cta h2 { max-width: 820px; margin: 0 auto 30px; color: #fff; }
.brand-cta p { max-width: 510px; margin: 0 auto 28px; color: #aeb8c7; }
.how-it-works { background: var(--neu-bg); }
.how-it-heading { margin-bottom: 28px; text-align: center; }
.how-it-heading .section-kicker { color: var(--navy-950); }
.how-it-heading h2 { margin: 0; color: var(--neu-text); font-size: clamp(1.85rem, 3.5vw, 2.6rem); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.step-card span { color: var(--navy-950); font-family: var(--font-ui); font-size: .85rem; }
.step-card h3 { margin: 0; color: var(--neu-text); }
.step-card p { margin: 0; color: var(--text-secondary); font-size: .7rem; }
.pricing-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 107, 24, .06), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(16, 27, 49, .05), transparent 26%),
    linear-gradient(180deg, #fbfaf6 0%, #fff 48%, #f7f8fa 100%);
  overflow: hidden;
}
.pricing-heading { margin-bottom: 28px; text-align: center; }
.pricing-heading h2 { margin-bottom: 14px; }
.pricing-heading p { max-width: 620px; margin-inline: auto; }
.currency-toggle {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 48px;
  padding: 5px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  gap: 4px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}
.currency-toggle button {
  min-height: 42px;
  padding: 0 18px 0 10px;
  border: 0;
  border-radius: 999px;
  color: #526074;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-size: .62rem;
  font-weight: 600;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}
.currency-toggle button > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: #94a0b2;
  display: grid;
  place-items: center;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.currency-toggle button[data-currency="AUD"] > span { background: #1f6b4a; }
.currency-toggle button[data-currency="NZD"] > span { background: #1f4f86; }
.currency-toggle button:hover { color: var(--navy-950); background: rgba(15, 23, 42, .04); }
.currency-toggle button.is-active {
  color: #fff;
  background: var(--navy-950);
  box-shadow: 0 8px 18px rgba(9, 19, 38, .16);
}
.currency-toggle button.is-active > span {
  color: var(--navy-950);
  background: #fff;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 28px 28px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pricing-card:hover {
  border-color: rgba(255, 107, 24, .28);
  box-shadow: 0 20px 44px rgba(15, 23, 42, .08);
  transform: translateY(-4px);
}
.pricing-card.popular {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 107, 24, .22), transparent 36%),
    linear-gradient(165deg, #16233d 0%, #0b1528 58%, #091326 100%);
  box-shadow: 0 28px 60px rgba(9, 19, 38, .28);
  transform: translateY(-8px);
}
.pricing-card.popular:hover {
  border-color: transparent;
  box-shadow: 0 34px 70px rgba(9, 19, 38, .34);
  transform: translateY(-10px);
}
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff7a2d, var(--orange-500));
  box-shadow: 0 8px 18px rgba(255, 107, 24, .28);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .1em;
  transform: translateX(-50%);
  white-space: nowrap;
}
.pricing-card-top { min-height: 118px; }
.plan-tier {
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  color: #5b687c;
  background: #f4f6f8;
  display: inline-flex;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pricing-card.popular .plan-tier {
  border-color: rgba(255, 107, 24, .35);
  color: #ffb48a;
  background: rgba(255, 107, 24, .12);
}
.pricing-card h3 { margin-bottom: 10px; font-size: clamp(1.55rem, 2vw, 1.85rem); }
.pricing-card.popular h3 { color: #fff; }
.pricing-card-top > p { margin: 0; max-width: 28ch; font-size: .68rem; line-height: 1.55; }
.pricing-card.popular .pricing-card-top > p { color: #b7c1d0; }
.price {
  margin: 8px 0 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  color: var(--navy-950);
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.pricing-card.popular .price { border-color: rgba(255, 255, 255, .12); color: #fff; }
.price strong {
  font-family: var(--font-editorial);
  font-size: clamp(2.8rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.04em;
}
.price > span,
.price strong > span { white-space: nowrap; }
.price > span.price-updating,
.price strong > span.price-updating { display: inline-block; animation: priceChange .28s ease; }
.price small {
  color: #7a8699;
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 600;
}
.pricing-card.popular .price small { color: #a8b3c4; }
.pricing-card .button {
  width: 100%;
  margin: 0 0 24px;
  min-height: 46px;
  font-size: .7rem;
  letter-spacing: .04em;
}
.pricing-card .button-navy {
  background: var(--navy-950);
  box-shadow: 0 10px 22px rgba(9, 19, 38, .14);
}
.pricing-card .button-navy:hover { background: #15233e; }
.pricing-card.popular .button-orange {
  box-shadow: 0 12px 28px rgba(255, 107, 24, .28);
}
.plan-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
  flex: 1;
}
.plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #465468;
  font-size: .66rem;
  line-height: 1.45;
}
.pricing-card.popular .plan-list li { color: #c5cedb; }
.plan-list li::before {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--orange-600);
  background: rgba(255, 107, 24, .12);
  display: grid;
  place-items: center;
  content: "✓";
  flex: 0 0 auto;
  font-size: .58rem;
  font-weight: 800;
}
.pricing-card.popular .plan-list li::before {
  color: #ff9a5d;
  background: rgba(255, 107, 24, .16);
}
.pricing-note {
  margin: 34px auto 0;
  max-width: 520px;
  color: #7d8798;
  text-align: center;
  font-size: .6rem;
  line-height: 1.55;
}
@keyframes priceChange {
  from { opacity: .25; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
.businesses {
  position: relative;
  background:
    radial-gradient(circle at 8% 12%, rgba(31, 107, 74, .07), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(31, 79, 134, .08), transparent 28%),
    linear-gradient(180deg, #f7f4ec 0%, #fbf9ef 42%, #fff 100%);
  overflow: hidden;
}
.businesses-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.businesses-heading h2 { margin-bottom: 14px; }
.businesses-heading p { margin-inline: auto; }
.market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}
.market-card {
  padding: 28px 28px 26px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .05);
}
.market-card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.market-badge {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.market-card-au .market-badge { background: #1f6b4a; }
.market-card-nz .market-badge { background: #1f4f86; }
.market-card-top h3 {
  margin: 2px 0 6px;
  color: var(--navy-950);
  font-size: 1.35rem;
}
.market-card-top p {
  margin: 0;
  color: #667085;
  font-size: .68rem;
  line-height: 1.45;
}
.market-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.market-points li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #384257;
  font-size: .72rem;
  line-height: 1.45;
}
.market-points i {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: .58rem;
  font-weight: 700;
}
.market-card-au .market-points i { background: #1f6b4a; }
.market-card-nz .market-points i { background: #1f4f86; }
.market-points strong { color: var(--navy-950); font-weight: 700; }
.team-workflows {
  margin-top: 8px;
}
.team-workflows-heading {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
}
.team-workflows-heading h3 {
  margin: 0 0 12px;
  color: var(--navy-950);
  font-family: var(--font-editorial);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1.05;
}
.team-workflows-heading p {
  margin: 0 auto;
  max-width: 46ch;
  color: var(--text-secondary);
  font-size: .78rem;
  line-height: 1.55;
}
.team-workflows-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}
.team-workflows-nav button {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  padding: 11px 16px;
  background: rgba(255, 255, 255, .72);
  color: #425066;
  font-size: .66rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.team-workflows-nav button:hover {
  border-color: rgba(255, 107, 24, .45);
  color: var(--navy-950);
}
.team-workflows-nav button.is-active {
  border-color: transparent;
  background: var(--navy-950);
  color: #fff;
  transform: translateY(-1px);
}
.team-workflows-stage {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 107, 24, .22), transparent 34%),
    linear-gradient(145deg, #0d1628 0%, #16233d 55%, #101b31 100%);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .22);
}
.team-panel {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
}
.team-panel.is-active {
  display: grid;
  animation: team-panel-in .35s ease;
}
.team-panel-eyebrow {
  margin: 0 0 14px;
  color: #ff9a5a;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.team-panel-copy h4 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-editorial);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
}
.team-panel-copy > p {
  margin: 0 0 22px;
  max-width: 42ch;
  color: #b7c0cf;
  font-size: .78rem;
  line-height: 1.6;
}
.team-panel-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.team-panel-copy li {
  position: relative;
  padding-left: 18px;
  color: #e8edf5;
  font-size: .7rem;
  line-height: 1.45;
}
.team-panel-copy li::before {
  position: absolute;
  left: 0;
  top: .45em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-500);
  content: "";
}
.team-panel-docs {
  position: relative;
  min-height: 260px;
}
.team-doc {
  position: absolute;
  width: min(220px, 78%);
  padding: 18px 16px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .28);
  display: grid;
  gap: 8px;
}
.team-doc span {
  color: var(--orange-600);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.team-doc strong {
  color: var(--navy-950);
  font-size: .92rem;
  line-height: 1.15;
}
.team-doc em {
  color: #667085;
  font-style: normal;
  font-size: .58rem;
}
.team-doc b {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: var(--navy-950);
  font-size: .95rem;
}
.team-doc-invoice {
  top: 18px;
  left: 0;
  z-index: 2;
  transform: rotate(-3.5deg);
}
.team-doc-contract {
  right: 4%;
  bottom: 8px;
  z-index: 1;
  background: linear-gradient(180deg, #fff 0%, #f7f2ea 100%);
  transform: rotate(4deg);
}
.team-doc-contract b {
  color: var(--orange-600);
  font-size: .72rem;
  font-weight: 700;
}
@keyframes team-panel-in {
  from { opacity: .35; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.final-cta {
  position: relative;
  padding: clamp(72px, 9vw, 118px) 0;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 107, 24, .1), transparent 26%),
    radial-gradient(circle at 6% 70%, rgba(31, 107, 74, .08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f4f0e6 100%);
  overflow: hidden;
}
.final-cta::before {
  position: absolute;
  inset: auto -8% -18% auto;
  width: min(48vw, 520px);
  height: min(48vw, 520px);
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.final-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.final-cta-main {
  position: relative;
  padding: clamp(38px, 5vw, 58px);
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 107, 24, .18), transparent 40%),
    linear-gradient(160deg, #091326 0%, #15233d 58%, #101b31 100%);
  box-shadow: 0 28px 70px rgba(9, 19, 38, .22);
}
.final-cta-main::before {
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange-500), #ffb07a);
  content: "";
}
.final-cta-main::after {
  position: absolute;
  right: -40px;
  top: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 24, .28), transparent 70%);
  content: "";
  pointer-events: none;
}
.final-cta-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 154, 90, .35);
  border-radius: 999px;
  color: #ffb07a;
  background: rgba(255, 107, 24, .1);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.final-cta-kicker::before { display: none; }
.final-cta-main h2 {
  position: relative;
  max-width: 11ch;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.25rem, 4.8vw, 3.55rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.final-cta-main > p {
  position: relative;
  max-width: 40ch;
  margin: 0 0 28px;
  color: #c0cad8;
  font-size: .8rem;
  line-height: 1.65;
}
.final-cta-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.final-cta-main .button-orange {
  min-height: 46px;
  padding-inline: 20px;
  box-shadow: 0 14px 32px rgba(255, 107, 24, .4);
}
.final-cta-main .button-light {
  min-height: 46px;
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(8px);
}
.final-cta-main .button-light:hover {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .12);
}
.final-cta-support {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8f9bb0;
  font-size: .58rem;
}
.final-cta-support a {
  color: #e8eef8;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 24, .55);
  padding-bottom: 1px;
}
.final-cta-support a:hover { color: #fff; }
.final-cta-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(8px, 1.5vw, 12px) 0;
  background: transparent;
  border: 0;
}
.final-cta-side h3 {
  margin: 0 0 6px;
  color: var(--navy-950);
  font-family: var(--font-editorial);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  line-height: 1.1;
}
.final-cta-side > p {
  margin: 0 0 22px;
  max-width: 34ch;
  color: #667085;
  font-size: .7rem;
  line-height: 1.5;
}
.final-cta-list {
  position: relative;
  margin: 0;
  padding: 0 0 0 2px;
  list-style: none;
  display: grid;
  gap: 12px;
}
.final-cta-list::before {
  position: absolute;
  left: 17px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 107, 24, .55), rgba(31, 107, 74, .45));
  content: "";
}
.final-cta-list li {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px 14px 8px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  backdrop-filter: blur(6px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.final-cta-list li:hover {
  transform: translateX(4px);
  border-color: rgba(255, 107, 24, .28);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.final-cta-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy-950);
  font-size: .74rem;
}
.final-cta-list span {
  color: #5b6678;
  font-size: .62rem;
  line-height: 1.45;
}
.final-cta-list i {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy-950);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: .62rem;
  font-weight: 800;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .9);
}
.final-cta-list li:nth-child(2) i { background: var(--orange-500); }
.final-cta-list li:nth-child(3) i { background: #1f6b4a; }
.template-page-cta .final-cta-card { width: auto; margin-inline: 0; }
.page-hero {
  padding: clamp(128px, 11vw, 158px) 0 clamp(75px, 8vw, 120px);
  border-bottom: 1px solid var(--border);
}
.back-link { margin-bottom: 34px; display: inline-block; color: #4c5668; font-size: .62rem; font-weight: 600; }
.page-hero h1 { max-width: 780px; margin: 0 0 25px; font-size: clamp(3.2rem, 5.5vw, 4.7rem); }
.page-hero .section-copy { margin-bottom: 28px; }
.hero-highlights { max-width: 950px; margin: 28px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px; }
.hero-highlights span { color: #4f596c; font-size: .66rem; }
.hero-highlights span::before { margin-right: 8px; color: var(--orange-500); content: "⊙"; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.templates-section { background: #fff; }
.templates-heading {
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.templates-heading h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.templates-heading p { max-width: 620px; margin: 0; font-size: .72rem; }
.templates-heading small { color: #7c8594; font-size: .6rem; white-space: nowrap; }
.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.template-card {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: var(--cream);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.template-card:hover { border-color: rgba(255,107,24,.28); box-shadow: var(--shadow-card); transform: translateY(-4px); }
.template-preview {
  height: 310px;
  padding: 15px;
  border-bottom: 1px solid var(--border);
  display: grid;
  place-items: center;
  background: #f0efe8;
  overflow: hidden;
}
.template-preview img { width: 100%; height: 100%; object-fit: contain; }
.template-card-content { padding: 19px; }
.template-card-content h3 { min-height: 42px; margin-bottom: 9px; }
.template-card-content p { min-height: 42px; margin-bottom: 14px; font-size: .63rem; line-height: 1.55; }
.tag-row { min-height: 28px; margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 5px; }
.tag-row span { padding: 4px 7px; border-radius: 999px; color: #667085; background: rgba(15,23,42,.055); font-size: .49rem; font-weight: 600; }
.template-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.invoice-mock {
  width: 82%;
  height: 100%;
  padding: 18px;
  color: #111827;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.09);
}
.invoice-mock-head { padding-bottom: 15px; border-bottom: 5px solid var(--orange-500); display: flex; justify-content: space-between; font-size: .58rem; font-weight: 800; }
.invoice-mock-lines { margin-top: 25px; display: grid; gap: 10px; }
.invoice-mock-lines i { height: 5px; border-radius: 5px; display: block; background: #d9dde3; }
.invoice-mock-lines i:nth-child(2) { width: 75%; }
.invoice-mock-lines i:nth-child(3) { width: 89%; }
.invoice-mock-total { width: 45%; height: 24px; margin: 55px 0 0 auto; border-top: 3px solid var(--navy-950); background: #f1f3f5; }
.contract-preview { height: 175px; padding: 22px; background: var(--navy-950); }
.contract-icon {
  width: 46px;
  height: 46px;
  margin: 36px auto 0;
  border: 1px solid rgba(255,107,24,.28);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--orange-500);
  background: rgba(255,107,24,.08);
  font-family: var(--font-editorial);
  font-size: 1.3rem;
}
.contract-card .template-card-content { background: var(--cream); }
.template-page-cta { background: var(--cream); }
.template-page-cta .final-cta-card { width: auto; margin-inline: 0; }
.invoice-page-hero {
  text-align: center;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 107, 24, .12), transparent 32%),
    linear-gradient(180deg, #fbf9ef 0%, #fff 100%);
}
.invoice-page-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.invoice-page-hero .section-kicker { justify-content: center; }
.invoice-page-hero h1 {
  max-width: 14ch;
  margin-inline: auto;
}
.invoice-page-hero .section-copy {
  max-width: 46ch;
  margin-inline: auto;
}
.invoice-page-hero .hero-actions {
  justify-content: center;
}
.invoice-showcase-section {
  background: var(--neu-bg);
  padding-block: clamp(48px, 6vw, 72px);
}
.invoice-showcase-heading {
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
}
.invoice-showcase-heading h2 {
  margin: 0 0 8px;
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
}
.invoice-showcase-heading p {
  margin: 0 auto;
  max-width: 46ch;
  font-size: .78rem;
}
.invoice-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1080px;
  margin-inline: auto;
}
.invoice-showcase {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-raised);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 0;
}
.invoice-showcase:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-raised);
}
.invoice-showcase-visual {
  padding: 0;
  background: transparent;
  display: block;
  overflow: hidden;
  min-height: 0;
  line-height: 0;
}
.invoice-showcase-visual img {
  width: 100%;
  max-height: none;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top center;
  filter: none;
  transition: transform .25s ease;
}
.invoice-showcase:hover .invoice-showcase-visual img {
  transform: scale(1.015);
}
.invoice-showcase-copy {
  padding: 18px 22px 22px;
  display: grid;
  gap: 8px;
  align-content: start;
}
.invoice-showcase-index {
  color: var(--orange-600);
  font-family: var(--font-ui);
  font-size: .72rem;
  font-weight: 800;
}
.invoice-showcase-copy h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: 1.15rem;
}
.invoice-showcase-copy > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: .7rem;
  line-height: 1.5;
}
.invoice-showcase-copy ul {
  margin: 2px 0 4px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.invoice-showcase-copy li {
  position: relative;
  padding-left: 14px;
  color: var(--navy-850);
  font-size: .64rem;
  line-height: 1.4;
}
.invoice-showcase-copy li::before {
  position: absolute;
  left: 0;
  top: .4em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange-500);
  content: "";
}
.invoice-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.contract-page-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 79, 134, .1), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 107, 24, .1), transparent 32%),
    linear-gradient(180deg, #fbf9ef 0%, #fff 100%);
}
.contract-showcase-visual {
  background: transparent;
  min-height: 0;
  padding: 0;
}
.pricing-page-section {
  padding-top: 0;
  background: var(--neu-bg);
}
.pricing-page-section .page-main-heading {
  padding-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.pricing-page-section .page-main-heading p {
  margin-inline: auto;
  max-width: 48ch;
}
.pricing-page-section .invoice-showcase-heading { margin-bottom: 20px; }
.pricing-page-section .currency-toggle {
  margin-bottom: 24px;
  margin-inline: auto;
}
.live-demo-section {
  background: var(--neu-bg);
}
.live-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(20px, 3vw, 28px);
  align-items: start;
}
.live-demo-form {
  padding: 28px 26px 24px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  display: grid;
  gap: 18px;
}
.live-demo-fields {
  display: grid;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 18px;
  background: #f4f5f7;
}
.live-field {
  display: grid;
  gap: 7px;
}
.live-field span {
  color: #0d2750;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.live-demo-form .input,
.live-demo-form input,
.live-demo-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  color: var(--navy-950);
  background: #eef0f3;
  box-shadow:
    inset 5px 5px 10px rgba(13, 39, 80, .07),
    inset -5px -5px 10px rgba(255, 255, 255, .85);
  font: inherit;
  font-size: .8rem;
}
.live-demo-form .input:focus,
.live-demo-form input:focus,
.live-demo-form select:focus {
  outline: none;
  background: #fff;
  box-shadow:
    inset 4px 4px 8px rgba(13, 39, 80, .05),
    0 0 0 3px rgba(255, 107, 24, .18);
}
.live-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.live-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
.live-demo-note {
  margin: 0;
  color: #9aa3af;
  font-size: .58rem;
  line-height: 1.45;
}
.live-demo-preview {
  position: sticky;
  top: 96px;
  min-height: 100%;
  display: grid;
  place-items: start stretch;
}
.live-doc {
  width: 100%;
  padding: 26px 24px 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  display: grid;
  gap: 18px;
}
.live-doc-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--orange-500);
}
.live-doc-head strong {
  color: var(--navy-950);
  font-size: .72rem;
  letter-spacing: .08em;
}
.live-doc-head span {
  color: var(--orange-600);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.live-doc-meta {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}
.live-doc-meta small {
  display: block;
  margin-bottom: 4px;
  color: #8a93a3;
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.live-doc-meta b {
  display: block;
  color: var(--navy-950);
  font-size: .78rem;
  line-height: 1.25;
}
.live-doc-meta em {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-style: normal;
  font-size: .58rem;
  line-height: 1.35;
}
.live-doc-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.live-doc-line span {
  color: #425066;
  font-size: .66rem;
  line-height: 1.4;
}
.live-doc-line strong {
  color: var(--navy-950);
  font-size: .72rem;
  white-space: nowrap;
}
.live-doc-totals {
  display: grid;
  gap: 8px;
}
.live-doc-totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #667085;
  font-size: .62rem;
}
.live-doc-totals b { color: var(--navy-950); }
.live-doc-totals .is-total {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 2px solid var(--navy-950);
  color: var(--navy-950);
  font-weight: 700;
  font-size: .78rem;
}
.live-doc-title {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--font-editorial);
  font-size: 1.15rem;
  line-height: 1.15;
}
.live-doc-contract .live-doc-head { border-bottom-color: var(--navy-950); }
.live-doc-sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f1ea;
}
.live-doc-sign span {
  color: #667085;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.live-doc-sign strong {
  color: var(--orange-600);
  font-size: .72rem;
}
.page-info-section { background: #fff; }
.page-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.page-info-card {
  padding: 26px 24px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fbf9ef 100%);
}
.page-info-index {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--orange-500);
  font-family: var(--font-editorial);
  font-size: 1.05rem;
  font-weight: 700;
}
.page-info-card h3 {
  margin: 0 0 10px;
  color: var(--navy-950);
  font-size: 1.15rem;
}
.page-info-card > p {
  margin: 0 0 16px;
  color: #5b6678;
  font-size: .7rem;
  line-height: 1.55;
}
.page-info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.page-info-card li {
  position: relative;
  padding-left: 16px;
  color: #384257;
  font-size: .64rem;
  line-height: 1.45;
}
.page-info-card li::before {
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-500);
  content: "";
}
