:root {
  --navy: #0b1f3a;
  --navy-2: #152d4a;
  --gold: #d4af37;
  --gold-2: #c49d28;
  --soft: #f8f9fa;
  --ink: #0b1f3a;
  --muted: #667085;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.fw-black {
  font-weight: 900;
}

.text-white-75 {
  color: rgba(255, 255, 255, .75);
}

.text-white-60 {
  color: rgba(255, 255, 255, .6);
}

.navbar {
  padding: 18px 0;
  background: rgba(11, 31, 58, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
  transition: padding .25s ease, background .25s ease;
}

.navbar.scrolled {
  padding: 10px 0;
  background: rgba(11, 31, 58, .96);
}

.navbar-brand,
.nav-link {
  color: #fff;
}

.navbar-brand:hover,
.nav-link:hover,
.nav-link.active {
  color: var(--gold);
}
#home{
  background-position: center;
  background-size: cover;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 900;
}

.brand-year {
  color: var(--gold);
  font-size: 12px;
  margin-left: 2px;
}

.navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, .25);
}

.btn {
  border-radius: 999px;
  padding: .8rem 1.35rem;
  font-weight: 700;
}

.btn-sm {
  padding: .55rem 1rem;
}

.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: var(--gold-2);
  border-color: var(--gold-2);
  color: var(--navy);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--navy);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("https://readdy.ai/api/search-image?query=busy%20Yiwu%20trade%20market%20and%20Chinese%20factory%20logistics%2C%20professional%20Middle%20Eastern%20importers%20meeting%20Chinese%20suppliers%2C%20shipping%20containers%2C%20premium%20corporate%20documentary%20photo%2C%20navy%20and%20gold%20business%20mood%2C%20high%20resolution&width=1600&height=1000&seq=yiwu-hero-001&orientation=landscape");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 31, 58, .96), rgba(11, 31, 58, .76) 48%, rgba(11, 31, 58, .35));
}

.hero-section h1 {
  line-height: .98;
}

.hero-section h1 span,
.section-label {
  color: var(--gold);
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.eyebrow::before,
.section-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold);
}

.hero-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px);
}

.hero-card > .d-flex i {
  color: var(--gold);
  font-size: 42px;
}

.metric {
  height: 100%;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.metric strong {
  display: block;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: .82rem;
}

.section-pad {
  padding: 110px 0;
}

.about-section {
  padding: 86px 0 16px;
  background: #f5f6f8;
}

.bg-soft {
  background: var(--soft);
}

.section-head {
  max-width: 760px;
}

.section-title {
  margin: 14px 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
}

.section-copy {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-label {
  margin-bottom: 24px;
}

.about-title {
  max-width: 760px;
  margin: 0 0 28px;
  color: #061a36;
  font-size: 40px;
  font-weight: 900;
  line-height: .98;
}

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

.about-copy {
  max-width: 780px;
  margin: 0 0 28px;
  color: #5d6a7f;
  font-size: 1rem;
  line-height: 1.6;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin: 46px 0 52px;
  text-align: center;
}

.about-stat-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: rgba(212, 175, 55, .11);
  color: var(--gold);
  font-size: 30px;
}

.about-stat strong {
  display: block;
  color: #061a36;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.about-stat span {
  display: block;
  margin-top: 10px;
  color: #5d6a7f;
  font-size: .95rem;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-tags span {
  min-width: 132px;
  padding: 11px 22px;
  border: 1px solid #d5d9df;
  border-radius: 999px;
  background: linear-gradient(#f9fafb, #eef1f4);
  color: #061a36;
  font-size: .70rem;
  font-weight: 700;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.about-visual {
  position: relative;
  min-height: 560px;
  padding-top: 90px;
}

.about-visual img {
  width: 100%;
  height: 525px;
  object-fit: cover;
  border-radius: 0 24px 24px 18px;
  box-shadow: none;
}

.about-year-card {
  position: absolute;
  top: 66px;
  left: -26px;
  width: 156px;
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  border-radius: 21px;
  background: #deb936;
  color: #061a36;
  box-shadow: 0 16px 34px rgba(11, 31, 58, .15);
  z-index: 2;
}

.about-year-card strong {
  font-size: 2.45rem;
  line-height: 1;
  font-weight: 900;
}

.about-year-card span {
  margin-top: 8px;
  font-size: .96rem;
}

.about-trust-card {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 274px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(11, 31, 58, .18);
  z-index: 2;
}

.trust-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: #f4f5f7;
  color: #061a36;
  font-size: 24px;
}

.about-trust-card h3 {
  margin: 0 0 22px;
  color: #061a36;
  font-size: 1.03rem;
  font-weight: 900;
}

.about-trust-card p {
  margin: 0;
  color: #9299a8;
  font-size: .96rem;
  line-height: 1.55;
}

.image-stack {
  position: relative;
}

.image-stack img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(11, 31, 58, .18);
}

.image-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 170px;
  padding: 20px;
  border-radius: 18px;
  background: var(--navy);
  color: #fff;
}

.image-badge strong {
  display: block;
  color: var(--gold);
  font-size: 2.2rem;
}

.value-card,
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(11, 31, 58, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.value-card:hover,
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: 0 20px 48px rgba(11, 31, 58, .22);
}

.value-card > i,
.service-card > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(212, 175, 55, .12);
  color: var(--gold);
  font-size: 27px;
  margin-bottom: 20px;
  transition: background-color .25s ease, color .25s ease;
}

