/* ==========================================================================
   Virtual Squirrel Business Support Services
   Rebuilt 1:1 from the live Wix site.
   ========================================================================== */

:root {
  --navy: #244a85;
  --navy-dark: #002e5d;
  --green: #45ba01;
  --green-dark: #3aa000;
  --grey: #fafafa;
  --grey-line: #eff1f2;
  --sans: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --serif: 'Enriqueta', Georgia, 'Times New Roman', serif;
  --script: 'Lobster Two', 'Brush Script MT', cursive;
  --col: 980px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
  color: var(--navy);
  background: #fff;
}

img { max-width: 100%; border: 0; }
a { color: var(--navy); text-decoration: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; }

.wrap { width: var(--col); max-width: 100%; margin: 0 auto; }
@media (max-width: 1004px) { .wrap { padding: 0 16px; } }

/* Script display type. Reklame Script on the live site is licensed to Wix;
   Lobster Two is the closest freely-licensed match. */
.script {
  font-family: var(--script);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.2px;
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--green); color: #fff; padding: 12px 20px;
}
.skip-link:focus { left: 0; }

.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.hp { position: absolute; left: -9999px; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  height: 207px;
}
.header-inner {
  width: var(--col);
  max-width: 100%;
  margin: 0 auto;
  height: 207px;
  position: relative;
  padding: 0 12px;
}

.logo { position: absolute; left: 4px; top: 22px; display: block; }
.logo img { width: 174px; height: 129px; display: block; }

.brandline {
  position: absolute;
  left: 178px;
  top: 115px;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--green);
  white-space: nowrap;
}

.header-contact {
  position: absolute;
  right: 12px;
  top: 28px;
  text-align: right;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 23px;
  color: var(--green);
}
.header-contact a, .header-contact span { color: var(--navy); }
.header-contact a:hover { text-decoration: underline; }

.site-nav {
  position: absolute;
  right: 5px;
  top: 162px;
  display: flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 14px;
}
.site-nav a {
  color: var(--navy-dark);
  padding: 0 16px;
  line-height: 32px;
  display: block;
}
.site-nav a:hover { color: var(--green); }
.site-nav a[aria-current='page'] { color: var(--green); }
.site-nav li { list-style: none; }
.site-nav ul { display: flex; margin: 0; padding: 0; }
.site-nav li + li { border-left: 1px solid var(--navy); }

.nav-toggle { display: none; }

/* --------------------------------------------------------------------------
   Green ribbon bars
   -------------------------------------------------------------------------- */

.ribbon {
  background: var(--green);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
}
.ribbon p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}

/* --------------------------------------------------------------------------
   Hero slideshow
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  height: 416px;
  overflow: hidden;
  background: #2b4a7d;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  background-size: cover;
  background-position: center;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(36, 74, 133, 0.66);
}
.hero-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 90px;
  z-index: 2;
  pointer-events: none;
}
.hero-caption span {
  font-family: var(--script);
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  opacity: 0.92;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 60px;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  opacity: 0.85;
}
.hero-arrow:hover { opacity: 1; }
.hero-arrow svg { width: 22px; height: 43px; display: block; margin: 0 auto; }
.hero-prev { left: 78px; }
.hero-next { right: 78px; }

.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.hero-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.hero-dots button[aria-selected='true'] { background: #fff; }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.sec { padding: 36px 0; }
.sec-white { background: #fff; }
.sec-grey { background: var(--grey); }
.sec-green { background: var(--green); }

/* Green sections: flat brand green with the site's concrete texture
   multiplied over it at low opacity, matching the live rendering. */
.sec-texture {
  position: relative;
  background-color: var(--green);
  isolation: isolate;
}
.sec-texture::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/bg-green-texture.jpg') center / cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.sec-texture > * { position: relative; z-index: 1; }

.sec-bokeh {
  background-image: linear-gradient(rgba(36, 74, 133, 0.66), rgba(36, 74, 133, 0.66)), url('../img/bg-page.jpg');
  background-size: cover, cover;
  background-position: center, center;
}

