:root {
  --page-bg: #fbf7ef;
  --hero-bg: #123d87;
  --hero-bg-deep: #0e3270;
  --nav-text: #274a87;
  --nav-text-muted: #365487;
  --nav-divider: #123f8d;
  --accent-gold: #ddb347;
  --accent-gold-dark: #c89b2f;
  --white: #ffffff;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background: var(--page-bg);
}

html {
  scroll-behavior: smooth;
}

.side-brand-tab {
  position: fixed;
  left: 0;
  bottom: 26px;
  z-index: 1030;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem 1rem 0.8rem;
  background: transparent;
  border-left: 3px solid #3a2430;
  box-shadow: none;
}

.side-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.side-brand-logo img {
  display: block;
  width: 126px;
  height: auto;
}

.side-brand-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #d4a63e;
  border-radius: 50%;
  color: #c79d3a;
  background: #ffffff;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: var(--page-bg);
  border-bottom: 2px solid var(--nav-divider);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.scrolled {
  background: #fbf7ef;
  box-shadow: 0 8px 20px rgba(18, 63, 141, 0.08);
}

main {
  padding-top: 94px;
}

.about-hero-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 7rem;
  background: linear-gradient(180deg, rgba(18, 61, 135, 0.96), rgb(18 61 135));
  color: var(--white);
}

.about-hero-copy {
  max-width: 1030px;
  padding-left: 2.25rem;
  padding-top: 0.35rem;
}

.about-hero-section .section-kicker {
  margin-bottom: 1.35rem;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 0.8rem;
  letter-spacing: 0.33em;
}

.about-hero-title {
  max-width: 1080px;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.55rem, 5.8vw, 5.55rem);
  line-height: 0.955;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.about-hero-title span {
  color: var(--accent-gold);
}

.about-hero-text {
  max-width: 765px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.78;
}

.about-story-section {
  padding: 4.8rem 0 5.3rem;
  background: #fdf9f1;
}

.about-story-intro {
  max-width: 430px;
}

.about-story-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.06;
  font-weight: 500;
}

.about-story-content {
  max-width: 760px;
  padding-top: 0.2rem;
}

.about-story-content p {
  margin: 0 0 1.6rem;
  color: #455b83;
  font-size: 0.98rem;
  line-height: 1.9;
}

.about-story-content p:last-child {
  margin-bottom: 0;
}

.about-values-section {
  padding: 4.5rem 0 5rem;
  background: #fffdfa;
}

.about-values-intro {
  margin-bottom: 2.25rem;
}

.about-values-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.05;
  font-weight: 500;
}

.about-value-card {
  height: 100%;
  min-height: 210px;
  padding: 1.85rem 1.8rem;
  border: 1px solid rgba(221, 179, 71, 0.35);
  background: #ffffff;
}

.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(221, 179, 71, 0.65);
  color: var(--accent-gold);
  font-size: 1.2rem;
}

.about-value-card h3 {
  margin: 0 0 0.8rem;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
}

.about-value-card p {
  margin: 0;
  color: #5a6d8e;
  font-size: 0.96rem;
  line-height: 1.7;
}

.about-values-action {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

.about-values-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 50px;
  padding: 0.9rem 1.65rem;
  background: #153a79;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 500;
}

.about-values-note-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.about-values-note {
  position: relative;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  max-width: 810px;
  padding: 2rem 2rem 1.7rem;
  border: 1px solid rgba(221, 179, 71, 0.55);
  background: #fdf9f1;
}

.about-values-note::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--accent-gold);
  border-left: 2px solid var(--accent-gold);
}

.about-values-note::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 18px;
  height: 18px;
  border-right: 2px solid var(--accent-gold);
  border-bottom: 2px solid var(--accent-gold);
}

.about-values-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(221, 179, 71, 0.7);
  color: var(--accent-gold);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.about-values-note-content {
  flex: 1;
}

