﻿@font-face {
  font-family: "PacexScript";
  src: local("Comic Sans MS");
}
:root {
  --blue: #2450e8;
  --blue-dark: #173ccc;
  --text: #17203a;
  --muted: #66708a;
  --green: #0bb66e;
  --yellow: #ffd400;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  font-size: 15px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.page {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}
.site-header {
  width: min(760px, calc(100% - 56px));
  margin: 10px auto 62px;
  background: var(--blue);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 8px 18px rgba(36,80,232,.28);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 22px;
  color: #fff;
}
.logo-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.logo-badge img { width: 46px; height: 46px; object-fit: contain; }
.nav {
  flex: 1;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: #fff;
  color: #101b36;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.socials { display: flex; gap: 15px; font-size: 13px; font-weight: 800; align-items: center; }

.hero {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}
.hero img {
  width: 100%;
  border-radius: 54px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: -58px;
  margin-left: 110px;
  position: relative;
  z-index: 2;
}
.btn {
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(36,80,232,.2);
}
.btn.outline {
  background: #fff;
  color: var(--blue);
  border: 5px solid var(--blue);
  height: 46px;
  box-shadow: none;
  font-size: 12px;
}

.section-title {
  font-family: PacexScript, "Segoe Print", cursive;
  color: #111;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 22px;
  letter-spacing: .02em;
}
.section-title span { color: var(--blue); }
.section-title:after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  background: var(--yellow);
  border-radius: 999px;
  margin: 10px auto 0;
}
.about {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 46px;
  align-items: center;
  width: min(760px, 100%);
  margin: 42px auto 42px;
}
.about .section-title {
  text-align: left;
  margin-bottom: 22px;
}
.about .section-title:after { margin-left: 0; }
.about h3 {
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 700;
}
.about p {
  color: #303a55;
  margin: 0 0 14px;
  font-size: 13px;
}
.about strong { font-weight: 900; }
.phone-art img {
  width: 370px;
  margin-left: auto;
}

.services {
  width: min(860px, 100%);
  margin: 0 auto 38px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px;
  text-align: center;
}
.service-card { padding: 0 8px; }
.service-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}
.service-card h3 {
  margin: 0 0 10px;
  font-family: PacexScript, "Segoe Print", cursive;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.1;
}
.service-card p {
  color: #3f4b65;
  margin: 0 auto 16px;
  font-size: 12px;
  max-width: 210px;
}
.service-card .btn { height: 34px; min-width: 108px; font-size: 9px; }

.value {
  width: min(860px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.value p {
  color: #253049;
  font-size: 12px;
  margin: 0 auto 10px;
  max-width: 760px;
}

.focus {
  width: min(720px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}
.focus p {
  color: #333d54;
  font-size: 12px;
  margin: 0;
}
.cta-mini {
  width: 820px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 20px;
  background: #f6f6f6;
  margin: 28px 0 0;
  padding: 18px 24px;
  text-align: center;
}
.cta-mini h3 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.2;
  color: #1c2742;
}
.cta-mini .btn { height: 32px; min-width: 112px; font-size: 9px; }
.cta-mini img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.trust {
  position: relative;
  width: 100%;
  margin-left: 0;
  padding: 26px 0 0;
  background:
    linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)),
    url("funfact-bg-1.jpg") center/cover;
}
.trust-inner {
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 42px;
  align-items: center;
  min-height: 126px;
}
.trust h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  color: #000;
}
.trust h2 span {
  font-family: PacexScript, "Segoe Print", cursive;
  color: var(--blue);
  font-size: 24px;
}
.trust ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #26314b;
  font-size: 12px;
}
.trust li { margin: 8px 0; }
.stats-strip {
  width: 100%;
  margin-left: 0;
  background: #032338;
  padding: 22px 0 30px;
}
.stats-grid {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat-card {
  background: rgba(255,255,255,.12);
  color: #fff;
  text-align: center;
  min-height: 116px;
  padding: 25px 12px 18px;
  border-bottom: 5px solid #19dfaa;
}
.stat-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 11px;
}
.stat-card span { font-size: 11px; font-weight: 800; }

.industries {
  width: min(920px, 100%);
  margin: 42px auto 56px;
}
.industry-kicker {
  text-align: center;
  color: #7c8497;
  font-size: 12px;
  margin-bottom: 10px;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 72px;
  column-gap: 42px;
  margin-top: 42px;
}
.industry-item {
  position: relative;
  min-height: 58px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  color: #111;
}
.industry-item:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 16px;
  border-top: 1px dashed rgba(36,80,232,.28);
  transform: rotate(-12deg);
}
.industry-icon {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}
.industry-icon small {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
}

.insights {
  width: min(860px, 100%);
  margin: 0 auto 48px;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.post-card {
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.post-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}
.post-body {
  padding: 11px 13px 16px;
}
.post-body small {
  color: #80889a;
  font-size: 9px;
}
.post-body h3 {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.faq {
  width: min(920px, 100%);
  margin: 0 auto 46px;
}
.faq-item {
  margin-bottom: 14px;
}
.faq-q {
  background: #f4f4f4;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 900;
}
.faq-a {
  padding: 13px 22px 3px;
  color: #27324b;
  font-size: 11px;
}

.customers {
  width: min(920px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.customer-row {
  display: grid;
  grid-template-columns: 30px repeat(4, 1fr) 30px;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
}
.arrow {
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
}
.customer-row img {
  max-height: 68px;
  object-fit: contain;
  margin: 0 auto;
}
.footer {
  width: 100%;
  margin-left: 0;
  background: #eef3f7;
  padding: 22px 0 20px;
}
.footer-inner {
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.footer h3 {
  color: var(--blue);
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footer a, .footer p {
  display: block;
  color: #253049;
  font-size: 10px;
  margin: 5px 0;
}
.credit {
  text-align: center;
  color: #26314b;
  font-size: 10px;
  margin-top: 18px;
}

.spacer { height: 24px; }

@media (max-width: 760px) {
  .site-header { border-radius: 0 0 20px 20px; gap: 10px; padding: 8px 12px; }
  .nav { gap: 12px; font-size: 8px; overflow-x: auto; justify-content: flex-start; }
  .socials { display: none; }
  .hero img { border-radius: 30px; }
  .hero-actions { margin: 14px 0 0; justify-content: center; flex-wrap: wrap; }
  .about { grid-template-columns: 1fr; width: min(520px, 100%); }
  .about .section-title { text-align: center; }
  .about .section-title:after { margin-left: auto; }
  .phone-art img { margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr; gap: 34px; }
  .cta-mini { grid-template-columns: 1fr; margin-left: auto; margin-right: auto; }
  .trust-inner { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .stats-grid, .industry-grid, .post-grid, .customer-row, .footer-inner { grid-template-columns: 1fr; }
  .arrow { display: none; }
  .industry-grid { row-gap: 36px; }
}
