body.mitasi-seo-location-template {
  --page-bg: #ffffff;
  --ink: #333333;
  --ink-dark: #1e1e1e;
  --muted: #4b5563;
  --soft: #fff7e8;
  --orange: #fe9d07;
  --orange-alt: #f59e0b;
  --line: #e5e7eb;
  --white: #f3f3f3;
  --wide: min(1857px, calc(100vw - 64px));
  --panel: min(1720px, calc(100vw - 200px));
  --content: min(1280px, calc(100vw - 48px));
  font-family: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.mitasi-seo-location-template {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.location-page a {
  color: inherit;
  text-decoration: none;
}

.location-page button,
.location-page input,
.location-page select {
  font: inherit;
}

.location-page :where(a[href], button:not(:disabled), select, .select-wrap, .consent, .consent input) {
  cursor: pointer;
}

.location-page :where(button:disabled, select:disabled, input:disabled) {
  cursor: not-allowed;
}

.location-page {
  overflow: hidden;
  padding: 8px 0 16px;
}

.hero-shell {
  width: var(--wide);
  margin: 0 auto;
}

.hero-panel {
  position: relative;
  min-height: 668px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #000000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  min-height: 668px;
  margin: 0 auto;
  padding: 30px 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.hero-copy {
  width: 782px;
  max-width: 100%;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  min-height: 26px;
  margin-bottom: 27px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.breadcrumbs a,
.breadcrumbs strong {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.breadcrumbs span {
  flex: 0 0 auto;
  opacity: 0.7;
}

.breadcrumbs strong {
  color: var(--orange);
  font-weight: 400;
}

.hero-copy h1 {
  width: 736px;
  max-width: 100%;
  margin: 0 0 27px;
  color: var(--white);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-lead {
  width: 756px;
  max-width: 100%;
  min-height: 96px;
  margin: 0 0 27px;
  color: #cecece;
  font-size: 16px;
  line-height: 1.9;
}

.hero-actions,
.wide-actions {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  flex-wrap: wrap;
}

.btn {
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

.btn span {
  min-width: 0;
}

.btn img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.btn-primary {
  background: var(--orange);
  color: var(--ink-dark);
}

.btn-outline {
  background: transparent;
}

.btn-outline img {
  width: 18px;
  height: 18px;
}

.btn-outline-light {
  border-color: var(--white);
  color: #d9d9d9;
}

.btn-outline-dark {
  border-color: var(--ink);
  color: var(--ink);
}

.btn-tall {
  min-height: 64px;
}

.quote-card {
  width: 419px;
  flex: 0 0 419px;
  padding: 24px;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
}

.hero-card {
  scroll-margin-top: 96px;
}

.contact-card {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.form-heading {
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.form-heading h2 {
  margin: 0 0 8px;
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 17px;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-fields label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-fields label > span:first-child {
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
}

.form-fields input:not([type="checkbox"]),
.form-fields select,
.select-wrap {
  width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  box-shadow: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.form-fields input:not([type="checkbox"]) {
  padding: 14px;
}

.form-fields input:not([type="checkbox"]):focus,
.form-fields input:not([type="checkbox"]):focus-visible,
.form-fields select:focus,
.form-fields select:focus-visible,
.select-wrap:focus-within {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 1px rgba(254, 157, 7, 0.14);
}

.form-fields input::placeholder {
  color: #9ca3af;
}

.select-wrap {
  position: relative;
  display: block;
  height: 45px;
}

.select-wrap select {
  height: 45px;
  padding: 0 42px 0 14px;
  appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.select-wrap img {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.mitasi-cf7-form {
  margin: 0;
}

.mitasi-cf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.mitasi-cf7-form .wpcf7-select {
  cursor: pointer;
}

.mitasi-cf7-form .form-fields input:not([type="checkbox"]),
.mitasi-cf7-form .form-fields select,
.mitasi-cf7-form .select-wrap {
  box-shadow: none;
}

.mitasi-cf7-form .form-fields input:not([type="checkbox"]):focus,
.mitasi-cf7-form .form-fields input:not([type="checkbox"]):focus-visible,
.mitasi-cf7-form .form-fields select:focus,
.mitasi-cf7-form .form-fields select:focus-visible,
.mitasi-cf7-form .select-wrap:focus-within {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 1px rgba(254, 157, 7, 0.14);
}

.mitasi-cf7-form .select-wrap select {
  height: 45px;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.mitasi-cf7-form input.wpcf7-not-valid:not([type="checkbox"]),
.mitasi-cf7-form select.wpcf7-not-valid,
.mitasi-cf7-form .select-wrap:has(.wpcf7-not-valid) {
  border-color: var(--orange);
}

.mitasi-cf7-form .consent input:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.mitasi-cf7-form .wpcf7-spinner {
  display: none;
  margin: 8px auto 0;
}

.mitasi-cf7-form.submitting .wpcf7-spinner {
  display: block;
}

.consent {
  min-height: 24px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  margin-top: -4px;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--orange);
}

.consent .wpcf7-form-control-wrap {
  width: auto;
}

.consent .wpcf7-list-item {
  margin: 0;
}

.consent .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.consent .wpcf7-list-item-label {
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}

.submit-btn {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.mitasi-cf7-form .submit-btn {
  appearance: none;
  display: block;
}

.mitasi-cf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
  line-height: 16px;
}

.mitasi-cf7-form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 18px;
}

.guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.guarantee img {
  width: 26px;
  height: 26px;
}

.stats-bar {
  --stats-gap: clamp(60px, 11.25vw, 216px);
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--stats-gap);
  padding: 32px 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 24px 24px;
  background: #1c1f22;
  backdrop-filter: blur(2px);
}

.stat-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: calc(var(--stats-gap) / -2);
  width: 1px;
  height: 40px;
  background: #2d3338;
}

.stat-item strong {
  color: var(--orange-alt);
  font-size: 24px;
  font-weight: 600;
}

.stat-item span {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.services-section {
  width: 100%;
  padding: 82px 0 64px;
  text-align: center;
}

.section-heading {
  width: var(--content);
  margin: 0 auto;
}

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

.eyebrow {
  margin: 0 0 28px;
  color: var(--orange);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
}

.section-heading h2,
.wide-card-content h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.services-section .section-heading h2 {
  max-width: 1020px;
  margin: 0 auto 28px;
}

.section-copy {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-copy p {
  margin: 0;
}

.section-copy strong {
  font-weight: 700;
}

.services-grid-cards {
  width: min(1280px, calc(100vw - 48px));
  margin: 64px auto 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}

.service-card {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  background: #1e1e1e;
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, #00000050 0%, #000000 100%);
  opacity: 0.5;
  pointer-events: none;
}

.service-card:nth-child(5)::after {
  background-image: linear-gradient(180deg, #00000050 0%, #1e1e1e 100%);
}

.service-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card h3 {
  margin: 0;
  color: #f3f3f3;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -1px;
}

.service-card p {
  margin: 0;
  color: #f3f3f3;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.service-cta {
  min-width: 346px;
  margin: 0 auto;
}

.wide-card {
  width: var(--panel);
  min-height: auto;
  margin: 0 auto;
  padding: 80px 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  background: var(--soft);
}

.wide-card-image {
  width: 494px;
  height: 564px;
  flex: 0 0 494px;
  overflow: hidden;
  border-radius: 16px;
}

.wide-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-card-content {
  width: 937px;
  max-width: 100%;
}

.wide-card-content .eyebrow {
  margin-bottom: 16px;
}

.about-section .wide-card-content .eyebrow {
  color: var(--orange);
}

.wide-card-content h2 {
  margin-bottom: 24px;
}

.wide-card-content > p {
  width: 889px;
  max-width: 100%;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.check-list {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.check-list li {
  position: relative;
  min-height: 24px;
  padding-left: 40px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: rgba(254, 157, 7, 0.22) url("../images/icon-check.svg") center / 14px 14px no-repeat;
}

.testimonials-section {
  width: min(1556px, calc(100vw - 48px));
  margin: 56px auto;
  padding: 0 clamp(48px, 4.5vw, 64px);
  overflow: hidden;
}

.testimonials-heading {
  margin-bottom: 48px;
}

.testimonials-heading .eyebrow {
  margin-bottom: 16px;
  color: var(--orange);
  text-transform: uppercase;
}

.testimonials-heading h2 {
  width: min(760px, 100%);
  margin: 0;
  color: var(--ink);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.testimonial-carousel {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.testimonial-carousel.is-grabbing {
  cursor: grabbing;
}

.testimonial-track {
  display: flex;
  gap: 15px;
  transition: transform 1000ms ease;
  will-change: transform;
}

.testimonial-track.is-resetting {
  transition: none;
}

.testimonial-track.is-dragging {
  transition: none;
}

.testimonial-card {
  min-height: 291px;
  padding: 30px;
  border-radius: 8px;
  flex: 0 0 calc((100% - 30px) / 3);
  display: flex;
  flex-direction: column;
  background: #fff7e8;
}

.testimonial-quote {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--orange);
}

.testimonial-quote path {
  fill: currentColor;
}

.testimonial-card p {
  margin: 30px 0;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-author {
  margin-top: auto;
}

.testimonial-author strong {
  display: block;
  color: var(--ink);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: 0;
}

.testimonial-author span {
  display: block;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 22.4px;
}

.wide-card-dark {
  background: var(--ink-dark);
  color: #ffffff;
}

.wide-card-dark .eyebrow {
  color: var(--orange);
}

.wide-card-dark h2 {
  color: #ffffff;
}

.split-copy {
  width: 889px;
  max-width: 100%;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.split-copy strong {
  display: block;
  margin-bottom: 2px;
  color: var(--orange);
  font-weight: 700;
}

.split-copy p {
  margin: 0 0 24px;
}

.split-copy p:last-child {
  margin-bottom: 0;
}

.check-list-dark li {
  color: #ffffff;
}

.check-list-dark li::before {
  background: rgba(254, 157, 7, 0.2) url("../images/icon-check-dark.svg") center / 14px 14px no-repeat;
}

.gallery-section {
  width: min(1764px, calc(100vw - 48px));
  min-height: auto;
  margin: 64px auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.gallery-heading {
  width: 768px;
  max-width: 100%;
}

.gallery-heading .eyebrow {
  margin-bottom: 28px;
}

.gallery-heading h2 {
  margin-bottom: 28px;
}

.gallery-heading p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.gallery-grid {
  width: min(1514px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gallery-grid figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}

.gallery-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  display: block;
  background: transparent;
  cursor: zoom-in;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-more::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.gallery-more figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.gallery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 16px 32px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.gallery-trigger:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.glightbox-container {
  z-index: 999999;
  font-family: "Inter", Arial, sans-serif;
}

.glightbox-clean .gslide-title {
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.glightbox-clean .gslide-description {
  display: none !important;
  background: transparent;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
}

.glightbox-clean .gclose {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.locations-section {
  width: min(1807px, calc(100vw - 48px));
  min-height: 483px;
  margin: 0 auto 16px;
  padding: 48.5px clamp(32px, 9.45vw, 180px) 64px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink-dark);
  color: #ffffff;
}

.locations-section.is-expanded {
  height: auto;
  min-height: 483px;
}

.locations-section h2 {
  width: min(943px, 100%);
  margin: 0 0 40px;
  color: #ffffff;
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
}

.location-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.location-tabs button {
  height: 32px;
  padding: 4px 8px;
  border: 0;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.location-tabs .is-active {
  border-bottom-color: var(--orange);
}

.location-tabs button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.locations-grid {
  display: grid;
  grid-template-columns: 238px 203px 227px 252px;
  column-gap: clamp(24px, calc((100% - 920px) / 3), 172px);
  row-gap: 0;
  align-items: start;
  color: #ffffff;
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.locations-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locations-grid a {
  color: inherit;
  transition: color 160ms ease;
}

.locations-grid a:hover,
.locations-grid a:focus-visible {
  color: var(--orange);
}

.locations-grid a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  border-radius: 3px;
}

.show-more {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--orange);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
}

.show-more[hidden] {
  display: none;
}

.contact-section {
  width: min(1795px, calc(100vw - 48px));
  min-height: auto;
  margin: 0 auto;
  padding: 80px 80px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  background: #ffffff;
}

.contact-copy {
  width: 812px;
  padding: 64px 0;
}

.contact-copy h2 {
  margin-bottom: 24px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

.contact-copy > p {
  margin: 0 0 72px;
  color: var(--ink);
  font-size: 18px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: var(--muted);
}

.contact-icon img {
  width: 20px;
  height: 20px;
}

.contact-item small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
}

.contact-item strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.contact-item a {
  display: inline-block;
}

.contact-item a:hover strong,
.contact-item a:focus-visible strong {
  color: var(--orange);
}

.contact-item a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
  border-radius: 4px;
}

body.mitasi-seo-location-template .mitasi-location-page a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

body.mitasi-seo-location-template .mitasi-location-page .hero-copy h1 {
  color: var(--white);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .section-heading h2,
body.mitasi-seo-location-template .mitasi-location-page .wide-card-content h2,
body.mitasi-seo-location-template .mitasi-location-page .contact-copy h2 {
  color: var(--ink);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .wide-card-dark h2 {
  color: #ffffff;
}

body.mitasi-seo-location-template .mitasi-location-page .testimonials-heading h2 {
  color: var(--ink);
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .locations-section h2 {
  color: #ffffff;
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .btn {
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Golos Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .btn-primary {
  border-color: transparent;
  background: var(--orange);
  color: var(--ink-dark);
}

body.mitasi-seo-location-template .mitasi-location-page .btn-outline {
  background: transparent;
}

body.mitasi-seo-location-template .mitasi-location-page .btn-outline-light {
  border-color: var(--white);
  color: #d9d9d9;
}

body.mitasi-seo-location-template .mitasi-location-page .btn-outline-dark {
  border-color: var(--ink);
  color: var(--ink);
}

body.mitasi-seo-location-template .mitasi-location-page .submit-btn {
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #000000;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .form-fields label,
body.mitasi-seo-location-template .mitasi-location-page .consent {
  font-family: "Inter", Arial, sans-serif;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields > label {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields > label > span:first-child {
  display: block !important;
  margin: 0 !important;
}

body.mitasi-seo-location-template .mitasi-location-page .form-fields input:not([type="checkbox"]),
body.mitasi-seo-location-template .mitasi-location-page .form-fields select,
body.mitasi-seo-location-template .mitasi-location-page .select-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .form-fields input:not([type="checkbox"]):focus,
body.mitasi-seo-location-template .mitasi-location-page .form-fields input:not([type="checkbox"]):focus-visible,
body.mitasi-seo-location-template .mitasi-location-page .form-fields select:focus,
body.mitasi-seo-location-template .mitasi-location-page .form-fields select:focus-visible,
body.mitasi-seo-location-template .mitasi-location-page .select-wrap:focus-within {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 1px rgba(254, 157, 7, 0.14);
}

body.mitasi-seo-location-template .mitasi-location-page .select-wrap select,
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .select-wrap .wpcf7-select {
  height: 45px;
  padding: 0 42px 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  outline: none;
  appearance: none;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form input.wpcf7-not-valid:not([type="checkbox"]),
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form select.wpcf7-not-valid,
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .select-wrap:has(.wpcf7-not-valid) {
  border-color: var(--orange);
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent input:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .wpcf7-form-control-wrap:not([data-name="privacy-consent"]) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields input:not([type="checkbox"]),
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields select {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  outline: none !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields input:not([type="checkbox"]) {
  padding: 14px !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .select-wrap {
  height: 45px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .select-wrap .wpcf7-select {
  height: 45px !important;
  padding: 0 42px 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields input:not([type="checkbox"]):focus,
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields input:not([type="checkbox"]):focus-visible,
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .select-wrap:focus-within {
  border-color: var(--orange) !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(254, 157, 7, 0.14) !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .form-fields input::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form input.wpcf7-not-valid:not([type="checkbox"]),
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .select-wrap:has(select.wpcf7-not-valid) {
  border-color: var(--orange) !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent {
  min-height: 24px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: -4px !important;
  color: #000000 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent .wpcf7-form-control-wrap {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent .wpcf7-acceptance,
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent .wpcf7-list-item,
body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent .wpcf7-list-item label {
  display: inline-flex !important;
  flex-direction: row !important;
  width: auto !important;
  max-width: 100% !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  line-height: 18px !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent input[type="checkbox"] {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: var(--orange);
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .consent .wpcf7-list-item-label {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  color: #000000 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body.mitasi-seo-location-template .mitasi-location-page .mitasi-cf7-form .submit-btn {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 50px !important;
  min-height: 0 !important;
  margin-top: 16px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--orange) !important;
  color: #000000 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.mitasi-seo-location-template .mitasi-location-page .location-tabs button,
body.mitasi-seo-location-template .mitasi-location-page .show-more {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: "Golos Text", "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  word-spacing: normal;
}

body.mitasi-seo-location-template .mitasi-location-page .location-tabs button {
  border-bottom: 1px solid transparent;
}

body.mitasi-seo-location-template .mitasi-location-page .location-tabs .is-active {
  border-bottom-color: var(--orange);
}

body.mitasi-seo-location-template .mitasi-location-page .show-more {
  color: var(--orange);
}

body.mitasi-seo-location-template .mitasi-location-page .gallery-trigger {
  border: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 1535px) {
  body.mitasi-seo-location-template {
    --panel: min(1720px, calc(100vw - 48px));
  }

  .hero-inner {
    gap: clamp(32px, 4vw, 56px);
  }

  .hero-copy,
  .wide-card-content,
  .contact-copy {
    flex: 1 1 0;
    min-width: 0;
  }

  .quote-card {
    width: clamp(360px, 29vw, 419px);
    flex-basis: clamp(360px, 29vw, 419px);
  }

  .wide-card,
  .contact-section {
    padding-left: clamp(48px, 4vw, 64px);
    padding-right: clamp(48px, 4vw, 64px);
    gap: clamp(40px, 4vw, 64px);
  }

  .wide-card-image {
    width: clamp(360px, 30vw, 494px);
    height: auto;
    aspect-ratio: 494 / 564;
    flex: 0 1 clamp(360px, 30vw, 494px);
  }

  .stats-bar {
    --stats-gap: clamp(40px, 6vw, 96px);
    padding-left: 48px;
    padding-right: 48px;
  }

  .locations-section {
    min-height: 483px;
    padding-left: clamp(64px, 6.7vw, 96px);
    padding-right: clamp(64px, 6.7vw, 96px);
  }

  .locations-grid {
    grid-template-columns: 238px 203px 227px 252px;
    column-gap: clamp(24px, calc((100% - 920px) / 3), 172px);
    row-gap: 0;
  }
}

@media (max-width: 1024px) {
  .hero-inner,
  .wide-card,
  .contact-section {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-panel,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    padding: 72px 0;
  }

  .quote-card {
    width: min(419px, 100%);
    flex-basis: auto;
    align-self: center;
  }

  .wide-card-image {
    width: min(494px, 100%);
    flex-basis: auto;
    align-self: center;
  }

  .contact-copy {
    width: min(812px, 100%);
    flex-basis: auto;
    align-self: center;
  }

  .wide-card-image {
    height: auto;
    aspect-ratio: 494 / 564;
  }

  .wide-card-content {
    width: 100%;
  }

  .stats-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .stat-item::after {
    display: none;
  }

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

  .locations-section {
    height: auto;
    min-height: 483px;
  }

  .locations-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    column-gap: 72px;
    row-gap: 32px;
  }

  .locations-grid[data-active-tab="kraje"] {
    row-gap: 0;
  }

  .testimonial-track {
    gap: 10px;
  }

  .testimonial-card {
    flex-basis: calc((100% - 10px) / 2);
  }
}

@media (max-width: 767px) {
  body.mitasi-seo-location-template {
    --wide: calc(100vw - 24px);
    --content: calc(100vw - 48px);
  }

  .location-page {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .hero-copy h1,
  .section-heading h2,
  .wide-card-content h2,
  .contact-copy h2,
  .locations-section h2 {
    font-size: clamp(30px, 8.6vw, 36px);
    line-height: 1.16;
  }

  .hero-copy h1 {
    font-size: clamp(32px, 9vw, 36px);
    line-height: 1.28;
  }

  body.mitasi-seo-location-template .mitasi-location-page .hero-copy h1 {
    font-size: clamp(32px, 9vw, 36px);
    line-height: 1.28;
  }

  body.mitasi-seo-location-template .mitasi-location-page .section-heading h2,
  body.mitasi-seo-location-template .mitasi-location-page .wide-card-content h2,
  body.mitasi-seo-location-template .mitasi-location-page .contact-copy h2,
  body.mitasi-seo-location-template .mitasi-location-page .locations-section h2 {
    font-size: clamp(30px, 8.6vw, 36px);
    line-height: 1.16;
  }

  .hero-lead,
  .section-copy,
  .wide-card-content > p,
  .split-copy,
  .contact-copy > p {
    font-size: 16px;
  }

  .breadcrumbs {
    gap: 5px 8px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 20px;
  }

  .breadcrumbs a,
  .breadcrumbs strong {
    overflow-wrap: break-word;
  }

  .hero-actions,
  .wide-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .service-cta {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 12px 16px;
    align-items: center;
    line-height: 20px;
    white-space: normal;
  }

  body.mitasi-seo-location-template .mitasi-location-page .btn,
  body.mitasi-seo-location-template .mitasi-location-page .service-cta {
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    word-spacing: normal;
  }

  .btn span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .services-section .service-cta {
    width: calc(100vw - 48px);
    margin-left: auto;
    margin-right: auto;
  }

  .stats-bar {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }

  .services-section {
    padding: 40px 0;
  }

  .services-grid-cards {
    width: calc(100vw - 48px);
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .service-card {
    min-height: 420px;
  }

  .service-card h3 {
    font-size: clamp(24px, 7vw, 28px);
  }

  .wide-card,
  .contact-section,
  .locations-section {
    width: calc(100vw - 24px);
    padding: 48px 24px;
  }

  .testimonials-section {
    width: calc(100vw - 48px);
    margin: 40px auto;
    padding: 0;
  }

  .testimonials-heading h2 {
    font-size: 36px;
    line-height: 1.16;
  }

  body.mitasi-seo-location-template .mitasi-location-page .testimonials-heading h2 {
    font-size: 36px;
    line-height: 1.16;
  }

  .testimonial-card {
    min-height: 320px;
    flex-basis: 100%;
  }

  .gallery-section {
    margin: 36px auto 36px;
    gap: 28px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .locations-section h2 {
    margin-bottom: 24px;
  }

  .locations-section {
    margin-bottom: 16px;
    padding-bottom: 64px;
  }

  .locations-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-copy {
    padding: 0;
  }

  .contact-copy > p {
    margin-bottom: 48px;
  }
}
