:root {
  --meeting-orange: #ff820d;
  --meeting-orange-dark: #d95e00;
  --meeting-orange-soft: #fff4e8;
  --meeting-ink: #111111;
  --meeting-copy: #4d4d4d;
  --meeting-line: #e5e5e5;
  --meeting-surface: #ffffff;
  --meeting-wash: #f7f7f5;
  --meeting-shadow: 0 30px 80px rgba(41, 30, 19, 0.12);
}

.meeting-skip-link {
  background: var(--meeting-ink);
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-weight: 700;
  left: 20px;
  padding: 10px 16px;
  position: fixed;
  top: -60px;
  transition: top 0.2s ease;
  z-index: 2000;
}

.meeting-skip-link:focus {
  top: 0;
}

.meeting-page {
  background: #fff;
  color: var(--meeting-ink);
  overflow: hidden;
}

.meeting-page h1,
.meeting-page h2,
.meeting-page h3,
.meeting-page p,
.meeting-page ul,
.meeting-page ol {
  margin-top: 0;
}

.meeting-hero {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 130, 13, 0.16), transparent 27%),
    radial-gradient(circle at 54% 110%, rgba(255, 130, 13, 0.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
  border-bottom: 1px solid #ece9e5;
  padding: 28px 0 92px;
  position: relative;
}

.meeting-hero::before {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  inset: 0 50% 0 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.45), transparent);
  pointer-events: none;
  position: absolute;
}

.meeting-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(45px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  position: relative;
}

.meeting-hero-copy {
  max-width: 670px;
}

