@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Stylesheet for /crypto-tax-plan/ only. Don't link it from other pages. */

/* ---------- Tokens ---------- */
:root {
  --ink: #062526;
  --sky: #a7d2dd;
  --coral: #f47068;
  --cream: #fff4f0;
  --sun: #ffc24a;
  --white: #fff;
  --black: #000;

  --fs-display: min(74.67px, 15.3vw);
  --fs-steps-title: min(74.67px, 14.34vw);
  --fs-quote: clamp(25.6px, 2.22vw, 32px);
  --fs-eyebrow: clamp(19.2px, 1.67vw, 24px);
  --fs-body: clamp(17px, 1.48vw, 21.33px);
  --fs-small: clamp(14.9px, 1.3vw, 18.67px);
  --fs-tagline: min(32px, 3.44vw);

  --radius-photo: clamp(24px, 2.8vw, 40px);
  --radius-card: clamp(40px, 4.2vw, 60px);
  --wrap: 1232px;

  /* Step cards are drawn at 416px on desktop and scaled to 80% on the phone. */
  --u: 1px;
}

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-body);
  /* Canva's "regular" Montserrat renders like Google's 500. */
  font-weight: 500;
  line-height: 1.36;
  color: var(--cream);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.wrap {
  width: min(var(--wrap), 100% - 32px);
  margin-inline: auto;
}

.accent {
  color: var(--coral);
}

.bullets {
  padding-left: 37px;
  list-style: disc;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.btn--cta {
  min-height: 72px;
  width: min(537px, 100%);
  padding: 0 24px;
  border-color: var(--cream);
  background: var(--coral);
  color: var(--cream);
  font-size: var(--fs-eyebrow);
}

/* On the cream sections the button has a dark outline and dark text. */
.btn--outlined {
  border-color: var(--ink);
  color: var(--ink);
}

/* ---------- Hero ---------- */
.hero__body {
  display: grid;
  grid-template-columns: minmax(0, 663fr) minmax(0, 588fr);
  column-gap: clamp(24px, 2.6vw, 38px);
  align-items: start;
  /* On the 1440px design the text starts at x=114 and the photo ends 37px from the right edge. */
  margin: 57px max(16px, 50% - 683px) 0 max(16px, 50% - 606px);
  padding-bottom: 42px;
}

.eyebrow {
  font-size: var(--fs-eyebrow);
  line-height: 1.375;
  letter-spacing: .036em;
  text-transform: uppercase;
  color: var(--coral);
}

.hero__title {
  margin-top: 41px;
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: 1.018;
  color: var(--white);
}

.hero__lead {
  margin: 17px 0 39px;
  font-size: var(--fs-quote);
  font-weight: 600;
  line-height: 1.375;
}

/* Google's Montserrat runs a little wider than Canva's; keep Canva's one-line layout on desktop. */
.hero__note,
.imagine__points p {
  margin-top: 29px;
  white-space: nowrap;
}

.hero__text .btn {
  margin: 77px 0 0 42px;
}

/* Canva crops the top 55px off the 588 × 734 photo. */
.hero__photo {
  width: 100%;
  aspect-ratio: 588 / 679;
  margin-top: 16px;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: var(--radius-photo);
}

/* ---------- Testimonials ---------- */
.testimonial {
  text-align: center;
}

.testimonial--vancouver,
.testimonial--ottawa {
  background: var(--cream);
  color: var(--ink);
}

.testimonial--vancouver {
  padding: 63px 0 65px;
}

.testimonial--ottawa {
  padding: 66px 0 47px;
}

.testimonial--calgary {
  padding: 78px 0 101px;
}

.testimonial p {
  font-size: var(--fs-quote);
  line-height: 1.375;
}

.testimonial--vancouver p {
  line-height: 1.5625;
}

/* Canva shows the middle of a landscape (or portrait) photo inside the circle. */
.testimonial img {
  width: clamp(148px, 12.85vw, 185px);
  aspect-ratio: 1;
  margin: 35px auto 39px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial--ottawa img {
  margin: 43px auto 19px;
}

.testimonial--calgary img {
  margin: 44px auto 35px;
}

.testimonial cite {
  font-style: italic;
}

/* ---------- See inside ---------- */
.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 16px 58px;
}

.video__title {
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: .91;
  text-transform: uppercase;
  text-align: center;
}

.video__player {
  display: block;
  width: min(620px, 100%);
  aspect-ratio: 620 / 348;
  height: auto;
  margin: 33px 0 65px;
  border: 0;
}

/* ---------- Hoping your crypto taxes are fine ---------- */
.worries {
  padding: 45px 0 81px;
}

.worries__title {
  padding-inline: 16px;
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: .924;
  text-transform: uppercase;
  text-align: center;
}

.worries__body {
  display: grid;
  grid-template-columns: minmax(0, 336fr) minmax(0, 782fr);
  column-gap: 17px;
  align-items: start;
  width: min(1135px, 100% - 32px);
  margin: 36px 0 0 max(16px, 50% - 645px);
}

.worries__text {
  padding-top: 6px;
}

.worries__subtitle {
  font-size: var(--fs-quote);
  font-weight: 600;
  line-height: 1.375;
  color: var(--white);
}

.worries__text p {
  margin-top: 29px;
}

.worries__subtitle + p {
  margin-top: 3px;
}

/* ---------- Imagine knowing exactly where you stand ---------- */
.imagine {
  display: grid;
  grid-template-columns: minmax(0, 766fr) minmax(0, 233fr) minmax(0, 223fr);
  align-items: start;
  max-width: 1222px;
  margin: 0 16px 0 max(16px, 50% - 578px);
  padding: 58px 0 63px;
}

.imagine > * {
  grid-column: 1;
}

.imagine__title {
  grid-column: 1 / -1;
  margin-left: -9px;
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: .978;
  text-transform: uppercase;
}

.imagine__lead {
  font-size: var(--fs-quote);
  line-height: 1.375;
  color: var(--white);
}

.imagine__title + .imagine__lead {
  margin-top: 23px;
}

.imagine__lead--accent {
  color: var(--coral);
}

.imagine__points {
  margin-top: 74px;
}

.imagine__points p:first-child {
  margin-top: 0;
}

.imagine__doodle {
  grid-column: 2;
  grid-row: 4 / span 2;
  width: 233px;
  margin-top: -39px;
}

.imagine .btn {
  margin-top: 65px;
}

/* ---------- Your personal crypto tax plan ---------- */
.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 53px 16px 52px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
}

