:root {
  --primary: #0A375F;
  --primary-hover: #062744;
  --accent: #D6A12E;
  --accent-strong: #AE7C12;
  --accent-text: #795607;
  --light: #F4F7FA;
  --white: #ffffff;
  --dark: #14202B;
  --text: #506170;
  --border: #DCE5EC;
  --soft-bg: #F2F6F8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
}

a {
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--primary);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

section[id] {
  scroll-margin-top: 130px;
}

/* Header */

.site-header {
  background: var(--white);
  box-shadow: 0 4px 20px rgba(10, 55, 95, 0.08);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: box-shadow 0.3s ease;
}

.site-header.header-scrolled {
  box-shadow: 0 8px 26px rgba(10, 55, 95, 0.14);
}

.top-contact-bar {
  background: var(--primary);
  color: var(--light);
  font-size: 14px;
}

.top-contact-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.top-contact-inner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--light);
  font-weight: 600;
}

.top-contact-inner a:hover {
  color: var(--white);
}

.top-contact-inner svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-logo {
  width: 350px;
  height: auto;
}

.nav-link {
  font-weight: 600;
  color: var(--primary);
  margin: 0 14px;
}

.nav-link.active,
.nav-link:hover {
  color: var(--primary);
  border-bottom: 2px solid var(--accent);
}

/* Buttons */

.btn-primary-custom {
  background: var(--primary);
  color: var(--light);
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 700;
  border: 1px solid var(--primary);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary-custom:hover {
  background: var(--primary-hover);
  color: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10, 55, 95, 0.2);
}

