:root {
  --navy: #0d2033;
  --ink: #142b40;
  --muted: #536676;
  --teal: #007c78;
  --aqua: #56ddd0;
  --paper: #fff;
  --soft: #f1f5f6;
  --line: #d9e3e8;
  --radius: 5px;
  --max: 1240px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.15;
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
}
em {
  font-style: normal;
  color: var(--teal);
}
ul,
ol {
  padding: 0;
}
::selection {
  background: var(--aqua);
  color: var(--navy);
}
.container {
  width: min(var(--max), calc(100% - 96px));
  margin: auto;
}
.section {
  padding: 112px 0;
}
.eyebrow,
.mono,
.system-head,
.system-foot,
.node-label,
.hero-bottom,
.method-grid article > span,
.sector-line > span {
  font-family: "SFMono-Regular", Consolas, monospace;
}
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--teal);
  margin-bottom: 23px;
  font-weight: 600;
}
.eyebrow.light {
  color: var(--aqua);
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffffed;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e4eaf0;
}
.nav-wrap {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  font-size: 2.05rem;
  font-weight: 750;
  letter-spacing: -0.07em;
  line-height: 1;
}
.logo span {
  color: var(--teal);
}
.logo .logo-dot {
  color: var(--ink);
}
.logo small {
  color: var(--ink);
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 0.5rem;
  text-transform: uppercase;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav > a {
  font-size: 0.88rem;
  font-weight: 550;
}
nav > a:not(.button):hover {
  color: var(--teal);
}
.button {
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--teal);
  color: white;
  padding: 16px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  font-weight: 600;
  font-size: 0.95rem;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #00645f;
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 18px;
  font-size: 0.86rem;
}
.button span {
  font-size: 1.25rem;
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--navy);
  color: #fff;
  padding-top: 91px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.24fr 1fr;
  gap: 75px;
  align-items: center;
  padding-bottom: 77px;
}
.hero h1 {
  font-size: clamp(2.9rem, 4.6vw, 4.7rem);
  line-height: 1.08;
  font-weight: 550;
  letter-spacing: -0.05em;
}
.hero h1 em {
  color: var(--aqua);
}
.hero-intro {
  color: #bfd0dc;
  max-width: 555px;
  font-size: 1.12rem;
  margin: 29px 0 32px;
  line-height: 1.8;
}
.actions {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}
.hero .button {
  background: var(--aqua);
  color: var(--navy);
}
.hero .button:hover {
  background: #80e8dd;
}
.text-link {
  font-size: 0.93rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--teal);
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.light-link {
  color: #fff;
}
.hero-note {
  font-size: 0.8rem;
  color: #9eb5c5;
  margin-top: 24px;
}
.hero-bottom {
  border-top: 1px solid #2a4052;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  color: #9fb6c4;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.hero-bottom span:last-child {
  font-family: inherit;
  font-size: 0.85rem;
}
.system {
  border: 1px solid #31495b;
  border-radius: 8px;
  padding: 23px;
  background: linear-gradient(125deg, #17324780, #0d2033);
  position: relative;
}
.system-head,
.system-foot {
  font-size: 0.67rem;
  letter-spacing: 0.07em;
  color: #a7becd;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.system-head {
  padding-bottom: 28px;
}
.system-foot {
  border-top: 1px solid #2a4052;
  margin-top: 27px;
  padding-top: 19px;
}
.system-node {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 21px 18px;
  border: 1px solid #344d60;
  border-radius: 5px;
  background: #132b3e;
}
.node-label {
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  color: #b1c5d2;
}
.system-node h2 {
  font-size: 1.1rem;
  letter-spacing: -0.025em;
  margin: 5px 0 6px;
}
.system-node p {
  font-size: 0.77rem;
  color: #adc0ce;
}
.node-icon {
  font-family: monospace;
  color: var(--aqua);
  font-size: 1.7rem;
}
.system-node.active {
  border-color: #56ddd0a6;
  background: #12373f;
}
.node-cross {
  margin-left: auto;
  color: var(--aqua);
}
.connector {
  border-left: 1px solid #477777;
  margin-left: 31px;
  padding: 12px 0 12px 25px;
  font-size: 0.72rem;
  color: #a9c7ce;
}
.outcomes {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  padding: 35px 0;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.2fr;
  gap: 30px;
  align-items: center;
}
.outcomes-grid > p {
  font-size: 0.93rem;
  color: var(--muted);
}
.outcomes-grid strong {
  font-weight: 600;
  color: var(--ink);
}
.outcomes-grid > div {
  padding-left: 23px;
  border-left: 1px solid #cedbdf;
}
.outcomes-grid span {
  font-size: 0.72rem;
  color: var(--teal);
  font-family: monospace;
}
.outcomes-grid h2 {
  font-size: 1rem;
  letter-spacing: -0.02em;
  margin: 5px 0;
}
.outcomes-grid div p {
  font-size: 0.8rem;
  color: var(--muted);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 52px;
}
.section-heading > p {
  max-width: 335px;
  color: var(--muted);
  font-size: 1rem;
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.expertise {
  padding: 27px 25px 29px;
  display: flex;
  flex-direction: column;
}
.expertise + .expertise {
  border-left: 1px solid var(--line);
}
.card-top {
  display: flex;
  justify-content: space-between;
  color: var(--teal);
  margin-bottom: 44px;
}
.mono {
  font-size: 0.8rem;
}
.expertise h3 {
  font-weight: 600;
  font-size: 1.47rem;
  margin-bottom: 20px;
}
.expertise > p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.75;
}
.expertise ul {
  list-style: none;
  margin: 24px 0 32px;
  font-size: 0.82rem;
  color: var(--muted);
}
.expertise li {
  padding: 8px 0 8px 13px;
  position: relative;
  border-top: 1px solid #edf1f3;
}
.expertise li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--teal);
}
.expertise > a {
  margin-top: auto;
  font-weight: 600;
  color: var(--teal);
  font-size: 0.8rem;
}
.expertise > a span {
  margin-left: 7px;
}
.applications {
  background: var(--soft);
}
.usecase-selector {
  display: flex;
  gap: 7px;
  border-bottom: 1px solid #cedbdf;
  margin-bottom: 40px;
  overflow-x: auto;
}
.usecase-selector button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 15px 20px;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.95rem;
}
.usecase-selector button.selected {
  color: var(--teal);
  border-bottom-color: var(--teal);
  font-weight: 650;
}
.usecase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding: 5px 0 25px;
}
.usecase h3 {
  font-size: 2.05rem;
  max-width: 470px;
  line-height: 1.2;
}
.usecase > div > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 20px;
  font-size: 1rem;
}
.usecase > div > .case-result {
  color: var(--ink) !important;
}
.usecase .text-link {
  margin-top: 24px;
}
.case-steps {
  list-style: none;
  margin: 0;
}
.case-steps li {
  display: flex;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid #cedbdf;
}
.case-steps li:first-child {
  border-top: 1px solid #cedbdf;
}
.case-steps li > span {
  font-family: monospace;
  color: var(--teal);
  font-size: 0.8rem;
}
.case-steps h4 {
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.case-steps p {
  font-size: 0.93rem;
  color: var(--muted);
  margin-top: 10px;
}
.caption {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 23px;
}
.sector-line {
  border-top: 1px solid #cedbdf;
  padding-top: 28px;
  margin-top: 46px;
}
.sector-line > span {
  font-size: 0.73rem;
  color: var(--teal);
}
.sector-line p {
  font-size: 0.9rem;
  margin-top: 13px;
}
.sector-line i {
  font-style: normal;
  color: #8aa2ad;
  margin: 0 13px;
}
.method {
  background: var(--navy);
  color: #fff;
}
.method .section-heading > p {
  color: #b4c6d3;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 67px;
}
.method-grid article {
  border-top: 1px solid #3b5060;
  padding-top: 23px;
}
.method-grid article > span {
  color: var(--aqua);
  font-size: 0.74rem;
}
.method-grid h3 {
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 550;
  margin: 25px 0 17px;
}
.method-grid p {
  font-size: 0.92rem;
  color: #b4c6d3;
}
.principles {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  border-top: 1px solid #3b5060;
  padding-top: 29px;
  margin-top: 58px;
  color: #c4d4de;
  font-size: 0.83rem;
}
.principles span:before {
  content: "+";
  color: var(--aqua);
  margin-right: 10px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.about-copy p {
  color: var(--muted);
  margin-bottom: 23px;
}
.about-copy .lead {
  font-size: 1.3rem;
  color: var(--ink);
  line-height: 1.6;
}
.file-label {
  font-size: 0.74rem;
  font-weight: 400;
  color: var(--muted);
}
.quote-section {
  background: var(--soft);
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}
.quote-grid h2 {
  font-size: clamp(2.6rem, 4vw, 3.7rem);
  line-height: 1.13;
}
.quote-grid > div > p:not(.eyebrow) {
  margin-top: 25px;
  color: var(--muted);
  max-width: 370px;
}
.quote-next {
  margin-top: 43px;
}
.quote-next h3 {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.quote-next ol {
  list-style-position: inside;
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.9rem;
}
.quote-next li {
  padding: 4px 0;
}
form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field {
  margin-bottom: 21px;
}
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.field label > span {
  color: var(--teal);
}
input,
textarea,
select {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #b9c9d0;
  border-radius: 4px;
  padding: 12px 13px;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.4;
}
textarea {
  resize: vertical;
  min-height: 140px;
}
input:hover,
textarea:hover,
select:hover {
  border-color: var(--teal);
}
input:user-invalid,
textarea:user-invalid,
select:user-invalid {
  border-color: #b23b3b;
}
textarea::placeholder {
  color: #667a87;
}
.field-help,
.privacy-note {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 7px;
  line-height: 1.6;
}
.privacy-note {
  margin-bottom: 23px;
}
.inline-button {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: inherit;
}
.submit {
  width: 100%;
}
.form-status {
  font-size: 0.9rem;
  margin-top: 15px;
  white-space: pre-line;
}
.form-status:empty {
  display: none;
}
.form-status.error {
  color: #9e2c2c;
}
.form-status.success {
  color: #006c56;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.footer {
  padding: 56px 0 24px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 43px;
}
.footer-main > p {
  color: var(--muted);
  font-size: 0.93rem;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 30px;
  padding-top: 22px;
  font-size: 0.78rem;
  color: var(--muted);
}
.footer-bottom > a {
  margin-left: auto;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -100px;
  z-index: 100;
  background: #fff;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 15px;
}
dialog {
  max-width: 620px;
  width: calc(100% - 40px);
  max-height: 85vh;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 35px;
  color: var(--ink);
}
dialog::backdrop {
  background: #081a2ad4;
  backdrop-filter: blur(4px);
}
dialog h2 {
  font-size: 1.9rem;
}
dialog p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-close {
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  color: var(--ink);
  padding: 8px;
}
.dialog-top .eyebrow {
  margin: 0;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 110px;
  }
  .hero-grid {
    padding-bottom: 105px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  nav {
    gap: 18px;
  }
  .hero-grid {
    gap: 35px;
  }
  .hero h1 {
    font-size: 3.2rem;
  }
  .hero-intro {
    font-size: 1rem;
  }
  .system {
    padding: 17px;
  }
  .system-node {
    padding: 17px 13px;
  }
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .expertise:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .expertise:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .expertise {
    padding: 28px;
  }
  .card-top {
    margin-bottom: 25px;
  }
  .about-grid,
  .quote-grid {
    gap: 50px;
  }
  .usecase {
    gap: 45px;
  }
  .outcomes-grid {
    gap: 15px;
  }
  .outcomes-grid > div {
    padding-left: 15px;
  }
  .method-grid {
    gap: 23px;
  }
}
@media (max-width: 850px) {
  .nav-wrap {
    height: 76px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 13px;
    background: none;
    border: 1px solid var(--line);
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--ink);
    font-size: 0.9rem;
  }
  nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px 28px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 25px #0d203315;
  }
  nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  nav a {
    padding: 12px 0;
  }
  nav .button {
    margin-top: 12px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero h1 {
    font-size: clamp(3rem, 7vw, 4.3rem);
  }
  .hero-intro {
    font-size: 1.12rem;
    max-width: 590px;
  }
  .system {
    max-width: 600px;
    width: 100%;
    padding: 25px;
  }
  .system-node {
    padding: 19px;
  }
  .system-head,
  .system-foot {
    font-size: 0.72rem;
  }
  .node-label {
    font-size: 0.7rem;
  }
  .system-node p,
  .connector {
    font-size: 0.85rem;
  }
  .system-node h2 {
    font-size: 1.15rem;
  }
  .outcomes-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  .outcomes-grid > p {
    padding-right: 20px;
  }
  .outcomes-grid h2 {
    font-size: 1.05rem;
  }
  .outcomes-grid div p {
    font-size: 0.9rem;
  }
  .section {
    padding: 80px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 25px;
    max-width: 520px;
  }
  .usecase {
    gap: 32px;
  }
  .method-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .about-grid,
  .quote-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .quote-grid > div > p:not(.eyebrow) {
    max-width: 600px;
  }
  .quote-next {
    margin-top: 25px;
  }
  .quote-grid h2 br:nth-child(2) {
    display: none;
  }
  .footer-main {
    flex-wrap: wrap;
  }
  .footer-main > .text-link {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 40px);
  }
  .hero {
    padding-top: 52px;
  }
  .hero-grid {
    padding-bottom: 42px;
    gap: 38px;
  }
  .hero h1 {
    font-size: 2.75rem;
  }
  .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }
  .hero-intro {
    font-size: 1rem;
  }
  .actions {
    gap: 20px;
  }
  .actions .button {
    width: 100%;
  }
  .hero-bottom {
    display: block;
    font-size: 0.75rem;
  }
  .hero-bottom span {
    display: block;
  }
  .hero-bottom span + span {
    margin-top: 7px;
  }
  .system {
    padding: 17px;
  }
  .system-node {
    padding: 17px 13px;
    gap: 12px;
  }
  .system-head,
  .system-foot {
    font-size: 0.65rem;
  }
  .system-node h2 {
    font-size: 1.03rem;
  }
  .system-node p {
    font-size: 0.75rem;
  }
  .node-label {
    font-size: 0.65rem;
  }
  .connector {
    font-size: 0.78rem;
  }
  .node-cross {
    display: none;
  }
  .outcomes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .outcomes-grid > div {
    padding-left: 0;
    border: 0;
  }
  .outcomes-grid > p {
    padding-bottom: 8px;
  }
  .outcomes-grid span {
    float: left;
    margin: 5px 15px 20px 0;
  }
  .outcomes-grid div p {
    margin-left: 30px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  h2 {
    font-size: 2.1rem;
  }
  .expertise-grid {
    grid-template-columns: 1fr;
  }
  .expertise + .expertise {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .expertise h3 br {
    display: none;
  }
  .expertise ul {
    font-size: 0.9rem;
  }
  .expertise > a {
    font-size: 0.9rem;
  }
  .expertise > p {
    font-size: 1rem;
  }
  .usecase-selector button {
    padding: 13px;
    font-size: 0.9rem;
  }
  .usecase {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .usecase h3 {
    font-size: 1.8rem;
  }
  .sector-line i {
    margin: 0 7px;
  }
  .sector-line p {
    line-height: 2;
  }
  .method-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .method-grid h3 br {
    display: none;
  }
  .method-grid h3 {
    margin-top: 15px;
  }
  .method-grid p {
    font-size: 1rem;
  }
  .principles {
    gap: 17px 23px;
  }
  .about-grid {
    gap: 28px;
  }
  .about-copy .text-link {
    flex-wrap: wrap;
  }
  .quote-grid h2 {
    font-size: 2.7rem;
  }
  form {
    padding: 23px 19px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .field label {
    font-size: 0.9rem;
  }
  .footer {
    padding-top: 36px;
  }
  .footer-main {
    align-items: flex-start;
  }
  .footer-main > .text-link {
    font-size: 0.87rem;
  }
  .footer-main > p {
    font-size: 0.85rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 15px 23px;
  }
  .footer-bottom > a {
    margin-left: 0;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  dialog {
    padding: 25px;
  }
  .file-label {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

.quote-preview {
  border-top: 1px solid var(--line);
  margin-top: 23px;
  padding-top: 23px;
}
.quote-preview[hidden] {
  display: none;
}
.draft-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.draft-actions .button {
  font-size: 0.85rem;
  padding: 12px 16px;
}
.draft-actions button {
  font-size: 0.85rem;
  color: var(--teal);
}
.quote-preview pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: inherit;
  font-size: 0.86rem;
  line-height: 1.7;
  background: var(--soft);
  padding: 17px;
  border-radius: 4px;
  max-height: 320px;
  overflow: auto;
}
