/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0px; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  
  background: #fff;
  color: #222;
  font-size: 16px;
  padding-bottom: 68px;
}
body,
button,
input,
textarea {
  font-family: Montserrat, sans-serif
}

/* ===== Page wrapper ===== */
#page-wrapper {
  overflow: hidden;
  background: #fff;
}

/* ===== Header ===== */
#site-header {
  background: #fff;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.menu-toggle {
  font-size: 24px;
  color: #1a1a5e;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.site-logo {
  height: 36px;
  width: auto;
}

.lang-switch {
  background: #f0f0f5;
  border-radius: 20px;
  padding: 4px 9px;
  font-size: 14px;
  color: #1a1a5e;
  font-weight: 600;
}

/* ===== Hero ===== */
.hero {
  background: #fff;
}

.hero__image-wrap {
  position: relative;
  overflow: hidden;
}

.hero__image {
  width: 100%;
  display: block;
}

.hero__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #fff);
}

.hero__content {
  padding: 14px 16px 0;
      padding: 14px 16px 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.award-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fffbf0;
  border: 1px solid #e8d08a;
  border-radius: 20px;
  padding: 5px 12px 5px 5px;
  margin-bottom: 14px;
}
#wa-contacts span {color: #1a1a5e; font-weight: 700;}
.award-badge__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.award-badge__text {
  font-size: 13px;
  font-weight: 700;
  color: #c8960c;
}

.hero__meta {
  font-size: 14px;
  color: #666;
  margin: 8px 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.separator { color: #ccc; }

.hero__title {
  font-size: 27px;
  font-weight: 900;
  color: #1a1a5e;
  line-height: 1.25;
  margin-bottom: 8px;
  text-align: center;
}

.hero__subtitle {
  font-size: 15px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: center;
}

/* ===== Callback (inside hero) ===== */
.hero__callback {
  background: #f5f5fa;
  padding: 14px 30px;
  border-top: 1px solid #eee;
}

.callback__label {
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

/* ===== Forms ===== */
.form-input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0ee;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: #222;
  font-family: inherit;
  outline: none;
  margin-bottom: 8px;
}

.form-input::placeholder { color: #141414ba; }
.iti__selected-dial-code {
    margin-left: 4px;
    font-size: 14px;
}
.form-input--dark {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 1);
}

.form-input--dark::placeholder { color: rgba(255, 255, 255, 0.8); }

.form-input--error { border-color: #e53935 !important; }
.form-input--error:focus { box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15); }

/* intl-tel-input overrides */
.iti { display: block; margin-bottom: 8px; }
.iti .form-input { margin-bottom: 0; }
.iti--separate-dial-code .iti__selected-country { background: transparent; border-radius: 10px 0 0 10px; }
.form-input--dark ~ .iti__dropdown-content,
.iti--container { z-index: 600; }
.iti__tel-input { width: 100%; }

.form-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
}

.form-privacy--light { color: rgba(255, 255, 255, 0.6); }

.form-status { margin-top: 8px; font-size: 14px; border-radius: 8px; padding: 10px 14px; }
.form-status--ok  { background: #e6f9f0; color: #1a7a4a; position: absolute;
    padding-right: 32px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
      justify-content: center; }
.form-status--err { background: #fdecea; color: #b71c1c; }

/* ===== Buttons ===== */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 8px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
  margin-bottom: 8px;
}

.btn--red      { background: #d94f3d; color: #fff; }
.btn--whatsapp { background: #25D366; color: #fff; }
.btn--outline  { background: transparent; border: 2px solid #1a1a5e; color: #1a1a5e; margin-top: 4px; }
.btn:hover     { opacity: 0.9; }

/* ===== Stats bar ===== */
.stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 12px 16px 14px;
  background: #f5f5fa;
  border-top: 1px solid #eee;
}

.stats-bar__text {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}

/* ===== About ===== */
.about {
  background: #fff;
  padding-bottom: 40px;
}

.about__image {
  width: 100%;
  display: block;
  max-height: 220px;
  object-fit: cover;
}

.about__body {
  padding: 16px 16px 0;
}

/* ===== Section headings ===== */
.section-title {
  font-size: 22px;
  font-weight: 900;
  color: #1a1a5e;
  margin-bottom: 24px;
  text-align: center;
}

.section-sub {
  font-size: 14px;
  color: #888;
  margin-bottom: 14px;
  line-height: 1.5;
  text-align: center;
}

/* ===== Benefit list ===== */
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
}

.benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.benefit-item__icon {
  flex-shrink: 0;
  margin-top: 1px;
}

.benefit-item__title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #1a1a5e;
  margin-bottom: 2px;
}

.benefit-item__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* ===== Services ===== */
.services {
  background: #f8f8fc;
  padding: 16px;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #eaebf5;
  border-radius: 12px;
  padding: 13px 9px;
  text-decoration: none;
  margin-bottom: 8px;
}

.service-card__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-card__flag {     width: 24px !important;
    height: 24px;
    border-radius: 32px;
    flex-shrink: 0;
    border: #e8e8e8 1px solid; }

.service-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a5e;
}

.service-card__time {
  font-size: 13px;
  color: #e8392a;
  font-weight: 600;
  margin-top: 2px;
}

/* ===== Expertise ===== */
.expertise {
  background: linear-gradient(160deg, #e8f0fc 0%, #eef0ff 100%);
  padding: 20px 16px;
}

.expertise .section-title { margin-bottom: 4px; }

.expertise-list {
  background: #fff;
  border-radius: 14px;
  padding: 0 14px;
  border: 1px solid #eee;
  list-style: none;
}

.expertise-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}

.expertise-item:last-child { border-bottom: none; }

.expertise-item__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a1a5e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertise-item__title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1a1a5e;
}

