body {
  margin:0;
  font-family:Arial,sans-serif;
  background:#020509;
  color:white;
  overflow-x:hidden}

.bg-grid {
  position:fixed;
  inset:0;
  background-image:linear-gradient(rgba(46,255,20,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(46,255,20,.07) 1px,transparent 1px);
  background-size:42px 42px;
  z-index:-2}

.bg-grid:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(2,5,9,.1),#020509)}

.navbar {
  height:86px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 56px;
  border-bottom:1px solid rgba(57,255,20,.35);
  background:rgba(2,5,9,.72);
  backdrop-filter:blur(10px);
  position:sticky;
  top:0;
  z-index:10}

.brand {
  font-size:28px;
  font-weight:900;
  letter-spacing:4px}

.brand span {
  color:#39ff14;
  text-shadow:0 0 20px rgba(57,255,20,.9)}

nav {
  display:flex;
  gap:44px}

nav a {
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-weight:800}

.top-btn {
  justify-self:end;
  background:#39ff14;
  color:#020509;
  text-decoration:none;
  font-size:18px;
  font-weight:900;
  padding:16px 34px;
  border-radius:12px;
  box-shadow:0 0 28px rgba(57,255,20,.55)}

.hero {
  min-height:calc(100vh - 86px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  padding:58px 70px}

.badge {
  display:inline-block;
  color:#39ff14;
  border:1px solid #39ff14;
  border-radius:999px;
  padding:11px 18px;
  font-size:18px;
  background:rgba(57,255,20,.08);
  box-shadow:0 0 18px rgba(57,255,20,.12);
  margin-bottom:30px}

.hero h1 {
  font-size:clamp(50px,6vw,84px);
  line-height:.98;
  margin:0 0 26px;
  font-weight:950;
  letter-spacing:-2px}

.hero h1 span {
  color:#39ff14;
  text-shadow:0 0 24px rgba(57,255,20,.7)}

.hero p {
  max-width:720px;
  font-size:24px;
  line-height:1.45;
  color:#e9eef7;
  margin:0 0 35px}

.price {
  font-size:48px;
  font-weight:900}

.price strong {
  font-size:72px;
  color:#39ff14;
  text-shadow:0 0 25px rgba(57,255,20,.75)}

.included {
  font-size:25px;
  color:#39ff14;
  font-weight:900;
  margin-top:2px}

.monthly {
  font-size:25px;
  margin-top:13px;
  color:#fff}

.actions {
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin-top:35px}

.btn {
  display:inline-block;
  text-decoration:none;
  border-radius:14px;
  padding:18px 30px;
  font-size:20px;
  font-weight:900}

.primary {
  background:#39ff14;
  color:#020509;
  box-shadow:0 0 30px rgba(57,255,20,.6)}

.secondary {
  border:1px solid #39ff14;
  color:white;
  background:rgba(0,0,0,.25)}

.trust {
  margin-top:34px;
  font-size:20px;
  color:#fff}

.trust span {
  color:#39ff14;
  font-weight:900}

.hero-visual {
  display:flex;
  align-items:center;
  justify-content:center}

.logo-card {
  width:min(720px,100%);
  min-height:480px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:none}

.logo-card img {
  max-width:100%;
  max-height:520px;
  filter:drop-shadow(0 0 35px rgba(57,255,20,.7))}

@media(max-width:1000px) {
  .navbar {
  grid-template-columns:1fr;
  padding:20px;
  height:auto;
  text-align:center;
  gap:18px}

.brand,.top-btn {
  justify-self:center}

nav {
  justify-content:center;
  flex-wrap:wrap;
  gap:22px}

.hero {
  grid-template-columns:1fr;
  text-align:center;
  padding:45px 24px}

.hero p {
  margin-left:auto;
  margin-right:auto}

.actions {
  justify-content:center}

.logo-card {
  min-height:300px}

}



.brand img {
  height:42px;
  width:auto;
  display:block}

.hero-visual img {
  max-width:100%;
  width:620px;
  height:auto;
  display:block}



.brand img {
  height:42px;
  width:auto;
  display:block}

.hero-visual img {
  max-width:100%;
  width:620px;
  height:auto;
  display:block}




/* FIX HERO LOGO + HEADER */

.brand {

  font-size:28px !important;

  font-weight:950 !important;

  letter-spacing:4px !important;

  color:#fff !important;

}


.brand span {

  color:#39ff14 !important;

  text-shadow:0 0 22px rgba(57,255,20,.9) !important;

}


.logo-card {

  background:transparent !important;

  border:none !important;

  box-shadow:none !important;

  min-height:0 !important;

}


.logo-card img {

  width:min(680px,100%) !important;

  max-height:none !important;

  mix-blend-mode:screen !important;

  filter:drop-shadow(0 0 22px rgba(57,255,20,.22)) !important;

}


.hero-visual {

  overflow:visible !important;

}




.how-it-works {

  padding:110px 70px;

  background:#020509;

}



.section-title {

  text-align:center;

  margin-bottom:60px;

}



.section-title span {

  color:#39ff14;

  font-size:15px;

  font-weight:900;

  letter-spacing:3px;

}



.section-title h2 {

  margin-top:16px;

  font-size:56px;

  line-height:1;

  font-weight:900;

}



.steps-grid {

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:28px;

}



.step-card {

  background:rgba(255,255,255,.03);

  border:1px solid rgba(57,255,20,.14);

  border-radius:24px;

  padding:38px;

  transition:.25s ease;

}



.step-card:hover {

  transform:translateY(-6px);

  border-color:rgba(57,255,20,.4);

}



.step-number {

  color:#39ff14;

  font-size:18px;

  font-weight:900;

  margin-bottom:18px;

}



.step-card h3 {

  font-size:28px;

  line-height:1.15;

  margin-bottom:18px;

}



.step-card p {

  font-size:18px;

  line-height:1.6;

  color:#cfd6df;

}



@media(max-width:1000px) {


  .how-it-works {

    padding:80px 24px;

  }



  .section-title h2 {

    font-size:42px;

  }



  .steps-grid {

    grid-template-columns:1fr;

  }



}




.pricing-section {

  padding:110px 24px;

}



.pricing-card {

  max-width:760px;

  margin:0 auto;

  background:rgba(255,255,255,.03);

  border:1px solid rgba(57,255,20,.18);

  border-radius:28px;

  padding:60px 40px;

  text-align:center;

}



.big-price {

  font-size:92px;

  font-weight:900;

  color:#39ff14;

  line-height:1;

}



.price-sub {

  margin-top:18px;

  font-size:22px;

  line-height:1.5;

  color:#d7dde6;

}



.price-sub strong {

  color:#39ff14;

}



.pricing-features {

  margin-top:42px;

  display:grid;

  gap:18px;

  font-size:22px;

  color:#f1f5fb;

}



.pricing-btn {

  margin-top:42px;

}



@media(max-width:1000px) {


  .pricing-section {

    padding:80px 24px;

  }



  .pricing-card {

    padding:42px 24px;

  }



  .big-price {

    font-size:72px;

  }



  .pricing-features {

    font-size:19px;

  }



}




.faq-section {

  padding:110px 24px;

}



.faq-container {

  max-width:900px;

  margin:0 auto;

  display:grid;

  gap:18px;

}



.faq-item {

  border:1px solid rgba(57,255,20,.16);

  border-radius:22px;

  overflow:hidden;

  background:rgba(255,255,255,.03);

}



.faq-question {

  width:100%;

  background:none;

  border:none;

  color:#fff;

  text-align:left;

  padding:28px 30px;

  font-size:24px;

  font-weight:800;

  cursor:pointer;

}



.faq-answer {

  max-height:0;

  overflow:hidden;

  transition:max-height .3s ease;

  padding:0 30px;

  color:#cfd6df;

  font-size:19px;

  line-height:1.7;

}



.faq-item.active .faq-answer {

  max-height:220px;

  padding:0 30px 28px;

}



@media(max-width:1000px) {


  .faq-section {

    padding:80px 24px;

  }



  .faq-question {

    font-size:20px;

    padding:24px;

  }



  .faq-answer {

    font-size:17px;

  }



}




.contact-section {

  padding:110px 24px 70px;

}



.contact-card {

  max-width:980px;

  margin:0 auto;

  padding:70px 40px;

  text-align:center;

  border:1px solid rgba(57,255,20,.18);

  border-radius:32px;

  background:rgba(255,255,255,.035);

}



.contact-label {

  color:#39ff14;

  font-size:15px;

  font-weight:900;

  letter-spacing:3px;

}



.contact-card h2 {

  margin:18px auto 22px;

  max-width:760px;

  font-size:54px;

  line-height:1;

}



.contact-card p {

  max-width:720px;

  margin:0 auto;

  color:#cfd6df;

  font-size:21px;

  line-height:1.6;

}



.contact-actions {

  margin-top:38px;

  display:flex;

  justify-content:center;

  gap:20px;

  flex-wrap:wrap;

}



.site-footer {

  padding:45px 24px 55px;

  text-align:center;

  border-top:1px solid rgba(57,255,20,.12);

  color:#b8c0cc;

}



.footer-brand {

  font-size:26px;

  font-weight:950;

  letter-spacing:4px;

  color:#fff;

}



.footer-brand span {

  color:#39ff14;

}



.site-footer p {

  margin:14px 0;

}



.site-footer small {

  color:#7f8997;

}



@media(max-width:1000px) {


  .contact-section {

    padding:80px 24px 50px;

  }



  .contact-card {

    padding:46px 24px;

  }



  .contact-card h2 {

    font-size:40px;

  }



  .contact-card p {

    font-size:18px;

  }



}

/* Lead Form */
.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(57, 255, 20, .35);
  background: rgba(0, 0, 0, .35);
  color: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 17px;
  outline: none;
}

.lead-form textarea {
  min-height: 120px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, .7);
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: #39ff14;
  box-shadow: 0 0 18px rgba(57, 255, 20, .28);
}

.lead-form button {
  border: 0;
  cursor: pointer;
}

/* Auto Uppercase Inputs */
.lead-form input,
.lead-form textarea {
  text-transform: uppercase;
}

/* Anti Bot */
.hp-field {
  display: none !important;
}

.robot-check {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
}

.robot-check input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #39ff14;
  cursor: pointer;
}

/* Premium Onboarding Form */
.onboarding-card {
  max-width: 980px;
}

.form-group-title {
  margin-top: 22px;
  margin-bottom: 6px;
  color: #39ff14;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 1px;
}

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

.option-grid label,
.mini-question label,
.terms-check {
  border: 1px solid rgba(57, 255, 20, .28);
  background: rgba(0, 0, 0, .26);
  border-radius: 14px;
  padding: 13px 14px;
  cursor: pointer;
  color: #fff;
}

.option-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.option-grid input,
.mini-question input,
.terms-check input {
  accent-color: #39ff14;
}

.mini-question {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, .035);
}

