.real-screen-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #eef2f6;
  box-shadow: 0 28px 70px rgba(5, 13, 24, 0.22);
}

.check,
.trust-line .check,
.offer-checks .check,
.personal-list .check,
.story-copy .check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center;
  font-size: 0 !important;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
}

.check::before {
  content: "✓";
  display: block;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-0.25px);
}

.section-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  margin-top: 32px;
  padding: 0 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--lime), var(--green));
  color: #07110c;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(114, 223, 50, 0.24);
  transition: transform 0.2s, box-shadow 0.2s;
}

.section-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(114, 223, 50, 0.34);
}

.section-cta span {
  color: inherit;
}

.problem-strip > p {
  margin-bottom: 0;
}

.story-copy {
  grid-area: story-copy;
}

.story-visual {
  grid-area: story-preview;
}

.story-cta {
  grid-area: story-cta;
  align-self: start;
  justify-self: start;
  margin-top: 0;
}

.calendar-section {
  grid-template-areas:
    "calendar-preview calendar-copy"
    "calendar-preview calendar-cta";
  column-gap: 90px;
  row-gap: 22px;
}

.calendar-mock {
  grid-area: calendar-preview;
}

.calendar-copy {
  grid-area: calendar-copy;
}

.calendar-cta {
  grid-area: calendar-cta;
  align-self: start;
  justify-self: start;
  margin-top: 0;
}

.import-section {
  grid-template-areas:
    "import-copy import-preview"
    "import-cta import-preview";
  column-gap: 90px;
  row-gap: 22px;
}

.import-copy {
  grid-area: import-copy;
}

.real-import-shot {
  grid-area: import-preview;
}

.import-cta {
  grid-area: import-cta;
  align-self: start;
  justify-self: start;
  margin-top: 0;
}

.real-screen-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-real-screen {
  aspect-ratio: 16 / 10;
  border-radius: 14px 14px 6px 6px;
  background: #07101a;
}

.hero-real-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mobile-dashboard.mobile-dashboard-real {
  padding: 0;
  background: #f4f7fb;
}

.phone-dashboard-shot {
  position: absolute;
  top: -5.7%;
  left: -1.5%;
  display: block;
  width: 103%;
  height: auto;
  max-width: none;
}

.story-visual .real-screen-frame {
  box-shadow: var(--shadow);
}

@media (min-width: 1181px) {
  .product-story {
    grid-template-areas:
      "story-copy story-preview"
      "story-cta story-preview";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 22px;
  }

  .story-copy,
  .story-visual {
    min-width: 0;
  }

  .story-visual {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .product-story {
    grid-template-areas:
      "story-copy"
      "story-preview"
      "story-cta";
    row-gap: 40px;
  }
}

.real-feature-window {
  width: 100%;
  max-width: 1120px;
}

.benefit-grid article > .benefit-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  color: #55a72d;
  letter-spacing: 0;
  font-size: 0;
  font-weight: 400;
}

.benefit-grid h3 {
  margin-top: 38px;
}

.benefit-swipe-hint {
  display: none;
}

.benefit-grid:focus-visible {
  outline: 3px solid rgba(82, 167, 45, 0.55);
  outline-offset: 8px;
}

.benefit-icon-overview::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 29px;
  height: 22px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
}

.benefit-icon-overview::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor, 16px 0 0 currentColor;
}

.benefit-icon-future::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 27px;
  height: 23px;
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  border-radius: 0 0 0 3px;
}

.benefit-icon-future::after {
  content: "↗";
  position: absolute;
  top: -5px;
  left: 11px;
  font-family: "Segoe UI Symbol", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.benefit-icon-import::before {
  content: "↓";
  position: absolute;
  top: -8px;
  left: 9px;
  font-family: "Segoe UI Symbol", sans-serif;
  font-size: 29px;
  line-height: 1;
}

.benefit-icon-import::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 26px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  border-radius: 0 0 4px 4px;
}

.dark-section .real-feature-window {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.real-split-shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  min-height: 0;
}

.real-split-shots .real-screen-frame {
  align-self: center;
}

.real-split-shots .real-screen-frame:first-child {
  transform: translateY(-24px) rotate(-1.3deg);
}

.real-split-shots .real-screen-frame:last-child {
  transform: translateY(24px) rotate(1.3deg);
}

