:root {
  --navy: #050816;
  --navy-2: #101a3b;
  --blue: #2dd4ff;
  --blue-2: #7c5cff;
  --sky: #162241;
  --mint: #00f5c8;
  --mint-soft: #102f34;
  --gold: #ff4ecd;
  --gold-soft: #301737;
  --ink: #eef7ff;
  --muted: #aab8cf;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #080d1d;
  --cream: #101629;
  --white: #ffffff;
  --warning: #ff7a3d;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 18px 58px rgba(0, 0, 0, 0.28);
  --ring: 0 0 0 4px rgba(45, 212, 255, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 78, 205, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(0, 245, 200, 0.14), transparent 30rem),
    radial-gradient(circle at 50% 45%, rgba(45, 212, 255, 0.09), transparent 36rem),
    linear-gradient(180deg, #050816 0%, #080d1d 45%, #050816 100%);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  color: var(--white);
  background: var(--blue);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px 12px 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(15, 23, 48, 0.9), rgba(8, 13, 29, 0.74));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px) saturate(1.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 950;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.9), transparent 0.35rem),
    linear-gradient(135deg, var(--gold), var(--blue), var(--mint));
  box-shadow: 0 12px 30px rgba(45, 212, 255, 0.26);
}

.brand-mark::after {
  position: absolute;
  inset: 8px;
  content: "";
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    -8px 0 0 -3px var(--white),
    8px 0 0 -3px var(--white),
    0 -8px 0 -3px var(--white),
    0 8px 0 -3px var(--white);
}

.site-nav {
  display: flex;
  gap: clamp(14px, 2.5vw, 30px);
  color: rgba(238, 247, 255, 0.74);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--mint));
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.button,
.nav-cta,
.mobile-sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.nav-cta:hover,
.mobile-sticky-cta:hover {
  transform: translateY(-2px);
}

.button.primary,
.nav-cta,
.mobile-sticky-cta {
  color: #04101d;
  background:
    linear-gradient(135deg, var(--blue), var(--mint));
  box-shadow:
    0 14px 38px rgba(45, 212, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.panel .button.secondary,
.calculator-card .button.secondary,
.lead-form .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  margin-top: -84px;
  padding: 188px clamp(20px, 5vw, 72px) 110px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 22%, rgba(0, 245, 200, 0.26), transparent 22rem),
    radial-gradient(circle at 18% 18%, rgba(255, 78, 205, 0.24), transparent 24rem),
    radial-gradient(circle at 58% 18%, rgba(45, 212, 255, 0.16), transparent 26rem),
    linear-gradient(105deg, rgba(5, 8, 22, 0.98) 0%, rgba(5, 8, 22, 0.88) 43%, rgba(5, 8, 22, 0.5) 100%),
    url("assets/dentist-hero-bg.png") center right / cover,
    linear-gradient(135deg, var(--navy) 0%, #0b2a52 50%, #0f4c7f 100%);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 82%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 8, 22, 0.98));
}

.hero-copy {
  max-width: 790px;
}

.hero-badge,
.section-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.15rem, 6.7vw, 6.45rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.18rem, 4.6vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.095);
  backdrop-filter: blur(14px);
  font-size: 0.9rem;
  font-weight: 800;
}

.dashboard-mockup {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(17, 26, 54, 0.94), rgba(8, 13, 29, 0.92));
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--ink);
  backdrop-filter: blur(20px);
}

.dashboard-mockup::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 78, 205, 0.5), rgba(45, 212, 255, 0.25), rgba(0, 245, 200, 0.3));
}

.mockup-header,
.call-alert,
.recovery-flow li,
.revenue-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mockup-header {
  margin-bottom: 22px;
}

.mockup-header strong,
.mockup-header span,
.call-alert strong,
.call-alert small,
.recovery-flow strong,
.recovery-flow small {
  display: block;
}

.mockup-header span,
.call-alert small,
.recovery-flow small,
.revenue-card span {
  color: var(--muted);
}

.status-pill {
  padding: 8px 12px;
  border-radius: 999px;
  color: #04101d;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  font-weight: 900;
}

.call-alert {
  padding: 17px;
  border: 1px solid rgba(255, 122, 61, 0.32);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 122, 61, 0.15), rgba(255, 255, 255, 0.055));
  box-shadow: 0 14px 28px rgba(255, 122, 89, 0.1);
}

