/* ===== MOBILE SAFETY FIX ===== */
html, body{
  max-width:100%;
  overflow-x:hidden;
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background: #ffffff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 10;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

nav a {
  margin-left: 1rem;
  text-decoration: none;
  color: #0f172a;
}

.nav-cta {
  padding: 0.4rem 0.8rem;
  border: 1px solid #2563eb;
  border-radius: 6px;
}

.hero {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(135deg,#617bb6,#1e40af);
  color: #fff;
  overflow: hidden;
}

/* diagonal color strip */
.hero::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-80px;
  width:420px;
  height:420px;
  background:linear-gradient(135deg,#2563eb,#5ea9d4);
  transform:rotate(25deg);
  opacity:.25;
}

.hero h1,
.hero-sub{
  color:#fff;
}

.hero-sub{
  max-width:520px;
}

.hero-grid{
  display:flex;
  align-items:center;
  min-height:60vh;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
}




.section {
  padding: 4rem 0;
}

.section.alt {
  background: #f8fafc;
}

.icon-grid,
.timeline-grid,
.penalty-grid,
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.icon-card,
.timeline-card,
.penalty-card,
.service-card,
.info-box{
  border:1px solid #e5e7eb;
  padding:1.75rem;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 28px rgba(0,0,0,.06);
  transition:.25s ease;
}

.icon-card:hover,
.timeline-card:hover,
.penalty-card:hover,
.service-card:hover,
.info-box:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  border-color:#2563eb;
}

.penalty-card.highlight:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(0,0,0,.14);
}


.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding-bottom: 1rem;
}

.final-cta {
  padding: 4rem 0;
  text-align: center;
  background: #0f172a;
  color: #fff;
}

.site-footer{
  padding:3rem 0;
  text-align:center;
  background:#0f172a;
  color:#cbd5f5;
}

.site-footer p{
  opacity:.7;
}

/* Responsive */
@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .icon-grid,
  .timeline-grid,
  .penalty-grid,
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .two-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn-primary,
.btn-secondary{
  display:inline-block;
  transition:.25s ease;
  font-weight:600;
}

.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(37,99,235,.35);
}

.btn-secondary:hover{
  background:#2563eb;
  color:#fff;
}

/* nav CTA */
.nav-cta{
  transition:.25s ease;
}

.nav-cta:hover{
  background:#2563eb;
  color:#fff;
}
.faq-question{
  position:relative;
  padding-right:30px;
}

.faq-question::after{
  content:"+";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:20px;
}

.faq-answer{
  animation:fadeIn .25s ease;
}

@keyframes fadeIn{
  from{opacity:0;transform:translateY(-5px)}
  to{opacity:1;transform:none}
}
.section{
  padding:3.5rem 0;
}.penalty-card{
  cursor:pointer;
}
.hero::after{
  pointer-events:none;
}
.product-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  align-items:center;
  justify-content:center;
}

.modal-box{
  margin:auto;
}
/* =========================
   GLOBAL MOBILE RULES
   ========================= */

@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .header-inner {
    padding: 16px 20px;
  }

  nav {
    display: none;
  }

  .section {
    padding: 60px 20px;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  iframe {
    width: 100%;
    height: 260px;
  }

}
.site-header {
  height: 70px;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo styling */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
}

.logo img {
  height: 120px;
  width: auto;
}

/* Nav */
nav a {
  margin-left: 24px;
  text-decoration: none;
  font-size: 14px;
  color: #0f172a;
}

.nav-cta {
  padding: 8px 16px;
  border: 1px solid #0f172a;
  border-radius: 6px;
}
/* ===== FINAL CONTACT SECTION (DPDP) ===== */

#contact{
  padding:80px 20px 90px;
  background:linear-gradient(135deg,#3d4887c8 0%,#263a73 40%,#2d4b88 70%,#1d3867ae 100%);
  text-align:center;
  color:white;
}

/* heading */
#contact h2{
  font-size:28px;
  font-weight:600;
  margin-bottom:8px;
  letter-spacing:.3px;
}

/* subtitle */
#contact p{
  color:#d9e4ff;
  font-size:15px;
  margin-bottom:30px;
}

/* form container */
#contact form{
  width:100%;
  max-width:420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* fields */
#contact input,
#contact textarea{
  width:100%;
  padding:10px 4px;
  margin-bottom:18px;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.7);
  background:transparent;
  color:white;
  font-size:14px;
  font-family:inherit;
}

#contact textarea{
  min-height:80px;
  resize:vertical;
}

/* placeholder */
#contact input::placeholder,
#contact textarea::placeholder{
  color:#dbe6ff;
}

/* focus */
#contact input:focus,
#contact textarea:focus{
  outline:none;
  border-bottom:1px solid #9ec1ff;
}

/* button */
#contact button{
  margin-top:8px;
  padding:11px 26px;
  background:#0f1d3a;
  color:white;
  border:none;
  border-radius:6px;
  font-size:14px;
  cursor:pointer;
  transition:.25s;
}

#contact button:hover{
  background:#08142b;
}

/* success message */
#form-status{
  margin-top:14px;
  font-size:13px;
  color:#9effc9;
}
/* ===== DPDP HERO CTA BUTTON (FINAL) ===== */

.hero-cta{
  background:#ffffff;
  color:#1e40af;
  border:none;
  padding:12px 26px;
  border-radius:8px;
  font-weight:600;
  font-size:15px;
  display:inline-block;
  margin-top:18px;
  transition:.25s ease;
  box-shadow:0 8px 25px rgba(0,0,0,.18);
}

.hero-cta:hover{
  background:#e8f0ff;
  transform:translateY(-2px);
  box-shadow:0 14px 35px rgba(0,0,0,.25);
}
.hero .btn-secondary{
  border:none;
  color:#1e40af;
}
/* ===== HERO BUTTON (DPDP FINAL FIX) ===== */

.hero-cta{
  display:inline-block;
  margin-top:22px;
  padding:13px 30px;
  background:#ffffff;
  color:#1e40af;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  border-radius:8px;
  letter-spacing:.3px;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  transition:all .25s ease;
}

/* hover */
.hero-cta:hover{
  background:#e9f0ff;
  transform:translateY(-2px);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.hero .hero-cta{
  color:#1e40af !important;
}
/* ===== HERO CONTACT BUTTON (DPDP) ===== */

.hero-main-cta{
  display:inline-block;
  margin-top:22px;
  padding:14px 34px;
  background:#2563eb;
  color:#ffffff;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  border-radius:8px;
  letter-spacing:.3px;
  box-shadow:0 12px 32px rgba(0,0,0,.25);
  transition:all .25s ease;
}

/* hover */
.hero-main-cta:hover{
  background:#1d4ed8;
  transform:translateY(-2px);
  box-shadow:0 18px 45px rgba(0,0,0,.35);
}
