html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

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

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #243f5f;
  background: #fff;
  padding-top: 90px;
}

img,
iframe,
canvas {
  max-width: 100%;
}

.zirk-header {
  background: #ef2e35;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.zirk-header__inner {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 90px;
  display: flex;
  align-items: center;
}

.zirk-header__logo {
  width: 112px;
  height: 90px;
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0;
  position: relative;
}

.zirk-header__logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.zirk-header__logo-text {
  display: none;
  font: 700 19px/1 "Georgia", serif;
  color: #2a2a2a;
  letter-spacing: 0.5px;
}

.zirk-header__logo.no-logo .zirk-header__logo-text {
  display: inline-block;
}

.zirk-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 18px;
}

.zirk-header__nav a {
  color: #fff;
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 0;
}

.zirk-header__nav a.is-active {
  background: #e2b312;
  border: 2px solid #fff;
  padding: 12px 18px;
}

.zirk-header__cta {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 22px;
  margin-right: 12px;
  flex-shrink: 0;
}

.zirk-header__menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 8px;
  margin-right: 10px;
  cursor: pointer;
}

.zirk-header__menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.zirk-header__menu-btn span + span {
  margin-top: 5px;
}

.zirk-footer {
  background: #ddd8d6;
  color: #2f4764;
  position: relative;
}

.zirk-footer__rating {
  background: #d6d7dc;
  font-size: 18px;
  line-height: 1.3;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.zirk-stars {
  color: #f2a10a;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 1;
}

.zirk-footer__content {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 56px;
  padding: 56px 28px 92px;
}

.zirk-footer__brand {
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.zirk-footer__brand-text {
  color: #2a2a2a;
  font: 700 40px/1 "Georgia", serif;
  margin: 0 0 18px;
}

.zirk-footer__about p {
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
}

.zirk-footer h3 {
  color: #331f3b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 14px;
}

.zirk-footer h3::after {
  content: "";
  display: block;
  width: 102px;
  height: 3px;
  background: #111;
  margin-top: 14px;
}

.zirk-footer__brand-text::after {
  content: none;
}

.zirk-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
}

.zirk-footer__links li {
  margin: 0 0 12px;
}

.zirk-footer__links a {
  color: #2f4764;
  text-decoration: none;
  font-size: 16px;
}

.zirk-footer__links a::before {
  content: "\203A";
  color: #e10600;
  margin-right: 10px;
  font-weight: 700;
}

.zirk-footer__contact p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.zirk-footer__contact a {
  color: #2f4764;
  text-decoration: none;
}

.zirk-footer__contact .icon {
  color: #df1111;
  margin-right: 8px;
}

.zirk-footer__contact .icon-pin {
  font-size: 14px;
  vertical-align: middle;
}

.zirk-footer__contact .icon-phone {
  font-size: 18px;
  vertical-align: middle;
}

.zirk-footer__whatsapp {
  position: absolute;
  left: 28px;
  bottom: 74px;
  background: #20c35a;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 22px;
}

.zirk-footer__whatsapp .wa-icon {
  font-size: 14px;
}

.zirk-footer__copyright {
  background: #e60000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 10px;
}

.zirk-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
}

.zirk-contact-modal.is-open {
  display: block;
}

.zirk-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
}

.zirk-contact-modal__dialog {
  position: relative;
  width: min(460px, calc(100% - 32px));
  margin: 7vh auto 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.35);
  padding: 24px 22px 22px;
  z-index: 1;
}

.zirk-contact-modal__close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  color: #5b6270;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.zirk-contact-modal__dialog h3 {
  margin: 0;
  color: #111c2d;
  font-size: 26px;
}

.zirk-contact-modal__dialog p {
  margin: 10px 0 18px;
  color: #4b5568;
  font-size: 15px;
  line-height: 1.5;
}

.zirk-contact-modal__form {
  display: grid;
  gap: 8px;
}

.zirk-contact-modal__form label {
  font-size: 13px;
  color: #22324e;
  font-weight: 600;
}