.analytics-section .real-feature-window {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.real-import-shot {
  padding: 0;
  background: #f5f7fb;
}

.personal-shots {
  display: grid;
  gap: 18px;
  width: min(820px, 100%);
}

.personal-shots .real-screen-frame:first-child {
  width: 80%;
  justify-self: end;
}

.personal-shots .dark-shot {
  width: 84%;
  margin-top: -18%;
  justify-self: start;
  border-color: rgba(166, 255, 61, 0.25);
  box-shadow: 0 34px 80px rgba(5, 13, 24, 0.34);
}

.offer-section {
  display: block;
  background:
    radial-gradient(circle at 88% 15%, rgba(114, 223, 50, 0.14), transparent 28rem),
    #0b1320;
}

.offer-intro {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.offer-intro h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.offer-intro > p {
  max-width: 680px;
  margin: 0 auto;
  color: #aeb9c8;
  font-size: 1.05rem;
  line-height: 1.75;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  align-items: stretch;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 540px;
  padding: 34px;
  border-radius: 22px;
}

.plan-card-monthly {
  color: #07101a;
  background: linear-gradient(145deg, #ffffff, #edf1f4);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.plan-card-annual {
  color: #ffffff;
  border: 1px solid rgba(166, 255, 61, 0.62);
  background:
    radial-gradient(circle at 100% 0, rgba(114, 223, 50, 0.15), transparent 24rem),
    linear-gradient(145deg, #08111e, #102032);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.plan-badge {
  align-self: flex-start;
  margin-bottom: 25px;
  padding: 7px 13px;
  border: 1px solid rgba(166, 255, 61, 0.42);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(166, 255, 61, 0.1);
  font-size: 0.77rem;
  font-weight: 850;
}

.plan-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 40px;
}

.plan-label {
  color: #667287;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  font-weight: 850;
}

.plan-card-annual .plan-label {
  color: #c8d0db;
  font-size: 1.02rem;
}

.installment-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #cbd3dd;
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 750;
}

.plan-card-annual > .installment-badge {
  align-self: flex-start;
  margin: -2px 0 16px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 30px 0 18px;
  letter-spacing: -0.055em;
}

.plan-card-annual .plan-price {
  margin-top: 28px;
}

.plan-price small {
  font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  font-weight: 850;
}

.plan-price strong {
  font-size: clamp(2.75rem, 4.2vw, 4.05rem);
  line-height: 0.9;
}

.plan-price em {
  color: #7c8798;
  letter-spacing: 0;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 750;
}

.plan-card-annual .plan-price em {
  color: #aab5c4;
}

.plan-description {
  color: #667287;
  font-weight: 700;
}

.plan-card-annual .plan-description {
  color: #b9c3cf;
}

.plan-card-annual .plan-description b {
  color: var(--lime);
  font-size: 1.12em;
}

.plan-benefits {
  display: grid;
  gap: 11px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.plan-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 750;
}

.plan-benefits .check {
  color: #4d9f24;
  background: rgba(166, 255, 61, 0.18);
}

.plan-card-annual .plan-benefits .check {
  color: var(--lime);
  background: rgba(166, 255, 61, 0.13);
}

.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 0.2s, box-shadow 0.2s;
}

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

.plan-button-monthly {
  color: #ffffff;
  background: #202a38;
}

.plan-button-annual {
  color: #07110c;
  background: linear-gradient(135deg, var(--lime), var(--green));
  box-shadow: 0 14px 32px rgba(114, 223, 50, 0.2);
}

body.auth-modal-open {
  overflow: hidden;
}

.auth-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.auth-modal[aria-hidden="false"] {
  display: flex;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(166, 255, 61, 0.1), transparent 26rem),
    rgba(4, 9, 16, 0.86);
  backdrop-filter: blur(12px);
}

.auth-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: calc(100dvh - 44px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f2f4f6);
  color: #07101a;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.46);
}

.auth-dialog:focus {
  outline: none;
}

.auth-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.auth-dialog-header img {
  width: 142px;
  height: auto;
  filter: brightness(0);
}

.auth-close {
  display: grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(9, 15, 28, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.8);
  color: #07101a;
  font-size: 1.18rem;
  font-weight: 900;
  cursor: pointer;
}

.auth-close:hover,
.auth-close:focus-visible,
.auth-tab:focus-visible,
.auth-forgot-link:focus-visible,
.auth-back-link:focus-visible,
.auth-return:focus-visible,
.auth-password button:focus-visible {
  outline: 3px solid rgba(114, 223, 50, 0.35);
  outline-offset: 2px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 22px;
  padding: 5px;
  border: 1px solid rgba(9, 15, 28, 0.1);
  border-radius: 11px;
  background: #eaf0f4;
}

.auth-tab {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #657083;
  font-size: 0.86rem;
  font-weight: 850;
  cursor: pointer;
}

.auth-tab.is-active {
  background: #ffffff;
  color: #07101a;
  box-shadow: 0 8px 22px rgba(7, 16, 26, 0.1);
}

