@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
  background-color: #ffffff;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  transition: 0.3s ease;
}

input,
textarea,
select {
  font-family: inherit;
  border: none;
  outline: none;
}

::-moz-selection {
  background-color: #d4a574;
  color: #ffffff;
}

::selection {
  background-color: #d4a574;
  color: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: 6rem 0;
}

.section-alt {
  background-color: #f5f5f0;
}

.section-tag {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a4d6d;
  margin-bottom: 1rem;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-description {
  font-size: 1.125rem;
  color: #4a4a4a;
  line-height: 1.8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.header.header-scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.nav__logo .logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a4d6d;
  letter-spacing: -0.5px;
}

.logo-img {
  width: 90px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; /* recadre sans déformer */
  display: block;
}

.nav__menu {
  display: flex;
  list-style: none;
  gap: 3rem;
}

.nav__link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  position: relative;
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1a4d6d;
  transition: width 0.3s ease;
}
.nav__link:hover::after {
  width: 100%;
}

.btn-contact-nav {
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  border: 2px solid #1a4d6d;
  border-radius: 8px;
  color: #1a4d6d;
  font-weight: 600;
}
.btn-contact-nav::after {
  display: none;
}
.btn-contact-nav:hover {
  background-color: #1a4d6d;
  color: #ffffff;
}

.btn-estimate-nav {
  position: relative;
  padding-right: 140px;
}

.btn-badge {
  position: absolute;
  right: 0px;
  top: 0;
  transform: translate(10%, -50%);
  background-color: #c85a3e;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
}
.nav__toggle span {
  width: 25px;
  height: 2px;
  background-color: #1a1a1a;
  transition: 0.3s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background-color: #1a4d6d;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #0f2f45;
}

.btn-secondary {
  background-color: #ffffff;
  color: #1a4d6d;
  border: 2px solid #ffffff;
}
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #ffffff;
}

.btn-large {
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
}

.btn-block {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1920&h=1080&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 80px;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(50, 50, 50, 0.6) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 4rem 0;
}

.hero__text {
  max-width: 800px;
}

.hero__title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
  animation: fadeInUp 0.8s ease;
}

.hero__subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2rem;
  font-weight: 400;
  animation: fadeInUp 0.8s ease 0.2s backwards;
}

.hero__location {
  position: absolute;
  top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  font-size: 1.125rem;
  background-color: #e6c49a;
  color: black;
  font-weight: bold;
  animation: fadeInUp 0.8s ease 0.3s backwards;
}
.hero__location .icon-location {
  flex-shrink: 0;
}

.hero__location-mobile {
  display: none;
  position: static;
  width: 100%;
  background-color: #e6c49a;
  color: black;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.hero__cta {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s ease 0.4s backwards;
  flex-direction: row-reverse;
}

.hero__guarantee {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.5s backwards;
}
.hero__guarantee .separator {
  color: #d4a574;
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  animation: bounce 2s infinite;
}
.scroll-indicator svg {
  opacity: 0.7;
}

section.why-purestay {
  background-color: #ffffff;
  padding-bottom: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.why-card {
  padding: 2.5rem 2rem;
  background-color: #ffffff;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(26, 77, 109, 0.08);
  border-color: #e6c49a;
  background: linear-gradient(135deg, #ffffff 0%, rgba(26, 77, 109, 0.02) 100%);
}
.why-card:hover .why-card__icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px rgba(26, 77, 109, 0.15);
}

.why-card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a4d6d, #2d6a8f);
  border-radius: 8px;
  margin-bottom: 2rem;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(26, 77, 109, 0.12);
}
.why-card__icon svg {
  stroke-width: 2;
}

.why-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}

.why-card__text {
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 0.95rem;
}

.services {
  background-color: #ffffff;
}

.services-grid {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #d4a574 #f5f5f0;
}
.services-grid::-webkit-scrollbar {
  height: 8px;
}
.services-grid::-webkit-scrollbar-track {
  background: #f5f5f0;
}
.services-grid::-webkit-scrollbar-thumb {
  background: #d4a574;
  border-radius: 4px;
}
.services-grid::-webkit-scrollbar-thumb:hover {
  background: #b88f5d;
}

.service-card {
  cursor: pointer;
  padding: 2rem;
  background-color: #ffffff;
  border: 2px solid #f5f5f0;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 330px;
}
.service-card:hover {
  border-color: #1a4d6d;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.service-card:hover .service-card__number {
  color: #1a4d6d;
}

.service-card__number {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #e6c49a;
  margin-bottom: 1rem;
  transition: 0.3s ease;
}

.service-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.service-card__text {
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 0.95rem;
}