.btn-outline-custom {
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-outline-custom:hover {
  background: var(--primary);
  color: var(--light);
  transform: translateY(-2px);
}

.btn-light-custom {
  background: var(--light);
  color: var(--primary);
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 700;
}

.btn-outline-light-custom {
  border: 1px solid var(--light);
  color: var(--light);
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 700;
}

.btn-outline-light-custom:hover {
  background: var(--light);
  color: var(--primary);
}

.hidden {
  opacity: 0;
  transform: translateY(22px);
}

.show {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s ease var(--reveal-delay, 0ms),
    transform 0.55s ease var(--reveal-delay, 0ms);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-section {
  padding: 76px 0 70px;
  background:
    linear-gradient(135deg, rgba(214, 161, 46, 0.14) 0%, rgba(214, 161, 46, 0) 28%),
    linear-gradient(145deg, #ffffff 0%, #f3f8fa 52%, #e9f1f5 100%);
  overflow: hidden;
}

.hero-content {
  max-width: 620px;
  animation: hero-content-in 0.7s ease both;
}

.hero-section h1 {
  font-size: 56px;
  line-height: 1.02;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 22px;
  max-width: 620px;
}

.hero-text {
  font-size: 17px;
  color: var(--text);
  max-width: 540px;
  margin-bottom: 28px;
}

.hero-section .section-label::before,
.hero-section .section-label::after {
  display: none;
}

.hero-image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-mockup {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  animation: hero-visual-in 0.8s 0.12s ease both;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hero-proof span:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}

@media (max-width: 991px) {
  .hero-section {
    padding: 62px 0 68px;
    text-align: center;
  }

  .hero-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .hero-section h1 {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-box {
    margin-top: 36px;
  }

  .hero-mockup {
    max-width: 100%;
  }

  .hero-proof {
    justify-content: center;
  }
}

.trust-stats-section {
  padding: 70px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-heading {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.trust-heading h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.trust-heading p {
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto;
}
.trust-stat-card {
  background: var(--soft-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 20px;
  height: 100%;
  transition: 0.3s ease;
}

.trust-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(10, 55, 95, 0.08);
}

.trust-stat-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
}

.trust-stat-card p {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

/* Process */

.process-section {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-step {
  position: relative;
  min-height: 220px;
  padding: 30px 26px;
  border-top: 3px solid var(--accent);
  background: var(--soft-bg);
}

.process-number {
  display: block;
  margin-bottom: 26px;
  color: var(--accent-text);
  font-size: 14px;
  font-weight: 800;
}

.process-step h3 {
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
}

.section-label {
  display: inline-block;
  color: var(--accent-text);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-label::before,
.section-label::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 2px;
  background: var(--accent);
  vertical-align: middle;
}

.section-label::before {
  margin-right: 12px;
}

.section-label::after {
  margin-left: 12px;
}
/* Common */

.section-padding {
  padding: 85px 0;
}

h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--primary);
}

/* About */

.about-section {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.about-content {
  background: var(--soft-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 12px 35px rgba(10, 55, 95, 0.08);
}

.about-content p {
  color: var(--text);
  font-size: 17px;
  margin-bottom: 18px;
}

.about-content p:last-of-type {
  margin-bottom: 26px;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-highlights div {
  border-left: 3px solid var(--accent);
  padding-left: 14px;
}

.about-highlights strong {
  display: block;
  color: var(--primary);
  font-size: 15px;
  margin-bottom: 5px;
}

.about-highlights span {
  display: block;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

/* Services */
.section-heading {
    max-width: 1100px;
    margin: 0 auto 55px;
}

.center-label {
  border-left: 0;
  padding-left: 0;
  color: var(--accent);
}

.section-heading h2 {
    
    line-height: 1.15;
}
.section-heading p {
  font-size: 17px;
  color: var(--text);
}

.services-section {
  background: #eaf1f5;
  border-bottom: 1px solid var(--border);
}

.services-section .section-heading {
  max-width: 860px;
}

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

.services-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  background: var(--white);
  padding: 34px 30px;
  border-radius: 8px;
  height: 100%;
  min-height: 285px;
  border: 1px solid #cbd9e3;
  box-shadow: 0 14px 32px rgba(10, 55, 95, 0.1);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: var(--accent);
  box-shadow: 0 22px 46px rgba(10, 55, 95, 0.16);
}

.service-icon {
  width: 50px;
  height: 50px;
  background: rgba(214, 161, 46, 0.16);
  color: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 22px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.service-card:hover .service-icon {
  background: var(--primary);
  color: var(--white);
  transform: scale(1.05);
}

.service-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
}

.service-card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
}






/* Industries */

.industries-section {
  background: var(--primary);
  color: var(--light);
  padding: 75px 0;
}

.industries-section h2 {
  color: var(--light);
}

.industries-section .section-label {
  color: var(--accent);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.industry-item {
  text-align: center;
  padding: 28px 18px;
  border-left: 1px solid rgba(239, 235, 235, 0.25);
}

.industry-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 15px;
  color: var(--accent);
}

.industry-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-item h3 {
  font-size: 17px;
  font-weight: 700;
}

/* Portfolio */

.portfolio-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 35px rgba(10, 55, 95, 0.08);
}

.portfolio-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.portfolio-image-link {
  display: block;
  overflow: hidden;
}

.portfolio-image-link img {
  transition: transform 0.3s ease;
}

.portfolio-image-link:hover img {
  transform: scale(1.03);
}

.portfolio-content {
  padding: 20px;
  position: relative;
}

.portfolio-content h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--dark);
}

.portfolio-content p {
  color: var(--text);
  font-size: 14px;
  margin: 0;
}

.portfolio-content a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--primary);
  font-weight: 800;
}

.upcoming-box {
  height: 190px;
  background: var(--primary);
  color: var(--light);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* CTA */

.cta-section {
  padding-bottom: 80px;
}

.cta-box {
  background: var(--primary);
  color: var(--light);
  border-radius: 14px;
  padding: 42px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.cta-box h2 {
  color: var(--light);
  font-size: 30px;
}

.cta-box p {
  margin: 0;
}

.contact-form-wrap {
  max-width: 980px;
  margin: 55px auto 0;
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(10, 55, 95, 0.08);
}

.consultation-form .form-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
}

.consultation-form .row {
  margin-left: 0;
  margin-right: 0;
}

.consultation-form .form-control,
.consultation-form .form-select {
  min-height: 50px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--dark);
  box-shadow: none;
}

.consultation-form textarea.form-control {
  min-height: 130px;
}

.consultation-form .form-control:focus,
.consultation-form .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(10, 55, 95, 0.12);
}

.consultation-modal {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
}

.consultation-modal .modal-header {
  align-items: flex-start;
  background: var(--primary);
  color: var(--light);
  border-bottom: 0;
  padding: 24px 24px 20px;
}

.consultation-modal .btn-close {
  filter: invert(1) grayscale(1);
  opacity: 0.85;
}

.consultation-modal .modal-title {
  color: var(--light);
  font-size: 26px;
  line-height: 1.2;
  margin: 4px 0 0;
}

.modal-label {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: -24px 0 28px;
  padding: 12px 14px;
  border: 1px solid #c53b3b;
  border-radius: 6px;
  color: #7f1d1d;
  background: #fff1f1;
  font-size: 14px;
  font-weight: 700;
}

.consultation-modal .modal-body {
  padding: 24px;
}

/* Footer */

.site-footer {
  background: var(--primary);
  color: var(--light);
  padding: 60px 0 20px;
}

.footer-logo {
  width: 220px;
  margin-bottom: 18px;
}

.footer-brand-col p {
  max-width: 340px;
}

.site-footer h4 {
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
}

.site-footer .row > [class*="col-"] {
  padding-left: 28px;
  padding-right: 28px;
}

.site-footer .row > [class*="col-"]:not(:first-child) {
  border-left: 1px solid rgba(239, 235, 235, 0.2);
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer li {
  margin-bottom: 9px;
  color: var(--light);
}

.site-footer a {
  color: var(--light);
}

.footer-contact-list li,
.footer-contact-list a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 4px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(239, 235, 235, 0.2);
  text-align: center;
  font-size: 14px;
}

/* Legal Pages */

.legal-hero {
  padding: 72px 0 58px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(214, 161, 46, 0.14) 0%, rgba(214, 161, 46, 0) 30%),
    linear-gradient(145deg, #ffffff 0%, #f3f8fa 56%, #e9f1f5 100%);
}

.legal-hero h1 {
  color: var(--primary);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
  margin: 12px auto 18px;
}

.legal-hero p {
  color: var(--text);
  max-width: 760px;
  margin: 0 auto;
}

.legal-hero .legal-updated {
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
  margin-top: 18px;
}

.legal-section {
  padding: 64px 0;
  background: var(--white);
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(10, 55, 95, 0.08);
}

.legal-content h2 {
  color: var(--primary);
  font-size: 22px;
  font-weight: 800;
  margin: 30px 0 10px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--text);
  font-size: 16px;
}

