:root {
  --bg: #f5f6f8;
  --panel: #ffffff;
  --line: #d8dde5;
  --text: #172033;
  --muted: #667085;
  --accent: #c2410c;
  --accent-soft: #fff7ed;
  --ok: #027a48;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

.site-body {
  background: #f3f5f8;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px 32px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.site-brand {
  align-items: center;
  color: var(--text);
  display: flex;
  font-weight: 900;
  gap: 10px;
  text-decoration: none;
}

.site-brand img {
  border-radius: 6px;
  height: 36px;
  object-fit: cover;
  width: 36px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--accent);
}

.site-nav a.active {
  color: var(--accent);
}

.site-nav .admin-link {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
}

.site-main {
  margin: 0 auto;
  max-width: 1220px;
  padding: 24px;
}

.minimal-main {
  min-height: calc(100vh - 65px);
  padding: 28px;
}

.minimal-hero {
  background:
    linear-gradient(120deg, rgba(255,255,255,0.96), rgba(247,249,252,0.92)),
    radial-gradient(circle at 82% 16%, rgba(194,65,12,0.14), transparent 28%);
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  display: grid;
  min-height: calc(100vh - 122px);
  overflow: hidden;
  padding: 56px;
  position: relative;
}

.minimal-hero::before {
  border-bottom: 1px solid rgba(17,24,39,0.12);
  content: "";
  left: 56px;
  position: absolute;
  right: 56px;
  top: 116px;
}

.minimal-hero::after {
  border: 1px solid rgba(194,65,12,0.22);
  border-radius: 999px;
  content: "";
  height: 420px;
  position: absolute;
  right: -120px;
  top: 110px;
  width: 420px;
}

.minimal-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.minimal-grid {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin-top: 92px;
  position: relative;
  z-index: 1;
}

.minimal-copy h1 {
  color: #111827;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 900;
  line-height: 1.04;
  max-width: 940px;
}

.minimal-copy p {
  color: #475467;
  font-size: 19px;
  line-height: 1.85;
  margin-top: 26px;
  max-width: 720px;
}

.minimal-aside {
  border-left: 1px solid #d8dde5;
  display: grid;
  gap: 30px;
  padding-left: 28px;
}

.minimal-aside div {
  display: grid;
  gap: 10px;
}

.minimal-aside span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.minimal-aside strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.5;
}

.minimal-actions {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.minimal-quote-form {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: 180px 240px auto;
}

.minimal-quote-form label {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 13px;
}

.minimal-quote-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #111827;
  border-radius: 0;
  height: 44px;
  padding: 0;
}

.minimal-quote-form button {
  background: #111827;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  height: 44px;
  padding: 0 20px;
}

.minimal-links {
  display: flex;
  gap: 18px;
}

.minimal-links a {
  border-bottom: 1px solid #111827;
  color: #111827;
  font-weight: 900;
  padding-bottom: 6px;
  text-decoration: none;
}

.minimal-proof {
  color: #667085;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 800;
  gap: 16px;
  margin-top: 34px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.premium-main {
  max-width: none;
  padding: 0;
}

.premium-main > section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}

.page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(194, 65, 12, 0.12), transparent 22%),
    linear-gradient(135deg, #111827 0%, #172033 46%, #243044 100%);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 22px;
  min-height: 360px;
  padding: 58px;
}

.page-hero span {
  color: #fed7aa;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero h1 {
  font-size: 42px;
  line-height: 1.16;
  margin-top: 12px;
  max-width: 820px;
}

.page-hero p {
  color: #d1d5db;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 18px;
  max-width: 800px;
}

.site-hero {
  background: linear-gradient(90deg, rgba(10, 18, 31, 0.92), rgba(10, 18, 31, 0.48), rgba(10, 18, 31, 0.1)), url("./logistics-hero-premium.jpg") center / cover;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 28px;
  min-height: 620px;
  overflow: hidden;
}

.editorial-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(194, 65, 12, 0.13), transparent 24%),
    linear-gradient(135deg, #f8fafc 0%, #f2f4f7 44%, #e8edf3 100%);
  color: var(--text);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  max-width: 1220px !important;
  min-height: 650px;
  overflow: visible;
  padding: 0;
}