.call-alert b {
  color: var(--warning);
}

.recovery-flow {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.recovery-flow li {
  justify-content: flex-start;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 28px rgba(6, 26, 51, 0.045);
}

.flow-dot {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 6px var(--mint-soft);
}

.flow-dot.booked {
  background: var(--gold);
  box-shadow: 0 0 0 6px var(--sky);
}

.revenue-card {
  padding: 18px;
  border-radius: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.22), transparent 4rem),
    linear-gradient(135deg, var(--gold), var(--blue), var(--mint));
  box-shadow: 0 18px 40px rgba(45, 212, 255, 0.2);
}

.revenue-card strong {
  font-size: 2rem;
}

.metric-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 32px));
  margin: -54px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 32px;
  background: rgba(13, 21, 44, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.metric-strip div {
  padding: 24px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip strong {
  display: block;
  color: var(--white);
  font-size: 1.3rem;
}

.metric-strip span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(78px, 9vw, 128px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 970px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
}

.pain-section,
.results-section,
.trust-section,
.faq-section {
  background: var(--paper);
}

.pain-section {
  background:
    linear-gradient(rgba(5, 8, 22, 0.88), rgba(5, 8, 22, 0.96)),
    url("assets/waiting-room-bg.png") center top / cover;
}

.features-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(0, 245, 200, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(255, 78, 205, 0.14), transparent 22rem),
    linear-gradient(rgba(5, 8, 22, 0.92), rgba(5, 8, 22, 0.97)),
    url("assets/dental-clinic-bg.png") center / cover;
}

.scenario-grid,
.feature-grid,
.results-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.scenario-card,
.feature-card,
.step-card,
.result-card,
.trust-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.scenario-card:hover,
.feature-card:hover,
.step-card:hover,
.result-card:hover,
.trust-grid article:hover,
.faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 212, 255, 0.38);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36), 0 0 34px rgba(45, 212, 255, 0.08);
}

.scenario-card,
.feature-card,
.step-card,
.trust-grid article {
  padding: 26px;
}

.scenario-card p,
.feature-card p,
.step-card p,
.trust-grid p,
.result-card span,
.benefit-list {
  color: var(--muted);
}

.icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(45, 212, 255, 0.16), rgba(124, 92, 255, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 24px rgba(45, 212, 255, 0.09);
}

.icon::before,
.icon::after {
  position: absolute;
  content: "";
}

.phone-icon::before {
  width: 19px;
  height: 25px;
  border: 3px solid var(--blue);
  border-radius: 8px;
  transform: rotate(-22deg);
}

.phone-icon::after {
  width: 8px;
  height: 3px;
  border-radius: 4px;
  background: var(--blue);
  transform: translateY(8px) rotate(-22deg);
}

.desk-icon::before,
.calendar-icon::before,
.crm-icon::before {
  width: 24px;
  height: 18px;
  border: 3px solid var(--blue);
  border-radius: 5px;
}