.mini-question strong {
  color: #39ff14;
}

.service-box,
.terms-box {
  margin-top: 24px;
  border: 1px solid rgba(57, 255, 20, .35);
  border-radius: 22px;
  padding: 24px;
  background: rgba(57, 255, 20, .06);
}

.service-box h3,
.terms-box h3 {
  margin: 0 0 14px;
  color: #39ff14;
  font-size: 22px;
}

.service-box p,
.terms-box p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.service-box small {
  display: block;
  color: rgba(255, 255, 255, .78);
  line-height: 1.5;
  font-weight: 800;
}

.terms-check {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

@media(max-width:700px) {
  .option-grid {
    grid-template-columns: 1fr;
  }
}

/* Radio Alignment Fix */
.option-grid label,
.mini-question label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  line-height: 1.2;
}

.option-grid label span,
.mini-question label span {
  display: flex;
  align-items: center;
}

.option-grid input[type="radio"],
.mini-question input[type="radio"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.service-box small {
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 193, 7, .10);
  border: 1px solid rgba(255, 193, 7, .35);
  color: #ffe082;
  font-weight: 900;
  font-size: 15px;
}

/* FIX ALIGNMENT SERVICE + TERMS */
.service-box p,
.terms-box p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  margin: 0 auto 18px auto;
  text-align: left;
  gap: 10px;
}