.editorial-hero::before {
  border: 1px solid rgba(194, 65, 12, 0.28);
  border-radius: 999px;
  content: "";
  height: 360px;
  position: absolute;
  right: 100px;
  top: 86px;
  width: 360px;
}

.editorial-hero::after {
  background: repeating-linear-gradient(
    90deg,
    rgba(17, 24, 39, 0.08) 0,
    rgba(17, 24, 39, 0.08) 1px,
    transparent 1px,
    transparent 54px
  );
  bottom: 60px;
  content: "";
  height: 1px;
  left: 64px;
  position: absolute;
  right: 64px;
}

.editorial-hero .hero-copy {
  color: var(--text);
}

.editorial-hero .eyebrow {
  color: var(--accent);
}

.editorial-hero .hero-copy p {
  color: var(--muted);
}

.editorial-hero .link-button {
  color: #fff;
}

.editorial-hero .ghost-button {
  background: transparent;
}

.editorial-hero .hero-proof {
  border-top: 1px solid #d8dde5;
}

.editorial-hero .hero-proof div {
  border-right: 1px solid #d8dde5;
}

.editorial-hero .hero-proof strong {
  color: var(--accent);
}

.editorial-hero .hero-proof span {
  color: var(--muted);
}

.editorial-hero .hero-side-note {
  align-self: center;
  background: #111827;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
  color: #fff;
  margin-right: 64px;
  position: relative;
  right: auto;
  z-index: 2;
}

.editorial-hero .hero-side-note strong {
  color: #fff;
}

.premium-hero {
  border-radius: 0;
  max-width: none !important;
  min-height: 720px;
  position: relative;
}

.premium-hero::after {
  background: linear-gradient(180deg, rgba(243, 245, 248, 0), #f3f5f8);
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-copy {
  color: #fff;
  max-width: 840px;
  padding: 108px 64px 72px;
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: 64px;
  line-height: 1.12;
  max-width: 900px;
}

.hero-copy p {
  color: #d1d5db;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.link-button,
.ghost-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  padding: 0 18px;
  text-decoration: none;
}

.link-button {
  color: #fff;
}

.ghost-button {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  color: var(--text);
}

.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  max-width: 780px;
}

.hero-side-note {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  bottom: 120px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24);
  color: var(--text);
  display: grid;
  gap: 8px;
  max-width: 360px;
  padding: 24px;
  position: absolute;
  right: max(32px, calc((100vw - 1220px) / 2 + 20px));
  z-index: 2;
}

.hero-side-note span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-side-note strong {
  font-size: 22px;
  line-height: 1.45;
}