.break-icon::before,
.timer-icon::before {
  width: 23px;
  height: 23px;
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.break-icon::after,
.timer-icon::after {
  width: 3px;
  height: 11px;
  background: var(--blue);
}

.chair-icon::before {
  width: 24px;
  height: 14px;
  border: 3px solid var(--blue);
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.volume-icon::before,
.sms-icon::before {
  width: 25px;
  height: 18px;
  border: 3px solid var(--blue);
  border-radius: 8px;
}

.volume-icon::after,
.sms-icon::after {
  width: 8px;
  height: 8px;
  border-left: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  transform: translate(-6px, 11px) rotate(-24deg);
}

.moon-icon::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: -8px 0 0 0 var(--blue);
  transform: translateX(6px);
}

.exit-icon::before,
.team-icon::before {
  width: 24px;
  height: 24px;
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.exit-icon::after,
.team-icon::after {
  width: 24px;
  height: 10px;
  border: 3px solid var(--blue);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  transform: translateY(12px);
}

.chart-icon::before,
.analytics-icon::before {
  width: 27px;
  height: 22px;
  border-left: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
}

.chart-icon::after,
.analytics-icon::after {
  width: 20px;
  height: 12px;
  border-top: 3px solid var(--mint);
  border-right: 3px solid var(--mint);
  transform: rotate(-18deg);
}

.priority-icon::before {
  width: 25px;
  height: 25px;
  border: 3px solid var(--warning);
  border-radius: 50%;
}

.priority-icon::after {
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: var(--warning);
  box-shadow: 0 20px 0 -1px var(--warning);
}

.transcript-icon::before {
  width: 24px;
  height: 28px;
  border: 3px solid var(--blue);
  border-radius: 6px;
}

.transcript-icon::after {
  width: 14px;
  height: 3px;
  border-radius: 4px;
  background: var(--mint);
  box-shadow:
    0 8px 0 var(--mint),
    0 16px 0 var(--mint);
}

.route-icon::before {
  width: 26px;
  height: 18px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  border-radius: 0 10px 0 0;
}

.route-icon::after {
  width: 9px;
  height: 9px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: translate(10px, -8px) rotate(45deg);
}

.language-icon::before {
  width: 26px;
  height: 22px;
  border: 3px solid var(--blue);
  border-radius: 7px;
}

.language-icon::after {
  width: 17px;
  height: 3px;
  border-radius: 4px;
  background: var(--mint);
  box-shadow: 0 8px 0 var(--mint);
}

.source-icon::before {
  width: 25px;
  height: 25px;
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.source-icon::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow:
    -14px 9px 0 -1px var(--mint),
    14px 9px 0 -1px var(--mint);
}

.calculator-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 245, 200, 0.18), transparent 23rem),
    radial-gradient(circle at 12% 82%, rgba(255, 78, 205, 0.16), transparent 24rem),
    linear-gradient(135deg, #050816, #101a3b);
  color: var(--white);
}

.calculator-wrap,
.demo-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.calculator-copy p,
.demo-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
}

.calculator-card,
.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 26, 54, 0.96), rgba(8, 13, 29, 0.96));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 850;
}

input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

input:focus {
  outline: none;
  border-color: rgba(45, 212, 255, 0.58);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--ring);
}

.loss-results {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.loss-results div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(45, 212, 255, 0.11), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.loss-results span {
  color: var(--muted);
  font-weight: 800;
}

.loss-results strong {
  color: var(--blue);
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  border-radius: 16px;
  color: var(--gold);
  background: rgba(45, 212, 255, 0.13);
  font-size: 1rem;
  font-weight: 950;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-card {
  padding: 30px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0, 245, 200, 0.14), transparent 5rem),
    radial-gradient(circle at 8% 12%, rgba(255, 78, 205, 0.12), transparent 5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.result-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.55rem;
}

.benefit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(980px, 100%);
  padding: 0;
  margin: 28px auto 0;
  list-style: none;
}

.benefit-list li,
.use-case-grid span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 22px rgba(6, 26, 51, 0.045);
  font-weight: 850;
}

.use-case-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.use-case-grid span {
  color: var(--white);
  background: var(--sky);
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(5, 8, 22, 0.95), rgba(16, 26, 59, 0.88)),
    url("assets/recovery-network-bg.png") center / cover,
    radial-gradient(circle at 8% 16%, rgba(0, 245, 200, 0.28), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.trust-panel p {
  color: rgba(255, 255, 255, 0.78);
}

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

.trust-grid article {
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.trust-grid article h3 {
  color: var(--ink);
}

.trust-grid article p {
  color: var(--muted);
}

.demo-section {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(5, 8, 22, 0.94), rgba(16, 26, 59, 0.9)),
    url("assets/recovery-network-bg.png") center / cover,
    radial-gradient(circle at 14% 18%, rgba(0, 245, 200, 0.22), transparent 28%),
    radial-gradient(circle at 84% 28%, rgba(255, 78, 205, 0.18), transparent 28%),
    linear-gradient(135deg, var(--navy) 0%, #101a3b 100%);
}

.demo-section::before {
  position: absolute;
  inset: 24px clamp(20px, 5vw, 72px);
  z-index: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
}

.demo-copy,
.lead-form {
  position: relative;
  z-index: 1;
}

.demo-section h2 {
  max-width: 680px;
}

.lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-summary,
.slot-picker,
.lead-form label:nth-of-type(n + 5),
.lead-form button,
.form-status,
.demo-confirmation {
  grid-column: 1 / -1;
}

.demo-agenda {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.demo-agenda div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  max-width: 520px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.demo-agenda strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #06345b;
  background: var(--white);
}

.demo-agenda span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.booking-summary {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(45, 212, 255, 0.2);
  border-radius: 20px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(45, 212, 255, 0.12), rgba(0, 245, 200, 0.1)),
    rgba(255, 255, 255, 0.76);
}

.booking-summary span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-summary strong {
  font-size: 1.05rem;
}

.slot-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  padding: 0;
  border: 0;
}

