:root {
  --forest: #fc8019;
  --forest-deep: #171719;
  --forest-soft: #ff9d1f;
  --honey: #ffb000;
  --honey-light: #3b2412;
  --cream: #1b1b1e;
  --ivory: #151517;
  --ink: #f7f7f8;
  --muted: #a5a5ad;
  --line: #29292f;
  --white: #ffffff;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.site-header.scrolled {
  border-color: rgba(11, 87, 208, 0.1);
  box-shadow: 0 8px 30px rgba(32, 74, 135, 0.08);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.brand-symbol {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.brand-wordmark {
  width: 112px;
  height: auto;
  filter: brightness(0);
}

.brand-barber {
  width: auto;
  height: 36px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-links a,
.login-link {
  color: #3e4d48;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s;
}

.nav-links a:hover,
.login-link:hover {
  color: var(--forest);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: white;
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--forest-soft);
  box-shadow: 0 12px 25px rgba(11, 87, 208, 0.22);
}

.button-small {
  min-height: 42px;
  padding-inline: 20px;
  font-size: 14px;
}

.menu-button {
  width: 42px;
  height: 42px;
  display: none;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
}

.menu-button span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 4px 0;
  background: var(--forest);
  transition: transform 0.2s, opacity 0.2s;
}

.hero {
  position: relative;
  min-height: 850px;
  padding: 152px 0 94px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 28%, rgba(161, 66, 244, 0.16), transparent 29%),
    radial-gradient(circle at 88% 20%, rgba(66, 133, 244, 0.18), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #f4f7ff 52%, #f7f0ff 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 56px;
}

.hero-copy {
  padding-left: 28px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest);
  font: 700 12px/1 "Manrope", sans-serif;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border: 2px solid var(--honey);
  border-radius: 50%;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

h1 {
  max-width: 570px;
  margin-top: 26px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1.02;
  letter-spacing: -4.2px;
}

h1 em,
h2 em {
  color: var(--forest);
  background: linear-gradient(90deg, #ff4b1f 0%, #fc8019 52%, #ffb800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.hero-copy > p {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest);
  border-bottom: 1px solid rgba(11, 87, 208, 0.3);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  color: white;
  background: #b17b52;
  border: 3px solid var(--ivory);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}

.avatar-stack span:first-child { margin-left: 0; background: #4285f4; }
.avatar-stack span:nth-child(2) { background: #7c4dff; }
.avatar-stack span:nth-child(3) { background: #1a73e8; }
.avatar-stack span:last-child { color: var(--forest); background: var(--honey); }

.hero-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.hero-proof strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  height: 610px;
  border-radius: 160px 32px 160px 32px;
  box-shadow: var(--shadow);
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  border-radius: inherit;
}

.visual-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(16, 42, 86, 0.17), transparent 38%);
}

.floating-card {
  position: absolute;
  display: flex;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(32, 74, 135, 0.2);
  backdrop-filter: blur(14px);
}

.floating-card-revenue {
  top: 62px;
  left: -35px;
  padding: 17px 19px;
  gap: 13px;
}

.floating-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: #e8f0fe;
  border-radius: 10px;
  font-size: 20px;
}

.floating-card small,
.floating-card strong {
  display: block;
}

.floating-card small {
  color: var(--muted);
  font-size: 10px;
}

.floating-card strong {
  margin-top: 3px;
  font: 700 19px/1.3 "Manrope", sans-serif;
}

.floating-card .positive {
  margin-left: 8px;
  color: #fc8019;
  font-size: 10px;
  font-weight: 700;
}

.floating-card-schedule {
  right: -18px;
  bottom: 53px;
  width: 285px;
  padding: 16px;
  display: block;
}

.schedule-head,
.schedule-row {
  display: flex;
  align-items: center;
}

.schedule-head {
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.schedule-row {
  gap: 9px;
}

.schedule-time {
  color: var(--forest);
  font-size: 11px;
  font-weight: 700;
}

.schedule-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: white;
  background: #a97255;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}

.schedule-row strong {
  font: 700 10px/1.3 "DM Sans", sans-serif;
}

.schedule-row i {
  width: 7px;
  height: 7px;
  margin-left: auto;
  background: #fc8019;
  border-radius: 50%;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-orb-one {
  width: 280px;
  height: 280px;
  top: 90px;
  right: -100px;
  border: 1px solid rgba(11, 87, 208, 0.12);
}

.hero-orb-two {
  width: 130px;
  height: 130px;
  bottom: 70px;
  left: 3%;
  background: rgba(161, 66, 244, 0.12);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--forest);
  border: 1px solid rgba(11, 87, 208, 0.25);
  border-radius: 50%;
  animation: bob 2s infinite;
}

@keyframes bob {
  50% { transform: translateY(6px); }
}

.trust-strip {
  background: linear-gradient(100deg, #0b57d0, #7c4dff);
}

.trust-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e3ede8;
  border-right: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
  font-weight: 600;
}

.trust-grid div:last-child { border-right: 0; }

.trust-grid span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: white;
  border-radius: 50%;
  font-size: 11px;
}

.section {
  padding: 120px 0;
}

.benefits {
  background: var(--ivory);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.15fr 1fr;
  align-items: end;
  gap: 42px;
}

.section-heading h2,
.faq-intro h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -2.8px;
}