.zirk-contact-modal__form input,
.zirk-contact-modal__form textarea {
  width: 100%;
  border: 1px solid #c8d0df;
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  color: #1b273c;
}

.zirk-contact-modal__form textarea {
  resize: vertical;
}

.zirk-contact-modal__form button {
  margin-top: 8px;
  border: 0;
  background: #e41f28;
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

body.zirk-contact-modal-open {
  overflow: hidden;
}

.zirk-toast-stack {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2300;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100% - 24px));
}

.zirk-toast {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.zirk-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zirk-toast--success {
  background: #0f8a4b;
}

.zirk-toast--error {
  background: #d13a2f;
}

.zirk-contact-modal__form button:disabled,
.contact-form__submit:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

@media (max-width: 1300px) {
  .zirk-header__nav a {
    font-size: 14px;
  }

  .zirk-header__cta {
    font-size: 15px;
    padding: 12px 16px;
  }

  .zirk-footer h3 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  body {
    padding-top: 72px;
  }

  .zirk-header__inner {
    position: relative;
    min-height: 72px;
    flex-wrap: nowrap;
  }

  .zirk-header__logo {
    width: 92px;
    height: 72px;
  }

  .zirk-header__logo-text {
    font-size: 14px;
  }

  .zirk-header__cta {
    margin: 0 8px 0 auto;
    font-size: 14px;
    padding: 10px 14px;
  }

  .zirk-header__menu-btn {
    display: inline-block;
  }

  .zirk-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1001;
    padding: 8px 12px 12px;
    gap: 2px;
    background: #ef2e35;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    align-items: stretch;
  }

  .zirk-header.is-menu-open .zirk-header__nav {
    display: flex;
  }

  .zirk-header__nav a {
    font-size: 14px;
    white-space: normal;
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .zirk-header__nav a.is-active {
    padding: 10px 12px;
    border-width: 2px;
  }

  .zirk-footer__rating {
    font-size: 18px;
    padding: 12px 16px;
    gap: 8px;
  }

  .zirk-stars {
    font-size: 24px;
  }

  .zirk-footer__content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px 16px 95px;
  }

  .zirk-footer__brand {
    width: 170px;
    margin-bottom: 12px;
  }

  .zirk-footer__brand-text {
    font-size: 30px;
  }

  .zirk-footer h3 {
    font-size: 30px;
  }

  .zirk-footer__about p,
  .zirk-footer__links a,
  .zirk-footer__contact p {
    font-size: 16px;
  }

  .zirk-footer__whatsapp {
    left: 16px;
    right: 16px;
    bottom: 52px;
    justify-content: center;
  }

  .zirk-contact-modal__dialog {
    margin-top: 5vh;
    padding: 20px 16px 16px;
  }

  .zirk-contact-modal__dialog h3 {
    font-size: 22px;
  }

  .zirk-toast-stack {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
}

@media (max-width: 640px) {
  .zirk-header__logo {
    width: 78px;
    height: 62px;
  }

  .zirk-header__cta {
    font-size: 13px;
    padding: 8px 10px;
  }

  .zirk-header__menu-btn {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }

  .zirk-header__nav a {
    font-size: 13px;
  }

  .zirk-header__nav a.is-active {
    padding: 7px 10px;
  }

  .zirk-footer__rating {
    font-size: 14px;
    line-height: 1.4;
  }

  .zirk-stars {
    font-size: 18px;
  }

  .zirk-footer h3 {
    font-size: 22px;
  }

  .zirk-footer__about p,
  .zirk-footer__links a,
  .zirk-footer__contact p {
    font-size: 15px;
    line-height: 1.6;
  }

  .zirk-footer__copyright {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* ---------- FLOATERS ---------- */
.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 54px;
    height: 54px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    transition: transform 0.3s;
    animation: pulse 2s infinite;
}

.wa-float:hover {
    transform: scale(1.1);
}

.wa-float i {
    color: #fff;
    font-size: 26px;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
}