/* ============================================
   NMS Section Styles (Hero, Trust, About, Services, Process, Why Us, FAQ, CTA)
   ============================================ */

[class*="bt_bb_nms_"] {
  --nms-accent: #057485;
  --nms-accent2: #0e8fa3;
  --nms-ink: #1a2332;
  --nms-gray: #6c7a8d;
  --nms-light: #f7f9fc;
  --nms-white: #ffffff;
  --nms-font-sans: 'Nunito Sans', 'Jost', system-ui, sans-serif;
  --nms-font-display: 'Spartan', 'Playfair Display', system-ui, sans-serif;
  --nms-radius: 16px;
  --nms-radius-sm: 10px;
  --nms-shadow: 0 4px 24px rgba(0,0,0,.06);
  --nms-shadow-hover: 0 12px 40px rgba(0,0,0,.1);
}

/* ----- Eyebrow ----- */
.nms-eyebrow {
  display: inline-block;
  font-family: var(--nms-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nms-accent);
  margin-bottom: 12px;
}

/* ----- Section Headings ----- */
.nms-sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.nms-h2 {
  font-family: var(--nms-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nms-ink);
  margin: 0;
}

/* ============================================
   HERO
   ============================================ */
.bt_bb_nms_hero {
  position: relative;
  background: linear-gradient(135deg, #f0f7fa 0%, #e6f0f5 100%);
  overflow: hidden;
  padding: 100px 24px 0;
  font-family: var(--nms-font-sans);
}
.nms-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 2;
}
.nms-hero-left {
  flex: 1 1 50%;
  min-width: 320px;
}
.nms-hero-right {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}
.nms-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5,116,133,.1);
  color: var(--nms-accent);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 16px;
}
.nms-badge svg {
  width: 16px;
  height: 16px;
}
.nms-hero-title {
  font-family: var(--nms-font-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--nms-ink);
  margin: 0 0 20px;
}
.nms-hero-title span {
  color: var(--nms-accent);
}
.nms-hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--nms-gray);
  margin: 0 0 32px;
  max-width: 520px;
}
.nms-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.nms-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--nms-font-sans);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .25s ease;
  line-height: 1.2;
}
.nms-btn-primary {
  background: var(--nms-accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(5,116,133,.3);
}
.nms-btn-primary:hover {
  background: var(--nms-accent2);
  box-shadow: 0 6px 20px rgba(5,116,133,.4);
  transform: translateY(-2px);
}
.nms-btn-outline {
  background: transparent;
  color: var(--nms-ink);
  border: 2px solid var(--nms-ink);
}
.nms-btn-outline:hover {
  background: var(--nms-ink);
  color: #fff;
  transform: translateY(-2px);
}
.nms-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 36px;
}
.nms-stat {
  text-align: left;
}
.nms-stat-num {
  font-family: var(--nms-font-display);
  font-size: 32px;
  font-weight: 800;
  color: var(--nms-accent);
  line-height: 1.1;
}
.nms-stat-label {
  font-size: 13px;
  color: var(--nms-gray);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nms-hero-visual {
  position: relative;
}
.nms-hero-visual img {
  max-width: 100%;
  height: auto;
  border-radius: var(--nms-radius);
  box-shadow: var(--nms-shadow-hover);
}
.nms-hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  pointer-events: none;
}
.nms-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================
   NMS TRUST BAR — backup keyframes (main CSS embedded in bt_bb_nms_trust.php)
   ============================================ */
@keyframes nms-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.bt_bb_nms_trust .nms-t-track.is-paused,
.bt_bb_nms_trust .nms-t-track.paused {
  animation-play-state: paused !important;
}

/* ============================================
   ABOUT
   ============================================ */