.about-values-note-label {
  margin: 0 0 0.7rem;
  color: var(--accent-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.about-values-note-title {
  margin: 0 0 1rem;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
}

.about-values-note-text {
  margin: 0;
  color: #495f86;
  font-size: 0.96rem;
  line-height: 1.8;
}

.about-values-note-footer {
  margin: 1.2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(221, 179, 71, 0.35);
  color: #4f6489;
  font-size: 0.92rem;
  line-height: 1.75;
}

.services-hero-section {
  padding: 4.25rem 0 4.6rem;
  background: linear-gradient(180deg, rgba(18, 61, 135, 0.96), rgb(18 61 135));
  color: var(--white);
}

.services-hero-copy {
  max-width: 950px;
}

.services-hero-section .section-kicker {
  margin-bottom: 1.3rem;
  border-bottom: 0;
  padding-bottom: 0;
}

.services-hero-title {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  font-weight: 500;
}

.services-hero-title span {
  color: var(--accent-gold);
}

.services-hero-text {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.services-filter-section {
  padding: 4rem 0 16rem;
  background: #fbf7ef;
}

.services-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-left: 3.6rem;
}

.services-filter-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: transparent;
  color: #153a79;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
}

.services-filter-tab.active {
  background: #153a79;
  border-color: #153a79;
  color: var(--accent-gold);
}

.insights-page-hero {
  padding: 4.1rem 0 4.4rem;
  background: linear-gradient(180deg, rgba(18, 61, 135, 0.96), rgb(18 61 135));
  color: var(--white);
}

.insights-page-hero-copy {
  max-width: 920px;
}

.insights-page-hero .section-kicker {
  margin-bottom: 1.25rem;
  border-bottom: 0;
  padding-bottom: 0;
}

.insights-page-title {
  max-width: 960px;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.5vw, 5.1rem);
  line-height: 0.98;
  font-weight: 500;
}

.insights-page-title span {
  color: var(--accent-gold);
}

.insights-page-text {
  max-width: 680px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.insights-list-section {
  padding: 1.2rem 0 4.2rem;
  background: #fbf7ef;
  border-top: 1px solid rgba(221, 179, 71, 0.25);
}

.insights-list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.insights-list-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.insights-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: #ffffff;
  color: #153a79;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 500;
}

.insights-filter-btn.active {
  background: #153a79;
  border-color: #153a79;
  color: var(--accent-gold);
}

.insights-search {
  position: relative;
  min-width: 290px;
}

.insights-search i {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  color: #7a8aa5;
  font-size: 0.8rem;
}

.insights-search input {
  width: 100%;
  height: 40px;
  padding: 0.7rem 0.9rem 0.7rem 2rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: #ffffff;
  color: #153a79;
  font-size: 0.76rem;
  outline: 0;
}

.upload-hero-section {
  padding: 4.15rem 0 4.5rem;
  background: linear-gradient(180deg, rgba(18, 61, 135, 0.96), rgb(18 61 135));
  color: var(--white);
}

.upload-hero-copy {
  max-width: 980px;
}

.upload-hero-section .section-kicker {
  margin-bottom: 1.25rem;
  border-bottom: 0;
  padding-bottom: 0;
}

.upload-hero-title {
  max-width: 1020px;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  line-height: 0.98;
  font-weight: 500;
}

.upload-hero-title span {
  color: var(--accent-gold);
}

.upload-hero-text {
  max-width: 760px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.upload-form-section {
  padding: 2rem 0 4.2rem;
  background: #fbf7ef;
  border-top: 1px solid rgba(221, 179, 71, 0.2);
}

.upload-form-card {
  padding: 1.3rem 1.3rem 1.45rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: #ffffff;
}

.upload-form-head h2 {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}

.upload-form-head p {
  margin: 0.25rem 0 1.35rem;
  color: #6c7d99;
  font-size: 0.78rem;
}

.upload-label {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--accent-gold);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.upload-input,
.upload-textarea {
  width: 100%;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: #fffdfa;
  color: #153a79;
  font-size: 0.82rem;
  outline: 0;
}

.upload-input {
  height: 42px;
  padding: 0.7rem 0.8rem;
}

.upload-textarea {
  min-height: 92px;
  padding: 0.8rem;
  resize: vertical;
}

.upload-help {
  display: inline-block;
  margin-top: 0.25rem;
  color: #a2afc4;
  font-size: 0.54rem;
}

.upload-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 145px;
  padding: 1rem;
  border: 1px dashed rgba(221, 179, 71, 0.5);
  background: #fffdfa;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.upload-dropzone.is-dragover {
  border-color: var(--accent-gold);
  background: #fff8e8;
  box-shadow: inset 0 0 0 2px rgba(221, 179, 71, 0.16);
}

.upload-dropzone-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.upload-dropzone i {
  color: var(--accent-gold);
  font-size: 1.8rem;
}

.upload-dropzone-title {
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}

.upload-dropzone-text {
  color: #7e8ea9;
  font-size: 0.74rem;
}

