*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;

}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Inter', sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --bg: #ffffff;
  --surface: #f8fafc;
  --border: #e5e7eb;
  --text: #0f141b;
  --muted: #6b7280;

  --primary: #1e88e5;
  --title: #276295;
  --primary-soft: #e9f4fc;

  --radius: 14px;
  --shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
  text-align: center;
}

/* style.css (optional utility) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 64px 0;
}

.section-lg {
  padding: 96px 0;
}

.section-light {
  background: #ffffff;
}

.section-video {
  background: #f8fafc;
}

.section-soft {
  background: var(--primary-soft);
}

.section-inner {
  width: min(1100px, 92%);
  margin: auto;
}

@media (min-width: 768px) {
  .container {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 48px 0;
  }

  .section-lg {
    padding: 72px 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.02em;
  font-weight: 680;
}

h2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5 {
  font-size: 2.0rem;
  text-align: center;
  font-weight: 600;
  color: var(--text);
}

@media (max-width: 767px) {

  h1 {
    font-size: clamp(1.9rem, 4vw, 2.25rem);
  }

  h2 {
    font-size: clamp(1.9rem, 4vw, 2.25rem);
  }

  h3 {
    font-size: clamp(1.0rem, 4vw, 2.25rem);
  }

}

.feature-image-seven {
  padding: 10px 0;
  background: transparent;
}



@media (max-width: 767px) {

  .feature-image-seven {
    display: inline;
    height: 160px;
    padding: 0 60px 60px 60px;
    background: transparent;
    margin-top: -40px;
    margin-bottom: 15px;
    width: 100%;
  }

}