.steps__title {
  font-size: var(--fs-steps-title);
  font-weight: 800;
  line-height: .99;
  text-transform: uppercase;
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, calc(416 * var(--u))));
  justify-content: center;
  gap: 13px;
  width: 100%;
  margin: 92px 0 51px;
}

/* The hand-drawn frame is the white frame used on /crypto-tax-guide/, masked and filled dark here. */
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1;
}

.step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  -webkit-mask: url("/assets/img/frame-hand-drawn.png") center / 100% 100% no-repeat;
  mask: url("/assets/img/frame-hand-drawn.png") center / 100% 100% no-repeat;
}

.step > * {
  position: relative;
}

.step__number {
  position: absolute;
  z-index: 1;
  top: calc(-34 * var(--u));
  left: 0;
  width: calc(99 * var(--u));
}

.step--snapshot .step__number {
  top: calc(-29 * var(--u));
  left: calc(-12 * var(--u));
  width: calc(100 * var(--u));
}

.step--call .step__number {
  width: calc(94 * var(--u));
}

.step__title {
  font-size: calc(21.33 * var(--u));
  font-weight: 700;
  line-height: calc(23 * var(--u));
}

.step__text {
  width: fit-content;
  max-width: calc(100% - 40 * var(--u));
  font-size: calc(21.33 * var(--u));
  line-height: calc(29 * var(--u));
  text-align: left;
}

.step--snapshot .step__icon {
  width: calc(168 * var(--u));
  margin: calc(43 * var(--u)) 0 calc(36 * var(--u));
}

.step--snapshot .step__text {
  margin-top: calc(15 * var(--u));
}

/* Canva tilts the clipboard by 20°; its layout box is the unrotated 102.5 × 133. */
.step--plan .step__icon {
  width: calc(102.5 * var(--u));
  margin: calc(13.5 * var(--u)) 0 calc(11.5 * var(--u));
  transform: rotate(20deg);
}

.step--plan .step__title {
  line-height: calc(26 * var(--u));
}

.step--plan .step__text {
  margin-top: calc(9 * var(--u));
}

