@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #11243f;
  --ink-2: #193455;
  --orange: #c74716;
  --orange-dark: #98320f;
  --teal: #138a7a;
  --teal-dark: #0c6b60;
  --cream: #f7f3ea;
  --sand: #ede5d8;
  --paper: #fffdf9;
  --white: #ffffff;
  --text: #46566c;
  --muted: #526176;
  --line: #dfe5ea;
  --success: #138a7a;
  --shadow-sm: 0 12px 32px rgba(17, 36, 63, 0.08);
  --shadow-lg: 0 28px 70px rgba(17, 36, 63, 0.16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --container: 1180px;
  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

::selection {
  background: rgba(255, 107, 53, 0.25);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition);
}

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 104px 0;
}

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

.section--white {
  background: var(--white);
}

.section--ink {
  overflow: hidden;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
}

.section--ink h2,
.section--ink h3 {
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--orange);
  content: "";
  transform: rotate(45deg);
}

.eyebrow--light {
  color: #9ee1d7;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 46px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading p {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.section-heading--center p {
  margin-inline: auto;
}

.estimate-heading {
  max-width: 1100px;
}

.estimate-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  white-space: nowrap;
}

.accent {
  color: var(--orange);
}

.lead {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.8;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--orange);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 12px 24px rgba(255, 107, 53, 0.24);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.btn:hover {
  background: var(--orange-dark);
  box-shadow: 0 16px 32px rgba(255, 107, 53, 0.3);
  transform: translateY(-2px);
}

.btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.btn--dark {
  background: var(--ink);
  box-shadow: 0 12px 24px rgba(17, 36, 63, 0.18);
}

.btn--dark:hover {
  background: var(--ink-2);
}

