:root{
  --navy:#071923;
  --navy-2:#0d2631;
  --cream:#f7f5f0;
  --amber:#f5b942;
  --green:#39b56b;
  --muted:#667780;
  --line:#dfe6e8;
  --white:#ffffff;
  --shadow:0 20px 60px rgba(7,25,35,.14);
}

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

html{
  scroll-behavior:smooth;
}

body{
  font-family:Inter,Arial,sans-serif;
  color:var(--navy);
  background:var(--cream);
  line-height:1.6;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.wrap{
  width:min(1180px,92%);
  margin:auto;
}

/* ================= NAVBAR ================= */

nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:rgba(7,25,35,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

nav .wrap{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

nav ul{
  list-style:none;
  display:flex;
  align-items:center;
  gap:28px;
}

nav a{
  color:#fff;
  font-size:.92rem;
  font-weight:600;
}

nav a:hover{
  color:var(--amber);
}

.nav-cta{
  background:var(--amber);
  color:var(--navy)!important;
  padding:11px 19px;
  border-radius:999px;
}

/* ================= HERO ================= */

.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  color:#fff;
  padding:130px 0 90px;

  background:
    linear-gradient(90deg,
      rgba(3,15,21,.92) 0%,
      rgba(3,15,21,.72) 42%,
      rgba(3,15,21,.18) 100%),
    url("https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?auto=format&fit=crop&w=2200&q=90")
    center/cover no-repeat;
}

.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:180px;
  background:linear-gradient(transparent,var(--cream));
  pointer-events:none;
}

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

.hero h1{
  max-width:780px;
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:clamp(3rem,7vw,6.4rem);
  line-height:.95;
  letter-spacing:-.055em;
  margin-bottom:28px;
}

.hero h1 span{
  color:var(--amber);
}

.hero .sub{
  max-width:650px;
  color:rgba(255,255,255,.86);
  font-size:1.1rem;
  margin-bottom:32px;
}

.hero-ctas{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:999px;
  font-weight:700;
  transition:.25s ease;
}

.btn-primary{
  background:var(--amber);
  color:var(--navy);
}

.btn-secondary{
  border:1px solid rgba(255,255,255,.45);
  color:#fff;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}

.btn-primary:hover,
.btn-secondary:hover{
  transform:translateY(-3px);
}

/* ================= SECTION COMMON ================= */

section{
  padding:100px 0;
}

section h2{
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1;
  letter-spacing:-.04em;
}

section .section-intro{
  color:var(--muted);
  max-width:650px;
  margin:15px 0 45px;
}

/* ================= FEATURE IMAGE CARDS ================= */

.features{
  position:relative;
}

.features:before{
  content:"";
  display:block;
  height:420px;
  margin-bottom:-300px;
  background:
    linear-gradient(90deg,rgba(7,25,35,.68),rgba(7,25,35,.08)),
    url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&fit=crop&w=2000&q=85")
    center/cover;
}

.features .wrap{
  position:relative;
  z-index:2;
}

.features-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.feature,
.card,
.feature-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(7,25,35,.06);
  transition:.3s ease;
}

.feature:hover,
.card:hover,
.feature-card:hover{
  transform:translateY(-8px);
}

.feature img,
.card img,
.feature-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.feature-content,
.card-content,
.feature-card-content{
  padding:25px;
}

/* ================= PROCESS ================= */

.process{
  background:var(--navy);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.process:after{
  content:"";
  position:absolute;
  right:-150px;
  top:-100px;
  width:600px;
  height:600px;
  border-radius:50%;
  background:
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1400&q=85")
    center/cover;
  opacity:.18;
}

.process .wrap{
  position:relative;
  z-index:2;
}

.process h2{
  color:#fff;
}

.process .step{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  padding:28px;
  backdrop-filter:blur(10px);
}

.process .step h3{
  color:var(--amber);
  margin-bottom:8px;
}

/* ================= REGISTRATION ================= */

.register{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(247,245,240,.98),rgba(247,245,240,.78)),
    url("https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?auto=format&fit=crop&w=2000&q=80")
    center/cover;
}

.register .wrap{
  position:relative;
  z-index:2;
}

.reg-form{
  background:#fff;
  padding:35px;
  border-radius:24px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}

.reg-form input,
.reg-form select,
.reg-form textarea{
  width:100%;
  padding:13px 15px;
  border:1px solid #d7e0e3;
  border-radius:10px;
  background:#fff;
  font:inherit;
  outline:none;
  transition:.2s;
}

.reg-form input:focus,
.reg-form select:focus,
.reg-form textarea:focus{
  border-color:var(--amber);
  box-shadow:0 0 0 3px rgba(245,185,66,.15);
}

/* ================= FOOTER ================= */

footer{
  background:#041219;
  color:#fff;
  padding:60px 0;
}

footer a:hover{
  color:var(--amber);
}

/* ================= IMAGE SHOWCASE ================= */

.image-showcase{
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
}

.image-showcase .image-box{
  min-height:520px;
  background-position:center;
  background-size:cover;
}

.image-showcase .solar-home{
  background-image:
    linear-gradient(rgba(7,25,35,.08),rgba(7,25,35,.08)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=85");
}

.image-showcase .solar-field{
  background-image:
    linear-gradient(rgba(7,25,35,.08),rgba(7,25,35,.08)),
    url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&fit=crop&w=1600&q=85");
}

/* ================= MOBILE ================= */

@media(max-width:850px){

  nav .wrap{
    min-height:68px;
  }

  nav ul{
    gap:12px;
  }

  nav ul li:not(:last-child){
    display:none;
  }

  .hero{
    min-height:92vh;
    padding:120px 0 70px;
    background-position:center;
  }

  .hero h1{
    font-size:clamp(3rem,15vw,5rem);
  }

  .hero .sub{
    font-size:1rem;
  }

  section{
    padding:70px 0;
  }

  .features-grid{
    grid-template-columns:1fr;
  }

  .image-showcase{
    grid-template-columns:1fr;
  }

  .image-showcase .image-box{
    min-height:360px;
  }

  .reg-form{
    padding:22px;
  }
}

@media(max-width:500px){

  .hero-ctas{
    flex-direction:column;
  }

  .btn-primary,
  .btn-secondary{
    width:100%;
  }

  .hero{
    background-position:62% center;
  }

  .feature img,
  .card img,
  .feature-card img{
    height:210px;
  }
}

/* =====================================================
   NEX GEN SOLAR — PREMIUM IMAGE EXPERIENCE
   ===================================================== */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7,22,38,.92) 0%, rgba(7,22,38,.70) 48%, rgba(7,22,38,.18) 100%),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2200&q=90")
    center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(7,22,38,.65));
  pointer-events: none;
}

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