.upload-dropzone-meta {
  color: #9aa8bd;
  font-size: 0.58rem;
}

.upload-file-input {
  display: none;
}

.upload-file-summary {
  display: none;
  width: 100%;
  max-width: 100%;
  margin-top: 0.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.upload-dropzone.has-files {
  align-items: stretch;
  justify-content: flex-start;
  padding: 1.1rem 1.15rem;
  text-align: left;
}

.upload-dropzone.has-files i,
.upload-dropzone.has-files .upload-dropzone-placeholder {
  display: none;
}

.upload-dropzone.has-files .upload-file-summary {
  display: block;
}

.upload-file-summary-label {
  margin: 0;
  color: #4f6489;
  font-size: 0.74rem;
  font-weight: 600;
}

.upload-file-list {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  color: #53698e;
  font-size: 0.72rem;
  line-height: 1.6;
}

.upload-file-item + .upload-file-item {
  margin-top: 0.18rem;
}

.upload-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.upload-file-remove {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: #b88713;
  font-size: 0.66rem;
  font-weight: 700;
  text-decoration: underline;
}

.upload-file-error {
  display: block;
  margin-top: 0.55rem;
  color: #9a3412;
  font-size: 0.68rem;
  line-height: 1.45;
}

.upload-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid transparent;
}

.upload-alert strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
}

.upload-alert p,
.upload-alert ul {
  color: inherit;
  font-size: 0.76rem;
  line-height: 1.65;
}

.upload-alert-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.upload-alert-success {
  border-color: rgba(55, 127, 82, 0.2);
  background: #edf7ef;
  color: #245438;
}

.upload-alert-error {
  border-color: rgba(169, 63, 63, 0.2);
  background: #fff2f2;
  color: #8a2f2f;
}

.upload-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: #fffdfa;
  color: #53698e;
  font-size: 0.68rem;
  line-height: 1.6;
}

.upload-consent input {
  margin-top: 0.12rem;
}

.upload-submit-btn {
  margin-top: 0.8rem;
  min-height: 38px;
  padding: 0.75rem 1.2rem;
  border: 0;
  background: var(--accent-gold);
  color: #0d2e68;
  font-size: 0.82rem;
  font-weight: 600;
}

.upload-side-note {
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: #f8f1e3;
}

.upload-side-note + .upload-side-note {
  margin-top: 0.8rem;
}

.upload-side-note-label {
  margin: 0 0 0.75rem;
  color: var(--accent-gold);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.upload-side-list {
  padding-left: 1rem;
  margin: 0;
  color: #4f6489;
  font-size: 0.72rem;
  line-height: 1.7;
}

.upload-side-list li + li {
  margin-top: 0.5rem;
}

.upload-side-text {
  margin: 0;
  color: #53698e;
  font-size: 0.74rem;
  line-height: 1.75;
}

.upload-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.9rem;
  color: var(--accent-gold);
  text-decoration: none;
  font-size: 0.72rem;
}

.faq-hero-section,
.contact-hero-section {
  padding: 4.1rem 0 4.35rem;
  background: linear-gradient(180deg, rgba(18, 61, 135, 0.96), rgb(18 61 135));
  color: var(--white);
}

.faq-hero-copy,
.contact-hero-copy {
  max-width: 1000px;
}

.faq-hero-section .section-kicker,
.contact-hero-section .section-kicker {
  margin-bottom: 1.25rem;
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-hero-title,
.contact-hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  line-height: 0.98;
  font-weight: 500;
}

.faq-hero-title span,
.contact-hero-title span {
  color: var(--accent-gold);
}

.contact-hero-text {
  max-width: 760px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.faq-list-section,
.contact-form-section {
  padding: 2rem 0 4.2rem;
  background: #fbf7ef;
  border-top: 1px solid rgba(221, 179, 71, 0.2);
}

.faq-list-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(221, 179, 71, 0.35);
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(221, 179, 71, 0.35);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.2rem;
  border: 0;
  background: transparent;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  text-align: left;
}

.faq-question i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 1.2rem 1.2rem;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: #53698e;
  font-size: 0.92rem;
  line-height: 1.8;
}

.contact-form-card,
.contact-side-card,
.contact-visit-card {
  border: 1px solid rgba(221, 179, 71, 0.35);
  background: #ffffff;
}

.contact-form-card {
  padding: 1.35rem 1.35rem 1.45rem;
}

