@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --bg: #f6f3eb;
  --bg-soft: #fffdfa;
  --bg-cream: #f1efe6;
  --panel: rgba(255, 255, 255, 0.86);
  --panel-strong: #ffffff;
  --ink: #0b2242;
  --ink-soft: #5d6b80;
  --ink-invert: #eef5ff;
  --line: rgba(11, 34, 66, 0.1);
  --line-strong: rgba(11, 34, 66, 0.16);
  --brand: #08203f;
  --brand-2: #12345f;
  --accent: #76c300;
  --accent-deep: #5ea900;
  --sun: #f7c556;
  --sun-soft: rgba(247, 197, 86, 0.18);
  --success: #e8ffd3;
  --shadow-lg: 0 30px 90px rgba(8, 32, 63, 0.14);
  --shadow-md: 0 16px 40px rgba(8, 32, 63, 0.1);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1480px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(118, 195, 0, 0.1), transparent 26%),
    radial-gradient(circle at top right, rgba(247, 197, 86, 0.22), transparent 24%),
    linear-gradient(180deg, #f9f7f0 0%, #f5f1e7 48%, #f9f7f1 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(45deg, rgba(8, 32, 63, 0.04) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(8, 32, 63, 0.04) 25%, transparent 25%);
  background-size: 72px 72px;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - clamp(1rem, 2.2vw, 2.5rem)));
  margin: 0 auto;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(8, 32, 63, 0.04);
}

.topbar-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.topbar-inner a {
  font-weight: 800;
  color: var(--brand);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 1rem 0 0;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 84px;
  padding: 0.9rem 1rem 0.9rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 36px rgba(8, 32, 63, 0.08);
}

.brand {
  flex-shrink: 0;
  display: block;
  max-width: 238px;
}

.brand img {
  width: auto;
  height: 54px;
  max-width: 100%;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  flex: 0 1 auto;
}

.site-nav a {
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--ink);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(8, 32, 63, 0.06);
  outline: none;
}

.menu-toggle {
  display: none;
  border: none;
  border-radius: 999px;
  background: rgba(8, 32, 63, 0.08);
  color: var(--brand);
  padding: 0.8rem 1rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.9rem 1.3rem;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #98e000 100%);
  color: var(--brand);
  box-shadow: 0 18px 34px rgba(118, 195, 0, 0.25);
}

.button-secondary {
  background: rgba(8, 32, 63, 0.08);
  color: var(--brand);
}

.button-danger {
  background: #ffe4df;
  color: #a82d1d;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--brand);
  border: 1px solid rgba(8, 32, 63, 0.1);
}

.button-block {
  width: 100%;
}

[data-calc-form] > .button-block {
  margin-top: 0.35rem;
}

.hero-section {
  position: relative;
  padding: 2rem 0 5rem;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.55;
  pointer-events: none;
}

.hero-orb-a {
  width: 20rem;
  height: 20rem;
  top: 4rem;
  right: -4rem;
  background: radial-gradient(circle, rgba(247, 197, 86, 0.7), transparent 72%);
}

.hero-orb-b {
  width: 22rem;
  height: 22rem;
  bottom: 1rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(118, 195, 0, 0.26), transparent 72%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.hero-copy {
  padding-top: 2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 34px;
  padding: 0.58rem 0.95rem 0.52rem;
  border-radius: 999px;
  background: rgba(118, 195, 0, 0.14);
  border: 1px solid rgba(118, 195, 0, 0.28);
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--sun), var(--accent));
  flex: 0 0 auto;
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink-invert);
  border-color: rgba(255, 255, 255, 0.14);
}

.form-eyebrow {
  background: rgba(118, 195, 0, 0.16);
  border-color: rgba(118, 195, 0, 0.34);
  color: var(--brand);
  box-shadow: none;
}

.hero-copy h1,
.section-head h2,
.content-panel h2,
.hero-form-card h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: 0.94;
}

.hero-lead,
.section-head p,
.content-panel p,
.hero-form-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.78;
  font-size: 1.05rem;
}

.hero-lead {
  max-width: 58ch;
  margin: 1.25rem 0 0;
}

.hero-points,
.hero-actions,
.hero-strip,
.check-list,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-points {
  margin-top: 1.5rem;
}

.hero-points span,
.card-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(8, 32, 63, 0.08);
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-actions {
  margin-top: 1.7rem;
}

.hero-strip {
  margin-top: 2rem;
}