.auth-panel[hidden],
.auth-tabs[hidden] {
  display: none;
}

.auth-panel-heading {
  margin-bottom: 22px;
}

.auth-panel-heading h2 {
  margin: 0 0 7px;
  letter-spacing: -0.035em;
  font-size: clamp(1.65rem, 5vw, 2rem);
  line-height: 1.08;
}

.auth-panel-heading p {
  margin: 0;
  color: #677084;
  font-size: 0.88rem;
  font-weight: 620;
  line-height: 1.55;
}

.auth-modal-form {
  display: grid;
  gap: 14px;
}

.auth-field {
  display: grid;
  gap: 7px;
}

.auth-field > span:first-child {
  color: #445064;
  font-size: 0.78rem;
  font-weight: 850;
}

.auth-field input {
  width: 100%;
  height: 49px;
  padding: 0 14px;
  border: 1px solid rgba(9, 15, 28, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.86);
  color: #07101a;
  font-size: 0.9rem;
  font-weight: 650;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-field input:focus {
  border-color: #72df32;
  box-shadow: 0 0 0 4px rgba(114, 223, 50, 0.12);
}

.auth-field input.is-invalid {
  border-color: #df4b62;
  box-shadow: 0 0 0 4px rgba(223, 75, 98, 0.1);
}

.auth-password {
  position: relative;
  display: block;
}

.auth-password input {
  padding-right: 78px;
}

.auth-password button {
  position: absolute;
  top: 50%;
  right: 9px;
  padding: 6px 7px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #657083;
  font-size: 0.7rem;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(-50%);
}

.auth-field-error {
  min-height: 0;
  color: #cf3f58;
  font-size: 0.7rem;
  font-weight: 700;
}

.auth-field-error:empty {
  display: none;
}

.auth-forgot-link,
.auth-back-link {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3f8d1d;
  font-size: 0.77rem;
  font-weight: 850;
  cursor: pointer;
}

.auth-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
}

.auth-submit,
.auth-return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 51px;
  border-radius: 9px;
  font-size: 0.87rem;
  font-weight: 900;
  cursor: pointer;
}

.auth-submit {
  border: 0;
  background: linear-gradient(135deg, var(--lime), var(--green));
  color: #07110c;
  box-shadow: 0 14px 30px rgba(114, 223, 50, 0.19);
}

.auth-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.auth-return {
  margin-top: 14px;
  border: 1px solid rgba(9, 15, 28, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: #07101a;
}

.auth-trial-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(82, 167, 45, 0.22);
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(166, 255, 61, 0.12), rgba(114, 223, 50, 0.04));
}

.auth-trial-note strong {
  color: #328a14;
  font-size: 0.8rem;
}

.auth-trial-note span {
  color: #657083;
  text-align: right;
  font-size: 0.7rem;
  font-weight: 750;
}

.auth-modal-message {
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.45;
}

.auth-modal-message.is-success {
  border: 1px solid rgba(82, 167, 45, 0.22);
  background: rgba(114, 223, 50, 0.1);
  color: #287b10;
}

.auth-modal-message.is-error {
  border: 1px solid rgba(223, 75, 98, 0.2);
  background: rgba(223, 75, 98, 0.08);
  color: #b52f48;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-story,
  .personal-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-story {
    row-gap: 34px;
  }

  .hero-copy,
  .hero-product,
  .story-copy,
  .personal-copy {
    min-width: 0;
  }

  .real-split-shots {
    gap: 12px;
  }

  .calendar-section {
    grid-template-areas:
      "calendar-copy"
      "calendar-preview"
      "calendar-cta";
    row-gap: 34px;
  }

  .import-section {
    grid-template-areas:
      "import-copy"
      "import-preview"
      "import-cta";
    row-gap: 34px;
  }

  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 560px;
  }

  .plan-card {
    min-height: 0;
  }

  .real-split-shots .real-screen-frame:first-child,
  .real-split-shots .real-screen-frame:last-child {
    transform: none;
  }
}