.contact-kicker {
  margin: 0 0 0.7rem;
  color: var(--accent-gold);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.contact-form-card h2 {
  margin: 0 0 1rem;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}

.contact-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #153a79 50%), linear-gradient(135deg, #153a79 50%, transparent 50%);
  background-position: calc(100% - 14px) 18px, calc(100% - 8px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-submit-btn {
  margin-top: 0.85rem;
  min-height: 38px;
  padding: 0.75rem 1.1rem;
  border: 0;
  background: var(--accent-gold);
  color: #0d2e68;
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-disclaimer {
  max-width: 520px;
  margin: 0.9rem 0 0;
  color: #8a98ad;
  font-size: 0.54rem;
  line-height: 1.7;
}

.contact-side-card {
  padding: 1rem;
}

.contact-side-list p {
  display: flex;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  color: #52688d;
  font-size: 0.74rem;
  line-height: 1.55;
}

.contact-side-list i {
  color: var(--accent-gold);
  margin-top: 0.1rem;
}

.contact-socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(221, 179, 71, 0.3);
}

.contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(221, 179, 71, 0.45);
  color: #153a79;
  text-decoration: none;
}

.contact-visit-card {
  margin-top: 0.8rem;
  overflow: hidden;
}

.contact-map-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #153a79;
  background-size: 36px 36px, 36px 36px, auto;
  color: var(--accent-gold);
  font-size: 1.7rem;
}

.contact-map-box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(221, 179, 71, 0.6);
}

.contact-visit-content {
  padding: 1rem;
}