.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -0.045em;
  text-shadow: 0 5px 25px rgba(0,0,0,.28);
}

.hero .sub {
  max-width: 680px;
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-visual {
  position: absolute;
  right: 5%;
  bottom: 8%;
  z-index: 3;
  width: 280px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 20px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  color: white;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.hero-visual strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
}

.solar-showcase {
  padding: 90px 24px;
  background: #f6f4ee;
}

.solar-showcase .showcase-heading {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.solar-showcase h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 14px;
}

.solar-showcase-grid {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
}

.solar-image-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 22px;
  background: #0b1a2b;
  box-shadow: 0 18px 50px rgba(11,26,43,.12);
}

.solar-image-card.small {
  min-height: 300px;
}

.solar-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.solar-image-card:hover img {
  transform: scale(1.06);
}

.solar-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5,18,31,.82),
    rgba(5,18,31,.05) 65%
  );
}

.solar-image-card .image-content {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
  bottom: 25px;
  color: white;
}

.solar-image-card .image-content span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 50px;
  background: rgba(255,193,7,.9);
  color: #111;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.solar-image-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.solar-benefits {
  max-width: 1250px;
  margin: 25px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.solar-benefit {
  padding: 25px;
  background: white;
  border: 1px solid rgba(11,26,43,.08);
  border-radius: 16px;
}

.solar-benefit strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 7px;
}

