/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* WATERMARK */
.watermark-bar {
  background: #c0392b; color: #fff; text-align: center;
  padding: 10px 16px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.3px; display: flex; align-items: center;
  justify-content: center; flex-wrap: wrap; gap: 10px;
  position: sticky; top: 0; z-index: 1000;
}
.watermark-cta {
  background: #fff; color: #c0392b; padding: 5px 14px;
  border-radius: 20px; font-size: 12px; font-weight: 700;
  white-space: nowrap; transition: opacity 0.2s;
}
.watermark-cta:hover { opacity: 0.85; }

/* NAV */
.nav {
  background: #fff; border-bottom: 1px solid #e8ecf0;
  position: sticky; top: 41px; z-index: 999;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; padding: 0 20px; max-width: 1100px; margin: 0 auto;
}
.nav-logo { font-size: 17px; font-weight: 800; color: #1a3a5c; letter-spacing: -0.3px; flex-shrink: 0; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: #4a5568; transition: color 0.2s; }
.nav-links a:hover { color: #1a3a5c; }
.nav-cta {
  background: #2980b9; color: #fff !important; padding: 9px 18px;
  border-radius: 8px; font-size: 13px; font-weight: 700;
  white-space: nowrap; transition: background 0.2s;
}
.nav-cta:hover { background: #1f6fa0; }
.nav-toggle {
  display: none; background: none; border: none;
  font-size: 22px; cursor: pointer; color: #1a3a5c; padding: 4px 8px;
}

/* HERO */
.hero {
  position: relative;
  background: linear-gradient(135deg, #1a3a5c 0%, #0d1f33 60%, #1a3a5c 100%);
  color: #fff; padding: 80px 0 70px; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-badge {
  display: inline-block; background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2); color: #ffd700;
  font-size: 13px; font-weight: 600; padding: 6px 16px;
  border-radius: 20px; margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(28px, 5vw, 48px); font-weight: 900;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.5px;
}
.hero-sub {
  font-size: clamp(15px, 2.5vw, 18px); color: rgba(255,255,255,0.82);
  margin-bottom: 32px; max-width: 560px; line-height: 1.7;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; padding: 13px 24px; border-radius: 8px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  transition: all 0.2s; border: 2px solid transparent; white-space: nowrap;
}
.btn-primary { background: #2980b9; color: #fff; border-color: #2980b9; }
.btn-primary:hover { background: #1f6fa0; border-color: #1f6fa0; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-white { background: #fff; color: #1a3a5c; border-color: #fff; }
.btn-white:hover { background: #f0f4ff; }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }
.btn-full { width: 100%; }

/* TRUST BAR */
.trust-bar { background: #f8f9fb; border-bottom: 1px solid #e8ecf0; padding: 20px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.trust-icon { font-size: 22px; }
.trust-item strong { font-size: 14px; font-weight: 700; color: #1a3a5c; display: block; }
.trust-item span { font-size: 12px; color: #6b7280; }

/* SECTIONS */
.section { padding: 64px 0; }
.section-gray { background: #f8f9fb; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; color: #1a3a5c; margin-bottom: 10px; letter-spacing: -0.3px; }
.section-header p { font-size: 16px; color: #6b7280; max-width: 560px; margin: 0 auto; }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  background: #fff; border: 1px solid #e8ecf0; border-radius: 12px;
  padding: 28px 24px; transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); }
.service-icon { font-size: 32px; margin-bottom: 14px; }
.service-card h3 { font-size: 16px; font-weight: 700; color: #1a3a5c; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: #6b7280; line-height: 1.65; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  background: #fff; border: 1px solid #e8ecf0; border-radius: 12px;
  padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.review-stars { font-size: 16px; margin-bottom: 12px; }
.review-card p { font-size: 14px; color: #374151; line-height: 1.7; font-style: italic; margin-bottom: 14px; }
.reviewer { font-size: 12px; font-weight: 600; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.5px; }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg, #2980b9, #1f6fa0); color: #fff; padding: 64px 0; text-align: center; }
.cta-band h2 { font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; margin-bottom: 10px; }
.cta-band p { font-size: 16px; opacity: 0.9; max-width: 500px; margin: 0 auto; }

/* CLAIM / PRICING */
.claim-section { background: #f0f4ff; text-align: center; }
.claim-badge {
  display: inline-block; background: #1a3a5c; color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 14px;
  border-radius: 20px; margin-bottom: 16px; letter-spacing: 0.5px;
}
.claim-section h2 { font-size: clamp(22px, 3.5vw, 30px); font-weight: 800; color: #1a3a5c; margin-bottom: 12px; }
.claim-section > .container > p { font-size: 16px; color: #4a5568; max-width: 560px; margin: 0 auto 40px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 700px; margin: 0 auto; }
.pricing-card { background: #fff; border: 2px solid #e8ecf0; border-radius: 16px; padding: 32px 28px; text-align: left; position: relative; }
.pricing-featured { background: #1a3a5c; border-color: #1a3a5c; color: #fff; }
.pricing-popular {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: #2980b9; color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 14px; border-radius: 20px; white-space: nowrap; letter-spacing: 0.5px;
}
.pricing-tier { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #9ca3af; margin-bottom: 8px; }
.pricing-featured .pricing-tier { color: rgba(255,255,255,0.6); }
.pricing-price { font-size: 40px; font-weight: 900; color: #1a3a5c; line-height: 1; margin-bottom: 4px; }
.pricing-featured .pricing-price { color: #fff; }
.pricing-sub { font-size: 13px; color: #9ca3af; margin-bottom: 20px; }
.pricing-featured .pricing-sub { color: rgba(255,255,255,0.6); }
.pricing-features { margin-bottom: 24px; }
.pricing-features li { font-size: 14px; color: #374151; padding: 5px 0; border-bottom: 1px solid #f3f4f6; }
.pricing-featured .pricing-features li { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.1); }
.claim-note { margin-top: 24px; font-size: 14px; color: #6b7280; }

/* ONBOARDING STEPS */
.onboarding-steps {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px;
  padding: 28px 28px 24px; margin: 32px auto 0; max-width: 700px;
  text-align: left; box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.onboarding-steps-header {
  font-size: 15px; font-weight: 700; color: #1a3a5c; margin-bottom: 20px;
  padding-bottom: 14px; border-bottom: 1px solid #f0f4f8;
  text-align: center; letter-spacing: -0.1px;
}
.onboarding-steps-grid { display: flex; flex-direction: column; gap: 0; }
.onboarding-step {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid #f0f4f8;
}
.onboarding-step:last-child { border-bottom: none; padding-bottom: 0; }
.step-number {
  width: 32px; height: 32px; min-width: 32px; background: #2980b9;
  color: #fff; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 14px; font-weight: 800; margin-top: 1px;
}
.step-content { display: flex; flex-direction: column; gap: 3px; }
.step-content strong { font-size: 14px; font-weight: 700; color: #1a3a5c; line-height: 1.4; }
.step-content span { font-size: 13px; color: #6b7280; line-height: 1.6; }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, #1a3a5c, #0d2137); color: #fff; padding: 56px 0 48px; text-align: center; }
.page-hero h1 { font-size: clamp(24px, 4vw, 38px); font-weight: 900; margin-bottom: 10px; }
.page-hero p { font-size: 16px; opacity: 0.8; max-width: 500px; margin: 0 auto; }

/* ABOUT PAGE */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.about-text h2 { font-size: clamp(20px, 3vw, 26px); font-weight: 800; color: #1a3a5c; margin-bottom: 16px; }
.about-text p { font-size: 15px; color: #4a5568; line-height: 1.75; margin-bottom: 14px; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.stat-box { background: #f0f4ff; border-radius: 10px; padding: 16px; text-align: center; }
.stat-number { font-size: 26px; font-weight: 900; color: #1a3a5c; }
.stat-label { font-size: 12px; color: #6b7280; margin-top: 2px; }
.about-visual { background: linear-gradient(135deg, #1a3a5c, #0d2137); border-radius: 16px; padding: 40px 28px; text-align: center; color: #fff; }
.big-star { font-size: 52px; margin-bottom: 12px; }
.about-visual h3 { font-size: 28px; font-weight: 900; margin-bottom: 8px; }
.about-visual p { font-size: 14px; opacity: 0.75; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h2 { font-size: clamp(20px, 3vw, 26px); font-weight: 800; color: #1a3a5c; margin-bottom: 24px; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
.contact-detail:last-child { border-bottom: none; }
.contact-detail-icon { font-size: 22px; flex-shrink: 0; width: 40px; height: 40px; background: #f0f4ff; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.contact-detail strong { display: block; font-size: 14px; font-weight: 700; color: #1a3a5c; margin-bottom: 2px; }
.contact-detail span { font-size: 14px; color: #6b7280; line-height: 1.5; }
.contact-form-box { background: #fff; border: 1px solid #e8ecf0; border-radius: 16px; padding: 32px; position: relative; overflow: hidden; }
.contact-form-box h3 { font-size: 18px; font-weight: 700; color: #1a3a5c; margin-bottom: 20px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 11px 14px; border: 1px solid #d1d5db;
  border-radius: 8px; font-size: 14px; color: #1a1a2e;
  transition: border-color 0.2s; font-family: inherit;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #2980b9; }
.form-group textarea { height: 100px; resize: vertical; }
.form-locked-overlay {
  position: absolute; inset: 0; background: rgba(255,255,255,0.92);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 24px;
  border-radius: 16px;
}
.form-locked-overlay .lock-icon { font-size: 36px; margin-bottom: 12px; }
.form-locked-overlay h4 { font-size: 16px; font-weight: 700; color: #1a3a5c; margin-bottom: 8px; }
.form-locked-overlay p { font-size: 13px; color: #6b7280; margin-bottom: 20px; max-width: 260px; }

/* FOOTER */
.footer { background: #1a1a2e; color: rgba(255,255,255,0.7); padding: 40px 0 20px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { color: #fff; font-size: 16px; }
.footer-brand span, .footer-brand a { font-size: 13px; }
.footer-brand a:hover { color: #fff; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { text-align: center; font-size: 12px; padding-top: 16px; opacity: 0.5; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none; position: absolute; top: 64px; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 16px 20px;
    border-bottom: 1px solid #e8ecf0; box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid #f3f4f6; font-size: 15px; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .hero { padding: 56px 0 48px; }
  .section { padding: 48px 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .footer-inner { flex-direction: column; }
}