.legal-content ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-content a {
  color: var(--primary);
  font-weight: 700;
}

#backToTop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 12px 28px rgba(10, 55, 95, 0.22);
  z-index: 998;
}

#backToTop.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-contact-buttons {
  position: fixed;
  right: 22px;
  bottom: 82px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 998;
}

.floating-contact-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(10, 55, 95, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-contact-btn:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(10, 55, 95, 0.28);
}

.floating-contact-btn svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.call-btn {
  background: var(--primary);
}

.whatsapp-btn {
  background: #25d366;
}

.whatsapp-btn svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: none;
}

.thank-you-section {
  min-height: 62vh;
  padding: 90px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f3f8fa 60%, #e9f1f5 100%);
  display: flex;
  align-items: center;
}

.thank-you-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 52px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 16px 44px rgba(10, 55, 95, 0.1);
}

.thank-you-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thank-you-box h1 {
  max-width: 720px;
  margin: 0 auto 18px;
  color: var(--primary);
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
}

.thank-you-box p {
  max-width: 680px;
  margin: 0 auto 30px;
  color: var(--text);
  font-size: 18px;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

@keyframes hero-content-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-visual-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive */

@media (max-width: 991px) {
  .site-logo {
    width: 280px;
  }

  .hero-section {
    padding: 62px 0 68px;
    text-align: center;
  }

  .hero-section h1 {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-heading h2 {
    font-size: 42px;
  }

  .trust-heading p {
    font-size: 18px;
  }

  .section-heading {
    margin-bottom: 45px;
  }

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

  .about-highlights {
    text-align: left;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
    gap: 14px;
  }

  .hero-image-box {
    margin-top: 36px;
  }

  .hero-proof {
    justify-content: center;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .portfolio-intro {
    margin-bottom: 34px;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .thank-you-box h1 {
    font-size: 38px;
  }

  .legal-hero h1 {
    font-size: 38px;
  }

  .legal-content {
    padding: 30px;
  }

  .site-footer .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-footer .row > [class*="col-"]:not(:first-child) {
    border-left: 0;
  }
}

@media (max-width: 576px) {
  .top-contact-inner {
    min-height: auto;
    padding: 8px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    font-size: 13px;
  }

  .site-logo {
    width: 230px;
  }

  .hero-section h1 {
    font-size: 34px;
  }

  .hero-section {
    padding: 48px 0 56px;
  }

  .legal-hero {
    padding: 54px 0 44px;
  }

  .legal-hero h1 {
    font-size: 34px;
  }

  .legal-section {
    padding: 42px 0;
  }

  .legal-content {
    padding: 24px 20px;
  }

  .hero-image-box {
    margin-top: 30px;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof span {
    width: 100%;
  }

  .hero-text {
    font-size: 17px;
    line-height: 1.65;
  }

  .section-label {
    font-size: 13px;
    letter-spacing: 1.6px;
  }

  .section-label::before,
  .section-label::after {
    width: 24px;
  }

  h2 {
    font-size: 30px;
  }

  .trust-heading h2 {
    font-size: 32px;
  }

  .trust-heading p,
  .section-heading p {
    font-size: 16px;
  }

  .about-content {
    padding: 28px 20px;
  }

  .about-section .section-label::before,
  .about-section .section-label::after {
    display: none;
  }

  .about-content p {
    font-size: 16px;
  }

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

  .service-card h3 {
    font-size: 20px;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    width: 100%;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

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

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

  .process-step {
    min-height: 0;
  }

  .portfolio-intro {
    margin-bottom: 28px;
  }

  .trusted-logos {
    gap: 22px;
  }

  .cta-box {
    padding: 32px 22px;
  }

  .contact-form-wrap {
    padding: 26px 18px;
    margin-top: 40px;
  }

  .consultation-modal .modal-title {
    font-size: 23px;
  }

  .floating-contact-buttons {
    right: 16px;
    bottom: 78px;
  }

  .floating-contact-btn {
    width: 44px;
    height: 44px;
  }

  .thank-you-section {
    padding: 70px 0;
  }

  .thank-you-box {
    padding: 38px 20px;
  }

  .thank-you-box h1 {
    font-size: 32px;
  }

  .thank-you-box p {
    font-size: 16px;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  #backToTop {
    right: 16px;
    bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .hidden {
    opacity: 1;
    transform: none;
  }
}
