body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a2e;
  line-height: 1.6; }

a {
  color: #1a4b8c;
  text-decoration: none;
  transition: color 0.2s ease; }
  a:hover {
    color: #0f3060; }

.se-navbar {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, background 0.3s ease; }
  .se-navbar.se-navbar-scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  .se-navbar .navbar-brand img {
    max-height: 40px;
    width: auto; }
  .se-navbar .nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    color: #1a1a2e;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease; }
    .se-navbar .nav-link:hover, .se-navbar .nav-link.active {
      color: #1a4b8c; }
  .se-navbar .se-cta-btn {
    background: #c62828;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    border: none;
    transition: background 0.2s ease, transform 0.15s ease; }
    .se-navbar .se-cta-btn:hover {
      background: #e53935;
      color: #fff;
      transform: translateY(-1px); }

.se-topbar {
  background: #1b2a3b;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.85);
  border-top: 3px solid;
  border-image: linear-gradient(to right, #fff 33%, #1a4b8c 33%, #1a4b8c 66%, #c62828 66%) 1; }
  .se-topbar a {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease; }
    .se-topbar a:hover {
      color: #fff; }

.se-hero {
  background: linear-gradient(135deg, #1b2a3b 0%, #0f3060 50%, #1a4b8c 100%);
  color: #fff;
  padding: 5rem 0 4rem;
  min-height: 480px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .se-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 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.05'%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");
    pointer-events: none; }
  .se-hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2; }
  .se-hero .lead {
    font-size: 1.15rem;
    opacity: 0.9; }
  @media (max-width: 767.98px) {
    .se-hero {
      padding: 3.5rem 0 3rem;
      min-height: auto; }
      .se-hero h1 {
        font-size: 1.75rem; }
      .se-hero .lead {
        font-size: 1rem; } }
.se-hero-compact {
  min-height: 200px;
  padding: 2.5rem 0 2rem;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #fff 33%, #1a4b8c 33%, #1a4b8c 66%, #c62828 66%) 1; }
  .se-hero-compact h1 {
    font-size: clamp(1.375rem, 3vw, 2rem);
    line-height: 1.25; }
  .se-hero-compact .breadcrumb-hero .breadcrumb-item,
  .se-hero-compact .breadcrumb-hero .breadcrumb-item a,
  .se-hero-compact .breadcrumb-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8125rem; }
  .se-hero-compact .breadcrumb-hero .breadcrumb-item a:hover {
    color: #fff; }
  .se-hero-compact .breadcrumb-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.85); }
  @media (max-width: 767.98px) {
    .se-hero-compact {
      min-height: auto;
      padding: 2rem 0 1.75rem; }
      .se-hero-compact h1 {
        font-size: 1.375rem; } }
.se-section {
  padding: 4rem 0; }

.se-section-gray {
  background: #f5f7fa; }

.se-section-title {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #1a1a2e; }

.se-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 3px solid transparent;
  border-radius: 0.75rem;
  transition: box-shadow 0.2s ease, transform 0.15s ease, border-left-color 0.2s ease;
  background: #fff; }
  .se-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-left-color: #1a4b8c; }
  .se-card .bi {
    transition: transform 0.3s ease; }
  .se-card:hover .bi {
    transform: translateY(-3px); }

.se-breadcrumb {
  background: #f5f7fa;
  padding: 4rem 0 2rem; }
  .se-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #6b7280; }
  .se-breadcrumb a {
    color: #1a4b8c; }
  .se-breadcrumb h1, .se-breadcrumb h2 {
    font-weight: 600;
    font-size: 1.5rem; }

.se-footer {
  background: #0d1b2a;
  color: rgba(255, 255, 255, 0.8);
  padding: 3rem 0;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #fff 33%, #1a4b8c 33%, #1a4b8c 66%, #c62828 66%) 1; }
  .se-footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease; }
    .se-footer a:hover {
      color: #fff; }
  .se-footer h5, .se-footer h6 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #1a4b8c;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem; }

.se-footer-bottom {
  background: #070e17;
  padding: 1rem 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6); }
  .se-footer-bottom a {
    color: rgba(255, 255, 255, 0.6); }
    .se-footer-bottom a:hover {
      color: #fff; }

.se-contact-card {
  text-align: center;
  padding: 1.5rem; }
  .se-contact-card .se-contact-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1a4b8c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.75rem; }
  .se-contact-card h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8125rem;
    margin-bottom: 0.25rem; }

.se-form .form-control,
.se-form .form-select {
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  border-color: #dee2e6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .se-form .form-control:focus,
  .se-form .form-select:focus {
    border-color: #1a4b8c;
    box-shadow: 0 0 0 0.2rem rgba(26, 75, 140, 0.15); }

.se-form label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 0.25rem; }

.btn-se-primary {
  background: #1a4b8c;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  border-radius: 0.375rem;
  padding: 0.75rem 2rem;
  border: none;
  transition: background 0.2s ease; }
  .btn-se-primary:hover {
    background: #2563a8;
    color: #fff; }

.btn-se-accent {
  background: #c62828;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  border-radius: 0.375rem;
  padding: 0.75rem 2rem;
  border: none;
  transition: background 0.2s ease, box-shadow 0.2s ease; }
  .btn-se-accent:hover {
    background: #e53935;
    color: #fff; }

.se-pricing-card {
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.15s ease; }
  .se-pricing-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px); }
  .se-pricing-card.featured {
    border: 2px solid #b08d3b;
    box-shadow: 0 4px 15px rgba(176, 141, 59, 0.15);
    position: relative; }
  .se-pricing-card .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a4b8c; }
  .se-pricing-card .period {
    font-size: 0.875rem;
    color: #6b7280; }
  .se-pricing-card .pricing-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left; }
    .se-pricing-card .pricing-features li {
      padding: 0.5rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      font-size: 0.9rem; }
      .se-pricing-card .pricing-features li:last-child {
        border-bottom: none; }
      .se-pricing-card .pricing-features li .bi-check-lg {
        color: #059669; }
      .se-pricing-card .pricing-features li .bi-dash {
        color: #6b7280; }

.se-pricing-badge {
  background: #b08d3b;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  display: inline-block; }

.se-cta {
  background: linear-gradient(135deg, #1a4b8c 0%, #0f3060 100%);
  color: #fff;
  padding: 3rem 0;
  text-align: center; }
  .se-cta h2 {
    font-weight: 700; }
  .se-cta .btn {
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 2rem; }

.se-counter {
  text-align: center;
  padding: 1.5rem; }
  .se-counter .counter-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a4b8c;
    position: relative;
    display: inline-block; }
    .se-counter .counter-value.se-counted::after {
      content: '';
      position: absolute;
      bottom: 4px;
      left: 10%;
      width: 80%;
      height: 3px;
      background: #c62828;
      border-radius: 2px;
      animation: se-underline-in 0.4s ease forwards; }
  .se-counter .counter-label {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

.se-trust-badges {
  background: #f5f7fa;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .se-trust-badges .se-trust-item {
    text-align: center;
    padding: 1rem; }
    .se-trust-badges .se-trust-item .se-trust-icon {
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      background: rgba(26, 75, 140, 0.1);
      color: #1a4b8c;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 0.75rem; }
    .se-trust-badges .se-trust-item h6 {
      font-weight: 700;
      font-size: 0.875rem;
      margin-bottom: 0.25rem; }
    .se-trust-badges .se-trust-item p {
      font-size: 0.8125rem;
      color: #6b7280;
      margin-bottom: 0; }

#backToTop {
  z-index: 1030;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #1a4b8c;
  border: none;
  margin-bottom: 1rem !important;
  margin-right: 1rem !important; }
  #backToTop.show {
    display: flex !important;
    opacity: 1; }

.se-pagination .page-link {
  color: #1a4b8c;
  border-radius: 0.375rem;
  margin: 0 0.125rem; }
  .se-pagination .page-link:hover {
    background: #1a4b8c;
    color: #fff;
    border-color: #1a4b8c; }

.se-pagination .page-item.active .page-link {
  background: #1a4b8c;
  border-color: #1a4b8c; }

.se-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease; }
  .se-reveal.se-visible {
    opacity: 1;
    transform: translateY(0); }

.se-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease; }

.se-stagger.se-visible > * {
  opacity: 1;
  transform: translateY(0); }
  .se-stagger.se-visible > *:nth-child(1) {
    transition-delay: 0s; }
  .se-stagger.se-visible > *:nth-child(2) {
    transition-delay: 0.1s; }
  .se-stagger.se-visible > *:nth-child(3) {
    transition-delay: 0.2s; }
  .se-stagger.se-visible > *:nth-child(4) {
    transition-delay: 0.3s; }
  .se-stagger.se-visible > *:nth-child(5) {
    transition-delay: 0.4s; }
  .se-stagger.se-visible > *:nth-child(6) {
    transition-delay: 0.5s; }
  .se-stagger.se-visible > *:nth-child(7) {
    transition-delay: 0.6s; }
  .se-stagger.se-visible > *:nth-child(8) {
    transition-delay: 0.7s; }
  .se-stagger.se-visible > *:nth-child(9) {
    transition-delay: 0.8s; }
  .se-stagger.se-visible > *:nth-child(10) {
    transition-delay: 0.9s; }
  .se-stagger.se-visible > *:nth-child(11) {
    transition-delay: 1s; }
  .se-stagger.se-visible > *:nth-child(12) {
    transition-delay: 1.1s; }

.se-pulse {
  animation: se-pulse-shadow 2s ease-in-out infinite; }

@keyframes se-pulse-shadow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(198, 40, 40, 0.4); }
  50% {
    box-shadow: 0 0 0 12px rgba(198, 40, 40, 0); } }

@keyframes se-underline-in {
  from {
    width: 0;
    left: 50%; }
  to {
    width: 80%;
    left: 10%; } }

@media (prefers-reduced-motion: reduce) {
  .se-reveal,
  .se-stagger > * {
    opacity: 1;
    transform: none;
    transition: none; }
  .se-pulse {
    animation: none; }
  .se-card .bi,
  .se-card:hover .bi {
    transform: none;
    transition: none; }
  .counter-value.se-counted::after {
    animation: none;
    width: 80%;
    left: 10%; } }

@media (max-width: 767.98px) {
  .btn,
  .nav-link,
  .se-cta-btn,
  .page-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center; } }

.text-se-primary {
  color: #1a4b8c; }

.text-se-accent {
  color: #c62828; }

.text-se-success {
  color: #059669; }

.text-se-gold {
  color: #b08d3b; }

.bg-se-primary {
  background-color: #1a4b8c; }

.bg-se-dark {
  background-color: #0d1b2a; }
