@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --ink: #172d3b;
  --muted: #61717a;
  --accent: #147b9e;
  --deep: #092e47;
  --soft: #eff5f6;
  --line: #dce3e5;
  --sidebar: 218px;
  --bar: 44px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}
body {
  margin: 0;
  font: 16px/1.7 var(--sans);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -1.8px;
}
h2 {
  font-size: clamp(38px, 3.65vw, 56px);
}
h2 em {
  color: var(--accent);
  font-weight: 400;
}
h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
p {
  line-height: 1.8;
}
small {
  display: block;
}
.theme-roof {
  --accent: #08789c;
  --deep: #082f49;
  --soft: #edf4f6;
  --line: #d7e3e8;
}
.theme-b2b {
  --accent: #286554;
  --deep: #163e36;
  --soft: #f0f3eb;
  --line: #d9e1d8;
}
.theme-lawncare {
  --accent: #376331;
  --deep: #163c2b;
  --soft: #f4f5e7;
  --line: #dde3cc;
}
.theme-technology {
  --accent: #3a5edc;
  --deep: #102044;
  --soft: #f0f3fb;
  --line: #dce1ed;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 15px 25px;
  background: #00bfff;
  color: #052039;
  z-index: 200;
}
.skip-link:focus {
  top: 5px;
}
.sample-bar {
  height: var(--bar);
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 25px;
  background: #090e16;
  color: #bdc8d5;
  font-size: 11px;
}
.clientyes-link {
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.clientyes-link span,
.sample-footer > a span {
  color: #00beff;
}
.sample-label {
  font-size: 8px;
  letter-spacing: 1.6px;
}
.sample-tools {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
}
.sample-tools > button {
  color: #e5edf5;
  font-size: 11px;
  background: transparent;
  padding: 9px 0;
}
.sample-tools > a {
  color: #e5edf5;
}
.sample-switch {
  position: relative;
}
.sample-switch summary {
  list-style: none;
  font-size: 11px;
}
.sample-switch summary:after {
  content: "⌄";
  padding-left: 9px;
}
.sample-switch > div {
  position: absolute;
  right: 0;
  top: 33px;
  width: 240px;
  background: #132236;
  padding: 10px;
  border: 1px solid #344359;
  box-shadow: 0 14px 40px #0003;
}
.sample-switch a {
  display: block;
  padding: 10px 12px;
  color: white;
}
.sample-switch a:hover {
  background: #223750;
}
.proposal-nav {
  position: fixed;
  inset: var(--bar) auto 0 0;
  width: var(--sidebar);
  padding: 35px 22px 20px;
  background: #fff;
  z-index: 60;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.business-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.brand-symbol {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  color: var(--accent);
}
.brand-symbol svg {
  width: 100%;
  height: 100%;
}
.brand-name {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
.brand-name small {
  font-size: 5px;
  letter-spacing: 1.3px;
  line-height: 2;
  margin-top: 7px;
  font-weight: 600;
}
.theme-b2b .brand-name {
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 400;
}
.theme-lawncare .brand-name {
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 400;
}
.theme-technology .brand-name {
  font-family: Manrope, var(--sans);
  font-size: 38px;
  font-weight: 800;
}
.nav-client {
  padding: 26px 0 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 15px;
}
.nav-client > span {
  font-size: 7px;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.nav-client strong {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 500;
  margin: 8px 0;
}
.nav-client small {
  font-size: 9px;
  line-height: 1.7;
  color: var(--muted);
}
.proposal-nav nav {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding-block: 2px;
}
.proposal-nav nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: #74818b;
  padding: 11px 5px;
  border-left: 2px solid transparent;
  line-height: 1.5;
}
.proposal-nav nav a span {
  font-size: 8px;
  min-width: 16px;
  color: #97a3ab;
}
.proposal-nav nav a[aria-current] {
  color: var(--accent);
  border-color: var(--accent);
  background: var(--soft);
  font-weight: 600;
}
.nav-bottom {
  padding-top: 20px;
}
.nav-bottom > span {
  display: block;
  font-size: 6px;
  letter-spacing: 1px;
  color: var(--muted);
}
.nav-bottom .primary {
  width: 100%;
  font-size: 10px;
  padding: 13px 8px;
  margin: 10px 0;
}
.nav-bottom > small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #8e9ba3;
  text-align: center;
}
#proposal-content {
  margin-left: var(--sidebar);
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 17px 24px;
  min-height: 51px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  background: var(--accent);
  color: white;
  transition: filter 0.15s;
  cursor: pointer;
}
.primary:hover {
  filter: brightness(1.12);
}
.primary:disabled {
  opacity: 0.65;
  cursor: default;
}
.primary.light {
  background: white;
  color: var(--deep);
}
.text-link {
  display: inline-block;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1.7;
}
.eyebrow,
.overline {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1.8;
}
.overline {
  display: block;
}
.proposal-cover {
  overflow: hidden;
  position: relative;
  background: var(--deep);
  color: white;
}
.cover-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 5.5%;
  font-size: 7px;
  letter-spacing: 1.7px;
  border-bottom: 1px solid #ffffff2a;
  color: #c0d7e3;
}
.cover-layout {
  display: grid;
  grid-template-columns: 55% 45%;
  position: relative;
  min-height: 735px;
}
.cover-copy {
  padding: 50px 9% 55px 10%;
  position: relative;
  z-index: 2;
}
.cover-brand {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 9px;
  align-items: center;
  width: max-content;
  margin-bottom: 54px;
}
.cover-brand .large-mark {
  grid-row: 1/3;
  font-size: 44px;
  line-height: 1;
  color: #7cdbfb;
}
.cover-brand > span:last-child {
  font: 500 6px var(--sans);
  letter-spacing: 1.9px;
  margin-top: 8px;
}
.cover-copy .eyebrow {
  font-size: 7px;
  letter-spacing: 1.35px;
  color: #a4c2d2;
  max-width: 400px;
}
.proposal-cover h1 {
  font-size: clamp(54px, 6.1vw, 92px);
  letter-spacing: -2.5px;
  margin: 22px 0 27px;
  line-height: 0.99;
}
.proposal-cover h1 em {
  font-weight: 400;
  color: #99e4ff;
}
.cover-deck {
  font-size: 15px;
  line-height: 1.9;
  color: #cae0e9;
}
.prepared {
  border-left: 1px solid #7c9caf;
  padding: 0 0 0 16px;
  margin: 28px 0;
}
.prepared > span {
  display: block;
  font-size: 6px;
  letter-spacing: 1.8px;
  color: #a4c3d0;
  margin-bottom: 7px;
}
.prepared strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.prepared small {
  font-size: 10px;
  color: #bfd4de;
  margin-top: 3px;
}
.cover-copy .primary {
  font-size: 11px;
  margin-top: 4px;
}
.cover-visual {
  position: relative;
  min-width: 0;
  margin: 28px 28px 28px 0;
  overflow: hidden;
}
.cover-visual img {
  position: absolute;
  inset: 0;
  object-position: 58% center;
}
.cover-visual:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #082c3eb3);
}
.cover-visual figcaption {
  position: absolute;
  bottom: 24px;
  left: 25px;
  right: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: white;
  font-size: 8px;
  letter-spacing: 1.4px;
}
.cover-visual figcaption b {
  font-weight: 400;
  font-size: 6px;
  opacity: 0.65;
}
.cover-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  border-top: 1px solid #ffffff24;
  padding: 27px 5.5%;
}
.cover-bottom > span {
  font-size: 9px;
  color: #a8c4d1;
  line-height: 1.8;
}
.cover-bottom b {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #e9f7fc;
  margin-bottom: 3px;
}
.theme-b2b .proposal-cover {
  background: #e9ede5;
  color: #1e3b31;
}
.theme-b2b .cover-meta {
  color: #5c7669;
  border-color: #bccabf;
}
.theme-b2b .cover-copy {
  padding-top: 51px;
}
.theme-b2b .cover-brand {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 44px;
  margin-bottom: 42px;
}
.theme-b2b .large-mark {
  color: var(--accent);
  font: 400 56px var(--serif);
  border-bottom: 1px solid #41684f;
  margin-right: 6px;
}
.theme-b2b .cover-copy .eyebrow {
  color: #6a7c69;
}
.theme-b2b .proposal-cover h1 {
  font-size: clamp(53px, 5.9vw, 88px);
  line-height: 1.02;
}
.theme-b2b .proposal-cover h1 em {
  color: #53785c;
}
.theme-b2b .cover-deck {
  color: #57705f;
}
.theme-b2b .prepared {
  border-color: #b0c0b3;
}
.theme-b2b .prepared > span,
.theme-b2b .prepared small {
  color: #6d8474;
}
.theme-b2b .cover-visual {
  margin: 0;
  clip-path: inset(0 0 0 0 round 0);
}
.theme-b2b .cover-visual img {
  object-position: 55% center;
}
.theme-b2b .cover-bottom {
  border-color: #c4d0c4;
}
.theme-b2b .cover-bottom span {
  color: #6e8071;
}
.theme-b2b .cover-bottom b {
  color: #294d3a;
}
.theme-lawncare .proposal-cover {
  background: #f4f1dd;
  color: #25432c;
}
.theme-lawncare .cover-meta {
  border-color: #cfd5b9;
  color: #647350;
}
.theme-lawncare .cover-brand {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 40px;
}
.theme-lawncare .large-mark {
  color: #536e32;
  font-size: 50px;
}
.theme-lawncare .cover-copy .eyebrow {
  color: #707c50;
}
.theme-lawncare .proposal-cover h1 {
  font-size: clamp(55px, 6vw, 91px);
}
.theme-lawncare .proposal-cover h1 em {
  color: #658742;
}
.theme-lawncare .cover-deck {
  color: #657455;
}
.theme-lawncare .prepared {
  border-color: #b2be95;
}
.theme-lawncare .prepared > span,
.theme-lawncare .prepared small {
  color: #7b855f;
}
.theme-lawncare .cover-visual {
  margin: 35px 35px 35px 0;
  border-radius: 50% 50% 0 0;
}
.theme-lawncare .cover-visual img {
  object-position: 34% center;
}
.theme-lawncare .cover-bottom {
  border-color: #d0d7b6;
}
.theme-lawncare .cover-bottom span {
  color: #77805b;
}
.theme-lawncare .cover-bottom b {
  color: #315431;
}
.price-sticker {
  position: absolute;
  right: 22px;
  bottom: 86px;
  z-index: 2;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: #f9df75;
  color: #29482a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(9deg);
  box-shadow: 0 3px 0 #0001;
}
.price-sticker span,
.price-sticker b {
  font-size: 7px;
  letter-spacing: 1.1px;
  font-weight: 600;
}
.price-sticker strong {
  font: 400 64px var(--serif);
  line-height: 1.1;
}
.theme-technology .proposal-cover {
  background:
    radial-gradient(ellipse at 85% 15%, #284ea9 0, transparent 48%),
    radial-gradient(ellipse at 10% 60%, #193b75, transparent 52%), #101e40;
}
.tech-cover-content {
  padding: 45px 5.5% 0;
  text-align: center;
  position: relative;
}
.tech-cover-content .cover-brand {
  margin: 0 auto 28px;
  font-family: Manrope, var(--sans);
  font-weight: 800;
  font-size: 49px;
}
.tech-cover-content .large-mark {
  color: #a5c9ff;
  font-family: var(--sans);
  font-weight: 400;
}
.tech-cover-content .eyebrow {
  color: #8db4e9;
  font-size: 8px;
}
.theme-technology .proposal-cover h1 {
  font-family: Manrope, var(--sans);
  font-size: clamp(42px, 4.65vw, 72px);
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1.08;
  margin: 18px 0;
}
.theme-technology .proposal-cover h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: #a8ceff;
  letter-spacing: -1px;
}
.tech-cover-content .cover-deck {
  font-size: 14px;
}
.tech-cover-content .prepared {
  border: 0;
  margin: 20px 0;
}
.tech-cover-content .prepared strong {
  font-size: 11px;
}
.tech-cover-content > .primary {
  font-size: 10px;
  padding: 13px 23px;
  min-height: 44px;
}
.hero-product {
  max-width: 730px;
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  text-align: left;
  margin: 35px auto 0;
  color: #253956;
  background: #f6f8fc;
  border: 1px solid #7196d7;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 0 90px #609fff29;
  overflow: hidden;
}
.mini-sidebar {
  background: #edf1f9;
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  border-right: 1px solid #d9e1ee;
}
.mini-sidebar strong {
  font:
    700 25px Manrope,
    var(--sans);
  color: #28456d;
  margin-bottom: 14px;
}
.mini-sidebar span {
  font-size: 8px;
  color: #657593;
  padding: 6px 9px;
}
.mini-sidebar span:first-of-type {
  background: #dbe4f4;
  border-radius: 4px;
  color: #254d91;
}
.mini-content {
  padding: 22px 25px 30px;
}
.mini-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 6px;
  letter-spacing: 1px;
  color: #8995ae;
}
.mini-top b {
  background: #dee7f7;
  padding: 6px;
  border-radius: 50%;
  font-size: 7px;
  color: #44628b;
}
.mini-content h3 {
  font-size: 22px;
  margin: 18px 0 4px;
  letter-spacing: -0.6px;
}
.mini-content > p {
  font-size: 9px;
  color: #8a95a9;
}
.mini-progress {
  display: flex;
  gap: 6px;
  margin: 19px 0;
}
.mini-progress i {
  width: 25%;
  height: 4px;
  background: #dae3f2;
  border-radius: 10px;
}
.mini-progress i:first-child {
  background: #6b92d5;
}
.mini-progress i:nth-child(2) {
  background: #456ddb;
}
.mini-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mini-cards > div {
  border: 1px solid #e0e5ee;
  background: white;
  padding: 15px;
  border-radius: 5px;
}
.mini-cards span {
  display: block;
  font-size: 5px;
  letter-spacing: 1px;
  color: #8f9bb1;
}
.mini-cards strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 8px 0;
}
.mini-cards small {
  font-size: 7px;
  color: #8e9cb6;
}
.concept-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #375fa4;
  color: white;
  font-size: 5px;
  letter-spacing: 1.3px;
  padding: 4px 12px;
}
.chapter-section {
  padding: 92px 6%;
  scroll-margin-top: 30px;
}
.chapter-label {
  font-size: 8px;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: var(--accent);
  padding-bottom: 26px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--line);
}
.soft {
  background: var(--soft);
}
.editorial {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 65px;
}
.letter {
  font-size: 15px;
  color: #62747e;
}
.letter p {
  margin-bottom: 22px;
}
.letter .salutation {
  color: var(--ink);
  font-weight: 500;
  font-size: 17px;
}
.signature {
  font: italic 37px var(--serif);
  color: var(--ink);
  margin-top: 30px;
}
.signature small {
  font: 500 7px/1.8 var(--sans);
  letter-spacing: 1.6px;
  color: var(--muted);
  margin-top: 10px;
}
.commitment {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 27px 30px;
  margin-top: 45px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.seal {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  font: 400 30px var(--serif);
  color: var(--accent);
  flex-shrink: 0;
}
.commitment p {
  font-size: 12px;
  color: var(--muted);
}
.commitment strong {
  display: block;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 4px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.roof-system {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: stretch;
}
.roof-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.roof-visual > img {
  position: absolute;
  object-position: 55% center;
}
.roof-visual:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #153140cc);
}
.photo-label {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fffde9;
  color: #365464;
  padding: 10px 14px;
  font-size: 7px;
  letter-spacing: 1px;
}
.material-tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: grid;
  gap: 8px;
}
.material-tags b {
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: white;
  border-left: 2px solid #9de5fc;
  padding-left: 9px;
}
.numbered-list article {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.numbered-list article:first-child {
  padding-top: 0;
}
.numbered-list article > span {
  font-size: 10px;
  color: var(--accent);
  margin-top: 5px;
}
.numbered-list h3 {
  font-size: 21px;
}
.numbered-list p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.split-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split-photo figure {
  height: 540px;
  position: relative;
}
.split-photo figure img {
  object-position: center;
}
.split-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 20px;
  background: #102b36c9;
  color: #fff;
  font-size: 7px;
  letter-spacing: 1.4px;
}
.split-photo h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}
.split-photo > div > p {
  font-size: 13px;
  color: var(--muted);
  margin: 23px 0;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding: 11px 0 11px 23px;
  font-size: 12px;
  line-height: 1.8;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.check-list strong {
  font-weight: 600;
  color: var(--ink);
}
.ink-section {
  background: var(--deep);
  color: #eef6fc;
  --line: #ffffff29;
  --muted: #adc3d1;
}
.ink-section .chapter-label {
  color: #a0ceeb;
}
.ink-section h2 em {
  color: #9cdbf2;
}
.evidence-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.report-sheet {
  background: #fff;
  color: #243c4a;
  padding: 30px;
  box-shadow: 20px 22px 0 #ffffff08;
  transform: rotate(-1deg);
}
.report-mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #dbe5e9;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.report-mast strong {
  font-size: 19px;
  letter-spacing: -0.5px;
}
.report-mast span {
  font-size: 5px;
  color: #7d97a5;
  letter-spacing: 1px;
}
.report-sheet h3 {
  font: 400 30px var(--serif);
}
.report-sheet > p {
  font-size: 10px;
  color: #8798a0;
}
.report-photo {
  height: 190px;
  margin: 20px 0;
}
.report-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e3e9ec;
  padding: 13px 0;
  font-size: 11px;
}
.report-row b {
  font-size: 10px;
  font-weight: 500;
  color: #3c7b6b;
}
.report-stamp {
  font-size: 6px;
  letter-spacing: 1.4px;
  color: #879da5;
  margin-top: 20px;
}
.evidence-copy .overline {
  color: #93c2dd;
  font-size: 8px;
}
.evidence-copy > h3 {
  font: 400 37px var(--serif);
  margin: 17px 0;
}
.evidence-copy > p {
  font-size: 13px;
  color: var(--muted);
}
.plain-steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 25px 0 0;
}
.plain-steps li {
  counter-increment: step;
  position: relative;
  padding: 18px 0 18px 33px;
  border-top: 1px solid var(--line);
}
.plain-steps li:before {
  content: "0" counter(step);
  position: absolute;
  left: 0;
  font-size: 8px;
  color: #8bbdd7;
  top: 20px;
}
.plain-steps b {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.plain-steps span {
  display: block;
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 5px;
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 45px;
}
.location-grid article {
  border-top: 2px solid var(--accent);
  padding: 25px 15px 25px 0;
}
.location-grid article > span {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.location-grid h3 {
  font: 400 30px var(--serif);
  margin: 15px 0;
}
.location-grid b {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
}
.location-grid p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.scope-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 30px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.scope-table .scope-table-head {
  font-size: 7px;
  letter-spacing: 1px;
  background: #dde7de;
  padding: 13px;
}
.scope-table p {
  font-size: 11px;
  color: var(--muted);
}
.scope-table strong {
  font-weight: 500;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.big-number {
  font: 400 67px var(--serif);
  color: #bfd0c4;
}
.principle-grid h3 {
  font: 400 32px var(--serif);
  margin: 12px 0;
}
.principle-grid p {
  font-size: 13px;
  color: var(--muted);
}
.pull-quote {
  border-block: 1px solid var(--line);
  margin-top: 55px;
  padding: 40px 0;
  text-align: center;
}
.pull-quote > span {
  font-size: 7px;
  letter-spacing: 1.7px;
  color: var(--muted);
}
.pull-quote p {
  font: 400 34px/1.35 var(--serif);
  color: var(--accent);
  margin: 20px 0;
}
.pull-quote small {
  font-size: 7px;
  letter-spacing: 1px;
}
.inspection-demo,
.portal-demo {
  background: #fff;
  color: #273c4e;
  border: 1px solid #bed3dd;
  box-shadow: 0 25px 60px #0002;
  border-radius: 8px;
  overflow: hidden;
}
.demo-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 35px;
  background: #f5f8fa;
}
.demo-title span {
  font-size: 6px;
  letter-spacing: 1.4px;
  color: #7c929f;
}
.demo-title h3 {
  font-size: 25px;
  margin-top: 8px;
}
.demo-title > b {
  font-size: 6px;
  letter-spacing: 1px;
  border: 1px solid #cfdae0;
  padding: 6px 9px;
  color: #7d929e;
  font-weight: 500;
}
.tab-buttons {
  display: flex;
  gap: 10px;
  padding: 0 35px;
  border-bottom: 1px solid #dfe6ea;
}
.tab-buttons button {
  font-size: 11px;
  padding: 18px 12px;
  background: transparent;
  color: #6d8290;
  border-bottom: 2px solid transparent;
}
.tab-buttons button[aria-selected="true"] {
  color: var(--accent);
  border-color: var(--accent);
}
#office-report,
#portal-panel {
  padding: 30px 35px;
}
.report-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.report-heading h4 {
  font-size: 16px;
  font-weight: 500;
}
.report-heading > span {
  font-size: 9px;
  color: #91a1aa;
}
.report-row .attention {
  background: #fbf0d8;
  color: #937136;
  padding: 4px 8px;
  font-size: 9px;
}
.report-note {
  padding: 17px 20px;
  background: #eff4f2;
  margin-top: 20px;
}
.report-note strong {
  font-size: 7px;
  letter-spacing: 1px;
  color: #4e7966;
}
.report-note p {
  font-size: 12px;
  color: #627b70;
  margin-top: 7px;
}
.evidence-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 32px;
}
.evidence-foot p {
  font-size: 11px;
  color: var(--muted);
}
.evidence-foot strong {
  color: #e6f6fe;
  font-weight: 500;
}
.lawn-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.lawn-services article {
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #e1e6cf;
}
.service-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #e9edcf;
  border-radius: 50%;
  font: 400 19px var(--serif);
  color: #6c8040;
}
.lawn-services h3 {
  font: 400 29px var(--serif);
  margin: 22px 0 15px;
}
.lawn-services p {
  font-size: 12px;
  color: var(--muted);
}
.scope-foot {
  padding: 23px 0;
  border-top: 1px solid var(--line);
  margin-top: 30px;
  font-size: 11px;
  color: var(--muted);
}
.scope-foot strong {
  color: var(--ink);
  margin-right: 12px;
  font-weight: 500;
}
.lawn-receipt {
  max-width: 620px;
  margin: auto;
  background: #f7f5e9;
  color: #334b2f;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 15px 18px 0 #ffffff09;
}
.receipt-top {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px 30px;
}
.receipt-sun {
  font-size: 42px;
  color: #789343;
}
.receipt-top small {
  font-size: 6px;
  letter-spacing: 1.5px;
  color: #8a9870;
}
.receipt-top h3 {
  font: 400 32px var(--serif);
  margin-top: 5px;
}
.status-pill {
  font-size: 6px;
  border: 1px solid #cdd6b5;
  color: #7c8b60;
  padding: 5px 8px;
  margin-left: auto;
  letter-spacing: 1px;
}
.receipt-photo {
  height: 265px;
}
.receipt-body {
  padding: 28px 30px;
}
.receipt-body > p {
  font-size: 11px;
  color: #869077;
}
.receipt-body > p > strong {
  font-size: 14px;
  font-weight: 500;
  color: #415535;
}
.receipt-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  padding: 25px 0;
  font-size: 11px;
  margin: 0;
  color: #74895c;
}
.receipt-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dce1cd;
  padding-top: 20px;
  font-size: 12px;
}
.receipt-total strong {
  font: 400 45px var(--serif);
}
.receipt-body .small-note {
  font-size: 8px;
  margin-top: 12px;
}
.theme-lawncare .ink-section h2 em {
  color: #d7e7a5;
}
.theme-lawncare .ink-section .chapter-label {
  color: #b5cb8a;
}
.theme-b2b .ink-section h2 em {
  color: #b0d4bf;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 25px;
  align-items: center;
  margin-top: 45px;
  padding: 30px;
  background: var(--soft);
}
.before-after > div > span {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #7384ac;
}
.before-after h3 {
  font-size: 23px;
  margin: 10px 0;
}
.before-after p {
  font-size: 12px;
  color: var(--muted);
}
.transition-arrow {
  font-size: 30px;
  color: var(--accent);
}
.feature-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.feature-scope article {
  background: #fff;
  padding: 30px;
  border-top: 2px solid var(--accent);
}
.feature-scope article > span {
  font-size: 7px;
  letter-spacing: 1.6px;
  color: #8091b5;
}
.feature-scope h3 {
  font:
    500 27px/1.3 Manrope,
    var(--sans);
  margin: 19px 0;
}
.feature-scope p {
  font-size: 12px;
  color: var(--muted);
}
.feature-scope small {
  font-size: 8px;
  line-height: 1.9;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 16px;
  color: #6d83b0;
}
.theme-technology h2 {
  font-family: Manrope, var(--sans);
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.2;
}
.theme-technology h2 em {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 1.07em;
}
.portal-overview {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
}
.portal-overview .overline {
  font-size: 6px;
  color: #8b99b1;
  letter-spacing: 1px;
}
.portal-overview h4,
#portal-panel > h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin: 13px 0;
}
.portal-overview p {
  font-size: 12px;
  color: #7a8aa0;
}
.project-stages {
  display: flex;
  gap: 9px;
  margin: 25px 0 20px;
}
.project-stages span {
  font-size: 8px;
  color: #9aa8bd;
  border-bottom: 3px solid #e3e8f2;
  padding-bottom: 8px;
  flex: 1;
}
.project-stages .done {
  border-color: #90b5a5;
}
.project-stages .active {
  border-color: #5275ce;
  color: #5275ce;
}
.project-update {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.avatar {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  background: #e0e8f7;
  color: #5e7ca7;
  flex-shrink: 0;
}
.project-update strong {
  font-size: 10px;
  font-weight: 500;
  color: #5a718c;
}
.project-update small {
  font-size: 9px;
}
.approval-card {
  padding: 24px;
  background: #f0f4fb;
  border: 1px solid #dee6f4;
}
.approval-card > span {
  font-size: 6px;
  letter-spacing: 1.3px;
  color: #738caf;
}
.approval-card h4 {
  font-size: 21px;
}
.approval-card .primary {
  font-size: 9px;
  padding: 12px;
  margin-top: 22px;
  min-height: 42px;
  width: 100%;
}
.document-list button {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  background: white;
  border-bottom: 1px solid #e3e8ee;
  color: #597087;
}
.file-icon {
  width: 35px;
  height: 44px;
  border: 1px solid #d2dcee;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.document-list strong {
  font-size: 12px;
  font-weight: 500;
}
.document-list small {
  font-size: 8px;
  color: #94a3b9;
  margin-top: 4px;
}
.document-list button > span:last-child {
  margin-left: auto;
  font-size: 9px;
}
.document-detail {
  font-size: 11px;
  color: #7a91aa;
  margin-top: 20px;
}
.message-thread article {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e1e8ef;
}
.message-thread strong {
  font-size: 12px;
  font-weight: 500;
}
.message-thread strong small {
  display: inline;
  margin-left: 8px;
  font-size: 8px;
  color: #99a6ba;
}
.message-thread p {
  font-size: 12px;
  color: #798ca5;
  margin-top: 7px;
}
.message-placeholder {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px;
  background: #f3f6fa;
  color: #8f9eb2;
  font-size: 11px;
  margin-top: 20px;
}
.message-placeholder span {
  font-size: 6px;
  letter-spacing: 1px;
}
.investment-section {
  background: #fff;
}
.offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.offer-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 33px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  position: relative;
  min-width: 0;
}
.offer-card.selected {
  background: var(--soft);
  border: 2px solid var(--accent);
  padding: 32px;
}
.offer-tag {
  font-size: 7px;
  letter-spacing: 1.4px;
  color: var(--accent);
}
.offer-card h3 {
  font: 400 32px var(--serif);
  margin: 23px 0 13px;
}
.offer-description {
  font-size: 12px;
  color: var(--muted);
}
.offer-price {
  font-size: 49px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 500;
  margin: 23px 0 6px;
}
.offer-price small {
  font-size: 10px;
  letter-spacing: 0;
  color: var(--muted);
  font-weight: 400;
  margin-top: 8px;
}
.setup-fee {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.offer-card .check-list {
  margin: 25px 0;
}
.offer-card .check-list li {
  font-size: 11px;
}
.offer-select {
  border-top: 1px solid var(--line);
  padding-top: 21px;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  margin-top: auto;
}
.offer-aside {
  padding: 40px 30px;
  background: var(--deep);
  color: #dbe9ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-aside .overline {
  font-size: 7px;
  color: #a1bdcc;
}
.offer-aside h3 {
  font: 400 46px/1.15 var(--serif);
  margin: 27px 0;
}
.offer-aside > p {
  font-size: 13px;
  color: #a8bfce;
}
.offer-aside .text-link {
  color: #c1e6f8;
  margin-top: 30px;
}
.extra-option {
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid var(--line);
  padding: 23px 26px;
  margin-top: 25px;
  cursor: pointer;
}
.extra-option input {
  width: 19px;
  height: 19px;
  accent-color: var(--accent);
  flex-shrink: 0;
}
.extra-option strong {
  font-size: 13px;
  font-weight: 500;
}
.extra-option small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.extra-option > b {
  font-size: 19px;
  font-weight: 500;
  white-space: nowrap;
  margin-left: auto;
}
.selected-summary {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 26px 0;
  margin-top: 25px;
  border-block: 1px solid var(--line);
}
.selected-summary > div:first-child {
  margin-right: auto;
}
.selected-summary span {
  font-size: 7px;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.selected-summary strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 6px;
}
.selected-summary b {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}
.selected-summary small {
  font-size: 9px;
  color: var(--muted);
}
.selected-summary > .primary {
  font-size: 10px;
  padding: 14px 20px;
  white-space: nowrap;
}
.pricing-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.pricing-notes h4 {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pricing-notes p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.9;
}
.pdf-note {
  font-size: 9px;
  line-height: 1.8;
  color: #8898a3;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 30px;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.timeline article {
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
}
.timeline-number {
  display: grid;
  place-items: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font: 400 22px var(--serif);
  margin-bottom: 25px;
}
.timeline .overline {
  font-size: 8px;
  color: var(--accent);
}
.timeline h3 {
  font-size: 24px;
  margin: 15px 0;
}
.timeline p {
  font-size: 12px;
  color: var(--muted);
}
.lawn-choices {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  padding: 32px;
  margin-top: 40px;
  background: #fff;
  border: 1px solid var(--line);
}
.lawn-choices .overline {
  font-size: 7px;
  color: var(--accent);
}
.day-buttons {
  display: flex;
  gap: 10px;
  margin-top: 19px;
}
.day-buttons button {
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: white;
  color: var(--muted);
  font-size: 10px;
}
.day-buttons button[aria-pressed="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}
.small-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 14px;
}
.monthly-budget label {
  display: block;
  font-size: 11px;
  margin-bottom: 12px;
}
.monthly-budget select {
  font-size: 11px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px;
  color: var(--ink);
  width: 100%;
}
.monthly-budget strong {
  font: 400 40px var(--serif);
  display: block;
  margin-top: 14px;
}
.monthly-budget > span {
  font-size: 9px;
  color: var(--muted);
}
.details-intro {
  font-size: 13px;
  color: var(--muted);
  margin-top: 25px;
  max-width: 310px;
}
.faq-list details {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 500;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 19px;
  color: var(--accent);
  font-weight: 400;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  color: var(--muted);
  padding-top: 18px;
  line-height: 1.9;
}
.closing-section {
  background: var(--deep);
  color: #e2eef4;
  --line: #ffffff2a;
}
.closing-section .chapter-label {
  color: #8fb8d1;
}
.closing-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 55px;
  align-items: center;
}
.closing-section .business-logo {
  margin-bottom: 35px;
}
.closing-section .brand-symbol {
  color: #8fd2ed;
}
.closing-section h2 {
  font-size: clamp(37px, 3.7vw, 56px);
}
.closing-section h2 em {
  color: #acd9ec;
}
.closing-layout > div > p {
  font-size: 13px;
  color: #a5bfce;
  margin: 25px 0 28px;
  max-width: 490px;
}
.closing-layout > .business-logo {
  color: #dfedf6;
}
.closing-layout .primary {
  background: #d4edf8;
  color: var(--deep);
}
.closing-layout .text-link {
  display: block;
  color: #b2d3e4;
  margin-top: 20px;
  font-size: 10px;
}
.next-card {
  background: #ffffff09;
  border: 1px solid #ffffff29;
  padding: 30px;
}
.next-card > .overline {
  font-size: 7px;
  color: #93b4c6;
  padding-bottom: 10px;
}
.next-card > div:not(.sender) {
  display: flex;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid #ffffff20;
}
.next-card > div > b {
  font-size: 9px;
  color: #8cbad2;
  font-weight: 500;
}
.next-card > div > p {
  font-size: 12px;
  color: #c0d4df;
}
.sender {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 25px;
}
.sender .avatar {
  background: #ffffff15;
  color: #b1d7e9;
  border: 1px solid #ffffff20;
}
.sender p {
  font-size: 11px;
}
.sender strong {
  font-weight: 500;
}
.sender small {
  font-size: 9px;
  color: #86a7ba;
}
.closing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 60px;
  padding-top: 25px;
  font-size: 7px;
  letter-spacing: 1px;
  color: #8eabba;
}
.closing-footer a {
  font-size: 9px;
  letter-spacing: 0;
  color: #c2dce9;
}
.theme-lawncare .closing-section h2 em {
  color: #dae9a8;
}
.theme-lawncare .closing-layout .primary {
  background: #e0e9ae;
  color: #24452b;
}
.theme-b2b .closing-section h2 em {
  color: #bcd9bd;
}
.sample-footer {
  padding: 35px 6%;
  background: #f5f7f8;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
}
.sample-footer > a {
  font-size: 15px;
  font-weight: 600;
  color: #26394a;
}
.sample-footer > p {
  font-size: 9px;
  line-height: 1.9;
  color: #95a0a6;
}
dialog {
  width: min(610px, calc(100vw - 28px));
  max-height: calc(100dvh - 36px);
  border: 0;
  padding: 48px;
  background: white;
  color: var(--ink);
  box-shadow: 0 35px 130px #0005;
  overflow-y: auto;
}
dialog::backdrop {
  background: #051b2bba;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 11px;
  background: none;
  font-size: 25px;
  font-weight: 400;
  color: #6e818b;
  padding: 2px 10px;
  z-index: 2;
}
dialog h2 {
  font-size: 44px;
  margin: 20px 0;
}
dialog > div > p {
  font-size: 13px;
  color: var(--muted);
}
.decision-summary {
  padding: 22px 0;
  margin: 22px 0;
  border-block: 1px solid var(--line);
}
.decision-summary span {
  display: block;
  font-size: 12px;
}
.decision-summary strong {
  font-size: 27px;
  font-weight: 500;
}
.consent {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.consent input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--accent);
  margin-top: 3px;
}
#decision-form .primary {
  margin-top: 25px;
  width: 100%;
}
.success-mark {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  background: var(--soft);
  color: var(--accent);
}
#decision-success .primary {
  margin-top: 25px;
}
#email-dialog {
  width: min(730px, calc(100vw - 28px));
  padding: 0;
  background: #f0f3f5;
}
.email-toolbar {
  background: white;
  padding: 28px 35px;
  border-bottom: 1px solid #dbe1e5;
}
.email-toolbar > span {
  font-size: 7px;
  letter-spacing: 1.6px;
  color: #96a5ae;
}
.email-toolbar p {
  font-size: 10px;
  margin-top: 6px;
  color: #6f818c;
}
.email-toolbar p strong {
  font-weight: 500;
  color: #354e60;
}
.email-surface {
  padding: 30px 40px;
}
.email-logo {
  justify-content: center;
  margin: 0 auto 30px;
}
.email-card {
  background: #fff;
  padding: 35px;
  border: 1px solid #dfe5e8;
  border-top: 4px solid var(--accent);
}
.email-card p {
  font-size: 13px;
  color: #5f7380;
  margin-bottom: 19px;
}
.email-card .primary {
  margin: 6px 0 25px;
  font-size: 12px;
}
.email-signature {
  border-top: 1px solid #e5e9ed;
  padding-top: 22px;
  font-size: 12px;
}
.email-signature strong {
  display: block;
  font-weight: 600;
}
.email-signature span {
  display: block;
  font-size: 10px;
  color: #8799a5;
}
.email-attachment {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: white;
  border: 1px solid #dce3e7;
  margin-top: 16px;
}
.email-attachment > span {
  font-size: 27px;
  color: var(--accent);
}
.email-attachment strong {
  font-size: 11px;
  font-weight: 500;
}
.email-attachment small {
  font-size: 9px;
  color: #91a0aa;
}
.email-attachment > b {
  margin-left: auto;
  font-size: 8px;
  color: #8aa0af;
  border: 1px solid #d9e2e8;
  padding: 4px 7px;
}
.email-note {
  font-size: 9px;
  color: #93a2ad;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1700px) {
  .cover-layout {
    min-height: 820px;
  }
  .cover-copy {
    padding-top: 65px;
  }
  .cover-brand {
    margin-bottom: 70px;
  }
  .chapter-section {
    padding-inline: 8%;
  }
}
@media (max-width: 1200px) {
  :root {
    --sidebar: 190px;
  }
  .proposal-nav {
    padding: 28px 17px 20px;
  }
  .brand-name {
    font-size: 26px;
  }
  .brand-symbol {
    width: 30px;
    height: 30px;
  }
  .brand-name small {
    font-size: 4px;
  }
  .proposal-nav nav a {
    font-size: 9px;
    padding-block: 10px;
  }
  .cover-copy {
    padding-inline: 8%;
    padding-top: 40px;
  }
  .cover-layout {
    min-height: 675px;
  }
  .cover-brand {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .proposal-cover h1 {
    font-size: 65px;
  }
  .theme-b2b .proposal-cover h1,
  .theme-lawncare .proposal-cover h1 {
    font-size: 65px;
  }
  .cover-deck {
    font-size: 13px;
  }
  .cover-visual {
    margin: 20px 20px 20px 0;
  }
  .chapter-section {
    padding: 75px 5.5%;
  }
  .editorial {
    gap: 40px;
  }
  .letter {
    font-size: 13px;
  }
  .section-heading {
    gap: 35px;
  }
  .split-photo {
    gap: 35px;
  }
  .split-photo figure {
    height: 470px;
  }
  .roof-system {
    gap: 30px;
  }
  .evidence-layout {
    gap: 35px;
  }
  .lawn-services {
    gap: 14px;
  }
  .lawn-services article {
    padding: 23px 15px;
  }
  .lawn-services h3 {
    font-size: 25px;
  }
  .closing-layout {
    gap: 35px;
  }
  .selected-summary {
    gap: 20px;
  }
  .selected-summary b {
    font-size: 19px;
  }
  .selected-summary > .primary {
    padding: 12px 15px;
  }
  .offer-card {
    padding: 26px;
  }
  .offer-card.selected {
    padding: 25px;
  }
  .offer-card h3 {
    font-size: 28px;
  }
  .offer-price {
    font-size: 43px;
  }
  .tech-cover-content .cover-brand {
    font-size: 39px;
  }
  .hero-product {
    max-width: 620px;
  }
  .cover-bottom {
    gap: 20px;
  }
  .cover-bottom b {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
  :root {
    --sidebar: 0px;
  }
  html {
    scroll-padding-top: 170px;
  }
  .sample-bar {
    padding-inline: 22px;
  }
  .sample-label {
    display: none;
  }
  .proposal-nav {
    position: sticky;
    top: var(--bar);
    width: 100%;
    height: auto;
    padding: 17px 25px 0;
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proposal-nav > .business-logo {
    width: max-content;
    margin-bottom: 15px;
  }
  .proposal-nav .brand-name {
    font-size: 28px;
  }
  .proposal-nav .brand-name small {
    font-size: 4px;
  }
  .proposal-nav .brand-symbol {
    height: 30px;
    width: 30px;
  }
  .nav-client,
  .nav-bottom {
    display: none;
  }
  .proposal-nav nav {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .proposal-nav nav::-webkit-scrollbar {
    display: none;
  }
  .proposal-nav nav a {
    padding: 11px 13px 13px;
    border-left: 0;
    border-bottom: 2px solid transparent;
    font-size: 10px;
    gap: 7px;
  }
  .proposal-nav nav a[aria-current] {
    background: transparent;
    border-bottom-color: var(--accent);
  }
  .proposal-nav nav a span {
    font-size: 7px;
    min-width: 0;
  }
  .cover-layout {
    min-height: 660px;
  }
  .proposal-cover h1,
  .theme-b2b .proposal-cover h1,
  .theme-lawncare .proposal-cover h1 {
    font-size: clamp(55px, 7.5vw, 72px);
  }
  .chapter-section {
    scroll-margin-top: 15px;
  }
  .cover-visual {
    margin-right: 22px;
  }
  .theme-b2b .cover-visual {
    margin: 0;
  }
  .theme-lawncare .cover-visual {
    margin: 28px 28px 28px 0;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .theme-technology h2 {
    font-size: 38px;
  }
  .closing-section h2 {
    font-size: 42px;
  }
  .theme-technology .proposal-cover h1 {
    font-size: 55px;
  }
  .price-sticker {
    width: 135px;
    height: 135px;
    right: 15px;
    bottom: 80px;
  }
  .price-sticker strong {
    font-size: 51px;
  }
}
@media (max-width: 700px) {
  :root {
    --bar: 43px;
  }
  .sample-bar {
    padding-inline: 15px;
    gap: 12px;
  }
  .clientyes-link {
    font-size: 12px;
  }
  .sample-tools {
    gap: 12px;
  }
  .sample-tools > button,
  .sample-tools > a {
    font-size: 9px;
  }
  .sample-switch {
    display: none;
  }
  .proposal-nav {
    padding: 14px 18px 0;
  }
  .proposal-nav > .business-logo {
    margin-bottom: 10px;
  }
  .proposal-nav nav a {
    font-size: 9px;
    padding: 10px;
  }
  .proposal-nav .brand-name {
    font-size: 27px;
  }
  .proposal-nav .brand-symbol {
    width: 27px;
    height: 27px;
  }
  .proposal-nav .brand-name small {
    font-size: 4px;
    margin-top: 6px;
  }
  .cover-meta {
    padding: 17px 22px;
    font-size: 6px;
    letter-spacing: 1px;
  }
  .cover-meta > span:last-child {
    font-size: 5px;
  }
  .cover-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .cover-copy {
    padding: 38px 25px 40px;
  }
  .cover-brand,
  .theme-b2b .cover-brand,
  .theme-lawncare .cover-brand {
    font-size: 33px;
    margin-bottom: 34px;
  }
  .cover-brand .large-mark {
    font-size: 37px;
  }
  .cover-brand > span:last-child {
    font-size: 5px;
  }
  .cover-copy .eyebrow {
    font-size: 6px;
    letter-spacing: 1.2px;
  }
  .proposal-cover h1,
  .theme-b2b .proposal-cover h1,
  .theme-lawncare .proposal-cover h1 {
    font-size: clamp(48px, 12vw, 77px);
    letter-spacing: -1.5px;
    margin: 22px 0;
    line-height: 1.04;
  }
  .theme-b2b .cover-copy {
    padding-top: 38px;
  }
  .cover-deck {
    font-size: 14px;
  }
  .prepared {
    margin: 25px 0;
  }
  .prepared strong {
    font-size: 12px;
  }
  .prepared > span {
    font-size: 6px;
  }
  .cover-copy .primary {
    font-size: 11px;
    padding: 16px 22px;
  }
  .cover-visual,
  .theme-lawncare .cover-visual {
    height: 360px;
    min-height: 0;
    margin: 0 22px 22px;
    position: relative;
  }
  .theme-b2b .cover-visual {
    height: 310px;
    margin: 0;
  }
  .theme-lawncare .cover-visual {
    border-radius: 180px 180px 0 0;
    height: 390px;
    margin: 0 30px 28px;
  }
  .cover-visual img {
    object-position: 50% center;
  }
  .cover-visual figcaption {
    left: 20px;
    bottom: 20px;
    font-size: 7px;
  }
  .cover-bottom {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 25px;
  }
  .cover-bottom > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    font-size: 8px;
    border-bottom: 1px solid #ffffff1c;
    text-align: right;
  }
  .cover-bottom > span:last-child {
    border: 0;
  }
  .cover-bottom b {
    font-size: 13px;
    margin: 0;
    text-align: left;
  }
  .theme-b2b .cover-bottom > span,
  .theme-lawncare .cover-bottom > span {
    border-color: #bcccaa88;
  }
  .tech-cover-content {
    padding: 35px 22px 0;
  }
  .tech-cover-content .cover-brand {
    font-size: 39px;
    margin-bottom: 28px;
  }
  .theme-technology .proposal-cover h1 {
    font-size: clamp(35px, 8vw, 53px);
    letter-spacing: -1.6px;
    margin: 20px 0;
  }
  .tech-cover-content .eyebrow {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .tech-cover-content .cover-deck {
    font-size: 12px;
  }
  .tech-cover-content .cover-deck br {
    display: none;
  }
  .tech-cover-content .prepared strong {
    font-size: 10px;
  }
  .hero-product {
    grid-template-columns: 69px 1fr;
    margin-top: 30px;
    border-radius: 6px 6px 0 0;
  }
  .mini-sidebar {
    padding: 20px 8px;
    gap: 8px;
  }
  .mini-sidebar strong {
    font-size: 18px;
  }
  .mini-sidebar span {
    font-size: 5px;
    padding: 4px;
  }
  .mini-content {
    padding: 17px 12px 24px;
  }
  .mini-top {
    font-size: 4px;
    letter-spacing: 0.3px;
  }
  .mini-top b {
    font-size: 4px;
    padding: 4px;
  }
  .mini-content h3 {
    font-size: 15px;
    margin-top: 12px;
  }
  .mini-content > p {
    font-size: 6px;
  }
  .mini-cards {
    gap: 6px;
  }
  .mini-cards > div {
    padding: 10px 7px;
  }
  .mini-cards strong {
    font-size: 7px;
    margin: 6px 0;
  }
  .mini-cards span {
    font-size: 3px;
    letter-spacing: 0.4px;
  }
  .mini-cards small {
    font-size: 5px;
  }
  .mini-progress {
    margin: 13px 0;
  }
  .concept-badge {
    font-size: 3px;
    letter-spacing: 0.6px;
  }
  .chapter-section {
    padding: 57px 23px;
  }
  .chapter-label {
    font-size: 7px;
    letter-spacing: 1.3px;
    padding-bottom: 20px;
    margin-bottom: 29px;
  }
  .editorial,
  .section-heading,
  .roof-system,
  .split-photo,
  .evidence-layout,
  .closing-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  h2,
  .section-heading h2,
  .split-photo h2,
  .closing-section h2 {
    font-size: 39px;
    letter-spacing: -1.3px;
  }
  .theme-technology h2,
  .theme-technology .section-heading h2,
  .theme-technology .closing-section h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .letter {
    font-size: 14px;
  }
  .letter p {
    margin-bottom: 19px;
  }
  .letter .salutation {
    font-size: 16px;
  }
  .signature {
    font-size: 34px;
    margin-top: 23px;
  }
  .signature small {
    font-size: 6px;
  }
  .commitment {
    padding: 20px 17px;
    gap: 14px;
    margin-top: 30px;
    align-items: start;
  }
  .seal {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }
  .commitment strong {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .commitment p {
    font-size: 11px;
  }
  .section-heading {
    margin-bottom: 30px;
    gap: 23px;
  }
  .section-heading > p {
    font-size: 13px;
  }
  .roof-visual {
    height: 360px;
    min-height: 0;
  }
  .numbered-list article {
    padding: 23px 0;
  }
  .numbered-list h3 {
    font-size: 21px;
  }
  .numbered-list p {
    font-size: 13px;
  }
  .split-photo figure {
    height: 360px;
  }
  .split-photo figcaption {
    font-size: 6px;
  }
  .split-photo > div > p {
    font-size: 13px;
  }
  .check-list li {
    font-size: 12px;
  }
  .report-sheet {
    padding: 23px;
    transform: none;
    box-shadow: 7px 9px 0 #ffffff08;
  }
  .report-mast {
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
  .report-mast span {
    font-size: 4px;
  }
  .report-photo {
    height: 170px;
  }
  .report-row {
    font-size: 10px;
    gap: 12px;
  }
  .report-row b {
    font-size: 9px;
  }
  .evidence-copy > h3 {
    font-size: 32px;
  }
  .evidence-copy > p {
    font-size: 13px;
  }
  .location-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 30px;
  }
  .location-grid article {
    padding: 23px 0;
  }
  .location-grid h3 {
    font-size: 29px;
    margin: 10px 0;
  }
  .location-grid p {
    font-size: 13px;
  }
  .scope-table .scope-table-head {
    display: none;
  }
  .scope-table > div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 25px 0;
  }
  .scope-table strong {
    font-size: 16px;
  }
  .scope-table p {
    font-size: 12px;
  }
  .scope-table p:first-of-type:before {
    content: "EACH VISIT: ";
    font-size: 8px;
    font-weight: 600;
    color: var(--accent);
  }
  .scope-table p:last-of-type:before {
    content: "PERIODICALLY: ";
    font-size: 8px;
    font-weight: 600;
    color: var(--accent);
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .principle-grid article {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }
  .big-number {
    font-size: 50px;
    float: left;
    margin-right: 22px;
  }
  .principle-grid h3 {
    margin: 11px 0 15px;
  }
  .principle-grid p {
    clear: both;
    font-size: 13px;
  }
  .pull-quote {
    margin-top: 30px;
    padding: 28px 0;
  }
  .pull-quote p {
    font-size: 28px;
  }
  .pull-quote > span {
    font-size: 6px;
  }
  .pull-quote small {
    font-size: 6px;
  }
  .demo-title {
    padding: 23px 20px;
    gap: 15px;
    align-items: start;
  }
  .demo-title span {
    font-size: 5px;
    letter-spacing: 1px;
  }
  .demo-title h3 {
    font-size: 20px;
  }
  .demo-title > b {
    font-size: 4px;
    letter-spacing: 0.5px;
    padding: 5px;
  }
  .tab-buttons {
    gap: 2px;
    padding: 0 17px;
  }
  .tab-buttons button {
    font-size: 10px;
    padding: 15px 10px;
  }
  .report-heading {
    align-items: start;
  }
  .report-heading h4 {
    font-size: 15px;
  }
  .report-heading > span {
    font-size: 7px;
  }
  .report-note {
    padding: 15px;
  }
  .report-note p {
    font-size: 11px;
  }
  #office-report,
  #portal-panel {
    padding: 23px 20px;
  }
  .evidence-foot {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
  }
  .lawn-services {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .lawn-services article {
    padding: 23px 17px;
  }
  .lawn-services h3 {
    font-size: 25px;
    margin: 18px 0 13px;
  }
  .lawn-services p {
    font-size: 11px;
  }
  .scope-foot {
    font-size: 10px;
  }
  .scope-foot strong {
    display: block;
    margin-bottom: 7px;
  }
  .receipt-top {
    padding: 20px;
    gap: 12px;
  }
  .receipt-sun {
    font-size: 30px;
  }
  .receipt-top h3 {
    font-size: 25px;
  }
  .receipt-top small {
    font-size: 5px;
  }
  .status-pill {
    font-size: 4px;
    padding: 4px;
  }
  .receipt-photo {
    height: 190px;
  }
  .receipt-body {
    padding: 23px 20px;
  }
  .receipt-checks {
    font-size: 10px;
    gap: 10px;
  }
  .before-after {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 25px;
  }
  .transition-arrow {
    transform: rotate(90deg);
    width: max-content;
  }
  .before-after p {
    font-size: 13px;
  }
  .feature-scope {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-scope article {
    padding: 26px;
  }
  .feature-scope h3 {
    font-size: 24px;
  }
  .feature-scope p {
    font-size: 13px;
  }
  .portal-overview {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .project-stages span {
    font-size: 7px;
  }
  .document-list button {
    gap: 10px;
  }
  .document-list strong {
    font-size: 10px;
  }
  .document-list button > span:last-child {
    font-size: 7px;
  }
  .file-icon {
    width: 27px;
    height: 35px;
    font-size: 14px;
  }
  .message-thread p {
    font-size: 11px;
  }
  .message-thread strong {
    font-size: 10px;
  }
  .message-thread strong small {
    display: block;
    margin: 5px 0;
  }
  .message-placeholder {
    font-size: 10px;
  }
  .message-placeholder span {
    display: none;
  }
  .offers {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .offer-card {
    padding: 27px;
  }
  .offer-card.selected {
    padding: 26px;
  }
  .offer-card h3 {
    font-size: 30px;
  }
  .offer-card .check-list li {
    font-size: 12px;
  }
  .offer-description {
    font-size: 13px;
  }
  .offer-tag {
    font-size: 6px;
    letter-spacing: 1.2px;
  }
  .offer-price {
    font-size: 47px;
  }
  .offer-aside {
    padding: 32px 27px;
  }
  .offer-aside h3 {
    font-size: 37px;
  }
  .extra-option {
    flex-wrap: wrap;
    padding: 19px 17px;
    gap: 13px;
    align-items: start;
  }
  .extra-option > span {
    flex: 1;
  }
  .extra-option strong {
    font-size: 12px;
  }
  .extra-option small {
    font-size: 10px;
  }
  .extra-option > b {
    width: 100%;
    margin-left: 32px;
    font-size: 18px;
  }
  .selected-summary {
    flex-wrap: wrap;
    gap: 17px;
  }
  .selected-summary > div:first-child {
    width: 100%;
  }
  .selected-summary > div:nth-child(2) {
    margin-right: auto;
  }
  .selected-summary strong {
    font-size: 14px;
  }
  .selected-summary b {
    font-size: 22px;
  }
  .selected-summary > .primary {
    font-size: 9px;
    padding: 12px 16px;
    min-height: 43px;
  }
  .pricing-notes {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .pricing-notes h4 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .pricing-notes p {
    font-size: 11px;
  }
  .pdf-note {
    font-size: 9px;
  }
  .timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .timeline article {
    padding-left: 57px;
    position: relative;
    padding-top: 24px;
  }
  .timeline-number {
    position: absolute;
    left: 0;
    top: 24px;
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .timeline h3 {
    font-size: 23px;
    margin: 11px 0;
  }
  .timeline p {
    font-size: 13px;
  }
  .lawn-choices {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 26px;
  }
  .day-buttons {
    gap: 7px;
  }
  .day-buttons button {
    padding: 12px;
    font-size: 10px;
  }
  .monthly-budget {
    border-top: 1px solid var(--line);
    padding-top: 22px;
  }
  .details-intro {
    font-size: 13px;
    max-width: none;
    margin-top: 19px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .closing-layout {
    gap: 35px;
  }
  .closing-section .business-logo {
    margin-bottom: 30px;
  }
  .closing-layout > div > p {
    font-size: 13px;
  }
  .closing-layout .primary {
    font-size: 11px;
  }
  .next-card {
    padding: 25px;
  }
  .next-card > div > p {
    font-size: 12px;
  }
  .closing-footer {
    margin-top: 35px;
    flex-direction: column;
    align-items: start;
    gap: 14px;
    font-size: 6px;
  }
  .closing-footer a {
    font-size: 10px;
  }
  .sample-footer {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 30px 23px;
  }
  .sample-footer > p {
    font-size: 9px;
  }
  .sample-footer > a {
    font-size: 13px;
  }
  dialog {
    padding: 36px 25px;
    max-height: calc(100dvh - 24px);
  }
  dialog h2 {
    font-size: 36px;
  }
  dialog > div > p {
    font-size: 12px;
  }
  .decision-summary strong {
    font-size: 24px;
  }
  .email-toolbar {
    padding: 27px 23px;
  }
  .email-toolbar p {
    font-size: 9px;
  }
  .email-surface {
    padding: 25px 17px;
  }
  .email-logo .brand-name {
    font-size: 28px;
  }
  .email-card {
    padding: 25px 22px;
  }
  .email-card p {
    font-size: 12px;
  }
  .email-attachment {
    padding: 15px 12px;
    gap: 10px;
  }
  .email-attachment strong {
    font-size: 10px;
  }
  .email-attachment small {
    font-size: 8px;
  }
  .email-attachment > b {
    font-size: 6px;
  }
  .email-note {
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .sample-tools {
    gap: 8px;
  }
  .sample-tools > button,
  .sample-tools > a {
    font-size: 8px;
  }
  .sample-bar {
    padding-inline: 12px;
  }
  .cover-copy {
    padding-inline: 20px;
  }
  .proposal-cover h1,
  .theme-b2b .proposal-cover h1,
  .theme-lawncare .proposal-cover h1 {
    font-size: 46px;
  }
  .cover-meta > span:last-child {
    display: none;
  }
  .chapter-section {
    padding-inline: 20px;
  }
  h2,
  .section-heading h2 {
    font-size: 35px;
  }
  .lawn-services {
    grid-template-columns: 1fr;
  }
  .lawn-services p {
    font-size: 13px;
  }
  .receipt-checks {
    grid-template-columns: 1fr;
  }
  .selected-summary > .primary {
    width: 100%;
  }
  .theme-technology .proposal-cover h1 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
@media print {
  @page {
    size: A4;
    margin: 13mm;
  }
  html {
    scroll-behavior: auto;
  }
  body {
    font-size: 11px;
    line-height: 1.5;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .sample-bar,
  .proposal-nav,
  .skip-link,
  .primary,
  .text-link,
  .sample-footer,
  dialog,
  .extra-option input,
  .sample-switch,
  .offer-select,
  .selected-summary,
  .pdf-note,
  .day-buttons,
  .tab-buttons {
    display: none !important;
  }
  #proposal-content {
    margin: 0;
  }
  .proposal-cover {
    break-after: page;
    page-break-after: always;
    min-height: 250mm;
  }
  .cover-meta {
    padding: 16px 28px;
  }
  .cover-layout {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
  .cover-copy,
  .theme-b2b .cover-copy {
    padding: 35px 28px;
  }
  .cover-brand,
  .theme-b2b .cover-brand,
  .theme-lawncare .cover-brand {
    font-size: 31px;
    margin-bottom: 40px;
  }
  .cover-brand .large-mark {
    font-size: 35px;
  }
  .proposal-cover h1,
  .theme-b2b .proposal-cover h1,
  .theme-lawncare .proposal-cover h1 {
    font-size: 47px;
    letter-spacing: -1px;
  }
  .cover-deck {
    font-size: 12px;
  }
  .cover-copy .eyebrow {
    font-size: 6px;
  }
  .cover-visual,
  .theme-lawncare .cover-visual {
    height: auto;
    min-height: 580px;
    margin: 25px 20px 25px 0;
  }
  .theme-b2b .cover-visual {
    height: auto;
  }
  .cover-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 23px 28px;
  }
  .cover-bottom > span {
    display: block;
    border: 0;
    text-align: left;
    font-size: 8px;
  }
  .cover-bottom b {
    font-size: 12px;
  }
  .prepared strong {
    font-size: 11px;
  }
  .tech-cover-content {
    padding-top: 38px;
  }
  .theme-technology .proposal-cover h1 {
    font-size: 45px;
  }
  .hero-product {
    margin-top: 38px;
    max-width: 590px;
  }
  .tech-cover-content .cover-brand {
    font-size: 40px;
  }
  .chapter-section {
    padding: 0;
    break-before: page;
    page-break-before: always;
    scroll-margin-top: 0;
    background: white !important;
    color: var(--ink) !important;
    --line: #d8e1e7;
    --muted: #667c88;
  }
  .chapter-label {
    padding: 14px 0 19px;
    margin-bottom: 28px;
    font-size: 7px;
    color: var(--accent) !important;
  }
  h2,
  .section-heading h2,
  .split-photo h2,
  .theme-technology h2,
  .theme-technology .section-heading h2,
  .closing-section h2 {
    font-size: 34px !important;
    line-height: 1.15;
  }
  .ink-section h2 em,
  .closing-section h2 em {
    color: var(--accent) !important;
  }
  .editorial {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 35px;
  }
  .letter {
    font-size: 12px;
  }
  .letter p {
    margin-bottom: 15px;
  }
  .signature {
    font-size: 28px;
  }
  .commitment {
    margin-top: 25px;
    padding: 20px;
  }
  .commitment strong {
    font-size: 13px;
  }
  .commitment p {
    font-size: 10px;
  }
  .section-heading {
    gap: 25px;
    margin-bottom: 27px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .split-photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .split-photo figure {
    height: 370px;
  }
  .split-photo > div > p {
    font-size: 11px;
  }
  .check-list li {
    font-size: 10px;
  }
  .roof-system {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .roof-visual {
    min-height: 450px;
  }
  .numbered-list p {
    font-size: 10px;
  }
  .numbered-list h3 {
    font-size: 19px;
  }
  .evidence-layout {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .report-sheet {
    border: 1px solid #d8e1e7;
    box-shadow: none;
    transform: none;
    padding: 23px;
  }
  .report-photo {
    height: 170px;
  }
  .evidence-copy > h3 {
    font-size: 30px;
  }
  .evidence-copy > p,
  .plain-steps span {
    font-size: 11px;
  }
  .evidence-copy .overline,
  .plain-steps li:before {
    color: var(--accent);
  }
  .evidence-foot strong {
    color: var(--ink);
  }
  .evidence-foot p {
    font-size: 10px;
  }
  .plain-steps b {
    color: var(--ink);
  }
  .location-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 25px;
  }
  .location-grid h3 {
    font-size: 23px;
  }
  .location-grid p {
    font-size: 10px;
  }
  .scope-table > div {
    padding-block: 18px;
    gap: 20px;
  }
  .principle-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .principle-grid p {
    font-size: 11px;
  }
  .pull-quote {
    margin-top: 35px;
  }
  .inspection-demo,
  .portal-demo {
    box-shadow: none;
  }
  .demo-title {
    padding: 25px;
  }
  .demo-title h3 {
    font-size: 21px;
  }
  .lawn-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .lawn-services article {
    padding: 25px;
  }
  .lawn-services h3 {
    font-size: 27px;
  }
  .lawn-services p {
    font-size: 12px;
  }
  .lawn-receipt {
    box-shadow: none;
    max-width: 500px;
  }
  .receipt-photo {
    height: 210px;
  }
  .feature-scope {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .feature-scope article {
    padding: 24px;
    border: 1px solid #d9e2f0;
  }
  .feature-scope h3 {
    font-size: 24px;
  }
  .feature-scope p {
    font-size: 10px;
  }
  .feature-scope small {
    font-size: 7px;
  }
  .portal-overview {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 25px;
  }
  .approval-card {
    padding: 19px;
  }
  .approval-card h4 {
    font-size: 18px;
  }
  .offers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .offer-card,
  .offer-card.selected {
    padding: 23px;
    border: 1px solid var(--line);
    background: white;
  }
  .offer-tag {
    font-size: 6px;
  }
  .offer-card h3 {
    font-size: 26px;
  }
  .offer-description {
    font-size: 10px;
  }
  .offer-price {
    font-size: 36px;
  }
  .offer-card .check-list {
    margin-bottom: 0;
  }
  .offer-card .check-list li {
    font-size: 9px;
  }
  .offer-aside {
    padding: 28px;
    background: var(--soft);
    color: var(--ink);
  }
  .offer-aside h3 {
    font-size: 33px;
  }
  .offer-aside > p,
  .offer-aside .overline {
    color: var(--muted);
    font-size: 10px;
  }
  .extra-option {
    padding: 18px;
    margin-top: 20px;
  }
  .extra-option small {
    font-size: 10px;
  }
  .pricing-notes {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  .pricing-notes h4 {
    font-size: 10px;
  }
  .pricing-notes p {
    font-size: 9px;
  }
  .timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .timeline h3 {
    font-size: 22px;
  }
  .timeline p {
    font-size: 11px;
  }
  .lawn-choices {
    grid-template-columns: 1fr 1fr;
    padding: 23px;
  }
  .details-section .editorial {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
  }
  .faq-list details {
    padding-block: 16px;
    break-inside: avoid;
  }
  .faq-list summary {
    font-size: 11px;
  }
  .faq-list summary > span {
    display: none;
  }
  .faq-list details p {
    font-size: 10px;
    line-height: 1.7;
    padding-top: 10px;
  }
  .closing-layout {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .closing-section .brand-symbol {
    color: var(--accent);
  }
  .closing-layout > div > p {
    color: var(--muted);
    font-size: 12px;
  }
  .next-card {
    background: var(--soft);
    border: 1px solid var(--line);
    padding: 25px;
  }
  .next-card > div > p,
  .next-card > div > b,
  .next-card > .overline {
    color: var(--ink);
  }
  .next-card > div:not(.sender) {
    border-color: var(--line);
  }
  .sender p {
    color: var(--ink);
  }
  .sender small {
    color: var(--muted);
  }
  .sender .avatar {
    background: white;
    color: var(--accent);
    border-color: var(--line);
  }
  .closing-footer {
    border-color: var(--line);
    color: var(--muted);
  }
  .closing-footer a {
    display: none;
  }
  .closing-footer:after {
    content: "Illustrative sample proposal. No agreement, payment, booking, or message is created.";
    font-size: 7px;
    color: var(--muted);
  }
  figure,
  .offer-card,
  .commitment,
  .receipt-top,
  .receipt-total,
  .location-grid article,
  .timeline article,
  .report-row {
    break-inside: avoid;
  }
  /* Keep the downloaded document comfortably readable at actual paper size. */
  .letter {
    font-size: 14px;
  }
  .section-heading > p,
  .split-photo > div > p,
  .evidence-copy > p,
  .timeline p,
  .closing-layout > div > p {
    font-size: 13px;
  }
  .commitment p,
  .check-list li,
  .numbered-list p,
  .plain-steps span,
  .evidence-foot p,
  .location-grid p,
  .scope-table > div > span,
  .principle-grid p,
  .feature-scope p,
  .offer-description,
  .offer-card .check-list li,
  .extra-option small,
  .pricing-notes h4,
  .pricing-notes p,
  .faq-list summary,
  .faq-list details p {
    font-size: 12px;
  }
  .feature-scope small {
    font-size: 10px;
  }
  .lawn-choices {
    display: none;
  }
  .pricing-notes p {
    line-height: 1.6;
  }
  .theme-technology .investment-section .check-list li {
    padding-block: 7px;
  }
  .theme-technology .investment-section .offer-card .check-list {
    margin-top: 16px;
  }
}