.contact-visit-content h3 {
  margin: 0 0 0.35rem;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.contact-visit-content p {
  margin: 0;
  color: #617391;
  font-size: 0.76rem;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .about-hero-section {
    min-height: auto;
    padding: 5rem 0 4.5rem;
  }

  .about-hero-copy {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .about-hero-section {
    padding: 4rem 0 3.5rem;
  }

  .about-hero-title {
    font-size: clamp(2.7rem, 12vw, 4rem);
    line-height: 0.98;
  }

  .about-hero-text {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}

.custom-navbar {
  min-height: 92px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

.site-logo img {
  display: block;
  width: min(220px, 48vw);
  height: auto;
}

.navbar-nav .nav-link {
  color: var(--nav-text-muted);
  font-size: 0.98rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--nav-text);
}

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

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--nav-text);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.phone-link i {
  font-size: 0.95rem;
}

.consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 1.9rem;
  background: var(--accent-gold);
  color: #0d2e68;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.consult-btn:hover {
  background: var(--accent-gold-dark);
  color: #0d2e68;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 2.55rem 0 2rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  background-color: var(--hero-bg);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 42%, rgba(14, 50, 112, 0.35));
  pointer-events: none;
}

.hero-copy,
.dossier-card {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  margin: 0 0 0.85rem;
  color: var(--accent-gold);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.hero-title {
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 3.85vw, 4rem);
  line-height: 0.98;
  font-weight: 500;
  max-width: 620px;
}

.hero-title span {
  display: block;
}

.hero-title em {
  color: var(--accent-gold);
  font-style: italic;
}

.hero-text {
  max-width: 640px;
  margin: 1.2rem 0 1.45rem;
  padding-left: 1.25rem;
  border-left: 2px solid rgba(221, 179, 71, 0.55);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.9rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 46px;
  padding: 0.78rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hero-btn-primary {
  background: var(--accent-gold);
  color: #0d2e68;
}

.hero-btn-primary:hover {
  background: var(--accent-gold-dark);
  color: #0d2e68;
}

.hero-btn-outline {
  border: 1px solid rgba(221, 179, 71, 0.55);
  color: var(--white);
}

.hero-btn-outline:hover {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.trust-item i {
  color: var(--accent-gold);
}

.dossier-card {
  height: 100%;
  padding: 1.55rem 1.45rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(2px);
}

.dossier-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.dossier-label {
  margin: 0 0 0.5rem;
  color: var(--accent-gold);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.dossier-title {
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1.12;
  max-width: 250px;
}

.dossier-badge {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(221, 179, 71, 0.9);
  color: var(--accent-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  font-style: italic;
}

.dossier-text {
  margin: 1.2rem 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  line-height: 1.65;
}

.dossier-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dossier-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.dossier-item h3 {
  margin: 0 0 0.2rem;
  color: var(--accent-gold);
  font-size: 0.9rem;
  font-weight: 600;
}

.dossier-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}

.dossier-item i {
  color: var(--accent-gold);
  font-size: 1rem;
}

.dossier-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.05rem;
}

.dossier-contact-label {
  margin: 0 0 0.55rem;
  color: var(--accent-gold);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.dossier-phone {
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  text-decoration: none;
}

.dossier-ref {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.feature-strip {
  background: #faf5eb;
  border-top: 1px solid rgba(18, 63, 141, 0.08);
  border-bottom: 1px solid rgba(18, 63, 141, 0.12);
}

.feature-strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 58px;
  padding: 1rem 1.4rem;
  border-right: 1px solid rgba(18, 63, 141, 0.12);
  color: #1c3f7b;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
}

.feature-strip-item i {
  color: var(--accent-gold);
  font-size: 0.92rem;
}

.feature-strip-item-last {
  border-right: 0;
}

.services-section {
  padding: 5rem 0 4rem;
  background: var(--page-bg);
}

.services-intro {
  max-width: 760px;
  margin-bottom: 2.3rem;
}

.section-kicker {
  display: inline-block;
  margin: 0 0 1.1rem;
  color: var(--accent-gold);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  border-bottom: 1px solid rgba(221, 179, 71, 0.55);
  padding-bottom: 0.12rem;
}

.services-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.02;
  font-weight: 500;
  max-width: 720px;
}

.services-title span {
  display: block;
  color: var(--accent-gold);
}

.services-text {
  max-width: 620px;
  margin: 1.15rem 0 0;
  color: #39517e;
  font-size: 1rem;
  line-height: 1.7;
}

.services-list {
  margin-top: 2rem;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 82px;
  padding: 1rem 0;
  color: inherit;
  text-decoration: none;
}

.service-name {
  color: #163a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.1;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-gold);
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
}

.why-section {
  padding: 4.2rem 0 4.6rem;
  background: #fffdf8;
  border-top: 1px solid rgba(18, 63, 141, 0.08);
}

.why-copy {
  max-width: 340px;
}

.why-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.02;
  font-weight: 500;
}

.why-title span {
  color: var(--accent-gold);
}

.why-text {
  margin: 1rem 0 1.6rem;
  color: #455b83;
  font-size: 0.96rem;
  line-height: 1.7;
}

.promise-card {
  position: relative;
  max-width: 295px;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(221, 179, 71, 0.5);
  background: #fffdfa;
}

.promise-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 22px;
  height: 22px;
  border-right: 2px solid var(--accent-gold);
  border-bottom: 2px solid var(--accent-gold);
}

.promise-label {
  margin: 0 0 0.55rem;
  color: var(--accent-gold);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.26em;
}

.promise-text {
  margin: 0;
  color: #39517e;
  font-size: 0.92rem;
  line-height: 1.7;
}

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

.why-card {
  min-height: 126px;
  padding: 1.05rem 1rem 1rem;
  border: 1px solid rgba(221, 179, 71, 0.45);
  background: #fffdfa;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-card i {
  color: var(--accent-gold);
  font-size: 1.15rem;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(221, 179, 71, 0.85);
  box-shadow: 0 16px 28px rgba(18, 63, 141, 0.08);
}

.why-card h3 {
  margin: 0.8rem 0 0.45rem;
  color: #153a79;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
}

.why-card p {
  margin: 0;
  color: #5b6e90;
  font-size: 0.83rem;
  line-height: 1.7;
}

.process-section {
  padding: 4.2rem 0 5rem;
  background: #f8f2e6;
  border-top: 1px solid rgba(221, 179, 71, 0.3);
  border-bottom: 4px solid #123f8d;
}

.process-intro {
  max-width: 720px;
  margin-bottom: 2.4rem;
}

.process-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.1vw, 3.75rem);
  line-height: 1.02;
  font-weight: 500;
}

.process-title span {
  display: block;
  color: var(--accent-gold);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(221, 179, 71, 0.35);
  background: #fffdfa;
}

.process-card {
  min-height: 174px;
  padding: 1.55rem 1.55rem 1.35rem;
  border-right: 1px solid rgba(221, 179, 71, 0.35);
}

.process-card:last-child {
  border-right: 0;
}

.process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.process-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(221, 179, 71, 0.7);
  color: var(--accent-gold);
  font-size: 0.95rem;
}