.step--call .step__icon {
  width: calc(147 * var(--u));
  margin: calc(43 * var(--u)) 0 calc(15 * var(--u));
}

.step--call .step__title {
  line-height: calc(29 * var(--u));
}

.step--call .step__text {
  margin-top: calc(6 * var(--u));
}

/* ---------- About ---------- */
.about {
  padding: 64px 0 78px;
}

.about__title {
  font-size: var(--fs-display);
  font-weight: 800;
  line-height: .99;
  text-transform: uppercase;
  text-align: center;
}

.about__tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: var(--fs-tagline);
  font-weight: 700;
  line-height: 1.375;
  white-space: nowrap;
}

.about__tagline img {
  height: 1.8em;
  width: auto;
  /* The tall emoji must not make the line taller than the text.
     Its transparent right edge sits under the start of "Crypto", as in Canva. */
  position: relative;
  top: .125em;
  margin: -.22em -.375em -.22em .59em;
}

.about__body {
  display: grid;
  grid-template-columns: minmax(0, 640fr) minmax(0, 550fr);
  column-gap: clamp(32px, 3.75vw, 54px);
  align-items: start;
  width: min(1244px, 100% - 32px);
  margin: 70px 0 0 max(16px, 50% - 683px);
}

.about__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640 / 662;
  border-radius: var(--radius-photo);
}

.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 81% 50%;
}

.photo-caption {
  position: absolute;
  left: 0;
  right: 43px;
  bottom: 24px;
  padding: 14px 8px 14px 17px;
  border-radius: 10px;
  background: rgb(6 37 38 / .85);
  font-size: var(--fs-small);
  line-height: 1.07;
  letter-spacing: .036em;
  color: var(--cream);
}

.about__text p + p {
  margin-top: 29px;
}

.about__text .btn {
  margin: 36px 0 0 6px;
}

/* ---------- Here's what's inside ---------- */
.inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 39px 16px 71px;
  background: var(--cream);
  color: var(--ink);
}

.inside__title {
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: .91;
  text-transform: uppercase;
  text-align: center;
}

/* The 1440px design is centred 18px right of the page centre. */
.inside__list {
  display: grid;
  grid-template-columns: repeat(2, 462px);
  gap: 93px 86px;
  margin: 106px 0 79px 36px;
}

.inside-card {
  position: relative;
  height: 390px;
  border-radius: var(--radius-card);
  background: var(--sky);
}

.inside-card p {
  position: relative;
}

.inside-card__img,
.guide-cover {
  position: absolute;
}

.inside-card--plan {
  padding: 217px 0 0 34px;
}

.inside-card--plan .inside-card__img {
  top: -40px;
  left: 150px;
  width: 200px;
  transform: rotate(-20deg);
}

.inside-card--koinly {
  padding: 213px 0 0 20px;
}

.inside-card--koinly .inside-card__img {
  top: -44px;
  left: 49px;
  width: 371px;
}

.inside-card--records {
  padding: 244px 0 0 46px;
}

.inside-card--records .inside-card__img {
  top: -37px;
  left: 36px;
  width: 321px;
}

.inside-card--guide {
  padding: 212px 0 0 29px;
}

.guide-cover {
  top: -35px;
  left: 146px;
  width: 168px;
  container-type: inline-size;
  transform: rotate(20deg);
}

/* The year sits on the coral tab of the cover, as live text. */
.guide-cover__year {
  position: absolute;
  top: 18.7%;
  left: 83.7%;
  transform: translate(-50%, -50%);
  font-size: 11.5cqw;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

.inside-card--call {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 37px;
  width: 1046px;
  margin: -18px 0 0 -13px;
  padding-left: 48px;
}

.inside-card--call p {
  width: 475px;
  font-size: calc(var(--fs-body) * 1.19);
  line-height: 1.36;
}

.inside-card--call .inside-card__img {
  position: static;
  align-self: flex-end;
  width: 422px;
  margin-bottom: -1px;
}

/* ---------- Plans ---------- */
/* On the 1440px design the pair starts at x=103, 20px left of centred. */
.plans {
  display: grid;
  grid-template-columns: minmax(0, 544px) minmax(0, 576px);
  column-gap: clamp(24px, 5vw, 73px);
  align-items: end;
  padding: 60px 16px 56px max(16px, 50% - 617px);
  background: var(--cream);
}

.plan {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-card);
  color: var(--black);
}