.slot-picker legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-weight: 850;
}

.slot-picker label {
  display: block;
  cursor: pointer;
}

.slot-picker input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.slot-picker span {
  display: grid;
  gap: 3px;
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.slot-picker b {
  font-size: 1.05rem;
}

.slot-picker small {
  align-self: end;
  color: var(--muted);
  font-weight: 850;
}

.slot-picker input:checked + span {
  border-color: rgba(11, 124, 255, 0.48);
  box-shadow: var(--ring);
  transform: translateY(-2px);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #13795f;
  font-weight: 850;
}

.form-status[data-type="error"] {
  color: var(--warning);
}

.demo-confirmation {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(24, 199, 154, 0.28);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.demo-confirmation[hidden] {
  display: none;
}

.demo-confirmation strong,
.demo-confirmation span {
  display: block;
}

.demo-confirmation span {
  color: var(--muted);
  font-size: 0.95rem;
}

.demo-confirmation .confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.demo-confirmation .button {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 14px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq-list details {
  padding: 22px 26px;
}

.faq-list summary {
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  margin-top: -84px;
  padding: 170px clamp(20px, 5vw, 72px) 80px;
  background:
    linear-gradient(105deg, rgba(6, 26, 51, 0.95), rgba(11, 45, 84, 0.76)),
    url("assets/dental-clinic-bg.png") center / cover;
  color: var(--white);
}

.contact-copy h1 {
  max-width: 930px;
  font-size: clamp(2.65rem, 5.8vw, 5.2rem);
  line-height: 1.02;
}

.contact-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a,
.contact-methods span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.contact-preview {
  position: relative;
}

.contact-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 34px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
}

.meeting-card {
  position: absolute;
  right: clamp(14px, 3vw, 30px);
  bottom: clamp(14px, 3vw, 30px);
  width: min(330px, 86%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(13, 21, 44, 0.92);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.meeting-card strong,
.meeting-card span,
.meeting-card a {
  display: block;
}

.meeting-card span {
  margin: 7px 0 15px;
  color: var(--muted);
}

.meeting-card a {
  width: max-content;
  padding: 9px 14px;
  border-radius: 999px;
  color: #04101d;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  font-weight: 950;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 26px;
  padding: clamp(60px, 8vw, 104px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.panel,
.review {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-soft);
}

.panel {
  padding: clamp(24px, 4vw, 36px);
}

.panel-copy {
  margin-bottom: 22px;
  color: var(--muted);
}

.contact-form,
.review-form {
  display: grid;
  gap: 16px;
}

select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(45, 212, 255, 0.58);
  box-shadow: var(--ring);
}

.reviews {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.review {
  padding: 18px;
}

.review strong {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.review small {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 850;
}

.review p {
  margin-bottom: 0;
  color: var(--muted);
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
}

.chat-toggle {
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #04101d;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  box-shadow: 0 16px 38px rgba(45, 212, 255, 0.26);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.chat-panel {
  width: min(410px, calc(100vw - 32px));
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.chat-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.chat-header span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.chat-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.chat-header button {
  border: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

#chat-reset {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

#chat-close {
  font-size: 1.5rem;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow-y: auto;
  padding: 16px;
}

.chat-message {
  max-width: 88%;
  padding: 11px 13px;
  border-radius: 18px;
  font-size: 0.94rem;
}

.chat-message.bot {
  justify-self: start;
  background: var(--sky);
}

.chat-message.pending {
  color: var(--muted);
  font-style: italic;
}

.chat-message.user {
  justify-self: end;
  color: var(--white);
  background: var(--gold);
}

.chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 12px;
}

.chat-actions button {
  flex: 1 1 calc(50% - 8px);
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  cursor: pointer;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-form button {
  border: 0;
  border-radius: 999px;
  padding: 0 15px;
  color: #04101d;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  font: inherit;
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 245, 200, 0.12), transparent 24rem),
    radial-gradient(circle at 12% 80%, rgba(255, 78, 205, 0.12), transparent 24rem),
    #050816;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.mobile-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
}

/* Light professional vibrant theme */
:root {
  --navy: #06345b;
  --navy-2: #0b6f8c;
  --blue: #0b7cff;
  --blue-2: #4cc9f0;
  --sky: #e9f7ff;
  --mint: #18c79a;
  --mint-soft: #e7fbf5;
  --gold: #ff6b6b;
  --gold-soft: #fff1f1;
  --ink: #102033;
  --muted: #607286;
  --line: rgba(6, 52, 91, 0.13);
  --paper: #f5fbff;
  --cream: #ffffff;
  --warning: #ff7a59;
  --shadow: 0 28px 80px rgba(6, 52, 91, 0.16);
  --shadow-soft: 0 18px 48px rgba(6, 52, 91, 0.08);
  --ring: 0 0 0 4px rgba(11, 124, 255, 0.16);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 7%, rgba(76, 201, 240, 0.2), transparent 30rem),
    radial-gradient(circle at 92% 11%, rgba(24, 199, 154, 0.16), transparent 30rem),
    radial-gradient(circle at 52% 42%, rgba(255, 107, 107, 0.08), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 54%, #ffffff 100%);
}

.site-header {
  border-color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 255, 0.88));
  box-shadow: 0 18px 54px rgba(6, 52, 91, 0.12);
}

.brand {
  color: var(--navy);
}

.brand-mark {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.9), transparent 0.35rem),
    linear-gradient(135deg, var(--blue), var(--mint), var(--gold));
  box-shadow: 0 12px 30px rgba(11, 124, 255, 0.22);
}

.site-nav {
  color: var(--muted);
}

.site-nav a::after {
  background: linear-gradient(90deg, var(--blue), var(--mint), var(--gold));
}

.site-nav a:hover {
  color: var(--blue);
}

.button.primary,
.nav-cta,
.mobile-sticky-cta,
.chat-toggle,
.chat-form button {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--mint));
  box-shadow:
    0 14px 38px rgba(11, 124, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button.secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(6, 52, 91, 0.12);
  box-shadow: 0 12px 28px rgba(6, 52, 91, 0.08);
}

