:root {
  --premium-ink: #102f35;
  --premium-muted: #5d7377;
  --premium-teal: #0e766e;
  --premium-teal-dark: #075c57;
  --premium-blue: #2676dc;
  --premium-coral: #e86450;
  --premium-coral-text: #a82d1a;
  --premium-amber-text: #7a4a05;
  --premium-cream: #fbf8f0;
  --premium-mint: #e9f6f3;
  --premium-line: #d8e6e3;
  --premium-shadow: 0 30px 80px rgba(16, 47, 53, .13);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  background: #f8fbfa;
  color: var(--premium-ink);
}

.premium-home {
  overflow: clip;
}

.premium-home h1,
.premium-home h2,
.premium-home h3,
.premium-home p {
  margin: 0;
}

.premium-home h1,
.premium-home h2,
.premium-home h3 {
  color: var(--premium-ink);
  font-family: var(--font-display);
  text-wrap: balance;
}

.premium-home p {
  color: var(--premium-muted);
}

.premium-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--premium-teal) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.premium-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2aa99c;
  box-shadow: 0 0 0 5px rgba(42, 169, 156, .12);
  content: "";
}

.premium-section {
  padding: clamp(82px, 9vw, 132px) 0;
}

.premium-section-heading {
  margin-bottom: clamp(42px, 6vw, 72px);
}

.premium-section-heading h2,
.role-intro h2,
.ai-premium-copy h2,
.commercial-copy h2,
.demo-copy h2,
.faq-layout h2 {
  margin-top: 16px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.premium-section-heading > p:last-child,
.split-heading > p,
.role-intro > p:last-child,
.ai-premium-copy > p,
.commercial-copy > p,
.demo-copy > p {
  font-size: 18px;
  line-height: 1.65;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr);
  gap: 80px;
  align-items: end;
}

.split-heading > p {
  max-width: 520px;
}

.centered-heading {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading .premium-kicker {
  justify-content: center;
}

.centered-heading > p:last-child {
  max-width: 720px;
  margin: 22px auto 0;
}

/* Hero */
.premium-hero {
  position: relative;
  padding: clamp(66px, 8vw, 112px) 0 70px;
  background:
    radial-gradient(circle at 12% 28%, rgba(42, 169, 156, .12), transparent 30rem),
    radial-gradient(circle at 88% 22%, rgba(38, 118, 220, .11), transparent 34rem),
    linear-gradient(180deg, #f9fcfb, #eef8f6 76%, #f8fbfa);
}

.premium-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 47, 53, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 47, 53, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(#000, transparent 76%);
  content: "";
  pointer-events: none;
}

.premium-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  text-align: center;
}

.hero-announcement {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 34px;
  border: 1px solid #c8dedb;
  border-radius: 999px;
  padding: 7px 13px 7px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .72);
  color: #365b5e;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(16, 47, 53, .06);
}

.hero-announcement span {
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--premium-teal);
  color: #fff;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-announcement b {
  color: var(--premium-teal);
}

.premium-hero h1 {
  max-width: 1000px;
  margin: 22px auto 0;
  font-size: clamp(54px, 7.2vw, 94px);
  line-height: 1.1;
  letter-spacing: -.065em;
}

.premium-hero h1 em {
  display: block;
  padding-bottom: 0.05em;
  background: linear-gradient(100deg, var(--premium-teal) 0%, var(--premium-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.premium-lead {
  max-width: 790px;
  margin: 30px auto 0 !important;
  color: #506a6e !important;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.premium-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.premium-home .btn {
  min-height: 52px;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 15px;
}

.premium-home .btn-primary {
  border-color: #a8341f;
  background: #a8341f;
  box-shadow: 0 13px 28px rgba(168, 52, 31, .28);
}

.premium-home .btn-primary:hover {
  border-color: #8a2818;
  background: #8a2818;
}

.premium-secondary {
  border-color: #b9d1ce !important;
  background: rgba(255, 255, 255, .8) !important;
  color: var(--premium-ink) !important;
}

.hero-assurances {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  color: #587174;
  font-size: 13px;
  font-weight: 650;
}

.hero-assurances span::before {
  margin-right: 7px;
  color: var(--premium-teal);
  content: "✓";
}

.product-stage {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  margin-top: clamp(60px, 8vw, 90px);
  padding-inline: 36px;
}

.stage-glow {
  position: absolute;
  inset: 12% 6% -14%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(42, 169, 156, .22), rgba(38, 118, 220, .2));
  filter: blur(60px);
}

.product-window {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #cbdedb;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--premium-shadow), 0 0 0 9px rgba(255, 255, 255, .46);
}

.window-bar {
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8faf9;
  border-bottom: 1px solid #e0ebe9;
}

.window-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef7565;
}

.window-bar i:nth-child(2) {
  background: #f3bd4d;
}

.window-bar i:nth-child(3) {
  background: #54c69b;
}

.window-bar span {
  margin-left: auto;
  color: #789092;
  font-size: 12px;
  font-weight: 700;
}

.window-bar b {
  margin-left: auto;
  border-radius: 999px;
  padding: 6px 10px;
  background: #e8f5f2;
  color: var(--premium-teal);
  font-size: 10px;
  text-transform: uppercase;
}

.product-window img {
  width: 100%;
  height: auto;
  display: block;
}

.floating-proof {
  position: absolute;
  z-index: 2;
  border: 1px solid #d4e3e1;
  border-radius: 14px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(16, 47, 53, .14);
  backdrop-filter: blur(14px);
}

.floating-proof-left {
  left: 4px;
  bottom: 18%;
}

.floating-proof-right {
  right: 2px;
  top: 21%;
}

.floating-proof-top-left {
  left: -6px;
  top: 14%;
}

.floating-proof-top-right {
  right: 6px;
  top: 12%;
}

.floating-proof-bottom-left {
  left: -10px;
  bottom: 14%;
}

.floating-proof-bottom-right {
  right: -8px;
  bottom: 16%;
}

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

.floating-proof strong {
  color: var(--premium-ink);
  font-size: 13px;
}

.floating-proof small {
  margin-top: 2px;
  color: var(--premium-muted);
  font-size: 11px;
}

.proof-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 900;
}