.solar-benefit span {
  color: #667085;
  font-size: .9rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .hero {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(7,22,38,.55), rgba(7,22,38,.9)),
      url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=85")
      center/cover no-repeat;
  }

  .hero-visual {
    display: none;
  }

  .solar-showcase-grid {
    grid-template-columns: 1fr;
  }

  .solar-image-card,
  .solar-image-card.small {
    min-height: 330px;
  }

  .solar-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .solar-showcase {
    padding: 65px 18px;
  }

  .solar-benefits {
    grid-template-columns: 1fr;
  }

  .solar-image-card,
  .solar-image-card.small {
    min-height: 280px;
  }
}


/* Compact professional solar arc */
.sun-arc {
  width: min(620px, 78%);
  height: auto;
  max-height: 150px;
  display: block;
  margin: 18px auto 0;
}

.sun-arc text {
  font-size: 14px;
}

@media (max-width: 700px) {
  .sun-arc {
    width: 88%;
    max-height: 115px;
    margin-top: 12px;
  }

  .sun-arc text {
    font-size: 12px;
  }
}


/* =========================================
   PREMIUM SOLAR HERO
   ========================================= */

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #071827;
}

.solar-3d-scene,
.sun-arc {
  display: none !important;
}

.hero-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-solar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(5,18,30,0.94) 0%,
      rgba(5,18,30,0.78) 38%,
      rgba(5,18,30,0.30) 72%,
      rgba(5,18,30,0.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #fff;
  margin: 18px 0 24px;
}

.hero h1 span {
  color: #f5b942;
}

.hero .sub {
  max-width: 650px;
  color: rgba(255,255,255,0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-ctas {
  position: relative;
  z-index: 4;
  margin-top: 32px;
}

.hero-image-badge {
  position: absolute;
  z-index: 3;
  right: 7%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  background: rgba(7,24,39,0.72);
  backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 15px 45px rgba(0,0,0,0.25);
}

.hero-image-badge strong {
  font-size: 0.95rem;
}

.hero-image-badge span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.72);
}

