/* =============================================
   RESET & BASE  (Template B — Clean Professional)
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111827;
  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: 1140px; margin: 0 auto; padding: 0 24px; }

/* 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: 1001;
}
.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;
  position: sticky; top: 0; z-index: 999;
  border-bottom: 1px solid #f3f4f6;
  box-shadow: 0 1px 12px rgba(0,0,0,0.04);
}
.nav.has-watermark { top: 41px; }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; padding: 0 24px; max-width: 1140px; margin: 0 auto;
}
.nav-logo {
  font-size: 18px; font-weight: 800; color: #1a3a5c; letter-spacing: -0.5px; flex-shrink: 0;
}
.nav-links {
  display: flex; gap: 28px; align-items: center;
}
.nav-links a {
  font-size: 14px; font-weight: 600; color: #6b7280; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: #1a3a5c; }
.nav-cta {
  background: #2980b9; color: #fff !important; padding: 9px 20px;
  border-radius: 100px; font-size: 13px; font-weight: 700;
  transition: all 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  white-space: nowrap;
}
.nav-cta:hover { background: #1f6fa0; box-shadow: 0 4px 16px rgba(0,0,0,0.2); transform: translateY(-1px); }
.nav-toggle {
  display: none; background: none; border: none;
  font-size: 22px; cursor: pointer; color: #1a3a5c; padding: 4px 8px;
}

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 26px; border-radius: 100px;
  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; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.btn-primary:hover { background: #1f6fa0; border-color: #1f6fa0; box-shadow: 0 6px 20px rgba(0,0,0,0.2); transform: translateY(-1px); }
.btn-outline { background: #fff; color: #1a3a5c; border-color: #e5e7eb; }
.btn-outline:hover { border-color: #2980b9; color: #2980b9; }
.btn-white { background: #fff; color: #1a3a5c; border-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.btn-white:hover { background: #f9fafb; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.8); }
.btn-full { width: 100%; justify-content: center; }

/* HERO — light gradient with side card */
.hero {
  background: linear-gradient(160deg, #f8faff 0%, #eef2ff 50%, #fff 100%);
  padding: 88px 0 72px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -120px; right: -180px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(0,0,0,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid #e5e7eb; color: #374151;
  font-size: 12px; font-weight: 700; padding: 6px 14px;
  border-radius: 100px; margin-bottom: 18px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.hero h1 {
  font-size: clamp(30px, 4.5vw, 52px); font-weight: 800;
  line-height: 1.1; letter-spacing: -1px; color: #111827; margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: #2980b9; }
.hero-sub {
  font-size: 17px; color: #6b7280; max-width: 500px;
  line-height: 1.8; margin-bottom: 32px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-proof { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-proof-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: #6b7280; font-weight: 600;
}

/* HERO CARD */
.hero-card {
  background: #fff; border-radius: 20px; padding: 32px 28px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1); border: 1px solid #f3f4f6;
}
.hero-card-header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid #f3f4f6;
}
.hero-card-icon {
  width: 44px; height: 44px; background: #f0f4ff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.hero-card-title { font-size: 15px; font-weight: 800; color: #111827; }
.hero-card-sub { font-size: 12px; color: #6b7280; }
.hero-card-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.hero-card-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #374151;
}
.hero-card-item::before {
  content: '✓'; width: 18px; height: 18px; min-width: 18px;
  background: #dcfce7; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #16a34a;
}
.hero-card-cta {
  display: block; background: #2980b9; color: #fff; text-align: center;
  padding: 13px; border-radius: 12px; font-size: 14px; font-weight: 700;
  transition: all 0.2s;
}
.hero-card-cta:hover { background: #1f6fa0; }

/* TRUST STRIP */
.trust-strip {
  background: #fff; border-top: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6;
  padding: 18px 0;
}
.trust-strip-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.trust-strip-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: #374151;
}

/* SECTIONS */
.section { padding: 80px 0; }
.section-alt { background: #f9fafb; }
.section-header { text-align: center; margin-bottom: 52px; }
.section-tag {
  display: inline-block; background: #f0f4ff; color: #1a3a5c;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 10px;
}
.section-header h2 {
  font-size: clamp(24px, 3.5vw, 38px); font-weight: 800;
  color: #111827; letter-spacing: -0.8px; margin-bottom: 12px;
}
.section-header p { font-size: 16px; color: #6b7280; max-width: 540px; margin: 0 auto; line-height: 1.75; }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  background: #fff; border: 1px solid #f3f4f6; border-radius: 16px;
  padding: 26px 22px; transition: all 0.25s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.service-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.09); transform: translateY(-3px);
  border-color: #e0e7ff;
}
.service-icon {
  width: 46px; height: 46px; background: #f0f4ff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 14px;
}
.service-card h3 { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 7px; }
.service-card p { font-size: 14px; color: #6b7280; line-height: 1.7; }
.service-card-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 13px; font-weight: 700; color: #2980b9; margin-top: 10px;
}

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, #1a3a5c 0%, #0d1f33 100%);
  color: #fff; padding: 80px 0; text-align: center;
}
.cta-band h2 {
  font-size: clamp(24px, 4vw, 40px); font-weight: 800;
  letter-spacing: -0.8px; margin-bottom: 12px;
}
.cta-band p {
  font-size: 17px; color: rgba(255,255,255,0.7);
  max-width: 480px; margin: 0 auto 36px; line-height: 1.75;
}
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* PAGE HERO (inner pages) */
.page-hero {
  background: linear-gradient(160deg, #f8faff 0%, #eef2ff 60%, #fff 100%);
  padding: 72px 0 60px; text-align: center;
}
.page-hero-tag {
  display: inline-block; background: #fff; border: 1px solid #e5e7eb;
  color: #1a3a5c; font-size: 12px; font-weight: 700;
  padding: 5px 14px; border-radius: 100px; margin-bottom: 14px;
}
.page-hero h1 {
  font-size: clamp(28px, 4vw, 46px); font-weight: 800;
  letter-spacing: -1px; color: #111827; margin-bottom: 12px;
}
.page-hero p { font-size: 17px; color: #6b7280; max-width: 520px; margin: 0 auto; }

/* ABOUT PAGE */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.about-text h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: #111827; margin-bottom: 16px; letter-spacing: -0.5px; }
.about-text p { font-size: 15px; color: #4b5563; line-height: 1.8; margin-bottom: 14px; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.stat-box {
  background: #f9fafb; border: 1px solid #f3f4f6; border-radius: 14px;
  padding: 18px; text-align: center;
}
.stat-number { font-size: 28px; font-weight: 900; color: #2980b9; }
.stat-label { font-size: 12px; color: #6b7280; margin-top: 4px; font-weight: 600; }
.about-visual {
  background: linear-gradient(135deg, #1a3a5c 0%, #0d1f33 100%);
  border-radius: 20px; padding: 48px 32px; text-align: center; color: #fff;
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}
.big-star { font-size: 56px; margin-bottom: 16px; }
.about-visual h3 { font-size: 30px; font-weight: 900; margin-bottom: 8px; }
.about-visual p { font-size: 14px; opacity: 0.75; line-height: 1.7; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: #111827; margin-bottom: 24px; letter-spacing: -0.5px; }
.contact-detail {
  display: flex; gap: 14px; align-items: flex-start;
  margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f3f4f6;
}
.contact-detail:last-child { border-bottom: none; }
.contact-detail-icon {
  font-size: 20px; flex-shrink: 0; width: 42px; height: 42px;
  background: #f0f4ff; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.contact-detail strong { display: block; font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 3px; }
.contact-detail span { font-size: 14px; color: #6b7280; line-height: 1.5; }
.contact-phone-link {
  font-size: 18px; font-weight: 800; color: #2980b9; text-decoration: none;
  display: inline-block; margin-bottom: 2px;
}
.contact-phone-link:hover { color: #1f6fa0; text-decoration: underline; }

/* CONTACT FORM */
.contact-form-box {
  background: #fff; border: 1px solid #f3f4f6; border-radius: 20px;
  padding: 36px 32px; box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  position: relative;
}
.contact-form-box h3 {
  font-size: 18px; font-weight: 800; color: #111827;
  margin-bottom: 24px; letter-spacing: -0.3px;
}
.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 #e5e7eb;
  border-radius: 10px; font-size: 14px; color: #111827;
  transition: border-color 0.2s; font-family: inherit; background: #fff;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #2980b9; box-shadow: 0 0 0 3px rgba(0,0,0,0.06); }
.form-group textarea { height: 110px; resize: vertical; }
.form-locked-overlay {
  position: absolute; inset: 0; background: rgba(255,255,255,0.93);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 24px;
  border-radius: 20px;
}
.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; }

/* CLAIM / PRICING */
.claim-section { background: #f9fafb; text-align: center; }
.claim-badge {
  display: inline-block; background: #1a3a5c; color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 14px;
  border-radius: 100px; margin-bottom: 16px; letter-spacing: 0.5px;
}
.claim-section h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: #111827; margin-bottom: 12px; letter-spacing: -0.5px; }
.claim-section > .container > p { font-size: 16px; color: #6b7280; max-width: 560px; margin: 0 auto 40px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 720px; margin: 0 auto; }
.pricing-card {
  background: #fff; border: 2px solid #f3f4f6; border-radius: 20px;
  padding: 36px 28px; text-align: left; position: relative;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.pricing-featured { background: #1a3a5c; border-color: #1a3a5c; color: #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.15); }
.pricing-popular {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: #2980b9; color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 16px; border-radius: 100px; 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: 44px; 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: 6px 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: #9ca3af; }

/* ONBOARDING STEPS */
.onboarding-steps {
  background: #fff; border: 1px solid #f3f4f6; border-radius: 16px;
  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: #111827; margin-bottom: 20px;
  padding-bottom: 14px; border-bottom: 1px solid #f3f4f6;
  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 #f3f4f6;
}
.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: #111827; line-height: 1.4; }
.step-content span { font-size: 13px; color: #6b7280; line-height: 1.6; }

/* FOOTER */
.footer { background: #111827; color: rgba(255,255,255,0.5); padding: 56px 0 28px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px;
}
.footer-brand .footer-logo { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 10px; display: block; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px;
  font-size: 13px; display: flex; justify-content: space-between; align-items: center;
}

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

@media (max-width: 768px) {
  .nav-links {
    display: none; position: absolute; top: 70px; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 16px 24px;
    border-bottom: 1px solid #f3f4f6; box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    gap: 0; z-index: 998;
  }
  .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-strip-inner { gap: 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .hero { padding: 56px 0 48px; }
  .section { padding: 56px 0; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; align-items: center; }
}