.proof-icon-alert {
  background: #fff0ed;
  color: var(--premium-coral-text);
}

.proof-icon-ready {
  background: #e7f6f1;
  color: var(--premium-teal);
}

.proof-icon-amber {
  background: #fff4e0;
  color: #985a08;
}

.proof-icon-violet {
  background: #ece9ff;
  color: #5d4cd0;
}

.proof-icon-coral {
  background: #ffe5df;
  color: var(--premium-coral-text);
}

/* Hero cierre card (replaces hero image) */
.cierre-card {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3.4vw, 38px);
  background: #fff;
  text-align: left;
}

.cierre-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cierre-card-eyebrow {
  margin: 0;
  color: var(--premium-coral-text) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cierre-card-head h3,
.cierre-card-head .cierre-card-title {
  margin: 6px 0 0;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.cierre-card-period {
  margin: 8px 0 0;
  color: var(--premium-muted) !important;
  font-size: 13px;
  font-weight: 600;
}

.cierre-card-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #f8d2c8;
  border-radius: 999px;
  padding: 7px 13px;
  background: #fff5f2;
  color: var(--premium-coral-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cierre-card-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--premium-coral);
  box-shadow: 0 0 0 4px rgba(232, 100, 80, .16);
  animation: cierre-pulse 1.8s ease-in-out infinite;
}

@keyframes cierre-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .55; }
}

.cierre-metrics {
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--premium-line);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.cierre-metrics li {
  margin: 0;
  display: grid;
  gap: 4px;
}

.cierre-metrics strong {
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1;
  letter-spacing: -.04em;
}

.cierre-metrics small {
  color: var(--premium-muted) !important;
  font-size: 12px;
  line-height: 1.4;
}

.trend-up {
  color: var(--premium-coral-text) !important;
}

.metric-chip {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.metric-chip-coral {
  background: #ffe5df;
  color: #962f1e;
}

.metric-chip-amber {
  background: #fff1d6;
  color: var(--premium-amber-text);
}

.metric-chip-blue {
  background: #e1ecff;
  color: #1e57bf;
}

.metric-chip-violet {
  background: #ece9ff;
  color: #4f3ec2;
}

.metric-chip-dark {
  background: #102f35;
  color: #fff;
}

.cierre-card-foot {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--premium-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cierre-progress {
  display: grid;
  grid-template-columns: minmax(140px, 220px) auto;
  gap: 12px;
  align-items: center;
  flex: 1 1 280px;
}

.cierre-progress span {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e3eeec;
}

.cierre-progress span b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--premium-teal), #2aa99c);
}

.cierre-progress strong {
  color: var(--premium-ink);
  font-size: 13px;
  font-weight: 800;
}

.cierre-card-cta {
  border-radius: 10px;
  padding: 11px 16px;
  background: var(--premium-teal);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(14, 118, 110, .22);
  transition: background .2s ease, transform .2s ease;
}

.cierre-card-cta:hover {
  background: var(--premium-teal-dark);
  transform: translateY(-1px);
}

.hero-product-window {
  background: #fff;
}

/* Confidence rail */
.confidence-rail {
  border-block: 1px solid var(--premium-line);
  background: #fff;
}

.confidence-rail .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.confidence-rail .wrap > div {
  padding: 27px 24px;
  border-right: 1px solid var(--premium-line);
  text-align: center;
}

