.free-wash-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--white) 0%, var(--bubble) 50%, var(--white) 100%);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.free-wash-container {
  width: 100%;
  max-width: 640px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.free-wash-logo-link {
  display: inline-block;
  margin-bottom: 32px;
}

.free-wash-logo {
  width: 140px;
  height: auto;
}

.free-wash-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--ocean);
  margin-bottom: 12px;
}

.free-wash-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #5a6a7a;
  line-height: 1.6;
  margin-bottom: 36px;
}

.free-wash-embed-slot {
  width: 100%;
  min-height: 200px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 40px 24px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embed-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #aab4c0;
  font-style: italic;
}

.free-wash-footer-text {
  margin-top: 8px;
}

.free-wash-back-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--aqua);
  text-decoration: none;
  transition: color 0.2s;
}

.free-wash-back-link:hover {
  color: var(--ocean);
}

@media (max-width: 768px) {
  .free-wash-page {
    padding: 24px 16px;
  }

  .free-wash-headline {
    font-size: 28px;
  }

  .free-wash-subtext {
    font-size: 15px;
  }

  .free-wash-embed-slot {
    padding: 24px 16px;
    min-height: 160px;
  }

  .free-wash-logo {
    width: 110px;
  }
}