.panel .button.secondary,
.calculator-card .button.secondary,
.lead-form .button.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 18%, rgba(76, 201, 240, 0.24), transparent 22rem),
    radial-gradient(circle at 62% 15%, rgba(24, 199, 154, 0.18), transparent 26rem),
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 43%, rgba(255, 255, 255, 0.55) 100%),
    url("assets/dentist-hero-bg.png") center right / cover,
    linear-gradient(135deg, #ffffff 0%, #e9f7ff 100%);
}

.hero::before {
  background:
    linear-gradient(rgba(6, 52, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 52, 91, 0.045) 1px, transparent 1px);
}

.hero::after {
  background: linear-gradient(180deg, transparent, rgba(245, 251, 255, 0.98));
}

.hero-badge,
.section-kicker {
  color: var(--blue);
}

.hero-copy p {
  color: #42566d;
}

.hero-proof span,
.contact-methods a,
.contact-methods span {
  color: var(--navy);
  border-color: rgba(6, 52, 91, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.dashboard-mockup,
.calculator-card,
.lead-form,
.panel,
.review,
.chat-panel {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 255, 0.96));
  box-shadow: var(--shadow);
}

.dashboard-mockup::before {
  background: linear-gradient(135deg, rgba(11, 124, 255, 0.3), rgba(24, 199, 154, 0.24), rgba(255, 107, 107, 0.2));
}

.call-alert {
  border-color: rgba(255, 122, 89, 0.24);
  background: linear-gradient(135deg, #fff5f2, #ffffff);
}

.recovery-flow li,
.loss-results div {
  border-color: var(--line);
  background: linear-gradient(180deg, #ffffff, #f2f9ff);
  box-shadow: 0 10px 28px rgba(6, 52, 91, 0.045);
}

.flow-dot.booked {
  background: var(--blue);
  box-shadow: 0 0 0 6px var(--sky);
}

.revenue-card {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.22), transparent 4rem),
    linear-gradient(135deg, var(--blue), var(--mint));
  box-shadow: 0 18px 40px rgba(11, 124, 255, 0.2);
}