.btn--ghost {
  border-color: rgba(17, 36, 63, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  box-shadow: none;
}

.btn--ghost:hover {
  border-color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.btn--light {
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.btn--light:hover {
  background: var(--cream);
}

.btn--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  transition: gap var(--transition), color var(--transition);
}

.text-link::after {
  content: "→";
}

.text-link:hover {
  gap: 13px;
  color: var(--orange-dark);
}

.topbar {
  position: relative;
  z-index: 1001;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.79rem;
}

.topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar__location,
.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar__phone {
  color: var(--white);
  font-weight: 700;
}

.topbar__phone:hover {
  color: #ffb79c;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(17, 36, 63, 0.08);
  background: rgba(255, 253, 249, 0.93);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand--original {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  line-height: 0;
}

.brand__original-logo {
  width: 310px;
  height: 60px;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.brand__mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: var(--ink);
  box-shadow: 0 10px 22px rgba(17, 36, 63, 0.18);
}

.brand__mark svg {
  width: 34px;
  height: 34px;
}

.brand__copy {
  display: grid;
  line-height: 1.04;
}

.brand__place {
  margin-bottom: 4px;
  color: var(--teal-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand__name {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  position: relative;
  display: inline-flex;
  padding: 12px 11px;
  color: #435269;
  font-size: 0.89rem;
  font-weight: 700;
  transition: color var(--transition);
}

.site-nav__link::after {
  position: absolute;
  right: 11px;
  bottom: 7px;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  color: var(--ink);
}

.site-nav__link:hover::after,
.site-nav__link[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  border-radius: 13px;
  background: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: var(--white);
  transition: transform var(--transition), opacity var(--transition);
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(680px, calc(100vh - 70px));
  align-items: center;
  overflow: hidden;
  background-color: #ebe8df;
  background-image:
    linear-gradient(90deg, rgba(247, 243, 234, 0.98) 0%, rgba(247, 243, 234, 0.94) 31%, rgba(247, 243, 234, 0.46) 53%, rgba(247, 243, 234, 0.02) 78%),
    url("../img/brand/indirapuram-moving-hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero::before {
  position: absolute;
  top: 9%;
  left: -64px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(19, 138, 122, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 28px rgba(19, 138, 122, 0.04), 0 0 0 58px rgba(19, 138, 122, 0.025);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(38px, 5vw, 78px);
  padding: 72px 0 92px;
}

.hero__content {
  max-width: 680px;
}

.hero__location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(17, 36, 63, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero__location-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(19, 138, 122, 0.12);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.2vw, 4.1rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero h1 .hero__line {
  display: block;
  white-space: nowrap;
}

.hero h1 .hero__line--accent {
  position: relative;
  width: max-content;
  color: var(--orange-dark);
}

.hero h1 .hero__line--accent::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 9px;
  border-radius: 8px;
  background: rgba(255, 107, 53, 0.18);
  content: "";
  z-index: -1;
}

.hero__lead {
  max-width: 560px;
  margin-bottom: 26px;
  color: #4f5d70;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  list-style: none;
}

.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero__trust li::before {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  content: "✓";
  font-size: 0.68rem;
}

.hero-quote {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 24px 65px rgba(17, 36, 63, 0.22);
  backdrop-filter: blur(14px);
}

.hero-quote__head {
  margin-bottom: 17px;
}

.hero-quote__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-quote__eyebrow i {
  color: var(--orange);
}

.hero-quote__head h2 {
  margin-bottom: 5px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  letter-spacing: -0.035em;
}

.hero-quote__head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.hero-quote__fields {
  display: grid;
  min-inline-size: 0;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.hero-quote__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-quote__field {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.hero-quote__field label {
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero-quote__field input,
.hero-quote__field select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 9px 10px;
  border: 1px solid #d7dfe5;
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 0.8rem;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.hero-quote__field input::placeholder {
  color: #8f9ba8;
}

.hero-quote__field input:focus,
.hero-quote__field select:focus {
  border-color: var(--teal);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(19, 138, 122, 0.11);
}

.hero-quote__submit {
  min-height: 46px;
  padding: 12px 16px;
  font-size: 0.82rem;
}

.hero-quote__note,
.hero-quote__noscript {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.hero-quote__note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.hero-quote__note i {
  margin-top: 2px;
  color: var(--teal);
}

.hero-quote__noscript {
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--cream);
}

.hero-quote__noscript a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
}

html:not(.js) .hero-quote__form {
  display: none;
}

.proof-strip {
  position: relative;
  z-index: 4;
  margin-top: -44px;
}

.proof-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid rgba(17, 36, 63, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 38px rgba(17, 36, 63, 0.11);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.proof-item:hover {
  border-color: rgba(199, 71, 22, 0.25);
  box-shadow: 0 20px 44px rgba(17, 36, 63, 0.15);
  transform: translateY(-4px);
}

.proof-item__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(199, 71, 22, 0.12);
  border-radius: 15px;
  background: rgba(199, 71, 22, 0.1);
  color: var(--orange-dark);
  font-size: 1.12rem;
}

.proof-item__icon i {
  display: block;
  line-height: 1;
}

.proof-item:nth-child(2) .proof-item__icon {
  border-color: rgba(19, 138, 122, 0.14);
  background: rgba(19, 138, 122, 0.1);
  color: var(--teal-dark);
}

.proof-item:nth-child(3) .proof-item__icon {
  border-color: rgba(17, 36, 63, 0.12);
  background: rgba(17, 36, 63, 0.08);
  color: var(--ink);
}

.proof-item:nth-child(4) .proof-item__icon {
  border-color: rgba(11, 120, 66, 0.14);
  background: rgba(11, 120, 66, 0.1);
  color: #0b7842;
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.94rem;
  line-height: 1.35;
}

.proof-item span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.service-card:hover {
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: var(--shadow-lg);
  transform: translateY(-7px);
}

.service-card__image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sand);
}

.service-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 36, 63, 0.22));
  content: "";
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-card:hover .service-card__image img {
  transform: scale(1.045);
}

.service-card__tag {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: var(--orange);
  color: var(--white);
  font-size: 1.05rem;
  box-shadow: 0 10px 25px rgba(17, 36, 63, 0.18);
}

.service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.service-card h3 {
  margin-bottom: 11px;
}

.service-card p {
  margin-bottom: 17px;
  font-size: 0.92rem;
}

.service-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.service-card__action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(17, 36, 63, 0.16);
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.service-card__action:hover {
  transform: translateY(-2px);
}

.service-card__action--explore {
  background: var(--cream);
  color: var(--ink);
}

.service-card__action--explore:hover {
  border-color: rgba(199, 71, 22, 0.42);
  color: var(--orange-dark);
}

.service-card__action--call {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.service-card__action--call:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
}

.split--reverse > :first-child {
  order: 2;
}

.split__content h2 {
  margin-bottom: 20px;
}

.split__content .about-location-title {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.08;
}

.about-location-title > span {
  display: block;
  white-space: nowrap;
}

.split__content .planning-title {
  max-width: 590px;
  font-size: clamp(2rem, 3.15vw, 3.05rem);
  line-height: 1.08;
}

.planning-title span {
  display: block;
}

.image-frame {
  position: relative;
  min-height: 520px;
}

.image-frame__main {
  width: calc(100% - 44px);
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--sand);
  box-shadow: var(--shadow-lg);
}

.image-frame__main img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.image-frame__badge {
  position: absolute;
  right: 0;
  bottom: 34px;
  max-width: 220px;
  padding: 22px;
  border: 6px solid var(--paper);
  border-radius: 20px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-lg);
}

.image-frame__badge strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 8px;
  background: rgba(19, 138, 122, 0.12);
  color: var(--teal-dark);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

.locality-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.locality-wrap::before,
.locality-wrap::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.locality-wrap::before {
  top: -120px;
  right: -80px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025), 0 0 0 90px rgba(255, 255, 255, 0.018);
}

.locality-wrap::after {
  bottom: -90px;
  left: 37%;
  width: 230px;
  height: 230px;
  background: rgba(19, 138, 122, 0.12);
  filter: blur(1px);
}

.locality-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 70px;
}

.locality-copy h2 {
  margin-bottom: 17px;
  color: var(--white);
}

.locality-copy .btn {
  margin-top: 14px;
}

.locality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.locality-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 650;
}