@media (max-width: 700px) {
  .hero {
    min-height: 680px;
    align-items: flex-end;
  }

  .hero-image-overlay {
    background:
      linear-gradient(180deg,
        rgba(5,18,30,0.20) 0%,
        rgba(5,18,30,0.48) 35%,
        rgba(5,18,30,0.96) 72%,
        rgba(5,18,30,1) 100%);
  }

  .hero-content {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .hero .sub {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-image-badge {
    right: 18px;
    top: 22px;
    bottom: auto;
    padding: 12px 15px;
  }
}


/* =========================================
   FEATURE ICONS — COMPACT & PROFESSIONAL
   ========================================= */

.feature-card .icon {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  display: block;
  margin-bottom: 18px;
  flex: 0 0 42px;
}

.feature-card {
  overflow: hidden;
}

.feature-card h3 {
  margin-top: 0;
}

@media (max-width: 700px) {
  .feature-card .icon {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    flex-basis: 36px;
    margin-bottom: 14px;
  }
}

/* =========================================
   PREMIUM REGISTRATION FORM
   ========================================= */

.register {
  position: relative;
}

.register .reg-form {
  background: linear-gradient(145deg, #ffffff 0%, #f4fbf7 100%);
  border: 1px solid rgba(31,157,107,0.18);
  border-radius: 20px;
  padding: 34px;
  box-shadow:
    0 20px 55px rgba(11,26,43,0.10),
    0 2px 8px rgba(31,157,107,0.06);
}

.register .reg-form label {
  color: #0b1a2b;
  font-weight: 600;
}

.register .reg-form input,
.register .reg-form select,
.register .reg-form textarea {
  border: 1px solid #d5e4dc;
  background: #fff;
  border-radius: 10px;
  min-height: 48px;
  padding: 12px 14px;
  transition: all 0.2s ease;
}

.register .reg-form input:focus,
.register .reg-form select:focus,
.register .reg-form textarea:focus {
  outline: none;
  border-color: #1f9d6b;
  box-shadow: 0 0 0 3px rgba(31,157,107,0.12);
}

.register .reg-form button[type="submit"] {
  background: linear-gradient(135deg, #1f9d6b, #168257);
  color: #fff;
  border: none;
  border-radius: 10px;
  min-height: 52px;
  padding: 0 28px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(31,157,107,0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.register .reg-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31,157,107,0.28);
}

@media (max-width: 700px) {
  .register .reg-form {
    padding: 22px 18px;
    border-radius: 16px;
  }
}


/* =========================================================
   NEX GEN SOLAR — FINAL FEATURE + REGISTRATION UI
   ========================================================= */

/* ---------- Feature Icons ---------- */

.feature-card .icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  padding: 11px;
  margin-bottom: 18px;
  display: block;
  border-radius: 14px;
  background: rgba(224, 143, 26, 0.10);
  box-sizing: border-box;
}

.feature-card:nth-child(even) .icon {
  background: rgba(31, 157, 107, 0.10);
}

.feature-card {
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(11, 26, 43, 0.08);
  box-shadow: 0 10px 30px rgba(11, 26, 43, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(11, 26, 43, 0.10);
}


/* ---------- Registration Section ---------- */

.register {
  position: relative;
  padding: 90px 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(224, 143, 26, 0.12), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(31, 157, 107, 0.10), transparent 32%),
    #f7f8f5;
}

.register .wrap {
  max-width: 1000px;
  margin: 0 auto;
}


/* Registration heading */

.register h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-align: center;
  color: var(--navy);
  margin-bottom: 12px;
}

.register > .wrap > p {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
  color: var(--muted);
  line-height: 1.7;
}


/* Main form card */

.reg-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 38px;
  background: #ffffff;
  border: 1px solid rgba(11, 26, 43, 0.10);
  border-radius: 24px;
  box-shadow:
    0 20px 55px rgba(11, 26, 43, 0.10),
    0 4px 12px rgba(11, 26, 43, 0.04);
}


/* Form title / note */

.reg-form::before {
  content: "☀️  NEX GEN SOLAR";
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
}


/* Form labels */

.reg-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 600;
}


/* Input / select fields */

.reg-form input,
.reg-form select,
.reg-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  margin-bottom: 18px;
  box-sizing: border-box;

  border: 1.5px solid #d9dee5;
  border-radius: 10px;

  background: #fbfcfd;
  color: var(--navy);

  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;

  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


/* Placeholder */

.reg-form input::placeholder,
.reg-form textarea::placeholder {
  color: #9aa3ad;
}


/* Focus */

.reg-form input:focus,
.reg-form select:focus,
.reg-form textarea:focus {
  border-color: #e08f1a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(224, 143, 26, 0.12);
}


/* Select */

.reg-form select {
  cursor: pointer;
  appearance: auto;
}


/* Form grid */

.reg-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}


/* Keep full-width elements */

.reg-form h3,
.reg-form .form-note,
.reg-form button,
.reg-form .submit-btn,
.reg-form > p,
.reg-form > div:first-child {
  grid-column: 1 / -1;
}


/* Submit button */