.metric-strip {
  border-color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.94);
}

.metric-strip div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 249, 255, 0.78));
}

.metric-strip strong,
.result-card strong,
.faq-list summary,
.use-case-grid span {
  color: var(--navy);
}

.pain-section,
.results-section,
.trust-section,
.faq-section {
  background: var(--paper);
}

.pain-section {
  background:
    linear-gradient(rgba(245, 251, 255, 0.9), rgba(245, 251, 255, 0.98)),
    url("assets/waiting-room-bg.png") center top / cover;
}

.features-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(24, 199, 154, 0.14), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(11, 124, 255, 0.12), transparent 22rem),
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(245, 251, 255, 0.98)),
    url("assets/dental-clinic-bg.png") center / cover;
}

.scenario-card,
.feature-card,
.step-card,
.result-card,
.trust-grid article,
.faq-list details {
  border-color: rgba(6, 52, 91, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.96));
  box-shadow: var(--shadow-soft);
}

.scenario-card:hover,
.feature-card:hover,
.step-card:hover,
.result-card:hover,
.trust-grid article:hover,
.faq-list details:hover {
  border-color: rgba(11, 124, 255, 0.26);
  box-shadow: 0 24px 72px rgba(6, 52, 91, 0.13);
}

.icon,
.step-card span {
  background: linear-gradient(180deg, #eef9ff, #e7fbf5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 24px rgba(11, 124, 255, 0.09);
}

.calculator-section,
.demo-section {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(24, 199, 154, 0.24), transparent 23rem),
    radial-gradient(circle at 12% 82%, rgba(76, 201, 240, 0.2), transparent 24rem),
    linear-gradient(135deg, #06345b, #0b6f8c);
}

.trust-panel {
  background:
    linear-gradient(135deg, rgba(6, 52, 91, 0.92), rgba(11, 111, 140, 0.84)),
    url("assets/recovery-network-bg.png") center / cover,
    radial-gradient(circle at 8% 16%, rgba(24, 199, 154, 0.28), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

input,
select,
textarea {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(11, 124, 255, 0.52);
  background: var(--white);
}

.benefit-list li,
.use-case-grid span {
  background: rgba(255, 255, 255, 0.9);
}

.form-status {
  color: #0b8f6f;
}

.contact-hero {
  color: var(--ink);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.68)),
    url("assets/dental-clinic-bg.png") center / cover;
}

.contact-copy p {
  color: #42566d;
}

.meeting-card {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.78);
}

.meeting-card a,
.chat-toggle,
.chat-form button {
  color: var(--white);
}

.contact-layout {
  background: var(--paper);
}

.chat-header {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.chat-message.bot {
  color: var(--ink);
  background: var(--sky);
}

.chat-message.user {
  background: var(--blue);
}

.site-footer {
  background:
    radial-gradient(circle at 85% 15%, rgba(24, 199, 154, 0.18), transparent 24rem),
    radial-gradient(circle at 12% 80%, rgba(11, 124, 255, 0.14), transparent 24rem),
    #06345b;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero,
  .calculator-wrap,
  .demo-section,
  .trust-panel,
  .contact-hero,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .metric-strip,
  .scenario-grid,
  .feature-grid,
  .results-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slot-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 22px);
    margin-top: 10px;
    padding: 14px;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.92rem;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    margin-top: -92px;
    padding-top: 174px;
  }

  .hero-actions .button,
  .lead-form,
  .booking-summary,
  .slot-picker,
  .lead-form label:nth-of-type(n + 5),
  .lead-form button,
  .form-status,
  .demo-confirmation {
    width: 100%;
    grid-column: auto;
  }

  .dashboard-mockup {
    padding: 16px;
  }

  .contact-hero {
    margin-top: -92px;
    padding-top: 174px;
  }

  .metric-strip,
  .scenario-grid,
  .feature-grid,
  .results-grid,
  .steps-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .metric-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-strip div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    text-align: left;
  }

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

  .slot-picker {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .mobile-sticky-cta {
    display: inline-flex;
    left: 16px;
    right: 16px;
  }
}