@media (max-width: 560px) {
  .auth-modal {
    align-items: flex-start;
    padding: 8px;
  }

  .auth-dialog {
    width: 100%;
    max-height: calc(100dvh - 16px);
    padding: 22px 20px 20px;
    border-radius: 13px;
  }

  .auth-dialog-header {
    margin-bottom: 18px;
  }

  .auth-dialog-header img {
    width: 132px;
  }

  .auth-close {
    width: 40px;
    height: 40px;
  }

  .auth-tabs {
    margin-bottom: 20px;
  }

  .auth-panel-heading {
    margin-bottom: 20px;
  }

  .auth-modal-form {
    gap: 13px;
  }

  .auth-trial-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .auth-trial-note span {
    text-align: left;
  }

  .hero-copy,
  .problem-strip,
  .section-heading,
  .story-copy,
  .dual-copy,
  .calendar-copy,
  .import-copy,
  .personal-copy,
  .security-section > div,
  .security-section > p,
  .offer-intro,
  .faq-section > .section-heading,
  .final-cta,
  footer {
    text-align: center;
  }

  .hero-copy > p,
  .section-heading > p,
  .story-copy > p,
  .dual-copy > p,
  .calendar-copy > p,
  .import-copy > p,
  .personal-copy > p,
  .security-section > p,
  .final-cta p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy .eyebrow,
  .section-heading .eyebrow,
  .story-copy .eyebrow,
  .dual-copy .eyebrow,
  .calendar-copy .eyebrow,
  .import-copy .eyebrow,
  .personal-copy .eyebrow,
  .security-section .eyebrow,
  .offer-intro .eyebrow,
  .final-cta .eyebrow {
    justify-content: center;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-actions .button {
    min-width: min(100%, 250px);
  }

  .hero-actions .text-link,
  .dual-copy .text-link {
    justify-content: center;
  }

  .trust-line {
    justify-items: center;
    width: 100%;
  }

  .trust-line > span,
  .story-copy li,
  .personal-list > span,
  .plan-benefits li {
    justify-content: center;
    text-align: center;
  }

  .problem-strip > p {
    text-align: center;
  }

  .problem-strip > div {
    justify-content: center;
  }

  .benefit-grid article {
    text-align: center;
  }

  .benefit-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin: 30px auto 0;
    padding: 8px 13px;
    border: 1px solid rgba(82, 167, 45, 0.2);
    border-radius: 999px;
    color: #687487;
    background: #f4f8f1;
    font-size: 0.72rem;
    font-weight: 750;
  }

  .benefit-swipe-hint i {
    color: #55a72d;
    font-size: 1rem;
    font-style: normal;
    line-height: 1;
  }

  .benefit-grid {
    display: flex;
    gap: 14px;
    margin-top: 22px;
    padding: 0 4px 12px;
    border: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .benefit-grid::-webkit-scrollbar {
    display: none;
  }

  .benefit-grid article,
  .benefit-grid article + article {
    flex: 0 0 88%;
    min-height: 280px;
    padding: 32px 24px !important;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(11, 24, 39, 0.08);
    scroll-snap-align: center;
  }

  .benefit-grid article > .benefit-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .story-copy ul,
  .personal-list {
    justify-items: center;
  }

  .dark-section .section-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-tags span,
  .security-points span {
    justify-content: center;
    text-align: center;
  }

  .format-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .format-row small {
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
  }

  .plan-card {
    text-align: center;
  }

  .plan-badge,
  .plan-card-annual > .installment-badge {
    align-self: center;
  }

  .plan-card-top {
    align-items: center;
  }

  .plan-price {
    justify-content: center;
  }

  .final-cta .button {
    margin-right: auto;
    margin-left: auto;
  }

  footer .brand {
    justify-self: center;
  }

  footer > div {
    justify-content: center;
  }

  .section-cta {
    width: 100%;
  }

  .hero h1 {
    font-size: 2.82rem;
  }

  .hero h1 em {
    display: block;
    max-width: 100%;
    font-size: 0.9em;
    line-height: 0.98;
  }

  .real-screen-frame {
    border-radius: 12px;
  }

  .story-visual,
  .dark-preview-wrap,
  .feature-window {
    width: 100%;
    margin-bottom: 0;
    transform: none;
  }

  .real-split-shots {
    grid-template-columns: 1fr;
  }

  .goal-debt-visual.real-split-shots {
    min-height: auto;
  }

  .personal-shots .real-screen-frame:first-child,
  .personal-shots .dark-shot {
    width: 90%;
  }

  .personal-shots {
    display: block;
    padding-bottom: 12%;
  }

  .personal-shots .real-screen-frame:first-child {
    margin-left: auto;
  }

  .personal-shots .dark-shot {
    position: relative;
    z-index: 2;
    margin-top: -14%;
    margin-right: auto;
  }

  .offer-intro {
    margin-bottom: 36px;
  }

  .plan-card {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .plan-badge {
    margin-bottom: 25px;
  }

  .plan-card-top {
    align-items: center;
    flex-direction: column;
  }

  .plan-price,
  .plan-card-annual .plan-price {
    margin: 27px 0 18px;
  }

  .plan-price strong {
    font-size: clamp(2.8rem, 13vw, 3.65rem);
  }

  .plan-benefits {
    margin-bottom: 30px;
  }
}
