.teleprompter-page {
  background: var(--white);
}

.teleprompter-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 104px;
  background:
    radial-gradient(circle at 78% 18%, rgba(33, 168, 255, 0.28), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(33, 201, 139, 0.13), transparent 28%),
    linear-gradient(145deg, #071224, #0b2748);
  color: var(--white);
}

.teleprompter-hero::after {
  content: "";
  position: absolute;
  top: 14%;
  right: -180px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 92px rgba(255, 255, 255, 0.03);
}

.teleprompter-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 84px;
}

.teleprompter-hero .kicker {
  color: #8ed8ff;
}

.teleprompter-hero-copy {
  margin-top: -36px;
}

.teleprompter-hero h1 {
  max-width: 760px;
  margin: 18px 0 28px;
  font-size: clamp(54px, 5.2vw, 72px);
  line-height: 0.93;
  letter-spacing: -0.07em;
}

.teleprompter-hero h1 span {
  color: #84d2ff;
}

.teleprompter-hero-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 0;
  color: #c3d8e8;
  font-size: 20px;
  line-height: 1.7;
}

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

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.teleprompter-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.teleprompter-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c3d8e8;
  font-size: 14px;
  font-weight: 650;
}

.teleprompter-trust li > span:first-child {
  color: #54dfad;
  font-size: 18px;
  font-weight: 900;
}

.teleprompter-hero-visual {
  position: relative;
  display: grid;
  min-height: 660px;
  place-items: center;
}

.teleprompter-phone {
  position: relative;
  z-index: 2;
  width: min(360px, 74%);
  height: 650px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.96);
  border-radius: 44px;
  background: #dff3ff;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
  transform: rotate(2.5deg);
}

.teleprompter-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.teleprompter-status {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 18, 36, 0.88);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.teleprompter-status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(33, 201, 139, 0.14);
}

.teleprompter-status b {
  color: var(--white);
  font-size: 13px;
}

.status-listening {
  top: 18%;
  left: -3%;
}

.status-paused {
  right: -4%;
  bottom: 18%;
}

.status-paused span {
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 106, 42, 0.15);
}

.teleprompter-intro {
  padding: 116px 0;
  background: var(--white);
}

