.iphone-page {
  background: rgb(246, 246, 246);
  color: rgb(41, 41, 41);
}
.iphone-page h2 span {
  color: rgb(150, 150, 150);
}
.iphone-hero {
  padding-top: 158px;
  padding-bottom: 79px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 42px;
  position: relative;
}
.iphone-hero::before {
  content: "";
  position: absolute;
  inset: -20px -60px -80px;
  z-index: -1;
  background: radial-gradient(at 82% 47%, rgb(227, 227, 227), transparent 57%);
}
.iphone-hero-copy h1 {
  font-size: 88px;
  font-weight: 500;
  letter-spacing: -4.8px;
  line-height: 0.98;
  margin: 27px 0px 25px;
}
.iphone-hero-copy h1 > span {
  color: rgb(145, 145, 145);
}
.iphone-hero-copy > .eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: rgb(124, 124, 124);
}
.iphone-hero-copy > p {
  color: rgb(123, 123, 123);
  font-size: 16px;
  line-height: 1.85;
}
.iphone-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 19px;
  margin-top: 29px;
}
.iphone-hero-actions .button {
  font-size: 12px;
  padding: 15px 18px;
}
.iphone-hero-actions .text-link {
  font-size: 11px;
  color: rgb(127, 127, 127);
}
.iphone-hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: rgb(146, 146, 146);
  margin-top: 30px;
}
.tiny-mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: rgb(235, 235, 235);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 7px;
}
.tiny-mark img {
  opacity: 0.6;
}
.iphone-hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
  isolation: isolate;
  scroll-margin-top: 35px;
}
.iphone-hero-art .phone-device {
  transform: rotate(4deg);
}
.phone-orbit {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 440px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 50%;
}
.orbit-b {
  width: 540px;
  height: 540px;
  border-color: rgb(228, 228, 228);
}
.floating-word {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: rgba(59, 59, 59, 0.06) 0px 10px 30px;
  border: 1px solid rgb(223, 223, 223);
  padding: 14px 18px;
  border-radius: 11px;
  font-size: 11px;
  color: rgb(121, 121, 121);
  white-space: nowrap;
}
.word-before {
  left: -13px;
  top: 92px;
  transform: rotate(-8deg);
  font-family: Georgia, serif;
  font-size: 15px;
}
.word-after {
  right: -22px;
  bottom: 76px;
  transform: rotate(5deg);
}
.word-after svg {
  width: 16px;
  height: 16px;
}
.iphone-intro-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 36px max(32px, -530px + 50vw);
  background: rgb(239, 239, 239);
  border-block: 1px solid rgb(226, 226, 226);
  font-size: 11px;
  color: rgb(120, 120, 120);
}
.iphone-intro-strip > span {
  font-size: 11px;
  line-height: 1.6;
  color: rgb(153, 153, 153);
}
.iphone-intro-strip strong {
  font-weight: 500;
  color: rgb(112, 112, 112);
}
.iphone-intro-strip > div {
  display: flex;
  gap: 9px;
  align-items: center;
}
.iphone-intro-strip svg {
  width: 19px;
  height: 19px;
  color: rgb(146, 146, 146);
}
.iphone-features {
  padding-block: 105px;
}
.iphone-features .section-heading p {
  color: rgb(143, 143, 143);
}
.iphone-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.iphone-feature {
  border: 1px solid rgb(225, 225, 225);
  border-radius: 18px;
  padding: 35px 36px 0px;
  overflow: hidden;
  min-height: 515px;
  background: rgb(239, 239, 239);
}
.iphone-feature .feature-tag {
  color: rgb(140, 140, 140);
}
.iphone-feature h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.1px;
  line-height: 1.12;
  margin: 18px 0px;
}
.iphone-feature > p {
  font-size: 12px;
  line-height: 1.85;
  color: rgb(129, 129, 129);
  max-width: 340px;
}
.tone-playground {
  margin-top: 29px;
  background: rgb(253, 253, 253);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 11px;
  padding: 21px 21px 18px;
  box-shadow: rgba(132, 132, 132, 0.063) 0px 7px 25px;
}
.tone-context {
  font-size: 6px;
  letter-spacing: 1.4px;
  color: rgb(161, 161, 161);
}
.tone-playground > p {
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: -0.6px;
  color: rgb(85, 85, 85);
  margin: 19px 0px 23px;
  min-height: 96px;
}
.tone-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tone-buttons button {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgb(219, 219, 219);
  background: rgb(242, 242, 242);
  color: rgb(125, 125, 125);
  border-radius: 6px;
  font-size: 8px;
  padding: 8px;
}
.tone-buttons button[aria-pressed="true"] {
  background: rgb(66, 66, 66);
  color: white;
  border-color: rgb(66, 66, 66);
}
.tone-buttons button svg {
  width: 13px;
  height: 13px;
}
.grammar-feature {
  background: rgb(239, 239, 239);
  border-color: rgb(222, 222, 222);
}
.grammar-feature .feature-tag,
.grammar-feature > p {
  color: rgb(136, 136, 136);
}
.grammar-paper {
  margin: 30px 2px -20px;
  background: rgb(250, 250, 250);
  border: 1px solid rgb(219, 219, 219);
  padding: 24px 28px;
  transform: rotate(3deg);
  box-shadow: rgba(77, 77, 77, 0.125) 0px 10px 30px;
  border-radius: 6px;
}
.grammar-paper > span {
  font-size: 6px;
  letter-spacing: 1.4px;
  color: rgb(162, 162, 162);
}
.grammar-paper > p {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  margin: 23px 0px;
}
.grammar-paper del {
  color: rgb(171, 171, 171);
  text-decoration-color: rgb(165, 165, 165);
  text-decoration-thickness: 1px;
}
.grammar-paper ins {
  text-decoration: none;
  color: rgb(100, 100, 100);
}
.grammar-paper > div {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  color: rgb(149, 149, 149);
  margin-bottom: 19px;
}
.grammar-paper svg {
  width: 15px;
  height: 15px;
}
.translation-feature {
  background: rgb(236, 236, 236);
  border-color: rgb(221, 221, 221);
}
.translation-bubbles {
  margin: 30px 0px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.translation-bubbles > div {
  padding: 17px 20px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.3px;
  border-radius: 13px 13px 13px 3px;
  background: rgb(251, 251, 251);
  border: 1px solid rgb(220, 220, 220);
  color: rgb(112, 112, 112);
  width: 85%;
}
.translation-bubbles > div:last-child {
  align-self: flex-end;
  border-radius: 13px 13px 3px;
  background: rgb(222, 222, 222);
  border-color: rgb(212, 212, 212);
  color: rgb(85, 85, 85);
}
.translation-bubbles > div > span {
  display: block;
  font-size: 6px;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
  opacity: 0.6;
}
.translation-direction {
  align-self: center;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 50%;
  margin: -16px 0px;
  z-index: 1;
  background: rgb(241, 241, 241);
}
.translation-direction svg {
  width: 16px;
  height: 16px;
}
.ask-feature {
  background: rgb(41, 41, 41);
  color: rgb(243, 243, 243);
  border-color: rgb(65, 65, 65);
}
.ask-feature .feature-tag {
  color: rgb(178, 178, 178);
}
.ask-feature > p {
  color: rgb(173, 173, 173);
}
.ask-mini {
  border: 1px solid rgb(94, 94, 94);
  background: rgb(58, 58, 58);
  border-radius: 11px;
  margin-top: 29px;
  padding: 22px;
}
.ask-mini-question {
  font-size: 11px;
  background: rgb(77, 77, 77);
  color: rgb(229, 229, 229);
  padding: 12px;
  border-radius: 10px 10px 3px;
  margin-left: 40px;
}
.ask-mini-answer {
  display: flex;
  gap: 12px;
  margin-top: 25px;
  align-items: flex-start;
}
.ask-mini-answer img {
  filter: invert(1);
  opacity: 0.8;
}
.ask-mini-answer p {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
  color: rgb(228, 228, 228);
  letter-spacing: -0.3px;
}
.ask-mini > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  color: rgb(173, 173, 173);
  border-top: 1px solid rgb(97, 97, 97);
  margin-top: 23px;
  padding-top: 16px;
}
.ask-mini > span svg {
  width: 13px;
  height: 13px;
}
.iphone-voice {
  background: rgb(41, 41, 41);
  color: rgb(246, 246, 246);
  padding: 104px 0px;
  overflow: hidden;
}
.voice-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 85px;
  align-items: center;
}
.voice-layout .eyebrow {
  color: rgb(170, 170, 170);
}
.voice-layout h2 {
  margin: 21px 0px;
  font-size: 45px;
}
.voice-layout h2 span {
  color: rgb(170, 170, 170);
}
.voice-layout > div > p {
  font-size: 13px;
  line-height: 1.85;
  color: rgb(165, 165, 165);
  max-width: 350px;
}
.voice-layout .text-link {
  color: rgb(217, 217, 217);
  margin-top: 28px;
  font-size: 11px;
}
.voice-composition {
  position: relative;
  padding-top: 35px;
}
.voice-quote {
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: rgb(193, 193, 193);
  margin: 0px 0px 29px 25px;
  transform: rotate(-6deg);
}
.voice-keyboard-card {
  background: linear-gradient(120deg, rgb(66, 66, 66), rgb(53, 53, 53));
  border: 1px solid rgb(109, 109, 109);
  border-radius: 18px;
  padding: 26px;
  box-shadow: rgba(0, 0, 0, 0.133) 0px 20px 40px;
  transform: rotate(3deg);
}
.voice-card-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: rgb(199, 199, 199);
}
.voice-card-heading img {
  filter: invert(1);
  opacity: 0.8;
}
.voice-waveform {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 98px;
  margin-block: 22px 7px;
}
.voice-waveform i {
  width: 4px;
  border-radius: 4px;
  height: 17px;
  background: rgb(197, 197, 197);
  transform-origin: center center;
}
.voice-waveform i:nth-child(3n) {
  height: 63px;
}
.voice-waveform i:nth-child(4n) {
  height: 38px;
}
.voice-waveform i:nth-child(5n) {
  height: 85px;
}
.voice-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px auto;
  background: rgb(221, 221, 221);
  color: rgb(73, 73, 73);
  font-size: 11px;
  padding: 12px 18px;
  border-radius: 10px;
}
.voice-play-button svg {
  width: 17px;
  height: 17px;
}
.voice-keyboard-card > p {
  color: rgb(200, 200, 200);
  font-size: 11px;
  line-height: 1.6;
  min-height: 36px;
  text-align: center;
}
.voice-keyboard-card.is-playing .voice-waveform i {
  animation: 0.65s ease-in-out 0s infinite alternate none running voice-pulse;
}
.voice-keyboard-card.is-playing .voice-waveform i:nth-child(3n) {
  animation-delay: -0.3s;
}
.voice-keyboard-card.is-playing .voice-waveform i:nth-child(4n) {
  animation-delay: -0.5s;
}
@keyframes voice-pulse {
  0% {
    transform: scaleY(0.25);
  }
  100% {
    transform: scaleY(1);
  }
}
.iphone-personal {
  text-align: center;
  padding-block: 104px;
}
.personal-toolbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 16px 22px;
  border-radius: 14px;
  border: 1px solid rgb(219, 219, 219);
  background: rgb(236, 236, 236);
  box-shadow: rgba(72, 72, 72, 0.063) 0px 12px 30px;
  transform: rotate(-4deg);
  margin: 0px auto 43px;
}
.personal-toolbar > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: rgb(111, 111, 111);
}
.personal-toolbar svg {
  width: 18px;
  height: 18px;
}
.personal-toolbar > img {
  margin-right: 8px;
}
.iphone-personal h2 {
  margin: 19px 0px 21px;
}
.iphone-personal > p {
  font-size: 13px;
  line-height: 1.9;
  color: rgb(140, 140, 140);
}
.personal-details {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 26px;
}
.personal-details > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: rgb(140, 140, 140);
}
.personal-details svg {
  width: 16px;
  height: 16px;
}
.iphone-setup {
  padding: 85px 0px 91px;
  background: rgb(235, 235, 235);
  border-block: 1px solid rgb(220, 220, 220);
}
.iphone-setup .section-heading {
  margin-bottom: 45px;
}
.iphone-setup h2 {
  font-size: 41px;
}
.iphone-setup .section-heading > p {
  color: rgb(141, 141, 141);
}
.setup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.setup-steps > li {
  padding: 27px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(219, 219, 219);
  border-radius: 12px;
  position: relative;
}
.setup-steps > li > span {
  position: absolute;
  top: 27px;
  right: 25px;
  font-size: 9px;
  color: rgb(150, 150, 150);
}
.setup-steps > li > svg {
  width: 29px;
  height: 29px;
  color: rgb(150, 150, 150);
}
.setup-steps h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 24px 0px 13px;
}
.setup-steps p {
  font-size: 11px;
  line-height: 1.85;
  color: rgb(140, 140, 140);
}
.iphone-faq {
  padding-block: 92px;
  border: 0px;
}
.iphone-mac-link {
  text-align: center;
  padding-block: 75px 95px;
  border-top: 1px solid rgb(224, 224, 224);
}
.iphone-mac-link > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: rgb(141, 141, 141);
  font-size: 8px;
  letter-spacing: 1.6px;
  margin-bottom: 27px;
}
.iphone-mac-link h2 {
  font-size: 57px;
}
.iphone-mac-link > p {
  font-size: 13px;
  line-height: 1.85;
  color: rgb(141, 141, 141);
  margin: 21px 0px 27px;
}
.iphone-page .nav-links a[aria-current="page"] {
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.iphone-page .nav-links a:nth-child(2) {
  display: block;
}
@media (max-width: 1100px) {
  .iphone-hero-copy h1 {
    font-size: 77px;
  }
  .iphone-hero {
    gap: 20px;
  }
  .floating-word.word-before {
    left: -9px;
    top: 76px;
    font-size: 13px;
  }
  .word-after {
    right: -7px;
    font-size: 10px;
  }
  .voice-layout {
    gap: 40px;
  }
  .tone-buttons {
    gap: 5px;
  }
  .tone-buttons button {
    font-size: 7px;
  }
  .iphone-feature {
    padding-inline: 29px;
  }
  .iphone-hero-art {
    isolation: auto;
  }
  .phone-orbit {
    width: 380px;
    height: 380px;
  }
  .orbit-b {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 760px) {
  .iphone-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 136px;
    padding-bottom: 64px;
    gap: 40px;
    overflow: hidden;
  }
  .iphone-hero-copy h1 {
    font-size: 73px;
    letter-spacing: -3.7px;
    line-height: 1.02;
    margin: 20px 0px;
  }
  .iphone-hero-copy h1 > span br {
    display: none;
  }
  .iphone-hero-copy > p {
    font-size: 14px;
  }
  .iphone-hero-actions {
    justify-content: center;
    margin-top: 23px;
  }
  .iphone-hero-note {
    justify-content: center;
    margin-top: 23px;
  }
  .iphone-hero-art {
    width: 420px;
    max-width: 100%;
    margin: auto;
    scroll-margin-top: 20px;
  }
  .iphone-hero-art .phone-device {
    transform: rotate(2deg);
  }
  .floating-word.word-before {
    left: -4px;
    top: 109px;
    font-size: 13px;
  }
  .word-after {
    right: -5px;
    bottom: 58px;
    font-size: 9px;
  }
  .iphone-intro-strip {
    flex-wrap: wrap;
    justify-content: center;
    padding: 28px 24px;
    font-size: 9px;
    gap: 20px;
  }
  .iphone-intro-strip > span {
    flex-basis: 100%;
    text-align: center;
  }
  .iphone-intro-strip svg {
    width: 16px;
    height: 16px;
  }
  .iphone-features {
    padding-block: 74px;
  }
  .iphone-feature-grid {
    gap: 16px;
  }
  .iphone-feature {
    padding: 26px 22px 0px;
    min-height: 520px;
  }
  .iphone-feature h3 {
    font-size: 28px;
  }
  .iphone-feature > p {
    font-size: 11px;
  }
  .tone-playground {
    padding: 18px 15px;
  }
  .tone-playground > p {
    font-size: 21px;
    min-height: 118px;
  }
  .tone-buttons button {
    font-size: 8px;
  }
  .tone-buttons button svg {
    display: none;
  }
  .grammar-paper {
    padding: 22px;
  }
  .grammar-paper > p {
    font-size: 27px;
  }
  .translation-bubbles > div {
    font-size: 13px;
    padding: 15px;
    width: 91%;
  }
  .ask-mini {
    padding: 18px;
  }
  .ask-mini-question {
    font-size: 9px;
    margin-left: 15px;
  }
  .ask-mini-answer p {
    font-size: 20px;
  }
  .ask-mini-answer {
    gap: 9px;
  }
  .voice-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .voice-layout h2 {
    font-size: 40px;
  }
  .voice-layout > div > p {
    max-width: 460px;
  }
  .voice-composition {
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .voice-quote {
    font-size: 28px;
  }
  .iphone-voice {
    padding-block: 70px;
  }
  .iphone-personal {
    padding-block: 74px;
  }
  .personal-details {
    flex-wrap: wrap;
    gap: 18px;
  }
  .personal-details > span {
    font-size: 9px;
  }
  .iphone-setup {
    padding-block: 65px;
  }
  .iphone-setup h2 {
    font-size: 35px;
  }
  .setup-steps {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .setup-steps > li {
    padding: 24px 25px 24px 80px;
    min-height: 155px;
  }
  .setup-steps > li > svg {
    position: absolute;
    top: 27px;
    left: 25px;
    width: 27px;
    height: 27px;
  }
  .setup-steps h3 {
    margin: 0px 0px 10px;
  }
  .setup-steps p {
    font-size: 12px;
  }
  .iphone-faq {
    padding-block: 60px;
  }
  .iphone-mac-link {
    padding-block: 60px 73px;
  }
  .iphone-mac-link h2 {
    font-size: 47px;
  }
}
@media (max-width: 520px) {
  .iphone-hero-copy h1 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
  .iphone-hero-copy h1 > span br {
    display: block;
  }
  .iphone-hero-copy > .eyebrow {
    font-size: 8px;
  }
  .iphone-hero-copy > p {
    font-size: 13px;
  }
  .iphone-hero-actions .button {
    font-size: 11px;
  }
  .iphone-hero-actions .text-link {
    font-size: 10px;
  }
  .iphone-hero-art {
    padding-block: 22px 0px;
  }
  .iphone-hero-art .phone-device {
    width: 310px;
    height: 642px;
    max-width: 100%;
    transform: rotate(0deg);
  }
  .iphone-hero-art .floating-word {
    display: none;
  }
  .phone-orbit {
    width: 335px;
    height: 335px;
  }
  .orbit-b {
    width: 420px;
    height: 420px;
  }
  .iphone-hero-note {
    font-size: 8px;
  }
  .iphone-intro-strip {
    gap: 17px;
    font-size: 8px;
  }
  .iphone-intro-strip > div {
    gap: 5px;
  }
  .iphone-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .iphone-feature {
    padding: 29px 27px 0px;
    min-height: 505px;
  }
  .iphone-feature h3 {
    font-size: 32px;
  }
  .iphone-feature > p {
    font-size: 12px;
  }
  .tone-playground {
    margin-top: 26px;
    padding: 22px 18px;
  }
  .tone-playground > p {
    font-size: 25px;
    min-height: 113px;
  }
  .tone-buttons {
    gap: 5px;
  }
  .tone-buttons button {
    font-size: 8px;
    padding: 8px;
  }
  .grammar-paper > p {
    font-size: 31px;
  }
  .grammar-paper {
    margin-top: 28px;
  }
  .translation-bubbles > div {
    font-size: 15px;
    padding: 17px;
    width: 91%;
  }
  .translation-bubbles {
    gap: 16px;
  }
  .ask-mini {
    padding: 20px;
    margin-top: 30px;
  }
  .ask-mini-question {
    font-size: 10px;
  }
  .ask-mini-answer p {
    font-size: 24px;
  }
  .iphone-feature.ask-feature {
    padding-bottom: 28px;
    min-height: 0px;
  }
  .voice-layout h2 {
    font-size: 35px;
  }
  .voice-layout > div > p {
    font-size: 12px;
  }
  .voice-quote {
    font-size: 27px;
  }
  .voice-keyboard-card {
    padding: 22px;
  }
  .voice-waveform {
    gap: 4px;
  }
  .voice-waveform i {
    width: 3px;
  }
  .personal-toolbar {
    gap: 12px;
    padding: 15px;
  }
  .personal-toolbar > span {
    font-size: 9px;
    gap: 5px;
  }
  .personal-toolbar svg {
    width: 15px;
    height: 15px;
  }
  .personal-toolbar > img {
    width: 23px;
    height: 23px;
    margin: 0px;
  }
  .personal-toolbar > svg:last-child {
    display: none;
  }
  .iphone-personal h2 {
    font-size: 33px;
  }
  .iphone-personal > p {
    font-size: 12px;
  }
  .iphone-personal > p br {
    display: none;
  }
  .personal-details {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .iphone-setup h2 {
    font-size: 31px;
  }
  .setup-steps > li {
    padding: 24px 23px 24px 73px;
  }
  .setup-steps > li > svg {
    left: 23px;
    width: 23px;
    height: 23px;
  }
  .setup-steps h3 {
    font-size: 20px;
    margin-right: 10px;
  }
  .setup-steps > li > span {
    right: 20px;
    font-size: 8px;
  }
  .setup-steps p {
    font-size: 11px;
  }
  .iphone-mac-link h2 {
    font-size: 42px;
  }
  .iphone-mac-link > p {
    font-size: 12px;
  }
  .iphone-page .nav-actions .button-small {
    font-size: 10px;
    padding: 10px;
  }
  .iphone-page .nav-actions .button-small svg {
    width: 13px;
    height: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .iphone-page * {
    animation: auto ease 0s 1 normal none running none !important;
    transition: none !important;
  }
}
/* Keep the hero's content inside narrow phone viewports. */
.iphone-hero-copy,
.iphone-hero-art {
  min-width: 0;
}
@media (max-width: 760px) {
  .iphone-hero {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 380px) {
  .iphone-hero-copy h1 {
    font-size: 54px;
    letter-spacing: -2.9px;
  }
  .iphone-hero-actions {
    flex-direction: column;
    gap: 17px;
  }
  .iphone-feature {
    padding-inline: 22px;
  }
  .personal-toolbar {
    gap: 9px;
    padding-inline: 10px;
  }
}

.keyboard-walkthrough {
  padding-block: 96px 88px;
}
.keyboard-walkthrough .section-heading {
  margin-bottom: 32px;
}
.keyboard-scenarios {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px;
  background: #e9e9e9;
  border: 1px solid #dedede;
  border-radius: 13px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 60px;
}
.keyboard-scenarios button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: transparent;
  border-radius: 8px;
  color: #777;
  font-size: 11px;
  white-space: nowrap;
}
.keyboard-scenarios button svg {
  width: 17px;
  height: 17px;
}
.keyboard-scenarios button[aria-pressed="true"] {
  background: #292929;
  color: #fff;
  box-shadow: 0 4px 10px #0001;
}
.keyboard-scenarios button:hover {
  color: #222;
  background: #ddd;
}
.keyboard-scenarios button[aria-pressed="true"]:hover {
  background: #292929;
  color: #fff;
}
.keyboard-walkthrough-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 85px;
  max-width: 950px;
  margin: auto;
}
.keyboard-walkthrough-copy > .eyebrow {
  font-size: 9px;
  color: #888;
}
.keyboard-walkthrough-copy h3 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.6px;
  white-space: pre-line;
  margin: 20px 0;
  min-height: 92px;
}
.keyboard-walkthrough-copy > p {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  min-height: 70px;
}
.keyboard-steps {
  list-style: none;
  margin: 27px 0;
  padding: 0;
}
.keyboard-steps li {
  display: flex;
  gap: 15px;
  padding: 16px 0;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.keyboard-steps li + li {
  border-top: 1px solid #e1e1e1;
}
.keyboard-steps li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: #e8e8e8;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 9px;
}
.keyboard-steps strong {
  font-size: 13px;
  font-weight: 550;
}
.keyboard-steps p {
  font-size: 11px;
  line-height: 1.65;
  color: #888;
  margin-top: 7px;
}
.keyboard-steps li[aria-current="step"] {
  opacity: 1;
}
.keyboard-steps li[aria-current="step"] > span {
  background: #292929;
  color: white;
  border-color: #292929;
}
.keyboard-steps li.is-complete {
  opacity: 0.75;
}
.keyboard-walkthrough-copy .keyboard-story-outcome {
  min-height: 40px;
  font-size: 11px;
  color: #888;
  font-style: italic;
}
.keyboard-walkthrough-phone {
  display: flex;
  justify-content: center;
  padding-block: 5px 15px;
  position: relative;
}
.keyboard-walkthrough-phone::before {
  content: "";
  position: absolute;
  inset: 10% -9%;
  border-radius: 50%;
  background: radial-gradient(ellipse, #dedede, transparent 70%);
}
.keyboard-walkthrough-phone .phone-device {
  width: 352px;
  height: 708px;
  max-width: 100%;
}
.keyboard-walkthrough-phone .phone-draft p,
.keyboard-walkthrough-phone .phone-result > p {
  font-size: 13px;
}
.keyboard-walkthrough-phone .has-ai-result .phone-draft p {
  font-size: 11px;
}
.keyboard-walkthrough-phone .phone-key {
  height: 35px;
}
.keyboard-walkthrough + .iphone-features {
  padding-top: 65px;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 900px) {
  .keyboard-walkthrough-layout {
    gap: 35px;
  }
  .keyboard-walkthrough-copy h3 {
    font-size: 35px;
  }
  .keyboard-scenarios button {
    padding: 11px 12px;
    font-size: 10px;
  }
  .keyboard-walkthrough-phone .phone-device {
    width: 326px;
  }
}
@media (max-width: 760px) {
  .keyboard-walkthrough {
    padding-block: 65px;
  }
  .keyboard-scenarios {
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 3px;
  }
  .keyboard-scenarios button {
    font-size: 10px;
    padding: 10px 11px;
  }
  .keyboard-walkthrough-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .keyboard-walkthrough-copy {
    text-align: center;
    max-width: 470px;
    margin: auto;
  }
  .keyboard-walkthrough-copy h3 {
    font-size: 35px;
    min-height: 76px;
    margin: 15px 0;
  }
  .keyboard-walkthrough-copy > p {
    font-size: 12px;
    min-height: 65px;
  }
  .keyboard-steps {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 18px 0 0;
    min-height: 120px;
  }
  .keyboard-steps li {
    flex: 1;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 9px;
  }
  .keyboard-steps li + li {
    border: 0;
  }
  .keyboard-steps strong {
    font-size: 10px;
    line-height: 1.5;
    display: block;
  }
  .keyboard-steps p {
    display: none;
  }
  .keyboard-walkthrough-copy .keyboard-story-outcome {
    min-height: 0;
    font-size: 10px;
  }
  .keyboard-walkthrough-phone .phone-device {
    width: 326px;
    height: 688px;
  }
  .keyboard-walkthrough-phone::before {
    inset-inline: 0;
  }
}
@media (max-width: 380px) {
  .keyboard-walkthrough .section-heading h2 {
    font-size: 30px;
  }
  .keyboard-walkthrough-copy h3 {
    font-size: 31px;
  }
  .keyboard-scenarios button {
    font-size: 9px;
    gap: 5px;
    padding: 9px;
  }
  .keyboard-scenarios button svg {
    width: 14px;
    height: 14px;
  }
  .keyboard-walkthrough-phone .phone-draft p,
  .keyboard-walkthrough-phone .phone-result > p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .keyboard-steps li {
    transition: none;
  }
}
.keyboard-story-controls {
  position: sticky;
  top: 14px;
  z-index: 6;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 60px;
  border-radius: 13px;
  background: #f6f6f6ed;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 25px #00000006;
}
.keyboard-story-controls .keyboard-scenarios {
  margin-bottom: 0;
}
.keyboard-live-caption {
  display: none;
}
@media (max-width: 760px) {
  .keyboard-story-controls {
    margin-bottom: 30px;
    top: 8px;
  }
  .keyboard-live-caption {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    color: #666;
    padding: 10px 12px;
    min-height: 35px;
  }
}