.reg-form button[type="submit"],
.reg-form .submit-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;

  border: none;
  border-radius: 11px;

  background: linear-gradient(135deg, #e08f1a, #f2ad3d);
  color: #ffffff;

  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 700;

  cursor: pointer;

  box-shadow: 0 10px 22px rgba(224, 143, 26, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.reg-form button[type="submit"]:hover,
.reg-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(224, 143, 26, 0.28);
}

.reg-form button[type="submit"]:active,
.reg-form .submit-btn:active {
  transform: translateY(0);
}


/* Form note */

.form-note {
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f4f8f5;
  border-left: 4px solid #1f9d6b;
  color: #52615a;
  font-size: 0.84rem;
  line-height: 1.6;
}


/* Success message */

#form-msg {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}


/* Mobile */

@media (max-width: 700px) {

  .feature-card {
    padding: 22px;
  }

  .feature-card .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .register {
    padding: 65px 16px;
  }

  .reg-form {
    padding: 24px 18px;
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .reg-form h3,
  .reg-form .form-note,
  .reg-form button,
  .reg-form .submit-btn,
  .reg-form > p,
  .reg-form > div:first-child {
    grid-column: 1;
  }

  .register h2 {
    font-size: 2rem;
  }

  .reg-form input,
  .reg-form select,
  .reg-form textarea {
    min-height: 48px;
    font-size: 0.92rem;
  }
}


/* =========================================================
   NEX GEN SOLAR — FINAL FEATURE + REGISTRATION UI
   ========================================================= */

/* ---------- Feature Icons ---------- */

.feature-card .icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  padding: 11px;
  margin-bottom: 18px;
  display: block;
  border-radius: 14px;
  background: rgba(224, 143, 26, 0.10);
  box-sizing: border-box;
}

.feature-card:nth-child(even) .icon {
  background: rgba(31, 157, 107, 0.10);
}

.feature-card {
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(11, 26, 43, 0.08);
  box-shadow: 0 10px 30px rgba(11, 26, 43, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(11, 26, 43, 0.10);
}


/* ---------- Registration Section ---------- */

.register {
  position: relative;
  padding: 90px 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(224, 143, 26, 0.12), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(31, 157, 107, 0.10), transparent 32%),
    #f7f8f5;
}

.register .wrap {
  max-width: 1000px;
  margin: 0 auto;
}


/* Registration heading */

.register h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-align: center;
  color: var(--navy);
  margin-bottom: 12px;
}

.register > .wrap > p {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
  color: var(--muted);
  line-height: 1.7;
}


/* Main form card */

.reg-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 38px;
  background: #ffffff;
  border: 1px solid rgba(11, 26, 43, 0.10);
  border-radius: 24px;
  box-shadow:
    0 20px 55px rgba(11, 26, 43, 0.10),
    0 4px 12px rgba(11, 26, 43, 0.04);
}


/* Form title / note */

.reg-form::before {
  content: "☀️  NEX GEN SOLAR";
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
}


/* Form labels */

.reg-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 600;
}


/* Input / select fields */

.reg-form input,
.reg-form select,
.reg-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  margin-bottom: 18px;
  box-sizing: border-box;

  border: 1.5px solid #d9dee5;
  border-radius: 10px;

  background: #fbfcfd;
  color: var(--navy);

  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;

  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


/* Placeholder */

.reg-form input::placeholder,
.reg-form textarea::placeholder {
  color: #9aa3ad;
}


/* Focus */

.reg-form input:focus,
.reg-form select:focus,
.reg-form textarea:focus {
  border-color: #e08f1a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(224, 143, 26, 0.12);
}


/* Select */

.reg-form select {
  cursor: pointer;
  appearance: auto;
}


/* Form grid */

.reg-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}


/* Keep full-width elements */

.reg-form h3,
.reg-form .form-note,
.reg-form button,
.reg-form .submit-btn,
.reg-form > p,
.reg-form > div:first-child {
  grid-column: 1 / -1;
}


/* Submit button */

.reg-form button[type="submit"],
.reg-form .submit-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;

  border: none;
  border-radius: 11px;

  background: linear-gradient(135deg, #e08f1a, #f2ad3d);
  color: #ffffff;

  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 700;

  cursor: pointer;

  box-shadow: 0 10px 22px rgba(224, 143, 26, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.reg-form button[type="submit"]:hover,
.reg-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(224, 143, 26, 0.28);
}

.reg-form button[type="submit"]:active,
.reg-form .submit-btn:active {
  transform: translateY(0);
}


/* Form note */

.form-note {
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f4f8f5;
  border-left: 4px solid #1f9d6b;
  color: #52615a;
  font-size: 0.84rem;
  line-height: 1.6;
}


/* Success message */

#form-msg {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}


/* Mobile */

@media (max-width: 700px) {

  .feature-card {
    padding: 22px;
  }

  .feature-card .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .register {
    padding: 65px 16px;
  }

  .reg-form {
    padding: 24px 18px;
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .reg-form h3,
  .reg-form .form-note,
  .reg-form button,
  .reg-form .submit-btn,
  .reg-form > p,
  .reg-form > div:first-child {
    grid-column: 1;
  }

  .register h2 {
    font-size: 2rem;
  }

  .reg-form input,
  .reg-form select,
  .reg-form textarea {
    min-height: 48px;
    font-size: 0.92rem;
  }
}


/* =========================================================
   NEX GEN SOLAR — PROFESSIONAL FEATURES + REGISTRATION
   ========================================================= */

/* ---------- WHY SOLAR ---------- */

.features {
  padding: 90px 0;
  background: #f7f9fc;
}

.features .wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.features .section-label,
.features .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #e08f1a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.features h2 {
  max-width: 720px;
  margin: 0 auto 12px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #0b1a2b;
}

.features > .wrap > p,
.features .intro {
  max-width: 650px;
  margin: 0 auto 45px;
  text-align: center;
  color: #667085;
}

/* 3-column professional cards */
.feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch;
}