.hero-proof div {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 6px;
  padding: 18px 18px 0 0;
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong {
  color: #fed7aa;
  font-size: 22px;
}

.hero-proof span {
  color: #e5e7eb;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid div {
  background: #f9fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-height: 120px;
  padding: 18px;
}

.proof-grid strong {
  color: var(--accent);
  font-size: 28px;
}

.proof-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.shell {
  margin: 0 auto;
  max-width: 1080px;
  padding: 28px;
}

.hero {
  align-items: center;
  background: #111827;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 28px;
}

.brand-title {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
}

.brand-logo {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  flex: 0 0 auto;
  height: 58px;
  object-fit: contain;
  padding: 7px;
  width: 58px;
}

.eyebrow {
  color: #fed7aa;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: 30px;
}

.customer {
  background: var(--accent);
  border-radius: 8px;
  font-weight: 800;
  padding: 12px 16px;
}

.panel,
.result-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.panel-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.panel-head span {
  color: var(--muted);
  font-size: 14px;
}

.customer-login-panel {
  margin-bottom: 18px;
}

.customer-login-panel .entry-form {
  max-width: 420px;
}

.customer-login-panel .primary {
  height: 46px;
}

.grid {
  display: grid;
  gap: 14px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

input {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font: inherit;
  height: 42px;
  padding: 0 12px;
}

.carrier-choice {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 18px;
  padding: 6px;
}

.carrier-option {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  text-align: left;
}

.carrier-option span {
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
}

.carrier-option small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.carrier-option.active {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.carrier-option.active span,
.carrier-option.active small {
  color: var(--accent);
}

.attribute-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.attribute {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  height: 40px;
  padding: 0 18px;
}

.attribute.active {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--accent);
}

.package-card {
  background: #fafafa;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 18px;
}

.package-title-row {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.package-title {
  font-weight: 800;
}

.package-title-row p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
}

.plain-button,
.remove-package {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

.package-lines {
  display: grid;
  gap: 12px;
}

.package-line {
  align-items: end;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px 92px repeat(3, minmax(104px, 1fr)) minmax(132px, 1fr) 92px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 14px;
}

.package-line label,
.package-line input {
  min-width: 0;
  width: 100%;
}

.package-line input {
  height: 40px;
}

.line-index {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  padding-bottom: 12px;
  white-space: nowrap;
}

.remove-package {
  color: var(--muted);
  justify-self: stretch;
}

.remove-package:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.primary {
  background: var(--accent);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  height: 46px;
  padding: 0 22px;
}

.primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.home-shell {
  max-width: 760px;
}

.quote-entry-panel {
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  margin: -86px calc((100vw - 1220px) / 2 + 24px) 70px auto;
  max-width: 460px;
  position: relative;
  z-index: 2;
}

.statement-band {
  align-items: end;
  border-bottom: 1px solid #d8dde5;
  border-top: 1px solid #d8dde5;
  display: grid;
  gap: 36px;
  grid-template-columns: 0.95fr 1.05fr;
  margin-bottom: 72px;
  padding: 48px 0;
}

.statement-band span,
.credential-copy span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.statement-band h2,
.credential-copy h2 {
  font-size: 40px;
  line-height: 1.18;
  margin-top: 12px;
}

.statement-band p,
.credential-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.entry-form {
  display: grid;
  gap: 16px;
}

.entry-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}

.site-section {
  margin-bottom: 54px;
  padding: 4px 0;
}

.premium-section {
  margin-bottom: 76px;
}

.section-title {
  margin-bottom: 22px;
  max-width: 760px;
}

.section-title span,
.contact-section span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title h2,
.contact-section h2 {
  font-size: 28px;
  line-height: 1.25;
  margin-top: 8px;
}

.rich-copy {
  display: grid;
  gap: 16px;
}

.rich-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.rich-copy strong {
  color: var(--text);
}

.compact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.compact-points span {
  background: #fff;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
}

.split-section {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.8fr 1.2fr;
}

.info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-service-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-service-grid article {
  background: #fff;
  border: 1px solid #e2e8f0;
  display: grid;
  min-height: 260px;
  padding: 32px;
}

.premium-service-grid article span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.premium-service-grid article h3 {
  align-self: end;
  font-size: 24px;
  line-height: 1.25;
  margin: 70px 0 12px;
}

.premium-service-grid article p {
  color: var(--muted);
  line-height: 1.75;
}

.credential-band {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: grid;
  gap: 38px;
  grid-template-columns: 1.1fr 0.9fr;
  margin-bottom: 76px;
  padding: 42px;
}

.credential-marks {
  display: grid;
  gap: 14px;
}

.credential-marks div {
  align-items: center;
  background: #111827;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 92px;
  padding: 22px;
}

.credential-marks strong {
  color: #fed7aa;
  font-size: 36px;
}

.credential-marks span {
  color: #d1d5db;
  font-weight: 800;
}

.info-grid article,
.process-list div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  padding: 24px;
}

.info-grid h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.info-grid p,
.process-list p,
.contact-section p {
  color: var(--muted);
  line-height: 1.7;
}

.compare-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

.compare-grid h3 {
  font-size: 20px;
  margin: 0 0 12px;
}

.compare-grid p {
  color: var(--muted);
  line-height: 1.75;
}

.service-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-list article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

.service-list span {
  color: var(--accent);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.service-list h3 {
  font-size: 20px;
  margin: 0 0 12px;
}

.service-list p {
  color: var(--muted);
  line-height: 1.75;
}

.process-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wide-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-list span {
  color: var(--accent);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}

.process-list strong {
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
}

.customer-types {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.customer-types span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  font-weight: 800;
  padding: 12px 16px;
}

.contact-section {
  align-items: center;
  background: #111827;
  border: 1px solid #111827;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 34px;
}

.home-links-section {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 54px;
}

.home-links-section a {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--text);
  display: grid;
  min-height: 190px;
  padding: 26px;
  text-decoration: none;
}

.home-links-section span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.home-links-section strong {
  align-self: end;
  font-size: 24px;
  margin-top: 46px;
}

.home-links-section p {
  color: var(--muted);
  line-height: 1.65;
  margin-top: 10px;
}

.home-links-section a:hover {
  background: #111827;
  color: #fff;
}

.home-links-section a:hover p {
  color: #d1d5db;
}

.contact-section p {
  color: #d1d5db;
}

.contact-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.results {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.result-group {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-group-title {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  grid-column: 1 / -1;
  letter-spacing: 0;
}

.result-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.channel {
  font-size: 22px;
  font-weight: 800;
}

.price {
  color: var(--accent);
  font-size: 30px;
  font-weight: 900;
}

.meta {
  color: var(--muted);
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.notes {
  background: var(--accent-soft);
  border-radius: 8px;
  color: #9a3412;
  font-size: 13px;
  line-height: 1.5;
  padding: 12px;
}

.quote-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  margin: 14px 0;
  overflow: hidden;
}

.quote-summary div {
  align-items: center;
  border-bottom: 1px solid #edf0f4;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 12px;
}

.quote-summary div:last-child {
  border-bottom: 0;
}

.quote-summary span {
  color: var(--muted);
}

.quote-summary strong {
  color: var(--text);
}

.blocked {
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
}

.result-card .notes {
  word-break: break-word;
}

.hidden {
  display: none;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }

  .site-main {
    padding: 16px;
  }

  .minimal-main {
    padding: 16px;
  }

  .minimal-hero {
    min-height: auto;
    padding: 28px;
  }

  .minimal-hero::before,
  .minimal-hero::after {
    display: none;
  }

  .minimal-grid {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .minimal-copy h1 {
    font-size: 38px;
  }

  .minimal-copy p {
    font-size: 16px;
  }

  .minimal-aside {
    border-left: 0;
    border-top: 1px solid #d8dde5;
    padding-left: 0;
    padding-top: 24px;
  }

  .minimal-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 54px;
  }

  .minimal-quote-form {
    grid-template-columns: 1fr;
  }

  .minimal-quote-form label {
    padding-bottom: 0;
  }

  .minimal-links {
    flex-wrap: wrap;
  }

  .site-hero,
  .editorial-hero,
  .info-grid,
  .home-links-section,
  .premium-service-grid,
  .statement-band,
  .credential-band,
  .process-list,
  .proof-grid,
  .compare-grid,
  .service-list,
  .split-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
    padding: 30px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
  }

  .hero-proof div {
    border-right: 0;
  }

  .quote-entry-panel {
    margin: 0 0 28px;
    max-width: none;
  }

  .premium-main {
    padding: 16px;
  }

  .premium-main > section {
    max-width: none;
  }

  .premium-hero {
    border-radius: 8px;
    min-height: auto;
  }

  .editorial-hero {
    display: block;
  }

  .editorial-hero::before,
  .editorial-hero::after {
    display: none;
  }

  .editorial-hero .hero-side-note {
    margin: 0 30px 30px;
  }

  .hero-side-note {
    bottom: auto;
    margin: 0 30px 30px;
    max-width: none;
    position: relative;
    right: auto;
  }

  .statement-band h2,
  .credential-copy h2 {
    font-size: 30px;
  }

  .page-hero {
    padding: 30px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .contact-section {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .shell {
    padding: 16px;
  }

  .hero,
  .panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .grid.two,
  .grid.five,
  .results,
  .result-group {
    grid-template-columns: 1fr;
  }

  .package-title-row {
    flex-direction: column;
  }

  .package-line {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .line-index {
    padding-bottom: 0;
  }
}