.bt_bb_nms_about {
  padding: 90px 24px;
  background: var(--nms-light);
  font-family: var(--nms-font-sans);
}
.nms-about-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nms-about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.nms-about-text {
  flex: 1 1 50%;
  min-width: 300px;
}
.nms-about-text h3 {
  font-family: var(--nms-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 16px;
}
.nms-about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--nms-gray);
  margin: 0 0 16px;
}
.nms-about-grid {
  flex: 1 1 40%;
  min-width: 280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.nms-benefit-card {
  background: var(--nms-white);
  padding: 24px;
  border-radius: var(--nms-radius-sm);
  box-shadow: var(--nms-shadow);
  transition: all .3s ease;
}
.nms-benefit-card:hover {
  box-shadow: var(--nms-shadow-hover);
  transform: translateY(-4px);
}
.nms-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(5,116,133,.1);
  color: var(--nms-accent);
  margin-bottom: 12px;
}
.nms-benefit-card h4 {
  font-family: var(--nms-font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 6px;
}
.nms-benefit-card p {
  font-size: 13px;
  color: var(--nms-gray);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   SERVICES
   ============================================ */
.bt_bb_nms_services {
  padding: 90px 24px;
  background: var(--nms-white);
  font-family: var(--nms-font-sans);
}
.nms-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nms-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.nms-service-card {
  background: var(--nms-light);
  border-radius: var(--nms-radius);
  padding: 32px 24px;
  box-shadow: var(--nms-shadow);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.nms-service-card:hover {
  box-shadow: var(--nms-shadow-hover);
  transform: translateY(-6px);
}
.nms-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--nms-accent);
  opacity: 0;
  transition: opacity .3s ease;
}
.nms-service-card:hover::before {
  opacity: 1;
}
.nms-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(5,116,133,.1);
  color: var(--nms-accent);
  margin-bottom: 16px;
}
.nms-service-card h4 {
  font-family: var(--nms-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 8px;
}
.nms-service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-gray);
  margin: 0;
}
.nms-service-card img {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto;
  margin: 0 auto 16px;
}

/* ============================================
   PROCESS
   ============================================ */
.bt_bb_nms_process {
  padding: 90px 24px;
  background: var(--nms-light);
  font-family: var(--nms-font-sans);
}
.nms-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nms-process-layout {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.nms-process-sidebar {
  flex: 0 0 280px;
  position: sticky;
  top: 100px;
}
.nms-process-sidebar h3 {
  font-family: var(--nms-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 12px;
}
.nms-process-sidebar p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--nms-gray);
  margin: 0;
}
.nms-process-steps {
  flex: 1;
  min-width: 0;
}
.nms-step {
  display: flex;
  gap: 20px;
  padding-bottom: 36px;
  position: relative;
}
.nms-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dce3eb;
}
.nms-step-num {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nms-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  z-index: 2;
  font-family: var(--nms-font-display);
}
.nms-step-body h5 {
  font-family: var(--nms-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 6px;
}
.nms-step-body p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-gray);
  margin: 0;
}

/* ============================================
   WHY US
   ============================================ */
.bt_bb_nms_why_us {
  padding: 90px 24px;
  background: var(--nms-white);
  font-family: var(--nms-font-sans);
}
.nms-why-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nms-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.nms-why-card {
  background: var(--nms-light);
  border-radius: var(--nms-radius);
  padding: 32px 24px;
  box-shadow: var(--nms-shadow);
  transition: all .3s ease;
  position: relative;
}
.nms-why-card:hover {
  box-shadow: var(--nms-shadow-hover);
  transform: translateY(-4px);
}
.nms-why-num {
  font-family: var(--nms-font-display);
  font-size: 42px;
  font-weight: 800;
  color: rgba(5,116,133,.15);
  line-height: 1;
  margin-bottom: 8px;
}
.nms-why-card h4 {
  font-family: var(--nms-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 8px;
}
.nms-why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-gray);
  margin: 0;
}

/* ============================================
   FAQ
   ============================================ */
.bt_bb_nms_faq {
  padding: 90px 24px;
  background: var(--nms-light);
  font-family: var(--nms-font-sans);
}
.nms-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.nms-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nms-faq-item {
  background: var(--nms-white);
  border-radius: var(--nms-radius-sm);
  box-shadow: var(--nms-shadow);
  overflow: hidden;
  transition: box-shadow .3s ease;
  border: 1px solid #eef2f6;
}
.nms-faq-item[open] {
  box-shadow: var(--nms-shadow-hover);
}
.nms-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--nms-ink);
  list-style: none;
  font-family: var(--nms-font-sans);
}
.nms-faq-item summary::-webkit-details-marker {
  display: none;
}
.nms-faq-chev {
  flex: 0 0 20px;
  transition: transform .3s ease;
  color: var(--nms-accent);
}
.nms-faq-item[open] .nms-faq-chev {
  transform: rotate(180deg);
}
.nms-faq-panel {
  padding: 0 22px 18px;
}
.nms-faq-panel p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--nms-gray);
  margin: 0;
}