.metric-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.metric-card strong {
  display: block;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.1rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.metric-card span {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero-strip-card,
.audience-card,
.benefit-card,
.solution-card,
.process-card,
.support-card,
.hero-form-card {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.hero-strip-card {
  flex: 1 1 250px;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
}

.hero-strip-card strong,
.benefit-card strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
}

.hero-strip-card span {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

.hero-form-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

#assessment {
  scroll-margin-top: 8rem;
}

.form-card-head h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  line-height: 1.02;
}

.form-card-head,
.content-panel {
  display: grid;
  gap: 1rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 1.1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field span {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--brand);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(8, 32, 63, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.field input:focus,
.field select:focus {
  outline: none;
  border-color: rgba(118, 195, 0, 0.8);
  box-shadow: 0 0 0 4px rgba(118, 195, 0, 0.18);
}

.quotation-form input[readonly][aria-disabled="true"] {
  background: rgba(8, 32, 63, 0.06);
  color: var(--ink-soft);
  cursor: not-allowed;
}

.form-note,
.result-note {
  margin: 0.8rem 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.sync-status {
  margin: 0.9rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  line-height: 1.6;
}

.sync-status[data-state="pending"] {
  background: rgba(8, 32, 63, 0.06);
  border-color: rgba(8, 32, 63, 0.08);
  color: var(--ink);
}

.sync-status[data-state="success"] {
  background: rgba(118, 195, 0, 0.12);
  border-color: rgba(118, 195, 0, 0.24);
  color: #224300;
}

.sync-status[data-state="warning"] {
  background: rgba(247, 197, 86, 0.18);
  border-color: rgba(205, 132, 0, 0.22);
  color: #6b4300;
}

.section {
  padding: 5.5rem 0;
}

.section-plain {
  background: transparent;
}

.section-white {
  background: rgba(255, 255, 255, 0.62);
}

.section-highlight {
  background:
    linear-gradient(135deg, rgba(118, 195, 0, 0.08), transparent 40%),
    rgba(255, 255, 255, 0.52);
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(118, 195, 0, 0.16), transparent 24%),
    linear-gradient(160deg, #07172f 0%, #0b2447 52%, #102f59 100%);
  color: var(--ink-invert);
}

.section-head {
  display: grid;
  gap: 0.95rem;
  max-width: 780px;
  margin-bottom: 2.2rem;
}

.section-head-wide {
  max-width: 920px;
}

.section-head h2,
.content-panel h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1;
}

.section-head-light p,
.section-head-light h2 {
  color: var(--ink-invert);
}

.audience-grid,
.solution-grid,
.process-grid,
.support-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

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

.audience-card,
.solution-card,
.process-card,
.support-card {
  padding: 1.45rem;
  border-radius: 22px;
}

.audience-card h3,
.solution-card h3,
.process-card h3,
.support-card h3 {
  margin: 0.9rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.audience-card p,
.solution-card p,
.process-card p,
.support-card p,
.benefit-card p {
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.split-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.split-layout {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.split-layout-reverse {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.benefit-stack {
  display: grid;
  gap: 1rem;
}

.benefit-card {
  padding: 1.2rem 1.3rem;
  border-radius: 20px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.9rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 1.75;
}

.check-list li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(180deg, var(--accent), var(--sun));
  box-shadow: 0 0 0 5px rgba(118, 195, 0, 0.12);
}

.process-card {
  position: relative;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.process-card p {
  color: rgba(238, 245, 255, 0.78);
}

.step-tag {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(118, 195, 0, 0.14);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.calc-result {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(118, 195, 0, 0.12), rgba(247, 197, 86, 0.12));
  border: 1px solid rgba(118, 195, 0, 0.2);
}

.calc-result.is-visible {
  display: block;
}

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

.result-grid article {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.result-grid span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.result-grid strong {
  display: block;
  margin-top: 0.35rem;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.15rem 1.3rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(8, 32, 63, 0.08);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--brand);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.site-footer {
  padding: 2.5rem 0 6rem;
  background: #071223;
  color: rgba(238, 245, 255, 0.74);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.65fr 1.3fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 1.1rem;
}

.footer-brand img {
  display: block;
  width: min(360px, 100%);
  height: auto;
  aspect-ratio: 1384 / 592;
  object-fit: contain;
}

.footer-brand p {
  max-width: 44ch;
  line-height: 1.7;
  margin: 0;
}

.footer-contact-tools {
  display: grid;
  gap: 1rem;
  margin-top: 0.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-direct-contact {
  display: grid;
  gap: 0.7rem;
}

.footer-contact-line {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
}

.footer-contact-line svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-line span {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.footer-contact-line small {
  color: rgba(238, 245, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-contact-line strong {
  color: white;
  font-size: 0.94rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-social-icons a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: white;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.footer-social-icons a:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.footer-social-icons a:focus-visible {
  outline: 3px solid rgba(152, 224, 0, 0.58);
  outline-offset: 3px;
}

.footer-social-icons svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-icons .icon-solid {
  fill: currentColor;
  stroke: none;
}

.footer-social-icons .icon-fill {
  fill: currentColor;
  stroke: none;
}

.footer-social-icons .icon-multicolor {
  stroke: none;
}

.footer-social-icons .social-whatsapp {
  background: #25d366;
  border-color: #25d366;
}

.footer-social-icons .social-instagram {
  background:
    radial-gradient(circle at 31% 107%, #fdf497 0 5%, #fdf497 6%, #fd5949 40%, #d6249f 63%, #285aeb 100%);
}

.footer-social-icons .social-facebook {
  background: #1877f2;
  border-color: #1877f2;
}

.footer-social-icons .social-x {
  background: #000;
  border-color: rgba(255, 255, 255, 0.24);
}

.footer-social-icons .social-google {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.footer-social-icons .social-youtube {
  background: #ff0000;
  border-color: #ff0000;
}

.footer-column-title {
  margin-bottom: 0.25rem;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-links {
  display: grid;
  gap: 0.8rem;
}

.footer-links a:hover {
  color: white;
}

.footer-meta {
  display: grid;
  gap: 0.8rem;
}

.footer-meta span {
  line-height: 1.7;
}

.footer-service-areas {
  margin-top: 2.8rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-service-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.4rem;
}

.footer-service-head span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-service-head h2 {
  margin: 0;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: -0.04em;
}

.footer-service-head p {
  max-width: 50ch;
  margin: 0;
  line-height: 1.7;
}

.footer-service-directory {
  display: grid;
  justify-items: end;
  gap: 0.55rem;
  text-align: right;
}

.footer-service-directory a {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-service-directory a:hover {
  color: white;
}

.footer-service-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.55fr 1fr;
  gap: 1rem;
}

.footer-service-group {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.footer-service-group-featured {
  background:
    linear-gradient(135deg, rgba(118, 195, 0, 0.13), rgba(255, 255, 255, 0.045));
}

.footer-service-group h3 {
  margin: 0 0 1rem;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-city-list li {
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(238, 245, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-city-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: white;
}

.footer-city-list a::after {
  content: "↗";
  color: var(--accent);
  font-size: 0.78em;
}

.footer-city-list a:hover {
  color: var(--accent);
}

.footer-office-link {
  display: grid;
  gap: 0.22rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.footer-office-link:hover {
  transform: translateY(-2px);
  border-color: rgba(118, 195, 0, 0.45);
  background: rgba(118, 195, 0, 0.09);
}

.footer-office-link strong {
  color: white;
  font-size: 0.9rem;
}

.footer-office-link span {
  color: rgba(238, 245, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-office-directory-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-office-directory-link:hover {
  color: white;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(238, 245, 255, 0.58);
  font-size: 0.84rem;
  font-weight: 700;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 1.35rem;
}

.footer-legal-links a {
  position: relative;
  color: rgba(238, 245, 255, 0.8);
  transition: color 180ms ease;
}

.footer-legal-links a + a::before {
  content: "/";
  position: absolute;
  right: calc(100% + 0.6rem);
  color: rgba(238, 245, 255, 0.3);
}

.footer-legal-links a:hover {
  color: var(--accent);
}

.legal-page {
  min-height: 100vh;
}

.legal-header {
  padding: 1rem 0 0;
}

.legal-header-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(8, 32, 63, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.legal-brand img {
  width: auto;
  height: 54px;
}

.legal-back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 999px;
  background: rgba(8, 32, 63, 0.06);
  color: var(--brand);
  font-weight: 800;
}

.legal-main {
  padding: 1.5rem 0 5rem;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.6rem);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 12%, rgba(118, 195, 0, 0.28), transparent 26%),
    linear-gradient(135deg, #071223 0%, #0d2c53 100%);
  color: var(--ink-invert);
  box-shadow: var(--shadow-lg);
}

.legal-hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #c9f579;
}

.legal-hero h1 {
  max-width: 12ch;
  margin: 1rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(2.65rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.legal-hero p {
  max-width: 68ch;
  margin: 1.2rem 0 0;
  color: rgba(238, 245, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.legal-updated {
  display: inline-flex;
  margin-top: 1.35rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(118, 195, 0, 0.15);
  color: #d8ff9d;
  font-size: 0.8rem;
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
  margin-top: 1.35rem;
}

.legal-toc,
.legal-section {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.legal-toc {
  position: sticky;
  top: 1.25rem;
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  border-radius: 24px;
}

.legal-toc strong {
  margin-bottom: 0.35rem;
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.95rem;
}

.legal-toc a {
  padding: 0.58rem 0.65rem;
  border-radius: 12px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.legal-toc a:hover {
  background: rgba(118, 195, 0, 0.12);
  color: var(--brand);
}

.legal-content {
  display: grid;
  gap: 1rem;
}

.legal-section {
  scroll-margin-top: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 24px;
}

.legal-section h2 {
  margin: 0;
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  letter-spacing: -0.03em;
}

.legal-section h3 {
  margin: 1.35rem 0 0;
  color: var(--brand);
  font-size: 1rem;
}

.legal-section p,
.legal-section li,
.legal-section address {
  color: var(--ink-soft);
  line-height: 1.75;
}

.legal-section p {
  margin: 0.85rem 0 0;
}

.legal-section ul,
.legal-section ol {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  padding-left: 1.3rem;
}

.legal-section address {
  margin-top: 0.9rem;
  font-style: normal;
}

.legal-section a {
  color: var(--accent-deep);
  font-weight: 800;
}

.legal-callout {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  background: rgba(118, 195, 0, 0.1);
}

.legal-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  color: var(--ink-soft);
  line-height: 1.55;
}

.legal-table th {
  background: #eef6e9;
  color: var(--brand);
  font-size: 0.88rem;
}

.legal-table tr:last-child td {
  border-bottom: none;
}

.legal-page-footer {
  padding: 1.6rem 0;
  background: #071223;
  color: rgba(238, 245, 255, 0.64);
}

.legal-page-footer .footer-legal {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
  background: rgba(7, 18, 35, 0.92);
  backdrop-filter: blur(16px);
}

.mobile-cta a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.mobile-cta a:first-child {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.mobile-cta a:last-child {
  background: linear-gradient(135deg, var(--accent) 0%, #98e000 100%);
  color: var(--brand);
}

.admin-page {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(118, 195, 0, 0.1), transparent 32%),
    linear-gradient(180deg, #f8faf6 0%, #eef4eb 100%);
}

.admin-page [hidden] {
  display: none !important;
}

.admin-header {
  padding: 1rem 0;
}

.admin-header-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 32, 63, 0.08);
  box-shadow: var(--shadow-md);
}

.admin-logo img {
  height: 52px;
  width: auto;
}

.admin-header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.admin-shell {
  display: grid;
  gap: 1.35rem;
  padding: 1rem 0 4rem;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1rem;
  align-items: end;
}

.admin-hero h1 {
  max-width: 11ch;
  margin: 1rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.admin-hero p,
.admin-note span,
.admin-toolbar p {
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.admin-note,
.admin-stat-card,
.admin-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(8, 32, 63, 0.08);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.admin-note {
  padding: 1.25rem;
  border-radius: 24px;
}

.admin-note strong {
  display: block;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.admin-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  gap: 1.2rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 28px;
  background: #071223;
  color: rgba(238, 245, 255, 0.82);
  box-shadow: var(--shadow-lg);
}

.admin-login-panel h2 {
  margin: 0.8rem 0 0;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.admin-login-panel p {
  margin: 0.8rem 0 0;
  line-height: 1.7;
}

.admin-setup-guide {
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 32, 63, 0.08);
  box-shadow: var(--shadow-md);
}

.admin-setup-head h2 {
  margin: 0.8rem 0 0;
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.admin-setup-head p {
  max-width: 58ch;
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.admin-setup-steps {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 0.7rem;
  color: var(--ink);
}

.admin-setup-steps li {
  line-height: 1.65;
}

.admin-setup-code {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: #071223;
  color: rgba(238, 245, 255, 0.86);
}

.admin-setup-code strong {
  display: block;
  margin-bottom: 0.7rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1rem;
}

.admin-setup-code pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.admin-login-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 0.8rem;
  align-items: end;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-login-form .field span {
  color: rgba(238, 245, 255, 0.86);
}

.admin-login-status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  margin: 0;
  color: #bde86d;
  font-weight: 800;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.admin-stat-card {
  padding: 1.2rem;
  border-radius: 22px;
}

.admin-stat-card span {
  display: block;
  color: var(--ink-soft);
  font-weight: 800;
}

.admin-stat-card strong {
  display: block;
  margin-top: 0.7rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: 0;
}

.admin-panel {
  padding: 1.2rem;
  border-radius: 28px;
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-toolbar h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  letter-spacing: 0;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.admin-lead-filters {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(170px, 0.75fr)) auto;
  gap: 0.85rem;
  align-items: end;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(8, 32, 63, 0.08);
  border-radius: 20px;
  background: rgba(238, 246, 233, 0.72);
}

.admin-lead-filters .field span {
  font-size: 0.8rem;
}

.admin-lead-filters .field input,
.admin-lead-filters .field select {
  min-height: 48px;
  background: white;
}

.admin-lead-filters .button {
  min-height: 48px;
  padding-inline: 1rem;
}

.admin-filter-summary {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.admin-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(8, 32, 63, 0.08);
  background: white;
}

.admin-table {
  width: 100%;
  min-width: 1420px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 0.95rem;
  border-bottom: 1px solid rgba(8, 32, 63, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.admin-table th {
  background: #eef6e9;
  color: var(--brand);
  font-weight: 800;
}

.admin-table tr:last-child td {
  border-bottom: none;
}

.admin-table tbody tr {
  transition: background 160ms ease;
}

.admin-table tbody tr:hover {
  background: rgba(118, 195, 0, 0.055);
}

.status-pill {
  display: inline-flex;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(118, 195, 0, 0.16);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.55rem 0.78rem;
  border: none;
  border-radius: 999px;
  background: rgba(8, 32, 63, 0.08);
  color: var(--brand);
  font-weight: 800;
  font-size: 0.86rem;
  cursor: pointer;
}

.mini-action-danger {
  background: #ffe4df;
  color: #a82d1d;
}

.admin-row-actions {
  display: grid;
  gap: 0.45rem;
  min-width: 82px;
}

.admin-row-actions .mini-action {
  width: 100%;
}

.button:disabled,
.mini-action:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.empty-state {
  display: grid;
  gap: 0.45rem;
  padding: 2rem;
  text-align: center;
  color: var(--ink-soft);
}

.empty-state[hidden] {
  display: none;
}

.empty-state strong {
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.lead-detail-panel {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 32, 63, 0.08);
  box-shadow: var(--shadow-lg);
}

.lead-detail-panel[hidden] {
  display: none;
}

.lead-detail-head,
.workspace-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.lead-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.lead-detail-actions .button {
  min-height: 44px;
  padding: 0.7rem 1rem;
}

.lead-detail-head h2,
.workspace-card h3,
.lead-side-panel h3 {
  margin: 0.85rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  letter-spacing: 0;
}

.lead-detail-head p,
.workspace-card-head p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.lead-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: start;
}

.lead-side-panel,
.workspace-card {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(247, 250, 244, 0.9);
  border: 1px solid rgba(8, 32, 63, 0.08);
}

.lead-detail-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0;
}

.lead-detail-list div {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(8, 32, 63, 0.08);
}

.lead-detail-list dt {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.lead-detail-list dd {
  margin: 0;
  color: var(--brand);
  font-weight: 800;
}

.status-timeline {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.timeline-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: center;
  color: var(--ink-soft);
}

.timeline-step span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(8, 32, 63, 0.08);
  font-weight: 800;
}

.timeline-step.is-active span {
  background: var(--accent);
  color: var(--brand);
}

.timeline-step.is-active strong {
  color: var(--brand);
}

.lead-main-panel {
  display: grid;
  gap: 1rem;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.document-card {
  overflow: hidden;
  border-radius: 20px;
  background: white;
  border: 1px solid rgba(8, 32, 63, 0.08);
}

.document-preview {
  min-height: 170px;
  display: grid;
  place-items: center;
  background: #edf4e7;
}

.document-preview img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.document-placeholder {
  color: var(--ink-soft);
  font-weight: 800;
}

.document-body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.document-body strong {
  font-family: "Sora", "Avenir Next", sans-serif;
  letter-spacing: 0;
}

.document-body span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.document-upload input {
  display: none;
}

.document-actions,
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.quotation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.field-wide {
  grid-column: 1 / -1;
}

.form-section-title {
  margin-top: 0.2rem;
  padding: 0.72rem 0.9rem;
  border-radius: 14px;
  background: rgba(118, 195, 0, 0.12);
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.quotation-preview {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background: #071223;
  color: rgba(238, 245, 255, 0.8);
}

.quote-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.quote-preview-head span,
.quote-preview-grid span {
  display: block;
  color: rgba(238, 245, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
}

.quote-preview-head strong {
  display: block;
  margin-top: 0.25rem;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.quote-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, auto 1fr);
  gap: 0.8rem 1rem;
  margin-top: 1rem;
}

.quote-preview-grid strong {
  color: white;
}

.admin-edit-dialog {
  width: min(960px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 28px;
  color: var(--ink);
  background: #f8faf6;
  box-shadow: 0 32px 90px rgba(7, 18, 35, 0.32);
}

.admin-edit-dialog::backdrop {
  background: rgba(7, 18, 35, 0.68);
  backdrop-filter: blur(6px);
}

.admin-edit-form {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.admin-edit-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(8, 32, 63, 0.1);
}

.admin-edit-head h2 {
  margin: 0.9rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.admin-edit-head p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.dialog-close {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  color: var(--brand);
  background: rgba(8, 32, 63, 0.08);
  font-size: 1.55rem;
  line-height: 1;
}

.admin-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.field-error {
  min-height: 1.2em;
  color: #b42318;
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-edit-form [aria-invalid="true"] {
  border-color: #d92d20;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1);
}

.admin-edit-status {
  min-height: 1.35em;
  margin: 1rem 0 0;
  color: #b42318;
  font-weight: 800;
}

.admin-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 32, 63, 0.1);
}

.admin-toast-region {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 120;
  width: min(420px, calc(100% - 2rem));
  pointer-events: none;
}

.admin-toast {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 16px;
  color: var(--brand);
  background: #eff8e4;
  box-shadow: var(--shadow-md);
  font-weight: 800;
  line-height: 1.45;
}

.admin-toast-warning {
  background: #fff3d5;
}

.admin-toast-error {
  color: #8f2118;
  background: #ffe4df;
}

@media (max-width: 1180px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-shell {
    position: relative;
    border-radius: 28px;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(8, 32, 63, 0.08);
  }

  .nav-panel.is-open {
    display: flex;
  }

  .site-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav a {
    width: 100%;
    justify-content: center;
  }

  .hero-grid,
  .split-layout,
  .split-layout-reverse,
  .admin-hero,
  .admin-login-panel,
  .admin-login-form,
  .lead-detail-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .topbar {
    display: none;
  }

  .site-header {
    padding: 0.8rem 0 0;
  }

  .brand {
    max-width: 188px;
  }

  .brand img {
    height: 42px;
  }

  .footer-brand img {
    width: min(300px, 100%);
  }

  .hero-section {
    padding: 1.2rem 0 4rem;
  }

  .hero-copy {
    padding-top: 0.4rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 12vw, 4.1rem);
  }

  .field-grid,
  .metric-grid,
  .audience-grid,
  .admin-stat-grid,
  .solution-grid,
  .process-grid,
  .support-grid,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .admin-header-shell,
  .admin-header-actions,
  .admin-toolbar,
  .lead-detail-head,
  .workspace-card-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-logo img {
    height: 44px;
  }

  .admin-hero h1 {
    max-width: none;
  }

  .admin-actions,
  .admin-header-actions,
  .quote-actions,
  .admin-actions .button,
  .quote-actions .button,
  .admin-header-shell .button {
    width: 100%;
  }

  .document-grid,
  .quotation-form,
  .quote-preview-grid {
    grid-template-columns: 1fr;
  }

  .hero-form-card {
    padding: 1.2rem;
  }

  .footer-service-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .footer-service-directory {
    justify-items: start;
    text-align: left;
  }

  .footer-service-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal,
  .legal-header-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .legal-hero h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .section {
    padding: 4.4rem 0;
  }

  .site-footer {
    padding-bottom: 7.5rem;
  }

  .mobile-cta {
    display: grid;
  }
}

/* Blog hub and original guide library */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav a.is-current {
  color: var(--brand);
  background: rgba(118, 195, 0, 0.14);
}

.site-nav a.nav-whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.55rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid #25d366;
  color: #07361e;
  background: #25d366;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-nav a.nav-whatsapp-cta:hover,
.site-nav a.nav-whatsapp-cta:focus-visible {
  color: #052b18;
  background: #25d366;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.32);
  transform: translateY(-2px);
  outline: none;
}

.blog-page {
  background:
    radial-gradient(circle at 12% 5%, rgba(118, 195, 0, 0.16), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(247, 197, 86, 0.2), transparent 28rem),
    #f7f5ed;
}

.blog-hero {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(5rem, 9vw, 8.5rem);
  overflow: hidden;
}

.blog-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 32, 63, 0.16), transparent);
}

.blog-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(5px);
}

.blog-hero-glow-a {
  width: 25rem;
  height: 25rem;
  left: -11rem;
  top: 1rem;
  background: rgba(118, 195, 0, 0.13);
}

.blog-hero-glow-b {
  width: 20rem;
  height: 20rem;
  right: -6rem;
  bottom: -8rem;
  background: rgba(247, 197, 86, 0.18);
}

.blog-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.blog-hero-grid > * {
  min-width: 0;
}

.blog-hero h1 {
  max-width: 820px;
  margin: 1rem 0 1.35rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(3.2rem, 7.5vw, 7.2rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.blog-hero-grid > div > p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.75;
}

.blog-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.2rem;
}

.blog-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--brand);
  font-weight: 800;
}

.blog-text-link span {
  color: var(--accent-deep);
}

.blog-featured-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 420px;
  padding: clamp(1.8rem, 3.4vw, 3.2rem);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 45%),
    var(--brand);
  color: white;
  box-shadow: 0 34px 80px rgba(8, 32, 63, 0.24);
  overflow: hidden;
}

.blog-featured-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -75px;
  bottom: -75px;
  border-radius: 50%;
  border: 48px solid rgba(118, 195, 0, 0.14);
}

.blog-featured-label,
.blog-card-category {
  position: relative;
  z-index: 1;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-featured-icon {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  font-family: "Sora", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.08);
}

.blog-featured-card h2 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 4.2rem 0 1rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.blog-featured-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(238, 245, 255, 0.72);
  line-height: 1.7;
}

.blog-featured-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: white;
  font-weight: 800;
}

.blog-featured-link:hover,
.blog-featured-link:focus-visible {
  color: #b3f357;
  outline: none;
}

.blog-library {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.blog-library-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.blog-library-head h2,
.blog-newsletter-shell h2 {
  margin: 0.7rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 4.6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.blog-result-count {
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(8, 32, 63, 0.06);
  font-size: 0.9rem;
  font-weight: 800;
}

.blog-controls {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding: 1rem;
  border: 1px solid rgba(8, 32, 63, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(8, 32, 63, 0.06);
}

.blog-search {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 58px;
  padding: 0 1rem;
  border: 1px solid rgba(8, 32, 63, 0.12);
  border-radius: 18px;
  background: white;
}

.blog-search:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(118, 195, 0, 0.12);
}

.blog-search svg {
  width: 21px;
  fill: none;
  stroke: var(--ink-soft);
  stroke-width: 2;
}

.blog-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.blog-search input::placeholder {
  color: #7e8999;
}

.blog-filters {
  display: flex;
  gap: 0.55rem;
  padding: 0.1rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.blog-filter {
  flex: 0 0 auto;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 999px;
  color: var(--ink-soft);
  background: white;
  font-size: 0.86rem;
  font-weight: 800;
}

.blog-filter:hover,
.blog-filter:focus-visible {
  color: var(--ink);
  border-color: rgba(8, 32, 63, 0.3);
  outline: none;
}

.blog-filter.is-active {
  color: var(--brand);
  border-color: var(--accent);
  background: rgba(118, 195, 0, 0.14);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(8, 32, 63, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(8, 32, 63, 0.07);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-card[hidden] {
  display: none;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(8, 32, 63, 0.13);
}

.blog-card-visual {
  --tone-a: #d9f7bb;
  --tone-b: #f5ffe9;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 190px;
  padding: 1.4rem;
  color: var(--brand);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.6) 0 10%, transparent 10.5%),
    radial-gradient(circle at 80% 28%, transparent 0 23%, rgba(8, 32, 63, 0.06) 23.5% 24.5%, transparent 25%),
    linear-gradient(145deg, var(--tone-a), var(--tone-b));
}

.blog-card-visual::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: 10rem;
  height: 10rem;
  border: 2.2rem solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
}

.blog-card-visual span {
  position: relative;
  z-index: 1;
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

.blog-card-visual strong {
  position: relative;
  z-index: 1;
  font-family: "Sora", sans-serif;
  font-size: 3.7rem;
  line-height: 0.9;
  letter-spacing: -0.08em;
  opacity: 0.2;
}

.tone-sand { --tone-a: #f4dba3; --tone-b: #fff5de; }
.tone-sky { --tone-a: #bde3ef; --tone-b: #effaff; }
.tone-navy { --tone-a: #173c68; --tone-b: #0b2242; color: white; }
.tone-mint { --tone-a: #bce9d2; --tone-b: #effbf4; }
.tone-sun { --tone-a: #f6cd67; --tone-b: #fff4c9; }
.tone-coral { --tone-a: #f1b49e; --tone-b: #fff0ea; }
.tone-blue { --tone-a: #9ec7ee; --tone-b: #eef7ff; }
.tone-forest { --tone-a: #9ecfa8; --tone-b: #eaf7ed; }
.tone-violet { --tone-a: #c7bee8; --tone-b: #f5f2ff; }
.tone-rose { --tone-a: #e9bdc9; --tone-b: #fff1f5; }
.tone-aqua { --tone-a: #9ddbd6; --tone-b: #ecfbfa; }
.tone-steel { --tone-a: #bac7d5; --tone-b: #f2f6fa; }
.tone-indigo { --tone-a: #aebde4; --tone-b: #eef2ff; }
.tone-orange { --tone-a: #efc17d; --tone-b: #fff4e2; }

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.55rem;
}

.blog-card-body h3 {
  margin: 0.75rem 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.blog-card-body h3 a:hover,
.blog-card-body h3 a:focus-visible {
  color: var(--accent-deep);
  outline: none;
}

.blog-card-body p {
  margin: 0 0 1.25rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

.blog-card-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 32, 63, 0.08);
  color: #778497;
  font-size: 0.76rem;
  font-weight: 700;
}

.blog-empty {
  padding: 4rem 1rem;
  text-align: center;
  border: 1px dashed rgba(8, 32, 63, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
}

.blog-empty strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
}

.blog-empty p {
  margin: 0.7rem 0 1.5rem;
  color: var(--ink-soft);
}

.blog-load-more {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.blog-load-more [hidden] {
  display: none;
}

.blog-newsletter-band {
  padding: 0 0 clamp(5rem, 9vw, 9rem);
}

.blog-newsletter-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2rem, 5vw, 5rem);
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 85% 10%, rgba(118, 195, 0, 0.23), transparent 20rem),
    var(--brand);
  box-shadow: 0 32px 80px rgba(8, 32, 63, 0.2);
}

.blog-newsletter-shell h2 {
  max-width: 860px;
  color: white;
}

.blog-footer {
  margin-top: 0;
}

.article-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(238, 245, 255, 0.62);
  font-size: 0.82rem;
}

.article-footer-bottom a:hover,
.article-footer-bottom a:focus-visible {
  color: white;
  outline: none;
}

/* Individual guide pages */
.article-page {
  background: #f7f5ed;
}

.article-hero {
  position: relative;
  margin-top: 1.5rem;
  padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(4rem, 7vw, 6.5rem);
  color: white;
  background:
    radial-gradient(circle at 82% 24%, rgba(118, 195, 0, 0.18), transparent 25rem),
    linear-gradient(140deg, #071a34 0%, #0c2c52 100%);
  overflow: hidden;
}

.article-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border: 6rem solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.article-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: rgba(238, 245, 255, 0.64);
  font-size: 0.86rem;
  font-weight: 700;
}

.article-breadcrumb a:hover,
.article-breadcrumb a:focus-visible {
  color: white;
  outline: none;
}

.article-category {
  display: inline-flex;
  margin-top: 2.3rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(118, 195, 0, 0.35);
  border-radius: 999px;
  color: #a8ed43;
  background: rgba(118, 195, 0, 0.1);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 980px;
  margin: 1.1rem 0 1.2rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.8rem, 6.4vw, 6.1rem);
  line-height: 1;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
}

.article-deck {
  max-width: 820px;
  margin: 0;
  color: rgba(238, 245, 255, 0.74);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.7;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin-top: 2rem;
  color: rgba(238, 245, 255, 0.58);
  font-size: 0.84rem;
  font-weight: 700;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(240px, 300px);
  justify-content: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.article-content {
  min-width: 0;
  color: #243a56;
  font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  line-height: 1.86;
}

.article-content > p:first-of-type {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  line-height: 1.7;
}

.article-content h2 {
  margin: 3.4rem 0 1rem;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.article-content h3 {
  margin: 2.2rem 0 0.65rem;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
}

.article-content p {
  margin: 0 0 1.2rem;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.5rem;
  padding-left: 1.35rem;
}

.article-content li {
  margin-bottom: 0.65rem;
  padding-left: 0.25rem;
}

.article-content strong {
  color: var(--ink);
}

.article-content a:not(.button) {
  color: #417f00;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(65, 127, 0, 0.35);
  text-underline-offset: 0.18em;
}

.article-callout {
  margin: 2.3rem 0;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-left: 5px solid var(--accent);
  border-radius: 0 22px 22px 0;
  color: var(--ink);
  background: #edf6e5;
}

.article-callout strong:first-child {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
}

.article-callout p:last-child,
.article-callout > :last-child {
  margin-bottom: 0;
}

.article-table-wrap {
  margin: 2rem 0;
  overflow-x: auto;
  border: 1px solid rgba(8, 32, 63, 0.12);
  border-radius: 20px;
  background: white;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-size: 0.95rem;
  line-height: 1.55;
}

.article-table th,
.article-table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(8, 32, 63, 0.1);
}

.article-table th {
  color: var(--ink);
  background: #edf4e7;
  font-size: 0.84rem;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-sources {
  margin-top: 3.5rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 22px;
  background: white;
}

.article-sources h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.article-sources ul {
  margin-bottom: 0;
}

.article-cta {
  margin-top: 3.5rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 100% 0, rgba(118, 195, 0, 0.24), transparent 16rem),
    var(--brand);
}

.article-cta h2 {
  margin-top: 0;
  color: white;
}

.article-cta p {
  color: rgba(238, 245, 255, 0.72);
}

.article-aside {
  min-width: 0;
}

.article-aside-inner {
  position: sticky;
  top: 8.5rem;
  display: grid;
  gap: 1rem;
}

.article-aside-card {
  padding: 1.35rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 40px rgba(8, 32, 63, 0.06);
}

.article-aside-card strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--ink);
  font-family: "Sora", sans-serif;
}

.article-aside-card p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.65;
}

.article-aside-card a:not(.button) {
  color: var(--accent-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.article-related-links {
  display: grid;
  gap: 0.8rem;
}

.article-related-links a {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(8, 32, 63, 0.08);
  line-height: 1.45;
}

.article-related-links a:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-aside-card .button {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.9rem;
  font-size: 0.87rem;
}

.article-disclaimer {
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .site-nav a.nav-whatsapp-cta {
    min-height: 52px;
    margin: 0.6rem 0 0;
  }

  .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-card {
    min-height: 380px;
  }

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

  .article-layout {
    grid-template-columns: minmax(0, 820px);
  }

  .article-aside-inner {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .blog-hero {
    padding-top: 3.5rem;
  }

  .blog-hero h1 {
    font-size: clamp(2.75rem, 15vw, 4.5rem);
  }

  .blog-featured-card {
    min-height: 0;
    border-radius: 28px;
  }

  .blog-library-head,
  .blog-newsletter-shell,
  .article-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-visual {
    min-height: 165px;
  }

  .blog-newsletter-shell {
    border-radius: 28px;
  }

  .blog-newsletter-shell .button {
    width: 100%;
  }

  .article-hero {
    margin-top: 0.8rem;
  }

  .article-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .article-layout {
    padding-top: 3.2rem;
  }

  .article-aside-inner {
    grid-template-columns: 1fr;
  }
}

/* Offering navigation and dedicated service pages */
.nav-offerings {
  position: relative;
}

.nav-offerings > summary {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
}

.nav-offerings > summary::-webkit-details-marker {
  display: none;
}

.nav-offerings > summary::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-top: -0.2rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.nav-offerings[open] > summary,
.nav-offerings > summary:hover,
.nav-offerings > summary:focus-visible,
.nav-offerings.is-current > summary {
  color: var(--brand);
  background: rgba(118, 195, 0, 0.14);
  outline: none;
}

.nav-offerings[open] > summary::after {
  margin-top: 0.18rem;
  transform: rotate(225deg);
}

.nav-offerings-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  z-index: 20;
  display: grid;
  width: min(330px, calc(100vw - 2rem));
  padding: 0.55rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 55px rgba(8, 32, 63, 0.18);
  transform: translateX(-50%);
}

.site-nav .nav-offerings-menu a {
  display: grid;
  gap: 0.15rem;
  padding: 0.78rem 0.9rem;
  border-radius: 15px;
  color: var(--ink);
}

.site-nav .nav-offerings-menu a:hover,
.site-nav .nav-offerings-menu a:focus-visible,
.site-nav .nav-offerings-menu a[aria-current="page"] {
  background: #eff8e4;
}

.nav-offerings-menu strong {
  font-size: 0.9rem;
}

.nav-offerings-menu span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
}

.card-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--accent-deep);
  font-weight: 800;
}

.card-inline-link:hover,
.card-inline-link:focus-visible {
  color: var(--brand);
}

.offering-page {
  background:
    radial-gradient(circle at 8% 6%, rgba(118, 195, 0, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 13%, rgba(247, 197, 86, 0.25), transparent 30rem),
    #f8f6ef;
}

.offering-hero {
  position: relative;
  padding: clamp(1.75rem, 3vw, 3rem) 0 clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
}

.offering-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.offering-hero-copy {
  max-width: 820px;
  padding-top: clamp(0.5rem, 1.4vw, 1.5rem);
}

.offering-hero-copy h1 {
  max-width: 760px;
  margin: 1.25rem 0 1.3rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(3rem, 5vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.offering-hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.75;
}

.offering-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.offering-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 880px;
  margin-top: 2.4rem;
}

.offering-hero-points span {
  min-height: 82px;
  padding: 1rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

.offering-form-card {
  position: relative;
}

.offering-form-card .field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offering-form-card .field-wide {
  grid-column: 1 / -1;
}

.offering-proof {
  position: relative;
  z-index: 2;
  margin-top: -1.8rem;
}

.offering-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.offering-proof-grid article {
  min-height: 150px;
  padding: 1.5rem;
  border-right: 1px solid rgba(8, 32, 63, 0.09);
}

.offering-proof-grid article:last-child {
  border-right: 0;
}

.offering-proof-grid strong {
  display: block;
  margin-bottom: 0.55rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.05rem;
}

.offering-proof-grid p,
.offering-use-card p,
.offering-model-card p,
.offering-process-card p,
.offering-check-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.offering-section {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.offering-section-white {
  background: rgba(255, 255, 255, 0.8);
}

.offering-section-dark {
  position: relative;
  color: var(--ink-invert);
  background:
    radial-gradient(circle at 85% 20%, rgba(118, 195, 0, 0.2), transparent 24rem),
    linear-gradient(145deg, #07192f, #0c2b51);
}

.offering-section-head {
  max-width: 940px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.offering-section-head h2,
.offering-split-copy h2,
.offering-cta h2 {
  margin: 1rem 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(2.15rem, 3.4vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.offering-section-head p,
.offering-split-copy > p {
  max-width: 820px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.offering-section-dark .offering-section-head p,
.offering-section-dark .offering-process-card p {
  color: rgba(238, 245, 255, 0.7);
}

.offering-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.offering-use-card,
.offering-model-card,
.offering-check-card {
  padding: clamp(1.35rem, 2.3vw, 2rem);
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(8, 32, 63, 0.06);
}

.offering-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1.35rem;
  border-radius: 50%;
  color: var(--brand);
  background: var(--success);
  font-size: 0.77rem;
  font-weight: 800;
}

.offering-use-card h3,
.offering-model-card h3,
.offering-process-card h3,
.offering-check-card h3 {
  margin: 0 0 0.65rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.18rem;
}

.offering-split {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.offering-split-copy {
  position: sticky;
  top: 9rem;
}

.offering-check-list {
  display: grid;
  gap: 0.8rem;
}

.offering-check-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.offering-check-card .offering-card-number {
  margin: 0;
}

.offering-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.offering-model-card-featured {
  color: var(--ink-invert);
  background: var(--brand);
}

.offering-model-card-featured p {
  color: rgba(238, 245, 255, 0.7);
}

.offering-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.offering-process-card {
  min-height: 240px;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.offering-process-card .offering-card-number {
  color: #dfffad;
  background: rgba(118, 195, 0, 0.18);
}

.offering-official-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(118, 195, 0, 0.26);
  border-radius: 20px;
  background: #f2f9e9;
}

.offering-official-note strong {
  font-family: "Sora", "Avenir Next", sans-serif;
}

.offering-official-note p {
  margin: 0.2rem 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.offering-official-note a {
  color: var(--accent-deep);
  font-weight: 800;
  white-space: nowrap;
}

.offering-cta-band {
  padding: 0 0 clamp(5rem, 9vw, 8rem);
}

.offering-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 34px;
  color: var(--ink-invert);
  background:
    radial-gradient(circle at 90% 15%, rgba(118, 195, 0, 0.28), transparent 18rem),
    var(--brand);
  box-shadow: var(--shadow-lg);
}

.offering-cta h2 {
  max-width: 780px;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .nav-offerings {
    width: 100%;
  }

  .nav-offerings > summary {
    justify-content: center;
    width: 100%;
  }

  .nav-offerings-menu {
    position: static;
    width: 100%;
    margin-top: 0.35rem;
    box-shadow: none;
    transform: none;
  }

  .site-nav .nav-offerings-menu a {
    width: 100%;
    text-align: center;
  }

  .offering-hero-grid,
  .offering-split {
    grid-template-columns: 1fr;
  }

  .offering-hero-copy {
    padding-top: 0;
  }

  .offering-split-copy {
    position: static;
  }

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

@media (max-width: 760px) {
  .offering-hero {
    padding-top: 2.2rem;
  }

  .offering-hero-copy h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .offering-section-head h2,
  .offering-split-copy h2,
  .offering-cta h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .offering-hero-points,
  .offering-proof-grid,
  .offering-use-grid,
  .offering-model-grid,
  .offering-process-grid,
  .offering-form-card .field-grid {
    grid-template-columns: 1fr;
  }

  .offering-proof-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 32, 63, 0.09);
  }

  .offering-proof-grid article:last-child {
    border-bottom: 0;
  }

  .offering-official-note,
  .offering-cta {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .offering-hero-actions,
  .offering-hero-actions .button,
  .offering-cta .button {
    width: 100%;
  }
}

/* Dedicated office location pages */
.location-page {
  --location-accent-soft: rgba(118, 195, 0, 0.13);
}

.location-hero {
  position: relative;
  padding: clamp(4rem, 7vw, 7.5rem) 0 clamp(3.5rem, 6vw, 6.5rem);
  overflow: hidden;
  overflow: clip;
}

.location-hero::before,
.location-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.location-hero::before {
  width: min(42vw, 640px);
  aspect-ratio: 1;
  left: -12%;
  top: 10%;
  background: radial-gradient(circle, rgba(118, 195, 0, 0.18), rgba(118, 195, 0, 0));
}

.location-hero::after {
  width: min(34vw, 520px);
  aspect-ratio: 1;
  right: -8%;
  bottom: -22%;
  background: radial-gradient(circle, rgba(247, 197, 86, 0.24), rgba(247, 197, 86, 0));
}

.location-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.location-hero-copy {
  max-width: 860px;
}

.location-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.location-breadcrumb a:hover {
  color: var(--accent-deep);
}

.location-hero h1 {
  max-width: 12ch;
  margin: 1.2rem 0 1.35rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.location-hero-lead {
  max-width: 66ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.location-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.location-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1rem;
  color: var(--brand);
  font-weight: 800;
}

.location-text-link:hover {
  color: var(--accent-deep);
}

.location-office-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.6rem, 3.5vw, 2.65rem);
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 229, 0.92));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.location-office-card::before {
  content: attr(data-code);
  position: absolute;
  right: 1.2rem;
  top: 0.55rem;
  color: rgba(8, 32, 63, 0.055);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(4.5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.location-card-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.location-card-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(118, 195, 0, 0.13);
}

.location-office-card h2 {
  position: relative;
  z-index: 1;
  margin: 2.1rem 0 0.85rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
}

.location-office-card address {
  position: relative;
  z-index: 1;
  max-width: 32ch;
  color: var(--ink-soft);
  font-style: normal;
  font-weight: 650;
  line-height: 1.75;
}

.location-office-contact {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.location-office-contact a {
  width: fit-content;
  max-width: 100%;
  color: var(--brand);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.location-office-contact a:hover {
  color: var(--accent-deep);
}

.location-office-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.6;
}

.location-proof {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.location-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.location-proof-grid article {
  min-width: 0;
  padding: 1.35rem 1.5rem;
}

.location-proof-grid article + article {
  border-left: 1px solid var(--line);
}

.location-proof-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.95rem;
}

.location-proof-grid span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.location-section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.location-section-white {
  background: rgba(255, 255, 255, 0.73);
  border-block: 1px solid rgba(8, 32, 63, 0.07);
}

.location-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: 2.2rem;
}

.location-section-head h2,
.location-coverage-copy h2,
.location-contact-card h2 {
  margin: 0.9rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.location-section-head > p {
  max-width: 64ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.8;
}

.location-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.location-solution-card {
  min-width: 0;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel-strong);
  box-shadow: 0 10px 30px rgba(8, 32, 63, 0.055);
}

.location-solution-card:nth-child(2) {
  background: linear-gradient(145deg, #0a284e, #071b36);
  color: white;
}

.location-solution-card:nth-child(2) p {
  color: rgba(238, 245, 255, 0.7);
}

.location-card-index {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--location-accent-soft);
  color: var(--accent-deep);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.location-solution-card h3 {
  margin: auto 0 0.7rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.location-solution-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.location-process-section {
  position: relative;
  background: #071a35;
  color: var(--ink-invert);
  overflow: hidden;
  overflow: clip;
}

.location-process-section::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -220px;
  top: -220px;
  border: 90px solid rgba(118, 195, 0, 0.09);
  border-radius: 50%;
}

.location-process-section .location-section-head > p {
  color: rgba(238, 245, 255, 0.68);
}

.location-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.location-process-card {
  min-width: 0;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.location-process-card span {
  color: var(--accent);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.location-process-card h3 {
  margin: 1.5rem 0 0.65rem;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.15rem;
}

.location-process-card p {
  margin: 0;
  color: rgba(238, 245, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.7;
}

.location-coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.location-coverage-copy p {
  max-width: 58ch;
  color: var(--ink-soft);
  line-height: 1.8;
}

.location-area-panel {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-md);
}

.location-area-panel h3 {
  margin: 0 0 1rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1rem;
}

.location-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-area-list li {
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(8, 32, 63, 0.1);
  border-radius: 999px;
  background: #f3f8e9;
  font-size: 0.9rem;
  font-weight: 800;
}

.location-area-disclaimer {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.6;
}

.location-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.location-faq-intro h2 {
  margin: 0.9rem 0 1rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.location-faq-intro p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.location-faq-list {
  display: grid;
  gap: 0.8rem;
}

.location-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.8rem, 4vw, 3.5rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(118, 195, 0, 0.2), transparent 30%),
    #0a284e;
  color: white;
  box-shadow: var(--shadow-lg);
}

.location-contact-card p {
  max-width: 64ch;
  margin: 1rem 0 0;
  color: rgba(238, 245, 255, 0.72);
  line-height: 1.75;
}

.location-contact-actions {
  display: grid;
  gap: 0.75rem;
  min-width: min(300px, 100%);
}

.location-contact-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.location-offices-nav {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.location-offices-nav > strong {
  display: block;
  margin-bottom: 0.8rem;
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.location-office-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.location-office-links a {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(238, 245, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.location-office-links a[aria-current="page"],
.location-office-links a:hover {
  border-color: rgba(118, 195, 0, 0.5);
  background: rgba(118, 195, 0, 0.12);
  color: white;
}

.location-directory-summary {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.location-directory-summary div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.location-directory-summary div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.location-directory-summary strong {
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.05rem;
}

.location-directory-summary span {
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: right;
}

.location-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.location-directory-card {
  position: relative;
  min-width: 0;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel-strong);
  box-shadow: 0 12px 34px rgba(8, 32, 63, 0.06);
  overflow: hidden;
}

.location-directory-card::after {
  content: attr(data-code);
  position: absolute;
  right: 1rem;
  top: 0.65rem;
  color: rgba(8, 32, 63, 0.045);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.location-directory-card-featured {
  background: linear-gradient(145deg, #0a284e, #071b36);
  color: white;
}

.location-directory-card-featured::after {
  color: rgba(255, 255, 255, 0.06);
}

.location-directory-card .location-card-label {
  width: fit-content;
}

.location-directory-card h2 {
  position: relative;
  z-index: 1;
  margin: auto 0 0.75rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  letter-spacing: -0.045em;
}

.location-directory-card address {
  position: relative;
  z-index: 1;
  min-height: 5.4em;
  color: var(--ink-soft);
  font-style: normal;
  line-height: 1.65;
}

.location-directory-card-featured address {
  color: rgba(238, 245, 255, 0.7);
}

.location-directory-card > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  color: var(--accent-deep);
  font-weight: 800;
}

.location-directory-card-featured > a {
  color: var(--accent);
}

.location-directory-card > a:hover {
  color: var(--brand);
}

.location-directory-card-featured > a:hover {
  color: white;
}

.service-area-page .location-hero h1 {
  max-width: 13ch;
}

.service-area-card .service-area-place {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-weight: 800;
}

.service-area-directory-groups {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.service-area-directory-group {
  min-width: 0;
}

.service-area-directory-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.service-area-directory-group-head span {
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
}

.service-area-directory-group-head strong {
  color: var(--ink-soft);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-area-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-area-directory-card {
  min-width: 0;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel-strong);
  box-shadow: 0 10px 28px rgba(8, 32, 63, 0.05);
}

.service-area-directory-card > span {
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-area-directory-card h2 {
  margin: 0.8rem 0 0.55rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.service-area-directory-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-area-coverage-note {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-area-coverage-note::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  box-shadow: 0 0 0 4px rgba(118, 195, 0, 0.12);
}

.service-area-priority-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.service-area-priority-links a {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-strong);
  box-shadow: 0 10px 26px rgba(8, 32, 63, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-area-priority-links a:hover {
  border-color: rgba(118, 195, 0, 0.55);
  box-shadow: 0 14px 32px rgba(8, 32, 63, 0.09);
  transform: translateY(-2px);
}

.service-area-priority-links span {
  color: var(--accent-deep);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-area-priority-links strong {
  color: var(--brand);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.96rem;
  line-height: 1.3;
}

.service-area-resource-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Search-intent service guides */
.service-guide-hub {
  position: relative;
  border-block: 1px solid rgba(8, 32, 63, 0.07);
  background:
    radial-gradient(circle at 12% 18%, rgba(118, 195, 0, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 235, 0.84));
}

.service-guide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-guide-grid a {
  min-width: 0;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(8, 32, 63, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(8, 32, 63, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-guide-grid a:nth-child(3n + 2) {
  background: #0a284e;
  color: white;
}

.service-guide-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 195, 0, 0.5);
  box-shadow: 0 18px 40px rgba(8, 32, 63, 0.11);
}

.service-guide-grid span {
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-guide-grid a:nth-child(3n + 2) span {
  color: var(--accent);
}

.service-guide-grid strong {
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
}

.service-intent-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 4.8vw, 4.75rem);
}

.service-intent-card-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.service-capacity-section {
  padding-top: 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(118, 195, 0, 0.12), transparent 26%),
    transparent;
}

.service-capacity-head {
  align-items: start;
}

.service-capacity-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-capacity-metric {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(8, 32, 63, 0.05);
}

.service-capacity-metric:nth-child(3n + 2) {
  background: linear-gradient(145deg, #0a284e, #071b36);
  color: white;
}

.service-capacity-metric > span {
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-capacity-metric:nth-child(3n + 2) > span {
  color: var(--accent);
}

.service-capacity-metric > strong {
  margin-top: auto;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.service-capacity-metric > small {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.service-capacity-metric:nth-child(3n + 2) > small {
  color: rgba(238, 245, 255, 0.7);
}

.service-capacity-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.service-capacity-detail {
  min-width: 0;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(244, 249, 235, 0.84);
}

.service-capacity-detail h3 {
  margin: 0 0 0.8rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  letter-spacing: -0.035em;
}

.service-capacity-detail p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.service-capacity-detail ul {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.service-capacity-detail li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.service-capacity-detail li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0.55em;
  border-radius: 50%;
  background: var(--accent);
}

.service-capacity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.service-capacity-media {
  border-color: rgba(255, 0, 0, 0.18);
}

.service-capacity-disclaimer {
  max-width: 92ch;
  margin: 1.15rem 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.65;
}

.service-intent-process {
  background:
    radial-gradient(circle at 88% 20%, rgba(247, 197, 86, 0.18), transparent 28%),
    transparent;
}

.service-intent-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-intent-steps article {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(8, 32, 63, 0.05);
}

.service-intent-steps article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--location-accent-soft);
  color: var(--accent-deep);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.service-intent-steps h3 {
  margin: 0 0 0.45rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.05rem;
}

.service-intent-steps p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.service-intent-related-section {
  padding-top: 0;
}

.service-intent-related-head {
  max-width: 720px;
  margin-bottom: 1.6rem;
}

.service-intent-related-head h2 {
  margin: 0.8rem 0 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

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

.service-intent-related a {
  min-width: 0;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel-strong);
  box-shadow: 0 14px 34px rgba(8, 32, 63, 0.06);
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-intent-related a:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 195, 0, 0.5);
}

.service-intent-related span,
.service-intent-related small {
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-intent-related strong {
  margin: auto 0 1rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
}

.service-intent-page .footer-meta > a:not(.footer-contact-line) {
  color: rgba(255, 255, 255, 0.78);
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .location-hero-grid,
  .location-section-head,
  .location-coverage-grid,
  .location-faq-grid,
  .location-contact-card {
    grid-template-columns: 1fr;
  }

  .location-office-card {
    max-width: 720px;
  }

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

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

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

  .service-area-priority-links,
  .service-area-resource-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .location-contact-actions {
    width: min(100%, 520px);
  }
}

@media (max-width: 760px) {
  .location-hero {
    padding-top: 3rem;
  }

  .location-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .location-hero-actions,
  .location-hero-actions .button,
  .location-text-link {
    width: 100%;
  }

  .location-proof-grid,
  .location-solution-grid,
  .location-process-grid,
  .location-directory-grid,
  .service-area-directory-grid {
    grid-template-columns: 1fr;
  }

  .service-area-priority-links,
  .service-area-resource-links {
    grid-template-columns: 1fr;
  }

  .service-guide-grid,
  .service-intent-steps,
  .service-intent-related,
  .service-capacity-metrics,
  .service-capacity-details {
    grid-template-columns: 1fr;
  }

  .service-capacity-actions,
  .service-capacity-actions .button {
    width: 100%;
  }

  .service-guide-grid a {
    min-height: 116px;
  }

  .service-area-directory-group-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-proof-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .location-solution-card {
    min-height: 230px;
  }

  .location-section-head h2,
  .location-coverage-copy h2,
  .location-contact-card h2,
  .location-faq-intro h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

/* Shared viewport containment keeps every page inside narrow mobile screens. */
html,
body {
  width: 100%;
  max-width: 100%;
}

html {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html {
    overflow-x: hidden;
  }
}

body,
.container,
.header-shell,
.nav-panel,
.site-nav,
.field,
.blog-controls,
.article-content,
.article-aside,
.offering-form-card {
  min-width: 0;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

input,
select,
textarea {
  min-width: 0;
  max-width: 100%;
}

:where(
  .hero-grid,
  .field-grid,
  .metric-grid,
  .audience-grid,
  .solution-grid,
  .process-grid,
  .support-grid,
  .split-layout,
  .footer-shell,
  .footer-service-grid,
  .footer-legal,
  .admin-hero,
  .admin-login-panel,
  .admin-login-form,
  .admin-stat-grid,
  .admin-lead-filters,
  .admin-edit-grid,
  .document-grid,
  .quotation-form,
  .quote-preview-grid,
  .blog-hero-grid,
  .blog-library-head,
  .blog-grid,
  .blog-newsletter-shell,
  .article-layout,
  .article-aside-inner,
  .offering-hero-grid,
  .offering-hero-points,
  .offering-proof-grid,
  .offering-use-grid,
  .offering-split,
  .offering-model-grid,
  .offering-process-grid,
  .offering-official-note,
  .offering-cta,
  .location-hero-grid,
  .location-proof-grid,
  .location-section-head,
  .location-solution-grid,
  .location-process-grid,
  .location-coverage-grid,
  .location-faq-grid,
  .location-contact-card,
  .location-directory-grid,
  .service-area-directory-grid,
  .service-area-priority-links
) > * {
  min-width: 0;
  max-width: 100%;
}

.hero-section,
.blog-card-visual {
  overflow: hidden;
  overflow: clip;
}

.legal-table-wrap,
.admin-table-wrap,
.article-table-wrap,
.blog-filters {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.article-content,
.article-aside-card,
.article-related-links,
.legal-section,
.footer-meta {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .admin-lead-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-lead-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .button,
  .eyebrow,
  .offering-official-note a {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .button {
    line-height: 1.25;
  }

  .eyebrow {
    justify-content: flex-start;
    line-height: 1.25;
  }

  .hero-points span,
  .card-kicker,
  .footer-city-list li {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .footer-legal-links a + a::before {
    content: none;
  }

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

  .mobile-cta a {
    min-width: 0;
    padding-inline: 0.65rem;
    text-align: center;
    white-space: normal;
  }

  .admin-lead-filters,
  .admin-edit-grid {
    grid-template-columns: 1fr;
  }

  .admin-lead-search,
  .admin-edit-grid .field-wide {
    grid-column: auto;
  }

  .admin-lead-filters .button {
    width: 100%;
  }

  .lead-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .lead-detail-actions .button {
    width: 100%;
  }

  .admin-edit-dialog {
    width: calc(100% - 1rem);
    max-height: calc(100dvh - 1rem);
    border-radius: 20px;
  }

  .admin-edit-head {
    align-items: flex-start;
  }

  .admin-edit-actions .button {
    flex: 1;
  }
}

@media (max-width: 380px) {
  .container {
    width: calc(100% - 1rem);
  }

  .header-shell {
    min-height: 72px;
    gap: 0.6rem;
    padding: 0.7rem 0.75rem;
  }

  .brand {
    max-width: calc(100% - 76px);
  }

  .menu-toggle {
    flex: 0 0 auto;
    padding-inline: 0.85rem;
  }

  .hero-form-card,
  .offering-form-card,
  .admin-panel,
  .admin-note,
  .admin-stat-card {
    padding-inline: 1rem;
  }

  .mobile-cta {
    gap: 0.5rem;
    padding-inline: 0.65rem;
  }

  .lead-detail-actions,
  .admin-edit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
