html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #0f7b6c;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  background: #f5f8fb;
  color: #111827;
  font-family: Manrope, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
}

a {
  color: #115bd6;
}

.btn-primary {
  background: linear-gradient(135deg, #1c9dff 0%, #0b47a1 100%);
  border: 0;
  box-shadow: 0 16px 32px rgba(17, 91, 214, 0.24);
  font-weight: 800;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #0f82e0 0%, #083b86 100%);
}

.btn-outline-dark {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(17, 24, 39, 0.18);
  color: #152336;
  font-weight: 800;
}

.site-nav {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-nav .navbar-toggler {
  border: 1px solid rgba(17, 91, 214, 0.18);
  border-radius: 10px;
  box-shadow: none;
  padding: 0.45rem 0.6rem;
}

.site-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(17, 91, 214, 0.18);
}

.brand-mark {
  align-items: center;
  color: #17212b;
  display: inline-flex;
  font-weight: 800;
  gap: 0.7rem;
  line-height: 1;
}

.brand-logo {
  background: #fff;
  border: 1px solid rgba(17, 91, 214, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(9, 32, 77, 0.11);
  height: 54px;
  object-fit: contain;
  padding: 0.18rem;
  width: 54px;
}

.brand-word strong {
  color: #071f4d;
  display: block;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-word strong span {
  color: #1377ff;
}

.brand-word small {
  color: #49606f;
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.brand-icon {
  align-items: center;
  background: #0f7b6c;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.nav-link {
  color: #40505f;
  font-weight: 700;
}

.nav-cta {
  color: #fff !important;
  padding: 0.58rem 1rem;
}

.language-select {
  background: #ffffff;
  border: 1px solid rgba(17, 91, 214, 0.18);
  border-radius: 999px;
  color: #071f4d;
  font-size: 0.9rem;
  font-weight: 800;
  min-height: 38px;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
}

.page-shell {
  overflow: hidden;
}

.hero-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(28, 157, 255, 0.16), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(51, 207, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 44%, #f8fbff 100%);
  padding: 4.25rem 0 4.4rem;
  position: relative;
}

.hero-stack {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.eyebrow {
  color: #115bd6;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.platform-grid h2,
.register-grid h2,
.contact-grid h2 {
  color: #0e1726;
  font-family: "Plus Jakarta Sans", Manrope, Segoe UI, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.hero-copy h1 {
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.hero-copy p,
.section-heading p,
.platform-grid p,
.register-grid p,
.contact-grid p {
  color: #5b6878;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-copy p {
  margin: 1.25rem 0 1.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.hero-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: -0.55rem auto 1.6rem;
  max-width: 850px;
}

.hero-mini-tags span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 91, 214, 0.12);
  border-radius: 999px;
  color: #49606f;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.38rem 0.65rem;
}

.hero-actions,
.trust-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.trust-row {
  color: #4c5f6f;
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

.trust-row span {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 91, 214, 0.14);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  padding: 0.6rem 0.9rem;
}

.hero-visual {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.2);
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.hero-visual-large {
  margin: 0 auto;
  max-width: 1180px;
  min-height: 520px;
  width: 100%;
}

.hero-visual img {
  display: block;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}

.hero-visual-large img {
  min-height: 520px;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  bottom: 1rem;
  box-shadow: 0 16px 36px rgba(15, 34, 48, 0.18);
  left: 1rem;
  max-width: 270px;
  padding: 1rem;
  position: absolute;
}

.dashboard-chip {
  align-items: center;
  background: rgba(15, 23, 42, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
  color: #fff;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.dashboard-chip span {
  background: #33cfff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(30, 232, 214, 0.18);
  height: 9px;
  width: 9px;
}

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

.hero-stat strong {
  color: #115bd6;
  font-size: 1.1rem;
}

.hero-stat span {
  color: #4c5f6f;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

.section-pad {
  padding: 5rem 0;
}

.integration-band {
  background: #ffffff;
  padding: 4.75rem 0;
}

.consulting-band {
  background: #ffffff;
  padding: 4.75rem 0;
}

.consulting-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
}

.consulting-grid h2 {
  color: #0e1726;
  font-family: "Plus Jakarta Sans", Manrope, Segoe UI, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
}

.consulting-grid p {
  color: #5b6878;
  font-size: 1.05rem;
  line-height: 1.75;
}

.consulting-highlight {
  background: #eaf3ff;
  border: 1px solid rgba(17, 91, 214, 0.12);
  border-radius: 18px;
  margin-top: 1.5rem;
  padding: 1.2rem;
}

.consulting-highlight strong,
.consulting-highlight span {
  display: block;
}

.consulting-highlight strong {
  color: #0b47a1;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 1.18rem;
  margin-bottom: 0.35rem;
}

.consulting-highlight span {
  color: #425466;
  line-height: 1.65;
}

.consulting-panel {
  background: linear-gradient(135deg, #07142b 0%, #0b47a1 100%);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(9, 32, 77, 0.18);
  color: #fff;
  padding: 1.2rem;
}

.consulting-item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 46px 1fr;
  padding: 1rem;
}

.consulting-item + .consulting-item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.consulting-item span {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #8ddcff;
  display: inline-flex;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.consulting-item strong {
  display: block;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

.consulting-item p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}

.section-heading {
  margin-bottom: 2rem;
  max-width: 800px;
}

.center-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  text-align: center;
}

.section-heading h2,
.platform-grid h2,
.register-grid h2,
.contact-grid h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

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

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

.integration-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(17, 91, 214, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(9, 32, 77, 0.08);
  min-height: 270px;
  padding: 1.35rem;
}

.integration-card h3 {
  color: #0e1726;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  margin: 1.1rem 0 0.55rem;
}

.integration-card p {
  color: #5b6878;
  line-height: 1.65;
  margin: 0;
}

.bluedart-card {
  background: linear-gradient(135deg, #071f4d 0%, #0b47a1 100%);
  color: #fff;
}

.bluedart-card h3,
.bluedart-card p {
  color: #fff;
}

.bluedart-card p {
  opacity: 0.84;
}

.bluedart-logo {
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(5, 16, 38, 0.2);
  color: #092d66;
  display: flex;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  gap: 0.15rem;
  justify-content: center;
  min-height: 84px;
  padding: 1rem;
}

.bluedart-logo strong {
  color: #145ee8;
}

.bluedart-logo em {
  background: #ffd44d;
  border-radius: 999px;
  color: #092d66;
  font-size: 0.72rem;
  font-style: normal;
  margin-left: 0.45rem;
  padding: 0.22rem 0.45rem;
}

.mini-bluedart-logo {
  align-items: center;
  background: #eaf3ff;
  border: 1px solid rgba(17, 91, 214, 0.12);
  border-radius: 12px;
  color: #092d66;
  display: inline-flex;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.12rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.65rem;
}

.mini-bluedart-logo strong {
  color: #145ee8;
}

.mini-bluedart-logo em {
  background: #ffd44d;
  border-radius: 999px;
  color: #092d66;
  font-size: 0.62rem;
  font-style: normal;
  margin-left: 0.3rem;
  padding: 0.12rem 0.35rem;
}

.integration-visual {
  background: #eaf3ff;
  border-radius: 16px;
  min-height: 84px;
  overflow: hidden;
  position: relative;
}

.route-visual::before,
.billing-visual::before,
.gps-visual::before,
.api-visual::before {
  background: linear-gradient(135deg, #1c9dff 0%, #0b47a1 100%);
  content: "";
  inset: 0;
  opacity: 0.95;
  position: absolute;
}

.route-visual span {
  background: #fff;
  border-radius: 50%;
  height: 13px;
  position: absolute;
  width: 13px;
  z-index: 1;
}

.route-visual span:nth-child(1) {
  left: 22px;
  top: 48px;
}

.route-visual span:nth-child(2) {
  left: 50%;
  top: 26px;
}

.route-visual span:nth-child(3) {
  right: 24px;
  top: 54px;
}

.route-visual::after {
  border: 3px dashed rgba(255, 255, 255, 0.9);
  border-left: 0;
  border-right: 0;
  content: "";
  height: 40px;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 31px;
  transform: skewY(-8deg);
  z-index: 1;
}

.billing-visual span {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  height: 8px;
  left: 22px;
  position: absolute;
  z-index: 1;
}

.billing-visual span:nth-child(1) {
  top: 24px;
  width: 70%;
}

.billing-visual span:nth-child(2) {
  top: 42px;
  width: 54%;
}

.billing-visual span:nth-child(3) {
  top: 60px;
  width: 36%;
}

.gps-visual span {
  background: #fff;
  border-radius: 50% 50% 50% 0;
  height: 44px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%) rotate(-45deg);
  width: 44px;
  z-index: 1;
}

.gps-visual span::after {
  background: #0b47a1;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 14px;
}

.api-visual span {
  background: #fff;
  border-radius: 10px;
  height: 18px;
  position: absolute;
  top: 34px;
  width: 18px;
  z-index: 1;
}

.api-visual span:nth-child(1) {
  left: 25px;
}

.api-visual span:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.api-visual span:nth-child(3) {
  right: 25px;
}

.api-visual::after {
  background: rgba(255, 255, 255, 0.85);
  content: "";
  height: 3px;
  left: 42px;
  position: absolute;
  right: 42px;
  top: 41px;
  z-index: 1;
}

.feature-card,
.register-card,
.lead-form,
.workflow-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.feature-card {
  padding: 1.45rem;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.feature-card:hover {
  border-color: rgba(17, 91, 214, 0.22);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.11);
  transform: translateY(-3px);
}

.card-icon {
  align-items: center;
  background: #eaf3ff;
  border-radius: 12px;
  color: #115bd6;
  display: block;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-weight: 850;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.62rem;
  width: max-content;
}

.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.feature-card p {
  color: #5b6b79;
  line-height: 1.65;
  margin: 0;
}

.platform-band,
.register-band {
  background:
    radial-gradient(circle at 10% 20%, rgba(28, 157, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #07142b 0%, #092d66 52%, #071f4d 100%);
  color: #fff;
  padding: 5rem 0;
}

.platform-grid,
.register-grid,
.contact-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.platform-grid h2,
.register-grid h2,
.contact-grid h2 {
  color: inherit;
}

.platform-grid p,
.register-grid p {
  color: #c9d4dc;
}

.metric-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.metric-grid div {
  border-left: 3px solid #ffb23d;
  padding-left: 0.8rem;
}

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

.metric-grid strong {
  font-size: 1.45rem;
}

.metric-grid span {
  color: #b8c7d2;
  font-size: 0.9rem;
}

.workflow-panel {
  background: #f7fbfa;
  padding: 1rem;
}

.workflow-item {
  align-items: center;
  border-radius: 8px;
  color: #34495b;
  display: flex;
  font-weight: 750;
  gap: 0.8rem;
  padding: 1rem;
}

.workflow-item span {
  align-items: center;
  background: #eaf3ff;
  border-radius: 8px;
  color: #115bd6;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.workflow-item.active {
  background: linear-gradient(135deg, #1c9dff 0%, #0b47a1 100%);
  color: #fff;
}

.workflow-item.active span {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.compare-table-wrap {
  background: #fff;
  border: 1px solid rgba(23, 33, 43, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(24, 42, 58, 0.07);
  overflow-x: auto;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.05fr 1fr 1fr;
}

.pricing-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  padding: 1.55rem;
}

.pricing-card.featured {
  background: linear-gradient(135deg, #07142b 0%, #0b47a1 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.pricing-card.featured::after {
  background: rgba(51, 207, 255, 0.14);
  border-radius: 50%;
  content: "";
  height: 180px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
}

.plan-label {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: 0.45rem 0.7rem;
}

.pricing-card h3 {
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.price-line {
  align-items: flex-end;
  display: flex;
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  gap: 0.3rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.price-line span,
.price-line small {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.38rem;
}

.pricing-card p {
  color: inherit;
  line-height: 1.7;
  opacity: 0.86;
}

.pricing-card ul {
  color: #536474;
  line-height: 1.8;
  margin: 0;
  padding-left: 1.2rem;
}

.compare-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.compare-table th,
.compare-table td {
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  padding: 1rem;
  vertical-align: top;
}

.compare-table th {
  background: #ebf8f8;
  color: #223442;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-table td:first-child {
  color: #115bd6;
  font-weight: 850;
}

.register-card {
  color: #17212b;
  padding: 1.6rem;
}

.register-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
}

.register-card ul {
  color: #536474;
  line-height: 1.75;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.contact-section {
  background: #ffffff;
  padding: 5rem 0;
}

.lead-form {
  padding: 1.3rem;
}

.form-row {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.form-row label {
  color: #40505f;
  font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
  border: 1px solid rgba(23, 33, 43, 0.14);
  border-radius: 12px;
  color: #17212b;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.form-row textarea {
  resize: vertical;
}

.lead-form .btn {
  width: 100%;
}

.form-status {
  color: #49606f;
  font-size: 0.92rem;
  font-weight: 800;
  margin-top: 0.85rem;
  min-height: 1.4rem;
  text-align: center;
}

.form-status.success {
  color: #087443;
}

.form-status.error {
  color: #b42318;
}

.site-footer {
  background: #08131d;
  color: #c7d2da;
  padding: 1.25rem 0;
}

.site-footer .container {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer a {
  color: #f8d47f;
}

@media (max-width: 991px) {
  .site-nav .navbar-collapse {
    background: #ffffff;
    border: 1px solid rgba(17, 91, 214, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    margin-top: 0.85rem;
    padding: 0.85rem;
  }

  .site-nav .navbar-nav {
    align-items: stretch !important;
    gap: 0.35rem;
  }

  .site-nav .nav-link,
  .site-nav .nav-cta,
  .site-nav .language-select {
    display: block;
    text-align: left;
    width: 100%;
  }

  .hero-grid,
  .platform-grid,
  .register-grid,
  .contact-grid,
  .consulting-grid {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 640px) {
  .hero-section,
  .section-pad,
  .platform-band,
  .register-band,
  .contact-section {
    padding: 3.25rem 0;
  }

  .hero-copy h1 {
    font-size: 1.65rem;
  }

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

  .hero-visual,
  .hero-visual img {
    min-height: 280px;
  }

  .hero-visual-large,
  .hero-visual-large img {
    min-height: 320px;
  }

  .hero-stat {
    max-width: calc(100% - 2rem);
  }

  .service-grid,
  .metric-grid,
  .integration-grid {
    grid-template-columns: 1fr;
  }

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