:root {
  --navy: #0a3f77;
  --navy-deep: #072f59;
  --navy-soft: #10529c;
  --orange: #f27f20;
  --orange-deep: #d9690f;
  --paper: #ffffff;
  --line: #d8dce3;
  --ink: #10243d;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #f4f8ff;
  color: var(--ink);
  font-family: "Montserrat", "Arial", sans-serif;
  min-height: 100vh;
  padding-top: var(--nav-shell-height, 0px);
  transition: padding-top 0.24s ease;
}

.page-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.dashboard-page {
  background: #eef4fd;
}

body.dashboard-page .page-wrap {
  min-height: calc(100vh - var(--nav-shell-height, 0px));
  display: flex;
}

.flyer {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--paper);
  border: 0;
  box-shadow: none;
}

body.dashboard-page .flyer {
  min-height: calc(100vh - var(--nav-shell-height, 0px));
  display: flex;
  flex-direction: column;
}

body.dashboard-page .page-content {
  flex: 1 0 auto;
}

body.login-page .page-wrap,
body.login-page .flyer {
  min-height: calc(100vh - var(--nav-shell-height, 0px));
}

.sticky-nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: linear-gradient(180deg, var(--navy-soft) 0%, var(--navy) 100%);
  border-bottom: 2px solid #2f79c8;
  box-shadow: 0 8px 20px rgba(8, 30, 60, 0.2);
  transform: translateY(0);
  transition: transform 0.24s ease;
}

body.nav-hidden .sticky-nav-shell {
  transform: translateY(calc(-1 * var(--nav-shell-height, 0px)));
}

body.nav-hidden {
  padding-top: 0;
}

.top-header {
  background: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding: 0.24rem 0.65rem 0.16rem;
  border-bottom: 0;
}

.brand-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.68rem;
}

.brand-logo {
  width: clamp(128px, 11vw, 156px);
  height: auto;
  display: block;
  border-radius: 4px;
}

.brand-home-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.brand-block > div {
  display: none;
}

.brand-title {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.56rem;
  line-height: 1;
  font-weight: 700;
}