.service-box p strong {
  align-self: center;
  text-align: center;
  width: 100%;
}

.terms-box p {
  max-width: 900px;
}

.terms-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  padding: 18px 24px;
}

.terms-check span {
  font-size: 18px;
  font-weight: 900;
}


/* FIX TERMS ACCEPT TEXT */
.terms-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.terms-check span {
  display: block;
  line-height: 1.25;
  text-align: left;
  margin-top: 2px;
}


/* FINAL FIX TERMS CHECK CENTER */
.terms-check {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px !important;
  text-align: left !important;
}

.terms-check input[type="checkbox"] {
  position: static !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.terms-check span {
  display: inline-block !important;
  max-width: 520px !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

/* Quick Contact Form */
.quick-contact-section {
  padding: 70px 24px 20px;
}

.quick-contact-card {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(57, 255, 20, .35);
  border-radius: 28px;
  padding: 42px;
  background: rgba(2, 5, 9, .70);
  box-shadow: 0 0 35px rgba(57, 255, 20, .12);
  text-align: center;
}

.quick-contact-card h2 {
  font-size: clamp(34px, 4vw, 54px);
  margin: 12px 0 18px;
}

.quick-contact-card p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #e9eef7;
  font-size: 20px;
  line-height: 1.45;
}

.quick-contact-form {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}


/* Template Catalog Section */
.template-catalog-section {
  padding: 110px 70px;
  background:
    radial-gradient(circle at top left, rgba(57, 255, 20, .10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(0, 180, 255, .08), transparent 34%),
    #020509;
}

.template-intro {
  max-width: 840px;
  margin: -34px auto 34px;
  text-align: center;
}

.template-intro p {
  color: #cfd6df;
  font-size: 20px;
  line-height: 1.6;
}

.template-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.template-filter {
  border: 1px solid rgba(57, 255, 20, .28);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .5px;
  cursor: pointer;
}

.template-filter.active,
.template-filter:hover {
  background: #39ff14;
  color: #020509;
  box-shadow: 0 0 24px rgba(57, 255, 20, .28);
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1220px;
  margin: 0 auto;
}

.template-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(57, 255, 20, .16);
  background: rgba(255, 255, 255, .035);
  transition: .25s ease;
}

.template-card:hover {
  transform: translateY(-8px);
  border-color: rgba(57, 255, 20, .45);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

.template-preview {
  min-height: 210px;
  display: flex;
  align-items: end;
  padding: 22px;
  font-size: 25px;
  font-weight: 950;
  color: #fff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .9);
  background: linear-gradient(135deg, #111, #333);
}

.restaurant-preview {
  background: linear-gradient(135deg, #ff5a00, #220700 70%);
}

.barber-preview {
  background: linear-gradient(135deg, #111827, #000 70%);
}

.landscaping-preview {
  background: linear-gradient(135deg, #0f9b0f, #001d09 70%);
}

.mechanic-preview {
  background: linear-gradient(135deg, #d90429, #111 72%);
}

.cleaning-preview {
  background: linear-gradient(135deg, #00c6ff, #031b2b 72%);
}

.foodtruck-preview {
  background: linear-gradient(135deg, #ffd000, #8a1c00 72%);
}

.template-content {
  padding: 24px;
}

.template-badge {
  display: inline-flex;
  margin-bottom: 12px;
  color: #39ff14;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.template-content h3 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.template-content p {
  color: #cfd6df;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 22px;
}

.template-select {
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media(max-width:1000px) {
  .template-catalog-section {
    padding: 80px 24px;
  }

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

@media(max-width:700px) {
  .template-filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .template-filter {
    flex: 0 0 auto;
  }

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

  .template-preview {
    min-height: 190px;
  }
}

.selected-template {
  border-color: #39ff14 !important;
  box-shadow: 0 0 34px rgba(57,255,20,.35);
  transform: translateY(-8px);
}


.restaurant-mexican-preview {
  background: linear-gradient(135deg, #00843d, #ffffff 42%, #ce1126 78%);
  color: #111;
  text-shadow: 0 2px 14px rgba(255,255,255,.55);
}

.restaurant-dark-preview {
  background: linear-gradient(135deg, #090909, #3a0d0d 72%);
}

.restaurant-neon-preview {
  background: linear-gradient(135deg, #00f5ff, #7a00ff 48%, #030014 82%);
}

.business-clean-preview {
  background: linear-gradient(135deg, #eaf6ff, #1d4ed8 72%);
}

.construction-bold-preview {
  background: linear-gradient(135deg, #facc15, #111827 72%);
}

.barber-luxury-preview {
  background: linear-gradient(135deg, #111111, #b88942 74%);
}

.modern-minimal-preview {
  background: linear-gradient(135deg, #f8fafc, #64748b 72%);
  color: #101827;
  text-shadow: none;
}

.luxury-gold-preview {
  background: linear-gradient(135deg, #050505, #d4af37 72%);
}

.coffee-warm-preview {
  background: linear-gradient(135deg, #5a2e13, #d6a45d 72%);
}


.roofing-steel-preview {
  background: linear-gradient(135deg, #5f6b7a, #facc15 75%);
}

.treeservice-heavy-preview {
  background: linear-gradient(135deg, #14532d, #0b0f0b 75%);
}

.hvac-tech-preview {
  background: linear-gradient(135deg, #0ea5e9, #082f49 75%);
}

.plumbing-clean-preview {
  background: linear-gradient(135deg, #38bdf8, #e0f2fe 75%);
  color: #111827;
  text-shadow: none;
}

.electric-neon-preview {
  background: linear-gradient(135deg, #fde047, #7e22ce 75%);
}

.gym-power-preview {
  background: linear-gradient(135deg, #dc2626, #111827 75%);
}

.lawfirm-dark-preview {
  background: linear-gradient(135deg, #111827, #374151 75%);
}

.realestate-luxury-preview {
  background: linear-gradient(135deg, #f8fafc, #d4af37 75%);
  color: #111827;
  text-shadow: none;
}

.nightclub-ultra-preview {
  background: linear-gradient(135deg, #00f5ff, #ff00ff 75%);
}

.detailing-carbon-preview {
  background: linear-gradient(135deg, #0f172a, #ef4444 75%);
}


/* PREMIUM TEMPLATE PREVIEWS */

.roofing-steel-preview{
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(250,204,21,.18) 0px,
      rgba(250,204,21,.18) 10px,
      transparent 10px,
      transparent 24px
    ),
    linear-gradient(135deg,#1f2937,#475569);
  color:#facc15;
  text-shadow:2px 2px 0 rgba(0,0,0,.35);
  border:2px solid rgba(250,204,21,.35);
}

.treeservice-heavy-preview{
  background:
    radial-gradient(circle at 20% 20%, rgba(34,197,94,.22), transparent 30%),
    linear-gradient(135deg,#14532d,#020617);
  color:#86efac;
  border:2px solid rgba(34,197,94,.30);
}

.hvac-tech-preview{
  background:
    radial-gradient(circle at 80% 10%, rgba(56,189,248,.22), transparent 30%),
    linear-gradient(135deg,#082f49,#0f172a);
  color:#7dd3fc;
  border:2px solid rgba(56,189,248,.28);
}

.plumbing-clean-preview{
  background:
    linear-gradient(135deg,#ffffff,#dbeafe);
  color:#0284c7;
  border:2px solid rgba(56,189,248,.18);
  text-shadow:none;
}

.electric-neon-preview{
  background:
    radial-gradient(circle at 20% 15%, rgba(253,224,71,.24), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(168,85,247,.24), transparent 30%),
    linear-gradient(135deg,#111827,#4c1d95);
  color:#fde047;
  text-shadow:
    0 0 12px rgba(253,224,71,.55),
    0 0 22px rgba(168,85,247,.35);
  border:2px solid rgba(253,224,71,.30);
}

.gym-power-preview{
  background:
    linear-gradient(135deg,#000000,#1f2937),
    repeating-linear-gradient(
      90deg,
      rgba(239,68,68,.12) 0px,
      rgba(239,68,68,.12) 5px,
      transparent 5px,
      transparent 18px
    );
  color:#ef4444;
  text-shadow:0 0 14px rgba(239,68,68,.55);
  border:2px solid rgba(239,68,68,.28);
}

.lawfirm-dark-preview{
  background:
    linear-gradient(135deg,#0f172a,#1e293b);
  color:#d4af37;
  border:2px solid rgba(212,175,55,.28);
}

.realestate-luxury-preview{
  background:
    linear-gradient(135deg,#ffffff,#f8fafc);
  color:#b0892f;
  border:2px solid rgba(212,175,55,.22);
  box-shadow:inset 0 0 24px rgba(212,175,55,.08);
}

.nightclub-ultra-preview{
  background:
    radial-gradient(circle at 20% 15%, rgba(0,245,255,.22), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(255,0,255,.24), transparent 30%),
    linear-gradient(135deg,#090018,#020617);
  color:#00f5ff;
  text-shadow:
    0 0 14px rgba(0,245,255,.75),
    0 0 24px rgba(255,0,255,.45);
  border:2px solid rgba(0,245,255,.28);
}

.detailing-carbon-preview{
  background:
    linear-gradient(135deg,#000000,#1f2937),
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.04) 0px,
      rgba(255,255,255,.04) 2px,
      transparent 2px,
      transparent 10px
    );
  color:#ef4444;
  text-shadow:0 0 12px rgba(239,68,68,.45);
  border:2px solid rgba(239,68,68,.24);
}


/* MINI WEBSITE MOCKUP INSIDE TEMPLATE PREVIEWS */
.mini-site-frame{
  width:100%;
  display:grid;
  gap:14px;
}

.mini-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  padding:9px 10px;
  border-radius:12px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.14);
}

.mini-nav span{
  display:block;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.68);
}

.mini-nav span:nth-child(1){width:34%;}
.mini-nav span:nth-child(2){width:18%;}
.mini-nav span:nth-child(3){width:18%;}

.mini-hero{
  min-height:96px;
  border-radius:18px;
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:rgba(0,0,0,.30);
  border:1px solid rgba(255,255,255,.16);
}

.mini-hero strong{
  font-size:22px;
  line-height:1;
  font-weight:950;
}

.mini-hero em{
  margin-top:10px;
  width:max-content;
  max-width:100%;
  font-style:normal;
  font-size:12px;
  font-weight:950;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.80);
  color:#111827;
}

.mini-blocks{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.mini-blocks span{
  display:block;
  min-height:38px;
  border-radius:12px;
  background:rgba(255,255,255,.26);
  border:1px solid rgba(255,255,255,.10);
}

@media(max-width:700px){
  .mini-hero strong{
    font-size:20px;
  }
}



/* TEMPLATE DEMO ACTIONS */
.template-actions-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.template-actions-row .btn{
  width:100%;
  text-align:center;
  justify-content:center;
  padding:14px 12px;
  font-size:14px;
}

@media(max-width:700px){
  .template-actions-row{
    grid-template-columns:1fr;
  }
}


/* CLEAN MOBILE HEADER */
@media(max-width:768px){

  .navbar{
    padding:14px 16px !important;
  }

  .navbar .logo{
    font-size:1.1rem !important;
    margin-bottom:10px !important;
    text-align:center;
    width:100%;
  }

  .navbar nav{
    width:100%;
    justify-content:center;
    gap:18px !important;
    margin-bottom:12px;
  }

  .navbar nav a{
    font-size:.95rem !important;
  }

  .top-actions{
    width:100%;
    display:flex;
    gap:10px;
  }

  .top-actions .top-btn{
    flex:1;
    padding:12px 10px !important;
    font-size:.95rem !important;
    border-radius:14px !important;
  }

  .start-page .hero{
    padding-top:220px !important;
  }
}

/* GLOBAL MOBILE HAMBURGER MENU */
.mobile-menu-toggle{
  display:none;
}

@media(max-width:768px){

  .navbar{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:9999;
    display:grid !important;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:12px;
    padding:14px 16px !important;
  }

  .navbar .logo{
    width:auto !important;
    margin:0 !important;
    text-align:left !important;
    font-size:1.1rem !important;
  }

  .mobile-menu-toggle{
    display:inline-flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:12px;
    background:rgba(255,255,255,.08);
    cursor:pointer;
  }

  .mobile-menu-toggle span{
    display:block;
    width:22px;
    height:2px;
    margin:0 auto;
    border-radius:999px;
    background:#fff;
  }

  .navbar .main-nav,
  .navbar .top-actions{
    grid-column:1 / -1;
    display:none !important;
    width:100%;
  }

  .navbar.menu-open .main-nav,
  .navbar.menu-open .top-actions{
    display:flex !important;
  }

  .navbar .main-nav{
    flex-direction:column;
    align-items:stretch;
    gap:8px !important;
    padding-top:8px;
  }

  .navbar .main-nav a{
    display:block;
    padding:12px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    text-align:center;
    font-size:.95rem !important;
  }

  .navbar .top-actions{
    flex-direction:column;
    gap:8px !important;
    padding-top:4px;
  }

  .navbar .top-actions .top-btn{
    width:100%;
    padding:12px 14px !important;
    border-radius:12px !important;
    font-size:.95rem !important;
  }

  .start-page .hero,
  .hero{
    padding-top:110px !important;
  }
}

/* FINAL START PAGE TEMPLATE GRID - CORRECT CSS FILE */
.start-page #templates .template-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:start !important;
}

.start-page #templates .template-card{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
}

.start-page #templates .template-preview{
  height:160px !important;
  min-height:160px !important;
  overflow:hidden !important;
}

.start-page #templates .template-content p{
  font-size:.88rem !important;
  line-height:1.35 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

.start-page #templates .template-actions-row{
  display:flex !important;
  gap:8px !important;
}

.start-page #templates .template-actions-row .btn{
  flex:1 !important;
  padding:10px 8px !important;
  font-size:.82rem !important;
}

@media(max-width:1100px){
  .start-page #templates .template-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:768px){
  .start-page #templates .template-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .start-page #templates .template-card{
    padding:10px !important;
  }

  .start-page #templates .template-preview{
    height:115px !important;
    min-height:115px !important;
  }

  .start-page #templates .template-content h3{
    font-size:.85rem !important;
  }

  .start-page #templates .template-actions-row{
    flex-direction:column !important;
  }

  .start-page #templates .template-actions-row .btn{
    width:100% !important;
    font-size:.68rem !important;
    padding:8px 6px !important;
  }
}

@media(max-width:390px){
  .start-page #templates .template-grid{
    grid-template-columns:1fr !important;
  }

  .start-page #templates .template-preview{
    height:150px !important;
  }
}

/* FINAL INDEX TEMPLATE GRID */
body:not(.start-page) #templates .template-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:start !important;
}

body:not(.start-page) #templates .template-card{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
}

body:not(.start-page) #templates .template-preview{
  height:160px !important;
  min-height:160px !important;
  overflow:hidden !important;
}

@media(max-width:1100px){
  body:not(.start-page) #templates .template-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:768px){
  body:not(.start-page) #templates .template-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  body:not(.start-page) #templates .template-card{
    padding:10px !important;
  }

  body:not(.start-page) #templates .template-preview{
    height:115px !important;
    min-height:115px !important;
  }

  body:not(.start-page) #templates .template-content h3{
    font-size:.85rem !important;
  }

  body:not(.start-page) #templates .template-content p{
    font-size:.72rem !important;
    line-height:1.25 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }

  body:not(.start-page) #templates .template-actions-row{
    flex-direction:column !important;
    gap:6px !important;
  }

  body:not(.start-page) #templates .template-actions-row .btn{
    width:100% !important;
    font-size:.68rem !important;
    padding:8px 6px !important;
  }
}

@media(max-width:390px){
  body:not(.start-page) #templates .template-grid{
    grid-template-columns:1fr !important;
  }

  body:not(.start-page) #templates .template-preview{
    height:150px !important;
  }
}

/* MOBILE TEMPLATE PREVIEW CROP FIX */
@media(max-width:768px){
  #templates .template-preview{
    height:165px !important;
    min-height:165px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }

  #templates .mini-site-frame{
    transform:scale(.82) !important;
    transform-origin:center center !important;
  }
}

@media(max-width:420px){
  #templates .template-preview{
    height:150px !important;
    min-height:150px !important;
  }

  #templates .mini-site-frame{
    transform:scale(.78) !important;
  }
}

/* SELECTED TEMPLATE STATE */
.template-card.template-selected{
  outline:3px solid #22c55e !important;
  box-shadow:0 0 0 6px rgba(34,197,94,.18), 0 22px 45px rgba(0,0,0,.22) !important;
}

.selected-template-notice{
  margin:0 auto 18px;
  padding:14px 18px;
  border-radius:16px;
  background:rgba(15,23,42,.08);
  border:1px dashed rgba(15,23,42,.25);
  color:#334155;
  font-weight:800;
  text-align:center;
}

.selected-template-notice.active{
  background:rgba(34,197,94,.12);
  border-color:rgba(34,197,94,.45);
  color:#166534;
}

/* PAYMENT SUCCESS PAGE */
.payment-success-page{
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(34,197,94,.25), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59,130,246,.22), transparent 36%),
    #07111f;
  color:#fff;
}

.payment-success-wrap{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:36px 18px;
}

.payment-success-card{
  width:min(760px,100%);
  padding:46px;
  border-radius:30px;
  background:rgba(15,23,42,.78);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  text-align:center;
  backdrop-filter:blur(18px);
}

.success-check{
  width:86px;
  height:86px;
  margin:0 auto 20px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:3rem;
  font-weight:900;
  background:linear-gradient(135deg,#22c55e,#14b8a6);
  box-shadow:0 0 42px rgba(34,197,94,.45);
}

.success-kicker{
  color:#86efac;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  margin:0 0 10px;
}

.payment-success-card h1{
  font-size:clamp(2rem,5vw,3.4rem);
  line-height:1.05;
  margin:0 0 18px;
}

.success-copy{
  color:#cbd5e1;
  font-size:1.1rem;
  line-height:1.65;
  max-width:620px;
  margin:0 auto 28px;
}

.success-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:28px 0;
}

.success-steps div{
  padding:18px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
}

.success-steps strong{
  display:inline-flex;
  width:32px;
  height:32px;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  background:rgba(34,197,94,.16);
  color:#86efac;
}

.success-steps span{
  display:block;
  color:#dbeafe;
  font-size:.92rem;
  line-height:1.35;
}

.success-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.success-note{
  margin:24px 0 0;
  color:#94a3b8;
  font-size:.95rem;
}

@media(max-width:720px){
  .payment-success-card{
    padding:30px 20px;
  }

  .success-steps{
    grid-template-columns:1fr;
  }

  .success-actions .btn{
    width:100%;
  }
}