/* Compact card */
.feature-card {
  min-height: 220px !important;
  height: auto !important;
  padding: 30px 28px !important;
  background: #ffffff !important;
  border: 1px solid #e6eaf0 !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 25px rgba(11, 26, 43, 0.06) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
              border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(224, 143, 26, 0.35) !important;
  box-shadow: 0 16px 35px rgba(11, 26, 43, 0.10) !important;
}

/* SMALL PROFESSIONAL ICONS */
.feature-card .icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  margin-bottom: 20px !important;
  display: block;
}

.feature-card h3 {
  margin: 0 0 10px !important;
  color: #0b1a2b;
  font-size: 1.18rem !important;
  line-height: 1.3;
}

.feature-card p {
  margin: 0 !important;
  color: #667085;
  font-size: 0.94rem !important;
  line-height: 1.65;
}

/* ---------- REGISTRATION SECTION ---------- */

.register {
  padding: 100px 0 !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(224,143,26,0.10), transparent 28%),
    linear-gradient(180deg, #eef5f8 0%, #f8fafc 100%) !important;
}

.register .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.register h2 {
  text-align: center;
  color: #0b1a2b;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}

.register > .wrap > p,
.register .sub {
  max-width: 680px;
  margin: 0 auto 35px;
  text-align: center;
  color: #667085;
  line-height: 1.6;
}

/* Form container */
.reg-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px !important;
  padding: 38px !important;
  background: #ffffff !important;
  border: 1px solid #e3e8ef !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 55px rgba(11, 26, 43, 0.10) !important;
}

/* Form labels */
.reg-form label {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  color: #243447;
  font-size: 0.86rem !important;
  font-weight: 700;
}

/* Inputs */
.reg-form input,
.reg-form select {
  width: 100% !important;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 14px !important;
  border: 1px solid #d5dce5 !important;
  border-radius: 10px !important;
  background: #fbfcfe !important;
  color: #0b1a2b;
  font-family: inherit;
  font-size: 0.95rem !important;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
              background 0.2s ease;
}

.reg-form input:hover,
.reg-form select:hover {
  border-color: #b9c4d0 !important;
}

.reg-form input:focus,
.reg-form select:focus {
  background: #ffffff !important;
  border-color: #e08f1a !important;
  box-shadow: 0 0 0 4px rgba(224, 143, 26, 0.12) !important;
}

/* Full-width fields */
.reg-form .full-width,
.reg-form .form-full {
  grid-column: 1 / -1;
}