.section-heading > p,
.faq-intro > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.benefits-heading {
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 80px;
}

.benefits-title .section-kicker { margin-bottom: 18px; }

.benefits-title h2 {
  max-width: 720px;
  margin: 0;
}

.benefits-heading > p { max-width: 360px; padding-bottom: 7px; }

.benefit-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefit-card {
  position: relative;
  min-height: 480px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.feature-card {
  background: #f8fafd;
}

.dark-card {
  color: white;
  background: linear-gradient(145deg, #0b57d0 0%, #5134a5 100%);
  border-color: #3157b7;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--honey-light);
  border-radius: 14px;
  font-size: 22px;
}

.card-number {
  position: absolute;
  top: 38px;
  right: 32px;
  color: #9aa0a6;
  font: 700 11px/1 "Manrope", sans-serif;
  letter-spacing: 1px;
}

.benefit-card h3 {
  max-width: 270px;
  margin-top: 32px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.benefit-card > p {
  margin: 16px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.dark-card > p,
.dark-card .card-number {
  color: #d6e2ff;
}

.mini-calendar,
.client-list {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(32, 74, 135, 0.08);
}

.calendar-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
}

.calendar-days {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  text-align: center;
}

.calendar-days small {
  color: #9aa0a6;
  font-size: 8px;
}

.calendar-days b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  justify-self: center;
  font-size: 9px;
}

.calendar-days .active {
  color: white;
  background: var(--forest);
  border-radius: 50%;
}

.chart {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 21px 20px 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}

.chart-value small {
  color: #d6e2ff;
}

.chart-value strong {
  margin-top: 6px;
  display: block;
  font: 700 21px/1 "Manrope", sans-serif;
}

.chart svg {
  width: 100%;
  height: 90px;
  margin-top: 5px;
  overflow: visible;
}

.chart-line {
  fill: none;
  stroke: var(--honey);
  stroke-width: 3;
}

.chart-area {
  fill: url(#chart-fill);
}

.subscription-spotlight {
  background: #101012;
  overflow: hidden;
}

.subscription-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 80px;
}

.subscription-copy .section-kicker { color: #ff9d1f; }

.subscription-copy h2 {
  max-width: 610px;
  margin: 18px 0;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: -3px;
}

.subscription-copy h2 em { color: #ff9d1f; font-style: normal; }

.subscription-copy > p {
  max-width: 540px;
  color: #b5b5bd;
  line-height: 1.75;
}

.subscription-benefits {
  margin: 30px 0 34px;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
  color: #e8e8eb;
  font-size: 14px;
  font-weight: 600;
}

.subscription-benefits li { display: flex; align-items: center; gap: 11px; }

.subscription-benefits span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #151517;
  background: #ff9d1f;
  border-radius: 50%;
  font-size: 11px;
}

.subscription-preview {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(252, 128, 25, .25);
  border-radius: 26px;
  background: linear-gradient(145deg, #252429, #171719 65%);
  box-shadow: 0 32px 70px rgba(0, 0, 0, .35);
}

.subscription-preview::before {
  position: absolute;
  inset: 20% -15% auto auto;
  width: 220px;
  height: 220px;
  content: "";
  background: rgba(252, 128, 25, .16);
  filter: blur(70px);
  border-radius: 50%;
}

.subscription-window { position: relative; padding: 25px; border: 1px solid #34343a; border-radius: 17px; background: #1b1b1e; }

.subscription-window-top { display: flex; align-items: center; gap: 7px; }
.subscription-window-top span { width: 8px; height: 8px; background: #505057; border-radius: 50%; }
.subscription-window-top small { margin-left: auto; color: #8b8b94; font-size: 10px; }

.subscription-metrics { margin: 28px 0 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.subscription-metrics > div { padding: 17px; border: 1px solid #34343a; border-radius: 12px; background: #222226; }
.subscription-metrics small, .dre-preview-head small { display: block; color: #96969f; font-size: 10px; }
.subscription-metrics strong { display: block; margin: 7px 0 5px; color: #fff; font: 700 24px/1 "Manrope", sans-serif; letter-spacing: -1px; }
.subscription-metrics em { color: #ff9d1f; font-size: 10px; font-style: normal; }

.dre-preview { padding: 18px; border: 1px solid #34343a; border-radius: 12px; background: #202024; }
.dre-preview-head, .dre-row, .dre-result { display: flex; justify-content: space-between; align-items: center; }
.dre-preview-head { margin-bottom: 15px; color: #f1f1f3; font-size: 12px; font-weight: 700; }
.dre-preview-head small { font-weight: 400; }
.dre-row { padding: 9px 0; color: #a5a5ad; border-top: 1px solid #303036; font-size: 11px; }
.dre-row strong { color: #dedee2; font-size: 11px; }
.dre-result { margin-top: 8px; padding-top: 14px; color: #fff; border-top: 1px solid #515159; font-size: 12px; font-weight: 700; }
.dre-result strong { color: #ff9d1f; }

.subscription-bars { height: 54px; margin: 20px 3px 0; display: flex; align-items: end; gap: 9px; }
.subscription-bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#ff9d1f, #d9600c); }
.subscription-bars i:nth-child(1) { height: 32%; }.subscription-bars i:nth-child(2) { height: 50%; }.subscription-bars i:nth-child(3) { height: 43%; }.subscription-bars i:nth-child(4) { height: 70%; }.subscription-bars i:nth-child(5) { height: 62%; }.subscription-bars i:nth-child(6) { height: 100%; }

.client-list {
  display: grid;
  gap: 14px;
}

.client-list > span {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.client-list b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: white;
  background: #9a7159;
  border-radius: 50%;
  font-size: 8px;
}

.client-list i {
  display: grid;
  font-style: normal;
}

.client-list strong { font-size: 10px; }
.client-list small { color: var(--muted); font-size: 8px; }
.client-list em {
  padding: 4px 7px;
  color: var(--forest);
  background: #e8f0fe;
  border-radius: 99px;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.how-it-works {
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 82% 20%, rgba(161, 66, 244, .32), transparent 32%),
    linear-gradient(135deg, #102a56 0%, #172554 55%, #3b246b 100%);
}

.how-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 56px;
}

.how-copy { padding-block: 30px; }

.section-kicker.light {
  color: var(--honey);
}

.how-copy h2 {
  margin-top: 24px;
  max-width: 520px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.05;
  letter-spacing: -3px;
}

.how-copy > p {
  max-width: 480px;
  color: #c4d2ed;
  line-height: 1.7;
}

.steps {
  margin-top: 42px;
  display: grid;
  gap: 24px;
}

.steps > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 15px;
}

.steps > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--forest-deep);
  background: var(--honey);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.steps p {
  margin: 0;
  color: #bdcbea;
  font-size: 13px;
  line-height: 1.5;
}

.steps strong {
  display: block;
  margin-bottom: 4px;
  color: white;
  font-size: 15px;
}

.dashboard-wrap {
  position: relative;
  padding: 22px 0 22px 22px;
}

.dashboard-wrap::before {
  content: "";
  position: absolute;
  inset: -70px -160px -70px 30%;
  background: radial-gradient(circle, rgba(161, 66, 244, .28), transparent 60%);
}

.dashboard {
  position: relative;
  min-width: 620px;
  display: grid;
  grid-template-columns: 64px 1fr;
  color: var(--ink);
  background: #f8fafd;
  border: 8px solid #34507f;
  border-radius: 24px;
  box-shadow: 0 45px 90px rgba(0,0,0,.3);
  transform: rotate(1.5deg);
}

.dashboard aside {
  padding: 16px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 19px;
  background: white;
  border-radius: 16px 0 0 16px;
}

.mini-brand {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
}

.mini-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dashboard aside i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #80868b;
  border-radius: 8px;
  font-style: normal;
  font-size: 13px;
}

.dashboard aside i.selected {
  color: var(--forest);
  background: #e8f0fe;
}

.dashboard-main {
  padding: 27px;
}

.dashboard-title,
.metrics,
.dashboard-panels {
  display: flex;
  gap: 12px;
}

.dashboard-title {
  align-items: center;
  justify-content: space-between;
}

.dashboard-title div {
  display: grid;
}

.dashboard-title small {
  color: var(--muted);
  font-size: 9px;
}

.dashboard-title strong {
  margin-top: 3px;
  font: 700 17px/1 "Manrope", sans-serif;
}

.dashboard-title > span {
  padding: 7px 10px;
  background: white;
  border-radius: 7px;
  font-size: 8px;
}

.metrics {
  margin-top: 22px;
}

.metrics > div {
  flex: 1;
  padding: 14px;
  display: grid;
  background: white;
  border-radius: 10px;
}

.metrics small { color: var(--muted); font-size: 8px; }
.metrics strong { margin-top: 8px; font: 700 16px/1 "Manrope", sans-serif; }
.metrics em { margin-top: 5px; color: #fc8019; font-size: 8px; font-style: normal; font-weight: 700; }

.dashboard-panels {
  margin-top: 12px;
}

.main-chart,
.next-clients {
  padding: 16px;
  background: white;
  border-radius: 10px;
}

.main-chart {
  flex: 1.8;
}

.main-chart > span {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.main-chart small { color: var(--muted); font-size: 8px; }

.bars {
  height: 110px;
  margin-top: 15px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.bars i {
  width: 18px;
  background: linear-gradient(#7c4dff, #d7c7ff);
  border-radius: 4px 4px 0 0;
}

.next-clients {
  flex: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  font-size: 10px;
}

.next-clients > span {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 6px;
}

.next-clients b { color: var(--muted); font-size: 7px; }
.next-clients i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: white;
  background: #9d735c;
  border-radius: 50%;
  font-size: 6px;
  font-style: normal;
}
.next-clients small { font-size: 7px; }

.pricing {
  background:
    radial-gradient(circle at 15% 10%, rgba(66, 133, 244, .09), transparent 24%),
    radial-gradient(circle at 90% 85%, rgba(161, 66, 244, .09), transparent 26%),
    var(--cream);
}

.section-heading.centered {
  max-width: 700px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.pricing-grid {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.price-card {
  grid-column: span 2;
  position: relative;
  min-height: 520px;
  padding: 30px 26px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform .25s, box-shadow .25s;
}

.price-card:nth-child(4) { grid-column: 2 / span 2; }
.price-card:nth-child(5) { grid-column: 4 / span 2; }

.price-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.price-card.recommended {
  color: white;
  background: linear-gradient(155deg, #0b57d0 0%, #3157b7 50%, #7048c8 100%);
  border-color: #3157b7;
  box-shadow: 0 25px 60px rgba(49, 87, 183, .24);
}

.recommendation {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 7px 13px;
  color: var(--forest);
  background: var(--honey);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.price-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plan-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: #e8f0fe;
  border-radius: 12px;
}

.recommended .plan-icon {
  background: var(--honey);
}

.price-head h3 {
  font-size: 20px;
}

.price-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.recommended .price-head p {
  color: #d6e2ff;
}

.price {
  height: 96px;
  margin-top: 28px;
  display: flex;
  align-items: baseline;
}

.price sup {
  align-self: center;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 700;
}

.price strong {
  font: 800 46px/1 "Manrope", sans-serif;
  letter-spacing: -2px;
}

.price span {
  margin-left: 5px;
  color: var(--muted);
  font-size: 11px;
}

.recommended .price span { color: #d6e2ff; }

.enterprise-price sup {
  max-width: 45px;
  line-height: 1.2;
}

.consult-price strong {
  font-size: 32px;
  letter-spacing: -1.5px;
}

.price-card .button {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  font-size: 12px;
}

.button-outline {
  color: var(--forest);
  background: transparent;
}

.button-outline:hover {
  color: white;
}

.recommended .button {
  color: var(--forest);
  background: var(--honey);
  border-color: var(--honey);
}

.price-card ul {
  margin: 27px 0 0;
  padding: 24px 0 0;
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.recommended ul {
  border-color: rgba(255,255,255,.14);
}

.price-card li {
  position: relative;
  padding-left: 23px;
  color: var(--muted);
  font-size: 12px;
}

.recommended li { color: #e4eaff; }

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: #e8f0fe;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
}

.recommended li::before {
  background: var(--honey);
}

.pricing-note {
  margin: 28px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
}

.testimonial {
  padding-top: 80px;
  background: var(--ivory);
}

/* A origem regional aparece como identidade institucional, enquanto o texto
   mantém explícita a capacidade do produto de atender negócios em todo o país. */
.about-colmeia {
  background: var(--ivory);
}

.about-colmeia-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.about-colmeia-copy h2 {
  max-width: 790px;
  margin: 18px 0 24px;
  font: 800 clamp(34px, 4.5vw, 58px)/1.08 "Manrope", sans-serif;
  letter-spacing: -2px;
}

.about-colmeia-copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.about-colmeia-card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 176, 0, .35), transparent 38%),
    linear-gradient(145deg, #fc8019 0%, #c65300 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.about-colmeia-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 44px;
  color: #422006;
  background: #ffcf75;
  border-radius: 16px;
  font-size: 24px;
}

.about-colmeia-card strong {
  display: block;
  font: 800 28px/1.25 "Manrope", sans-serif;
  letter-spacing: -.8px;
}

.about-colmeia-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}

@media (max-width: 820px) {
  .about-colmeia-grid {
    grid-template-columns: 1fr;
  }

  .about-colmeia-card {
    padding: 32px;
  }

  .about-colmeia-card-icon {
    margin-bottom: 30px;
  }
}

.quote-card {
  position: relative;
  min-height: 380px;
  padding: 70px 90px;
  display: grid;
  grid-template-columns: 1.6fr .4fr;
  align-items: end;
  gap: 80px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 88% 4%, rgba(211, 170, 255, .34), transparent 32%),
    linear-gradient(125deg, #0b57d0 0%, #3157b7 52%, #7048c8 100%);
  border-radius: var(--radius-lg);
}

.quote-mark {
  position: absolute;
  top: 25px;
  left: 70px;
  color: var(--honey);
  font: 800 100px/1 Georgia, serif;
  opacity: .75;
}

blockquote {
  position: relative;
  z-index: 1;
  grid-column: 1;
  margin: 0;
  font: 600 clamp(23px, 2.7vw, 36px)/1.4 "Manrope", sans-serif;
  letter-spacing: -1.4px;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 1;
}

.quote-author > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: white;
  background: #a7755b;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.quote-author > img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: cover;
  object-position: center 24%;
  border: 2px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.quote-author p {
  margin: 0;
  display: grid;
}

.quote-author strong { font-size: 12px; }
.quote-author small { margin-top: 4px; color: #d6e2ff; font-size: 10px; }

.quote-stat {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-self: center;
  padding-left: 45px;
  border-left: 1px solid rgba(255,255,255,.2);
}

.quote-stat strong {
  color: var(--honey);
  font: 800 52px/1 "Manrope", sans-serif;
}

.quote-stat span {
  margin-top: 10px;
  color: #d6e2ff;
  font-size: 12px;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 110px;
}

.faq-intro h2 {
  margin-top: 25px;
}

.faq-intro > p {
  margin-top: 20px;
}

.text-link.dark {
  margin-top: 28px;
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-item button {
  width: 100%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: 700 16px/1.3 "Manrope", sans-serif;
}

.accordion-item button span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--forest);
  background: #e8f0fe;
  border-radius: 50%;
  font-size: 18px;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.accordion-content p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.accordion-item.open .accordion-content {
  grid-template-rows: 1fr;
}

.accordion-item.open .accordion-content p {
  padding-bottom: 25px;
}

.cta-section {
  padding: 0 0 100px;
}

.cta-card {
  min-height: 300px;
  padding: 65px 75px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  color: white;
  background:
    radial-gradient(circle at 82% 135%, rgba(204, 165, 255, .42), transparent 40%),
    linear-gradient(105deg, #0b57d0 0%, #3157b7 58%, #7048c8 100%);
  border-radius: var(--radius-lg);
}

.cta-card h2 {
  max-width: 700px;
  margin-top: 20px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -2.3px;
}

.cta-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.button-light {
  color: var(--forest);
  background: white;
  border-color: white;
}

.button-light:hover {
  color: white;
}

.cta-actions small {
  color: #d6e2ff;
  font-size: 10px;
}

.contact-email {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-email:hover {
  color: var(--honey);
}

#contato:target .cta-card {
  animation: contact-highlight 1.1s ease;
}

@keyframes contact-highlight {
  0%, 100% { box-shadow: 0 30px 65px rgba(0, 0, 0, .28); }
  45% { box-shadow: 0 30px 80px rgba(252, 128, 25, .42), 0 0 0 4px rgba(252, 128, 25, .18); }
}

footer {
  padding: 70px 0 25px;
  color: #c5d1e8;
  background: #101828;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 70px;
}

.brand-light {
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, .12));
}

.footer-brand p {
  max-width: 240px;
  color: #8fa0bd;
  font-size: 13px;
  line-height: 1.6;
}

.footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-grid strong {
  margin-bottom: 5px;
  color: white;
  font-size: 12px;
}

.footer-grid a:not(.brand) {
  color: #8fa0bd;
  font-size: 12px;
}

.footer-grid a:hover {
  color: var(--honey);
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #71809b;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 10px;
}

/* A interface usa o laranja oficial como energia da marca e reserva os tons
   escuros para dar protagonismo ao conteúdo sem competir com a identidade. */
.site-header {
  background: rgba(21, 21, 23, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.04);
}

.site-header.scrolled {
  border-color: rgba(252, 128, 25, 0.18);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.nav-links a,
.login-link {
  color: #c4c4ca;
}

.nav-links a:hover,
.login-link:hover {
  color: #ff9d1f;
}

.button {
  color: #130b04;
  background: #fc8019;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(252, 128, 25, 0.14);
}

.button:hover {
  color: #09090b;
  background: #ff9a3d;
  box-shadow: 0 12px 28px rgba(252, 128, 25, 0.22);
}

.menu-button {
  background: #1b1b20;
}

.menu-button span {
  background: #fc8019;
}

.hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(252, 128, 25, 0.1), transparent 30%),
    radial-gradient(circle at 12% 40%, rgba(252, 128, 25, 0.04), transparent 32%),
    linear-gradient(135deg, #151517 0%, #1b1b1e 58%, #201b18 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.eyebrow,
.section-kicker {
  color: #fc8019;
}

.eyebrow-dot {
  border-color: #ff9d1f;
  box-shadow: 0 0 16px rgba(252, 128, 25, 0.8);
}

.text-link {
  color: #ff9d1f;
  border-color: rgba(252, 128, 25, 0.4);
}

.avatar-stack span {
  border-color: #0d0d10;
}

.avatar-stack span:first-child { background: #e85d24; }
.avatar-stack span:nth-child(2) { background: #b7461b; }
.avatar-stack span:nth-child(3) { background: #653018; }
.avatar-stack span:last-child { color: #15100b; background: #ffb000; }

.hero-visual {
  border: 1px solid rgba(252, 128, 25, 0.22);
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.42),
    0 0 60px rgba(252, 128, 25, 0.04);
}

.visual-overlay {
  background:
    linear-gradient(90deg, rgba(9, 9, 11, 0.42), transparent 44%),
    linear-gradient(0deg, rgba(9, 9, 11, 0.25), transparent 35%);
}

.floating-card {
  color: #f7f7f8;
  background: rgba(20, 20, 23, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.floating-icon {
  color: #ff9d1f;
  background: rgba(252, 128, 25, 0.14);
}

.floating-card small {
  color: #9999a2;
}

.floating-card .positive {
  color: #ffb000;
}

.schedule-row i {
  background: #fc8019;
}

.hero-orb-one {
  border-color: rgba(252, 128, 25, 0.2);
  box-shadow: inset 0 0 60px rgba(252, 128, 25, 0.04);
}

.hero-orb-two {
  background: rgba(252, 128, 25, 0.1);
}

.hero-hive {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 74px);
  grid-auto-rows: 65px;
  gap: 4px;
  pointer-events: none;
}

.hero-hive::before {
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  content: "";
  background: rgba(252, 128, 25, 0.2);
  filter: blur(70px);
  border-radius: 50%;
}

.hero-hive span {
  width: 74px;
  height: 82px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  border: 1px solid rgba(255, 157, 31, 0.26);
  background: linear-gradient(145deg, rgba(252, 128, 25, 0.16), rgba(252, 128, 25, 0.015));
  box-shadow: inset 0 0 20px rgba(252, 128, 25, 0.05);
}

.hero-hive span:nth-child(4n + 2),
.hero-hive span:nth-child(4n + 4) {
  transform: translateY(35px);
}

.hero-hive span:nth-child(3n) {
  border-color: rgba(255, 176, 0, 0.48);
  background: linear-gradient(145deg, rgba(255, 176, 0, 0.26), rgba(252, 128, 25, 0.04));
  box-shadow: inset 0 0 24px rgba(255, 176, 0, 0.1), 0 0 22px rgba(252, 128, 25, 0.08);
}

.hero-hive-main {
  top: 105px;
  right: -55px;
  opacity: 0.8;
  transform: rotate(18deg) scale(1.18);
}

.hero-hive-main::before { top: 75px; right: 50px; }

.hero-hive-secondary {
  bottom: 40px;
  left: -80px;
  opacity: 0.42;
  transform: rotate(-12deg) scale(0.62);
}

.hero-hive-secondary::before { top: 30px; left: 30px; }

.scroll-cue {
  color: #fc8019;
  border-color: rgba(252, 128, 25, 0.4);
}

.trust-strip {
  background: #202023;
  border-block: 1px solid #2d2d31;
}

.trust-grid div {
  color: #c9c9ce;
  border-color: rgba(255, 255, 255, 0.08);
}

.trust-grid span {
  color: #17110b;
  background: #fc8019;
}

.benefits {
  background:
    radial-gradient(circle at 100% 30%, rgba(252, 128, 25, 0.035), transparent 28%),
    #151517;
}

.feature-card,
.dark-card {
  background: linear-gradient(150deg, #202023 0%, #1b1b1e 100%);
  border-color: #323237;
}

.dark-card {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.card-icon {
  color: #ff9d1f;
  background: rgba(252, 128, 25, 0.14);
}

.card-number {
  color: #686871;
}

.dark-card > p,
.dark-card .card-number {
  color: var(--muted);
}

.mini-calendar,
.client-list,
.chart {
  background: #1c1c20;
  border: 1px solid #303036;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.calendar-days .active {
  color: #140c05;
  background: linear-gradient(135deg, #fc8019, #ffb000);
}

.chart-value small {
  color: #9999a2;
}

.chart-line {
  stroke: #fc8019;
}

.client-list em {
  color: #ff9d1f;
  background: rgba(252, 128, 25, 0.12);
}

.how-it-works {
  background:
    radial-gradient(circle at 78% 22%, rgba(252, 128, 25, 0.08), transparent 30%),
    linear-gradient(135deg, #18181b 0%, #1d1d20 55%, #24201d 100%);
  border-block: 1px solid #26262b;
}

.section-kicker.light {
  color: #ff9d1f;
}

.how-copy > p,
.steps p {
  color: #a5a5ad;
}

.steps > div > span {
  color: #140c05;
  background: linear-gradient(135deg, #fc8019, #ffb000);
  box-shadow: 0 0 24px rgba(252, 128, 25, 0.2);
}

.dashboard-wrap::before {
  background: radial-gradient(circle, rgba(252, 128, 25, 0.11), transparent 62%);
}

.dashboard {
  color: #f7f7f8;
  background: #141418;
  border-color: #29292f;
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.55);
}

.dashboard aside,
.metrics > div,
.main-chart,
.next-clients,
.dashboard-title > span {
  background: #1c1c20;
}

.dashboard aside i.selected {
  color: #ff9d1f;
  background: rgba(252, 128, 25, 0.14);
}

.metrics em {
  color: #ff9d1f;
}

.bars i {
  background: linear-gradient(#ffb000, #fc8019 55%, #e34f1d);
  box-shadow: 0 0 14px rgba(252, 128, 25, 0.16);
}

.pricing {
  background:
    radial-gradient(circle at 8% 18%, rgba(252, 128, 25, 0.035), transparent 25%),
    radial-gradient(circle at 92% 80%, rgba(252, 128, 25, 0.025), transparent 27%),
    #1b1b1e;
}

.price-card {
  background: #18181c;
  border-color: #303036;
}

.price-card:hover {
  border-color: rgba(252, 128, 25, 0.38);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 50px rgba(252, 128, 25, 0.08);
}

.price-card.recommended {
  color: #fbfbfc;
  background:
    radial-gradient(circle at 100% 0%, rgba(252, 128, 25, 0.1), transparent 36%),
    linear-gradient(155deg, #25201c 0%, #202023 58%, #1b1b1e 100%);
  border-color: #fc8019;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(252, 128, 25, 0.05);
}

.recommendation {
  color: #160d05;
  background: linear-gradient(90deg, #fc8019, #ffb000);
}

.plan-icon {
  color: #ff9d1f;
  background: rgba(252, 128, 25, 0.13);
}

.recommended .plan-icon {
  color: #160d05;
  background: linear-gradient(135deg, #fc8019, #ffb000);
}

.recommended .price-head p,
.recommended .price span,
.recommended li {
  color: #b5b5bd;
}

.recommended .button {
  color: #140c05;
  background: #fc8019;
  border-color: transparent;
}

.button-outline {
  color: #ff9d1f;
  background: transparent;
  border-color: rgba(252, 128, 25, 0.65);
  box-shadow: none;
}

.price-card li::before,
.recommended li::before {
  color: #160d05;
  background: linear-gradient(135deg, #fc8019, #ffb000);
}

.testimonial {
  background: #151517;
}

.quote-card {
  background:
    radial-gradient(circle at 90% 5%, rgba(252, 128, 25, 0.07), transparent 33%),
    linear-gradient(125deg, #222225 0%, #1e1e21 55%, #27221e 100%);
  border: 1px solid #373439;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.quote-author small,
.quote-stat span {
  color: #aaaab2;
}

.faq {
  background: #151517;
}

.accordion-item button {
  color: #f7f7f8;
}

.accordion-item button span {
  color: #ff9d1f;
  background: rgba(252, 128, 25, 0.12);
}

.cta-section {
  background: #151517;
}

.cta-card {
  background:
    radial-gradient(circle at 82% 135%, rgba(252, 128, 25, 0.13), transparent 42%),
    linear-gradient(105deg, #242427 0%, #292522 58%, #35271d 100%);
  border: 1px solid rgba(252, 128, 25, 0.24);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
}

.cta-card .section-kicker,
.cta-actions small {
  color: #c1c1c7;
}

.button-light {
  color: #140c05;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

footer {
  color: #b5b5bd;
  background: #101012;
  border-top: 1px solid #202024;
}

.footer-brand p,
.footer-grid a:not(.brand),
.footer-bottom {
  color: #777780;
}

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

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

@media (max-width: 1080px) {
  .hero-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .hero-copy { padding-left: 0; }
  .hero-visual { height: 560px; }
  .benefit-card { padding: 28px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .pricing-grid > .price-card,
  .pricing-grid > .price-card:nth-child(4) { grid-column: auto; }
  .pricing-grid > .price-card:nth-child(5) {
    width: calc(50% - 12px);
    grid-column: 1 / -1;
    justify-self: center;
  }
  .price-card { min-height: 500px; }
  .subscription-grid { grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr); gap: 45px; }
  .how-grid { grid-template-columns: 1fr; }
  .how-copy { max-width: 650px; }
  .dashboard-wrap { max-width: 780px; }
}

@media (max-width: 820px) {
  .nav-links {
    position: fixed;
    inset: 78px 0 auto;
    padding: 35px 30px 45px;
    display: grid;
    gap: 24px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .42);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s, transform .2s;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a { font-size: 18px; }
  .login-link { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .hero-visual { margin-top: 30px; height: 520px; }
  .floating-card-revenue { left: 15px; }
  .floating-card-schedule { right: 15px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 15px 0; gap: 12px; }
  .trust-grid div { border: 0; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 430px; }
  .subscription-grid { grid-template-columns: 1fr; gap: 48px; }
  .subscription-copy { max-width: 650px; }
  .subscription-preview { max-width: 650px; }
  .dashboard-wrap { overflow-x: auto; }
  .quote-card { padding: 65px 45px; grid-template-columns: 1fr; gap: 30px; }
  .quote-stat { grid-column: 1; grid-row: auto; padding: 28px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .cta-card { grid-template-columns: 1fr; }
  .cta-actions { justify-items: start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { height: 68px; }
  .nav-links { top: 68px; }
  .nav-actions .button-small { display: none; }
  .hero { padding-top: 112px; }
  h1 { font-size: 47px; letter-spacing: -3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-visual { height: 430px; border-radius: 90px 22px 90px 22px; }
  .floating-card-revenue { top: 25px; left: 8px; transform: scale(.85); transform-origin: left top; }
  .floating-card-schedule { right: 8px; bottom: 20px; transform: scale(.82); transform-origin: right bottom; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { justify-content: flex-start; padding-left: 25%; }
  .section { padding: 75px 0; }
  .section-heading h2, .faq-intro h2 { font-size: 39px; }
  .benefit-grid { margin-top: 45px; }
  .benefit-card { min-height: 460px; }
  .subscription-copy h2 { font-size: 39px; letter-spacing: -2px; }
  .subscription-preview { padding: 12px; border-radius: 20px; }
  .subscription-window { padding: 18px; }
  .subscription-metrics { grid-template-columns: 1fr; }
  .how-copy h2 { font-size: 40px; letter-spacing: -2px; }
  .dashboard-wrap { margin-right: -14px; padding-left: 0; }
  .dashboard { min-width: 640px; transform: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid > .price-card:nth-child(5) {
    width: 100%;
    grid-column: auto;
  }
  .price-card { min-height: auto; }
  .quote-card { padding: 70px 26px 40px; border-radius: 22px; }
  .quote-mark { left: 24px; }
  blockquote { font-size: 22px; }
  .cta-section { padding-bottom: 70px; }
  .cta-card { padding: 48px 26px; border-radius: 22px; }
  .cta-card h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
.language-picker {
  position: relative;
  flex: 0 0 auto;
}

.language-trigger {
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f4f4f5;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.language-trigger:hover,
.language-picker.open .language-trigger {
  background: rgba(252, 128, 25, .13);
  border-color: rgba(252, 128, 25, .42);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translateY(-1px);
}

.language-trigger:focus-visible,
.language-option:focus-visible {
  outline: 3px solid rgba(252, 128, 25, .32);
  outline-offset: 3px;
}

.language-globe {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #ff9d1f;
  stroke-width: 1.65;
  stroke-linecap: round;
}

.language-chevron {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .62;
  transition: transform .2s;
}

.language-picker.open .language-chevron {
  transform: rotate(180deg);
}

.language-menu {
  width: 232px;
  padding: 8px;
  position: absolute;
  z-index: 100;
  top: calc(100% + 12px);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-7px) scale(.98);
  transform-origin: top right;
  color: #f4f4f5;
  background: rgba(24, 24, 27, .96);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
  backdrop-filter: blur(20px);
  transition: opacity .18s, transform .18s, visibility .18s;
}

.language-picker.open .language-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.language-menu::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: -5px;
  right: 24px;
  background: #18181b;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-left: 1px solid rgba(255, 255, 255, .12);
  transform: rotate(45deg);
}

.language-menu-title {
  display: block;
  padding: 6px 10px 8px;
  color: #a1a1aa;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.language-option {
  width: 100%;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 34px 1fr 16px;
  align-items: center;
  gap: 10px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 11px;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: background .16s;
}

.language-option:hover {
  background: rgba(255, 255, 255, .07);
}

.language-option.selected {
  background: rgba(252, 128, 25, .12);
}

.language-code {
  height: 30px;
  display: grid;
  place-items: center;
  color: #ffad42;
  background: rgba(252, 128, 25, .12);
  border: 1px solid rgba(252, 128, 25, .22);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
}

.language-option strong,
.language-option small {
  display: block;
}

.language-option strong {
  font-size: 13px;
  line-height: 1.25;
}

.language-option small {
  margin-top: 2px;
  color: #a1a1aa;
  font-size: 10px;
}

.language-option i {
  color: #ff9d1f;
  font-size: 13px;
  font-style: normal;
  opacity: 0;
}

.language-option.selected i {
  opacity: 1;
}

html[data-theme="light"] .language-trigger {
  color: #46464d;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(58, 35, 17, .13);
  box-shadow: 0 5px 18px rgba(58, 35, 17, .06);
}

html[data-theme="light"] .language-trigger:hover,
html[data-theme="light"] .language-picker.open .language-trigger {
  background: #fff7ed;
  border-color: rgba(232, 101, 0, .32);
}

html[data-theme="light"] .language-menu {
  color: #27272a;
  background: rgba(255, 255, 255, .97);
  border-color: rgba(58, 35, 17, .12);
  box-shadow: 0 22px 55px rgba(58, 35, 17, .17);
}

html[data-theme="light"] .language-menu::before {
  background: #fff;
  border-color: rgba(58, 35, 17, .12);
}

html[data-theme="light"] .language-option:hover {
  background: #fff7ed;
}

@media (max-width: 560px) {
  .language-trigger {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .language-current,
  .language-chevron {
    display: none;
  }

  .language-menu {
    right: -46px;
  }
}