/* Section headings */
.h-blue {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
}
.h-white {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.h-script-lg {
  font-family: var(--script);
  font-weight: 700;
  font-style: italic;
  font-size: 42px;
  color: #fff;
}

/* Body copy */
.copy { font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.copy p { margin: 0 0 24px; }
.copy em, .copy i { font-style: italic; }

/* --------------------------------------------------------------------------
   Pill buttons
   -------------------------------------------------------------------------- */

.pill {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-family: var(--script);
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  padding: 11px 26px 13px;
  border: 0;
  border-radius: 22px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.pill:hover { background: var(--green-dark); color: #fff; }

.pill-white {
  background: #fff;
  color: var(--green);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.pill-white:hover { background: #f2f2f2; color: var(--green-dark); }

/* --------------------------------------------------------------------------
   Home: services grid
   -------------------------------------------------------------------------- */

.services {
  display: grid;
  grid-template-columns: 478px minmax(0, 1fr);
  padding-left: 49px;
}
/* Icon sits at the column edge; the heading is indented past it, but the
   bullet list tucks back under the icon — matching the live layout. */
.service { position: relative; margin-bottom: 46px; padding-top: 28px; }
.service > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 71px;
  height: 82px;
}
.service h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 20px;
  color: var(--green);
  margin: 0 0 0 84px;
  line-height: 1.2;
}
.service ul {
  margin: 44px 0 0 10px;
  padding-left: 22px;
  list-style: disc;
}
.service li {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 24px;
  color: var(--navy);
  margin-bottom: 0;
}
.service li::marker { color: var(--navy); }

/* --------------------------------------------------------------------------
   Home: "How Virtual Squirrel Works"
   -------------------------------------------------------------------------- */

.works { position: relative; min-height: 400px; }
.works-circle {
  position: absolute;
  left: 29px;
  top: 24px;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--sans);
  font-size: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.55;
  text-align: center;
}
.works-circle b { font-weight: 700; }
.works-contact {
  position: absolute;
  left: 10px;
  top: 189px;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: var(--sans);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.works-contact:hover { background: var(--green-dark); color: #fff; }
.works-list {
  margin: 0 0 0 284px;
  padding: 0 0 0 22px;
  list-style: disc;
  max-width: 620px;
}
.works-list > li {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 36px;
  color: var(--navy);
}
.works-list ol {
  list-style: decimal;
  margin: 0 0 0 12px;
  padding-left: 20px;
}
.works-list ol li { line-height: 36px; }

/* Decorative circle clusters */
.dots { position: absolute; pointer-events: none; }
.dots i {
  position: absolute;
  display: block;
  border-radius: 50%;
}
.dot-g { background: var(--green); }
.dot-b { background: var(--navy); }

/* --------------------------------------------------------------------------
   Home: specialists
   -------------------------------------------------------------------------- */

.specialists { position: relative; text-align: center; }
.specialists ul {
  display: inline-block;
  text-align: left;
  margin: 20px 0 0;
  padding-left: 22px;
  list-style: disc;
}
.specialists li {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 25px;
  color: var(--navy);
}

/* --------------------------------------------------------------------------
   Home: member badges
   -------------------------------------------------------------------------- */

.badges {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 180px;
  margin-top: 34px;
}

/* --------------------------------------------------------------------------
   Interior page banner
   -------------------------------------------------------------------------- */

.page-banner {
  height: 83px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(36, 74, 133, 0.66), rgba(36, 74, 133, 0.66)), url('../img/bg-page.jpg');
  background-size: cover, cover;
  background-position: center, center;
}
.page-banner h1 {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.36;
  color: #fff;
  text-align: center;
  padding: 0 24px;
}

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */

.form { max-width: 620px; }
.form label { display: block; font-family: var(--sans); font-size: 15px; color: var(--navy); margin-bottom: 5px; }
.form input, .form textarea, .form select {
  width: 100%;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--navy);
  padding: 10px 12px;
  border: 1px solid #c9d2df;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 16px;
}
.form textarea { resize: vertical; min-height: 130px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.form .consent { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; }
.form .consent input { width: auto; margin: 5px 0 0; }
.form .consent span { font-family: var(--serif); font-size: 17px; line-height: 1.35; }
.fine { font-family: var(--serif); font-size: 14px; line-height: 1.4; color: var(--navy); opacity: 0.8; }

/* --------------------------------------------------------------------------
   Legal / long-form pages
   -------------------------------------------------------------------------- */

.legal { font-family: var(--serif); font-size: 18px; line-height: 1.4; color: var(--navy); }
.legal h2 { font-family: var(--sans); font-weight: 700; font-size: 20px; color: var(--green); margin: 30px 0 10px; }
.legal h3 { font-family: var(--sans); font-weight: 700; font-size: 18px; color: var(--navy); margin: 22px 0 8px; }
.legal p { margin: 0 0 16px; }
.legal ul, .legal ol { padding-left: 24px; margin: 0 0 16px; }
.legal li { margin-bottom: 8px; }

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */

.blog-post { border-bottom: 1px solid var(--grey-line); padding-bottom: 30px; margin-bottom: 30px; }
.blog-post h2 { font-family: var(--sans); font-weight: 700; font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.blog-meta { font-family: var(--serif); font-size: 15px; color: #7d8ba1; margin-bottom: 14px; }
.blog-post p { font-family: var(--serif); font-size: 18px; line-height: 1.4; margin: 0 0 14px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer { background: #fff; padding: 90px 0 0; height: 346px; }
.footer-grid {
  width: var(--col);
  max-width: 100%;
  margin: 0 auto;
  padding-left: 11px;
  display: grid;
  grid-template-columns: 400px 1fr 300px;
}
@media (max-width: 1004px) { .footer-grid { padding: 0 16px; } }

.footer-brand {
  font-family: var(--sans);
  font-size: 18px;
  color: var(--navy);
  white-space: nowrap;
  line-height: 1;
}
.footer-brand b { font-weight: 700; font-size: 24px; }
.footer-tag {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 19px;
  color: var(--green);
  margin: 113px 0 0;
}
.footer-flags { display: flex; gap: 5px; align-items: center; margin-top: 4px; height: 41px; }
.footer-flags img { width: auto; }
.footer-copy { font-family: var(--serif); font-size: 14px; color: var(--navy); margin-top: 24px; }

.footer-social { display: flex; gap: 5px; align-items: flex-start; margin: 244px 0 0 10px; }
.footer-social img { width: 30px; height: 30px; display: block; }

.footer-right {
  text-align: right;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 24px;
  color: var(--navy);
}
.footer-right b { font-weight: 700; }
.footer-right .grp { margin-bottom: 25px; }
.footer-legal { margin-top: 22px; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-legal a {
  font-family: var(--script);
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  color: var(--green);
  background: #fff;
  border-radius: 20px;
  padding: 7px 20px 9px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}
.footer-legal a:hover { color: var(--green-dark); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1010px) {
  .services { grid-template-columns: 1fr; padding-left: 0; }
  .works-list { margin-left: 0; }
  .works-circle, .works-contact { position: static; margin: 0 auto 16px; }
  .works { min-height: 0; }
  .dots { display: none; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .badges { gap: 60px; }
}

@media (max-width: 900px) {
  .site-header { height: auto; position: static; }
  .header-inner { height: auto; padding: 14px 16px 10px; text-align: center; }
  .logo, .brandline, .header-contact, .site-nav { position: static; }
  .logo { display: inline-block; }
  .brandline { display: block; margin: 4px 0 10px; }
  .header-contact { text-align: center; margin-bottom: 10px; }
  .site-nav { justify-content: center; }
  .site-nav ul { flex-wrap: wrap; justify-content: center; }
  .site-nav li + li { border-left: 0; }
  .hero { height: 330px; }
  .hero-caption span { font-size: 36px; }
  .hero-caption { padding: 0 56px; }
  .hero-prev { left: 10px; }
  .hero-next { right: 10px; }
  .page-banner { height: 300px; }
  .page-banner h1 { font-size: 38px; }
  .ribbon { height: auto; padding: 9px 16px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-tag { margin-top: 20px; }
  .footer-flags, .footer-social { justify-content: center; }
  .footer-right { text-align: center; }
  .footer-legal { align-items: center; }
  .squirrels { columns: 1; }
  .sec-texture, .sec-bokeh, .page-banner { background-attachment: scroll, scroll; }
}

@media (max-width: 640px) {
  .testi-grid { grid-template-columns: 1fr; }
  .testi img { height: 420px; }
  .form .row2 { grid-template-columns: 1fr; }
  .h-script-lg { font-size: 32px; }
  .hero-caption span { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transition: none; }
}

/* --------------------------------------------------------------------------
   About page
   -------------------------------------------------------------------------- */

.about-letter .about-grid {
  display: grid;
  grid-template-columns: 697px 1fr;
  gap: 30px;
  padding-left: 30px;
}
.about-copy { color: #fff; font-family: var(--serif); font-size: 16px; line-height: 1.4; }
.about-copy p { margin: 0 0 22px; }
.about-copy em { font-style: italic; }
.about-copy .signoff { font-size: 27px; margin-top: 4px; }

.about-aside { text-align: center; padding-top: 9px; }
.about-aside img {
  width: 207px;
  height: 206px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}
.laura-name { font-size: 24px; color: #fff; margin-top: 14px; }
.laura-role {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  margin-top: 4px;
}

.values {
  background: var(--grey);
  height: 123px;
  display: flex;
  align-items: center;
}
.values .wrap { display: flex; justify-content: center; gap: 46px; }
.values span { font-size: 38px; color: var(--navy); }

.squirrel-box {
  background: #f8f8f8;
  border: 1px solid #cddcf0;
  width: 883px;
  max-width: 100%;
  margin: 26px 0 0 57px;
  padding: 20px 19px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.squirrel-box p {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 37px;
  color: var(--navy);
}
.squirrel-box .script { font-size: 25px; color: var(--navy); margin-right: 4px; }

.quote-band p {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.45;
  color: #fff;
}
.quote-band .script { font-size: 30px; }

.vs-form { max-width: 608px; margin: 22px 0 0 186px; }
.vs-form input, .vs-form textarea {
  border: 1px solid #7d9dc4;
  border-radius: 0;
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--navy);
  padding: 9px 11px;
  margin-bottom: 5px;
}
.vs-form textarea { min-height: 130px; }
.vs-form ::placeholder { color: var(--navy); opacity: 1; }
.send-row { text-align: right; }
.send-btn {
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 4px 12px 6px;
  cursor: pointer;
}
.send-btn:hover { background: #1b3968; }

.forest-band {
  height: 180px;
  background: url('../img/bg-about-lower.jpg') center 88% / cover;
}

.relax { font-size: 70px; color: var(--green); margin: 0 0 6px; line-height: 1.1; }
.contact-kicker {
  font-family: var(--sans);
  font-size: 25px;
  color: #585551;
  text-align: left;
  margin: 46px 0 0 28px;
}

@media (max-width: 1004px) {
  .about-letter .about-grid { grid-template-columns: 1fr; padding-left: 0; }
  .squirrel-box { margin-left: 0; width: 100%; }
  .vs-form { margin-left: 0; }
  .values .wrap { flex-wrap: wrap; gap: 20px; justify-content: center; }
  .values { height: auto; padding: 24px 0; }
  .values span { font-size: 28px; }
  .relax { font-size: 42px; }
}

/* --------------------------------------------------------------------------
   Benefits page
   -------------------------------------------------------------------------- */

.ben-quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 41px;
  color: #fff;
}
.ben-quote .attrib { font-size: 30px; margin-top: 12px; }

.benefits-grid {
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  gap: 0 36px;
  margin-top: 27px;
}
.benefit { position: relative; padding-top: 22px; margin-bottom: 60px; }
.benefit > img { position: absolute; left: 0; top: 0; width: 71px; height: 71px; }
.benefit h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 20px;
  color: var(--green);
  margin: 0 0 0 84px;
  line-height: 1.2;
}
.benefit p, .benefit ul { font-family: var(--serif); font-size: 18px; line-height: 24px; color: var(--navy); }
.benefit p { margin: 0 0 24px; }
.benefit > p:first-of-type, .benefit > ul:first-of-type { margin-top: 41px; }
.benefit ul { margin: 0 0 24px; padding-left: 30px; }
.benefit li { margin-bottom: 0; }

.why-grid { display: grid; grid-template-columns: 672px minmax(0, 1fr); gap: 0 54px; padding-left: 36px; }
.why-copy { font-family: var(--serif); font-size: 16px; line-height: 23px; color: #fff; }
.why-copy p { margin: 0 0 23px; }
.why-copy em { font-style: italic; }

.why-gallery { display: flex; flex-direction: column; gap: 40px; }
.why-gallery figure { margin: 0; width: 232px; }
.why-gallery img {
  width: 222px;
  height: 222px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
/* Titles exist for search engines and screen readers; the live site shows
   them only on hover. */
.why-gallery figcaption {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Testimonials page
   -------------------------------------------------------------------------- */

.saying {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  text-align: center;
  margin-bottom: 43px;
}
.testi-grid { display: grid; grid-template-columns: 316px 307px 307px; gap: 72px 25px; }
.testi { position: relative; margin: 0; }
.testi > img { width: 100%; height: 574px; object-fit: cover; display: block; }
.testi figcaption {
  position: absolute;
  inset: 0;
  background: rgba(4, 81, 132, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 22px 44px;
  color: #fff;
}
.testi .name { font-size: 30px; color: var(--green); line-height: 1.2; }
.testi .role { font-size: 18px; color: var(--green); margin-top: 2px; }
.testi blockquote {
  margin: auto 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.45;
  color: #fff;
}

@media (max-width: 1004px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; padding-left: 0; gap: 34px; }
  .why-gallery { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .testi-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .saying { font-size: 32px; }
}
@media (max-width: 640px) {
  .testi-grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */

.sms-copy {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 16px 0 0 30px;
  max-width: 920px;
}
.sms-copy p { margin: 0 0 26px; }
.sms-copy .numbers { margin-bottom: 26px; }
.sms-copy strong { font-weight: 400; }
.sms-copy span { font-size: 16px; }
.sms-copy a { color: #fff; text-decoration: underline; }

.sms-form {
  background: var(--navy);
  width: 608px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 22px;
}
.sms-form input, .sms-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--navy);
  padding: 9px 12px;
  margin: 0 0 7px;
  display: block;
}
.sms-form input { height: 40px; }
.sms-form textarea { height: 168px; resize: vertical; }
.sms-fine, .sms-consent {
  font-family: var(--sans);
  color: #fff;
  padding: 0 12px;
}
.sms-fine { font-size: 14px; line-height: 20px; margin-top: 14px; }
.sms-fine p { margin: 0 0 16px; }
.sms-fine a { color: #fff; text-decoration: underline; }
.sms-consent { border: 0; margin: 4px 0 0; }
.sms-consent label { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 21px; margin-bottom: 12px; cursor: pointer; }
.sms-consent input[type='radio'] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin: 4px 0 0;
  padding: 0;
  flex: none;
  accent-color: var(--green);
}
.sms-send { text-align: right; margin-top: 10px; padding-right: 12px; }
.sms-send button {
  background: none;
  border: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 25px;
  cursor: pointer;
  padding: 4px 10px;
}
.sms-send button:hover { color: var(--green); }

/* --------------------------------------------------------------------------
   Legal pages
   -------------------------------------------------------------------------- */

.legal-box {
  background: #f8f8f8;
  width: 883px;
  max-width: 100%;
  margin: 0 auto;
  padding: 11px 19px 24px;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 19px;
  color: var(--navy);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.legal-box .reviewed { margin: 0 0 19px; }
.legal-box p { margin: 0 0 19px; }
.legal-box h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--navy);
  margin: 0;
}
.legal-box ol.roman { list-style: none; padding-left: 0; margin: 0 0 19px; counter-reset: r; }
.legal-box ol.roman li { margin-bottom: 0; counter-increment: r; }
.legal-box ol.roman li::before { content: "(" counter(r, lower-roman) ") "; }

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */

.blog-grid { display: grid; grid-template-columns: 670px minmax(0, 1fr); gap: 0 28px; padding-left: 31px; }
.post { display: grid; grid-template-columns: 319px minmax(0, 1fr); background: #fff; margin-bottom: 32px; }
.post > img { width: 319px; height: 239px; object-fit: cover; display: block; }
.post-body { padding: 22px 24px; overflow: hidden; }
.post-body h2 { font-size: 26px; color: var(--green); line-height: 1.15; margin-bottom: 12px; }
.post-body p {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 22px;
  color: var(--navy);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-side { color: #fff; }
.blog-side h2 { font-family: var(--sans); font-size: 25px; color: #fff; margin: 0 0 14px; }
.blog-side h2 + * { margin-top: 0; }
.recent { list-style: none; margin: 0 0 34px; padding: 0; }
.recent li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.recent img { width: 44px; height: 34px; object-fit: cover; flex: none; }
.recent span { font-family: var(--sans); font-size: 13px; line-height: 17px; color: #fff; }
.tags { list-style: none; margin: 0 0 34px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 12px; }
.tags li { font-family: var(--serif); font-size: 14px; color: #fff; }
.side-social { display: flex; gap: 7px; }
.side-social img { width: 23px; height: 23px; }

@media (max-width: 1004px) {
  .sms-copy { margin-left: 0; }
  .blog-grid { grid-template-columns: 1fr; padding-left: 0; gap: 34px; }
  .post { grid-template-columns: 1fr; }
  .post > img { width: 100%; }
}