.brand-sub {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.hero-buttons,
.bottom-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  text-transform: none;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.55rem 0.85rem;
  border-radius: 2px;
  min-width: 112px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn-orange {
  color: #fff;
  background: linear-gradient(180deg, #ff9f39 0%, var(--orange) 75%);
}

.btn-blue {
  color: #fff;
  background: linear-gradient(180deg, #2e7ac8 0%, #0f4f98 75%);
}

.mini-strip {
  margin: 0;
  text-align: center;
  background: linear-gradient(180deg, #f4f8ff 0%, #e7effa 100%);
  color: var(--navy-deep);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1.08rem;
  padding: 0.42rem 0.8rem;
  border-bottom: 1px solid #c8d8ec;
}

.section-kicker {
  margin: 0 0 0.4rem;
  text-align: center;
  color: #1c5a96;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: #35669c;
}

.hero {
  position: relative;
  padding: 0;
  min-height: 0;
  border-top: 2px solid #124a84;
  border-bottom: 2px solid #124a84;
}

.hero-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cta {
  position: absolute;
  left: clamp(0.85rem, 4.5vw, 3rem);
  bottom: clamp(0.8rem, 5.5vw, 2.35rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  z-index: 2;
}

.hero-cta .btn {
  min-width: clamp(148px, 16vw, 260px);
  width: auto;
  padding: clamp(0.5rem, 1.1vw, 0.9rem) clamp(0.95rem, 1.8vw, 1.4rem);
  font-size: clamp(0.85rem, 1.55vw, 1.03rem);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
  flex: 0 0 auto;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
  gap: 1rem;
  padding: 1rem 0.85rem;
  background:
    radial-gradient(circle at top left, rgba(56, 123, 192, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  border-bottom: 1px solid #d9e4f1;
}

.home-intro-copy,
.home-intro-panel {
  border: 1px solid #d7e3f1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(14, 44, 79, 0.08);
  padding: 1rem 1.05rem;
}

.home-intro-copy .section-kicker,
.home-intro-panel .panel-label {
  text-align: left;
}

.home-intro-copy h2 {
  margin: 0 0 0.55rem;
  color: #123d6f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3.9vw, 3rem);
  line-height: 0.95;
  font-style: italic;
}

.home-intro-copy p {
  margin: 0 0 0.7rem;
  color: #365473;
  font-size: 1rem;
  line-height: 1.65;
}

.intro-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.intro-checklist li {
  padding: 0.78rem 0.85rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  border: 1px solid #d6e3f2;
  color: #22476e;
  font-weight: 600;
}

.intro-checklist li::before {
  content: "•";
  color: var(--orange);
  font-weight: 900;
  margin-right: 0.45rem;
}

.panel-label {
  margin: 0 0 0.75rem;
  color: #1c5a96;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-stat-grid {
  display: grid;
  gap: 0.7rem;
}

.intro-stat-grid article {
  padding: 0.82rem 0.88rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #174d87 0%, #0d3968 100%);
  color: #fff;
}

.intro-stat-grid strong,
.intro-stat-grid span {
  display: block;
}

.intro-stat-grid strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.28rem;
  line-height: 1;
  margin-bottom: 0.28rem;
}

.intro-stat-grid span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.45;
}

.intro-actions,
.quote-process-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.intro-actions {
  margin-top: 0.95rem;
}

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

.section-block {
  padding: 0.72rem 0.65rem 0.95rem;
}

.section-block h2,
.bottom-cta h2 {
  margin: 0 0 0.66rem;
  text-align: center;
  color: #123d6f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  line-height: 1;
  font-style: italic;
}

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

.service-card {
  border: 1px solid var(--line);
  background: #f7fbff;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 36, 61, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(16, 36, 61, 0.11);
}

.service-card h3 {
  margin: 0;
  background: linear-gradient(180deg, #1d5d9f 0%, var(--navy) 100%);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1;
  padding: 0.44rem 0.35rem;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
}

.service-card p {
  margin: 0;
  color: #3d536d;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.14rem 0.2rem;
}

.service-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.testimonials {
  padding: 0.8rem 0.6rem 1rem;
  background:
    linear-gradient(180deg, rgba(229, 239, 252, 0.92) 0%, rgba(210, 227, 246, 0.9) 100%),
    url("../../assets/testimonials-water-bg.png") center top / 100% auto repeat-y;
  border-top: 2px solid #bfd2ea;
  border-bottom: 2px solid #b0c6e3;
}

.testimonials-inner {
  width: min(1600px, 100%);
  margin: 0 auto;
}

.testimonials h2 {
  margin: 0 0 0.75rem;
  text-align: center;
  color: #1f4f86;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1;
  font-style: italic;
}

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

.testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d5dfe9;
  border-radius: 12px;
  padding: 0.8rem 0.85rem 0.75rem;
  box-shadow: 0 7px 20px rgba(20, 44, 74, 0.1);
}

.stars {
  margin: 0;
  color: #f3b21f;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.quote {
  margin: 0.6rem 0 0.8rem;
  color: #3f434a;
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.45;
  font-style: italic;
  min-height: 5.4rem;
}

.person-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.person-meta .name,
.person-meta .city {
  margin: 0;
}

.person-meta .name {
  color: #1f4f86;
  font-size: clamp(0.96rem, 1.45vw, 1.14rem);
  font-weight: 800;
}

.person-meta .city {
  margin-top: 0.25rem;
  color: #2f5f95;
  font-size: clamp(0.84rem, 1.15vw, 0.98rem);
  font-weight: 500;
}

.avatar {
  width: clamp(52px, 6.2vw, 74px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid #bfd2ea;
  background: linear-gradient(160deg, #f6f9ff 0%, #dfeaf7 100%);
  color: #1f4f86;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.difference-section {
  padding: 0.9rem 0.7rem 1.15rem;
  background: linear-gradient(180deg, #f4f8ff 0%, #e7f0fc 100%);
  border-top: 2px solid #c8d8ec;
  border-bottom: 2px solid #c0d2e8;
}

.difference-inner {
  width: min(1600px, 100%);
  margin: 0 auto;
}

.difference-section h2 {
  margin: 0 0 0.75rem;
  text-align: center;
  color: #1f4f86;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
  font-style: italic;
}

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

.difference-card {
  border: 1px solid #cddaea;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 44, 74, 0.09);
}

.difference-card img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.bottom-cta {
  background: linear-gradient(180deg, #0d4c8d 0%, #08386a 100%);
  border-top: 2px solid #2e78c6;
  color: #fff;
  padding: 0.75rem 0.72rem 0.95rem;
}

.bottom-cta h2 {
  color: #fff;
  margin-bottom: 0.4rem;
  font-style: normal;
}

.bottom-cta-copy {
  margin: 0 auto 0.85rem;
  max-width: 54rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.55;
}

.bottom-buttons {
  justify-content: center;
}

.site-footer {
  padding: 0.8rem 1rem 1rem;
  text-align: center;
  background: #f6f8fc;
  border-top: 1px solid #d2d9e2;
}

.site-footer p {
  margin: 0.2rem 0;
  font-size: 0.74rem;
  color: #315177;
  font-weight: 600;
}

.page-nav {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  padding: 0.35rem 0.62rem 0.55rem;
  background: transparent;
  border-top: 1px solid rgba(184, 209, 237, 0.55);
  border-bottom: 0;
}

.page-nav .nav-row {
  display: grid;
  gap: 0.42rem;
}

.page-nav .nav-row-main {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-nav .nav-row-secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-nav .nav-row-tertiary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-nav a {
  text-decoration: none;
  color: #18497f;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.48rem 0.4rem;
  line-height: 1.15;
  border: 1px solid #bfd2ea;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-nav a.active {
  background: linear-gradient(180deg, #2d72bb 0%, #124d91 100%);
  color: #fff;
  border-color: #124d91;
}

.page-nav .nav-quote {
  background: linear-gradient(180deg, #ffa640 0%, #f27f20 100%);
  color: #fff;
  border-color: #d36815;
  font-size: 1rem;
  font-weight: 800;
  min-height: 48px;
  border-radius: 14px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.65rem;
  background: #f6f9ff;
  border-top: 1px solid #d9e5f4;
  border-bottom: 1px solid #d9e5f4;
}

.trust-item {
  text-align: center;
  background: #fff;
  border: 1px solid #d0deef;
  border-radius: 10px;
  padding: 0.52rem 0.38rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #214e83;
}

.trust-item strong {
  display: block;
  color: #103966;
  font-size: 0.9rem;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.01em;
}

.brands-section {
  padding: 0.9rem 0.72rem 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eff5ff 100%);
  border-top: 1px solid #d8e4f1;
  border-bottom: 1px solid #d8e4f1;
}

.brands-section h2 {
  margin: 0 0 0.78rem;
  text-align: center;
  color: #123d6f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.5rem, 2.9vw, 2.1rem);
  line-height: 1;
}

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

.brand-category-card {
  border: 1px solid #d4e1f0;
  border-radius: 14px;
  background: #fff;
  padding: 0.82rem;
  box-shadow: 0 10px 22px rgba(16, 36, 61, 0.05);
}

.brand-category-card h3 {
  margin: 0 0 0.55rem;
  color: #18497f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.brand-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #d4e1f0;
  background: linear-gradient(180deg, #f9fbff 0%, #edf5ff 100%);
  color: #214d83;
  font-size: 0.8rem;
  font-weight: 800;
}

.quote-process {
  padding: 0.95rem 0.72rem 1.05rem;
  background: linear-gradient(180deg, #fef6ed 0%, #fff9f2 100%);
  border-top: 1px solid #f1d1b4;
  border-bottom: 1px solid #f1d1b4;
}

.quote-process h2 {
  margin: 0 0 0.8rem;
  text-align: center;
  color: #123d6f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.5rem, 2.9vw, 2.15rem);
  line-height: 1;
}

.quote-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.quote-step {
  position: relative;
  padding: 0.95rem 0.85rem 0.85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0d8c0;
  box-shadow: 0 10px 22px rgba(104, 56, 16, 0.08);
}

.quote-step span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
  background: linear-gradient(180deg, #ff9f39 0%, #f27f20 100%);
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.quote-step h3 {
  margin: 0 0 0.35rem;
  color: #18497f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.28rem;
  line-height: 1;
}

.quote-step p {
  margin: 0;
  color: #47617d;
  font-size: 0.92rem;
  line-height: 1.55;
}

.quote-process-actions {
  justify-content: center;
}

.quick-links {
  padding: 0.8rem 0.65rem 1rem;
  background: #f7fbff;
  border-top: 1px solid #d4e2f2;
}

.quick-links h2 {
  margin: 0 0 0.65rem;
  text-align: center;
  color: #1f4f86;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1;
  font-style: italic;
}

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

.quick-link-card {
  border: 1px solid #cddaea;
  background: #fff;
  border-radius: 10px;
  padding: 0.62rem;
  text-align: center;
}

.quick-link-card h3 {
  margin: 0;
  color: #15487f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.18rem;
}

.quick-link-card img {
  width: 100%;
  display: block;
  border: 1px solid #d1deee;
  border-radius: 10px;
  margin: 0.45rem 0 0.5rem;
  background: #f8fbff;
}

.quick-link-card p {
  margin: 0.2rem 0 0.58rem;
  font-size: 0.75rem;
  color: #3a597b;
  min-height: 2rem;
}

.quick-link-card a {
  text-decoration: none;
  display: inline-flex;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #2f7dca 0%, #0f4f98 100%);
}

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

.blog-card {
  border: 1px solid #cddaea;
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 8px 20px rgba(20, 44, 74, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(20, 44, 74, 0.11);
}

.blog-tag {
  margin: 0 0 0.35rem;
  color: #1e5a98;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0;
  color: #15487f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.blog-card p {
  color: #385777;
}

.blog-card a {
  text-decoration: none;
  display: inline-flex;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #2f7dca 0%, #0f4f98 100%);
}

.article-card {
  max-width: 900px;
  margin-inline: auto;
}

.article-card h2 {
  margin-top: 1rem;
}

.licensed-banner {
  text-align: center;
  padding: 0.58rem 0.7rem;
  background: linear-gradient(180deg, #1f5c9e 0%, #0d3f74 100%);
  color: #fff;
  border-top: 1px solid #397ec3;
  border-bottom: 1px solid #397ec3;
  font-size: 0.82rem;
  font-weight: 700;
}

.page-hero {
  padding: 1rem 0.72rem 0.9rem;
  background: linear-gradient(180deg, #eff5ff 0%, #e4eefb 100%);
  border-top: 1px solid #c8d8ec;
  border-bottom: 1px solid #c8d8ec;
}

.page-hero h1 {
  margin: 0;
  text-align: center;
  color: #194b83;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 0.95;
}

.page-hero p {
  margin: 0.5rem auto 0;
  text-align: center;
  color: #31587f;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  max-width: 80ch;
}

.page-content {
  padding: 1rem 0.72rem 1.1rem;
  background: #f8fbff;
}

.content-card {
  background: #fff;
  border: 1px solid #d0deef;
  border-radius: 12px;
  padding: 0.9rem;
  margin-bottom: 0.78rem;
}

.content-card h2 {
  margin: 0 0 0.6rem;
  color: #17497f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1;
  font-style: italic;
}

.content-card h3 {
  margin: 0 0 0.42rem;
  color: #1f4f86;
  font-size: 1rem;
  font-weight: 800;
}

.content-card p {
  margin: 0.35rem 0;
  color: #334b66;
  font-size: 0.92rem;
  line-height: 1.55;
}

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

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

.feature-list,
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding: 0.42rem 0.5rem;
  border-radius: 8px;
  margin-bottom: 0.35rem;
  background: #f2f7ff;
  border: 1px solid #d8e4f4;
  color: #2f4b69;
  font-size: 0.9rem;
}

.faq-item {
  border: 1px solid #d4e1f2;
  border-radius: 9px;
  background: #f7fbff;
  padding: 0.55rem 0.6rem;
  margin-bottom: 0.45rem;
}

.faq-item h4 {
  margin: 0 0 0.3rem;
  color: #1d4d84;
  font-size: 0.94rem;
}

.faq-item p {
  margin: 0;
  font-size: 0.88rem;
}

.media-banner {
  width: 100%;
  display: block;
  border: 1px solid #c7d8ec;
  border-radius: 10px;
}

.mini-cta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.72rem;
}

.service-card .mini-cta {
  justify-content: center;
  margin: auto 0 0.72rem;
  padding-inline: 0.4rem;
}

.mini-cta a {
  text-decoration: none;
  display: inline-flex;
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
  color: #fff;
}

.mini-cta .primary {
  background: linear-gradient(180deg, #ff9f39 0%, #f27f20 100%);
}

.mini-cta .secondary {
  background: linear-gradient(180deg, #2f7dca 0%, #0f4f98 100%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
}

.gallery-intro {
  max-width: 760px;
  margin: 0 0 1rem;
  color: #355575;
  font-size: 0.98rem;
}

.gallery-card {
  margin: 0;
  padding: 0.8rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid #c8d8ec;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(20, 63, 113, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(20, 63, 113, 0.12);
}

.gallery-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
  border: 1px solid #c8d8ec;
}

.gallery-card figcaption {
  margin-top: 0.7rem;
  text-align: center;
  color: #1b4e84;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-form {
  display: grid;
  gap: 0.6rem;
}

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

.address-autocomplete {
  position: relative;
}

.contact-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #204f85;
  margin-bottom: 0.2rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c7d9ee;
  border-radius: 8px;
  padding: 0.55rem 0.62rem;
  font: inherit;
  background: #fff;
}

.input-help {
  margin: 0.32rem 0 0;
  color: #506b88;
  font-size: 0.78rem;
  line-height: 1.4;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.address-autocomplete-menu {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 0;
  right: 0;
  border: 1px solid #c7d9ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(11, 33, 61, 0.16);
  z-index: 2000;
  overflow: hidden;
}

.address-autocomplete-item {
  display: block;
  width: 100%;
  padding: 0.72rem 0.95rem;
  border: 0;
  border-top: 1px solid #e3edf8;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #163f70;
  cursor: pointer;
}

.address-autocomplete-item:first-child {
  border-top: 0;
}

.address-autocomplete-item:hover,
.address-autocomplete-item.is-active {
  background: #f3f8ff;
}

.pac-container {
  margin-top: 0.35rem;
  border: 1px solid #c7d9ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(11, 33, 61, 0.16);
  font-family: "Montserrat", "Arial", sans-serif;
  z-index: 2000;
  overflow: hidden;
}

.pac-item {
  padding: 0.72rem 0.95rem;
  border-top: 1px solid #e3edf8;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #284666;
  cursor: pointer;
}

.pac-item:first-child {
  border-top: 0;
}

.pac-item:hover,
.pac-item.pac-item-selected {
  background: #f3f8ff;
}

.pac-icon {
  display: none;
}

.pac-item-query,
.pac-matched,
.pac-item span {
  color: #163f70;
  font-family: inherit;
}

.pac-item-query,
.pac-matched {
  font-weight: 700;
}

.submit-btn {
  border: 0;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  background: linear-gradient(180deg, #ff9f39 0%, #f27f20 100%);
}

.submit-btn:disabled {
  cursor: wait;
  filter: saturate(0.8);
}

.form-status,
.dashboard-status {
  margin: 0;
  min-height: 1.3rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.form-status[data-state="pending"] {
  color: #20558d;
}

.form-status[data-state="success"] {
  color: #1d7a43;
}

.form-status[data-state="error"],
.dashboard-status {
  color: #b03131;
}

.dashboard-shell {
  padding: 1rem;
}

.dashboard-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.dashboard-toolbar h2 {
  margin-bottom: 0.18rem;
}

.dashboard-toolbar p {
  margin: 0;
}

.dashboard-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2f7dca 0%, #0f4f98 100%);
}

.dashboard-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #18497f;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #c8d8ec;
}

.dashboard-danger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid #b93a3a;
  background: linear-gradient(180deg, #d55353 0%, #a92e2e 100%);
  cursor: pointer;
}

.dashboard-danger-link:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.dashboard-confirm[hidden] {
  display: none;
}

.dashboard-confirm,
.invoice-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.invoice-modal[hidden] {
  display: none;
}

.dashboard-confirm-backdrop,
.invoice-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 41, 0.58);
  backdrop-filter: blur(3px);
}

.dashboard-confirm-card,
.invoice-modal-card {
  position: relative;
  width: min(460px, 100%);
  border-radius: 24px;
  border: 1px solid #d5e1ef;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 28px 60px rgba(14, 34, 59, 0.22);
  padding: 1.35rem;
}

.invoice-modal-card {
  width: min(760px, 100%);
  max-height: min(86vh, 880px);
  overflow: auto;
}

.invoice-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.invoice-modal-head h2 {
  margin: 0;
  color: #163f70;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
}

.invoice-modal-head p {
  margin: 0.25rem 0 0;
  color: #315177;
  font-weight: 600;
}

.invoice-modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid #c9d9ec;
  border-radius: 999px;
  background: #f3f8ff;
  color: #1d4f86;
  font-size: 1.5rem;
  font-weight: 800;
  cursor: pointer;
}

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

.invoice-modal label {
  display: block;
  margin-bottom: 0.3rem;
  color: #24486f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.invoice-modal input,
.invoice-modal textarea {
  width: 100%;
  border: 1px solid #c8d8ec;
  border-radius: 12px;
  padding: 0.8rem;
  color: #263c55;
  font: inherit;
}

.invoice-modal textarea {
  min-height: 100px;
  resize: vertical;
}

.invoice-line-items {
  display: grid;
  gap: 0.65rem;
  margin: 0.9rem 0 0.65rem;
}

.invoice-line-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 180px) auto;
  gap: 0.65rem;
  align-items: end;
}

.invoice-remove-line {
  width: 42px;
  height: 42px;
  border: 1px solid #e3bcbc;
  border-radius: 999px;
  background: #fff3f3;
  color: #a92e2e;
  font-size: 1.25rem;
  font-weight: 800;
  cursor: pointer;
}

.invoice-add-line {
  border: 1px dashed #9fb8d6;
  background: #f4f9ff;
  color: #1b4d84;
  font-weight: 800;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 0.9rem;
}

.invoice-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

.dashboard-confirm-card h2 {
  margin: 0 0 0.45rem;
  color: #163f70;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
}

.dashboard-confirm-card p {
  margin: 0;
  color: #315177;
  font-weight: 600;
  line-height: 1.5;
}

.dashboard-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.dashboard-confirm-cancel,
.dashboard-confirm-ok {
  min-width: 120px;
  border-radius: 999px;
  padding: 0.85rem 1.05rem;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
}

.dashboard-confirm-cancel {
  border: 1px solid #c9d9ec;
  background: #edf4ff;
  color: #28558b;
}

.dashboard-confirm-ok {
  border: 1px solid #25579a;
  background: linear-gradient(180deg, #4d7fc5 0%, #2c5da2 100%);
  color: #fff;
}

.dashboard-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.dashboard-actions form {
  margin: 0;
}

.dashboard-logout {
  border: 1px solid #c8d8ec;
  background: #fff;
  color: #18497f;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}

.dashboard-empty {
  border: 1px dashed #bcd0e7;
  border-radius: 12px;
  padding: 1rem;
  background: #f6faff;
  color: #335576;
  font-weight: 600;
}

.dashboard-grid {
  display: grid;
  gap: 0.75rem;
}

.request-card {
  border: 1px solid #cfe0f1;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(20, 44, 74, 0.07);
  padding: 1rem;
}

.request-card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.request-delete-btn,
.request-invoice-btn {
  border: 1px solid #e3bcbc;
  background: #fff3f3;
  color: #a92e2e;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  cursor: pointer;
}

.request-invoice-btn {
  border-color: #b9d0ea;
  background: linear-gradient(180deg, #f3f9ff 0%, #e5f0fc 100%);
  color: #1d5a98;
}

.request-delete-btn:disabled,
.request-invoice-btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.request-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.request-card-head h3 {
  margin: 0;
  color: #15487f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.request-card-head p {
  margin: 0.18rem 0 0;
  color: #34618f;
  font-size: 0.88rem;
  font-weight: 700;
}

.request-timestamp {
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 700;
  color: #476b91;
  background: #eaf2fc;
  border: 1px solid #d1e0f0;
  border-radius: 999px;
  padding: 0.38rem 0.6rem;
}

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

.request-meta div {
  background: #f3f8ff;
  border: 1px solid #d6e3f2;
  border-radius: 10px;
  padding: 0.62rem;
}

.request-meta dt {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4b6b8e;
}

.request-meta dd {
  margin: 0.22rem 0 0;
  color: #1e426b;
  font-size: 0.95rem;
  font-weight: 700;
  word-break: break-word;
}

.request-meta a {
  color: inherit;
}

.request-details {
  margin-top: 0.8rem;
  background: #fff;
  border: 1px solid #d8e4f3;
  border-radius: 10px;
  padding: 0.75rem;
}

.request-details h4 {
  margin: 0 0 0.35rem;
  color: #1b4d84;
  font-size: 0.92rem;
}

.request-details p {
  margin: 0;
  color: #34506f;
  line-height: 1.55;
  white-space: pre-wrap;
}

.invoice-history ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.invoice-history li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 0.6rem;
  align-items: center;
  color: #34506f;
  font-weight: 700;
}

.invoice-history a {
  color: #1d5a98;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.invoice-history a:hover {
  text-decoration: underline;
}

.invoice-history small {
  color: #6f86a1;
  font-size: 0.72rem;
  font-weight: 600;
}

.attachment-list {
  margin-top: 0.7rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #34506f;
}

.attachment-list li + li {
  margin-top: 0.3rem;
}

.attachment-list a {
  color: #1e5a98;
  font-weight: 700;
  text-decoration: none;
}

.attachment-list a:hover {
  text-decoration: underline;
}

.attachment-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.7rem;
}

.attachment-preview-link {
  text-decoration: none;
  color: inherit;
}

.attachment-preview-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid #d4e1f0;
  background: #eef5ff;
  box-shadow: 0 10px 22px rgba(16, 36, 61, 0.08);
}

.attachment-preview-caption {
  display: block;
  margin-top: 0.38rem;
  color: #315177;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.login-content {
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--nav-shell-height, 0px));
  padding: 1.2rem 0.72rem;
}

.login-card {
  width: min(460px, 100%);
  padding: 1.1rem;
  box-shadow: 0 18px 44px rgba(20, 44, 74, 0.12);
}

.login-kicker {
  margin: 0 0 0.4rem;
  color: #20558d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.login-card h1 {
  margin: 0;
  color: #17497f;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 5vw, 2.7rem);
  line-height: 0.95;
}

.login-copy {
  margin: 0.5rem 0 0.85rem;
}

.login-form {
  display: grid;
  gap: 0.7rem;
}

.login-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #204f85;
  margin-bottom: 0.2rem;
}

.login-form input {
  width: 100%;
  border: 1px solid #c7d9ee;
  border-radius: 8px;
  padding: 0.62rem 0.7rem;
  font: inherit;
  background: #fff;
}

.password-actions {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .top-header {
    padding: 0.2rem 0.45rem 0.14rem;
  }

  .home-intro {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .brand-category-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .dashboard-toolbar,
  .request-card-head {
    flex-direction: column;
  }

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

  .quote {
    min-height: 0;
  }

  .hero-cta {
    left: 50%;
    bottom: 0.85rem;
    transform: translateX(-50%);
    width: calc(100% - 1.2rem);
    justify-content: center;
    gap: 0.55rem;
  }

  .hero-cta .btn {
    min-width: 140px;
    flex: 1 1 170px;
    text-align: center;
    font-size: 0.9rem;
  }

  .bottom-buttons .btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 520px) {
  .page-wrap {
    padding: 0;
  }

  .brand-logo {
    width: 100px;
  }

  .hero {
    padding: 0.2rem 0 0.65rem;
    background: linear-gradient(180deg, #0f3f74 0%, #0a315c 100%);
    overflow: hidden;
  }

  .hero-banner-image {
    display: block;
    width: 112%;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: center center;
    margin-left: -6%;
    border-top: 1px solid #2f79c8;
    border-bottom: 1px solid #2f79c8;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

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

  .home-intro {
    padding: 0.75rem 0.5rem;
    gap: 0.7rem;
  }

  .home-intro-copy,
  .home-intro-panel {
    padding: 0.85rem;
    border-radius: 14px;
  }

  .intro-actions,
  .quote-process-actions {
    flex-direction: column;
  }

  .intro-actions .btn,
  .quote-process-actions .btn {
    width: 100%;
  }

  .home-intro-copy h2 {
    font-size: 1.7rem;
  }

  .page-nav a {
    font-size: 0.73rem;
    padding: 0.4rem 0.3rem;
    min-height: 38px;
  }

  .page-nav .nav-quote {
    font-size: 0.9rem;
    min-height: 44px;
    padding: 0.42rem 0.6rem;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.45rem;
  }

  .trust-item {
    padding: 0.38rem 0.26rem;
    font-size: 0.64rem;
    border-radius: 8px;
    line-height: 1.25;
  }

  .trust-item strong {
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .quick-link-grid {
    grid-template-columns: 1fr;
  }

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

  .content-grid-2,
  .content-grid-3,
  .form-row,
  .gallery-grid,
  .invoice-form-grid,
  .invoice-line-item,
  .request-meta {
    grid-template-columns: 1fr;
  }

  .invoice-line-item {
    align-items: stretch;
  }

  .invoice-remove-line {
    width: 100%;
  }

  .invoice-history li {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

  .page-content {
    padding: 0.75rem 0.5rem 0.9rem;
  }

  .testimonials {
    padding: 0.75rem 0.5rem 0.95rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .difference-section {
    padding: 0.72rem 0.5rem 0.9rem;
  }

  .difference-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .testimonial-card {
    padding: 0.7rem 0.72rem;
  }

  .stars {
    font-size: 1.2rem;
  }

  .quote {
    margin-top: 0.5rem;
    min-height: 0;
  }

  .hero-cta {
    position: static;
    transform: none;
    width: calc(100% - 0.9rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.4rem;
    justify-content: stretch;
    gap: 0.42rem;
  }

  .hero-cta .btn {
    flex: 1 1 calc(50% - 0.21rem);
    min-width: 0;
    padding: 0.58rem 0.55rem;
    font-size: 0.82rem;
  }

  .bottom-buttons {
    flex-direction: column;
    gap: 0.48rem;
  }

  .bottom-buttons .btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    flex: 0 0 auto;
    padding: 0.72rem 0.86rem;
    font-size: 0.9rem;
  }
}
