/*
  Walking on Glass — Will Myers
  Design inspired by book cover:
    - Steel blue / slate sky background tones
    - Warm gold/amber accent (book title glow)
    - Deep teal-slate darks (back cover)
    - Warm taupe/cream body text
    - Pirata One display font (echoes the bold outlined title lettering)
    - Lora serif for body elegance
    - Nunito Sans for UI / nav / labels
*/

html {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  color: #2c3a40;
}
h1, h2, h3 {
  font-family: 'Lora', serif;
}
h1 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
h2 + p { margin-top: 0; }
h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .4rem;
  color: #1e3540;
}
h3 + p { margin-top: 0; }
em {
  font-family: 'Lora', serif;
  font-style: italic;
}
p, li { line-height: 1.6; }
p + ul { margin-top: 0; }
sup { font-size: .6em; }
p.disclaimer {
  font-size: .75rem;
  font-weight: normal;
  color: #7a9aaa;
}
p.copyright {
  font-size: .75rem;
  font-weight: normal;
  display: block;
  text-align: left;
}

/* Gold accent = book title glow color */
a { color: #8a6a20; }
p.larger { font-size: 1.15em; }

a.cta, button.cta {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  background-color: #c49a30;
  color: #1a2830 !important;
  font-size: .95rem;
  padding: .85rem 2.25rem .75rem;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .4rem;
  letter-spacing: .07rem;
  border: 0px none;
  cursor: pointer;
}
a.cta:hover {
  background-color: #d9ad40;
  transition: ease all .2s;
}
a.cta-secondary {
  display: inline-block;
  color: #c8b87a;
  font-weight: 600;
  text-decoration: none;
  font-size: .9rem;
}
a.cta-secondary:hover { text-decoration: underline; }

.container {
  margin: 0;
  overflow: hidden;
}
.container:nth-last-child(2) {
  padding-bottom: 2rem;
}
.content-wrap {
  max-width: calc(1000px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin: 0 auto;
}
.content-wrap img { max-width: 100%; }
.content-wrap a { color: #8a6a20; }
.content-wrap a:hover { text-decoration: none; }
.gray { background-color: #edf2f4; }

.row {
  margin: 1rem auto;
  justify-content: space-between;
  display: flex;
  flex-flow: row;
}
.row .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 .5rem;
  font-size: .95rem;
}
.row .column img { display: block; }
.row .column p {
  margin: 0 0 1rem;
  line-height: 1.6;
}

/* ——— TOP NAV ——— */
.top {
  font-weight: 600;
  background-color: #f0ebe0;
  border-bottom: 1px solid #d4c9aa;
}
.top .logo .site-name {
  font-family: 'Pirata One', cursive;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #1a2830;
  letter-spacing: .02rem;
}
.top .logo .site-tagline {
  margin: .1rem 0 0;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12rem;
  color: #8a7a50;
}
.top .navigation a {
  color: #2c3a40;
  text-decoration: none;
}
.top .navigation a:hover { color: #8a6a20; text-decoration: underline; }
.top .navigation a.current { color: #8a6a20; }
.top .navigation span { display: inline-block; margin: 0 .25rem; color: #c4b890; }
.top .row { align-items: center; margin: 0; }
.top .row .column { justify-content: flex-start; }
.top .row .column p { margin-bottom: 0; }
.top .row .logo.column {
  flex-direction: column;
  max-width: 300px;
  padding: .75rem .5rem;
}
.top .row .navigation.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
}
.top .row .navigation.column .utility { margin-bottom: .5rem; }
.top .row .navigation.column .utility a { font-size: .75rem; }

/* ——— HERO ——— */
.hero {
  background-color: #1c3040;
  background-image:
    radial-gradient(ellipse at 50% 60%, rgba(200,170,80,.15) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(100,140,160,.2) 0%, transparent 50%);
  padding: 4rem 0 4.5rem;
  position: relative;
  text-align: center;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(196,154,48,.6), transparent);
}
.hero-stack {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-stack > div:nth-child(2) {
  margin-left: 3rem;
}
p.hero-eyebrow {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14rem;
  color: #c49a30;
  margin: 0 0 .75rem;
}
h1.hero-title {
  font-family: 'Pirata One', cursive;
  font-size: 5rem;
  font-weight: 400;
  color: #f5ede0;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-shadow: 3px 3px 0 rgba(0,0,0,.4), 0 0 40px rgba(200,170,80,.25);
  letter-spacing: .02rem;
}
p.hero-sub {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #9ab0be;
  margin: 0 auto 2rem;
  line-height: 1.65;
  max-width: 500px;

}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ——— BOOK COVER (3D mockup using real image) ——— */
.book-cover-wrap {
  perspective: 900px;
  padding: 2.5rem 1rem 1rem;
  display: flex;
  justify-content: center;
}
.book-cover {
  display: flex;
  height: 420px;
  transform: rotateY(-8deg);
  transform-style: preserve-3d;
  box-shadow: -16px 22px 55px rgba(0,0,0,.75);
  border-radius: 2px;
  width: 285px;
}
.book-cover-sm {
  height: 270px;
  width: 182px;
  transform: rotateY(-8deg);
  box-shadow: -8px 12px 30px rgba(0,0,0,.45);
}
.book-spine {
  width: 28px;
  background-color: #3a5060;
  flex-shrink: 0;
  border-radius: 2px 0 0 2px;
}
.book-cover-sm .book-spine { width: 20px; }
.book-face {
  flex: 1;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
  position: relative;
}
img.book-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ——— PRAISE BAR ——— */
/* Muted teal from the back cover surface */
.praise-bar {
  background-color: #4a6878;
  padding: 1.75rem 0;
  border-top: 1px solid #3a5060;
  border-bottom: 1px solid #3a5060;
}
.praise-label {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12rem;
  color: #c49a30;
  margin: 0 0 .75rem;
}
.praise-scroller {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.praise-item {
  flex: 1;
  min-width: 220px;
}
.praise-item p {
  font-size: .88rem;
  font-style: italic;
  font-family: 'Lora', serif;
  color: #e8dfc8;
  margin: 0 0 .3rem;
  line-height: 1.45;
}
.praise-item span {
  font-size: .7rem;
  color: #9ab0be;
}
.praise-divider {
  color: #5a7888;
  align-self: center;
  font-size: 1.5rem;
  line-height: 1;
}

/* ——— ABOUT BOOK ——— */
.about-book { padding: 2.5rem 0 1rem; background-color: #f8f4ec; }
.about-book .row { align-items: flex-start; }
.about-book-text { justify-content: flex-start; }
ul.book-promises {
  margin: .5rem 0 1.5rem 1.25rem;
  padding: 0;
}
ul.book-promises li {
  font-size: .9rem;
  color: #2c3a40;
  margin-bottom: .6rem;
  line-height: 1.5;
}
ul.book-promises li::marker { color: #c49a30; }
.about-book-stats {
  max-width: 270px;
  flex-direction: column;
  gap: .75rem;
  justify-content: flex-start;
}
.stat-box {
  width: 100%;
  border: 1px solid #d4c9aa;
  border-radius: .4rem;
  padding: 1rem 1.25rem;
  background-color: #fff;
  margin-bottom: .75rem;
}
.stat-box.featured-stat {
  border-color: #c49a30;
  background-color: #fdf6e3;
}
.stat-number {
  font-family: 'Pirata One', cursive;
  font-size: 2.5rem;
  font-weight: 400;
  color: #8a6a20;
  margin: 0 0 .1rem;
  line-height: 1;
  letter-spacing: .02rem;
  text-align: center;
}
.featured-stat .stat-number { color: #c49a30; }
.stat-label {
  font-size: .78rem;
  color: #6a7a80;
  margin: 0;
  line-height: 1.4;
}

/* ——— BANNER ——— */
/* Deep teal-slate from the back cover top */
.banner {
  background-color: #2a4455;
  background-image: radial-gradient(ellipse at 50% 50%, rgba(196,154,48,.12) 0%, transparent 65%);
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  position: relative;
}
.glass-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c49a30, transparent);
  margin: 0 auto .75rem;
}
.banner .content-wrap { max-width: 780px; }
.banner h2 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  color: #e8dfc8;
  margin-bottom: .6rem;
  line-height: 1.5;
  max-width: 720px;
}
.banner .banner-attr {
  font-size: .85rem;
  color: #c49a30;
  margin: 0 0 .75rem;
}

/* ——— WHO SECTION ——— */
.who-section { padding: 2.5rem 0 3rem; background-color: #fff; }
.who-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.who-card {
  flex: 1;
  min-width: 240px;
  max-width: 310px;
  border: 1px solid #d4c9aa;
  border-radius: .4rem;
  padding: 1.25rem 1.25rem 1.1rem;
  background-color: #fdf9f0;
  position: relative;
}
.who-accent {
  width: 32px;
  height: 3px;
  background-color: #c49a30;
  margin-bottom: .75rem;
  border-radius: 2px;
}
.who-card h3 { color: #1e3540; font-size: .95rem; }
.who-card p {
  font-size: .85rem;
  color: #5a6e78;
  margin: 0;
  line-height: 1.5;
}

/* ——— ORDER SECTION ——— */
.order-section { padding: 2.5rem 0; background-color: #f8f4ec; }
.order-section .row { align-items: center; }
.order-section .row .column { justify-content: flex-start; }
.order-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1rem 0 1.25rem;
}
a.order-tile {
  display: flex;
  flex-direction: column;
  border: 1px solid #d4c9aa;
  border-radius: .4rem;
  padding: .75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  transition: all .2s ease;
  min-width: 180px;
  flex: 1;
}
a.order-tile:hover {
  border-color: #c49a30;
  background-color: #fdf6e3;
}
.order-tile-name {
  font-weight: 700;
  font-size: .9rem;
  color: #1a2830;
  display: block;
}
.order-tile-format {
  font-size: .72rem;
  color: #8a9aaa;
  display: block;
  margin-top: .15rem;
}
p.bulk-note {
  font-size: .88rem;
  color: #8a6a20;
  margin-top: .5rem;
  font-style: italic;
}
.order-book-img {
  max-width: 260px;
  justify-content: center;
}
.order-book-mockup { padding: 1rem; }

/* ——— ABOUT AUTHOR ——— */
.about-author { padding: 2.5rem 0; }
.about-author .row { align-items: center; }
.about-author .row .column { justify-content: flex-start; }
.author-photo-col { max-width: 420px; }
img.author-photo {
  width: 100%;
  max-width: 420px;
  border-radius: .4rem;
  display: block;
  /* crop to show just the author headshot from back cover */
  object-fit: cover;
  object-position: center 30%;
  /*aspect-ratio: 1 / 1;*/
  border: 3px solid #d4c9aa;
}

/* ——— BREAKOUTS ——— */
.breakouts { padding: 1rem 0 2.5rem; background-color: #fff; }
.breakouts .row { align-items: center; }
.breakouts .breakout-box {
  position: relative;
  border: solid 2px #4a6878;
  background-color: #edf2f4;
  text-align: center;
  border-radius: .4rem;
  padding: 1.25rem 1rem 1rem;
  min-height: 210px;
  max-width: 310px;
  width: 100%;
}
.breakouts .breakout-box h2 {
  margin: 0 0 .75rem;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #1e3540;
}
.breakouts .breakout-box p {
  font-size: .85rem;
  line-height: 1.4;
  margin: 0;
  color: #4a6070;
}
.breakouts .cta-wrap {
  display: block;
  width: calc(100% - 2rem);
  position: absolute;
  bottom: -.85rem;
  text-align: center;
}
.breakouts .cta-wrap a.cta-button {
  display: inline-block;
  background-color: #4a6878;
  border-radius: .25rem;
  padding: .4rem 1rem;
  text-decoration: none;
  font-weight: 700;
  color: #f5ede0;
  transition: all .25s ease;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06rem;
  font-family: 'Nunito Sans', sans-serif;
}
.breakouts .cta-wrap a.cta-button:hover { background-color: #2a4455; }

/* ——— CONTACT FORM ——— */
/* Match the back cover: deep teal-slate gradient */
.contact-section {
  background-color: #1c3040;
  background-image: radial-gradient(ellipse at 50% 0%, rgba(100,140,160,.3) 0%, transparent 60%);
  padding: 3rem 0 3.5rem;
  border-top: 3px solid rgba(196,154,48,.4);
}
.contact-inner {
  max-width: 660px;
  margin: 0 auto;
}
.contact-inner h2 {
  font-family: 'Pirata One', cursive;
  font-weight: 400;
  color: #f5ede0;
  margin-bottom: .5rem;
  font-size: 2.25rem;
  letter-spacing: .02rem;
}
.contact-inner > p {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #9ab0be;
  font-size: .95rem;
  margin-bottom: 1.75rem;
  line-height: 1.65;
}
.contact-form { width: 100%; }
.form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
  margin-bottom: 1rem;
}
.form-group label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #c49a30;
  margin-bottom: .4rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Nunito Sans', sans-serif;
  font-size: .95rem;
  padding: .7rem 1rem;
  border: 1px solid #2a4455;
  border-radius: .35rem;
  background-color: #162638;
  color: #e8dfc8;
  outline: none;
  transition: border-color .2s ease;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #3a5868; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #c49a30; }
.form-group select option { background-color: #162638; color: #e8dfc8; }
.form-group textarea { resize: vertical; }
.contact-section .cta {
  background-color: #c49a30;
  color: #1a2830 !important;
}
.contact-section .cta:hover { background-color: #d9ad40; }
.contact-section p.disclaimer { color: #a6bdc9; margin-top: .75rem; text-align: left; }

/* ——— FOOTER ——— */
.footer {
  padding: 1.5rem 0;
  background-color: #111e28;
  border-top: 1px solid #2a3a48;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(960px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer .footer-wrap .row { width: 100%; margin: 0; }
.footer .footer-wrap .row .column { justify-content: flex-start; margin: .5rem 0; }
.footer .footer-wrap p.copyright { color: #a6bdc9; margin: 0; }
.footer .footer-wrap p.copyright a { color: #a6bdc9; }
.footer-nav-col { justify-content: flex-end !important; }
.footer-nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-nav a {
  color: #a6bdc9;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08rem;
}
.footer-nav a:hover { color: #c49a30; }

/* ——— HAMBURGER / MOBILE NAV ——— */
.hamburger-menu {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
.nav-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-content .close-menu { display: none; }

/* ——— MEDIA QUERIES ——— */
@media screen and (max-width: 860px) {
  html { font-size: 16px; }
  .top .content-wrap { padding-left: 0; padding-right: 0; }
  .hero-stack > div:nth-child(2) {
    margin-left: 0;
  }
  .hamburger-menu {
    display: block;
    margin-left: auto;
    width: 100%;
    text-align: right;
    background-color: #2a4455;
    color: #c49a30;
    padding: .5rem 1rem;
  }
  .nav-content {
    display: none;
    flex-direction: column;
    align-items: initial;
    background-color: #fff;
    position: fixed;
    top: 0; right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    z-index: 1000;
  }
  .nav-content a {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
  }
  /* FIX: main-nav (Home / The Book / Order / Reach Out) had no stacking
     rule of its own, so its inline <a> tags stayed in normal row flow
     and overflowed the viewport instead of stacking like .utility does. */
  .nav-content .main-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav-content .utility {
    display: flex;
    flex-direction: column;
    order: 3;
    margin-top: 2rem;
  }
  .nav-content .utility a {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem !important;
  }
  .nav-content .close-menu {
    display: block;
    font-size: 30px;
    padding: 15px;
    text-align: right;
    cursor: pointer;
  }
  .top .row .logo.column {
    flex-direction: column;
    max-width: 300px;
    align-content: flex-start;
    padding-left: 1rem;
  }
  .top .row .navigation.column {
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .top .row .navigation.column span { display: none; }
  .row,
  .hero-row,
  .about-book .row,
  .order-section .row,
  .about-author .row {
    flex-direction: column;
  }
  .row .column {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  h1.hero-title { font-size: 3rem; }
  .about-book-stats { max-width: 100%; flex-direction: row; flex-wrap: wrap; }
  .stat-box { flex: 1; min-width: 120px; margin-bottom: .5rem; }
  .author-photo-col { max-width: 100%; }
  img.author-photo { max-width: 280px; margin: 0 auto; }
  .order-book-img { display: none; }
  .praise-divider { display: none; }
  .footer-nav-col { justify-content: flex-start !important; }
  .footer-nav { justify-content: flex-start; }
  body.no-scroll { overflow: hidden; }
  .who-card { min-width: 200px; }
  .form-row { flex-direction: column; gap: 0; }
}
@media screen and (max-width: 480px) {
  h1.hero-title { font-size: 2.4rem; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; gap: .75rem; }
  .book-cover { height: 260px; width: 175px; }
}

/* ======================================================
   INNER PAGE STYLES
   Shared template for thank-you, legal, and other
   interior pages. Uses same nav/footer as index.
   ====================================================== */

/* Inner page hero / page header — replaces the big hero */
.container.page-header {
  background-color: #1c3040;
  background-image:
    radial-gradient(ellipse at 50% 80%, rgba(200,170,80,.12) 0%, transparent 55%);
  padding: 2.5rem 0 2.75rem;
  text-align: center;
  position: relative;
}
.container.page-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(196,154,48,.6), transparent);
}
.page-header .page-eyebrow {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14rem;
  color: #c49a30;
  margin: 0 0 .5rem;
}
.page-header h1 {
  font-family: 'Pirata One', cursive;
  font-size: 3rem;
  font-weight: 400;
  color: #f5ede0;
  margin: 0;
  text-shadow: 2px 2px 0 rgba(0,0,0,.35);
  letter-spacing: .02rem;
}

/* Inner page body content area */
.container.page-body {
  background-color: #f8f4ec;
  padding: 3rem 0 4rem;
}
.page-content {
  max-width: 720px;
  margin: 0 auto;
}
.page-content h2 {
  font-size: 1.5rem;
  color: #1e3540;
  margin: 2rem 0 .5rem;
  padding-top: 1rem;
  border-top: 1px solid #d4c9aa;
}
.page-content h2:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.page-content h3 {
  font-size: 1rem;
  color: #4a6878;
  margin: 1.25rem 0 .35rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06rem;
}
.page-content p {
  font-size: .95rem;
  color: #3a4a50;
  line-height: 1.7;
  margin: 0 0 1rem;
}
.page-content ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
.page-content ul li {
  font-size: .95rem;
  color: #3a4a50;
  line-height: 1.65;
  margin-bottom: .4rem;
}
.page-content ul li::marker { color: #c49a30; }
.page-content a { color: #8a6a20; }
.page-content a:hover { text-decoration: none; }

/* Obfuscated email — rendered via CSS/HTML tricks, no JS */
.email-obf {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block;
}

/* Thank-you specific */
.thankyou-wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}
.thankyou-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
  color: #c49a30;
}
.thankyou-wrap h2 {
  font-family: 'Pirata One', cursive;
  font-weight: 400;
  font-size: 2.25rem;
  color: #1e3540;
  border: none;
  margin: 0 0 .75rem;
  padding: 0;
}
.thankyou-wrap p {
  font-size: 1rem;
  color: #4a6070;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.thankyou-wrap .cta { margin-top: .5rem; }

/* Legal last-updated stamp */
.legal-meta {
  font-size: .75rem;
  color: #8a9aaa;
  margin-bottom: 2rem;
  font-style: italic;
}

@media screen and (max-width: 860px) {
  .page-header h1 { font-size: 2.25rem; }
  .page-content { padding: 0 .5rem; }
}
