/* Buy Water Tank Custom Styles */

/* Hero Section */
.rd-hero {
  background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 50%, #0d2137 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.rd-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(122, 186, 30, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.rd-hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 150, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.rd-hero h1 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.rd-hero h1 span {
  background: linear-gradient(135deg, #7aba1e, #5a9a0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rd-hero p {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 600px;
}
.rd-hero-badge {
  display: inline-block;
  background: rgba(122, 186, 30, 0.15);
  color: #7aba1e;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(122, 186, 30, 0.3);
}

/* Stats Bar */
.rd-stats {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 30px 0;
}
.rd-stat-item {
  text-align: center;
  padding: 10px 0;
}
.rd-stat-item h3 {
  font-size: 32px;
  font-weight: 800;
  color: #7aba1e;
  margin: 0 0 4px;
}
.rd-stat-item p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}

/* Live Dashboard */
.rd-dashboard {
  background: #f8fafc;
  padding: 60px 0;
}
.rd-dashboard-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}
.rd-dashboard-card h4 {
  font-size: 14px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
.rd-dashboard-card .value {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
}
.rd-dashboard-card .change {
  font-size: 13px;
  font-weight: 600;
}
.rd-dashboard-card .change.positive { color: #7aba1e; }
.rd-dashboard-card .change.negative { color: #ef4444; }
.rd-status-item {
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  color: #374151;
}
.rd-status-item:last-child { border-bottom: none; }

/* Section Titles */
.rd-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.rd-section-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
}
.rd-section-title h2 span {
  color: #7aba1e;
}
.rd-section-title p {
  font-size: 16px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Solution Cards */
.rd-solution-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  height: 100%;
}
.rd-solution-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: #7aba1e;
  transform: translateY(-4px);
}
.rd-solution-icon {
  width: 64px;
  height: 64px;
  background: rgba(122, 186, 30, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
}
.rd-solution-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}
.rd-solution-card .subtitle {
  font-size: 13px;
  color: #7aba1e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.rd-solution-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
}
.rd-solution-card ul {
  padding: 0;
  margin: 0 0 20px;
}
.rd-solution-card ul li {
  list-style: none;
  padding: 6px 0;
  font-size: 14px;
  color: #374151;
}
.rd-solution-card ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #7aba1e;
  margin-right: 10px;
  font-size: 12px;
}
.rd-solution-link {
  color: #7aba1e;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.rd-solution-link:hover {
  color: #5a9a0e;
  text-decoration: none;
}

/* Process Section */
.rd-process {
  background: #f8fafc;
}
.rd-process-step {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}
.rd-process-step .step-num {
  width: 48px;
  height: 48px;
  background: #7aba1e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px;
}
.rd-process-step h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}
.rd-process-step p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Features */
.rd-features {
  background: #fff;
}
.rd-feature-item {
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}
.rd-feature-item:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.rd-feature-item .feature-num {
  font-size: 32px;
  font-weight: 800;
  color: #7aba1e;
  opacity: 0.2;
  margin-bottom: 10px;
  line-height: 1;
}
.rd-feature-item .feature-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.rd-feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}
.rd-feature-item p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Testimonials */
.rd-testimonials {
  background: #f8fafc;
}
.rd-testimonial {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}
.rd-testimonial .stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 16px;
}
.rd-testimonial blockquote {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  border-left: none;
  padding: 0;
  margin: 0 0 20px;
  font-style: italic;
  background: none;
}
.rd-testimonial .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rd-testimonial .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #7aba1e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.rd-testimonial .author-info h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.rd-testimonial .author-info span {
  font-size: 13px;
  color: #6b7280;
}

/* Flood Risk */
.rd-flood-risk {
  background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 50%, #0d2137 100%);
  color: #fff;
}
.rd-flood-risk h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}
.rd-flood-risk h2 span {
  color: #7aba1e;
}
.rd-flood-risk p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.7;
}
.rd-flood-stat {
  text-align: center;
  padding: 20px;
}
.rd-flood-stat h3 {
  font-size: 36px;
  font-weight: 800;
  color: #7aba1e;
  margin: 0 0 4px;
}
.rd-flood-stat p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

/* FAQ */
.rd-faq {
  background: #fff;
}
.rd-faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.rd-faq-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
}
.rd-faq-header h2 span {
  color: #7aba1e;
}
.rd-faq-header p {
  font-size: 16px;
  color: #6b7280;
}

/* Button variants */
.btn-rd-primary {
  background: #7aba1e;
  border: 2px solid #7aba1e;
  color: #fff;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-rd-primary:hover {
  background: transparent;
  color: #7aba1e;
  text-decoration: none;
}
.btn-rd-outline {
  border: 2px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  background: transparent;
}
.btn-rd-outline:hover {
  border-color: #7aba1e;
  color: #7aba1e;
  text-decoration: none;
}
.btn-rd-outline-dark {
  border: 2px solid #d1d5db;
  color: #374151;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  background: transparent;
}
.btn-rd-outline-dark:hover {
  border-color: #7aba1e;
  color: #7aba1e;
  text-decoration: none;
}

/* Dashboard hero section */
.rd-dashboard-hero {
  padding: 80px 0;
  background: #f0fdf4;
}

/* Product Cards */
.rd-product-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.rd-product-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: #7aba1e;
  transform: translateY(-4px);
}
.rd-product-img {
  background: #f8fafc;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.rd-product-img img {
  max-height: 220px;
  width: auto;
  display: inline-block;
}
.rd-product-info {
  padding: 20px;
}
.rd-product-category {
  font-size: 11px;
  color: #7aba1e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rd-product-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 6px 0 10px;
  line-height: 1.3;
}
.rd-product-name a {
  color: #1a1a2e;
}
.rd-product-name a:hover {
  color: #7aba1e;
}
.rd-product-price {
  font-size: 24px;
  font-weight: 800;
  color: #7aba1e;
  margin-bottom: 14px;
}
.rd-product-cta {
  display: inline-block;
  background: #7aba1e;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.rd-product-cta:hover {
  background: #5a9a0e;
  color: #fff;
  text-decoration: none;
}

/* Local SEO Section */
.rd-local-seo {
  background: #f8fafc;
  padding: 60px 0;
}
.rd-local-content {
  max-width: 800px;
  margin: 0 auto;
}
.rd-local-content p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 16px;
}

/* Why Choose Cards */
.rd-choose-card {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}
.rd-choose-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border-color: #7aba1e;
}
.rd-choose-icon {
  font-size: 40px;
  margin-bottom: 16px;
}
.rd-choose-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}
.rd-choose-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* Benefits Section */
.rd-benefits {
  background: #f8fafc;
}
.rd-benefit-item {
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}
.rd-benefit-item:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.rd-benefit-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.rd-benefit-item h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}
.rd-benefit-item p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

/* Privacy/Policy pages */
section.full-row h1.title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 8px;
}
section.full-row .sub-title {
  color: #6b7280;
  font-size: 14px;
}
section.full-row h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 24px 0 10px;
}
section.full-row p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

/* Panel overrides for FAQ */
.panel-title a {
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Nav improvements */
.navbar-nav > li > a {
  font-size: 13px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .rd-hero h1 { font-size: 32px; }
  .rd-section-title h2 { font-size: 28px; }
  .rd-hero { padding: 80px 0 60px; }
  .rd-product-img img { max-height: 160px; }
}
