:root {
  --home-green: #30c48d;
  --home-button: #409374;
  --home-text: #111;
  --home-heading: #333;
  --home-surface: #f8f8f8;
  --home-border: #555;
  --home-radius: 16px;
  --home-shadow: 0 10px 26px rgba(17, 17, 17, .07);
}

#wmlinks-home-page, #wmlinks-home-page * { box-sizing: border-box; }
#wmlinks-home-page { color: var(--home-text); background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
#wmlinks-home-page a { color: inherit; }
#wmlinks-home-page img, #wmlinks-home-page svg { max-width: 100%; height: auto; }
#wmlinks-home-page .container { max-width: 1140px; }
.home-section { padding: 52px 0; overflow: hidden; }
.bg-surface { background: var(--home-surface); }
#wmlinks-home-page h1, #wmlinks-home-page h2, #wmlinks-home-page h3 { color: var(--home-heading); margin-top: 0; line-height: 1.25; }
#wmlinks-home-page h1 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 600; letter-spacing: -.025em; line-height: 1.16; }
#wmlinks-home-page h2 { font-size: clamp(23px, 2.4vw, 30px); font-weight: 600; margin-bottom: 24px; }
#wmlinks-home-page h3 { font-size: 18px; font-weight: 600; }
#wmlinks-home-page p:last-child { margin-bottom: 0; }
.hero-copy { max-width: 850px; margin: 4px auto 32px; }
.hero-copy h1 span { display: block; }
.hero-copy p { max-width: 710px; margin: 14px auto 0; font-size: 17px; }
.hero-footer { margin-top: 28px; text-align: center; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero-action-button { gap: 9px; }
.hero-action-button img { width: 16px; height: 16px !important; flex: 0 0 16px; filter: brightness(0) invert(1); }
.btn-site-outline { border: 1px solid var(--home-button); background: #fff; color: var(--home-button); }
.btn-site-outline:hover, .btn-site-outline:focus-visible { background: var(--home-surface); color: var(--home-button); }
.hero-slogan { margin-top: 14px; font-size: 14px; }
.section-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading-row h2 { margin-bottom: 0; }
.services-grid > div, .about-lists > div, #home-benefits .row > div, #home-contact-options .row > div { display: flex; }
.service-card, .additional-card, .result-card, .contact-card, .list-panel, .publication-card {
  width: 100%; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: #fff;
}
.service-card { display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; padding: 20px 18px 18px; text-align: center; }
.service-card h3 { margin-bottom: 6px; }
.service-price { margin-bottom: 10px; font-size: 20px; font-weight: 600; }
.service-definition { min-height: 82px; margin-bottom: 8px; font-size: 14px; }
.service-meta { margin: 9px 0 14px; padding: 10px; border-radius: var(--home-radius); background: var(--home-surface); font-size: 13px; }
.btn-site { display: inline-flex; width: fit-content; min-height: 42px; align-items: center; justify-content: center; padding: 10px 25px; border: 0; border-radius: 999px; background: var(--home-button); color: #fff !important; font: 600 14px/1.2 Montserrat, sans-serif; text-decoration: none; cursor: pointer; }
.service-card .btn-site { align-self: center; }
.btn-site:hover, .btn-site:focus-visible { background: #337d62; color: #fff; }
.btn-light { background: #fff; color: var(--home-text) !important; }
.btn-light:hover, .btn-light:focus-visible { background: #eefbf6; color: var(--home-text) !important; }
.btn-site-outline { color: var(--home-button) !important; }
.additional-wrap { margin-top: 48px; }
.additional-wrap > h2 { text-align: center; }
.additional-card { height: 100%; padding: 22px; }
.additional-card h3 { text-align: center; }
.additional-card a, .additional-card > div { display: flex; justify-content: space-between; gap: 14px; margin-top: 10px; padding: 12px 14px; border-radius: var(--home-radius); background: var(--home-surface); text-decoration: none; }
.additional-card a:hover { color: var(--home-button); }

.stats-section { padding-bottom: 0; background: #fff; }
.stats-strip { display: flex; align-items: flex-end; justify-content: center; gap: 14px; }
.stats-strip > img, .stat-visual { object-fit: cover; overflow: hidden; border-radius: 24px 24px 0 0; }
.stats-edge { flex: 0 1 248px; }
.stat-visual { position: relative; flex: 0 1 202px; }
.stat-visual.stat-center { flex-basis: 348px; }
.stat-visual img { display: block; width: 100%; }
.stat-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; text-align: center; }
.stat-copy strong { color: var(--home-heading); font-size: clamp(24px, 3.5vw, 44px); font-weight: 600; }
.stat-copy span { font-weight: 500; }

.about-main { margin-bottom: 36px; }
.richtext p { margin-bottom: 13px; }
.locations { font-size: 14px; }
.about-illustration { display: block; width: min(100%, 390px); margin: auto; }
.list-panel { height: 100%; padding: 26px; }
.check-list { display: grid; min-height: 280px; grid-template-columns: 1fr; grid-auto-rows: 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; display: flex; align-items: center; padding-left: 30px; font-size: 16px; line-height: 1.45; }
.check-list li::before { position: absolute; left: 0; top: 50%; color: var(--home-green); content: '✓'; font-size: 21px; font-weight: 700; transform: translateY(-50%); }
.benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.benefit-list > div { padding: 16px; border-radius: var(--home-radius); background: var(--home-surface); }
.benefit-list p { margin: 6px 0 0; font-size: 13px; }

.cta-box { margin: 0; padding: 30px 34px; border-radius: var(--home-radius); background: var(--home-green); }
.cta-box, .cta-box h2, .cta-box p, .cta-box .cta-copy, .cta-box .cta-copy * { color: #fff !important; }
.cta-box h2 { margin-bottom: 11px; }
.cta-box  p,.cta-copy { font-size: 18px; line-height: 1.55; }
.slider-nav { display: flex; gap: 8px; flex: 0 0 auto; }
.slider-nav button { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: var(--home-button); color: #fff; line-height: 1; }
.slider-nav button svg { width: 18px; height: 18px; }
.slider-nav button.swiper-button-disabled { opacity: .35; }
.process-swiper { width: 100%; overflow: hidden; padding: 2px 1px 18px; }
.process-swiper .swiper-wrapper, .publication-swiper .swiper-wrapper { align-items: stretch; }
.process-card { height: auto; min-height: 235px; padding: 24px 20px; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: #fff; }
.process-card h3 { font-size: 16px; }
.process-card h3 span { margin-right: 6px; color: var(--home-green); font-size: 21px; }

.tools-box { margin: 0; padding: 28px; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: #fff; }
.tools-box h2 { margin-bottom: 12px; }
.external-svg-content .powered_items { justify-content: center !important; }
.external-svg-content .powered-card { width: 105px; min-height: 72px; display: flex; align-items: center; justify-content: center; padding: 10px; border: 0; border-radius: var(--home-radius); background: var(--home-surface); }
.external-svg-content .powered-card svg { max-width: 82px; max-height: 42px; }

.publication-card { display: grid; grid-template-columns: 190px 1fr; gap: 22px; height: auto; padding: 18px; }
.publication-card > div { display: flex; flex-direction: column; }
.publication-image { display: block; min-height: 205px; align-self: stretch; overflow: hidden; border-radius: var(--home-radius); background: transparent; }
#wmlinks-home-page .publication-image img { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.pub-image-two { background-position: 65% center; }
.publication-card span { color: var(--home-button); font-size: 13px; font-weight: 600; }
.publication-card h3 { margin: 8px 0 10px; }
.publication-card a { color: var(--home-button); font-weight: 600; }
.publication-card .publication-link { margin-top: auto; padding-top: 12px; }
.section-intro { margin: -12px 0 25px; }
.result-card { min-height: 170px; padding: 26px; }
.result-card h3 { margin-bottom: 12px; }

#home-brands h2 { text-align: center; }
.brand-marquee { width: 100%; margin-top: 28px; overflow: hidden; }
.brand-track { display: flex; width: max-content; align-items: center; gap: 24px; animation: brand-scroll 55s linear infinite; will-change: transform; }
.brand-marquee:hover .brand-track { animation-play-state: paused; }
.brand-card { display: flex; min-width: 190px; min-height: 76px; align-items: center; justify-content: center; padding: 14px 20px; border-radius: var(--home-radius); background: #fff; }
.brand-card svg { max-width: 165px; max-height: 42px; }
@keyframes brand-scroll { to { transform: translateX(calc(-50% - 12px)); } }
.contact-card { min-height: 188px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 28px; }
.contact-title { margin-bottom: 14px; color: var(--home-heading); font-size: 16px; font-weight: 500; line-height: 1.4; }
.contact-title p { margin: 0; }
.contact-card p { color: #666; font-size: 13px; }
.contact-action { display: flex; align-items: center; gap: 24px; }
.contact-team { display: flex; padding-left: 8px; }
.contact-team img { width: 48px; height: 48px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.contact-team img + img { margin-left: -9px; }
.home-call-button span { display: inline-flex; width: 23px; height: 23px; align-items: center; justify-content: center; margin-left: 4px; border-radius: 50%; background: #fff; color: var(--home-button); font-size: 17px; }
.contact-card-reviews { justify-content: flex-start; }
.contact-card-reviews .clutch-widget { display: flex; flex: 1; align-items: center; justify-content: center; width: 100%; }
.clutch-fallback { display: flex; align-items: baseline; gap: 9px; color: #26343c; text-decoration: none; }
.clutch-fallback small { position: absolute; margin-top: -17px; font-size: 9px; letter-spacing: .08em; }
.clutch-fallback strong { font-size: 29px; }
.clutch-fallback span { font-size: 14px; }
.contact-mobile { display: none; }
.powered-items { display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 12px; }
.powered-card { display: flex; min-width: 0; min-height: 72px; flex: 1 1 0; align-items: center; justify-content: center; padding: 10px; border-radius: var(--home-radius); background: var(--home-surface); }
.powered-card svg { max-width: 82px; max-height: 42px; }

#home-faq h2 { text-align: center; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 12px 18px; }
.faq-grid details { overflow: hidden; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: var(--home-surface); }
.faq-grid summary { position: relative; padding: 16px 48px 16px 18px; cursor: pointer; list-style: none; font-weight: 500; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { position: absolute; right: 18px; top: 50%; color: var(--home-button); content: '+'; font-size: 22px; transform: translateY(-50%); }
.faq-grid details[open] summary::after { content: '−'; }
.faq-grid details > div { padding: 0 18px 18px; }

@media (max-width: 991.98px) {
  .home-section { padding: 44px 0; }
  .stats-edge { display: none; }
  .stat-visual { flex: 1 1 0; }
  .stat-visual.stat-center { flex-basis: 0; }
  .publication-card { grid-template-columns: 150px 1fr; }
}

@media (max-width: 767.98px) {
  #wmlinks-home-page { font-size: 14px; }
  .home-section { padding: 36px 0; }
  .hero-copy { margin-bottom: 40px; }
  .hero-copy p { font-size: 15px; }
  #home-hero > .container > .section-heading-row { justify-content: center; text-align: center; }
  #home-hero > .container > .section-heading-row h2 { width: 100%; }
  .service-card { min-height: 0; }
  .service-definition { min-height: 0; }
  .stats-strip { gap: 6px; }
  .stats-strip > .stat-visual { border-radius: 12px 12px 0 0; }
  .stat-copy { padding: 8px 3px; }
  .stat-copy strong { font-size: 20px; }
  .stat-copy span {
    width: 88%;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }
  .check-list, .benefit-list, .faq-grid { grid-template-columns: 1fr; }
  .check-list { min-height: 0; }
  .check-list li { min-height: 46px; }
  .cta-box { padding: 25px 20px; }
  .section-heading-row { align-items: flex-start; }
  .publication-card { grid-template-columns: 1fr; }
  .publication-image { min-height: 220px; }
  .tools-box { padding: 22px 18px; }
  .powered-items { flex-wrap: wrap; }
  .powered-card { min-width: 105px; flex: 0 1 105px; }
  .contact-action { flex-wrap: wrap; gap: 16px; }
  .brand-track { animation-duration: 38s; }
  .contact-desktop { display: none; }
  .contact-mobile { display: block; }
  .contact-mobile span { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.footer_contact_text  a{color:rgb(39, 174, 96) !important}
