.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  font-size: 14px;
  max-width: 330px;
  margin-bottom: 3px;
}
.feature-section {
  padding-top: 45px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.feature-card {
  position: relative;
  padding: 38px;
  background: #e9f0ed;
  border: 1px solid #dfe8e2;
  border-radius: 18px;
  overflow: hidden;
}
.feature-wide {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
  background: #e4efea;
  min-height: 330px;
}
.card-number {
  display: block;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #6a8274;
  font-weight: 600;
  margin-bottom: 28px;
}
.feature-card h3 {
  font-size: 33px;
  line-height: 1.1;
  margin-bottom: 19px;
}
.feature-card p {
  font-size: 14px;
  max-width: 355px;
}
.filter-list {
  display: grid;
  gap: 10px;
}
.filter-row {
  padding: 15px;
  background: #f9fcfa;
  border: 1px solid #d7e5dc;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  box-shadow: 0 2px 8px #315b3f03;
}
.filter-row > span:first-child {
  font-size: 19px;
  color: var(--green);
}
.filter-row > strong {
  font-weight: 500;
  flex: 1;
}
.filter-row > span:last-child {
  font-size: 12px;
  color: #77857b;
}
.filter-row > .status-keep {
  color: var(--green) !important;
  background: #e6f1e9;
  padding: 3px 7px;
  border-radius: 4px;
}
.filter-row.removed {
  background: transparent;
  border-style: dashed;
  opacity: 0.6;
}
.filter-row.removed strong {
  text-decoration: line-through;
}
.time-illustration {
  margin-top: 35px;
  border: 1px solid #cadbd1;
  border-radius: 12px;
  background: #f4f8f5;
  padding: 20px;
}
.time-illustration > span {
  font-size: 12px;
  letter-spacing: 1.6px;
  color: var(--muted);
}
.time-illustration > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  font-family: var(--font);
  font-size: 26px;
  letter-spacing: -0.6px;
  margin: 5px 0 18px;
}
.time-illustration > div:nth-child(2) > span {
  color: var(--green);
}
.time-track {
  height: 6px;
  background: #d4e2d9;
  border-radius: 8px;
}
.time-track > span {
  display: block;
  height: 100%;
  width: 55%;
  background: var(--green);
  border-radius: 8px;
}
.time-illustration > p {
  font-size: 12px;
  margin: 12px 0 0;
}
.dark-card {
  background: #1c342b;
  color: #f0f8f2;
  border-color: #1c342b;
}
.dark-card .card-number {
  color: #9bb6a7;
}
.dark-card p {
  color: #b5c8bc;
}
.dark-card .text-link {
  color: #d9ece0;
}
.pause-illustration {
  position: relative;
  display: grid;
  place-items: center;
  margin: 33px auto 15px;
  width: 150px;
  height: 110px;
}
.pause-illustration > span {
  position: absolute;
  border: 1px solid #7bb29355;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.pause-illustration > span:nth-child(2) {
  width: 120px;
  height: 120px;
  border-color: #7bb29335;
}
.pause-illustration > span:nth-child(3) {
  width: 60px;
  height: 60px;
  background: #89b99915;
}
.pause-caption {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #bad3c3;
  margin-top: 26px;
}
.family-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
}
.family-image {
  height: 525px;
  border-radius: 18px;
  overflow: hidden;
  background: #305948;
}
.family-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-copy h2 {
  font-size: 47px;
}
.family-copy > p {
  font-size: 14px;
  line-height: 1.9;
}
.check-list,
.remove-list {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  font-size: 14px;
}
.check-list li,
.remove-list li {
  position: relative;
  padding: 8px 0 8px 25px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 13px;
}
.remove-list li:before {
  content: "−";
  position: absolute;
  left: 0;
  color: #92716b;
}
.gallery-section {
  background: #eaf0ed;
  max-width: none;
  padding-left: max(48px, calc((100vw - 1104px) / 2));
  padding-right: max(48px, calc((100vw - 1104px) / 2));
}
.screenshot-gallery {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-top: 50px;
}
.screenshot-gallery figure {
  margin: 0;
  text-align: center;
  min-width: 0;
}
.screenshot-gallery .phone {
  width: 245px;
  border-width: 6px;
  border-radius: 36px;
}
.screenshot-gallery .phone img {
  border-radius: 29px;
}
.screenshot-gallery figcaption {
  font-family: var(--font);
  font-size: 21px;
  letter-spacing: -0.3px;
  margin-top: 23px;
}
.screenshot-gallery figcaption > span {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--green);
  margin-bottom: 5px;
}
.gallery-note {
  text-align: center;
  font-size: 12px;
  margin: 32px 0 0;
}
.center-heading {
  text-align: center;
  margin-bottom: 35px;
}
.center-heading h2 {
  margin-bottom: 20px;
}
.center-heading > p {
  font-size: 15px;
}
.pricing-control {
  display: flex;
  justify-content: center;
  margin: 30px 0 40px;
}
.billing-toggle {
  display: flex;
  gap: 4px;
  background: #e7eee9;
  border: 1px solid #dce5de;
  border-radius: 9px;
  padding: 5px;
}
.billing-toggle button {
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  min-height: 44px;
}
.billing-toggle button[aria-pressed="true"] {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 2px 5px #263d1d09;
}
.billing-toggle button > span {
  margin-left: 8px;
  background: #dff1e6;
  color: var(--green);
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  position: relative;
  padding: 33px 28px;
  background: #f9fbf9;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.price-card.featured {
  border: 1.5px solid var(--green);
  background: #edf6ef;
}
.plan-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: var(--green);
  color: white;
  padding: 4px 11px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
}
.plan-name {
  display: block;
  font-family: var(--font);
  font-size: 25px;
  letter-spacing: -0.6px;
}
.price-card > p {
  font-size: 12px;
  min-height: 22px;
  margin: 7px 0 27px;
}
.price {
  font-family: var(--font);
  font-size: 42px;
  letter-spacing: -1.6px;
  line-height: 1.3;
  white-space: nowrap;
}
.price > span {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
  margin-left: 6px;
}
.price-detail {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
  margin-bottom: 24px;
  min-height: 19px;
}
.price-card .button {
  width: 100%;
  min-height: 46px;
  font-size: 12px;
  justify-content: space-between;
  padding: 10px 18px;
  gap: 8px;
}
.price-card .check-list {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin: 26px 0 0;
  font-size: 12px;
  line-height: 1.55;
}
.price-card .check-list li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pricing-disclaimer {
  max-width: 730px;
  text-align: center;
  margin: 25px auto 0;
  font-size: 12px;
  line-height: 1.8;
}
.center-link {
  text-align: center;
  margin-top: 30px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 65px;
  padding-top: 30px;
}
.faq-section h2 {
  margin-bottom: 28px;
}
.faq-section .eyebrow {
  max-width: 240px;
  line-height: 1.8;
}
.faq-section .faq-list summary {
  font-size: 18px;
}
.page-intro {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 55px;
  max-width: 950px;
}
.page-intro h1 {
  font-size: clamp(42px, 5vw, 72px);
  margin-bottom: 26px;
}
.page-intro h1 span,
.platform-hero h1 span {
  color: var(--green);
}
.page-intro > p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 auto 25px;
}
.page-intro > .eyebrow {
  margin-bottom: 25px;
}
.page-intro + .section {
  padding-top: 40px;
}
.steps-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 100px;
  position: relative;
}
.steps article {
  position: relative;
  padding: 15px 0 45px 60px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 38px;
}
.steps article:last-child {
  border-bottom: none;
}
.steps article > span {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: var(--font);
  color: var(--green);
  font-size: 22px;
}
.steps h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1.1px;
}
.steps p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 0;
}
.sticky-phone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sticky-phone .phone {
  position: sticky;
  top: 40px;
  width: 286px;
}
.clarity {
  background: #e7f0e9;
  border-radius: 18px;
  max-width: 1104px;
  margin-bottom: 90px;
  padding: 60px;
}
.clarity h2 {
  margin-bottom: 40px;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.two-columns h3 {
  font-size: 25px;
}
.two-columns p {
  font-size: 14px;
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  display: block;
  border: 1px solid var(--line);
  background: #f9fcf9;
  border-radius: 15px;
  padding: 32px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #92baa3;
}
.service-card h2 {
  font-size: 31px;
  margin: 20px 0 12px;
}
.service-card > p {
  font-size: 13px;
  min-height: 44px;
}
.service-card > div {
  font-size: 12px;
  line-height: 1.7;
  border-top: 1px solid var(--line);
  padding: 13px 0;
}
.service-card > div > span {
  display: block;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: var(--green);
  margin-bottom: 3px;
}
.service-link {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin-top: 16px;
}
.service-note {
  padding-top: 0;
  padding-bottom: 55px;
}
.service-note p {
  font-size: 12px;
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.breadcrumb {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 35px;
}
.service-hero-icon {
  display: block;
  margin: 0 auto 25px;
}
.service-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service-details > div {
  padding: 45px;
  border-radius: 18px;
  background: #e5f1e9;
}
.service-details > div:nth-child(2) {
  background: #edece8;
}
.service-details h2 {
  font-size: 34px;
}
.service-details li {
  font-size: 17px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.narrow-section {
  max-width: 830px;
}
.narrow-section h2 {
  font-size: 40px;
}
.narrow-section > p {
  font-size: 16px;
}
.info-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  padding: 24px 28px;
  border-left: 3px solid #8bb29b;
  background: #eaf0eb;
  border-radius: 0 8px 8px 0;
  margin: 38px 0;
}
.spaced-link {
  margin-top: 30px;
}
.family-page {
  padding-top: 25px !important;
}
.family-page .family-image {
  height: 550px;
}
.family-page .family-copy h2 {
  font-size: 45px;
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.setup-cards {
  margin-top: 55px;
}
.setup-cards article {
  padding-top: 25px;
  border-top: 1px solid #bacfc2;
}
.setup-cards article > span {
  color: var(--green);
  font-family: var(--font);
  font-size: 22px;
}
.setup-cards h3 {
  font-size: 27px;
  margin: 20px 0 16px;
}
.setup-cards p {
  font-size: 14px;
  line-height: 1.9;
}
.pricing-page {
  padding-top: 0 !important;
}
.lifetime {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}
.lifetime .eyebrow {
  font-size: 12px;
  margin-bottom: 12px;
}
.lifetime h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.lifetime p {
  font-size: 12px;
  margin: 0;
}
.lifetime .button {
  white-space: nowrap;
}
.comparison-section {
  padding-top: 20px;
}
.comparison-section h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.comparison {
  border-top: 1px solid var(--line);
}
.comparison-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 12px;
  padding: 19px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  align-items: center;
}
.comparison-row > span:not(:first-child) {
  text-align: center;
  color: var(--green);
}
.comparison-head {
  font-family: var(--font);
  font-size: 19px;
  font-weight: 500;
  background: #eaf1ec;
}
.download-section {
  max-width: 980px;
}
.store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.store-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fafcf9;
  padding: 38px;
}
.platform-symbol {
  display: inline-grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  border-radius: 11px;
  width: 52px;
  height: 52px;
}
.android-symbol {
  background: #d7edd9;
  color: #28663e;
}
.store-status {
  float: right;
  color: var(--green);
  font-size: 12px;
  border: 1px solid #c3d9c8;
  border-radius: 20px;
  padding: 3px 12px;
}
.store-card h2 {
  font-size: 37px;
  margin: 28px 0 16px;
}
.store-card p {
  font-size: 14px;
  margin-bottom: 26px;
}
.store-card .button {
  width: 100%;
  justify-content: space-between;
}
.store-card .caption {
  font-size: 12px;
}
.download-assurance {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 32px;
  font-size: 12px;
  color: var(--muted);
}
.download-assurance > span:before {
  content: "✓";
  margin-right: 7px;
  color: var(--green);
}
.inline-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.selection-note {
  font-size: 13px;
  background: var(--mint);
  border: 1px solid #bfdbcc;
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 30px;
}
.platform-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 80px;
}
.platform-hero > .phone {
  justify-self: center;
  width: 275px;
}
.platform-hero h1 {
  font-size: 61px;
}
.platform-hero > div > p {
  font-size: 16px;
  max-width: 450px;
  line-height: 1.9;
}
.platform-hero .breadcrumb {
  margin-bottom: 38px;
}
.platform-cta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 30px 0 20px;
}
.platform-cta strong {
  font-size: 14px;
}
.platform-cta p {
  font-size: 12px;
  margin: 3px 0 0;
}
.not-live {
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.support-contact {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.support-contact h2 {
  font-size: 33px;
}
.legal-copy {
  max-width: 830px;
  padding-top: 10px !important;
}
.legal-copy h2 {
  font-size: 27px;
  letter-spacing: -0.6px;
  margin-top: 40px;
}
.legal-copy p {
  font-size: 15px;
  line-height: 1.9;
}
.legal-copy a {
  color: var(--green);
  text-decoration: underline;
}
.not-found-actions {
  text-align: center;
  margin: 0 20px 120px;
}
@media (max-width: 1000px) {
  .feature-wide {
    gap: 30px;
  }
  .feature-card {
    padding: 28px;
  }
  .family-banner {
    gap: 40px;
  }
  .family-copy h2 {
    font-size: 39px;
  }
  .screenshot-gallery {
    gap: 30px;
  }
  .screenshot-gallery .phone {
    width: 220px;
  }
  .price-card {
    padding: 30px 21px;
  }
  .price {
    font-size: 36px;
  }
  .price-card > p {
    min-height: 40px;
  }
  .steps-section {
    gap: 40px;
  }
  .service-card {
    padding: 25px;
  }
  .platform-hero {
    gap: 40px;
  }
  .platform-hero h1 {
    font-size: 51px;
  }
}
@media (max-width: 760px) {
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 24px;
  }
  .feature-section {
    padding-top: 20px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-wide {
    display: block;
    grid-column: auto;
  }
  .feature-card {
    padding: 28px;
  }
  .feature-card h3 {
    font-size: 31px;
  }
  .filter-list {
    margin-top: 30px;
  }
  .filter-row {
    padding: 12px;
    gap: 8px;
    font-size: 12px;
  }
  .filter-row > span:last-child {
    font-size: 12px;
  }
  .family-banner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .family-image {
    height: 360px;
  }
  .family-copy h2 {
    font-size: 39px;
  }
  .family-copy > p {
    font-size: 15px;
  }
  .family-copy .check-list {
    font-size: 13px;
  }
  .gallery-section {
    padding: 65px 24px;
  }
  .screenshot-gallery {
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin: 35px -24px 0;
    padding: 5px 24px 22px;
  }
  .screenshot-gallery figure {
    flex: 0 0 230px;
    scroll-snap-align: center;
  }
  .screenshot-gallery .phone {
    width: 230px;
  }
  .screenshot-gallery figcaption {
    font-size: 19px;
  }
  .gallery-note {
    text-align: left;
    line-height: 1.8;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 430px;
    margin: auto;
  }
  .price-card {
    padding: 30px;
  }
  .price-card > p {
    min-height: 0;
    font-size: 14px;
  }
  .price {
    font-size: 46px;
  }
  .price-detail {
    font-size: 12px;
  }
  .price-card .check-list {
    font-size: 14px;
  }
  .price-card .button {
    font-size: 14px;
  }
  .plan-name {
    font-size: 28px;
  }
  .pricing-disclaimer {
    font-size: 12px;
    text-align: left;
  }
  .faq-section {
    display: block;
    padding-top: 10px;
  }
  .faq-section > div:first-child {
    margin-bottom: 35px;
  }
  .faq-section .eyebrow {
    max-width: none;
  }
  .page-intro {
    padding: 50px 24px 30px;
  }
  .page-intro h1 {
    font-size: 43px;
  }
  .page-intro > p {
    font-size: 15px;
  }
  .page-intro + .section {
    padding-top: 30px;
  }
  .steps-section {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .steps article {
    padding-left: 45px;
  }
  .steps h2 {
    font-size: 31px;
  }
  .steps p {
    font-size: 14px;
  }
  .sticky-phone .phone {
    width: 250px;
  }
  .clarity {
    margin: 0 20px 65px;
    padding: 35px 25px;
  }
  .clarity h2 {
    font-size: 35px;
  }
  .two-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .service-card {
    padding: 30px;
  }
  .service-card > p {
    min-height: 0;
    font-size: 15px;
  }
  .service-card > div {
    font-size: 14px;
  }
  .service-link {
    font-size: 14px;
  }
  .service-details {
    grid-template-columns: 1fr;
  }
  .service-details > div {
    padding: 30px;
  }
  .service-details h2 {
    font-size: 32px;
  }
  .service-details li {
    font-size: 16px;
  }
  .narrow-section h2 {
    font-size: 35px;
  }
  .narrow-section > p {
    font-size: 15px;
  }
  .info-note {
    padding: 20px;
    font-size: 13px;
  }
  .family-page .family-image {
    height: 380px;
  }
  .family-page .family-copy h2 {
    font-size: 38px;
  }
  .three-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .setup-cards {
    margin-top: 30px;
  }
  .setup-cards h3 {
    font-size: 27px;
  }
  .lifetime {
    display: block;
    padding: 26px;
  }
  .lifetime .button {
    margin-top: 24px;
  }
  .lifetime p {
    font-size: 14px;
  }
  .comparison-section h2 {
    font-size: 35px;
  }
  .comparison-row {
    grid-template-columns: 1.65fr 0.65fr 0.65fr 0.65fr;
    gap: 8px;
    font-size: 12px;
    padding: 16px 3px;
  }
  .comparison-head {
    font-size: 14px;
  }
  .store-grid {
    grid-template-columns: 1fr;
  }
  .store-card {
    padding: 30px;
  }
  .store-card p {
    font-size: 15px;
  }
  .download-assurance {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    margin-left: 5px;
  }
  .inline-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .platform-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 35px 24px 50px;
    gap: 45px;
  }
  .platform-hero h1 {
    font-size: 46px;
  }
  .platform-hero > div > p {
    font-size: 15px;
  }
  .platform-hero > .phone {
    align-self: center;
    width: 250px;
  }
  .platform-cta {
    gap: 12px;
  }
  .platform-cta strong {
    font-size: 13px;
  }
  .legal-copy p {
    font-size: 14px;
  }
  .legal-copy h2 {
    font-size: 26px;
  }
}
.platform-symbol:not(.android-symbol) img {
  filter: invert(1);
}
.billing-toggle {
  display: none;
}
.js .billing-toggle {
  display: flex;
}
.row-4 {
  fill: #1c4f47;
}
.filter-row.removed {
  opacity: 1;
  color: #67766c;
}
.filter-row.removed > span:last-child {
  color: #67766c;
}
.hero .wordmark {
  margin-bottom: -4px;
}
.feature-card p,
.family-copy > p,
.two-columns p,
.setup-cards p,
.service-card > p,
.store-card p {
  font-size: 16px;
}
.price-card > p,
.price-card .check-list {
  font-size: 14px;
}