.service-card:hover > i {
  background: rgba(212, 175, 55, .18);
  color: var(--gold);
}

.value-card h3,
.service-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  transition: color .25s ease;
}

.value-card p,
.service-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
  transition: color .25s ease;
}

.service-card:hover h3 {
  color: #fff;
}

.service-card:hover p {
  color: rgba(255, 255, 255, .68);
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--navy);
  font-weight: 800;
  transition: color .25s ease;
}

.service-card a i {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
}

.service-card:hover a {
  color: var(--gold);
}

.navy-section,
.stats-strip,
.contact-panel,
.site-footer {
  background: var(--navy);
}

.process-section {
  padding: 90px 0 18px;
  background: #0b223f;
}

.process-head {
  max-width: 690px;
  margin-bottom: 58px;
}

.process-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.process-label::before,
.process-label::after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

.process-head h2 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 3.05rem);
  font-weight: 900;
  line-height: 1.08;
}

.process-head h2 span {
  color: var(--gold);
}

.process-head p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
  line-height: 1.5;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.process-grid::before,
.process-grid::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(212, 175, 55, .32);
  z-index: 0;
}

.process-grid::before {
  top: 34px;
}

.process-grid::after {
  top: calc(50% + 34px);
}

.process-card {
  position: relative;
  z-index: 1;
  min-height: 215px;
  padding: 28px 27px 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: #182d49;
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background-color .35s ease, box-shadow .35s ease;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, .18), transparent 42%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.process-card::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 22px;
  background: rgba(212, 175, 55, .8);
  transition: width .35s ease, background-color .35s ease;
}

.process-card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, .55);
  background: #1c3455;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .26), 0 0 0 1px rgba(212, 175, 55, .08);
}

.process-card:hover::before {
  opacity: 1;
}

.process-card:hover::after {
  width: 72px;
  background: var(--gold);
}

.process-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.process-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #dfb92f;
  color: #071d38;
  font-size: 22px;
  transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.process-card:hover .process-icon {
  transform: translateY(-4px) rotate(-4deg) scale(1.08);
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(212, 175, 55, .28);
}

.process-card-top strong {
  color: rgba(95, 123, 160, .38);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  transition: color .35s ease, transform .35s ease;
}

.process-card:hover .process-card-top strong {
  color: rgba(212, 175, 55, .22);
  transform: translateX(6px);
}

.process-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.13rem;
  font-weight: 900;
  transition: color .35s ease;
}

.process-card:hover h3 {
  color: var(--gold);
}

.process-card p {
  max-width: 295px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  line-height: 1.55;
  transition: color .35s ease;
}

.process-card:hover p {
  color: rgba(255, 255, 255, .86);
}