.plan--diy {
  min-height: 836px;
  padding: 46px 34px 48px 23px;
  border: 2px solid var(--ink);
  background: var(--cream);
}

.plan--dfy {
  min-height: 853px;
  padding: 61px 51px 46px 34px;
  border: 4px solid var(--ink);
  background: var(--sun);
}

.plan__title {
  font-size: var(--fs-quote);
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}

.plan__features {
  margin-top: 33px;
  padding-left: 66px;
  list-style: disc;
}

.plan--dfy .plan__features {
  padding-left: 76px;
}

.plan__audience {
  margin-top: 33px;
  padding-left: 31px;
}

.plan--dfy .plan__audience {
  padding-left: 40px;
}

.plan__price {
  margin-top: 42px;
  padding-left: 31px;
}

.plan--dfy .plan__price {
  margin-top: 34px;
  padding-left: 40px;
}

.plan__btn {
  width: 100%;
  min-height: 79px;
  margin-top: auto;
  padding: 0 16px;
  border: 2px solid var(--ink);
  background: var(--cream);
  color: var(--ink);
  font-size: var(--fs-eyebrow);
}

.plan--dfy .plan__btn {
  border-width: 4px;
  background: var(--coral);
  color: var(--cream);
}

/* ---------- FAQ ---------- */
.faq {
  display: flex;
  flex-direction: column;
  padding: 64px 0 51px;
  background: var(--cream);
  color: var(--ink);
}

.faq__title {
  font-size: var(--fs-display);
  font-weight: 800;
  line-height: .99;
  text-align: center;
  color: var(--coral);
}

.faq__list {
  width: min(1000px, 100% - 32px);
  margin: 51px 0 0 max(16px, 50% - 592px);
}

.faq__list dt {
  font-weight: 700;
}

.faq__list dd + dt {
  margin-top: 50px;
}

/* Canva's gaps before questions 4, 6 and 7 are uneven. */
.faq__list dt:nth-of-type(4) {
  margin-top: 25px;
}

.faq__list dt:nth-of-type(6) {
  margin-top: 74px;
}

.faq__list dt:nth-of-type(7) {
  margin-top: 42px;
}

.faq__list dd > * {
  margin-top: 29px;
}

.faq__list dd > .bullets,
.faq__list dd > .faq__follow-up {
  margin-top: 0;
}

.faq__list a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.faq .btn {
  align-self: center;
  margin-top: 56px;
}

/* ---------- Your Koinly is full of red flags ---------- */
.red-flags {
  display: grid;
  grid-template-columns: minmax(0, 875fr) minmax(0, 387fr);
  align-items: start;
  max-width: 1262px;
  margin: 0 16px 0 max(16px, 50% - 618px);
  padding: 68px 0 30px;
}

.red-flags > * {
  grid-column: 1;
}

.red-flags__title {
  font-size: var(--fs-display);
  font-weight: 700;
  line-height: 1.098;
  text-transform: uppercase;
}

.red-flags__lead {
  margin-top: 13px;
  font-size: var(--fs-quote);
  line-height: 1.094;
}

.red-flags__lead--second {
  margin-top: 0;
}

.red-flags__text {
  margin: 29px 0 0 8px;
}

.red-flags__lead--second + .red-flags__text {
  margin-top: 33px;
}

.red-flags__photo {
  grid-column: 2;
  grid-row: 1 / span 6;
  width: 248px;
  margin: 90px 0 0 67px;
}

.red-flags .btn {
  margin: 74px 0 0 40px;
}

/* ---------- Below the full desktop width ---------- */
@media (max-width: 1280px) {

  /* Canva's hard line breaks only fit the full 1440px design; below it text wraps naturally.
     The step and "what's inside" cards keep theirs: they are drawn at a fixed size. */
  br {
    display: none;
  }

  .step br,
  .inside-card br,
  .site-footer br {
    display: inline;
  }

  .hero__text {
    display: grid;
  }

  .hero__text .btn,
  .imagine .btn,
  .red-flags .btn {
    margin-left: 0;
    justify-self: center;
  }

  .about__text {
    display: grid;
  }

  .about__text .btn {
    margin-left: 0;
    justify-self: center;
  }

  .imagine__title {
    margin-left: 0;
  }

  .hero__note,
  .imagine__points p {
    white-space: normal;
  }

  .red-flags__text {
    margin-left: 0;
  }

  .red-flags__photo {
    width: min(248px, 100%);
    margin-left: 32px;
  }
}

