
:root{
  --primary:#F58C1E;
  --dark:#303030;
}

/* LIGHT PREMIUM BACKGROUND */
body{
  margin:0;
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, #f9fafb, #eef2f5);
  color:var(--dark);
}

.container{
  max-width:1100px;
  margin:auto;
  padding:20px;
}

/* NAVBAR */
.navbar{
  position:fixed;
  top:0;
  width:100%;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  z-index:1000;
}

.nav-inner{
  max-width:1100px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 20px;
}

.nav-right a{
  margin-left:15px;
  text-decoration:none;
  color:var(--primary);
  font-weight:bold;
}

/* HERO WRAPPER */
.hero{
  margin-top:80px;
  text-align:center;
  padding:90px 20px;
  position:relative;
  background: radial-gradient(circle at top, #ffffff, #eef3f8);
  border-radius:0 0 45px 45px;
}

/* TRUST BADGE */
.hero-badge{
  display:inline-block;
  background:#fff;
  padding:8px 16px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  margin-bottom:15px;
  color:#333;
}

/* HEADLINE */
.hero h1{
  font-size:38px;
  line-height:1.3;
  max-width:800px;
  margin:10px auto;
}

/* HIGHLIGHT LINE */
.highlight-btn{
  display:inline-block;
  margin:18px 0;
  padding:14px 24px;
  background:linear-gradient(135deg, #F58C1E, #ffb347);
  color:#fff;
  font-weight:800;
  font-size:16px;
  border-radius:50px;
  box-shadow:0 12px 28px rgba(245,140,30,0.35);
}

/* DESCRIPTION */
.hero p{
  max-width:650px;
  margin:10px auto;
  font-size:16px;
  color:#555;
  line-height:1.7;
}

/* SMALL URGENCY TEXT */
.hero-small{
  font-size:14px;
  color:#d35400;
  font-weight:600;
  margin-top:10px;
}

/* ACTION BUTTONS */
.hero-actions{
  margin-top:25px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.btn-primary{
  background:#25D366;
  color:#fff;
  padding:14px 26px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  box-shadow:0 8px 20px rgba(37,211,102,0.25);
}

.btn-secondary{
  background:#fff;
  color:#333;
  padding:14px 26px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  border:1px solid #ddd;
}
/* YOUR REQUESTED LINE AS BUTTON */
.highlight-btn{
  display:inline-block;
  margin:15px 0;
  padding:14px 22px;
  background:linear-gradient(135deg, #F58C1E, #ffb347);
  color:#fff;
  font-weight:800;
  font-size:16px;
  border-radius:50px;
  box-shadow:0 10px 25px rgba(245,140,30,0.35);
}

/* HERO TEXT */
.hero p{
  max-width:600px;
  margin:10px auto;
  font-size:16px;
  color:#555;
  line-height:1.6;
}

/* HERO BUTTON */
.hero a{
  display:inline-block;
  margin-top:20px;
  padding:14px 28px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:bold;
}

/* TITLES */
h2{
  text-align:center;
  margin:40px 0 20px;
}

/* GRID */
.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.grid-places{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:15px;
}

.box{
  background:#fff;
  padding:10px;
  border-radius:12px;
  text-align:center;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
  margin-bottom:10px;
}

.box img{
  width:100%;
  border-radius:10px;
}

/* FORM */
.form-section{
      background: linear-gradient(135deg, #F58C1E, #ffb347);
  padding:30px 20px;
  border-radius:12px;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.form-inner{
  max-width:500px;
  margin:auto;
}

label{
  display:block;
  margin-top:10px;
  font-weight:600;
}

input, select{
  width:100%;
  padding:12px;
  margin-top:5px;
  border-radius:8px;
  border:1px solid #ddd;

}

button{
  margin-top:20px;
  padding:14px;
  background:#303030;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-weight: bold;
}

/* PACKAGE */
.package{
  display:flex;
  gap:20px;
}

.package-box{
  flex:1;
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.package-box ul{
  list-style:none;
  padding:0;
}

.package-box li{
  background:#f5f5f5;
  padding:10px;
  margin:8px 0;
  border-radius:8px;
  font-weight:500;
}

/* VIDEO */
iframe{
  width:100%;
  height:300px;
  border-radius:10px;
}

/* CTA */
.cta{
  text-align:center;
  margin-top:30px;
}

.cta a{
  display:inline-block;
  padding:15px 30px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-size:18px;
}

/* FOOTER */
.footer{
  background:#f1f1f1;
  padding:30px;
  border-radius:12px;
}

.office{
  display:flex;
  gap:20px;
}

.office-box{
  flex:1;
  background:#fff;
  padding:20px;
  border-radius:10px;
}

.office-box strong{
  display:block;
  font-size:18px;
  margin-bottom:10px;
}

/* WHATSAPP */
.whatsapp{
  position:fixed;
  bottom:20px;
  right:20px;
  background:#25D366;
  color:#fff;
  padding:15px 20px;
  border-radius:50px;
  text-decoration:none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  max-width: 300px;
  width: 90%;
  animation: fadeIn 0.3s ease;
}

.popup-content h2 {
  color: green;
}

.popup-content button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: green;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

#submitBtn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.loader {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}


/* MOBILE */
@media(max-width:768px){
  .grid{grid-template-columns:1fr;}
  .grid-places{grid-template-columns:repeat(2,1fr);}
  .package{flex-direction:column;}
  .office{flex-direction:column;}
.hero{margin-top: 0;}
button {width: 100%;}
input {width: 95%;}
}