.remuneration {
  background: linear-gradient(135deg, #f5f5f0 0%, #ffffff 100%);
}

.remuneration-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.trial-box {
  background: linear-gradient(135deg, #1a4d6d, #2d6a8f);
  padding: 3rem;
  border-radius: 24px;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.trial-badge {
  display: inline-block;
  background-color: #c85a3e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.trial-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.trial-text {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.trial-features {
  margin-bottom: 3rem;
}

.trial-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.trial-feature svg {
  flex-shrink: 0;
  stroke-width: 3;
}

.pricing-box {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 24px;
  border: 2px solid #f5f5f0;
  text-align: center;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

.pricing-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1rem;
}

.pricing-number {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 700;
  color: #1a4d6d;
  line-height: 1;
}

.pricing-percent {
  font-size: 3rem;
  color: #1a4d6d;
  margin-left: 0.5rem;
}

.pricing-subtitle {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 3rem;
}

.pricing-features {
  list-style: none;
  text-align: left;
  margin-bottom: 3rem;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f5f5f0;
}
.pricing-features li:last-child {
  border-bottom: none;
}
.pricing-features li svg {
  flex-shrink: 0;
  stroke: #2d7a4f;
}

.pricing-message {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a4d6d;
  font-style: italic;
}

.performance {
  background-color: #ffffff;
  padding: 4rem 0;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
}

.performance-card {
  text-align: center;
  padding: 2rem;
}

.performance-value {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a4d6d;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.performance-label {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

.performance-bar {
  width: 100%;
  height: 8px;
  background-color: #f5f5f0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.performance-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #1a4d6d, #d4a574);
  border-radius: 8px;
  transition: width 1.5s ease;
  width: 0;
}
.performance-bar__fill.animated {
  width: attr(data-value);
}

.zones {
  background-color: #ffffff;
}

.zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
}

.zone-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background-color: #ffffff;
}
.zone-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
.zone-card:hover .zone-card__overlay {
  opacity: 0.7;
}
.zone-card:hover img {
  transform: scale(1.05);
}

.zone-card__image {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.zone-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.zone-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.8;
  transition: 0.3s ease;
}

.zone-card__content {
  padding: 2rem;
}

.zone-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.zone-card__text {
  color: #4a4a4a;
  line-height: 1.7;
}

.cta-section {
  background: linear-gradient(135deg, #1a4d6d, #2d6a8f);
  padding: 6rem 0;
  text-align: center;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.cta-text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 3rem;
}

.contact-content {
  max-width: 700px;
  margin: 0 auto;
}

.contact-info {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.contact-info__item {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid #f5f5f0;
  transition: 0.3s ease;
}
.contact-info__item:hover {
  border-color: #1a4d6d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.contact-info__item svg {
  flex-shrink: 0;
  color: #1a4d6d;
}
.contact-info__item h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.contact-info__item p {
  color: #4a4a4a;
}

.footer {
  background-color: #0f2f45;
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-logo .logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
}
.footer-logo p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links h4,
.footer-zones h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.footer-links ul,
.footer-zones ul {
  list-style: none;
}
.footer-links ul li,
.footer-zones ul li {
  margin-bottom: 0.5rem;
}
.footer-links ul li a:hover,
.footer-zones ul li a:hover {
  color: #e6c49a;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.active {
  display: flex;
  opacity: 1;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 3rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  animation: modalSlideIn 0.3s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
.modal-close:hover {
  background-color: #c85a3e;
  color: #ffffff;
}

.modal-header {
  margin-bottom: 3rem;
}

.modal-badge {
  display: inline-block;
  background-color: #c85a3e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.modal-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.modal-subtitle {
  color: #4a4a4a;
  font-size: 0.95rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group label {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.9rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  padding: 1rem 1.5rem;
  background-color: #f5f5f0;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #1a1a1a;
  transition: 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  background-color: #ffffff;
  border-color: #1a4d6d;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #6a6a6a;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #6a6a6a;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
}
.services-controls {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1a4d6d;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.scroll-btn:hover {
  background-color: #2d6a8f;
  transform: scale(1.1);
}
.scroll-btn:active {
  transform: scale(0.95);
}
.scroll-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f0;
  color: #4a4a4a;
}
.scroll-btn:disabled:hover {
  transform: none;
  background-color: #f5f5f0;
}
.scroll-btn svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.trial-box .btn {
  margin-top: auto;
  width: 100%;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 0;
  text-align: center;
}

.divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #d4a574 50%, transparent 100%);
}

.divider-icon {
  color: #d4a574;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(212, 165, 116, 0.1);
  border-radius: 50%;
}

.contact-item-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(26, 77, 109, 0.05) 0%, rgba(212, 165, 116, 0.05) 100%) !important;
  border: 2px solid #1a4d6d !important;
}
.contact-item-btn h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.contact-item-btn p {
  margin-bottom: 2rem;
  flex-grow: 1;
}
.contact-item-btn .btn {
  align-self: stretch;
  width: 100%;
}

.footer-contact h4 {
  margin-bottom: 1rem;
}
.footer-contact ul {
  list-style: none;
  font-size: 0.9rem;
}
.footer-contact li {
  margin-bottom: 0.5rem;
}
.footer-contact li a {
  color: #e6c49a;
  transition: 0.3s ease;
}
.footer-contact li a:hover {
  color: #ffffff;
}

.footer-legal h4 {
  margin-bottom: 1rem;
}
.footer-legal ul {
  list-style: none;
  font-size: 0.9rem;
}
.footer-legal li {
  margin-bottom: 0.5rem;
}
.footer-legal li a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
}
.footer-legal li a:hover {
  color: #ffffff;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.active .mobile-menu__content {
  transform: translateX(0);
}
.mobile-menu.active .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 85%;
  max-width: 350px;
  background-color: #ffffff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.5s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-menu__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  flex-shrink: 0;
}
.mobile-menu__close:hover {
  background-color: #c85a3e;
  color: #ffffff;
}
.mobile-menu__close svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.mobile-menu__list {
  list-style: none;
  padding: 6rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mobile-menu__list .nav__item a {
  display: block;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: 0.3s ease;
}
.mobile-menu__list .nav__item a:hover {
  color: #1a4d6d;
  padding-left: 1rem;
}
.mobile-menu__list .nav__item a.btn-contact-nav {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: 2px solid #1a4d6d;
  border-radius: 8px;
  color: #1a4d6d;
  font-weight: 600;
  text-align: center;
}
.mobile-menu__list .nav__item a.btn-contact-nav:hover {
  background-color: #1a4d6d;
  color: #ffffff;
  padding-left: 1.5rem;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  background: none;
  padding: 0;
  z-index: 1001;
}
.nav__toggle span {
  width: 25px;
  height: 2px;
  background-color: #1a1a1a;
  transition: all 0.3s ease;
  transform-origin: center;
}
.nav__toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
}
.nav__toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}

@media (max-width: 950px) {
  .nav {
    padding: 1rem 1.5rem;
  }
  .nav__menu {
    display: none;
  }
  .nav__toggle {
    display: flex;
  }
  .btn-estimate-nav {
    display: none;
  }
  .nav__logo .logo-text {
    font-size: 1.5rem;
  }
  .header {
    z-index: 1000;
  }
  .hero__location {
    display: none;
  }
  .hero__location-mobile {
    display: block;
  }
  .hero__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero__subtitle {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .hero__cta {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .hero__cta .btn-secondary {
    width: 100%;
  }
  .hero__guarantee {
    font-size: 0.85rem;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 1rem;
  }
  .section {
    padding: 3rem 0;
  }
  .section-divider {
    padding: 2rem 0;
  }
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .section-header {
    margin: 0 auto 1.5rem;
  }
  .hero {
    min-height: 75vh;
  }
  .hero__content {
    padding: 0 1rem;
  }
  .hero__title {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
  }
  .hero__subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .hero__cta {
    gap: 0.5rem;
  }
  .hero__cta .btn-secondary {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }
  .hero__guarantee {
    font-size: 0.8rem;
    gap: 0.5rem;
  }
  .scroll-indicator {
    bottom: 1rem;
    font-size: 0.75rem;
  }
  .service-card {
    padding: 1.5rem 1rem;
  }
  .service-card__number {
    font-size: 2rem;
  }
  .service-card__title {
    font-size: 1.1rem;
  }
  .service-card__text {
    font-size: 0.9rem;
  }
  .performance-card {
    padding: 1.5rem 1rem;
  }
  .performance-value {
    font-size: 2rem;
  }
  .performance-label {
    font-size: 0.9rem;
  }
  .zone-card__title {
    font-size: 1.25rem;
  }
  .zone-card__text {
    font-size: 0.9rem;
  }
  .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
  }
  .btn-large {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-group {
    margin-bottom: 1.5rem;
  }
  .modal-content {
    width: 95%;
    max-width: calc(100% - 2rem);
    padding: 2rem 1.5rem;
    max-height: 95vh;
    border-radius: 16px;
  }
  .modal-close {
    width: 36px;
    height: 36px;
    top: 1rem;
    right: 1rem;
  }
  .modal-header {
    margin-bottom: 2rem;
  }
  .modal-badge {
    font-size: 0.7rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
  }
  .modal-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .modal-subtitle {
    font-size: 0.9rem;
  }
  .modal-form {
    gap: 1rem;
  }
  .footer-content {
    gap: 2rem;
  }
}/*# sourceMappingURL=main.css.map */