:root {
  --mh360-bg: #f6f7fb;
  --mh360-surface: #ffffff;
  --mh360-surface-2: #f1f4ff;
  --mh360-text: #121a33;
  --mh360-muted: #5e6785;
  --mh360-border: #dde3ff;
  --mh360-primary: #5c67ff;
  --mh360-primary-2: #7357ff;
  --mh360-shadow: 0 16px 45px rgba(59, 84, 170, 0.12);
  --mh360-radius: 18px;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--mh360-text);
  background: var(--mh360-bg);
  line-height: 1.6;
}

a {
  color: var(--mh360-primary-2);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 14px;
}

.mh360-container {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(221, 227, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(24, 34, 74, 0.06);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-logo img,
.footer-logo img {
  max-height: 52px;
  width: auto;
}

.site-title,
.footer-brand {
  color: var(--mh360-text);
  font-size: 1.4rem;
  font-weight: 700;
}

.main-nav {
  margin-left: auto;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  color: #303a5f;
  font-weight: 600;
}

.main-nav .current-menu-item > a {
  color: var(--mh360-primary-2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--mh360-primary), var(--mh360-primary-2));
  box-shadow: 0 10px 22px rgba(96, 92, 255, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 14px 26px rgba(96, 92, 255, 0.36);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.btn-outline:hover,
.btn-outline:focus {
  background: rgba(255, 255, 255, 0.25);
}

.btn-outline-dark {
  border-color: #cfd8ff;
  color: #3f4ea0;
  background: #fff;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background: #f4f7ff;
}

.header-cta {
  margin-left: 12px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 130px 0 110px;
  background:
    radial-gradient(circle at 10% 20%, rgba(127, 161, 255, 0.25), transparent 40%),
    radial-gradient(circle at 85% 0%, rgba(134, 101, 255, 0.28), transparent 36%),
    linear-gradient(120deg, #f6f8ff 0%, #eef2ff 55%, #f7f2ff 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(103, 132, 255, 0.2), rgba(113, 95, 255, 0.2));
  z-index: -1;
}

.hero-content {
  text-align: center;
  max-width: 860px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(109, 117, 255, 0.35);
  border-radius: 999px;
  color: #4a57a2;
  font-weight: 700;
  font-size: 0.9rem;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  margin-bottom: 18px;
}

.hero p {
  color: #4e5881;
  font-size: 1.12rem;
  margin-bottom: 22px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-badges span {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--mh360-border);
  padding: 8px 13px;
  border-radius: 999px;
  color: #3e4f93;
  font-weight: 600;
  font-size: 0.92rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero .btn-outline {
  border-color: rgba(88, 95, 190, 0.35);
  color: #3d498a;
  background: rgba(255, 255, 255, 0.65);
}

.section {
  padding: 86px 0;
}

.section-light {
  background: var(--mh360-surface);
}

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

.section-cta {
  background: linear-gradient(135deg, #f4f6ff, #f8f4ff);
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.section-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.section-header p {
  color: var(--mh360-muted);
  font-size: 1.04rem;
}

.cards-grid {
  display: grid;
  gap: 20px;
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.post-card,
.page-article,
.no-results {
  background: var(--mh360-surface);
  border: 1px solid #e9ecff;
  border-radius: var(--mh360-radius);
  box-shadow: var(--mh360-shadow);
}

.card {
  padding: 24px;
}

.card h3 {
  font-size: 1.15rem;
  margin: 12px 0 0;
}

.card p {
  color: var(--mh360-muted);
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #edf2ff, #f3f1ff);
}

.icon svg {
  width: 24px;
  height: 24px;
  stroke: #5a63d9;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.sector-image {
  margin: -24px -24px 16px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}

.sector-image img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.benefits-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
}

.benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.benefits-list li {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8ff;
  padding: 14px 16px;
  font-weight: 600;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  border-radius: 14px;
  border: 1px solid #e4e8ff;
  background: #fff;
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--mh360-muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: start;
}

.form-card form {
  display: grid;
  gap: 12px;
}

.form-card label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  font-size: 0.92rem;
}

.form-card input,
.form-card textarea,
.search-form input[type="search"] {
  width: 100%;
  border: 1px solid #dbe1ff;
  border-radius: 12px;
  padding: 11px 12px;
  background: #fff;
  color: var(--mh360-text);
}

.form-note {
  margin-top: 12px;
  color: var(--mh360-muted);
  font-size: 0.95rem;
}

.form-alert {
  margin: 0 0 12px;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid;
  font-weight: 600;
}

.form-alert-success {
  background: #ecfff3;
  border-color: #ace6c0;
  color: #1f7a43;
}

.form-alert-error,
.form-alert-invalid {
  background: #fff3f1;
  border-color: #f1b5ad;
  color: #b1382a;
}

.mh360-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.site-footer {
  background: #fff;
  border-top: 1px solid #e8ecff;
  padding-top: 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 30px;
}

.footer-text,
.footer-bottom p,
.footer-menu a {
  color: #59617f;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-wa {
  display: inline-flex;
  border: 1px solid #d9e1ff;
  border-radius: 999px;
  padding: 7px 14px;
}

.footer-bottom {
  margin-top: 34px;
  border-top: 1px solid #ecefff;
  padding: 20px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-everybind {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6a7393;
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-everybind img {
  width: auto;
  height: 18px;
}

.page-main {
  min-height: 60vh;
}

.page-header {
  padding: 70px 0 34px;
  text-align: center;
  background: linear-gradient(145deg, #f6f8ff 0%, #f3f0ff 100%);
}

.page-header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.page-content-wrap,
.posts-grid-wrap {
  padding: 48px 0 82px;
}

.page-article {
  padding: 28px;
}

.page-article h2 {
  margin-top: 0.6em;
}

.page-article h3 {
  margin-top: 1.1em;
}

.single-main .page-content-wrap {
  padding-top: 70px;
}

.single-article {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.single-header {
  padding: 44px 44px 16px;
  text-align: center;
  background: linear-gradient(145deg, #f6f8ff 0%, #f3f0ff 100%);
}

.single-header h1 {
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  margin-bottom: 10px;
}

.single-meta {
  color: var(--mh360-muted);
  margin: 0;
}

.single-featured img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}

.single-content {
  padding: 28px 44px 8px;
}

.single-content > * {
  max-width: 100%;
}

.single-content h2,
.single-content h3,
.single-content h4 {
  margin-top: 1.2em;
}

.single-content p,
.single-content li {
  font-size: 1.07rem;
}

.single-content ul,
.single-content ol {
  padding-left: 1.3rem;
}

.share-article {
  border-top: 1px solid #e6ebff;
  margin: 12px 44px 36px;
  padding-top: 20px;
}

.share-article h2 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.share-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dffb;
  border-radius: 12px;
  padding: 8px 14px;
  color: #202a47;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
}

.share-btn:hover,
.share-btn:focus {
  text-decoration: none;
  background: #f4f7ff;
}

.posts-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
  overflow: hidden;
}

.post-thumb img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.post-card-body {
  padding: 18px;
}

.entry-title {
  font-size: 1.3rem;
}

.entry-title a {
  color: var(--mh360-text);
}

.entry-meta {
  color: var(--mh360-muted);
  font-size: 0.92rem;
}

.pagination-wrap {
  padding-bottom: 68px;
}

.pagination .nav-links {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  border: 1px solid #dde4ff;
  border-radius: 10px;
  padding: 8px 12px;
  color: var(--mh360-text);
}

.pagination .current {
  background: #eef2ff;
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  border: 1px solid #d8ddf6;
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #2d3555;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1024px) {
  .cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards-3,
  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-wrap,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e4e8ff;
    box-shadow: 0 14px 30px rgba(28, 33, 67, 0.08);
    padding: 12px 0 16px;
    display: none;
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 1rem;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 640px) {
  .single-header {
    padding: 34px 18px 14px;
  }

  .single-content {
    padding: 22px 18px 4px;
  }

  .share-article {
    margin: 8px 18px 24px;
  }

  .cards-4,
  .cards-3,
  .posts-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 96px 0 82px;
  }

  .section {
    padding: 64px 0;
  }
}

.info-main {
  min-height: 72vh;
  background: #eff1f7;
}

.info-wrap {
  padding: 64px 0 84px;
}

.info-container {
  max-width: 760px;
}

.info-card {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 38px;
  background: #fff;
  border: 1px solid #dde3f2;
  box-shadow: 0 18px 48px rgba(31, 43, 86, 0.14);
  padding: 38px 28px 30px;
}

.info-branding {
  text-align: center;
}

.info-logo,
.info-logo-fallback {
  width: 128px;
  height: 128px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f4f7ff;
  border: 1px solid #dbe2ff;
  overflow: hidden;
}

.info-logo img {
  max-width: 90px;
  max-height: 90px;
}

.info-logo-fallback {
  font-size: 2.1rem;
  font-weight: 800;
  color: #4352a1;
}

.info-branding h1 {
  font-size: clamp(2rem, 4.2vw, 2.55rem);
  margin-bottom: 8px;
}

.info-branding p {
  color: #445074;
  max-width: 430px;
  margin: 0 auto 24px;
  font-size: 1.08rem;
}

.info-links-list {
  display: grid;
  gap: 14px;
}

.info-link-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  background: linear-gradient(130deg, #222d3f, #2c3848);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(22, 33, 56, 0.24);
  padding: 16px 18px;
  text-decoration: none;
}

.info-link-item:hover,
.info-link-item:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.info-link-item img,
.info-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.info-dot {
  background: linear-gradient(135deg, #6e84ff, #8067ff);
}

.info-link-text {
  font-size: 1.08rem;
  font-weight: 700;
}

.info-footer-mark {
  margin-top: 22px;
  text-align: center;
  color: #6a7393;
  font-weight: 700;
}

.info-empty {
  margin: 0;
  border-radius: 14px;
  background: #f7f9ff;
  border: 1px solid #d9e1ff;
  color: #4d5d90;
  padding: 14px 16px;
}

@media (max-width: 640px) {
  .info-card {
    border-radius: 28px;
    padding: 28px 18px 24px;
  }
}
