body {
  background-color: #ffffff;
  color: #2c3e50;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.hero-section {
  background: linear-gradient(135deg, #f7b900 0%, #ffd700 50%, #ffcc33 100%);
  padding: 5rem 0;
  color: #2c3e50;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
}

.hero-section .lead {
  font-size: 1.25rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.main-content {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  min-height: 600px;
}

.card {
  background-color: #ffffff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-body {
  padding: 2rem;
}

.form-card .card-body {
  padding: 1.5rem;
}

.btn-brand {
  background: linear-gradient(135deg, #f7b900 0%, #ffd700 100%);
  border: none;
  color: #2c3e50;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(247, 185, 0, 0.3);
}

.btn-brand:hover {
  background: linear-gradient(135deg, #d9a500 0%, #e6c200 100%);
  color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 185, 0, 0.4);
}

.feature-section {
  padding: 2rem 0;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f7b900 0%, #ffd700 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  box-shadow: 0 8px 20px rgba(247, 185, 0, 0.3);
  transition: transform 0.3s ease;
}

.feature-icon:hover {
  transform: scale(1.1) rotate(5deg);
}

.feature-card {
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-card h5 {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.feature-card p {
  color: #6c757d;
  font-size: 0.95rem;
}

.form-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
}

.form-title {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.privacy-box {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1.5rem;
  border-left: 3px solid #f7b900;
  font-size: 0.9rem;
}

/* HubSpot Form Styling - Simplified */
#hubspot-form {
  margin: 0;
  max-width: 100%;
}

.hbspt-form {
  max-width: 100% !important;
}

.hbspt-form .hs-form-field {
  margin-bottom: 1rem !important;
  width: 100% !important;
}

.hbspt-form .hs-form-field > label {
  font-weight: 500 !important;
  color: #495057 !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.95rem !important;
  display: block !important;
}

.hbspt-form .hs-input {
  width: 100% !important;
  padding: 0.75rem !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  background-color: #ffffff !important;
  transition: border-color 0.15s ease-in-out !important;
  box-sizing: border-box !important;
}

.hbspt-form .hs-input:focus {
  border-color: #f7b900 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(247, 185, 0, 0.25) !important;
}

.hbspt-form .hs-button {
  background-color: #f7b900 !important;
  border: 1px solid #f7b900 !important;
  color: #2c3e50 !important;
  font-weight: 600 !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 0.375rem !important;
  font-size: 1rem !important;
  width: 100% !important;
  margin-top: 0.5rem !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.hbspt-form .hs-button:hover {
  background-color: #d9a500 !important;
  border-color: #d9a500 !important;
  color: #2c3e50 !important;
}

/* Fix HubSpot container width issues */
.hbspt-form .hs-form {
  max-width: 100% !important;
  width: 100% !important;
}

.hbspt-form .hs-form > div {
  max-width: 100% !important;
  width: 100% !important;
}

.hbspt-form .hs-fieldtype-text,
.hbspt-form .hs-fieldtype-email,
.hbspt-form .hs-fieldtype-phonenumber {
  width: 100% !important;
  max-width: 100% !important;
}

/* Footer Styles */
footer {
  background-color: #f8f9fa;
  margin-top: 4rem;
}

.footer-main {
  padding: 3rem 0 2rem;
  background-color: #f8f9fa;
}

.footer-column h5 {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer-tagline {
  color: #6c757d;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #2c3e50;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.social-icon:hover {
  background-color: #f7b900;
  color: #2c3e50;
  transform: translateY(-2px);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #6c757d;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #f7b900;
}

.footer-links i {
  margin-right: 0.5rem;
  width: 16px;
  font-size: 0.9rem;
}

.partners-img {
  max-width: 150px;
  height: auto;
}

.footer-bottom {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 1.5rem 0;
  color: white;
}

.footer-bottom a {
  color: #f7b900;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffd700;
}

.footer-legal {
  font-size: 0.9rem;
}

.footer-copyright {
  font-size: 0.9rem;
  text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 3rem 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .card-body {
    padding: 2rem;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .footer-main {
    padding: 2rem 0 1.5rem;
  }

  .footer-column {
    margin-bottom: 2rem;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 1rem;
  }

  .social-icons {
    justify-content: center;
  }
}