/* Submit button */
.reg-form button,
.reg-form input[type="submit"] {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 52px;
  margin-top: 5px;
  border: none;
  border-radius: 11px;
  background: linear-gradient(135deg, #e08f1a, #f3ad35);
  color: #101820;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(224, 143, 26, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reg-form button:hover,
.reg-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(224, 143, 26, 0.30);
}

/* Form note */
.form-note {
  max-width: 760px;
  margin: 22px auto 0 !important;
  padding: 14px 18px;
  text-align: center;
  background: rgba(255,255,255,0.75);
  border: 1px solid #e4e9ef;
  border-radius: 10px;
  color: #667085;
  font-size: 0.88rem;
}

/* ---------- HERO VISUAL CLEANUP ---------- */

.hero-visual {
  max-width: 420px !important;
  min-height: 180px !important;
  padding: 28px !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.hero-visual strong {
  font-size: 1.35rem !important;
}

.hero-visual span {
  font-size: 0.9rem !important;
}

/* ---------- STATS ---------- */

.stats .wrap {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  padding: 22px 15px !important;
  text-align: center;
}

.stat b {
  font-size: 1.7rem !important;
}

/* ---------- TABLET ---------- */

@media (max-width: 900px) {

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .stats .wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .reg-form {
    padding: 28px !important;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 640px) {

  .features {
    padding: 65px 18px;
  }

  .feature-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .feature-card {
    min-height: 0 !important;
    padding: 24px 22px !important;
  }

  .feature-card .icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    margin-bottom: 14px !important;
  }

  .feature-card h3 {
    font-size: 1.08rem !important;
  }

  .feature-card p {
    font-size: 0.9rem !important;
  }

  .register {
    padding: 65px 16px !important;
  }

  .reg-form {
    grid-template-columns: 1fr !important;
    padding: 22px !important;
    gap: 17px !important;
    border-radius: 17px !important;
  }

  .reg-form .full-width,
  .reg-form .form-full {
    grid-column: auto;
  }

  .reg-form button,
  .reg-form input[type="submit"] {
    grid-column: auto;
  }

  .stats .wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .stat {
    padding: 17px 8px !important;
  }

  .stat b {
    font-size: 1.35rem !important;
  }
}


/* =========================================================
   REGISTRATION FORM — SINGLE VERTICAL COLUMN
   ========================================================= */

.reg-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 36px !important;
  background: #ffffff !important;
  border: 1px solid #e1e7ee !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 50px rgba(11, 26, 43, 0.10) !important;
}

.reg-form label {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  gap: 8px !important;
}

.reg-form input,
.reg-form select {
  width: 100% !important;
  min-height: 50px !important;
  box-sizing: border-box !important;
}

.reg-form button,
.reg-form input[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: 8px !important;
}

/* Remove any old grid positioning */
.reg-form .full-width,
.reg-form .form-full {
  grid-column: auto !important;
}

/* Mobile */
@media (max-width: 640px) {
  .reg-form {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 22px !important;
    border-radius: 16px !important;
  }
}


/* =========================================================
   PROFESSIONAL FOOTER
   ========================================================= */

.professional-footer {
  background: #0b1a2b;
  color: #f7f5f0;
  padding: 70px 0 0;
  margin-top: 30px;
}

.professional-footer .foot-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 55px;
  align-items: start;
}

.professional-footer .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.professional-footer .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffb238;
  display: inline-block;
}

.footer-brand p {
  max-width: 360px;
  margin: 18px 0 15px;
  color: rgba(247,245,240,.72);
  line-height: 1.7;
}

.footer-tagline {
  color: #ffb238;
  font-size: .85rem;
  font-weight: 600;
}

.professional-footer h4 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
}

.footer-location {
  display: block;
  color: rgba(247,245,240,.75);
  line-height: 1.8;
  text-decoration: none;
  transition: .2s ease;
}

.footer-location:hover {
  color: #ffb238;
}

.footer-location span {
  display: block;
  margin-top: 12px;
  color: #ffb238;
  font-size: .82rem;
  font-weight: 600;
}

.footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-support h4 {
  margin-bottom: 5px;
}

.support-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.035);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.support-link:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,178,56,.45);
}

.support-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255,178,56,.12);
  flex-shrink: 0;
}

.support-link small {
  display: block;
  color: rgba(247,245,240,.55);
  font-size: .68rem;
  margin-bottom: 2px;
}

.support-link span:last-child {
  font-size: .88rem;
}

.foot-bottom {
  margin-top: 55px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(247,245,240,.55);
  font-size: .78rem;
}

/* Footer mobile */
@media (max-width: 760px) {
  .professional-footer {
    padding-top: 50px;
  }

  .professional-footer .foot-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .foot-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
  }
}

