* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.card,
.final-cta-wholesale,
.formula-note,
.hero,
.highlight-box,
.houston-area,
.nature-badge,
.nature-stat,
.section h2,
.stat-card,
.table-center,
.wholesale-form-section,
.wholesale-intro {
  text-align: center;
}
.cta-primary::before,
.hero::before,
.nature-badge::before {
  content: "";
  position: absolute;
  top: 0;
}
.cta-primary,
.hero,
.nature-badge {
  overflow: hidden;
}
.container,
.cta-primary,
.hero,
.nature-badge,
.nature-badge h2,
.nature-stats {
  position: relative;
}
.hero .subtitle,
.nature-stat-number {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.highlight-text,
.nature-stat-number {
  -webkit-text-fill-color: transparent;
}
.form-button,
.stat-label {
  text-transform: uppercase;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-on-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}
.animate-on-scroll.scale {
  transform: scale(0.9);
}
.animate-on-scroll.scale.animate {
  transform: scale(1);
}
.breadcrumb {
  padding: 15px 0;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.breadcrumb a {
  color: #059669;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #10b981;
  text-decoration: underline;
}
.cta-primary,
.hero,
.nature-badge,
.nature-badge h2,
.section.bg-green,
.section.bg-green h2,
.section.bg-green h3 {
  color: #fff;
}
.area-title,
.highlight-box strong,
.service-link,
.table-positive,
.total-amount,
.total-label {
  color: #059669;
}
.hero {
  background: linear-gradient(
      135deg,
      rgba(34, 197, 94, 0.95),
      rgba(22, 163, 74, 0.9)
    ),
    url("../../images/house15.webp") center/cover;
  padding: 80px 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.hero::before {
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}
.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
  animation: 1s ease-out slideInUp;
}
.nature-badge h2,
.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.hero .subtitle {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  margin-bottom: 15px;
  font-weight: 300;
  animation: 1s ease-out 0.2s both slideInUp;
}
.hero .tagline {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  margin-bottom: 40px;
  opacity: 0.95;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  animation: 1s ease-out 0.4s both slideInUp;
}
.phone-cta {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  margin: 30px 0 20px;
  animation: 2s ease-in-out infinite alternate glow,
    1s ease-out 0.6s both slideInUp;
  background: rgba(255, 255, 255, 0.15);
  padding: 20px 35px;
  border-radius: 25px;
  display: inline-block;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.cta-primary,
.nature-stat-number,
.section h2,
.table-bold {
  font-weight: 700;
}
.formula-item,
.table-row {
  border-bottom: 1px solid #e5e7eb;
}
.phone-cta:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.2);
}
.wholesale-intro {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto 40px;
}
.service-list {
  list-style: none;
}
.formula-box {
  font-size: 1.5rem;
  margin: 30px 0;
  padding: 20px;
  background: #f0fdf4;
  border-radius: 15px;
}
.formula-example {
  margin: 40px 0;
}
.example-title {
  color: #059669;
  margin-bottom: 20px;
}
.formula-breakdown {
  list-style: none;
  padding: 0;
}
.formula-item {
  padding: 10px 0;
}
.amount-right {
  float: right;
}
.formula-total {
  padding: 10px 0;
  background: #f0fdf4;
  margin-top: 10px;
}
.total-amount {
  float: right;
  font-size: 1.3rem;
}
.formula-note {
  margin-top: 30px;
  color: #6b7280;
}
.comparison-table-container {
  overflow-x: auto;
  margin: 40px 0;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.table-header-row {
  background: #059669;
  color: #fff;
}
.table-header-cell {
  padding: 20px;
  text-align: left;
  font-size: 1.1rem;
}
.table-factor {
  text-align: left;
}
.table-cell {
  padding: 15px;
}
.table-negative {
  color: #dc2626;
}
.real-numbers-text {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
}
.houston-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.faq-container-wholesale {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item-wholesale {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #059669;
}
.faq-question-wholesale {
  color: #059669;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.faq-answer-wholesale {
  line-height: 1.7;
  color: #64748b;
}
.form-section-title {
  color: #fff;
  margin-bottom: 20px;
}
.form-section-subtitle {
  color: #fff;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.form-disclaimer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #666;
}
.card h4,
.local-info h3,
.local-info strong,
.phone-link {
  color: #059669;
  font-weight: 700;
}
.final-cta-title {
  margin-bottom: 20px;
}
.final-cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.final-cta-links {
  margin-top: 30px;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
  to {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  }
}
.cta-primary {
  display: inline-block;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 22px 45px;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  text-decoration: none;
  border-radius: 50px;
  margin: 10px;
  box-shadow: 0 12px 35px rgba(220, 38, 38, 0.4);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 3px solid rgba(255, 255, 255, 0.2);
  animation: 1s ease-out 0.8s both slideInUp;
}
.cta-primary::before {
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s;
}
.cta-primary:hover::before {
  left: 100%;
}
.cta-primary::after {
  content: "→";
  margin-left: 12px;
  transition: transform 0.3s;
  display: inline-block;
}
.card::before,
.local-info::before,
.stat-card::before {
  content: "";
  position: absolute;
}
.cta-primary:hover {
  background: linear-gradient(135deg, #b91c1c, #dc2626);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
}
.cta-primary:hover::after {
  transform: translateX(8px);
}
.nature-badge {
  background: linear-gradient(135deg, #065f46, #059669);
  padding: 80px 0;
}
.nature-badge::before {
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?ixlib=rb-4.0.3&auto=format&fit=crop&w=2071&q=80")
    center/cover;
  opacity: 0.15;
  z-index: 0;
}
.neighborhood-card::after,
.problem-card::before {
  right: 0;
  bottom: 0;
  opacity: 0;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
.nature-badge h2 {
  margin-bottom: 30px;
  z-index: 1;
}
.nature-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin: 50px 0;
  z-index: 1;
}
.nature-stat {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}
.nature-stat:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.15);
}
.nature-stat-number {
  font-size: clamp(2.5rem, 5vw, 4rem);
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
}
.card,
.neighborhood-card,
.problem-card,
.stat-card {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.grid,
.stats-grid {
  display: grid;
  gap: 40px;
  margin: 50px 0;
}
.problem-card,
.stat-card {
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nature-stat-label {
  font-size: 1.2rem;
  opacity: 0.95;
  font-weight: 500;
}
.section {
  padding: 80px 0;
}
.section.bg-gray {
  background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
}
.problem-card::before,
.section.bg-green {
  background: linear-gradient(135deg, #059669, #10b981);
}
.section h2 {
  margin-bottom: 40px;
  color: #059669;
}
.section h3 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #059669;
  font-weight: 600;
}
.grid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.problem-card {
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  height: 100%;
}
.neighborhood-card,
.stat-card {
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.problem-card::before {
  transition: opacity 0.4s;
  z-index: 1;
}
.problem-card:hover::before {
  opacity: 0.05;
}
.problem-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  border-color: #059669;
}
.problem-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.problem-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s;
  filter: brightness(0.9);
}
.problem-card:hover .problem-card-image img {
  transform: scale(1.15);
  filter: brightness(1);
}
.problem-card-content {
  padding: 35px 30px;
  position: relative;
  z-index: 2;
}
.problem-card-content h4 {
  color: #059669;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s;
}
.problem-card:hover .problem-card-content h4 {
  color: #10b981;
}
.card p,
.problem-card-content p {
  color: #64748b;
  line-height: 1.8;
  font-size: 1.1rem;
}
.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.stat-card {
  padding: 40px;
  border: 3px solid transparent;
}
.stat-card::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.card:hover::before,
.stat-card:hover::before {
  transform: scaleX(1);
}
.stat-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: #059669;
}
.stat-number {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: #dc2626;
  display: block;
  margin-bottom: 15px;
  transition: 0.3s;
}
.card,
.neighborhood-card {
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stat-card:hover .stat-number {
  transform: scale(1.1);
  color: #b91c1c;
}
.stat-label {
  color: #059669;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1rem;
}
.neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
  margin: 50px 0;
}
.form-grid,
.local-info .grid {
  grid-template-columns: 1fr 1fr;
}
.neighborhood-card {
  border: 2px solid transparent;
  height: 100%;
}
.neighborhood-card::after {
  background: linear-gradient(
    45deg,
    transparent,
    rgba(5, 150, 105, 0.1),
    transparent
  );
  transition: opacity 0.4s;
}
.neighborhood-card:hover::after {
  opacity: 1;
}
.neighborhood-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  border-color: #059669;
}
.neighborhood-card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.neighborhood-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s;
}
.neighborhood-card:hover .neighborhood-card-image img {
  transform: scale(1.2);
}
.neighborhood-card-content {
  padding: 35px;
  position: relative;
  z-index: 2;
}
.neighborhood-card-content h4 {
  color: #059669;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.neighborhood-card-content p {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.card h4,
.local-info h3,
.local-info p {
  margin-bottom: 25px;
}
.neighborhood-card .price {
  color: #fff;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  font-weight: 700;
  font-size: 1.2rem;
  padding: 12px 20px;
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(220, 38, 38, 0.3);
}
.card {
  padding: 45px 35px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(5, 150, 105, 0.1);
  height: 100%;
}
.card::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #059669, #10b981);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: #059669;
}
.card h4 {
  font-size: 1.6rem;
}
.local-info {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.local-info::before {
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(5, 150, 105, 0.1) 0,
    transparent 70%
  );
  animation: 8s ease-in-out infinite float;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
.local-info .grid {
  display: grid;
  gap: 60px;
  align-items: start;
}
.local-info h3 {
  font-size: 2rem;
}
.local-info p,
.local-info ul {
  color: #475569;
  line-height: 1.9;
}
.local-info p {
  font-size: 1.2rem;
}
.local-info ul {
  padding-left: 25px;
  font-size: 1.1rem;
}
.local-info li {
  margin-bottom: 12px;
}
.highlight-text {
  background: linear-gradient(135deg, #059669, #10b981);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}
.highlight-box {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  margin: 50px 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 3px solid rgba(5, 150, 105, 0.1);
}
.highlight-box h3 {
  color: #059669;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
}
.highlight-box p {
  line-height: 1.9;
  font-size: 1.2rem;
  color: #64748b;
}
.form-container {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.98);
  padding: 50px;
  border-radius: 30px;
  color: #333;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.form-input {
  width: 100%;
  padding: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 15px;
  font-size: 16px;
  margin-bottom: 25px;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);
}
.form-input:focus {
  outline: 0;
  border-color: #059669;
  box-shadow: 0 0 0 4px rgba(5, 150, 105, 0.1);
  transform: translateY(-2px);
}
.form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
  color: #374151;
  font-size: 1.1rem;
}
.form-grid {
  display: grid;
  gap: 25px;
}
.form-button {
  width: 100%;
  margin: 25px 0;
  border: none;
  cursor: pointer;
  padding: 22px;
  border-radius: 15px;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
  letter-spacing: 1px;
}
.form-button:hover {
  background: linear-gradient(135deg, #b91c1c, #dc2626);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(220, 38, 38, 0.4);
}
@media (max-width: 1024px) {
  .local-info .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .nature-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hero,
  .section {
    padding: 60px 0;
  }
  .hero {
    min-height: 80vh;
  }
  .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .nature-stats,
  .neighborhoods-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .cta-primary {
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: center;
  }
  .form-container {
    margin: 0 15px;
    padding: 35px 25px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .neighborhood-card-image,
  .problem-card-image {
    height: 200px;
  }
  .neighborhood-card-content,
  .problem-card-content {
    padding: 25px;
  }
  .phone-cta {
    padding: 15px 25px;
    margin: 20px 0 15px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .hero,
  .section {
    padding: 50px 0;
  }
  .nature-stats,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .neighborhood-card-image,
  .problem-card-image {
    height: 180px;
  }
  .hero {
    min-height: 70vh;
  }
}
.slide-up {
  animation-delay: 0.1s;
}
.slide-up:nth-child(2) {
  animation-delay: 0.2s;
}
.slide-up:nth-child(3) {
  animation-delay: 0.3s;
}
.slide-up:nth-child(4) {
  animation-delay: 0.4s;
}
.slide-up:nth-child(5) {
  animation-delay: 0.5s;
}
.slide-up:nth-child(6) {
  animation-delay: 0.6s;
}
.step-number {
  background-color: #059669;
  border-radius: 50%;
  width: 100%;
  max-width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  place-content: center;
  margin: -10px 0 7.5px;
  font-weight: 500;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.mobile-call-btn {
  display: block !important;
  text-align: center !important;
  background: linear-gradient(
    135deg,
    var(--accent-red),
    var(--accent-red-hover)
  ) !important;
  color: var(--text-medium) !important;
  padding: clamp(15px, 3vh, 18px) clamp(25px, 5vw, 30px) !important;
  border-radius: var(--border-radius-lg) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
  transition: all var(--transition-normal) !important;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3) !important;
  border: none !important;
  cursor: pointer !important;
}
.mobile-call-btn:hover {
  background: linear-gradient(
    135deg,
    var(--dark-red),
    var(--accent-red)
  ) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4) !important;
}
.mobile-call-btn:active {
  transform: translateY(0) !important;
}