.process-number {
  color: rgba(221, 179, 71, 0.45);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.process-card h3 {
  margin: 0 0 0.7rem;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.12;
}

.process-card p {
  margin: 0;
  color: #50688d;
  font-size: 0.88rem;
  line-height: 1.7;
}

.reviews-section {
  padding: 4.5rem 0;
  background: linear-gradient(135deg, #123978, #0f3470 65%, #123978);
}

.reviews-copy .section-kicker {
  border-bottom: 0;
  padding-bottom: 0;
}

.reviews-title {
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  line-height: 1.04;
  font-weight: 500;
  max-width: 560px;
}

.reviews-title span {
  color: var(--accent-gold);
}

.reviews-text {
  max-width: 500px;
  margin: 1.2rem 0 1.9rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.97rem;
  line-height: 1.75;
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.reviews-outline-btn {
  border-color: rgba(221, 179, 71, 0.7);
}

.reviews-card {
  position: relative;
  padding: 1.4rem 1.35rem 1.2rem;
  border: 1px solid rgba(221, 179, 71, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.reviews-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 24px;
  height: 24px;
  border-top: 2px solid var(--accent-gold);
  border-left: 2px solid var(--accent-gold);
}

.reviews-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 24px;
  height: 24px;
  border-right: 2px solid var(--accent-gold);
  border-bottom: 2px solid var(--accent-gold);
}

.reviews-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(221, 179, 71, 0.2);
}

.google-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.google-badge {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #2a57a5;
  font-size: 0.95rem;
  font-weight: 600;
}

.google-profile h3 {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

.google-profile p {
  margin: 0.1rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.review-stars {
  color: var(--accent-gold);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

.reviews-card-text {
  margin: 1rem 0 1.15rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.8;
}

.reviews-point {
  padding: 0.9rem 0;
  border-top: 1px solid rgba(221, 179, 71, 0.2);
}

.reviews-point h4 {
  margin: 0 0 0.2rem;
  color: var(--accent-gold);
  font-size: 0.95rem;
  font-weight: 600;
}

.reviews-point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.insights-section {
  padding: 4.2rem 0 4.8rem;
  background: #fffdfa;
}

.insights-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.1rem;
}

.insights-intro {
  max-width: 560px;
}

.insights-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 3.9vw, 3.6rem);
  line-height: 1.03;
  font-weight: 500;
}

.insights-title span {
  color: var(--accent-gold);
}

.insights-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(221, 179, 71, 0.7);
  color: #153a79;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.insight-card {
  height: 100%;
  border: 1px solid rgba(221, 179, 71, 0.32);
  background: #ffffff;
}

.insight-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.insight-card-link:hover {
  color: inherit;
}

.insight-image-wrap {
  position: relative;
  height: 215px;
  overflow: hidden;
}

.insight-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.insight-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0.2rem 0.5rem;
  background: rgba(18, 63, 141, 0.88);
  color: #ffffff;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.insight-content {
  padding: 1rem 0.95rem 0.9rem;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-bottom: 0.8rem;
  color: #b78c2f;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.insight-meta span:last-child {
  color: #7182a0;
  letter-spacing: 0;
  font-weight: 500;
}

.insight-meta i {
  margin-right: 0.2rem;
}

.insight-card h3 {
  margin: 0 0 0.75rem;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.18;
}

.insight-card p {
  margin: 0 0 1rem;
  color: #5b6e90;
  font-size: 0.88rem;
  line-height: 1.72;
}

.insight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(221, 179, 71, 0.2);
  color: var(--accent-gold);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.insight-detail-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(221, 179, 71, 0.32);
  background: #ffffff;
}

.insight-detail-body {
  color: #53698e;
  font-size: 1rem;
  line-height: 1.85;
}

.insight-detail-body p + p {
  margin-top: 1rem;
}

.cta-section {
  padding: 3.8rem 0 4.6rem;
  background: #faf5eb;
  border-top: 1px solid rgba(221, 179, 71, 0.25);
}

.cta-panel {
  position: relative;
  padding: 2rem 1.9rem;
  border: 1px solid rgba(221, 179, 71, 0.42);
  background: linear-gradient(90deg, #fffdfa, #ffffff 70%);
}

.cta-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--accent-gold);
  border-left: 2px solid var(--accent-gold);
}

.cta-panel::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 18px;
  height: 18px;
  border-right: 2px solid var(--accent-gold);
  border-bottom: 2px solid var(--accent-gold);
}