.expertise-item__desc {
  font-size: 14px;
  color: #888;
  margin-top: 2px;
}

/* ===== Media ===== */
.media {
  padding: 20px 16px;
  background: #f8f8fc;
}

.media-card {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.media-card__source {
  font-size: 13px;
  font-weight: 900;
  color: #1a1650;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

.media-card__source--serif {
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: 0;
}

.media-card__headline {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 8px;
}

.media-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-card__link {
  font-size: 13px;
  color: #1a1a5e;
  font-weight: 700;
  text-decoration: none;
}

.media-card__date {
  font-size: 12px;
  color: #bbb;
}

/* ===== Reviews ===== */
.reviews {
  padding: 20px 16px;
  background: #fff;
}

.reviews .section-title { margin-bottom: 20px; }

.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.reviews__platform {
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviews__platform-name {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.reviews__score {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reviews__score-num { font-size: 15px; font-weight: 800; color: #222; }
.reviews__stars     { color: #f5c518; font-size: 14px; }
.reviews__count     { font-size: 14px; color: #888; }

.reviews__carousel {
  display: flex;
  gap: 10px;
  overflow: hidden;

  padding: 0 16px;
}

.review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  flex-shrink: 0;
  width: 100%;

}

.review-card--main { min-width: 76%; max-width: 76%; }
.review-card--mini { min-width: 22%; max-width: 22%; padding: 12px 8px; overflow: hidden; }

.review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-card__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8e8f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a5e;
  flex-shrink: 0;
}

.review-card--mini .review-card__avatar {
  width: 30px;
  height: 30px;
  font-size: 15px;
  margin-bottom: 5px;
}

.review-card__name { font-size: 15px; font-weight: 700; color: #222; }
.review-card--mini .review-card__name {
  font-size: 13px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-card__date { font-size: 12px; color: #888; }

.review-card__stars { color: #f5c518; font-size: 15px; letter-spacing: 1px; margin-bottom: 7px; }
.review-card--mini .review-card__stars { font-size: 13px; margin-bottom: 5px; }

.review-card__text { font-size: 14px; color: #444; line-height: 1.6; }
.review-card--mini .review-card__text {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review-card__more {
  display: block;
  font-size: 13px;
  color: #1a1a5e;
  font-weight: 700;
  margin-top: 8px;
  cursor: pointer;
}

/* ===== Carousel nav ===== */
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.carousel-nav__btn {
  font-size: 24px;
  color: #ccc;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.carousel-nav__btn:last-child { color: #aaa; }

.carousel-nav__dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.carousel-nav__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ddd;
}

.carousel-nav__dot--active {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  background: #1a1a5e;
}

/* ===== Process (how it works) ===== */
.process {
  padding: 20px 16px;
  background: #fff;
}

.process .section-title { margin-bottom: 6px; }

.steps-list {
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 0 14px;
  list-style: none;
  margin-bottom: 14px;
}

.step-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f8;
}

.step-item:last-child { border-bottom: none; }

.step-item__icon { flex-shrink: 0; }

.step-item__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a5e;
}

.step-item__desc {
  font-size: 14px;
  color: #888;
  margin-top: 1px;
}

/* ===== Contact ===== */
.contact {
  background: rgba(26, 26, 94, 0.07);
  padding: 20px 16px;
}

.contact-info {
  background: #eef0f8;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(26, 26, 94, 0.08);
  font-style: normal;
}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 26, 94, 0.08);
}

.contact-info__item:last-child { border-bottom: none; }
.contact-info__item--address   { align-items: flex-start; }

.contact-info__value {
  font-size: 15px;
  color: #444;
}

.contact-info__value--phone {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a5e;
}

.contact-info__pin {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info__address {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}
.contact-info__address a{color: #444; font-weight: 700; text-decoration: none;}
.contact-info__map-link {
  display: block;
  font-size: 13px;
  color: #1a1a5e;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
}

.contact__callback {
  background: #1a1a5e;
  border-radius: 14px;
  padding: 14px;
}
.contact__callback  .iti__selected-country {
  color: white;
}
.contact__callback-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ===== FAQ ===== */
.faq {

}

.faq-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(26, 26, 94, 0.1);
}

.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a5e;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  flex: 1;
}

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

.faq-item__icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 7px;
  background: #1a1a5e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-item__answer {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  padding: 10px 0 4px;
  margin-top: 8px;
  border-top: 1px solid rgba(26, 26, 94, 0.08);
}

/* ===== Site navigation ===== */
.site-nav {
  background: rgba(26, 26, 94, 0.07);
  padding: 16px 12px;
}

.site-nav__heading {
  font-size: 12px;
  font-weight: 700;
  color: rgba(26, 26, 94, 0.4);
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 4px 2px 10px;
}

.nav-group { margin-bottom: 6px; }

.nav-group__header {
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.nav-group--open .nav-group__header {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px 10px 0 0;
}

.nav-group__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a5e;
}

.nav-group__chevron        { color: #1a1a5e; font-size: 14px; }
.nav-group__chevron--closed { color: #bbb; }

.nav-group__submenu {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 10px 10px;
  padding: 4px 14px 10px;
  list-style: none;
}

.nav-group__item {
  font-size: 15px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px solid rgba(26, 26, 94, 0.06);
}

.nav-group__item:last-child { border-bottom: none; }

/* ===== Footer ===== */
/*
.site-footer {
  background: #1a1a5e;
  padding: 22px 16px 18px;
}

.site-footer .site-logo {
background-color: white;
    padding: 5px;
    border-radius: 5px;
}
.footer__brand-the {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1px;
}

.footer__brand-name {
  font-size: 21px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2px;
}

.footer__brand-accent { color: #e8392a; }

.footer__address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
  line-height: 1.4;
}

.footer__contacts {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.footer__contact-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
}

.footer__contact-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}

.footer__contact-value {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.footer__contact-value--email {
  font-size: 13px;
  font-weight: 600;
}

.footer__follow-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.footer__social {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.footer__social-btn {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social-btn--tg { background: rgba(0, 136, 204, 0.35); }

.footer__newsletter {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  margin-bottom: 12px;
}

.footer__newsletter-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-form__input {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  outline: none;
}

.newsletter-form__input::placeholder { color: rgba(255, 255, 255, 0.45); }

.newsletter-form__btn {
  background: #fff;
  color: #1a1a5e;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.footer__rating-badge {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer__rating-score {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}

.footer__rating-stars {
  font-size: 13px;
  color: #f5c518;
}

.footer__legal {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.6;
}
*/
/* ── CONTAINER ── */
.ft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .ft-container { padding: 0 24px; }
  .callback__form {position:relative;}
}

/* ══════════════════════════════════════
   FOOTER WRAPPER
══════════════════════════════════════ */
footer { background: #12104a; }

/* ── FOOTER TOP ── */
.ft-top {
  padding: 52px 0 48px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.1fr 1.2fr;
  gap: 0 48px;
  align-items: start;
}
@media (max-width: 900px) {
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }
}
@media (max-width: 540px) {
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ── COL HEADING ── */
.ft-col__heading {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: rgba(255,255,255,0.32);
  margin-bottom: 18px;
}

/* ══ COL 1: Brand ══ */
.ft-logo {
  margin-bottom: 18px;
}
.ft-logo img {
  height: 38px;
  width: auto;
  /* invert white on dark bg — keeps shape, removes white rect */

}
.ft-licence {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.ft-licence svg {
  width: 15px; height: 15px;
  flex-shrink: 0;
}

/* ══ COL 2: Navigation ══ */
.ft-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ft-nav a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.68);
  transition: color 0.18s;
  line-height: 1;
}
.ft-nav a:hover { color: #fff; }

/* ══ COL 3: Contacts ══ */
.ft-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ft-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ft-contact__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.32);
}
.ft-contact__val {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.18s;
}
.ft-contact__val:hover { opacity: 0.75; }

/* ══ COL 4: Socials ══ */
.ft-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ft-soc {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.18s, border-color 0.18s;
  flex-shrink: 0;
}
.ft-soc:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.22);
}
.ft-soc svg {
  width: 18px; height: 18px;
  fill: rgba(255,255,255,0.78);
}

/* ── DIVIDER ── */
.ft-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ── FOOTER BOTTOM ── */
.ft-bottom {
  padding: 20px 0;
}
.ft-bottom__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* left-aligned per request */
}
.ft-bottom__copy {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.42);
  line-height: 1.5;
}
.ft-bottom__disclaimer {
  font-size: 11px;
  color: rgba(255,255,255,0.28);
  line-height: 1.6;
  max-width: 560px;
}
/* ===== FAQ interactive ===== */
.faq-item summary { cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }

.icon-close { display: none; }
details[open] .icon-plus  { display: none; }
details[open] .icon-close { display: block; }

.faq-item__answer {
  animation: faq-reveal 0.22s ease;
}

@keyframes faq-reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== Reviews carousel scroll ===== */
.reviews__carousel {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews__carousel::-webkit-scrollbar { display: none; }

.review-card { scroll-snap-align: start; }

/* ===== Mobile menu ===== */
#mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}

#mobile-menu.is-open {
  pointer-events: auto;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}

#mobile-menu.is-open .mobile-menu__overlay { opacity: 1; }

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 88vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

#mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  flex: 1;
}

.mobile-menu__link {
  display: block;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a5e;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f8;
}

.mobile-menu__link:hover { background: #f8f8fc; }

.mobile-menu__cta {
  padding: 16px;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}

.mobile-menu__cta .btn { margin-bottom: 0; }

/* ===== Floating CTA bar ===== */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px 16px;
  display: flex;
  gap: 10px;
  z-index: 1000;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}

.cta-btn {
  flex: 1;
  border-radius: 12px;
  padding: 13px 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border: none;
}

.cta-btn--wa   { background: #25D366; }
.cta-btn--call { background: #1a1a5e; }
.cta-btn:hover { opacity: 0.9; }

/* ===== Tablet: centered column ===== */
@media (min-width: 768px) {
  body {
    background: #eef0f8;
    font-size: 18px;
  }

  #page-wrapper {
    max-width: 480px;
    margin: 32px auto;
    box-shadow: 0 8px 48px rgba(26, 26, 94, 0.14);
    border-radius: 20px;
    overflow: hidden;
    min-height: calc(100vh - 64px);
  }

  .floating-cta {
    max-width: 480px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #e0e0ee;
  }
}

/* ===== Header nav: hidden on mobile ===== */
.header-nav   { display: none; }
.header-cta   { display: none; }
.header-contact-info { display: none; }
.header-actions { display: flex; align-items: center; gap: 12px; }

/* ===== Desktop ===== */
@media (min-width: 1200px) {
  body {
    background: #eef0f8;
    padding-bottom: 0;
    font-size: 18px;
  }
  .review-card{ width: 32%; }
  .form-privacy {
    grid-column: span 3 / span 3;
  }
.callback__form {

}
  #page-wrapper {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 80px rgba(26, 26, 94, 0.1);
    overflow: visible;
  }

  /* ── Header ── */
  #site-header {
    padding: 0 max(48px, calc((100% - 1320px) / 2 + 48px));
    height: 66px;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  }

  html { scroll-padding-top: 66px; }

  .menu-toggle { display: none; }

  .header-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    margin-left: 36px;
    justify-content: center;
  }

  .header-nav__link {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a5e;
    text-decoration: none;
    opacity: 0.65;
    transition: opacity 0.15s;
  }

  .header-nav__link:hover { opacity: 1; }

  .header-cta {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    background: #1a1a5e;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s;
  }

  .header-cta:hover { opacity: 0.88; }

  .header-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    margin-right: 4px;
  }

  .header-phone {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a5e;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s;
  }

  .header-phone:hover { opacity: 0.75; }

  .header-hours {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    white-space: nowrap;
  }

  /* ── Hero (full-bleed background, 2-col overlay) ── */
  .hero {
    position: relative;
    min-height: 88vh;
    display: block;
  }

  .hero__image-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    min-height: unset;
  }

  .hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .hero__gradient { display: none; }

  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(10,12,52,0.82) 0%, rgba(10,12,52,0.60) 52%, rgba(10,12,52,0.20) 100%);
    z-index: 1;
  }

  .hero__body {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 88vh;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
  }

  .hero__content {
    padding: 80px 48px 80px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
            align-items: flex-start;
  }

  .hero__title {
    font-size: 56px;
    line-height: 1.08;
    margin-bottom: 16px;
    color: #fff;
    text-align: left;
  }

  .hero__subtitle {
    font-size: 19px;
    margin-bottom: 32px;
    color: rgba(255,255,255,0.82);
    text-align: left;
  }

  .hero__content .award-badge {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
    margin-bottom: 24px;
    width: fit-content;
  }

  .hero__content .award-badge__text { color: #f5d46e; }

  /* ── Hero form card (right column) ── */
  .hero__callback {
    background: transparent;
    border: none;
    padding: 80px 64px 80px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hero__callback-card {
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 24px;
    padding: 36px 32px;
    width: 100%;
    max-width: 420px;
  }

  .hero__callback-card .callback__label {
    color: rgba(255,255,255,0.75);
    margin-bottom: 14px;
  }

  .hero__callback-card .form-input {
    background: rgba(255,255,255,0.92);
    border-color: transparent;
    color: #222;
  }

  .hero__callback-card .form-privacy { color: rgba(255,255,255,0.55); }

  /* ── Stats bar ── */
  .stats-bar {
    margin-top: 15px;
    padding: 0;
    justify-content: center;
    gap: 10px;
    background: #ffffff00;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;

  }

  .stats-bar__text { font-size: 15px; }
.stats-bar__text {

    color: #dadadd;
   
}
  /* ── About (image left, text right) ── */
  .about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0 max(0px, calc((100% - 1320px) / 2));
  }

  .about__image {
    max-height: none;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    padding: 40px 0;
  }

  .about__body { padding: 56px 56px; }

  .about .section-title { font-size: 32px;text-align: left; }

  .benefit-item__title { font-size: 15px; }
  .benefit-item__desc  { font-size: 15px; }

  /* ── Services (3-column grid) ── */
  .services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    align-items: start;
    padding: 52px max(56px, calc((100% - 1320px) / 2 + 56px));
  }

  .services .section-title { grid-column: 1 / -1; font-size: 32px; margin-bottom: 20px; }
  .services .btn--outline   { grid-column: 1 / -1; width: auto; justify-self: start; padding: 11px 28px; margin-top: 4px; }
  .service-card { margin-bottom: 0; }
  .service-card__name { font-size: 16px; }

  /* ── Expertise (title left, list right) ── */
  .expertise {
   
    grid-template-columns: 1fr 2fr;
    gap: 0;
    padding: 52px max(56px, calc((100% - 1320px) / 2 + 56px));
    align-items: start;
  }

  .expertise .section-title { font-size: 32px; margin-bottom: 8px; }
  .expertise .section-sub   { margin-bottom: 0; }
  .expertise-list { display:flex; flex-direction: row; gap: 0; margin-top: 20px; }