.process-foot {
  margin: 52px 0 0;
  color: rgba(255, 255, 255, .78);
  text-align: center;
  font-size: .88rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: rgba(212, 175, 55, .35);
}

.timeline-item {
  position: relative;
  padding: 24px 24px 24px 82px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.timeline-item span {
  position: absolute;
  left: 0;
  top: 24px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-weight: 900;
  z-index: 1;
}

.timeline-item h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.timeline-item p {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 0;
}

.stats-strip {
  padding: 72px 0;
}

.stat {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .05);
}

.stat i {
  color: var(--gold);
  font-size: 32px;
}

.stat strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}

.stat span {
  color: rgba(255, 255, 255, .56);
}

.faq-section {
  padding: 105px 0;
  background: #f5f6f8;
}

.faq-aside {
  position: sticky;
  top: 100px;
}

.faq-aside .section-title {
  font-size: clamp(2.3rem, 4vw, 3.35rem);
}

.faq-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.faq-mini-stats div {
  padding: 20px;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11, 31, 58, .05);
}

.faq-mini-stats strong {
  display: block;
  color: var(--navy);
  font-size: 1.75rem;
  font-weight: 900;
}

.faq-mini-stats span {
  color: var(--muted);
  font-size: .86rem;
}

.faq-help-card {
  padding: 28px;
  border-radius: 20px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}

.faq-help-card > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(212, 175, 55, .14);
  color: var(--gold);
  font-size: 28px;
}

.faq-help-card h3 {
  font-size: 1.2rem;
  font-weight: 900;
}

.faq-help-card p {
  color: rgba(255, 255, 255, .64);
  line-height: 1.65;
}

.faq-help-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-weight: 800;
}

.faq-board {
  padding: 28px;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(11, 31, 58, .08);
}

.faq-tools,
.faq-list {
  max-width: none;
}

.input-group-text,
.form-control,
.form-select {
  border-color: rgba(11, 31, 58, .1);
}

.input-group-text {
  color: var(--muted);
  background: #fff;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 12px;
}

.input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .input-group-text {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .25rem rgba(212, 175, 55, .15);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.filter-pills button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #f4f6f8;
  color: var(--muted);
  font-weight: 700;
}

.filter-pills button.active {
  background: var(--navy);
  color: #fff;
}

.accordion-item {
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fbfcfd;
  box-shadow: none;
}

.accordion-button {
  padding: 22px;
  font-weight: 800;
  color: var(--navy);
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--navy);
  box-shadow: inset 0 -1px 0 rgba(11, 31, 58, .08);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: var(--muted);
  line-height: 1.75;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 28px;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: url("https://readdy.ai/api/search-image?query=abstract%20global%20trade%20map%20pattern%20with%20shipping%20routes%2C%20subtle%20geometric%20gold%20lines%20on%20navy%20background%2C%20premium%20corporate%20texture%2C%20high%20resolution&width=1400&height=700&seq=contact-map-001&orientation=landscape");
  background-size: cover;
  background-position: center;
}

.contact-panel > .row {
  position: relative;
  z-index: 1;
}

.contact-info {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-info a,
.contact-info span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .76);
}

.contact-info i {
  color: var(--gold);
  font-size: 22px;
}

.contact-form {
  padding: 30px;
  border-radius: 22px;
  background: #fff;
}

.contact-form .form-label {
  font-size: .85rem;
  font-weight: 800;
  color: var(--navy);
}

.form-status {
  min-height: 26px;
  margin-top: 14px;
  font-weight: 700;
  color: #157347;
}

.footer-cta {
  position: relative;
  min-height: 414px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
}

.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("pexels-tomfisk-3848793.jpg");
  background-size: cover;
  background-position: center 42%;
  opacity: .58;
}

.footer-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(5, 31, 55, .84);
}

.footer-cta-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 70px 0 78px;
  text-align: center;
}

.footer-cta-content h2 {
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 3.25rem);
  line-height: .98;
  font-weight: 900;
}

.footer-cta-content h2 span {
  display: block;
  color: var(--gold);
}

.footer-cta-content p {
  max-width: 560px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, .74);
  font-size: 1.05rem;
}

.footer-cta-content .btn {
  min-width: 256px;
}