.cta-title {
  margin: 0;
  color: #153a79;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1.03;
  font-weight: 500;
}

.cta-title span {
  display: block;
  color: var(--accent-gold);
}

.cta-text {
  max-width: 560px;
  margin: 0.95rem 0 0;
  color: #556b90;
  font-size: 0.92rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
}

.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 190px;
  min-height: 42px;
  padding: 0.8rem 1rem;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 600;
  white-space: nowrap;
}

.cta-primary {
  background: var(--accent-gold);
  color: #0d2e68;
}

.cta-secondary {
  border: 1px solid rgba(221, 179, 71, 0.7);
  color: #153a79;
  background: #fffdfa;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1035;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.28);
}

.whatsapp-float i {
  font-size: 1.1rem;
  line-height: 1;
}

.site-footer {
  padding: 2.15rem 0 0.7rem;
  background: #123978;
  color: rgba(255, 255, 255, 0.84);
  border-top: 2px solid var(--accent-gold);
}

.footer-top {
  padding-bottom: 2rem;
}

.footer-brand-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.footer-logo-panel {
  display: inline-flex;
  align-items: center;
  max-width: 230px;
  padding: 0.65rem 0.85rem;
  /* background: #fffdfa;
  border: 1px solid rgba(221, 179, 71, 0.45); */
}

.footer-logo-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand-text {
  max-width: 310px;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  line-height: 1.62;
}

.footer-social {
  display: flex;
  gap: 0.8rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.98rem;
}