.locality-pill::before {
  color: #62ccb9;
  content: "⌖";
  font-size: 1rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: process;
}

.process-step {
  position: relative;
  padding: 0 26px;
  counter-increment: process;
}

.process-step:first-child {
  padding-left: 0;
}

.process-step:last-child {
  padding-right: 0;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 28px;
  right: -9px;
  width: 18px;
  height: 10px;
  color: var(--sand);
  content: "→";
  font-size: 1.4rem;
}

.process-step__number {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 17px;
  background: var(--cream);
  color: var(--orange-dark);
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.process-step__number::before {
  content: "0" counter(process);
}

.process-step h3 {
  margin-bottom: 10px;
}

.process-step p {
  font-size: 0.9rem;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
  align-items: center;
  gap: clamp(38px, 5vw, 70px);
  isolation: isolate;
  overflow: hidden;
  padding: clamp(46px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 110%, rgba(255, 255, 255, 0.13), transparent 29%),
    linear-gradient(135deg, #d34a16 0%, var(--orange) 48%, #a9340e 100%);
  color: rgba(255, 255, 255, 0.87);
  box-shadow: 0 28px 65px rgba(152, 50, 15, 0.2);
}

.cta-panel::after {
  position: absolute;
  top: -170px;
  right: -70px;
  width: 330px;
  height: 330px;
  border: 46px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.cta-panel__copy,
.cta-panel__actions {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 650px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(1.9rem, 3.1vw, 2.75rem);
}

.cta-panel h2 span {
  display: block;
  color: #ffe3d5;
}

.cta-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cta-panel p {
  max-width: 680px;
  margin-bottom: 19px;
  font-size: 0.96rem;
  line-height: 1.7;
}

.cta-panel__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: 0.79rem;
  font-weight: 700;
  list-style: none;
}

.cta-panel__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cta-panel__highlights li::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  content: "✓";
  font-size: 0.65rem;
}

.cta-panel__actions {
  display: grid;
  gap: 14px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(104, 28, 5, 0.16);
  backdrop-filter: blur(8px);
}

.cta-panel__actions-label {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
}

.cta-panel__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cta-panel__buttons .btn {
  width: 100%;
  padding-inline: 15px;
  font-size: 0.86rem;
  white-space: nowrap;
}

.cta-panel__actions-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
  font-weight: 650;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 350px;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(6, 18, 31, 0.66), rgba(6, 18, 31, 0.58)),
    url("../img/hero-moving.jpg");
  background-position: center 44%;
  background-size: cover;
  color: rgba(255, 255, 255, 0.7);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% -20%, rgba(255, 107, 53, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(17, 36, 63, 0.05), rgba(17, 36, 63, 0.2));
  content: "";
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  text-align: center;
}