.meeting-eyebrow,
.meeting-section-kicker {
  align-items: center;
  color: var(--meeting-orange-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meeting-eyebrow {
  background: var(--meeting-orange-soft);
  border: 1px solid #ffddbc;
  border-radius: 999px;
  margin-bottom: 24px;
  padding: 8px 14px;
}

.meeting-eyebrow img {
  height: 17px;
  width: 17px;
}

.meeting-hero h1 {
  font-size: clamp(42px, 3.5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.98;
  margin-bottom: 25px;
  white-space: nowrap;
}

.meeting-hero h1 span {
  color: var(--meeting-orange);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.052em;
}

.meeting-hero-lead {
  color: #1c1c1c;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 15px;
  max-width: 630px;
}

.meeting-hero-body {
  color: var(--meeting-copy);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 620px;
}

.meeting-inline-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}

.meeting-inline-benefits li {
  align-items: center;
  color: #272727;
  display: inline-flex;
  font-size: 14px;
  font-weight: 650;
  gap: 8px;
}

.meeting-inline-benefits img {
  height: 20px;
  width: 20px;
}

.meeting-hero-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.meeting-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 750;
  gap: 14px;
  justify-content: center;
  line-height: 1.1;
  min-height: 50px;
  padding: 14px 22px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.meeting-button:hover {
  transform: translateY(-2px);
}

.meeting-button-primary {
  background: var(--meeting-orange);
  box-shadow: 0 12px 30px rgba(255, 130, 13, 0.27);
  color: #fff;
  min-width: 245px;
}

.meeting-button-primary:hover {
  background: var(--meeting-orange-dark);
}

.meeting-button span {
  font-size: 20px;
  line-height: 0;
}

.meeting-free-note {
  color: #555;
  font-size: 13px;
  font-weight: 500;
}

.meeting-platforms {
  color: #686868;
  font-size: 13px;
  margin-bottom: 0;
}

.meeting-platforms strong {
  color: #272727;
  font-weight: 650;
}

.meeting-product-stage {
  position: relative;
}

.meeting-product-glow {
  background: var(--meeting-orange);
  border-radius: 50%;
  filter: blur(72px);
  height: 65%;
  opacity: 0.13;
  position: absolute;
  right: -6%;
  top: 17%;
  width: 72%;
}

.meeting-browser {
  background: #fff;
  border: 1px solid #d8d5d1;
  border-radius: 17px;
  box-shadow: var(--meeting-shadow);
  overflow: hidden;
  position: relative;
  transform: perspective(1200px) rotateY(-1.2deg) rotateX(0.5deg);
}

.meeting-browser-bar {
  align-items: center;
  background: #f4f3f1;
  border-bottom: 1px solid #dfddda;
  display: flex;
  justify-content: space-between;
  min-height: 47px;
  padding: 0 17px;
}

.meeting-browser-dots {
  display: flex;
  gap: 7px;
}

.meeting-browser-dots span {
  background: #bbb9b5;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.meeting-secure-pill {
  background: #fff;
  border: 1px solid #dfddda;
  border-radius: 999px;
  color: #686868;
  font-size: 10px;
  font-weight: 650;
  padding: 5px 12px;
}

.meeting-extension-bar {
  align-items: center;
  border-bottom: 1px solid #eceae8;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto auto;
  padding: 13px 17px;
}

.meeting-extension-bar img {
  height: auto;
  max-width: 170px;
  width: 45%;
}

.meeting-extension-bar strong {
  font-size: 13px;
}

.meeting-ready-status {
  align-items: center;
  color: #3e3e3e;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
}

.meeting-ready-status::before {
  align-items: center;
  background: var(--meeting-orange-soft);
  border: 1px solid #ffd0a3;
  border-radius: 50%;
  color: var(--meeting-orange-dark);
  content: "\2713";
  display: inline-flex;
  font-size: 7px;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.meeting-editor-player {
  align-items: center;
  background: #fffaf5;
  border-bottom: 1px solid #f2e8de;
  display: grid;
  gap: 7px;
  grid-template-columns: 27px 27px 27px minmax(70px, 1fr) auto 30px;
  min-height: 48px;
  padding: 8px 17px;
}

.meeting-player-button,
.meeting-skip-button,
.meeting-speed {
  align-items: center;
  background: #fff;
  border: 1px solid #dedbd7;
  border-radius: 6px;
  color: #333;
  display: inline-flex;
  font-size: 9px;
  height: 27px;
  justify-content: center;
}

.meeting-player-button {
  background: var(--meeting-orange);
  border-color: var(--meeting-orange);
  color: #fff;
}

.meeting-audio-track {
  background: #e5e1dd;
  border-radius: 999px;
  display: block;
  height: 4px;
  overflow: hidden;
}

.meeting-audio-track span {
  background: var(--meeting-orange);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 31%;
}

.meeting-player-time {
  color: #666;
  font-size: 8px;
  white-space: nowrap;
}

.meeting-speed {
  font-weight: 700;
}

.meeting-wave {
  align-items: center;
  background: #fffaf5;
  border-bottom: 1px solid #f2e8de;
  display: flex;
  gap: 4px;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 18px;
}

.meeting-wave span {
  background: var(--meeting-orange);
  border-radius: 8px;
  height: 11px;
  opacity: 0.78;
  width: 3px;
}

.meeting-wave span:nth-child(3n + 1) { height: 27px; }
.meeting-wave span:nth-child(4n + 2) { height: 18px; }
.meeting-wave span:nth-child(5n + 3) { height: 32px; }
.meeting-wave span:nth-child(7n + 4) { height: 23px; }

.meeting-app-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.08fr 0.92fr;
  padding: 12px;
}

.meeting-transcript-panel,
.meeting-ai-panel {
  background: #fff;
  border: 1px solid #e2e0dd;
  border-radius: 11px;
  min-height: 330px;
  padding: 17px;
}

.meeting-panel-heading {
  align-items: flex-start;
  border-bottom: 1px solid #eceae8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  padding-bottom: 12px;
}

.meeting-mini-label {
  color: var(--meeting-orange-dark);
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin-bottom: 3px;
}

.meeting-panel-heading h2,
.meeting-ai-title h2 {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}

.meeting-editor-state {
  align-items: center;
  background: #fff7ef;
  border-radius: 999px;
  color: #874000;
  display: inline-flex;
  font-size: 8px;
  font-weight: 700;
  gap: 4px;
  padding: 4px 7px;
}

.meeting-editor-actions {
  align-items: center;
  border-bottom: 1px solid #eceae8;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 -4px 9px;
  padding: 0 4px 8px;
}

.meeting-editor-actions span {
  background: #fff;
  border: 1px solid #dedbd7;
  border-radius: 5px;
  color: #4f4f4f;
  display: inline-flex;
  font-size: 7px;
  font-weight: 650;
  line-height: 1;
  padding: 5px 6px;
}

.meeting-editor-actions .primary {
  background: var(--meeting-orange);
  border-color: var(--meeting-orange);
  color: #fff;
}

.meeting-editor-page {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(234, 234, 234, 0.95);
  color: #161616;
  font-size: 10px;
  line-height: 1.7;
  min-height: 180px;
  padding: 12px 13px;
  position: relative;
}

.meeting-editor-page p {
  margin: 0 0 11px;
}

.meeting-editor-page p:last-of-type {
  margin-bottom: 0;
}

.meeting-editor-page strong {
  font-weight: 700;
}

.meeting-editor-time {
  color: var(--meeting-orange-dark);
  font-size: 8px;
  font-weight: 700;
  margin-right: 3px;
}

.meeting-editor-active {
  background: #fff2df;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 130, 13, 0.18);
  padding: 1px 2px;
}

.meeting-editor-caret {
  animation: meetingCaretBlink 1s steps(1) infinite;
  background: var(--meeting-orange-dark);
  display: inline-block;
  height: 13px;
  margin-left: 1px;
  vertical-align: text-bottom;
  width: 1px;
}

.meeting-editor-hint {
  color: #858585;
  display: block;
  font-size: 7px;
  margin-top: 7px;
}

@keyframes meetingCaretBlink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

.meeting-ai-panel {
  background: #faf9f7;
  display: flex;
  flex-direction: column;
}

.meeting-ai-title {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.meeting-sparkle {
  align-items: center;
  background: var(--meeting-orange);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.meeting-question {
  background: #fff;
  border: 1px solid #dfddda;
  border-radius: 8px;
  color: #222;
  font-size: 10px;
  font-weight: 650;
  margin-bottom: 10px;
  padding: 10px;
}

.meeting-answer {
  background: #fff;
  border: 1px solid #dfddda;
  border-left: 3px solid var(--meeting-orange);
  border-radius: 8px;
  color: #555;
  font-size: 9px;
  line-height: 1.45;
  padding: 11px 11px 11px 13px;
}

.meeting-answer strong {
  color: #242424;
  display: block;
  font-size: 9px;
  margin-bottom: 5px;
}

.meeting-answer ol {
  margin: 0;
  padding-left: 14px;
}

.meeting-answer li + li {
  margin-top: 4px;
}

.meeting-ask-field {
  align-items: center;
  background: #fff;
  border: 1px solid #dfddda;
  border-radius: 8px;
  color: #858585;
  display: flex;
  font-size: 8px;
  justify-content: space-between;
  margin-top: auto;
  padding: 8px 8px 8px 10px;
}

.meeting-send {
  align-items: center;
  background: var(--meeting-ink);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.meeting-answer-band {
  background: var(--meeting-ink);
  color: #fff;
  padding: 54px 0;
}

.meeting-answer-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: 1.08fr 100px 1.16fr 0.72fr;
}

.meeting-answer-intro h2 {
  font-size: clamp(28px, 2.8vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 14px;
}

.meeting-answer-intro p,
.meeting-just-ask p {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.meeting-answer-band .meeting-section-kicker {
  color: #ffad62;
  margin-bottom: 12px;
}

.meeting-play-orb {
  align-items: center;
  background: linear-gradient(145deg, #fff, #9f9f9f);
  border-radius: 50%;
  display: flex;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.meeting-play-orb span {
  border-bottom: 12px solid transparent;
  border-left: 19px solid var(--meeting-ink);
  border-top: 12px solid transparent;
  margin-left: 5px;
}

.meeting-question-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meeting-question-list li {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  line-height: 1.35;
}

.meeting-question-list span {
  align-items: center;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  color: var(--meeting-orange);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 9px;
  height: 18px;
  justify-content: center;
  margin-top: 1px;
  width: 18px;
}

.meeting-just-ask {
  border-left: 1px solid #464646;
  padding-left: 28px;
}

.meeting-just-ask .meeting-sparkle {
  height: 30px;
  margin-bottom: 13px;
  width: 30px;
}

.meeting-just-ask strong {
  display: block;
  font-size: 23px;
  line-height: 1.06;
  margin-top: 14px;
}

.meeting-section {
  padding: 96px 0;
}

.meeting-section-heading {
  margin-bottom: 42px;
  max-width: 760px;
}

.meeting-section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.meeting-section-heading .meeting-section-kicker {
  margin-bottom: 12px;
}

.meeting-section-heading h2,
.meeting-no-bot-copy h2,
.meeting-final-cta h2 {
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin-bottom: 14px;
}

.meeting-section-heading h2,
.meeting-no-bot-copy h2 {
  font-size: clamp(34px, 3.2vw, 46px);
}

.meeting-section-heading p {
  color: var(--meeting-copy);
  font-size: 17px;
  margin-bottom: 0;
}

.meeting-workflow {
  background: #fff;
}

.meeting-workflow .meeting-section-heading {
  max-width: 1000px;
}

.meeting-workflow .meeting-section-heading h2 {
  text-wrap: balance;
}

.meeting-workflow-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;
}

.meeting-workflow-card {
  background: #fff;
  border: 1px solid var(--meeting-line);
  border-radius: 14px;
  min-height: 255px;
  padding: 24px 20px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.meeting-workflow-card:hover {
  border-color: #ffc894;
  box-shadow: 0 18px 42px rgba(67, 44, 22, 0.09);
  transform: translateY(-5px);
}

.meeting-step-number {
  color: #b5b5b5;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  right: 18px;
  top: 17px;
}

.meeting-icon-box {
  align-items: center;
  background: var(--meeting-orange-soft);
  border-radius: 12px;
  display: flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 22px;
  width: 58px;
}

.meeting-icon-box img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.meeting-icon-box-ai {
  background: var(--meeting-orange-soft);
}

.meeting-ai-mark {
  align-items: center;
  color: #222;
  display: inline-flex;
  font-family: "Instrument Sans", sans-serif;
  font-size: 19px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 38px;
}

.meeting-workflow-card h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.meeting-workflow-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}

.meeting-flow-arrow {
  align-items: center;
  color: #999;
  display: flex;
  font-size: 26px;
  justify-content: center;
}

.meeting-benefits {
  background: var(--meeting-wash);
  border-bottom: 1px solid #ebe9e5;
  border-top: 1px solid #ebe9e5;
}

.meeting-benefit-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr 1.08fr;
}

.meeting-benefit-card {
  background: #fff;
  border: 1px solid #e0dedb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.meeting-benefit-card::before {
  background: var(--meeting-orange);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.meeting-card-label {
  color: var(--meeting-orange-dark);
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.meeting-benefit-card h3 {
  font-size: clamp(24px, 2vw, 32px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin-bottom: 14px;
}

.meeting-benefit-card p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.meeting-check-list,
.meeting-feature-columns {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meeting-check-list li,
.meeting-feature-columns li {
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.meeting-check-list span,
.meeting-feature-columns span {
  color: var(--meeting-orange-dark);
  margin-right: 7px;
}

.meeting-search-visual {
  align-items: center;
  background: #f7f6f4;
  border: 1px solid #e5e3e0;
  border-radius: 12px;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 28px;
  min-height: 165px;
  position: relative;
}

.meeting-document-lines {
  background: #fff;
  border: 1px solid #d9d7d3;
  border-radius: 7px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 9px;
  padding: 25px;
  transform: rotate(-2deg);
  width: 60%;
}

.meeting-document-lines span {
  background: #dedede;
  border-radius: 4px;
  height: 7px;
}

.meeting-document-lines span:nth-child(2) { width: 78%; }
.meeting-document-lines span:nth-child(3) { width: 90%; }
.meeting-document-lines span:nth-child(4) { width: 55%; }

.meeting-magnifier {
  border: 5px solid var(--meeting-orange);
  border-radius: 50%;
  bottom: 23px;
  height: 58px;
  position: absolute;
  right: 18%;
  width: 58px;
}

.meeting-magnifier::after {
  background: var(--meeting-orange);
  border-radius: 5px;
  bottom: -20px;
  content: "";
  height: 27px;
  position: absolute;
  right: -12px;
  transform: rotate(-43deg);
  width: 5px;
}

.meeting-mini-flow {
  align-content: center;
  background: #f7f6f4;
  border: 1px solid #e5e3e0;
  border-radius: 12px;
  display: grid;
  flex: 1;
  gap: 4px 3px;
  grid-template-columns: 62px 14px 62px minmax(14px, 1fr) 62px minmax(14px, 1fr) 62px;
  grid-template-rows: repeat(3, 82px);
  justify-content: center;
  margin-top: 20px;
  padding: 14px;
}

.meeting-mini-step {
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-size: 9.5px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  min-height: 82px;
  min-width: 0;
  padding: 8px 3px;
  text-align: center;
  white-space: nowrap;
}

.meeting-mini-step img {
  height: 29px;
  object-fit: contain;
  width: 29px;
}

.meeting-mini-ai-icon {
  align-items: center;
  color: #222;
  display: inline-flex;
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  height: 29px;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 29px;
}

.meeting-mini-arrow {
  align-items: center;
  color: #8a8a8a;
  display: flex;
  font-size: 21px;
  justify-content: center;
  line-height: 1;
  transform-origin: center;
}

.meeting-mini-meeting {
  grid-column: 1;
  grid-row: 2;
}

.meeting-mini-arrow-straight {
  grid-column: 2;
  grid-row: 2;
}

.meeting-mini-transcript {
  grid-column: 3;
  grid-row: 2;
}

.meeting-mini-arrow-summary {
  align-self: end;
  grid-column: 4;
  grid-row: 1;
  transform: rotate(-36deg);
}

.meeting-mini-summary {
  grid-column: 5;
  grid-row: 1;
}

.meeting-mini-arrow-summary-answer {
  align-self: end;
  grid-column: 6;
  grid-row: 1;
  transform: rotate(36deg);
}

.meeting-mini-arrow-ask {
  align-self: start;
  grid-column: 4;
  grid-row: 3;
  transform: rotate(36deg);
}

.meeting-mini-ask {
  grid-column: 5;
  grid-row: 3;
}

.meeting-mini-arrow-ask-answer {
  align-self: start;
  grid-column: 6;
  grid-row: 3;
  transform: rotate(-36deg);
}

.meeting-mini-answer {
  grid-column: 7;
  grid-row: 2;
}

.meeting-feature-columns {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 26px;
}

.meeting-billing-picker {
  margin-bottom: 18px;
}

.meeting-billing-label {
  color: #555;
  display: block;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.meeting-billing-options {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1fr;
}

.meeting-billing-option {
  appearance: none;
  background: #fff;
  border: 1px solid #d8d6d2;
  border-radius: 10px;
  color: var(--meeting-ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Instrument Sans", sans-serif;
  gap: 5px;
  min-height: 69px;
  padding: 11px 12px;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.meeting-billing-option > span {
  color: #606060;
  font-size: 11px;
  font-weight: 700;
}

.meeting-billing-option > strong {
  font-size: 15px;
  line-height: 1.2;
}

.meeting-billing-option:hover,
.meeting-billing-option.is-selected {
  background: var(--meeting-orange-soft);
  border-color: var(--meeting-orange);
}

.meeting-billing-option.is-selected {
  box-shadow: 0 0 0 2px rgba(255, 130, 13, 0.12);
}

.meeting-billing-option:focus-visible {
  outline: 3px solid rgba(255, 130, 13, 0.28);
  outline-offset: 2px;
}

.meeting-card-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.meeting-card-actions .meeting-button {
  flex: none;
  width: 100%;
}

.meeting-unlimited-cta span {
  font-size: 16px;
  line-height: 1;
}

.meeting-unlimited-cta .meeting-cta-separator {
  color: #bdbdbd;
  margin: 0 2px;
}

.meeting-button-dark {
  background: var(--meeting-ink);
  color: #fff;
  flex: 1;
}

.meeting-button-dark:hover {
  background: var(--meeting-orange);
}

.meeting-button-outline {
  border-color: #bcbcbc;
  color: var(--meeting-ink);
  flex: 1;
}

.meeting-button-outline:hover {
  border-color: var(--meeting-orange);
  color: var(--meeting-orange-dark);
}

.meeting-no-bot {
  background: #fff;
}

.meeting-no-bot-grid {
  align-items: center;
  display: grid;
  gap: clamp(60px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.meeting-call-visual {
  background: #f3f2f0;
  border: 1px solid #dcd9d5;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(46, 37, 29, 0.1);
  min-height: 390px;
  padding: 18px;
  position: relative;
}

.meeting-call-head {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 16px;
}

.meeting-call-live {
  align-items: center;
  color: #505050;
  display: inline-flex;
  gap: 6px;
}

.meeting-call-live::before {
  background: var(--meeting-orange);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

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

.meeting-call-people > div {
  align-items: center;
  background: #dedddb;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.meeting-call-people small {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  bottom: 7px;
  color: #fff;
  font-size: 8px;
  left: 7px;
  padding: 3px 6px;
  position: absolute;
}

.meeting-person {
  background: #a8a8a8;
  border-radius: 50% 50% 40% 40%;
  display: block;
  height: 76px;
  position: relative;
  top: 20px;
  width: 65px;
}

.meeting-person::before {
  background: inherit;
  border: 5px solid #dedddb;
  border-radius: 50%;
  content: "";
  height: 46px;
  left: 9px;
  position: absolute;
  top: -37px;
  width: 46px;
}

.person-two { background: #8e8e8e; }
.person-three { background: #b6b6b6; }

.meeting-call-controls {
  display: flex;
  gap: 9px;
  justify-content: center;
  padding: 14px 0 6px;
}

.meeting-call-controls span {
  align-items: center;
  background: #fff;
  border: 1px solid #d5d3d0;
  border-radius: 50%;
  color: #555;
  display: flex;
  font-size: 10px;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.meeting-call-controls .end {
  background: var(--meeting-orange);
  border-color: var(--meeting-orange);
  color: #fff;
}

.meeting-extension-float {
  background: #fff;
  border: 1px solid #d8d5d1;
  border-radius: 10px;
  bottom: -38px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  padding: 12px;
  position: absolute;
  right: -34px;
  width: 275px;
}

.meeting-extension-float > div:first-child {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  width: 72%;
}

.meeting-extension-float > div:first-child img {
  background: var(--meeting-orange-soft);
  border-radius: 6px;
  height: 27px;
  padding: 5px;
  width: 27px;
}

.meeting-extension-float > div:first-child span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.meeting-extension-float > div:first-child strong {
  font-size: 9px;
}

.meeting-extension-float > div:first-child small {
  color: #6a6a6a;
  font-size: 7px;
  margin-top: 3px;
}

.meeting-extension-float > strong {
  font-size: 9px;
  position: absolute;
  right: 12px;
  top: 20px;
}

.meeting-wave.compact {
  border: 0;
  height: 39px;
  margin: 8px 0;
  padding: 6px;
}

.meeting-no-bot-copy .meeting-section-kicker {
  margin-bottom: 13px;
}

.meeting-no-bot-copy p {
  color: #5d5d5d;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 24px;
}

.meeting-inline-benefits.stacked {
  display: grid;
  gap: 12px;
  margin-bottom: 25px;
}

.meeting-text-link {
  align-items: center;
  color: var(--meeting-orange-dark);
  display: inline-flex;
  font-weight: 750;
  gap: 9px;
}

.meeting-text-link:hover {
  color: var(--meeting-ink);
}

.meeting-three-steps {
  background: var(--meeting-wash);
  border-top: 1px solid #e9e7e3;
}

.meeting-three-steps .meeting-section-heading {
  max-width: 900px;
}

.meeting-three-steps .meeting-section-heading h2 {
  text-wrap: balance;
}

.meeting-three-step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.meeting-three-step-grid article {
  background: #fff;
  border: 1px solid #dfddda;
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
  min-height: 260px;
  padding: 24px;
}

.meeting-big-number {
  align-items: center;
  background: var(--meeting-ink);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.meeting-three-step-grid h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

.meeting-three-step-grid p {
  color: #5e5e5e;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.meeting-record-preview,
.meeting-people-preview,
.meeting-result-preview {
  align-items: center;
  align-self: end;
  background: #f5f4f2;
  border: 1px solid #e0dedb;
  border-radius: 9px;
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 86px;
}

.meeting-record-preview {
  align-items: stretch;
  flex-direction: column;
  gap: 9px;
  padding: 12px;
}

.meeting-record-preview img {
  max-width: 145px;
}

.meeting-record-preview span {
  background: var(--meeting-orange);
  border-radius: 5px;
  color: #fff;
  font-size: 9px;
  font-weight: 750;
  padding: 8px;
  text-align: center;
}

.meeting-people-preview {
  gap: 4px;
}

.meeting-people-preview span {
  background: #a8a8a8;
  border-radius: 50% 50% 42% 42%;
  height: 33px;
  position: relative;
  top: 13px;
  width: 29px;
}

.meeting-people-preview span::before {
  background: inherit;
  border: 3px solid #f5f4f2;
  border-radius: 50%;
  content: "";
  height: 22px;
  left: 3px;
  position: absolute;
  top: -18px;
  width: 22px;
}

.meeting-result-preview {
  align-content: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
  padding: 18px;
}

.meeting-result-preview span {
  background: #d7d7d7;
  border-radius: 5px;
  height: 7px;
}

.meeting-result-preview span:nth-child(3),
.meeting-result-preview span:nth-child(5) {
  grid-column: 1 / -1;
}

.meeting-result-preview span:nth-child(5) {
  background: var(--meeting-orange);
  width: 62%;
}

.meeting-beyond {
  background: #fff;
  border-top: 1px solid #e9e7e3;
}

.meeting-beyond .meeting-section-heading {
  max-width: 820px;
}

.meeting-use-case-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.meeting-use-case-grid article {
  background: linear-gradient(145deg, #fff 0%, #fbf7f2 100%);
  border: 1px solid #e2dfdb;
  border-radius: 14px;
  min-height: 178px;
  padding: 25px;
}

.meeting-use-case-icon {
  align-items: center;
  background: var(--meeting-orange-soft);
  border-radius: 12px;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 22px;
  width: 52px;
}

.meeting-use-case-icon img {
  height: 27px;
  object-fit: contain;
  width: 27px;
}

.meeting-use-case-grid h3 {
  font-size: 19px;
  letter-spacing: -0.025em;
  line-height: 1.22;
  margin: 0;
}

.meeting-beyond-summary {
  align-items: center;
  background: var(--meeting-ink);
  border-radius: 14px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 18px;
  padding: 28px 32px;
}

.meeting-beyond-summary p {
  color: #eeeeee;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.meeting-beyond-summary strong {
  border-left: 1px solid #555;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 28px;
}

.meeting-beyond-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.meeting-faq-section {
  background: var(--meeting-wash);
  border-top: 1px solid #e9e7e3;
}

.meeting-faq-section .meeting-section-heading {
  max-width: 820px;
}

.meeting-faq-list {
  background: #fff;
  border: 1px solid #dedcd8;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(41, 30, 19, 0.07);
  margin: 0 auto;
  max-width: 980px;
  padding: 0 34px;
}

.meeting-faq-list .faq-item {
  padding: 27px 0;
}

.meeting-faq-list .faq-item:last-child {
  border-bottom: 0;
}

.meeting-faq-list button.faq-q {
  background: transparent;
  border: 0;
  color: var(--meeting-ink);
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.meeting-faq-list button.faq-q:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(255, 130, 13, 0.3);
  outline-offset: 6px;
}

.meeting-faq-list .faq-a {
  color: #606060;
  line-height: 1.65;
  max-width: 880px;
  padding-right: 54px;
  padding-top: 7px;
}

.meeting-final-cta {
  background:
    linear-gradient(110deg, rgba(210, 82, 0, 0.96), rgba(255, 130, 13, 0.88)),
    url("../images/get-started-bg.jpg") center / cover;
  color: #fff;
  padding: 80px 0;
}

.meeting-cta-inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.meeting-final-cta .meeting-section-kicker.light {
  color: #fff1e4;
  margin-bottom: 14px;
}

.meeting-final-cta h2 {
  font-size: clamp(36px, 3.5vw, 50px);
  margin-bottom: 13px;
  max-width: 750px;
}

.meeting-final-cta p {
  color: #fff6ee;
  font-size: 17px;
  margin: 0;
}

.meeting-button-white {
  background: #fff;
  color: var(--meeting-ink);
  flex: 0 0 auto;
  min-width: 245px;
}

.meeting-button-white:hover {
  background: var(--meeting-ink);
  color: #fff;
}

.navbar-tools-menu a[aria-current="page"] {
  background: #fff4e8;
  color: #a84200;
}

@media (max-width: 1200px) {
  .meeting-hero-grid {
    gap: 46px;
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  }

  .meeting-hero h1 {
    font-size: clamp(40px, 3.5vw, 48px);
  }

  .meeting-workflow-row {
    gap: 12px;
    grid-template-columns: repeat(5, 1fr);
  }

  .meeting-flow-arrow {
    display: none;
  }

  .meeting-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .meeting-benefit-card.unlimited {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .meeting-benefit-card.unlimited .meeting-feature-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1020px) {
  .meeting-hero {
    padding: 28px 0 75px;
  }

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

  .meeting-hero-grid {
    grid-template-columns: 1fr;
  }

  .meeting-hero-copy {
    max-width: 800px;
  }

  .meeting-product-stage {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
  }

  .meeting-answer-grid {
    grid-template-columns: 1fr 85px 1.1fr;
  }

  .meeting-just-ask {
    border-left: 0;
    border-top: 1px solid #464646;
    grid-column: 1 / -1;
    padding: 28px 0 0;
  }

  .meeting-just-ask strong {
    display: inline-block;
    margin-left: 8px;
  }

  .meeting-workflow-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .meeting-workflow-card:nth-of-type(4),
  .meeting-workflow-card:nth-of-type(5) {
    min-height: 225px;
  }

  .meeting-no-bot-grid {
    gap: 80px;
    grid-template-columns: 1fr;
  }

  .meeting-call-visual {
    max-width: 720px;
  }

  .meeting-no-bot-copy {
    max-width: 760px;
  }

  .meeting-three-step-grid article {
    grid-template-columns: 40px 1fr;
    padding: 20px;
  }

  .meeting-use-case-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .meeting-hero {
    padding: 24px 0 58px;
  }

  .meeting-hero::before {
    display: none;
  }

  .meeting-hero-grid {
    gap: 38px;
  }

  .meeting-eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
  }

  .meeting-hero h1 {
    font-size: clamp(26px, 7.8vw, 40px);
    margin-bottom: 20px;
  }

  .meeting-hero-lead {
    font-size: 20px;
  }

  .meeting-hero-body {
    font-size: 15px;
  }

  .meeting-inline-benefits {
    display: grid;
  }

  .meeting-button-primary {
    width: 100%;
  }

  .meeting-product-stage {
    width: 108%;
  }

  .meeting-browser {
    border-radius: 12px;
    transform: none;
  }

  .meeting-extension-bar img {
    width: 60%;
  }

  .meeting-app-grid {
    grid-template-columns: 1fr;
  }

  .meeting-ai-panel,
  .meeting-transcript-panel {
    min-height: 290px;
  }

  .meeting-answer-band {
    padding: 48px 0;
  }

  .meeting-answer-grid {
    grid-template-columns: 1fr;
  }

  .meeting-play-orb {
    height: 70px;
    width: 70px;
  }

  .meeting-question-list {
    border-bottom: 1px solid #464646;
    border-top: 1px solid #464646;
    padding: 25px 0;
  }

  .meeting-just-ask {
    border-top: 0;
    padding-top: 0;
  }

  .meeting-just-ask strong {
    display: block;
    margin-left: 0;
  }

  .meeting-section {
    padding: 68px 0;
  }

  .meeting-section-heading {
    margin-bottom: 30px;
  }

  .meeting-section-heading h2,
  .meeting-no-bot-copy h2 {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .meeting-final-cta h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

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

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

  .meeting-workflow-card {
    min-height: 230px;
  }

  .meeting-benefit-grid {
    grid-template-columns: 1fr;
  }

  .meeting-benefit-card,
  .meeting-benefit-card.unlimited {
    grid-column: auto;
    min-height: 0;
  }

  .meeting-benefit-card.unlimited .meeting-feature-columns,
  .meeting-feature-columns {
    grid-template-columns: 1fr 1fr;
  }

  .meeting-call-visual {
    min-height: 350px;
  }

  .meeting-call-people {
    grid-template-columns: 1fr 1fr;
  }

  .meeting-call-people > div {
    height: 125px;
  }

  .meeting-call-people > div:last-child {
    display: none;
  }

  .meeting-extension-float {
    bottom: -45px;
    right: -10px;
    width: 255px;
  }

  .meeting-three-step-grid {
    grid-template-columns: 1fr;
  }

  .meeting-three-step-grid article {
    min-height: 0;
  }

  .meeting-beyond-summary {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .meeting-beyond-summary strong {
    border-left: 0;
    border-top: 1px solid #555;
    padding-left: 0;
    padding-top: 20px;
  }

  .meeting-faq-list {
    padding: 0 24px;
  }

  .meeting-faq-list .faq-item {
    padding: 23px 0;
  }

  .meeting-faq-list button.faq-q {
    font-size: 16px;
  }

  .meeting-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .meeting-button-white {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .meeting-browser-bar,
  .meeting-extension-bar {
    padding-left: 11px;
    padding-right: 11px;
  }

  .meeting-extension-bar {
    gap: 8px;
  }

  .meeting-extension-bar img {
    width: 75%;
  }

  .meeting-extension-bar strong,
  .meeting-ready-status {
    font-size: 9px;
  }

  .meeting-editor-player {
    grid-template-columns: 25px 25px 25px minmax(55px, 1fr) 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .meeting-player-time {
    display: none;
  }

  .meeting-wave {
    gap: 3px;
  }

  .meeting-wave span:nth-child(n + 19) {
    display: none;
  }

  .meeting-app-grid {
    padding: 8px;
  }

  .meeting-transcript-panel,
  .meeting-ai-panel {
    padding: 13px;
  }

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

  .meeting-workflow-card,
  .meeting-workflow-card:nth-of-type(4),
  .meeting-workflow-card:nth-of-type(5) {
    min-height: 0;
  }

  .meeting-benefit-card {
    padding: 25px 21px;
  }

  .meeting-use-case-grid {
    grid-template-columns: 1fr;
  }

  .meeting-use-case-grid article {
    min-height: 0;
  }

  .meeting-faq-list {
    padding: 0 18px;
  }

  .meeting-faq-list .faq-a {
    padding-right: 30px;
  }

  .meeting-mini-flow {
    gap: 3px 2px;
    grid-template-columns:
      clamp(46px, 14vw, 58px) 8px
      clamp(46px, 14vw, 58px) minmax(8px, 1fr)
      clamp(46px, 14vw, 58px) minmax(8px, 1fr)
      clamp(46px, 14vw, 58px);
    grid-template-rows: repeat(3, 72px);
    padding: 7px;
  }

  .meeting-mini-step {
    font-size: 8px;
    min-height: 72px;
    padding: 6px 1px;
  }

  .meeting-mini-step img,
  .meeting-mini-ai-icon {
    height: 25px;
    width: 25px;
  }

  .meeting-mini-arrow {
    font-size: 17px;
  }

  .meeting-feature-columns,
  .meeting-benefit-card.unlimited .meeting-feature-columns {
    grid-template-columns: 1fr;
  }

  .meeting-card-actions {
    flex-direction: column;
  }

  .meeting-call-visual {
    min-height: 325px;
    padding: 12px;
  }

  .meeting-call-people > div {
    height: 115px;
  }

  .meeting-extension-float {
    bottom: -48px;
    right: -7px;
    width: 235px;
  }

  .meeting-no-bot-grid {
    gap: 84px;
  }

  .meeting-final-cta {
    padding: 62px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .meeting-button,
  .meeting-workflow-card {
    transition: none;
  }
}
