/* Commercial presentation styles for the ATENVYA landing page. */
.announcement {
  color: #dce8f7;
  background: #04142c;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
}

.announcement-wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.announcement b {
  margin-right: 8px;
  padding: 4px 7px;
  color: #04142c;
  background: #65e5d6;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.announcement a { color: #fff; font-weight: 800; text-decoration: none; }
.header.scrolled { box-shadow: 0 12px 35px rgba(7, 29, 58, .08); }
.hero { background-image: radial-gradient(circle at 80% 10%, rgba(32,199,181,.15), transparent 34%), linear-gradient(135deg,#04142c 0%,#082a52 58%,#0b3b5f 100%); }
.hero-copy { max-width: 620px; }
.hero h1 { max-width: 700px; }
.product-stage { position: relative; min-width: 0; }
.product-caption { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 18px; }
.product-caption button { position: relative; padding: 8px 11px 11px; color: #91abc5; background: transparent; border: 0; border-radius: 8px; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.product-caption button::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 3px; height: 2px; background: #59e0d0; border-radius: 2px; opacity: 0; transform: scaleX(.25); transition: .35s ease; }
.product-caption button:hover,.product-caption button.is-active { color: #fff; }
.product-caption button.is-active::after { opacity: 1; transform: scaleX(1); }
.live-pill { color: #087c71 !important; background: #ddf8f2 !important; }
.product-window { box-shadow: 0 45px 120px rgba(0, 0, 0, .4), 0 0 0 8px rgba(255,255,255,.035); }
.screen-stack { position: relative; min-width: 0; min-height: 420px; overflow: hidden; }
.product-screen { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateX(24px) scale(.985); transition: opacity .5s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.product-screen.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: none; }
.agenda-days { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin: 24px 0 17px; }
.agenda-days span { display: grid; place-items: center; gap: 4px; padding: 9px 5px; color: #75869b; background: #f0f4f8; border: 1px solid #e1e9f1; border-radius: 10px; font-size: 8px; font-weight: 800; }
.agenda-days span small { color: var(--ink); font-size: 12px; }
.agenda-days span.active { color: #fff; background: var(--blue); border-color: var(--blue); }
.agenda-days span.active small { color: #fff; }
.appointment-accent { margin: 0 -10px; padding-inline: 10px; background: #f4f7ff; border-radius: 10px; }
.patient-highlight { display: flex; align-items: center; justify-content: space-between; margin: 24px 0 20px; padding: 18px; color: #fff; background: linear-gradient(135deg,#3155f5,#0d8a9d); border-radius: 15px; }
.patient-highlight div { display: grid; gap: 4px; }
.patient-highlight small { color: #dbe4ff; font-size: 9px; }
.patient-highlight strong { font-size: 28px; }
.patient-highlight > span { padding: 6px 8px; background: rgba(255,255,255,.15); border-radius: 8px; font-size: 9px; font-weight: 800; }
.patient-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: center; padding: 12px 0; border-top: 1px solid #e2e8f0; }
.patient-row > i { width: 32px; height: 32px; display: grid; place-items: center; color: #3155f5; background: #e9edff; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 900; }
.patient-row > div { display: grid; gap: 3px; }
.patient-row strong { font-size: 11px; }
.patient-row small { color: #78899c; font-size: 8px; }
.patient-row > b { padding: 5px 7px; color: #087c71; background: #dff8f3; border-radius: 7px; font-size: 7px; }
.patient-row > b.attention { color: #9b6412; background: #fff3d9; }
.finance-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 17px; }
.finance-summary article { display: grid; gap: 6px; padding: 16px; border: 1px solid #e0e8f0; border-radius: 13px; }
.finance-summary small { color: #74869a; font-size: 9px; }
.finance-summary strong { font-size: 21px; letter-spacing: -.03em; }
.finance-summary span { color: #1ba193; font-size: 8px; }
.chart-bars { height: 135px; display: flex; align-items: end; gap: 10px; padding: 18px 18px 0; background: linear-gradient(180deg,#f7f9fc,#fff); border: 1px solid #e4ebf2; border-radius: 13px; }
.chart-bars i { flex: 1; min-height: 12px; background: linear-gradient(180deg,#4d6bff,#21c9b6); border-radius: 5px 5px 2px 2px; }
.chart-legend { display: flex; justify-content: space-between; margin-top: 10px; color: #7d8da0; font-size: 8px; }
.chart-legend b { color: #178f82; }

.manifesto-section { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: #071d3a; }
.manifesto-section::after { content: "A"; position: absolute; right: 4vw; top: -95px; color: rgba(255,255,255,.025); font-size: 390px; font-weight: 950; line-height: 1; letter-spacing: -.12em; }
.manifesto-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .42fr 1.58fr; gap: 90px; align-items: start; }
.manifesto-grid > span { padding-top: 13px; color: #63e7d7; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-grid p { max-width: 890px; margin: 0; color: #d4dfeb; font-size: clamp(32px,4.1vw,56px); font-weight: 350; line-height: 1.12; letter-spacing: -.045em; }
.manifesto-grid strong { color: #fff; font-weight: 800; }

.impact-section { overflow: hidden; background: #f5f8fc; }
.impact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 76px; align-items: center; }
.impact-copy h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(38px, 4.7vw, 58px); line-height: 1.04; letter-spacing: -.055em; }
.impact-copy > p { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.impact-points { display: grid; gap: 12px; margin-top: 30px; }
.impact-points article { display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: start; }
.impact-points article > b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: #e8edff; border-radius: 11px; font-size: 10px; }
.impact-points article > span { display: grid; gap: 3px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.impact-points strong { color: var(--ink); font-size: 15px; }

.calculator-card { position: relative; padding: 38px; color: #fff; background: linear-gradient(145deg, #071d3a, #0b345c); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 34px 90px rgba(6,27,57,.24); }
.calculator-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 100% 0, rgba(32,199,181,.22), transparent 36%); border-radius: inherit; }
.calculator-card > * { position: relative; z-index: 1; }
.calculator-badge { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; color: #70ebdc; background: rgba(32,199,181,.11); border: 1px solid rgba(112,235,220,.22); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.calculator-card h3 { margin-bottom: 28px; font-size: 27px; line-height: 1.18; letter-spacing: -.035em; }
.calculator-card label { display: flex; justify-content: space-between; margin: 20px 0 9px; color: #c8d8e8; font-size: 13px; font-weight: 750; }
.calculator-card output { color: #fff; font-weight: 900; }
.calculator-card input[type="range"] { width: 100%; accent-color: #62e1d2; }
.calculator-result { margin: 28px 0 15px; padding: 23px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.calculator-result small { display: block; color: #93abc2; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.calculator-result strong { display: block; margin: 7px 0 8px; color: #65e5d6; font-size: 36px; letter-spacing: -.045em; }
.calculator-result p { margin: 0; color: #c2d3e4; font-size: 13px; line-height: 1.55; }
.calculator-note { display: block; margin-bottom: 20px; color: #8fa6bd; font-size: 10px; line-height: 1.5; }
.calculator-card .button { width: 100%; }

.flow-section { padding-top: 28px; background: #fff; }
.flow-track { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 13px; align-items: center; }
.flow-track article { min-height: 190px; padding: 24px 20px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(180deg,#fff,#f9fbfd); }
.flow-track article span { display: block; margin-bottom: 40px; color: var(--blue); font-size: 10px; font-weight: 900; }
.flow-track article b { display: block; margin-bottom: 8px; font-size: 16px; }
.flow-track article p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.flow-track > i { color: #9aabc0; font-style: normal; }

.premium-section { color: #fff; background: #fff; }
.premium-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 58px; background: linear-gradient(135deg,#061a37,#0c365e); border-radius: 30px; box-shadow: var(--shadow); }
.premium-card h2 { margin: 0; font-size: clamp(34px,4vw,50px); line-height: 1.06; letter-spacing: -.05em; }
.premium-signals { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.premium-signals article { padding: 21px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; }
.premium-signals b { display: block; margin-bottom: 7px; color: #fff; font-size: 15px; }
.premium-signals p { margin: 0; color: #b9cce0; font-size: 12px; line-height: 1.55; }

.transformation-section { background: linear-gradient(180deg,#fff,#f5f8fc); }
.transformation-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.transformation-copy h2 { margin-bottom: 22px; font-size: clamp(37px,4.8vw,60px); line-height: 1.02; letter-spacing: -.055em; }
.transformation-copy > p { margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.comparison-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #dbe5f0; border-radius: 28px; background: #fff; box-shadow: 0 30px 80px rgba(6,29,58,.12); }
.comparison-column { min-height: 390px; padding: 38px 34px; }
.comparison-column small { display: block; min-height: 42px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.comparison-column ul { display: grid; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.comparison-column li { position: relative; padding-left: 28px; font-size: 15px; font-weight: 750; line-height: 1.45; }
.comparison-column li::before { position: absolute; left: 0; top: 0; font-weight: 900; }
.comparison-column.before { color: #60728a; background: #f5f7fa; }
.comparison-column.before li::before { content: "−"; color: #9aabba; }
.comparison-column.after { color: #fff; background: linear-gradient(150deg,#071d3a,#0c375c); }
.comparison-column.after small { color: #62e1d2; }
.comparison-column.after li::before { content: "✓"; color: #62e1d2; }

.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.revealed { opacity: 1; transform: none; }

.outcomes-section {
  padding-top: 92px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}

.outcomes-heading {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 42px;
}

.outcomes-heading h2 {
  margin-bottom: 0;
  font-size: clamp(35px, 4.6vw, 54px);
  line-height: 1.06;
  letter-spacing: -.052em;
}

.outcomes-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.outcomes-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 45, 79, .04);
}

.outcomes-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 25px;
  color: var(--blue);
  background: #edf0ff;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 900;
}

.outcomes-grid h3 {
  margin-bottom: 11px;
  font-size: 21px;
  letter-spacing: -.025em;
}

.outcomes-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.outcomes-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 27px 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border-radius: 20px;
}

.outcomes-cta > div {
  display: grid;
  gap: 5px;
}

.outcomes-cta b {
  font-size: 18px;
}

.outcomes-cta span {
  color: #bfd0e2;
  font-size: 14px;
}

.outcomes-cta .button {
  flex: none;
}

.price small {
  max-width: 68px;
  margin-right: 8px;
  line-height: 1.15;
  font-size: 11px;
}

.contact-benefits {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #d8e5f2;
  font-size: 14px;
}

.contact-benefits li::before {
  content: "✓";
  margin-right: 9px;
  color: #62e1d2;
  font-weight: 900;
}

.privacy-note {
  grid-column: 1 / -1;
  color: #9fb4ca;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  .transformation-grid { grid-template-columns: 1fr; gap: 48px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 760px) {
  .announcement-wrap { min-height: 34px; justify-content: center; text-align: center; }
  .announcement a { display: none; }
  .impact-grid, .premium-card { grid-template-columns: 1fr; gap: 38px; }
  .calculator-card { padding: 28px 22px; border-radius: 22px; }
  .manifesto-section { padding: 72px 0; }
  .manifesto-grid p { font-size: 34px; }
  .product-caption { flex-wrap: wrap; }
  .screen-stack { min-height: 370px; }
  .product-caption button { padding-inline: 7px; font-size: 8px; }
  .flow-track { grid-template-columns: 1fr; }
  .flow-track > i { display: none; }
  .flow-track article { min-height: 0; }
  .flow-track article span { margin-bottom: 22px; }
  .premium-card { padding: 36px 24px; }
  .premium-signals { grid-template-columns: 1fr; }
  .comparison-card { grid-template-columns: 1fr; border-radius: 22px; }
  .comparison-column { min-height: auto; padding: 30px 25px; }
  .mobile-cta { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 14px; min-height: 52px; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg,var(--blue),var(--blue-2)); border-radius: 14px; box-shadow: 0 16px 42px rgba(49,85,245,.34); text-decoration: none; font-weight: 900; }
  footer { padding-bottom: 96px; }
  .outcomes-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

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

  .outcomes-cta .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