.site-footer {
  padding: 0;
  color: rgba(219, 232, 246, .64);
  background: #09213d;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) repeat(3, minmax(150px, .75fr));
  gap: clamp(34px, 6vw, 88px);
  padding: 68px 0 64px;
}

.footer-brand {
  max-width: 292px;
}

.footer-logo {
  position: relative;
  width: 56px;
  height: 56px;
  display: block;
  margin-bottom: 28px;
  border-radius: 50%;
  overflow: hidden;
  background: #163e59;
  border: 1px solid rgba(255, 255, 255, .78);
}

.logo-lines,
.logo-lines::before,
.logo-lines::after {
  position: absolute;
  left: -6px;
  right: 18px;
  height: 1px;
  background: rgba(255, 255, 255, .72);
}

.logo-lines {
  top: 19px;
}

.logo-lines::before,
.logo-lines::after {
  content: "";
  left: 0;
  right: 0;
}

.logo-lines::before {
  top: 9px;
}

.logo-lines::after {
  top: 18px;
}

.logo-globe,
.logo-globe::before {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .86);
  background: #bd9140;
}

.logo-globe {
  top: -2px;
  right: -2px;
}

.logo-globe::before {
  content: "";
  right: 14px;
  top: -8px;
  background: rgba(189, 145, 64, .88);
}

.footer-brand p {
  margin: 0 0 24px;
  color: rgba(219, 232, 246, .7);
  line-height: 1.65;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  color: rgba(219, 232, 246, .72);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 17px;
}

.footer-links h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links a,
.site-footer a {
  color: rgba(219, 232, 246, .7);
  transition: color .2s ease;
}

.footer-links a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .82rem;
}

.footer-bottom > div {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-bottom span {
  color: rgba(219, 232, 246, .35);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 10px 26px rgba(11, 31, 58, .25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 30;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(11, 31, 58, .98);
  }

  .hero-shade {
    background: rgba(11, 31, 58, .82);
  }

  .hero-section h1 {
    font-size: clamp(3.2rem, 12vw, 5rem);
  }

  .section-pad {
    padding: 82px 0;
  }

  .about-section {
    padding: 78px 0;
  }

  .about-title {
    font-size: clamp(2.8rem, 8vw, 4.5rem);
  }

  .about-visual {
    min-height: auto;
    padding: 70px 0 70px;
  }

  .about-year-card {
    left: 18px;
    top: 34px;
  }

  .about-trust-card {
    right: 18px;
    bottom: 20px;
  }

  .process-section {
    padding: 78px 0 34px;
  }

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

  .process-grid::before,
  .process-grid::after {
    display: none;
  }

  .faq-section {
    padding: 82px 0;
  }

  .faq-aside {
    position: static;
  }

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

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

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section h1 {
    font-size: 3.05rem;
  }

  .image-stack img {
    min-height: 340px;
  }

  .about-copy {
    font-size: 1.03rem;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 36px 0;
  }

  .about-tags span {
    width: 100%;
  }

  .about-visual img {
    height: 340px;
  }

  .about-year-card {
    width: 132px;
    height: 88px;
    padding-left: 22px;
  }

  .about-year-card strong {
    font-size: 2rem;
  }

  .about-trust-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .process-head {
    margin-bottom: 36px;
  }

  .process-head h2 {
    font-size: 2.15rem;
  }

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

  .process-card {
    min-height: auto;
  }

  .faq-board {
    padding: 18px;
    border-radius: 18px;
  }

  .faq-mini-stats {
    grid-template-columns: 1fr;
  }

  .filter-pills button {
    flex: 1 1 auto;
  }

  .image-badge {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    padding: 72px 20px 22px;
  }

  .timeline-item span {
    left: 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .footer-cta {
    min-height: 360px;
  }

  .footer-cta-content {
    padding: 54px 0 58px;
  }

  .footer-cta-content h2 {
    font-size: 2.3rem;
  }

  .footer-cta-content .btn {
    width: 100%;
    min-width: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0 42px;
  }

  .footer-logo {
    margin-bottom: 22px;
  }

  .footer-bottom > div {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
}