.page-hero__copy {
  display: grid;
  justify-items: center;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 0 19px;
  color: var(--white);
  font-size: clamp(2.4rem, 4.1vw, 4rem);
  letter-spacing: -0.045em;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.25);
}

.page-hero__copy p {
  max-width: 650px;
  margin: 19px 0 0;
  font-size: 1.05rem;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.breadcrumb a:hover {
  color: #ff9a70;
}

.breadcrumb span:last-child {
  color: #ff7a3d;
}

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

.feature-card {
  padding: 30px;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.feature-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 15px;
  background: var(--cream);
  color: var(--orange-dark);
  font-size: 1.15rem;
}

.feature-card h3 {
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.91rem;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 27px;
}

.principle {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: 16px;
  background: var(--white);
}

.principle__number {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.principle strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.91rem;
}

.principle p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.address-section {
  padding-block: 72px;
}

.address-banner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  isolation: isolate;
  overflow: hidden;
  padding: 34px 36px;
  border: 1px solid rgba(123, 215, 198, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 20%, rgba(19, 138, 122, 0.34), transparent 28%),
    linear-gradient(135deg, #0b1b31 0%, #102d46 58%, #0d3e4b 100%);
  color: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 62px rgba(17, 36, 63, 0.2);
}

.address-banner::after {
  position: absolute;
  top: -95px;
  right: -65px;
  width: 240px;
  height: 240px;
  border: 30px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
}

.address-banner__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 21px;
  background: linear-gradient(145deg, #e45118, var(--orange));
  color: var(--white);
  font-size: 1.45rem;
  box-shadow: 0 14px 32px rgba(199, 71, 22, 0.32);
}

.address-banner__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.address-banner__eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  color: #82dfcf;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.address-banner__content h2 {
  margin-bottom: 9px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  letter-spacing: -0.035em;
}

.address-banner__content h2 span {
  color: #82dfcf;
}

.address-banner__content address {
  max-width: 630px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.65;
}

.address-banner__actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.address-banner__actions .btn {
  width: 100%;
  min-height: 48px;
  padding-inline: 17px;
  font-size: 0.82rem;
  white-space: nowrap;
}

.address-banner__actions .btn--light:hover {
  background: #eef9f7;
}

.service-list {
  display: grid;
  gap: 26px;
}

.service-jumps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-jumps a {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: 16px;
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), border-color var(--transition), color var(--transition);
}

.service-jumps a:hover {
  border-color: rgba(199, 71, 22, 0.35);
  color: var(--orange-dark);
  transform: translateY(-3px);
}

.service-jumps i {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 12px;
  background: var(--cream);
  color: var(--orange-dark);
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) 1.22fr;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.service-detail:nth-child(even) {
  grid-template-columns: 1.22fr minmax(260px, 0.78fr);
}

.service-detail:nth-child(even) .service-detail__image {
  order: 2;
}

.service-detail__image {
  min-height: 340px;
  background: var(--sand);
}

.service-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}

.service-detail__label {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-detail h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.service-detail p {
  margin-bottom: 17px;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 700;
}

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

.packing-item {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.packing-item__icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 13px;
  background: rgba(98, 204, 185, 0.14);
  color: #7bd7c6;
}

.packing-item h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.packing-item p {
  font-size: 0.82rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 32px;
}

.contact-sidebar {
  display: grid;
  gap: 15px;
}

.contact-card {
  padding: 25px;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}

.contact-card__icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  place-items: center;
  border-radius: 13px;
  background: var(--cream);
  color: var(--orange-dark);
}

.contact-card h3 {
  margin: 0;
  font-size: 1.03rem;
}

.contact-card p,
.contact-card address {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
}

.contact-card a:not(.btn) {
  color: var(--ink);
  font-weight: 750;
}

.contact-card a:not(.btn):hover {
  color: var(--orange-dark);
}