.confidence-rail .wrap > div:last-child {
  border-right: 0;
}

.confidence-rail strong,
.confidence-rail span {
  display: block;
}

.confidence-rail strong {
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 19px;
}

.confidence-rail span {
  margin-top: 3px;
  color: var(--premium-muted);
  font-size: 12px;
}

/* Story */
.story-section {
  background: var(--premium-cream);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, minmax(260px, auto));
  gap: 18px;
}

.story-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e3da;
  border-radius: 24px;
  padding: clamp(28px, 4vw, 46px);
  background: #fff;
  box-shadow: 0 18px 46px rgba(48, 55, 45, .06);
}

.story-card-main {
  grid-row: 1 / 3;
  min-height: 550px;
  padding-right: clamp(38px, 8vw, 110px);
  background:
    radial-gradient(circle at 88% 80%, rgba(42, 169, 156, .18), transparent 18rem),
    #fff;
}

.story-card-accent {
  background: #e7f5f2;
}

.story-card-dark {
  border-color: #173b40;
  background: #15383d;
}

.story-card-dark h3,
.story-card-dark .story-label,
.story-card-dark .story-number,
.story-card-dark .closure-meter strong {
  color: #fff;
}

.story-card-dark > p {
  color: #bdd0d0;
}

.story-number {
  color: #819496;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
}