.teleprompter-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.teleprompter-intro h2,
.teleprompter-compare h2 {
  margin: 14px 0 0;
  font-size: clamp(44px, 5.5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.teleprompter-intro-copy {
  display: grid;
  align-content: start;
  gap: 22px;
}

.teleprompter-intro-copy p {
  margin: 0;
  color: #465368;
  font-size: 20px;
  line-height: 1.75;
}

.teleprompter-features,
.teleprompter-workflow,
.teleprompter-use-cases,
.teleprompter-guides,
.teleprompter-faq {
  padding: 112px 0;
}

.teleprompter-features,
.teleprompter-use-cases,
.teleprompter-faq,
.teleprompter-cta {
  background: var(--surface);
}

.teleprompter-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.teleprompter-feature-card {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(7, 18, 36, 0.07);
}

.teleprompter-feature-copy {
  position: relative;
  z-index: 2;
  padding: 34px;
  background: linear-gradient(#fff 82%, rgba(255, 255, 255, 0));
}

.teleprompter-feature-copy > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.teleprompter-feature-copy h3 {
  margin: 28px 0 13px;
  font-size: 32px;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.teleprompter-feature-copy p {
  margin: 0;
  color: var(--muted);
}

.teleprompter-feature-card img {
  position: absolute;
  right: 10%;
  bottom: -225px;
  width: 80%;
  border: 7px solid rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(7, 18, 36, 0.18);
}

.teleprompter-feature-card:nth-child(2) img {
  right: 7%;
  bottom: -70px;
  width: 86%;
}

.teleprompter-feature-card:nth-child(3) img {
  bottom: -240px;
}

.teleprompter-workflow {
  background: var(--navy);
  color: var(--white);
}

.teleprompter-workflow .kicker {
  color: #84d2ff;
}

.teleprompter-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  list-style: none;
}

.teleprompter-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  min-height: 230px;
  padding: 38px;
  background: #0c1c33;
}

.teleprompter-steps li:nth-child(1) {
  border-radius: 29px 0 0;
}

.teleprompter-steps li:nth-child(2) {
  border-radius: 0 29px 0 0;
}

.teleprompter-steps li:nth-child(3) {
  border-radius: 0 0 0 29px;
}

.teleprompter-steps li:nth-child(4) {
  border-radius: 0 0 29px;
}

.teleprompter-steps li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.teleprompter-steps h3 {
  margin: 4px 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.teleprompter-steps p {
  margin: 0;
  color: #aebfd2;
}

.teleprompter-compare {
  padding: 116px 0;
  background: var(--white);
}

.teleprompter-compare-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 76px;
}

.teleprompter-compare-grid > div:first-child > p:not(.kicker) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.teleprompter-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(7, 18, 36, 0.06);
}

.teleprompter-table-wrap table {
  width: 100%;
  min-width: 590px;
  border-collapse: collapse;
  background: var(--white);
}

.teleprompter-table-wrap th,
.teleprompter-table-wrap td {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.teleprompter-table-wrap thead th {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.teleprompter-table-wrap tbody th {
  width: 48%;
  color: #344258;
  font-size: 14px;
}

.teleprompter-table-wrap tbody td {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.teleprompter-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.table-best {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9faf4;
  color: #0a8a60;
  font-size: 12px;
  font-weight: 850;
}

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

.teleprompter-use-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
}

.teleprompter-use-grid article > span {
  color: var(--blue);
  font-size: 28px;
}

.teleprompter-use-grid h3 {
  margin: 54px 0 11px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.teleprompter-use-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.teleprompter-guides {
  background: var(--white);
}

.teleprompter-guides-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 44px;
}

.teleprompter-guides-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.teleprompter-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.teleprompter-guide-grid > a {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(150deg, #ffffff, #eef7ff);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.teleprompter-guide-grid > a:nth-child(2) {
  background: linear-gradient(150deg, #ffffff, #fff3ed);
}

.teleprompter-guide-grid > a:nth-child(3) {
  background: linear-gradient(150deg, #ffffff, #eef9f5);
}

.teleprompter-guide-grid > a:hover,
.teleprompter-guide-grid > a:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(7, 18, 36, 0.1);
}

.teleprompter-guide-grid > a > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: auto;
  place-items: center;
  border-radius: 16px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.teleprompter-guide-grid h3 {
  margin: 52px 0 12px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.042em;
}

.teleprompter-guide-grid p {
  margin: 0;
  color: var(--muted);
}

.teleprompter-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.teleprompter-cta {
  padding-top: 0;
}

@media (max-width: 1080px) {
  .teleprompter-hero-grid {
    gap: 36px;
  }

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

@media (max-width: 980px) {
  .teleprompter-hero-grid,
  .teleprompter-intro-grid,
  .teleprompter-compare-grid,
  .teleprompter-faq-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .teleprompter-hero-copy {
    max-width: 780px;
    margin-top: 0;
  }

  .teleprompter-hero-visual {
    min-height: 640px;
  }

  .teleprompter-feature-grid,
  .teleprompter-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .teleprompter-feature-card:last-child,
  .teleprompter-guide-grid > a:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .teleprompter-hero {
    padding: 102px 0 82px;
  }

  .teleprompter-hero h1 {
    font-size: clamp(50px, 14.8vw, 72px);
  }

  .teleprompter-hero-copy > p:not(.kicker) {
    font-size: 18px;
  }

  .teleprompter-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .teleprompter-actions .button {
    width: 100%;
  }

  .teleprompter-trust {
    display: grid;
  }

  .teleprompter-hero-visual {
    min-height: 520px;
  }

  .teleprompter-phone {
    width: 280px;
    height: 520px;
    border-radius: 34px;
  }

  .status-listening {
    top: 15%;
    left: 0;
  }

  .status-paused {
    right: 0;
    bottom: 14%;
  }

  .teleprompter-status {
    padding: 11px 14px;
  }

  .teleprompter-intro,
  .teleprompter-compare {
    padding: 84px 0;
  }

  .teleprompter-intro-copy p {
    font-size: 18px;
  }

  .teleprompter-features,
  .teleprompter-workflow,
  .teleprompter-use-cases,
  .teleprompter-guides,
  .teleprompter-faq {
    padding: 84px 0;
  }

  .teleprompter-feature-grid,
  .teleprompter-guide-grid,
  .teleprompter-use-grid,
  .teleprompter-steps {
    grid-template-columns: 1fr;
  }

  .teleprompter-feature-card:last-child,
  .teleprompter-guide-grid > a:last-child {
    grid-column: auto;
  }

  .teleprompter-steps li,
  .teleprompter-steps li:nth-child(n) {
    min-height: 0;
    border-radius: 0;
  }

  .teleprompter-steps li:first-child {
    border-radius: 29px 29px 0 0;
  }

  .teleprompter-steps li:last-child {
    border-radius: 0 0 29px 29px;
  }

  .teleprompter-guides-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