.expertise-item {
  display: flex;
    gap: 14px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
    flex-direction: column;
margin:0 14px;
}
  .expertise-item__title { font-size: 16px; text-align: center; }
  .expertise-item__desc  { font-size: 15px; text-align: center; }

  /* ── Media (3-column grid) ── */
  .media {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: start;
    padding: 52px max(56px, calc((100% - 1320px) / 2 + 56px));
  }

  .media .section-title { grid-column: 1 / -1; font-size: 32px; margin-bottom: 20px; }
  .media .btn--outline  { grid-column: 1 / -1; width: auto; justify-self: start; padding: 11px 28px; margin-top: 4px; }
  .media-card { margin-bottom: 0; }
  .media-card__headline { font-size: 15px; }

  /* ── Reviews ── */
  .reviews { padding: 52px max(56px, calc((100% - 1320px) / 2 + 56px)); }
  .reviews .section-title { font-size: 32px; }
  .reviews__carousel { margin: 0; padding: 0; gap: 16px; }
  .review-card--main { min-width: 60%; max-width: 60%; }
  .review-card--mini { min-width: 28%; max-width: 28%; }
  .review-card__text { font-size: 15px; }

  /* ── Process (3 steps in a row) ── */
  .process { padding: 52px max(56px, calc((100% - 1320px) / 2 + 56px)); }
  .process .section-title { font-size: 32px; }

  .steps-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 32px;
  }

  .step-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 28px 24px;
    border-bottom: none;
    border-right: 1px solid #f0f0f8;
  }

  .step-item:last-child { border-right: none; }

  .step-item__title { font-size: 16px; }
  .step-item__desc  { font-size: 15px; }

  .process .btn--whatsapp {
    width: auto;
    padding: 14px 36px;
    font-size: 18px;
    margin: 0 auto;
  }

  /* ── Contact (info left, form right) ── */
  .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    padding: 52px max(56px, calc((100% - 1320px) / 2 + 56px));
    gap: 0 48px;
    align-items: start;
  }

  .contact .section-title { grid-column: 1; font-size: 32px; margin-bottom: 24px; }
  .contact-info           { grid-column: 1; }
  .contact__callback      { grid-column: 2; grid-row: 1 / 3; border-radius: 20px; }

  /* ── FAQ (2 columns) ── */
  .faq {
    padding: 0 max(56px, calc((100% - 1320px) / 2 + 56px));
  }

  .faq .section-title {
    column-span: all;
    font-size: 32px;
    margin-bottom: 24px;
  }

  .faq-item { break-inside: avoid; }

  /* ── Site nav: hidden on desktop ── */
  .site-nav { display: none; }

  /* ── Footer (3 columns) ── */
  .site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 48px;
    padding: 48px max(56px, calc((100% - 1320px) / 2 + 56px));
    align-items: start;
  }

  .footer__col { /* natural grid children */ }
  .footer__contacts { margin-bottom: 20px; }
  .footer__brand-name { font-size: 24px; }
  .footer__address    { font-size: 13px; margin-top: 6px; }
  .footer__newsletter-label { margin-top: 0; }
  .footer__rating-badge { margin-top: 20px; }
  .footer__legal { margin-top: 12px; font-size: 13px; }

  /* ── Hide floating CTA ── */
  .floating-cta { display: none; }
}
.iti {
   
    width: 100%;
}