.story-label {
  margin-top: 64px !important;
  color: var(--premium-teal) !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-card h3 {
  max-width: 590px;
  margin-top: 13px !important;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.story-card > p:not(.story-label) {
  max-width: 580px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.65;
}

.story-card ul {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.story-card li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #35575a;
  font-size: 14px;
  font-weight: 700;
}

.story-card li::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7f5f2;
  color: var(--premium-teal);
  content: "✓";
  font-size: 11px;
}

.story-card-accent .story-label,
.story-card-dark .story-label {
  margin-top: 32px !important;
}

.closure-meter {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.closure-meter span {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.closure-meter span b {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: #56d3b8;
}

.closure-meter strong {
  font-size: 13px;
}

/* Product tour */
.product-tour-section {
  background: #f8fbfa;
}

.product-tour {
  border: 1px solid #cfdfdc;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 75px rgba(16, 47, 53, .09);
}

.product-tabs {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  border-bottom: 1px solid var(--premium-line);
}

.product-tabs button {
  min-height: 82px;
  border: 0;
  border-radius: 14px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  background: transparent;
  color: var(--premium-muted);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.product-tabs button:hover {
  background: #f4f9f8;
}

.product-tabs button[aria-selected="true"] {
  background: #e9f6f3;
  color: var(--premium-teal);
}

.product-tabs button > span {
  grid-row: 1 / 3;
  align-self: center;
  color: #8aa09f;
  font-size: 11px;
  font-weight: 800;
}

.product-tabs strong,
.product-tabs small {
  display: block;
}

.product-tabs strong {
  color: var(--premium-ink);
  font-size: 15px;
}

.product-tabs small {
  font-size: 11px;
}

.product-panels {
  padding: clamp(24px, 4vw, 46px);
}

.product-panels > article {
  grid-template-columns: minmax(250px, .38fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.product-panels > article:not([hidden]) {
  display: grid;
}

.product-panels > article[hidden] {
  display: none;
}

.panel-copy > span {
  color: var(--premium-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.panel-copy h3 {
  margin-top: 14px !important;
  font-size: clamp(29px, 3.5vw, 43px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.panel-copy p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.65;
}

.panel-copy .panel-cta {
  margin-top: 28px;
  min-height: 48px;
  width: fit-content;
  border: 1px solid var(--premium-teal);
  border-radius: 12px;
  padding: 12px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--premium-teal);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 10px 24px rgba(14, 118, 110, .18);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.panel-copy .panel-cta:hover {
  border-color: #095f59;
  background: #095f59;
  box-shadow: 0 14px 30px rgba(14, 118, 110, .25);
  transform: translateY(-2px);
}

.panel-copy .panel-cta:focus-visible {
  outline: 3px solid rgba(14, 118, 110, .22);
  outline-offset: 3px;
}

.panel-copy .panel-cta span {
  font-size: 19px;
  line-height: 1;
  transition: transform .2s ease;
}

.panel-copy .panel-cta:hover span {
  transform: translateX(3px);
}

.panel-copy > small {
  display: block;
  margin-top: 12px;
  color: #7d8e90;
  font-size: 11px;
}

.tour-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d5e1df;
  border-radius: 16px;
  background: #f4f6f9;
  box-shadow: 0 18px 50px rgba(16, 47, 53, .12);
}

.tour-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* Roles */
.role-section {
  background: #fff;
}

.role-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.role-intro {
  position: sticky;
  top: 110px;
}

.role-intro > p:last-child {
  max-width: 480px;
  margin-top: 24px;
}

.role-list {
  border-top: 1px solid var(--premium-line);
}

.role-list article {
  min-height: 144px;
  padding: 27px 12px;
  border-bottom: 1px solid var(--premium-line);
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 28px;
  align-items: center;
}

.role-list article > span {
  color: var(--premium-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.role-list h3 {
  font-size: 24px;
  letter-spacing: -.02em;
}

.role-list p {
  margin-top: 7px;
  font-size: 14px;
}

.role-list article > b {
  color: #c8d6d4;
  font-family: var(--font-display);
  font-size: 31px;
}

/* AI */
.ai-premium-section {
  background: #15383d;
}

.ai-premium-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.ai-device {
  position: relative;
  max-width: 560px;
  padding: 36px 36px 0;
}

.ai-device::before {
  position: absolute;
  inset: 10% 0 0;
  border-radius: 50%;
  background: linear-gradient(140deg, rgba(81, 207, 185, .34), rgba(89, 132, 243, .28));
  filter: blur(50px);
  content: "";
}

.ai-device figure {
  position: relative;
  overflow: hidden;
  max-height: 630px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 25px 25px 0 0;
  background: #f5f7fc;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .32);
}

.ai-device img {
  width: 100%;
  height: auto;
  display: block;
}

.ai-premium-copy .premium-kicker {
  color: #70d5c1 !important;
}

.ai-premium-copy h2 {
  color: #fff;
}

.ai-premium-copy > p {
  max-width: 620px;
  margin-top: 25px;
  color: #c0d0d1;
}

.prompt-stack {
  margin: 32px 0;
  display: grid;
  gap: 10px;
}

.prompt-stack span {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .045);
  color: #e7f0f0;
  font-size: 14px;
}

.ai-premium-copy .premium-secondary {
  border-color: rgba(255, 255, 255, .24) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.ai-cierre-card {
  margin: 30px 0 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  padding: 22px 22px 8px;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(8px);
}

.ai-cierre-card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ai-cierre-eyebrow {
  color: #70d5c1 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ai-cierre-period {
  color: rgba(255, 255, 255, .55) !important;
  font-size: 11px;
  font-weight: 700;
}

.ai-cierre-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.ai-cierre-card li {
  margin: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ai-cierre-card li:last-child {
  border-bottom: 0;
}

.ai-cierre-card strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.ai-cierre-card small {
  display: block;
  margin-top: 3px;
  color: #b6c7c8 !important;
  font-size: 12.5px;
  line-height: 1.45;
}

.ai-cierre-icon {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.ai-cierre-icon-coral { background: rgba(232, 100, 80, .18); color: #ffb6a3; }
.ai-cierre-icon-amber { background: rgba(231, 168, 60, .2); color: #ffd58a; }
.ai-cierre-icon-violet { background: rgba(120, 105, 220, .25); color: #c8bfff; }
.ai-cierre-icon-blue { background: rgba(80, 138, 224, .22); color: #a8c8f0; }

.ai-disclaimer {
  margin-top: 24px !important;
  max-width: 620px;
  color: #93a8a9 !important;
  font-size: 12.5px !important;
  line-height: 1.55;
}

/* Flujo section */
.flujo-section {
  background: var(--premium-cream);
}

.flujo-strip {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  counter-reset: flujo;
}

.flujo-step {
  position: relative;
  border: 1px solid #e2e3da;
  border-radius: 20px;
  padding: 24px 22px 26px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(48, 55, 45, .05);
  display: grid;
  gap: 12px;
  align-content: start;
}

.flujo-step + .flujo-step::before {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1.5px;
  background: #c9d3d1;
  content: "";
}

.flujo-step-num {
  color: var(--premium-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.flujo-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.flujo-step-icon-detecta { background: #fff0ed; color: var(--premium-coral-text); }
.flujo-step-icon-revisa { background: #e7f5f2; color: var(--premium-teal); }
.flujo-step-icon-corrige { background: #ece9ff; color: #5d4cd0; }
.flujo-step-icon-documenta { background: #fff4e0; color: var(--premium-amber-text); }
.flujo-step-icon-cierra { background: #102f35; color: #56d3b8; }

.flujo-step h3 {
  margin: 0 !important;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.flujo-step p {
  margin: 0;
  color: #4b6266 !important;
  font-size: 14px;
  line-height: 1.55;
}

.flujo-step-cierre {
  background: linear-gradient(155deg, #102f35, #1a444c);
  border-color: #102f35;
}

.flujo-step-cierre h3,
.flujo-step-cierre .flujo-step-num {
  color: #fff;
}

.flujo-step-cierre p {
  color: #b8cccd !important;
}

.flujo-detail {
  margin-top: 32px;
  border-top: 1px solid #e2e3da;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.flujo-detail-label {
  margin: 0;
  color: var(--premium-teal) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.flujo-detail > p {
  margin: 0;
  max-width: 720px;
  color: #4b6266 !important;
  font-size: 15px;
  line-height: 1.6;
}

/* Roles rebuilt as grid */
.role-section {
  background: #fff;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.role-card {
  position: relative;
  border: 1px solid var(--premium-line);
  border-radius: 22px;
  padding: 26px 26px 28px;
  background: linear-gradient(180deg, #fbfdfc, #f5faf9);
  display: grid;
  gap: 18px;
  box-shadow: 0 18px 42px rgba(16, 47, 53, .06);
}

.role-card header {
  display: grid;
  gap: 8px;
}

.role-tag {
  width: max-content;
  border-radius: 999px;
  padding: 5px 11px;
  background: #e9f6f3;
  color: var(--premium-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.role-card h3 {
  margin: 0 !important;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.role-mockup {
  border: 1px solid #d6e4e1;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(16, 47, 53, .04);
}

/* RH pendientes list */
.role-pending-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.role-pending-list li {
  margin: 0;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e5efed;
  border-radius: 12px;
  background: #fbfdfc;
}

.role-pending-list strong {
  display: block;
  color: var(--premium-ink);
  font-size: 14px;
  font-weight: 800;
}

.role-pending-list small {
  display: block;
  margin-top: 2px;
  color: #5b7174 !important;
  font-size: 12px;
}

.role-pending-list li > b {
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.03em;
}

.role-pending-icon {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 10px;
}

.role-pending-icon-coral { background: #ffe5df; color: var(--premium-coral-text); }
.role-pending-icon-amber { background: #fff1d6; color: var(--premium-amber-text); }
.role-pending-icon-violet { background: #ece9ff; color: #5d4cd0; }
.role-pending-icon-dark { background: #102f35; color: #56d3b8; }

/* Supervisor review */
.role-review {
  display: grid;
  gap: 14px;
}

.role-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.role-review-head strong {
  display: block;
  color: var(--premium-ink);
  font-size: 15px;
  font-weight: 800;
}

.role-review-head small {
  display: block;
  margin-top: 3px;
  color: #5b7174 !important;
  font-size: 12.5px;
}

.role-status {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.role-status-amber {
  background: #fff1d6;
  color: var(--premium-amber-text);
}

.role-timeline {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  display: grid;
  gap: 12px;
  position: relative;
}

.role-timeline::before {
  position: absolute;
  left: 9px;
  top: 6px;
  bottom: 6px;
  width: 1.5px;
  background: #d6e4e1;
  content: "";
}

.role-timeline li {
  margin: 0;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: flex-start;
}

.role-timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 4px 0 0 4px;
  background: var(--premium-teal);
  box-shadow: 0 0 0 4px #fff, 0 0 0 5.5px var(--premium-teal);
}

.role-timeline-dot-amber { background: #d6871a; box-shadow: 0 0 0 4px #fff, 0 0 0 5.5px #d6871a; }
.role-timeline-dot-violet { background: #5d4cd0; box-shadow: 0 0 0 4px #fff, 0 0 0 5.5px #5d4cd0; }

.role-timeline strong {
  display: block;
  color: var(--premium-ink);
  font-size: 13.5px;
  font-weight: 800;
}

.role-timeline small {
  display: block;
  margin-top: 2px;
  color: #5b7174 !important;
  font-size: 12px;
}

.role-review-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.role-action {
  border-radius: 9px;
  padding: 8px 14px;
  font-size: 12.5px;
  font-weight: 800;
}

.role-action-approve {
  background: var(--premium-teal);
  color: #fff;
}

.role-action-reject {
  background: #fbe9e4;
  color: var(--premium-coral-text);
}

/* Colaborador card */
.role-mockup-colab {
  display: grid;
  gap: 14px;
}

.role-colab-head strong {
  display: block;
  color: var(--premium-ink);
  font-size: 15px;
  font-weight: 800;
}

.role-colab-head small {
  display: block;
  margin-top: 2px;
  color: #5b7174 !important;
  font-size: 12.5px;
}

.role-colab-checada {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid #d6e4e1;
  border-radius: 12px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #f5faf9, #fff);
}

.role-colab-checada > div {
  display: grid;
  gap: 4px;
  text-align: center;
}

.role-colab-checada span {
  color: #5b7174 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.role-colab-checada strong {
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.02em;
}

.role-colab-divider {
  width: 1px;
  height: 36px;
  background: #d6e4e1;
  margin: 0 8px;
}

.role-colab-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.role-colab-actions li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  background: #fbfdfc;
  color: #35575a !important;
  font-size: 13.5px;
  font-weight: 700;
}

.role-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.role-dot-teal { background: var(--premium-teal); }
.role-dot-amber { background: #d6871a; }
.role-dot-violet { background: #5d4cd0; }
.role-dot-blue { background: #1e57bf; }

/* Dirección exec */
.role-exec {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.role-exec li {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 11px 14px;
  border: 1px solid #e5efed;
  border-radius: 12px;
  background: #fbfdfc;
}

.role-exec strong {
  display: block;
  color: var(--premium-ink);
  font-size: 14px;
  font-weight: 800;
}

.role-exec small {
  display: block;
  color: #5b7174 !important;
  font-size: 12.5px;
}

.role-trend-up {
  color: var(--premium-coral) !important;
  font-weight: 700;
}

.role-exec-alert {
  grid-template-columns: 12px 1fr !important;
  align-items: center;
}

.role-alert-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--premium-coral);
  box-shadow: 0 0 0 4px rgba(232, 100, 80, .15);
}

/* Pricing calculator */
.price-anchor {
  max-width: 680px;
  margin: 22px 0 0 !important;
  padding: 14px 18px;
  border-left: 3px solid var(--premium-coral);
  background: #fff5f2;
  color: #4b6266 !important;
  font-size: 15px !important;
  line-height: 1.6;
  border-radius: 0 10px 10px 0;
}

.price-calculator {
  margin-top: 28px;
  border: 1px solid #cbdedb;
  border-radius: 18px;
  padding: 20px 22px 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 47, 53, .05);
}

.price-calculator-eyebrow {
  margin: 0 0 14px !important;
  color: var(--premium-teal) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-calculator-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.price-tier {
  position: relative;
  cursor: pointer;
}

.price-tier input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.price-tier-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: end;
  padding: 14px 16px;
  border: 1px solid #d6e4e1;
  border-radius: 12px;
  background: #fbfdfc;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.price-tier-card strong {
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.03em;
}

.price-tier-card small {
  color: #5b7174 !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  grid-column: 1;
  margin-top: 2px;
}

.price-tier-card b {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-align: right;
}

.price-tier-card b small {
  display: block;
  margin-top: 2px;
  color: #5b7174 !important;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: right;
}

.price-tier input:checked + .price-tier-card {
  border-color: var(--premium-teal);
  background: #e9f6f3;
  box-shadow: 0 0 0 3px rgba(14, 118, 110, .12);
}

.price-tier input:focus-visible + .price-tier-card {
  outline: 3px solid rgba(14, 118, 110, .22);
  outline-offset: 2px;
}

.price-calculator-note {
  margin: 14px 0 0 !important;
  color: var(--premium-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.5;
}

.price-calculator-entry {
  margin: 8px 0 0 !important;
  color: var(--premium-teal) !important;
  font-size: 12.5px !important;
  font-weight: 700;
  line-height: 1.5;
}

/* Modules grid (compact) */
.modules-section {
  background: #f8fbfa;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.module-card {
  position: relative;
  border: 1px solid #d2e0dd;
  border-radius: 18px;
  padding: 22px 22px 24px;
  background: #fff;
  display: grid;
  gap: 8px;
  align-content: start;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 12px 32px rgba(16, 47, 53, .04);
}

.module-card:hover {
  border-color: var(--premium-teal);
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(16, 47, 53, .1);
}

.module-num {
  color: var(--premium-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.module-card h3 {
  margin: 0 !important;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.module-card p {
  margin: 0;
  color: #4b6266 !important;
  font-size: 13.5px;
  line-height: 1.55;
}

.module-card small {
  color: var(--premium-teal) !important;
  font-size: 12px;
  font-weight: 800;
  margin-top: 6px;
}

.module-card-note {
  color: var(--premium-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  margin-top: 2px !important;
  text-transform: none !important;
}

.module-card-ai {
  background: linear-gradient(155deg, #102f35, #1a444c);
  border-color: #102f35;
}

.module-card-ai h3,
.module-card-ai .module-num {
  color: #fff;
}

.module-card-ai p {
  color: #b8cccd !important;
}

.module-card-ai small {
  color: #70d5c1 !important;
}

/* Onboarding steps */
.onboarding-section {
  background: #fff;
}

.onboarding-entry {
  margin: 14px auto 0 !important;
  max-width: 620px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e9f6f3;
  color: var(--premium-teal) !important;
  font-size: 13.5px !important;
  font-weight: 700;
  line-height: 1.45;
}

.onboarding-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  counter-reset: onboarding;
}

.onboarding-steps li {
  margin: 0;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--premium-line);
  border-radius: 16px;
  background: #fbfdfc;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.onboarding-steps li:hover {
  border-color: var(--premium-teal);
  box-shadow: 0 14px 32px rgba(16, 47, 53, .07);
}

.onboarding-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #e9f6f3;
  color: var(--premium-teal);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
}

.onboarding-steps h3 {
  margin: 0 !important;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.onboarding-steps p {
  margin: 4px 0 0;
  color: #5b7174 !important;
  font-size: 13px;
  line-height: 1.45;
}

.onboarding-steps a {
  color: var(--premium-teal);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.onboarding-note {
  border-radius: 999px;
  padding: 5px 11px;
  background: #fff1d6;
  color: var(--premium-amber-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.onboarding-note-muted {
  background: #eef4f3;
  color: #5b7174;
}

.demo-copy .demo-steps {
  display: none;
}

/* Commercial */
.commercial-section {
  background: #eef7f5;
}

.commercial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .52fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}

.commercial-copy > p {
  max-width: 680px;
  margin-top: 24px;
}

.commercial-copy > p strong {
  color: var(--premium-ink);
}

.price-examples {
  margin-top: 36px;
  border-top: 1px solid #cbdedb;
}

.price-examples span {
  padding: 16px 0;
  border-bottom: 1px solid #cbdedb;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 10px;
  color: #587174;
  font-size: 14px;
}

.price-examples span b {
  color: var(--premium-teal);
  font-size: 20px;
}

.price-examples span strong {
  color: var(--premium-ink);
}

.commercial-card {
  border: 1px solid #c6dbd7;
  border-radius: 24px;
  padding: 38px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(16, 47, 53, .11);
}

.commercial-card > span {
  color: var(--premium-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.commercial-card > strong {
  margin-top: 20px;
  display: block;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
  letter-spacing: -.05em;
}

.commercial-card > strong small {
  font-size: 18px;
  letter-spacing: 0;
}

.commercial-card > p {
  margin-top: 6px;
  font-size: 14px;
}

.commercial-card ul {
  margin: 30px 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--premium-line);
  display: grid;
  gap: 12px;
  list-style: none;
}

.commercial-card li {
  margin: 0;
  color: #36595c;
  font-size: 14px;
}

.commercial-card li::before {
  margin-right: 9px;
  color: var(--premium-teal);
  content: "✓";
  font-weight: 900;
}

.commercial-card .btn {
  width: 100%;
}

.commercial-card > small {
  display: block;
  margin-top: 14px;
  color: var(--premium-muted);
  font-size: 11px;
  text-align: center;
}

/* Demo */
.demo-section {
  background:
    radial-gradient(circle at 10% 80%, rgba(42, 169, 156, .16), transparent 28rem),
    #fbf8f0;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(430px, .68fr);
  gap: clamp(60px, 9vw, 120px);
  align-items: center;
}

.demo-copy > p {
  max-width: 590px;
  margin-top: 24px;
}

.demo-steps {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.demo-steps span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #36595c;
  font-size: 14px;
  font-weight: 700;
}

.demo-steps b {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #e2f2ef;
  color: var(--premium-teal);
  font-size: 12px;
}

.public-demo-link {
  margin-top: 34px;
  display: inline-block;
  color: var(--premium-teal);
  font-size: 14px;
  font-weight: 800;
}

.premium-form {
  border: 1px solid #e0dfd5;
  border-radius: 24px;
  padding: clamp(26px, 4vw, 42px);
  display: grid;
  gap: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(54, 57, 45, .12);
}

.form-heading {
  margin-bottom: 5px;
}

.form-heading > span {
  color: var(--premium-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin-top: 8px !important;
  font-size: 28px;
  line-height: 1.08;
}

.form-heading p {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.55;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: #28494c;
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ccdcd9;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fbfdfc;
  color: var(--premium-ink);
  font: inherit;
  font-size: 14px;
}

.field input:focus,
.field select:focus {
  border-color: var(--premium-teal);
  outline: 3px solid rgba(14, 118, 110, .13);
}

.premium-form .btn {
  width: 100%;
  margin-top: 2px;
}

.form-message {
  min-height: 20px;
  color: var(--premium-muted);
  font-size: 12px;
  text-align: center;
}

.form-message.error {
  color: #bd4435;
}

.form-message.success {
  color: var(--premium-teal);
}

/* FAQ */
.faq-premium-section {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--premium-line);
}

.faq-list details {
  border-bottom: 1px solid var(--premium-line);
}

.faq-list summary {
  padding: 24px 42px 24px 0;
  color: var(--premium-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--premium-teal);
  content: "+";
  font-size: 22px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 680px;
  padding: 0 42px 24px 0;
  font-size: 15px;
  line-height: 1.65;
}

.premium-mobile-bar {
  display: none;
}

@media (max-width: 980px) {
  .split-heading,
  .role-layout,
  .commercial-layout,
  .demo-layout,
  .faq-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }

  .role-intro {
    position: static;
  }

  .product-panels > article {
    grid-template-columns: 1fr;
  }

  .panel-copy {
    max-width: 680px;
  }

  .ai-premium-layout {
    grid-template-columns: .8fr 1fr;
    gap: 40px;
  }

  .confidence-rail .wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .confidence-rail .wrap > div:nth-child(2) {
    border-right: 0;
  }

  .confidence-rail .wrap > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--premium-line);
  }

  .flujo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .flujo-step + .flujo-step::before {
    display: none;
  }

  .cierre-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .cierre-metric-trend {
    grid-column: 1 / -1;
  }

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

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

  .onboarding-steps {
    grid-template-columns: 1fr;
  }

  .price-calculator-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .floating-proof-top-left,
  .floating-proof-top-right,
  .floating-proof-bottom-left,
  .floating-proof-bottom-right {
    position: relative;
    inset: auto;
    margin: 10px 0 0;
  }
}

@media (max-width: 720px) {
  .premium-section {
    padding: 72px 0;
  }

  .premium-hero {
    padding-top: 42px;
  }

  .hero-announcement {
    margin-bottom: 26px;
    font-size: 11px;
  }

  .premium-kicker {
    font-size: 11px;
  }

  .premium-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .premium-lead {
    font-size: 17px;
  }

  .premium-actions {
    display: grid;
  }

  .premium-actions .btn {
    width: 100%;
  }

  .hero-assurances {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  .product-stage {
    overflow-x: clip;
    width: calc(100% - 20px);
    padding-inline: 0;
  }

  .window-bar {
    min-height: 38px;
    padding-inline: 12px;
  }

  .window-bar b {
    display: none;
  }

  .window-bar span {
    font-size: 9px;
  }

  .product-window {
    border-radius: 14px;
  }

  .floating-proof {
    position: relative;
    inset: auto;
    margin: 12px 0 0;
  }

  .floating-proof-right {
    display: none;
  }

  .confidence-rail .wrap {
    width: 100%;
  }

  .confidence-rail .wrap > div {
    padding: 20px 10px;
  }

  .confidence-rail strong {
    font-size: 16px;
  }

  .confidence-rail span {
    font-size: 10px;
  }

  .premium-section-heading h2,
  .role-intro h2,
  .ai-premium-copy h2,
  .commercial-copy h2,
  .demo-copy h2,
  .faq-layout h2 {
    font-size: 39px;
  }

  .split-heading,
  .role-layout,
  .commercial-layout,
  .demo-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 24px;
  }

  .premium-section-heading > p:last-child,
  .split-heading > p,
  .role-intro > p:last-child,
  .ai-premium-copy > p,
  .commercial-copy > p,
  .demo-copy > p {
    font-size: 16px;
  }

  .cierre-card {
    padding: 22px;
  }

  .cierre-card-head h3,
  .cierre-card-head .cierre-card-title {
    font-size: 22px;
  }

  .cierre-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cierre-metric-trend {
    grid-column: 1 / -1;
  }

  .cierre-metrics strong {
    font-size: 26px;
  }

  .cierre-card-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .cierre-card-cta {
    text-align: center;
  }

  .flujo-strip {
    grid-template-columns: 1fr;
  }

  .flujo-step {
    padding: 22px;
  }

  .flujo-step h3 {
    font-size: 20px;
  }

  .flujo-detail {
    flex-direction: column;
    align-items: flex-start;
  }

  .role-card {
    padding: 22px;
  }

  .role-card h3 {
    font-size: 19px;
  }

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

  .module-card {
    padding: 20px;
  }

  .onboarding-steps li {
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
    gap: 12px 14px;
  }

  .onboarding-steps a,
  .onboarding-note {
    grid-column: 2;
  }

  .price-calculator-grid {
    grid-template-columns: 1fr;
  }

  .price-tier-card {
    grid-template-columns: 1fr auto;
  }

  .price-anchor {
    font-size: 14px !important;
  }

  .ai-premium-layout {
    grid-template-columns: 1fr;
  }

  .ai-device {
    max-width: 420px;
    padding: 16px 16px 0;
  }

  .ai-device figure {
    max-height: 510px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .premium-form {
    border-radius: 18px;
  }

  .faq-list summary {
    padding-right: 8px;
    font-size: 15px;
  }

  .faq-list p {
    padding-right: 8px;
  }

  .premium-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    border-top: 1px solid #d5e3e0;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 -10px 35px rgba(16, 47, 53, .11);
    backdrop-filter: blur(16px);
  }

  .premium-mobile-bar a {
    min-height: 44px;
    border: 1px solid #bdd2cf;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: var(--premium-ink);
    font-size: 12px;
    font-weight: 800;
  }

  .premium-mobile-bar a:last-child {
    border-color: var(--premium-teal);
    background: var(--premium-teal);
    color: #fff;
  }
}

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