/* ---------- Tablet: side-by-side cards no longer fit ---------- */
@media (max-width: 1100px) {
  .steps__list {
    grid-template-columns: minmax(0, calc(416 * var(--u)));
    gap: calc(48 * var(--u));
  }

  .inside__list {
    grid-template-columns: minmax(0, 462px);
    gap: 72px;
    margin-left: 0;
  }

  .inside-card--call {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 28px 0 0 20px;
  }

  .inside-card--call p {
    width: auto;
  }

  .inside-card--call .inside-card__img {
    width: 91%;
    margin-left: -6px;
  }

  .plans {
    grid-template-columns: minmax(0, 560px);
    justify-content: center;
    row-gap: 16px;
    padding-left: 16px;
  }

  .plan--diy,
  .plan--dfy {
    min-height: 0;
  }

  .plan__btn {
    margin-top: 32px;
  }

  .red-flags {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .red-flags__photo {
    grid-column: 1;
    grid-row: auto;
    width: min(199px, 100%);
    margin: 71px auto 74px;
    padding: 0;
    justify-self: center;
  }

  .red-flags .btn {
    margin-top: 0;
  }
}

/* ---------- Phone layout (Canva's 390px design) ---------- */
@media (max-width: 800px) {

  /* Canva's phone design is 390px wide; on larger phones and small tablets keep it from ballooning. */
  :root {
    --wrap: 560px;
    --u: .8px;
  }

  .btn {
    border-width: 3px;
  }

  .btn--cta {
    width: 100%;
    max-width: 560px;
    min-height: 58px;
  }

  .hero__body {
    display: block;
    margin: 15px max(16px, 50% - 280px) 0;
    padding-bottom: 33px;
  }

  .hero__title {
    margin-top: 19px;
  }

  .hero__lead {
    margin: 14px 0 11px;
  }

  .hero__note {
    margin-top: 23px;
  }

  .hero__text .btn {
    margin-top: 21px;
  }

  .hero__photo {
    aspect-ratio: 359 / 415;
    margin-top: 15px;
  }

  .testimonial--vancouver {
    padding: 51px 0 52px;
  }

  .testimonial--ottawa {
    padding: 52px 0 38px;
  }

  .testimonial--calgary {
    padding: 62px 0 82px;
  }

  .testimonial img,
  .testimonial--ottawa img,
  .testimonial--calgary img {
    margin: 13px auto;
  }

  .testimonial--vancouver img {
    margin-top: 11px;
  }

  .video {
    padding: 43px max(16px, 50% - 280px) 46px;
  }

  .video__player {
    width: 100%;
    margin: 25px 0 18px;
  }

  .worries {
    padding: 36px 0 63px;
  }

  .worries__body {
    display: block;
    width: auto;
    margin: 25px max(16px, 50% - 280px) 0;
  }

  .worries__doodle {
    width: 269px;
    margin-inline: auto;
  }

  .worries__text {
    padding-top: 12px;
  }

  .worries__text p {
    margin-top: 23px;
  }

  .worries__subtitle + p {
    margin-top: 3px;
  }

  .imagine {
    display: block;
    width: auto;
    margin: 0 max(16px, 50% - 280px);
    padding: 47px 0 50px;
  }

  .imagine__title + .imagine__lead {
    margin-top: 19px;
  }

  .imagine__points {
    margin-top: 27px;
  }

  .imagine__points p {
    margin-top: 23px;
  }

  /* The phone design shows the jumping figure mirrored. */
  .imagine__doodle {
    width: 186px;
    margin-top: 13px;
    transform: scaleX(-1);
  }

  .imagine .btn {
    margin-top: 15px;
  }

  .steps {
    padding: 42px 16px 41px;
  }

  .steps__list {
    gap: 43px;
    margin: 65px 0 16px;
  }

  .about {
    padding: 52px 0 62px;
  }

  .about__body {
    display: block;
    width: auto;
    margin: 20px max(16px, 50% - 280px) 0;
  }

  .about__photo {
    aspect-ratio: 359 / 546;
  }

  .about__photo img {
    object-position: 70% 50%;
  }

  .photo-caption {
    left: 15px;
    right: 16px;
    bottom: 19px;
    padding: 11px 20px 11px 22px;
  }

  .about__text {
    padding-top: 14px;
  }

  .about__text p + p {
    margin-top: 23px;
  }

  .about__text .btn {
    margin-top: 14px;
  }

  .inside {
    padding: 31px 16px 57px;
  }

  .inside__list {
    grid-template-columns: minmax(0, 400px);
    gap: 0;
    width: 100%;
    justify-content: center;
    margin: 85px 0 22px;
  }

  /* Phone positions are measured on Canva's 359px-wide cards: left and width in %, top in px. */
  .inside-card {
    height: 303px;
    font-size: 16.6px;
  }

  .inside-card--koinly {
    margin-top: 71px;
  }

  .inside-card--plan {
    padding: 168px 0 0 7%;
  }

  .inside-card--plan .inside-card__img {
    top: -32px;
    left: 31.6%;
    width: 44%;
  }

  .inside-card--koinly {
    padding: 165px 0 0 4.5%;
  }

  .inside-card--koinly .inside-card__img {
    top: -34px;
    left: 10.6%;
    width: 80.2%;
  }

  .inside-card--records {
    margin-top: 58px;
    padding: 189px 0 0 10%;
  }

  .inside-card--records .inside-card__img {
    top: -29px;
    left: 7.8%;
    width: 69.6%;
  }

  .inside-card--guide {
    margin-top: 60px;
    padding: 165px 0 0 6.4%;
  }

  .guide-cover {
    top: -28px;
    left: 31.5%;
    width: 36.5%;
  }

  .inside-card--call {
    height: auto;
    margin-top: 22px;
    padding: 22px 16px 0 15px;
  }

  /* The phone design breaks this card's text differently; keep only the break after "BONUS:". */
  .inside-card--call br:not(:first-of-type) {
    display: none;
  }

  .inside-card--call .inside-card__img {
    width: calc(100% + 1px);
    margin-left: -1px;
  }

  .plans {
    grid-template-columns: minmax(0, 400px);
    padding: 61px 16px 46px;
  }

  .plan--diy {
    padding: 37px 14px 38px 13px;
  }

  .plan--dfy {
    padding: 49px 13px 37px 12px;
    border-width: 3px;
  }

  .plan__features {
    margin-top: 12px;
    padding-left: 29px;
  }

  .plan--dfy .plan__features {
    padding-left: 23px;
  }

  .plan__audience,
  .plan__price,
  .plan--dfy .plan__audience,
  .plan--dfy .plan__price {
    margin-top: 12px;
    padding-left: 10px;
  }

  .plan__btn {
    min-height: 82px;
    white-space: normal;
    text-align: center;
    line-height: .98;
  }

  .plan--diy .plan__btn {
    margin-top: 32px;
  }

  .plan--dfy .plan__btn {
    margin-top: 14px;
    border-width: 3px;
  }

  .faq {
    padding: 52px 0 40px;
  }

  .faq__list {
    width: auto;
    margin: 20px max(16px, 50% - 280px) 0;
  }

  .faq__list dd + dt,
  .faq__list dt:nth-of-type(n) {
    margin-top: 13px;
  }

  .faq__list dd > * {
    margin-top: 23px;
  }

  .bullets {
    padding-left: 29px;
  }

  .faq .btn {
    width: calc(100% - 32px);
    margin-top: 14px;
  }

  .red-flags {
    width: auto;
    margin: 0 max(16px, 50% - 280px);
    padding: 54px 0 25px;
  }

  .red-flags__lead {
    margin-top: 10px;
  }

  .red-flags__lead--second {
    margin-top: 0;
  }

  .red-flags__lead--second + .red-flags__text {
    margin-top: 16px;
  }

  .red-flags__text {
    margin-top: 23px;
  }

  /* The phone design keeps these cards' desktop line breaks. */
  .plan__title br,
  .plan__features br,
  .plan__audience br {
    display: inline;
  }
}

/* ---------- Very narrow phones ---------- */
@media (max-width: 360px) {
  .btn {
    white-space: normal;
    text-align: center;
  }

  .step br,
  .inside-card br,
  .plan br {
    display: none;
  }
}
