/*
Theme Name: Trace Crossings Veterinary
Theme URI: https://tracecrossingspets.com
Description: Custom WordPress theme for Trace Crossings Veterinary + Pet Wellness coming soon page
Version: 1.0
Author: Trace Crossings Veterinary
Text Domain: tcvpw
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  margin: 0;
  padding: 0;
}

.tcvpw-container {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.tcvpw-background {
  position: absolute;
  inset: 0;
  background-image: url('https://new-chat-lwbi.bolt.host/Van2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tcvpw-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(44, 62, 44, 0.85), rgba(44, 62, 44, 0.75), rgba(139, 157, 131, 0.7));
}

.tcvpw-content {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tcvpw-header {
  padding: 1.5rem;
}

.tcvpw-header-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: slideDown 0.8s ease-out;
}

.tcvpw-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}

.tcvpw-wrapper {
  max-width: 64rem;
  width: 100%;
  animation: fadeInUp 1.2s ease-out;
}

.tcvpw-text-center {
  text-align: center;
  margin-bottom: 2rem;
}

.tcvpw-logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.tcvpw-logo-container img,
.tcvpw-logo-container .custom-logo-link img,
.tcvpw-logo {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  animation: slideDown 0.9s ease-out;
}

.tcvpw-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(139, 157, 131, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(139, 157, 131, 0.3);
  color: #FFFFF0;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  animation: pulseSlow 5s ease-in-out infinite;
  margin-bottom: 1.5rem;
}

.tcvpw-badge-icon {
  width: 1rem;
  height: 1rem;
}

.tcvpw-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFF0;
  line-height: 1.2;
  filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  margin-bottom: 1.5rem;
}

.tcvpw-subheading {
  font-size: 1.5rem;
  color: #FFFFF0;
  font-weight: 600;
  max-width: 48rem;
  margin: 0 auto 1rem;
  line-height: 1.5;
}

.tcvpw-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 240, 0.9);
  font-weight: 300;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.5;
}

.tcvpw-form-container {
  max-width: 42rem;
  margin: 2rem auto;
}

.tcvpw-wpforms-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 0.5rem;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.tcvpw-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-top: 2rem;
  max-width: 80rem;
  margin: 0 auto;
}

.tcvpw-feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  color: #FFFFF0;
  transition: background-color 0.3s;
}

.tcvpw-feature-card:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.tcvpw-feature-icon-wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: rgba(139, 157, 131, 0.3);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.tcvpw-feature-icon {
  width: 2rem;
  height: 2rem;
}

.tcvpw-feature-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.tcvpw-feature-description {
  font-size: 0.875rem;
  opacity: 0.8;
}

.tcvpw-footer {
  padding: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 240, 0.6);
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .tcvpw-header {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .tcvpw-logo-container img,
  .tcvpw-logo-container .custom-logo-link img,
  .tcvpw-logo {
    width: 20rem;
    height: 20rem;
  }

  .tcvpw-heading {
    font-size: 3.75rem;
  }

  .tcvpw-subheading {
    font-size: 1.875rem;
  }

  .tcvpw-description {
    font-size: 1.5rem;
  }

  .tcvpw-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .tcvpw-logo-container img,
  .tcvpw-logo-container .custom-logo-link img,
  .tcvpw-logo {
    width: 24rem;
    height: 24rem;
  }

  .tcvpw-heading {
    font-size: 4.5rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseSlow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.tcvpw-wpforms-wrapper .wpforms-container {
  margin: 0;
}

.tcvpw-wpforms-wrapper .wpforms-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tcvpw-wpforms-wrapper .wpforms-field-container {
  margin: 0;
}

.tcvpw-wpforms-wrapper .wpforms-field {
  padding: 0;
  margin: 0;
}

.tcvpw-wpforms-wrapper .wpforms-field-label {
  display: none;
}

.tcvpw-wpforms-wrapper input[type="email"],
.tcvpw-wpforms-wrapper input[type="text"] {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  border: 0;
  color: #2C3E2C;
  font-size: 1.125rem;
  background: transparent;
}

.tcvpw-wpforms-wrapper input[type="email"]::placeholder,
.tcvpw-wpforms-wrapper input[type="text"]::placeholder {
  color: rgba(44, 62, 44, 0.4);
}

.tcvpw-wpforms-wrapper input[type="email"]:focus,
.tcvpw-wpforms-wrapper input[type="text"]:focus {
  outline: none;
}

.tcvpw-wpforms-wrapper .wpforms-submit-container {
  margin: 0;
  text-align: left;
}

.tcvpw-wpforms-wrapper button[type="submit"] {
  padding: 1rem 2rem;
  background-color: #8B9D83;
  color: #FFFFF0;
  font-weight: 600;
  border-radius: 0.75rem;
  border: none;
  font-size: 1.125rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.tcvpw-wpforms-wrapper button[type="submit"]:hover {
  background-color: #7B9D6F;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

.tcvpw-wpforms-wrapper button[type="submit"]:active {
  transform: scale(0.95);
}

.tcvpw-wpforms-wrapper button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (min-width: 640px) {
  .tcvpw-wpforms-wrapper .wpforms-form {
    flex-direction: row;
  }

  .tcvpw-wpforms-wrapper .wpforms-field-container {
    flex: 1;
  }
}

.tcvpw-message {
  padding: 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
  animation: slideIn 0.3s ease-out;
  margin-top: 1rem;
}

.tcvpw-message.success {
  background-color: rgba(123, 157, 111, 0.9);
  color: #FFFFF0;
  border: 1px solid #7B9D6F;
}

.tcvpw-message.error {
  background-color: rgba(239, 68, 68, 0.9);
  color: white;
  border: 1px solid rgb(248, 113, 113);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}