.footer-links h4,
.footer-contact h4 {
  margin: 0 0 1.15rem;
  color: var(--accent-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.footer-links a {
  display: block;
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.35;
}

.footer-contact p {
  display: flex;
  gap: 0.8rem;
  margin: 0 0 0.95rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.45;
}

.footer-contact p i {
  color: var(--accent-gold);
  margin-top: 0.12rem;
  font-size: 0.92rem;
  line-height: 1;
}

.footer-contact-note {
  padding-left: 1.7rem;
  margin-top: -0.45rem;
  line-height: 1.55;
}

.footer-insight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--accent-gold);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-notice {
  padding: 1rem 1rem 0.85rem;
  border: 1px solid rgba(221, 179, 71, 0.4);
}

.footer-notice-label {
  margin: 0 0 0.55rem;
  color: var(--accent-gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.footer-notice p {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.6;
}

.footer-notice p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

/* .about-hero-section {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(180deg, rgba(18, 61, 135, 0.96), rgba(18, 61, 135, 0.25));
  color: var(--white);
} */

.about-hero-section .hero-kicker {
  color: var(--accent-gold);
}

.about-hero-title {
  margin-bottom: 1.3rem;
  font-size: clamp(3rem, 6vw, 4.5rem);
}

.about-hero-image img,
.about-story-image img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
  object-fit: cover;
}

.about-values-section,
.about-story-section,
.about-details-section {
  padding: 3.5rem 0;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

.section-head.text-center {
  text-align: center;
}

.section-title {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.5rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.section-text {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(13, 46, 104, 0.82);
  font-size: 1rem;
  line-height: 1.85;
}

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

.about-value-card,
.about-detail-card {
  background: var(--white);
  border-radius: 1.5rem;
  padding: 2rem;
  min-height: 220px;
  box-shadow: 0 18px 40px rgba(18, 63, 135, 0.06);
}

.about-value-card i {
  color: var(--accent-gold);
  font-size: 1.8rem;
  margin-bottom: 1.05rem;
}

.about-value-card h3,
.about-detail-card h3 {
  margin-bottom: 0.85rem;
}

.about-value-card p,
.about-detail-card p {
  margin: 0;
  color: rgba(13, 46, 104, 0.74);
}

.about-list {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  color: rgba(13, 46, 104, 0.78);
}

.about-list li {
  margin-bottom: 0.85rem;
  list-style: disc;
}

.about-story-image,
.about-hero-image {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .faq-list-section,
  .contact-form-section {
    padding: 1.6rem 0 3.4rem;
  }

  .upload-form-section {
    padding: 1.6rem 0 3.4rem;
  }

  .insights-list-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .insights-search {
    min-width: 0;
    width: 100%;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-value-card,
  .about-detail-card {
    min-height: auto;
  }

  .section-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .side-brand-tab {
    bottom: 18px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }

  .custom-navbar {
    padding: 1rem 0;
  }

  .navbar-collapse {
    padding: 1rem 0 0.5rem;
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .header-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 1rem;
  }

  .consult-btn {
    min-height: 52px;
    padding: 0.85rem 1.4rem;
  }

  .services-filter-tabs {
    padding-left: 0;
  }

  .services-filter-section {
    padding: 3rem 0 8rem;
  }

  .hero-section {
    padding: 2.75rem 0 2.2rem;
  }

  .hero-title {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .hero-text {
    margin-top: 1.3rem;
    padding-left: 1rem;
    line-height: 1.75;
  }

  .hero-trust {
    gap: 1rem 1.5rem;
  }

  .dossier-card {
    padding: 1.4rem;
  }

  .dossier-title {
    font-size: 1.7rem;
  }

  .dossier-phone {
    font-size: 1.7rem;
  }

  .dossier-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-strip-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 63, 141, 0.12);
  }

  .feature-strip .col-md-6:nth-last-child(-n + 2) .feature-strip-item {
    border-bottom: 0;
  }

  .services-section {
    padding: 3.6rem 0 3rem;
  }

  .service-row {
    min-height: 72px;
  }

  .why-section {
    padding: 3.4rem 0 3.8rem;
  }

  .why-copy {
    max-width: none;
  }

  .process-section {
    padding: 3.5rem 0 4rem;
  }

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

  .process-card:nth-child(2) {
    border-right: 0;
  }

  .process-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(221, 179, 71, 0.35);
  }

  .reviews-section {
    padding: 3.7rem 0;
  }

  .insights-section {
    padding: 3.5rem 0 4rem;
  }

  .insights-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-section {
    padding: 3.2rem 0 3.8rem;
  }

  .cta-actions {
    align-items: flex-start;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 18px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .faq-hero-section,
  .contact-hero-section {
    padding: 3.2rem 0 3.6rem;
  }

  .faq-hero-title,
  .contact-hero-title {
    font-size: clamp(2.6rem, 11vw, 4rem);
    line-height: 1;
  }

  .faq-question {
    font-size: 1rem;
    padding: 1rem;
  }

  .contact-form-card,
  .contact-side-card,
  .contact-visit-content {
    padding: 1rem;
  }

  .upload-hero-section {
    padding: 3.2rem 0 3.6rem;
  }

  .upload-hero-title {
    font-size: clamp(2.6rem, 11vw, 4rem);
    line-height: 1;
  }

  .upload-form-card {
    padding: 1rem;
  }

  .insights-page-hero {
    padding: 3.2rem 0 3.5rem;
  }

  .insights-page-title {
    font-size: clamp(2.5rem, 11vw, 4rem);
    line-height: 1;
  }

  .insights-list-filters {
    gap: 0.45rem;
  }

  .services-hero-section {
    padding: 3.2rem 0 3.5rem;
  }

  .services-hero-title {
    font-size: clamp(2.6rem, 11vw, 4rem);
    line-height: 1;
  }

  .services-filter-tabs {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-filter-tab {
    width: 100%;
    justify-content: flex-start;
  }

  .side-brand-tab {
    gap: 0.6rem;
    padding: 0.75rem 0.8rem 0.75rem 0.55rem;
  }

  .side-brand-logo img {
    width: 104px;
  }

  .side-brand-top {
    width: 32px;
    height: 32px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-btn {
    width: 100%;
  }

  .dossier-top {
    flex-direction: column;
  }

  .feature-strip .col-md-6 .feature-strip-item {
    border-bottom: 1px solid rgba(18, 63, 141, 0.12);
  }

  .feature-strip .col-md-6:last-child .feature-strip-item {
    border-bottom: 0;
  }

  .service-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.1rem 0;
  }

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

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

  .process-card {
    border-right: 0;
    border-bottom: 1px solid rgba(221, 179, 71, 0.35);
  }

  .process-card:last-child {
    border-bottom: 0;
  }

  .reviews-actions {
    flex-direction: column;
  }

  .reviews-actions .hero-btn {
    width: 100%;
  }

  .reviews-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-image-wrap {
    height: 200px;
  }

  .insights-view-all {
    width: 100%;
    justify-content: center;
  }

  .cta-panel {
    padding: 1.4rem 1.2rem;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    min-width: 0;
  }

  .whatsapp-float {
    padding: 0.75rem 0.9rem;
    font-size: 0.88rem;
  }

  .site-footer {
    padding-top: 1.6rem;
  }

  .footer-brand-text {
    max-width: none;
  }
}