/* ============================================
   CTA
   ============================================ */
.bt_bb_nms_cta {
  position: relative;
  background: var(--nms-ink);
  padding: 80px 24px;
  font-family: var(--nms-font-sans);
  overflow: hidden;
}
.nms-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  position: relative;
  z-index: 2;
}
.nms-cta-left {
  flex: 1 1 45%;
  min-width: 300px;
}
.nms-cta-left .nms-eyebrow {
  color: rgba(255,255,255,.5);
}
.nms-cta-left .nms-h2 {
  color: #fff;
}
.nms-cta-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.7);
  margin: 16px 0 0;
}
.nms-cta-contact {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nms-cta-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.8);
  font-size: 15px;
}
.nms-cta-contact-item svg {
  width: 20px;
  height: 20px;
  color: var(--nms-accent);
  flex: 0 0 20px;
}
.nms-cta-right {
  flex: 1 1 45%;
  min-width: 300px;
}
.nms-cta-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nms-cta-form input,
.nms-cta-form select,
.nms-cta-form textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--nms-radius-sm);
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: var(--nms-font-sans);
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease;
  box-sizing: border-box;
}
.nms-cta-form input::placeholder,
.nms-cta-form textarea::placeholder {
  color: rgba(255,255,255,.4);
}
.nms-cta-form input:focus,
.nms-cta-form select:focus,
.nms-cta-form textarea:focus {
  border-color: var(--nms-accent);
}
.nms-cta-form textarea {
  min-height: 100px;
  resize: vertical;
}
.nms-cta-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,.4)' viewBox='0 0 20 20'%3E%3Cpath d='M10 12l-6-6h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
.nms-cta-form select option {
  color: var(--nms-ink);
}

/* ============================================
   WHATSAPP
   ============================================ */
.bt_bb_nms_wa {
  position: fixed;
  z-index: 9999;
  font-family: var(--nms-font-sans);
}
.bt_bb_nms_wa.position_bottom-right {
  bottom: 24px;
  right: 24px;
}
.bt_bb_nms_wa.position_bottom-left {
  bottom: 24px;
  left: 24px;
}
.nms-wa-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,211,102,.35);
  transition: all .25s ease;
  text-decoration: none;
}
.nms-wa-link:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
}
.nms-wa-svg {
  width: 28px;
  height: 28px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 960px) {
  .nms-hero-left, .nms-hero-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .nms-hero-sub { margin: 0 auto 32px; }
  .nms-hero-actions { justify-content: center; }
  .nms-hero-stats { justify-content: center; }
  .nms-services-grid { grid-template-columns: repeat(2, 1fr); }
  .nms-why-grid { grid-template-columns: repeat(2, 1fr); }
  .nms-process-layout { flex-direction: column; }
  .nms-process-sidebar { flex: none; position: static; text-align: center; }
  .nms-about-content { flex-direction: column; }
  .nms-about-grid { grid-template-columns: 1fr 1fr; }
  .nms-h2 { font-size: 30px; }
}

@media (max-width: 640px) {
  .bt_bb_nms_hero { padding: 60px 16px 0; }
  .bt_bb_nms_about,
  .bt_bb_nms_services,
  .bt_bb_nms_process,
  .bt_bb_nms_why_us,
  .bt_bb_nms_faq,
  .bt_bb_nms_cta { padding: 56px 16px; }
  .nms-services-grid { grid-template-columns: 1fr; }
  .nms-why-grid { grid-template-columns: 1fr; }
  .nms-about-grid { grid-template-columns: 1fr; }
  .nms-h2 { font-size: 26px; }
  .nms-sec-head { margin-bottom: 32px; }
  .nms-hero-stats { flex-direction: column; align-items: center; gap: 16px; text-align: center; }
  .nms-cta-inner { flex-direction: column; }
}

@media (max-width: 480px) {
  .nms-hero-title { font-size: 28px; }
  .nms-hero-actions { flex-direction: column; align-items: stretch; }
  .nms-btn { justify-content: center; }
}
