/* ============================================================
   NEW INNER PAGES – Shared design system
   About | Services | How to Start | Contact
   ============================================================ */

/* ---- Page hero (all inner pages) ---- */
.page-hero {
  background: linear-gradient(160deg, #1A2288 0%, #1a2288 50%, #1A2288 100%);
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero-2 {
  background: linear-gradient(160deg, #1A2288 0%, #1a2288 50%, #1A2288 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
  top: -100px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.page-hero .container { position: relative; z-index: 1; }
.page-hero-2 .container { position: relative; z-index: 1; }
.page-hero h1, .page-hero-2 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d3dae0;
  margin-bottom: 12px;
}
.page-hero .lead {
  font-size: 1.1rem;
  color: #ffffff;
  max-width: 560px;
  margin: 0 auto;
}

.page-hero-2 .lead {
  font-size: 1.1rem;
  color: #ffffff;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-hero { padding: 80px 0 60px; }
  .page-hero h1 { font-size: 1.85rem; }
  .page-hero-2 { padding: 80px 0 60px; }
  .page-hero-2 h1 { font-size: 1.85rem; }
}

/* ---- Section block (shared) ---- */
.page-section {
  padding: 72px 0;
}
.page-section--alt { background: #f8fafc; }
.page-section--dark {
  background: linear-gradient(160deg, #1A2288 0%, #1a2288 50%, #1A2288 100%);
  color: #e2e8f0;
}
.page-section--dark h2 { color: #e5e8ec; }
.page-section--dark p { color: #ffffff; }
.page-heading, .page-heading-2 {
  text-align: center;
  margin-bottom: 48px;
}

.page-heading h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.page-heading-2 h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-heading p {
  font-size: 1rem;
  color: #64748b;
  max-width: 520px;
  margin: 0 auto;
}

/* ---- About: Story block ---- */
.about-story {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.about-story p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 1.25rem;
}

/* ---- About: MVV bento ---- */
.about-mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .about-mvv { grid-template-columns: 1fr; }
}
.about-mvv-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-mvv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.12);
}
.about-mvv-card .icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.about-mvv-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #0f172a;
}
.about-mvv-card p, .about-mvv-card ul {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}
.about-mvv-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 200px;
  margin: 0 auto;
}
.about-mvv-card li { margin-bottom: 6px; }

/* ---- About: Stats bar ---- */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
.about-stat {
  padding: 24px 16px;
}
.about-stat .num {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1A2288;
  line-height: 1.2;
  display: block;
}
.about-stat .label {
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 4px;
}
.page-section--dark .about-stat .num { color: #93c5fd; }
.page-section--dark .about-stat .label { color: #94a3b8; }

/* ---- About: Equb grid ---- */
.about-equb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .about-equb-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .about-equb-grid { grid-template-columns: 1fr; }
}
.about-equb-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  border: 1px solid #e2e8f0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.about-equb-card:hover {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}
.about-equb-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  color: #1A2288;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}
.about-equb-card h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: #0f172a;
}
.about-equb-card p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* ---- About: Benefits row ---- */
.about-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .about-benefits { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .about-benefits { grid-template-columns: 1fr; }
}
.about-benefit {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}
.about-benefit .ico {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.about-benefit h3 { font-size: 1.1rem; margin-bottom: 8px; color: #0f172a; }
.about-benefit p { font-size: 0.9rem; color: #64748b; margin: 0; line-height: 1.5; }

/* ---- About: Download CTA ---- */
.about-download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  .about-download { grid-template-columns: 1fr; text-align: center; }
}
.about-download .mockup-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-download .mockup-wrap img {
  max-height: 440px;
  width: auto;
}
.about-download .copy h2 {
  font-size: 1.75rem;
  margin-bottom: 12px;
  color: #0f172a;
}
.about-download .copy p {
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
}
.about-download .copy .stores {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.about-download .copy .stores a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #1A2288;
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.about-download .copy .stores a:hover {
  background: #1e293b;
  transform: translateY(-2px);
}

/* ---- About: Partners ---- */
.about-partners {
  padding: 48px 0;
}
.about-partners .page-heading { margin-bottom: 32px; }
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.partners-logos img {
  max-height: 44px;
  width: auto;
  /* opacity: 0.75; */
  /* filter: grayscale(1); */
  transition: opacity 0.2s, filter 0.2s;
}
.partners-logos img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* ---- About: Testimonials ---- */
.about-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .about-testimonials { grid-template-columns: 1fr; }
}
.about-testimonial {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid #e2e8f0;
}
.about-testimonial .quote {
  font-size: 0.98rem;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 16px;
}
.about-testimonial .name { font-weight: 600; color: #0f172a; }
.about-testimonial .role { font-size: 0.85rem; color: #64748b; }

/* ========== SERVICES PAGE ========== */
.service-equb-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .service-equb-bento { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .service-equb-bento { grid-template-columns: 1fr; }
}
.service-equb-tile {
  background: #fff;
  border-radius: 16px;
  padding: 14px 15px;
  border: 1px solid #e2e8f0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.service-equb-tile:hover {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.1);
}
.service-equb-tile .ico {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.service-equb-tile h3 { font-size: 1.2rem; margin-bottom: 10px; color: #0f172a; }
.service-equb-tile p { font-size: 0.95rem; color: #64748b; margin: 0; line-height: 1.55; }

/* Services: Steps row ---- */
.service-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .service-steps-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .service-steps-row { grid-template-columns: 1fr; }
}
.service-step {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}
.service-step .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #1A2288;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.service-step .ico {
  font-size: 1.75rem;
  color: #1A2288;
  margin-bottom: 10px;
}
.service-step h3 { font-size: 1.1rem; margin-bottom: 8px; color: #0f172a; }
.service-step p { font-size: 0.9rem; color: #64748b; margin: 0; line-height: 1.5; }

/* ---- Service: How It Works – animatic with device ---- */
.service-how-animatic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  .service-how-animatic { grid-template-columns: 1fr; }
  .service-how-animatic .service-how-device { order: -1; }
}
.service-how-animatic .service-how-device {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service-how-animatic .service-how-device img {
  max-height: 400px;
  width: auto;
  animation: service-float 4s ease-in-out infinite;
}
@keyframes service-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.service-how-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-how-step-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  opacity: 0;
  transform: translateX(-20px);
  animation: service-step-in 0.5s ease forwards;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-how-step-card:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.12);
}
.service-how-step-card:nth-child(1) { animation-delay: 0.1s; }
.service-how-step-card:nth-child(2) { animation-delay: 0.25s; }
.service-how-step-card:nth-child(3) { animation-delay: 0.4s; }
.service-how-step-card:nth-child(4) { animation-delay: 0.55s; }
@keyframes service-step-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.service-how-step-card .num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-how-step-card .text h3 { font-size: 1.1rem; margin-bottom: 6px; color: #0f172a; }
.service-how-step-card .text p { font-size: 0.9rem; color: #64748b; margin: 0; line-height: 1.5; }

/* Services: Why panel ---- */
.service-why-panel {
  background: linear-gradient(160deg, #1A2288 0%, #1a2288 50%, #1A2288 100%);
  border-radius: 20px;
  padding: 48px 40px;
  color: #e2e8f0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 991px) {
  .service-why-panel { grid-template-columns: 1fr; }
}
.service-why-panel h2 {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 0;
  color: #f8fafc;
}
.service-why-item {
  text-align: center;
}
.service-why-item .ico {
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.3);
  color: #93c5fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.service-why-item h3 { font-size: 1.1rem; margin-bottom: 8px; color: #f8fafc; }
.service-why-item p { font-size: 0.9rem; color: #d4c7c7; margin: 0; line-height: 1.5; }

/* Services: CTA ---- */
.service-cta {
  text-align: center;
  padding: 56px 24px;
  background: #f8fafc;
  border-radius: 20px;
}
.service-cta h2 { font-size: 1.65rem; margin-bottom: 10px; color: #0f172a; }
.service-cta p { color: #64748b; margin-bottom: 24px; }
.service-cta .btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.service-cta .btns .btn_1,
.service-cta .btns .btn_2 {
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s;
}
.service-cta .btns .btn_2 {
  background: transparent;
  border: 2px solid #1A2288;
  color: #1A2288;
}
.service-cta .btns .btn_2:hover {
  background: #1A2288;
  color: #fff;
  transform: translateY(-2px);
}

/* ========== HOW TO START PAGE ========== */
.how-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  .how-hero-content { grid-template-columns: 1fr; text-align: center; }
}
.how-hero-content .phone-wrap {
  display: flex;
  justify-content: center;
}
.how-hero-content .phone-wrap img {
  max-height: 450px;
  width: auto;
}
.how-hero-content .copy h2 { font-size: 1.85rem; margin-bottom: 14px; color: #0f172a; }
.how-hero-content .copy p { color: #64748b; margin-bottom: 24px; line-height: 1.6; }
.page-hero .how-hero-content .copy h2 { color: #f8fafc; }
.page-hero .how-hero-content .copy p { color: #94a3b8; }
.page-hero-2 .how-hero-content .copy h2 { color: #f8fafc; } 
.page-hero-2 .how-hero-content .copy p { color: #f8fafc; }  
.how-hero-content .copy .video-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
}
.how-hero-content .copy .video-cta:hover { transform: translateY(-2px); }

/* How: Timeline (alternating) ---- */
.how-timeline {
  max-width: 700px;
  margin: 0 auto;
}
.how-timeline-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  margin-bottom: 36px;
  align-items: start;
  opacity: 0;
  transform: translateY(16px);
  animation: how-timeline-in 0.5s ease forwards;
}
.how-timeline-item:nth-child(1) { animation-delay: 0.1s; }
.how-timeline-item:nth-child(2) { animation-delay: 0.22s; }
.how-timeline-item:nth-child(3) { animation-delay: 0.34s; }
.how-timeline-item:nth-child(4) { animation-delay: 0.46s; }
.how-timeline-item:nth-child(5) { animation-delay: 0.58s; }
@keyframes how-timeline-in {
  to { opacity: 1; transform: translateY(0); }
}
.how-timeline-item:last-child { margin-bottom: 0; }
.how-timeline-item .dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.how-timeline-item:hover .dot {
  transform: scale(1.08);
}
.how-timeline-item .body {
  background: #fff;
  border-radius: 14px;
  padding: 24px 22px;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.25s ease;
}
.how-timeline-item:hover .body {
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.1);
}
.how-timeline-item .body h3 { font-size: 1.15rem; margin-bottom: 8px; color: #0f172a; }
.how-timeline-item .body p { font-size: 0.95rem; color: #64748b; margin: 0; line-height: 1.6; }
@media (max-width: 575px) {
  .how-timeline-item { grid-template-columns: 1fr; gap: 12px; }
  .how-timeline-item .dot { margin: 0 auto; }
}

/* How: Timeline with device (animatic layout) ---- */
.how-timeline-with-device {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 991px) {
  .how-timeline-with-device { grid-template-columns: 1fr; }
  .how-timeline-with-device .how-device-wrap { order: -1; display: flex; justify-content: center; }
}
.how-timeline-with-device .how-device-wrap img {
  max-height: 340px;
  width: auto;
  animation: service-float 4s ease-in-out infinite;
}
.how-timeline-with-device .how-timeline { max-width: none; }

/* How: Compact timeline (no image, small space) ---- */
.how-works-compact { padding: 40px 20px 48px; }
.page-heading--compact { margin-bottom: 24px; }
.page-heading--compact h2 { font-size: 1.5rem; }
.page-heading--compact p { font-size: 0.9rem; }
.how-timeline-compact {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-left: 28px;
  border-left: 2px solid #e2e8f0;
}
.how-timeline-compact-item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.how-timeline-compact-item:last-child { margin-bottom: 0; }
.how-timeline-compact-dot {
  position: absolute;
  left: -28px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1A2288, #1D4ED8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
}
.how-timeline-compact-body {
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  flex: 1;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.how-timeline-compact-item:hover .how-timeline-compact-body {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.08);
}
.how-timeline-compact-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #0f172a;
}
.how-timeline-compact-body p {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .how-timeline-compact { padding-left: 24px; }
  .how-timeline-compact-dot {
    left: -24px;
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
  .how-timeline-compact-body { padding: 12px 14px; }
  .how-timeline-compact-body h3 { font-size: 0.95rem; }
  .how-timeline-compact-body p { font-size: 0.8125rem; }
}

/* How: FAQ list ---- */
.how-faq-list {
  /* max-width: 640px; */
  margin: 0 auto;
}

.how-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.how-faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.how-faq-item .q {
  padding: 18px 20px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.how-faq-item .q i {
  color: #1A2288;
  font-size: 1.1rem;
}
.how-faq-item .a {
  padding: 0 20px 18px 48px;
}
.how-faq-item .a p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 575px) {
  .how-faq-item .a { padding-left: 20px; }
}

/* ========== CONTACT PAGE ========== */
.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .contact-strip { grid-template-columns: 1fr; margin-top: -32px; }
}
.contact-strip-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contact-strip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.12);
}
.contact-strip-card .ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
  color: #1A2288;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.contact-strip-card h3 { font-size: 1.1rem; margin-bottom: 10px; color: #0f172a; }
.contact-strip-card p, .contact-strip-card .phone, .contact-strip-card .email {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.contact-strip-card .phone,
.contact-strip-card .email {
  color: #1A2288;
  font-weight: 600;
  margin-top: 6px;
}

/* Contact: Form + Map ---- */
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .contact-main { grid-template-columns: 1fr; }
}
.contact-form-box {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  border: 1px solid #e2e8f0;
}
.contact-form-box h2 { font-size: 1.4rem; margin-bottom: 8px; color: #0f172a; }
.contact-form-box > p { color: #64748b; margin-bottom: 24px; font-size: 0.95rem; }
.contact-form .form-group { margin-bottom: 20px; }
.contact-form label {
  display: block;
  font-weight: 500;
  color: #334155;
  margin-bottom: 6px;
  font-size: 0.9rem;
}
.contact-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.contact-form .form-control:focus {
  outline: none;
  border-color: #1A2288;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.contact-form textarea.form-control { min-height: 140px; resize: vertical; }
.contact-form .btn_1 {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 8px;
}

.contact-map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  min-height: 380px;
}
.contact-map-wrap #map { height: 380px; width: 100%; }

.contact-sidebar {
  background: #f8fafc;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid #e2e8f0;
}
.contact-sidebar h3 { font-size: 1.15rem; margin-bottom: 16px; color: #0f172a; }
.contact-sidebar .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-sidebar .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
}
.contact-sidebar .hours-list li:last-child { border-bottom: none; }
.contact-sidebar .accordion .card {
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #e2e8f0;
}
.contact-sidebar .btn-link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
}
.contact-sidebar .btn-link:hover { color: #1A2288; }
.contact-sidebar .card-body { font-size: 0.9rem; color: #64748b; line-height: 1.5; }

/* Video modal (How to Start) */
.video-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}
.video-modal.show {
  opacity: 1;
  display: flex;
}
.video-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}
.video-modal .close-modal {
  position: absolute;
  right: 12px; top: 8px;
  font-size: 28px;
  color: #64748b;
  cursor: pointer;
  z-index: 1001;
}
.video-modal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal .video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