.quote-card {
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.quote-card__head {
  margin-bottom: 20px;
}

.quote-card__head h2 {
  margin-bottom: 6px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.quote-card__head p {
  margin-bottom: 0;
}

.form-grid {
  display: grid;
  gap: 13px;
}

.form-fields {
  display: grid;
  min-inline-size: 0;
  gap: 13px;
  margin: 0;
  padding: 0;
  border: 0;
}

.no-js-contact {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(199, 71, 22, 0.3);
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.88rem;
}

.no-js-contact a {
  font-weight: 800;
  text-decoration: underline;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.field {
  display: grid;
  gap: 5px;
}

.field label {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #d8e0e6;
  border-radius: 12px;
  outline: 0;
  background: #fcfcfb;
  color: var(--ink);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.field textarea {
  min-height: 82px;
  resize: vertical;
}

.quote-card .btn {
  min-height: 48px;
  padding-block: 11px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(19, 138, 122, 0.1);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9ba7b4;
}

.form-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

.form-note::before {
  color: var(--teal);
  content: "✓";
  font-weight: 900;
}

.map-card {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(17, 36, 63, 0.09);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.contact-map-section {
  overflow: hidden;
  background: #e7ecee;
}

.map-card--full {
  grid-template-columns: 1fr;
  width: 100%;
  min-height: clamp(340px, 36vw, 460px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.map-card--full iframe {
  min-height: clamp(340px, 36vw, 460px);
}

.map-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.map-card__body h2 {
  margin-bottom: 13px;
  font-size: 1.8rem;
}

.map-card__body address {
  margin-bottom: 23px;
  color: var(--muted);
  font-style: normal;
}

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

.prep-card {
  padding: 26px;
  border-top: 4px solid var(--orange);
  border-radius: 0 0 18px 18px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.prep-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--teal-dark);
  font-family: "Manrope", sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prep-card h3 {
  margin-bottom: 8px;
}

.prep-card p {
  font-size: 0.88rem;
}

.faq-list {
  display: grid;
  max-width: 880px;
  gap: 12px;
  margin-inline: auto;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(17, 36, 63, 0.1);
  border-radius: 16px;
  background: var(--white);
}

.faq-item summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: var(--ink);
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: var(--cream);
  color: var(--orange-dark);
  content: "+";
  font-size: 1.15rem;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0 26px;
  border-top: 1px solid rgba(123, 215, 198, 0.18);
  background:
    radial-gradient(circle at 88% -8%, rgba(19, 138, 122, 0.26), transparent 30%),
    radial-gradient(circle at 4% 115%, rgba(199, 71, 22, 0.18), transparent 31%),
    linear-gradient(145deg, #071527 0%, #0a1c31 53%, #0d2940 100%);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer::before {
  position: absolute;
  top: -190px;
  right: -120px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(123, 215, 198, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 58px rgba(123, 215, 198, 0.025), 0 0 0 116px rgba(123, 215, 198, 0.014);
}

.site-footer::after {
  position: absolute;
  top: -170px;
  left: 30%;
  width: 480px;
  height: 280px;
  border-radius: 50%;
  background: rgba(52, 183, 164, 0.1);
  content: "";
  filter: blur(70px);
  pointer-events: none;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.8fr 1.25fr;
  gap: clamp(30px, 4vw, 52px);
  padding-bottom: 44px;
}

.footer-grid > div {
  min-width: 0;
  padding: 6px 0;
}

.footer-grid > :first-child {
  padding-top: 0;
}

.site-footer .brand {
  margin-bottom: 20px;
  color: var(--white);
}

.site-footer .brand--original {
  width: max-content;
  max-width: 100%;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: linear-gradient(135deg, #ffffff, #f7fbff);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.site-footer .brand__place {
  color: #7bd7c6;
}

.site-footer .brand__mark {
  background: var(--white);
}

.site-footer .brand__mark .mark-box {
  fill: var(--orange);
}

.site-footer .brand__mark .mark-detail {
  fill: var(--ink);
}

.footer-intro {
  max-width: 330px;
  margin-bottom: 0;
  font-size: 0.87rem;
  line-height: 1.75;
}

.footer-call {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  padding: 10px 14px;
  border: 1px solid rgba(123, 215, 198, 0.22);
  border-radius: 12px;
  background: rgba(19, 138, 122, 0.12);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.footer-call:hover {
  border-color: rgba(123, 215, 198, 0.42);
  background: rgba(19, 138, 122, 0.2);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-call i {
  color: #7bd7c6;
}

.site-footer h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer h3::after {
  width: 27px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7bd7c6, transparent);
  content: "";
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color var(--transition), transform var(--transition);
}

.footer-links a::before {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: rgba(123, 215, 198, 0.65);
  content: "";
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--white);
}

.footer-links a:hover {
  transform: translateX(3px);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0;
}

.footer-contact i {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  margin-top: 0;
  border-radius: 8px;
  background: rgba(19, 138, 122, 0.14);
  color: #7bd7c6;
  font-size: 0.76rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.73rem;
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  gap: 10px;
}

.floating-btn,
.scroll-top {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 0;
  border-radius: 15px;
  color: var(--white);
  box-shadow: 0 14px 30px rgba(17, 36, 63, 0.23);
  transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
}

.floating-btn:hover,
.scroll-top:hover {
  transform: translateY(-3px);
}

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

.floating-btn--whatsapp {
  background: #0b7842;
}

.scroll-top {
  background: var(--ink);
  opacity: 0;
  visibility: hidden;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-action-bar {
  display: none;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .brand__original-logo {
    width: 250px;
    height: 48px;
  }

  .brand__place {
    font-size: 0.57rem;
  }

  .brand__name {
    font-size: 0.88rem;
  }

  .site-nav {
    gap: 15px;
  }

  .site-nav__list {
    gap: 0;
  }

  .site-nav__link {
    padding-inline: 9px;
    font-size: 0.82rem;
  }

  .header-cta {
    padding-inline: 16px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
  }

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

  .proof-item {
    border: 1px solid rgba(17, 36, 63, 0.08);
  }

  .locality-inner {
    gap: 42px;
    padding: 55px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 0.8fr);
  }

  .footer-grid > :last-child {
    grid-column: 1 / -1;
  }

  .footer-grid > :last-child .footer-contact {
    grid-template-columns: minmax(0, 1.5fr) minmax(160px, 0.65fr) minmax(180px, 0.8fr);
    align-items: start;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 82px 0;
  }

  .topbar {
    display: none;
  }

  .site-header {
    background: var(--paper);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .nav-toggle {
    display: block;
  }

  .js .site-nav {
    position: fixed;
    top: 74px;
    right: 0;
    left: 0;
    display: grid;
    width: 100%;
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
    align-content: start;
    gap: 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 26px 20px calc(40px + env(safe-area-inset-bottom));
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    visibility: hidden;
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  }

  .js .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .site-nav__list {
    display: grid;
    gap: 4px;
  }

  .site-nav__link {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .site-nav__link::after {
    display: none;
  }

  .header-cta {
    width: 100%;
  }

  html:not(.js) .site-header__inner {
    flex-wrap: wrap;
    padding-block: 10px;
  }

  html:not(.js) .nav-toggle {
    display: none;
  }

  html:not(.js) .site-nav {
    display: grid;
    width: 100%;
    gap: 10px;
    padding-bottom: 10px;
  }

  html:not(.js) .site-nav__list {
    display: flex;
    flex-wrap: wrap;
  }

  html:not(.js) .site-nav__link {
    border-bottom: 0;
  }

  .hero {
    min-height: 650px;
    background-image:
      linear-gradient(90deg, rgba(247, 243, 234, 0.98) 0%, rgba(247, 243, 234, 0.9) 54%, rgba(247, 243, 234, 0.4) 100%),
      url("../img/brand/indirapuram-moving-hero.jpg");
    background-position: 58% center;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 62px 0 82px;
  }

  .hero__content {
    max-width: 610px;
  }

  .hero-quote {
    display: block;
    width: min(100%, 430px);
    max-width: 430px;
    justify-self: end;
  }

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

  .split {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .split--reverse > :first-child {
    order: initial;
  }

  .image-frame {
    max-width: 650px;
  }

  .locality-inner {
    grid-template-columns: 1fr;
  }

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

  .process-step:nth-child(2)::after {
    display: none;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    padding: 47px;
  }

  .cta-panel__actions {
    width: 100%;
    max-width: 520px;
  }

  .address-section {
    padding-block: 64px;
  }

  .address-banner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
  }

  .address-banner__actions {
    grid-column: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 430px);
  }

  .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .breadcrumb {
    width: max-content;
  }

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

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

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    grid-template-columns: repeat(3, 1fr);
  }

  .map-card {
    grid-template-columns: 1fr;
  }

  .map-card iframe {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 82px;
  }

  body {
    padding-bottom: 0;
    font-size: 15px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .estimate-heading h2 {
    white-space: normal;
  }

  .brand__mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 13px;
  }

  .brand__original-logo {
    width: 215px;
    height: 42px;
  }

  .brand__place {
    font-size: 0.51rem;
  }

  .brand__name {
    max-width: 180px;
    overflow: hidden;
    font-size: 0.77rem;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: 640px;
    align-items: flex-start;
    background-image:
      linear-gradient(180deg, rgba(247, 243, 234, 0.99) 0%, rgba(247, 243, 234, 0.94) 52%, rgba(247, 243, 234, 0.36) 100%),
      url("../img/brand/indirapuram-moving-hero-mobile.jpg");
    background-position: center;
  }

  .hero__inner {
    gap: 28px;
    padding: 42px 0 100px;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 9.4vw, 2.7rem);
  }

  .hero__lead {
    font-size: 0.98rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero__actions .btn {
    padding-inline: 14px;
  }

  .hero-quote {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 18px;
    border-radius: 18px;
  }

  .hero-quote__head {
    margin-bottom: 14px;
  }

  .hero-quote__fields {
    gap: 10px;
  }

  .hero-quote__row {
    gap: 8px;
  }

  .proof-strip {
    margin-top: -60px;
  }

  .proof-strip__inner {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .proof-item {
    min-height: 118px;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 16px;
    border-radius: 17px;
  }

  .proof-item__icon {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .proof-item strong {
    font-size: 0.8rem;
  }

  .services-grid,
  .feature-grid,
  .principles-grid,
  .prep-grid {
    grid-template-columns: 1fr;
  }

  .service-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
    width: min(100%, 280px);
    gap: 8px;
  }

  .service-card__action {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .image-frame {
    min-height: 420px;
  }

  .image-frame__main,
  .image-frame__main img {
    min-height: 410px;
  }

  .image-frame__main {
    width: 100%;
  }

  .image-frame__badge {
    display: none;
  }

  .locality-inner {
    padding: 39px 24px;
  }

  .locality-grid {
    gap: 8px;
  }

  .locality-pill {
    padding: 10px;
    font-size: 0.72rem;
  }

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

  .process-step,
  .process-step:first-child,
  .process-step:last-child {
    padding: 0 0 0 72px;
  }

  .process-step__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
  }

  .process-step::after {
    display: none;
  }

  .cta-panel {
    padding: 36px 22px;
  }

  .cta-panel__actions {
    display: grid;
    grid-template-columns: 1fr;
    padding: 19px;
  }

  .page-hero {
    min-height: 285px;
  }

  .page-hero__inner {
    padding: 48px 0;
  }

  .address-section {
    padding-block: 52px;
  }

  .address-banner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .address-banner__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .address-banner__actions {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .service-detail,
  .service-detail:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-detail:nth-child(even) .service-detail__image {
    order: 0;
  }

  .service-detail__image {
    min-height: 240px;
    max-height: 300px;
  }

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

  .service-jumps {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .map-card__body {
    padding: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .site-footer {
    padding-top: 56px;
  }

  .footer-grid > div,
  .footer-grid > :first-child {
    padding: 0;
  }

  .footer-grid > :first-child,
  .footer-grid > :last-child {
    grid-column: 1 / -1;
  }

  .footer-grid > :last-child .footer-contact {
    grid-template-columns: 1fr;
  }

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

  .floating-actions {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    display: grid;
    gap: 8px;
  }

  .mobile-action-bar {
    display: none;
  }

  .nav-open .floating-actions {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

@media (max-width: 420px) {
  .split__content .about-location-title {
    font-size: clamp(1.55rem, 7.2vw, 2rem);
  }

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

  .cta-panel__buttons {
    grid-template-columns: 1fr;
  }

  .address-banner__actions {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-grid > :first-child,
  .footer-grid > :last-child {
    grid-column: auto;
  }
}

@media (max-width: 340px) {
  .hero-quote {
    padding: 16px;
  }

  .hero-quote__row {
    grid-template-columns: 1fr;
  }

  .service-card__action {
    gap: 6px;
    padding-inline: 6px;
    font-size: 0.68rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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