/* Scoped landing layout (matches rainenergy.html design tokens). */
body.re-landing {
  --blue-deep: #1b3f8b;
  --blue-mid: #2e9fd8;
  --green: #3da44d;
  --amber: #f5a623;
  --white: #ffffff;
  --off-white: #f4f7fb;
  --gray-light: #e8eef6;
  --gray-mid: #8a9bb5;
  --gray-dark: #3a4a62;
  --text: #1a2742;
  --font: "Barlow", sans-serif;
  --font-display: "Barlow Condensed", sans-serif;
}
body.re-landing .site-main {
  font-family: var(--font);
  color: var(--text);
}
body.re-landing .elementor {
  width: 100%;
}
body.re-landing .elementor-section.elementor-section-boxed > .elementor-container,
body.re-landing .elementor-section.elementor-section-full_width > .elementor-container,
body.re-landing .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}
body.re-landing .elementor-top-section,
body.re-landing .elementor-top-section > .elementor-container,
body.re-landing .elementor-top-section > .elementor-container > .elementor-column,
body.re-landing .elementor-top-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.re-landing .elementor-widget-html,
body.re-landing .elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
body.re-landing .elementor-widget-html section,
body.re-landing .elementor-widget-html .hero,
body.re-landing .elementor-widget-html .intro,
body.re-landing .elementor-widget-html #features,
body.re-landing .elementor-widget-html .raas,
body.re-landing .elementor-widget-html .savings,
body.re-landing .elementor-widget-html .permit-band,
body.re-landing .elementor-widget-html footer {
  margin: 0;
}
body.re-landing section {
  padding: 80px 5%;
}
body.re-landing section[id],
body.re-landing footer[id] {
  scroll-margin-top: 96px;
}
html {
  scroll-behavior: smooth;
}
body.re-landing .hero {
  background: linear-gradient(150deg, #0a1628 0%, #0f2347 40%, #162e5a 70%, #1a3a6e 100%);
  color: #fff;
  padding: 100px 5% 90px;
  position: relative;
  overflow: hidden;
}
body.re-landing .hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 5%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 159, 216, 0.12) 0%, transparent 65%);
  pointer-events: none;
}
body.re-landing .hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 5%;
  width: 500px;
  height: 260px;
  background: radial-gradient(ellipse, rgba(61, 164, 77, 0.07) 0%, transparent 65%);
  pointer-events: none;
}
body.re-landing .hero-logo {
  position: absolute;
  right: 6%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(260px, 28vw, 420px);
  max-width: none;
  opacity: 0.18;
  pointer-events: none;
  filter: brightness(10);
  z-index: 0;
}
body.re-landing .hero-inner {
  max-width: 860px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
body.re-landing .hero-eyebrow {
  display: inline-block;
  background: rgba(245, 166, 35, 0.18);
  color: var(--amber);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
  border: 1px solid rgba(245, 166, 35, 0.3);
  margin-bottom: 24px;
}
body.re-landing .hero h1 {
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  color: #fff;
}
body.re-landing .hero h1 span {
  color: var(--blue-mid);
}
body.re-landing .hero-lead {
  font-size: clamp(17px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.82);
  max-width: 660px;
  margin-bottom: 44px;
  line-height: 1.7;
}
body.re-landing .hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
body.re-landing .hero-stat-num {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
}
body.re-landing .hero-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  letter-spacing: 0.03em;
}
body.re-landing .intro {
  background: var(--off-white);
}
body.re-landing .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
body.re-landing .intro-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.re-landing .intro-badge {
  background: var(--white);
  border: 1.5px solid var(--gray-light);
  border-left: 4px solid var(--blue-mid);
  border-radius: 6px;
  padding: 20px 24px;
}
body.re-landing .intro-badge strong {
  display: block;
  font-size: 15px;
  color: var(--blue-deep);
  font-weight: 700;
  margin-bottom: 4px;
}
body.re-landing .intro-badge span {
  font-size: 14px;
  color: var(--gray-dark);
}
body.re-landing .intro-badge.green {
  border-left-color: var(--green);
}
body.re-landing .intro-badge.amber {
  border-left-color: var(--amber);
}
body.re-landing .section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-mid);
  margin-bottom: 10px;
}
body.re-landing .section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
body.re-landing .section-lead {
  font-size: 17px;
  color: var(--gray-dark);
  max-width: 640px;
  margin-bottom: 52px;
  line-height: 1.75;
}
body.re-landing .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
body.re-landing .feature-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 10px;
  padding: 32px 28px;
  transition: box-shadow 0.2s, transform 0.2s;
}
body.re-landing .feature-card:hover {
  box-shadow: 0 8px 32px rgba(27, 63, 139, 0.1);
  transform: translateY(-3px);
}
body.re-landing .feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
body.re-landing .icon-blue {
  background: #ebf4fb;
}
body.re-landing .icon-green {
  background: #eaf5eb;
}
body.re-landing .icon-amber {
  background: #fef6e7;
}
body.re-landing .feature-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 10px;
}
body.re-landing .feature-card p {
  font-size: 14px;
  color: var(--gray-dark);
  line-height: 1.7;
}
body.re-landing .raas {
  background: var(--blue-deep);
  color: #fff;
}
body.re-landing .raas .section-title {
  color: #fff;
}
body.re-landing .raas .section-lead {
  color: rgba(255, 255, 255, 0.72);
}
body.re-landing .raas .section-eyebrow {
  color: var(--amber);
}
body.re-landing .raas-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.re-landing .raas-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
body.re-landing .raas-table th {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
}
body.re-landing .raas-table td {
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
  vertical-align: top;
}
body.re-landing .raas-table tr:hover td {
  background: rgba(255, 255, 255, 0.04);
}
body.re-landing .raas-table .num {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--amber);
  width: 48px;
}
body.re-landing .raas-table .theme {
  font-weight: 700;
  color: #fff;
  width: 160px;
}
body.re-landing .tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body.re-landing .tag-blue {
  background: rgba(46, 159, 216, 0.2);
  color: #7ecef0;
}
body.re-landing .tag-green {
  background: rgba(61, 164, 77, 0.2);
  color: #7ed88a;
}
body.re-landing .tag-amber {
  background: rgba(245, 166, 35, 0.2);
  color: #fac96b;
}
body.re-landing .savings {
  background: var(--off-white);
}
body.re-landing .savings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}
body.re-landing .savings-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 10px;
  padding: 28px 24px;
  text-align: center;
  transition: box-shadow 0.2s;
}
body.re-landing .savings-card:hover {
  box-shadow: 0 6px 24px rgba(27, 63, 139, 0.09);
}
body.re-landing .savings-pct {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1;
  margin-bottom: 6px;
}
body.re-landing .savings-pct span {
  color: var(--blue-mid);
}
body.re-landing .savings-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-dark);
  margin-bottom: 6px;
}
body.re-landing .savings-sub {
  font-size: 13px;
  color: var(--gray-mid);
}
body.re-landing .roi-band {
  background: var(--amber);
  border-radius: 10px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
body.re-landing .roi-band h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 6px;
}
body.re-landing .roi-band p {
  font-size: 15px;
  color: rgba(27, 63, 139, 0.75);
}
body.re-landing .roi-number {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1;
  white-space: nowrap;
}
body.re-landing .permit-band {
  background: var(--green);
  color: #fff;
  padding: 48px 5%;
  text-align: center;
}
body.re-landing .permit-band h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  margin-bottom: 12px;
}
body.re-landing .permit-band p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 28px;
}
body.re-landing .btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.02em;
}
body.re-landing .btn:hover {
  transform: translateY(-1px);
}
body.re-landing .btn-white {
  background: #fff;
  color: var(--blue-deep);
}
body.re-landing .btn-white:hover {
  background: var(--off-white);
}
body.re-landing footer {
  background: #0f2555;
  color: rgba(255, 255, 255, 0.55);
  padding: 48px 5% 32px;
  font-size: 14px;
}
body.re-landing .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
body.re-landing .footer-brand img {
  height: 100px;
  margin-bottom: 14px;
  display: block;
}
body.re-landing .footer-brand p {
  font-size: 13px;
  max-width: 240px;
  line-height: 1.65;
}
body.re-landing .footer-links h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
}
body.re-landing .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.re-landing .footer-links li {
  margin-bottom: 8px;
}
body.re-landing .footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
body.re-landing .footer-links a:hover {
  color: var(--amber);
}
body.re-landing .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
}
@media (max-width: 768px) {
  body.re-landing .intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  body.re-landing .hero-logo {
    display: none;
  }
  body.re-landing .hero-stats {
    gap: 28px;
  }
  body.re-landing .roi-band {
    flex-direction: column;
    text-align: center;
  }
  body.re-landing .footer-inner {
    flex-direction: column;
  }
}
