:root {
  --bg: #eef4ff;
  --panel: rgba(255, 255, 255, 0.84);
  --line: rgba(25, 74, 158, 0.1);
  --text: #0d1b2a;
  --muted: #5c6b84;
  --primary: #1663ff;
  --primary-deep: #0d46c8;
  --sky: #59c4ff;
  --mint: #8be4c5;
  --shadow: 0 24px 80px rgba(21, 55, 110, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(89, 196, 255, 0.18), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(139, 228, 197, 0.16), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 40%, #f5f9ff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(22, 99, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 99, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 88%);
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}

.orb-one { top: 120px; left: -90px; width: 260px; height: 260px; background: rgba(89, 196, 255, 0.22); }
.orb-two { right: -80px; top: 340px; width: 240px; height: 240px; background: rgba(22, 99, 255, 0.16); }

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(13, 70, 200, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 170px;
  height: 68px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  flex-shrink: 0;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand-digital {
  color: #08153f;
}

.brand-webzone {
  background: linear-gradient(90deg, #1f8cff 0%, #285bff 45%, #6b2dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-mark img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a, .header-cta { text-decoration: none; }
.nav-links a { color: var(--muted); font-weight: 600; }

.nav-usp {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 140, 255, 0.12), rgba(107, 45, 255, 0.12));
  border: 1px solid rgba(22, 99, 255, 0.16);
  color: var(--primary-deep) !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
}

.nav-dropbtn {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 260px;
  padding: 12px;
  border: 1px solid rgba(22, 99, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(13, 70, 200, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--text);
}

.nav-dropdown-menu a::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: var(--primary);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.nav-dropdown-menu a:nth-child(1)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h5l2-3 3 6 2-3h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 6h4v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 6l-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h5l2-3 3 6 2-3h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 6h4v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 6l-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(2)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v10H4zM8 19h8M10 15v4M14 15v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v10H4zM8 19h8M10 15v4M14 15v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(3)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v11H4zM7 9h10M7 13h7M9 19h6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v11H4zM7 9h10M7 13h7M9 19h6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(4)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 4a7 7 0 105.2 11.7L20 19.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 12h5M8.5 9.5h3.5M8.5 14.5h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 4a7 7 0 105.2 11.7L20 19.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 12h5M8.5 9.5h3.5M8.5 14.5h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(5)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10a3 3 0 116 0v5a3 3 0 11-6 0v-5zm8-3a2 2 0 114 0v8a2 2 0 11-4 0V7zM3 13a2 2 0 114 0v2a2 2 0 11-4 0v-2z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10a3 3 0 116 0v5a3 3 0 11-6 0v-5zm8-3a2 2 0 114 0v8a2 2 0 11-4 0V7zM3 13a2 2 0 114 0v2a2 2 0 11-4 0v-2z' fill='black'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(6)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l2.1 4.4L19 9l-3.5 3.4.8 4.8L12 15l-4.3 2.2.8-4.8L5 9l4.9-1.6L12 3z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l2.1 4.4L19 9l-3.5 3.4.8 4.8L12 15l-4.3 2.2.8-4.8L5 9l4.9-1.6L12 3z' fill='black'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(7)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 17l5-5 3 3 6-7 2 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='7' r='2' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 17l5-5 3 3 6-7 2 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='7' r='2' fill='black'/%3E%3C/svg%3E");
}

.nav-dropdown-menu a:nth-child(8)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 18l4-4 3 3 7-7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10h5v5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 18l4-4 3 3 7-7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10h5v5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nav-dropdown-menu a:hover {
  background: rgba(22, 99, 255, 0.08);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 16px 32px rgba(22, 99, 255, 0.24);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

.header-cta:hover, .button:hover { transform: translateY(-2px); }

.hero, .overview, .services, .process, .reasons, .promise, .cta-section { padding-top: 34px; }

.service-hero {
  padding-top: 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 34px;
  align-items: start;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 34px;
  align-items: start;
}

.section-kicker,
.mini-label,
.service-number,
.step-number {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--primary-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-copy h1,
.section-head h2,
.reason-panel h2,
.promise-card h2,
.cta-copy h2,
.metric-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.14;
}

.hero-copy h1 {
  max-width: 24ch;
  font-size: 32px;
  letter-spacing: -0.028em;
  line-height: 1.18;
  text-wrap: balance;
}

.hero-lead,
.section-head p,
.overview-card p,
.service-card p,
.process-card p,
.panel-copy,
.promise-card p,
.cta-copy p,
.hero-note p,
.feature-row p,
.stat-box p {
  color: var(--muted);
  line-height: 1.8;
  font-weight: 600;
}

.hero-lead { max-width: 62ch; margin: 20px 0 0; font-size: 1rem; line-height: 1.9; }

.service-hero-copy h1 {
  margin: 0;
  max-width: 28ch;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

.hero-price {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-deep);
}

.hero-service-line,
.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-service-line { margin: 28px 0 0; }

.hero-service-line span,
.tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(22, 99, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-note,
.hero-panel,
.overview-card,
.service-card,
.process-card,
.reason-panel,
.promise-card,
.cta-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-note {
  margin-top: 28px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(223, 240, 255, 0.9));
}

.hero-note strong { display: block; margin-bottom: 10px; font-size: 1.08rem; }
.hero-image-card {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(22, 99, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(37, 78, 166, 0.12);
}

.hero-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
}

.hero-panel-main { padding: 22px; }
.panel-top { display: flex; gap: 8px; margin-bottom: 18px; }
.signal { width: 10px; height: 10px; border-radius: 50%; background: rgba(13, 27, 42, 0.14); }
.live-dot { background: #1ec777; }

.gradient-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f4fe0, #4fb8ff);
  color: #fff;
}

.metric-card h2 { max-width: 12ch; font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.mini-label { margin: 0 0 8px; font-size: 0.74rem; font-weight: 800; color: inherit; opacity: 0.78; }

.icon-circle,
.service-icon {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.icon-circle {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
}

.icon-circle svg, .service-icon svg { width: 28px; height: 28px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.stat-box-wide {
  grid-column: 1 / -1;
}

.stat-box,
.feature-list-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(22, 99, 255, 0.1);
}

.stat-box strong, .feature-row strong { display: block; margin-top: 12px; font-size: 1rem; }
.stat-box p, .feature-row p { margin: 8px 0 0; line-height: 1.65; }

.feature-list-card { margin-top: 16px; }
.feature-row { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; align-items: start; }
.feature-row + .feature-row { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(22, 99, 255, 0.08); }
.seo-intro-card { margin-top: 16px; }

.slider-card {
  margin-top: 16px;
  padding: 20px;
}

.slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.slider-header strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.slider-dots {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(22, 99, 255, 0.2);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.slider-dot.active {
  background: var(--primary);
  transform: scale(1.15);
}

.slide-panel {
  display: none;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(228, 242, 255, 0.9));
  border: 1px solid rgba(22, 99, 255, 0.1);
}

.slide-panel.active {
  display: block;
}

.slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.slide-top h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.slide-copy {
  margin: 0;
  font-size: 0.96rem;
}

.slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.slide-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(22, 99, 255, 0.1);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 99, 255, 0.1), rgba(89, 196, 255, 0.16));
  color: var(--primary);
}

.service-icon.small { width: 44px; height: 44px; border-radius: 14px; }

.section-head { max-width: 760px; margin-bottom: 24px; }
.section-head h2, .reason-panel h2, .promise-card h2, .cta-copy h2 { font-size: 22px; font-weight: 600; letter-spacing: 0em; line-height: 1.34; text-wrap: balance; }
.section-head p { margin: 18px 0 0; max-width: 64ch; }

.overview-grid, .reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.overview-image-card {
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid rgba(22, 99, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 55px rgba(54, 89, 152, 0.09);
}

.overview-image-card img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.overview-card, .reason-panel, .promise-card, .cta-card { padding: 28px; }
.tag-grid { margin-top: 16px; }
.focus-card { background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(227, 244, 255, 0.9)); }

.mission-card {
  background: linear-gradient(135deg, rgba(20, 81, 226, 0.96), rgba(77, 188, 255, 0.92));
  color: #fff;
}

.mission-card p, .mission-card .mini-label { color: rgba(255, 255, 255, 0.82); }
.mission-card h3 { margin: 8px 0 14px; font-family: "Sora", sans-serif; font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.2; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.seo-services-grid .service-card {
  min-height: 100%;
}

.service-card { grid-column: span 4; padding: 24px; }
.service-card.wide { grid-column: span 8; }
.service-card.accent { background: linear-gradient(135deg, rgba(227, 244, 255, 0.96), rgba(255, 255, 255, 0.92)); }
.paid-ads-card {
  min-height: 347px;
  background: linear-gradient(135deg, rgba(235, 245, 255, 0.98), rgba(255, 255, 255, 0.94));
}
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.service-number, .step-number { font-size: 0.76rem; font-weight: 800; color: var(--primary-deep); }
.service-card h3, .process-card h3 { margin: 18px 0 12px; font-family: "Sora", sans-serif; font-size: 1.2rem; line-height: 1.25; }

.service-card ul, .check-list { margin: 18px 0 0; padding: 0; list-style: none; }

.service-card li,
.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 600;
}

.service-card li + li, .check-list li + li { margin-top: 10px; }

.service-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--sky));
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.seo-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-card { padding: 24px; }
.industries-panel { background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 251, 248, 0.9)); }
.panel-copy { margin: 18px 0 0; }

.two-col-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.two-col-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.two-col-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.7;
}

.two-col-list li + li {
  margin-top: 10px;
}

.two-col-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--sky));
}

.promise-card {
  background: linear-gradient(135deg, rgba(14, 69, 198, 0.98), rgba(82, 193, 255, 0.92));
  color: #fff;
}

.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
  align-items: center;
}

.promise-copy {
  max-width: 640px;
}

.promise-card .section-kicker,
.promise-card p {
  color: rgba(255, 255, 255, 0.84);
}

.promise-card h2 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
}

.promise-card p {
  max-width: 58ch;
  margin: 18px 0 0;
}

.promise-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: stretch;
}

.promise-points span {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 18px 18px 18px 54px;
  border-radius: 24px;
  position: relative;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.promise-points span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.45) 45%, transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16));
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at top right, rgba(89, 196, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(224, 243, 255, 0.92));
}

.cta-actions { display: grid; gap: 12px; min-width: 260px; }

.contact-section {
  padding: 34px 0 60px;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(22, 99, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font: inherit;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(22, 99, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(22, 99, 255, 0.08);
}

.full-width {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 18px 0 28px;
}

.footer-shell {
  padding: 28px 28px 18px;
  border: 1px solid rgba(22, 99, 255, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(231, 243, 255, 0.94));
  box-shadow: var(--shadow);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-brand-block,
.footer-column {
  display: grid;
  align-content: start;
}

.footer-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 58px;
  overflow: hidden;
  flex-shrink: 0;
}

.footer-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  padding-top: 1px;
}

.footer-wordmark span {
  color: inherit;
}

.footer-wordmark span:first-child {
  color: #08153f;
}

.footer-wordmark span:last-child {
  background: linear-gradient(90deg, #1f8cff 0%, #285bff 45%, #6b2dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-brand-block p,
.footer-column p,
.footer-bottom p,
.footer-column h3,
.footer-column a,
.footer-column a:visited,
.footer-column a:hover,
.footer-column a:active {
  color: #111111 !important;
}

.footer-brand-block p,
.footer-column p {
  margin: 0;
  line-height: 1.45;
  font-weight: 500;
}

.footer-column h3 {
  margin: 0 0 14px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.footer-column a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(22, 99, 255, 0.08);
}

.footer-bottom p {
  font-weight: 500;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.about-story-card,
.about-stat-card,
.team-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-story-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 241, 255, 0.88));
}

.about-story-card h2 {
  margin: 0 0 16px;
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.about-story-card p + p {
  margin-top: 14px;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  color: var(--primary-deep);
}

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

.founder-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 244, 255, 0.9));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.founder-stack {
  display: grid;
  gap: 24px;
}

.founder-showcase-reverse .founder-copy {
  order: 2;
}

.founder-showcase-reverse .founder-visual {
  order: 1;
}

.founder-copy h2 {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.founder-copy h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
}

.founder-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.founder-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.founder-mini-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(22, 99, 255, 0.1);
}

.founder-mini-card strong {
  display: block;
  margin: 12px 0 8px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.founder-mini-card p {
  margin: 0;
  font-size: 0.95rem;
}

.founder-visual {
  display: grid;
}

.founder-photo-card {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(22, 99, 255, 0.08);
}

.founder-portrait {
  position: relative;
  width: min(100%, 360px);
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.85), transparent 26%),
    linear-gradient(180deg, #edf6ff 0%, #d9ebff 100%);
}

.founder-portrait-alt {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.82), transparent 26%),
    linear-gradient(180deg, #eefbff 0%, #d7f0ff 100%);
}

.founder-portrait-third {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.82), transparent 26%),
    linear-gradient(180deg, #eef4ff 0%, #dbe5ff 100%);
}

.portrait-glow {
  position: absolute;
  inset: auto auto 48px 50%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(22, 99, 255, 0.16), transparent 68%);
}

.portrait-bust {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 260px;
  height: 360px;
  transform: translateX(-50%);
}

.portrait-head {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 88px;
  height: 102px;
  border-radius: 44px 44px 40px 40px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #efc29f 0%, #d99a75 100%);
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.04);
}

.portrait-head::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 6px;
  width: 76px;
  height: 36px;
  border-radius: 30px 30px 18px 18px;
  background: #6e7789;
}

.founder-portrait-alt .portrait-head::before {
  background: #4f5f7d;
}

.founder-portrait-third .portrait-head::before {
  background: #5f6678;
}

.portrait-body {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 220px;
  height: 250px;
  transform: translateX(-50%);
  border-radius: 34px 34px 0 0;
  background: linear-gradient(180deg, #1e2a3a 0%, #101826 100%);
}

.portrait-body::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 72px;
  height: 150px;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #eef3fb;
}

.founder-portrait-alt .portrait-body {
  background: linear-gradient(180deg, #26374e 0%, #121d2f 100%);
}

.founder-portrait-third .portrait-body {
  background: linear-gradient(180deg, #2b3143 0%, #151a28 100%);
}

.secondary-team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.compact-team-card {
  padding: 24px;
}

.compact-team-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
}

.team-card {
  overflow: hidden;
}

.team-photo {
  display: grid;
  place-items: center;
  height: 220px;
  margin: -28px -28px 22px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #0f4fe0, #4fb8ff);
}

.team-avatar {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.team-role {
  margin: 8px 0 14px;
  color: var(--primary-deep);
  font-weight: 700;
}

.team-card p {
  color: var(--muted);
  line-height: 1.75;
}


.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
}

.chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1558ea, #54bbff);
  color: #fff;
  box-shadow: 0 20px 40px rgba(16, 80, 226, 0.28);
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}

.chat-toggle-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.chat-toggle-copy {
  display: grid;
  text-align: left;
  line-height: 1.1;
}

.chat-toggle-copy small {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.chat-toggle-copy span {
  margin-top: 3px;
}

.chat-popup {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(390px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 120px));
  overflow-y: auto;
  padding: 22px;
  border: 1px solid rgba(108, 153, 237, 0.26);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(97, 198, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 245, 255, 0.96));
  box-shadow: 0 28px 60px rgba(28, 67, 143, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.chat-widget.is-open .chat-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chat-popup-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.chat-popup-top h3 {
  margin: 6px 0 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
}

.chat-popup-top p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.chat-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(98, 120, 166, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-size: 1.2rem;
  cursor: pointer;
  flex-shrink: 0;
}

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

.chat-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chat-form label {
  display: grid;
  gap: 7px;
}

.chat-form label span {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.chat-form input,
.chat-form select,
.chat-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(111, 138, 191, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.chat-form input:focus,
.chat-form select:focus,
.chat-form textarea:focus {
  border-color: rgba(33, 100, 234, 0.42);
  box-shadow: 0 0 0 4px rgba(33, 100, 234, 0.1);
}

.chat-form textarea {
  min-height: 100px;
  resize: vertical;
}

.chat-submit {
  width: 100%;
  justify-content: center;
}

.chat-helper {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--muted);
}
@media (max-width: 1120px) {
  .hero-grid, .service-hero-grid, .overview-grid, .reasons-grid, .promise-grid, .cta-card, .process-grid, .seo-process-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-card.wide { grid-column: auto; }
  .two-col-list { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story-grid,
  .team-grid,
  .founder-showcase,
  .founder-highlights { grid-template-columns: 1fr; }

  .founder-showcase-reverse .founder-copy,
  .founder-showcase-reverse .founder-visual {
    order: initial;
  }

  .promise-copy {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .site-header { position: static; padding-top: 12px; }
  .nav-wrap { flex-wrap: wrap; border-radius: 28px; padding: 16px; gap: 14px; }
  .brand { width: 100%; justify-content: flex-start; }
  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    align-items: center;
  }
  .nav-links > a:not(.nav-usp),
  .nav-dropdown {
    width: 100%;
  }
  .nav-links > a:not(.nav-usp) {
    display: flex;
    align-items: center;
    min-height: 38px;
  }
  .hero-copy h1 { max-width: none; font-size: 30px; line-height: 1.2; letter-spacing: -0.022em; }
  .service-hero-copy h1 { max-width: none; font-size: 30px; line-height: 1.2; letter-spacing: -0.022em; }
  .hero-actions, .hero-stats, .cta-actions { display: grid; }
  .services-grid { grid-template-columns: 1fr; }
  .button, .header-cta { width: 100%; }
  .slider-header, .slide-top { flex-direction: column; align-items: flex-start; }
  .brand-text { font-size: 1.1rem; gap: 6px; }
  .nav-dropbtn { width: 100%; text-align: left; min-height: 38px; }
  .nav-usp {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 46px;
  }
  .nav-dropdown-menu { position: static; min-width: 100%; margin-top: 10px; opacity: 1; visibility: visible; transform: none; display: none; }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-shell { padding: 22px; }
  .footer-main { grid-template-columns: 1fr; }
  .about-stat-grid { grid-template-columns: 1fr; }
  .team-photo { height: 190px; }
  .founder-showcase { padding: 22px; }
  .founder-portrait { min-height: 360px; }
  .portrait-bust { width: 220px; height: 300px; }
  .promise-points { grid-template-columns: 1fr; }
  .chat-widget {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
  .chat-toggle {
    width: 100%;
    justify-content: center;
  }
  .chat-popup {
    right: 0;
    left: 0;
    width: 100%;
    bottom: 82px;
    max-height: calc(100vh - 118px);
    padding: 18px;
    border-radius: 24px;
  }
  .chat-form-grid { grid-template-columns: 1fr; }
  .chat-popup-top { margin-bottom: 14px; }
  .chat-popup-top h3 { font-size: 1.2rem; }
  .chat-form textarea { min-height: 88px; }
  .chat-toggle { min-height: 54px; padding: 10px 16px 10px 12px; }
  .chat-toggle-copy small { font-size: 0.65rem; }
  .chat-toggle-copy span { font-size: 1.1rem; }
}


.chat-status {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  min-height: 1.6em;
}

.chat-status.is-success {
  color: #14814d;
}

.chat-status.is-error {
  color: #c33d37;
}

.chat-form.is-loading .chat-submit {
  opacity: 0.72;
  pointer-events: none;
}


.contact-status {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  min-height: 1.65em;
}

.contact-status.is-success {
  color: #14814d;
}

.contact-status.is-error {
  color: #c33d37;
}

.contact-form.is-loading button[type="submit"] {
  opacity: 0.72;
  pointer-events: none;
}

.hero-contact-links {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.hero-contact-links a {
  color: var(--primary-deep);
  text-decoration: none;
  font-weight: 600;
}

.hero-contact-links a:hover {
  text-decoration: underline;
}

.centered-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.client-showcase,
.testimonials-section {
  padding: 18px 0 24px;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.client-card,
.testimonial-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(22, 99, 255, 0.1);
  border-radius: 28px;
  box-shadow: 0 22px 55px rgba(54, 89, 152, 0.09);
}

.client-card {
  min-height: 184px;
  padding: 26px 22px;
  display: grid;
  gap: 18px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.client-logo-wrap {
  width: 100%;
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(229,241,255,0.92));
  border: 1px solid rgba(22, 99, 255, 0.08);
}

.client-logo-wrap img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.client-lettermark {
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-deep);
  letter-spacing: 0.08em;
}

.client-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.who-help-image-card {
  margin: 22px 0 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.who-help-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.industries-panel .panel-copy {
  margin-top: 18px;
}

.testimonial-card {
  padding: 28px;
}

.testimonial-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.testimonial-meta h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text);
}

.testimonial-meta p,
.testimonial-card > p {
  margin: 0;
  color: var(--muted);
}

.testimonial-rating {
  flex-shrink: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5b100;
  letter-spacing: 0.08em;
}

.footer-contact-column p,
.footer-contact-column address {
  margin: 0;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.footer-contact-column {
  gap: 12px;
}

.footer-contact-column strong {
  color: #000;
  font-weight: 700;
  margin-right: 6px;
}

.footer-column address {
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .client-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .client-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .client-card,
  .testimonial-card {
    border-radius: 24px;
  }
}
.footer-contact-column a {
  color: #000;
  font-weight: 600;
}
.nav-dropdown-menu a:nth-child(7)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l2.1 4.4L19 9l-3.5 3.4.8 4.8L12 15l-4.3 2.2.8-4.8L5 9l4.9-1.6L12 3z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l2.1 4.4L19 9l-3.5 3.4.8 4.8L12 15l-4.3 2.2.8-4.8L5 9l4.9-1.6L12 3z' fill='black'/%3E%3C/svg%3E");
}
.nav-dropdown-menu a:nth-child(8)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h5l2-3 3 6 2-3h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 6h4v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 6l-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h5l2-3 3 6 2-3h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 6h4v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 6l-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.business-system-block {
  margin-top: 24px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(22, 99, 255, 0.12), rgba(99, 173, 255, 0.16));
  border: 1px solid rgba(22, 99, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 18px 48px rgba(54, 89, 152, 0.10);
}

.business-system-block .mini-label {
  margin-bottom: 14px;
}

.system-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.system-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(22, 99, 255, 0.12);
  color: var(--text);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(54, 89, 152, 0.08);
}

.system-flow i {
  font-style: normal;
  color: var(--brand);
  font-size: 1.15rem;
  font-weight: 800;
}

.highlight-banner {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.highlight-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 99, 255, 0.12);
  color: var(--text);
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(54, 89, 152, 0.08);
}

.highlight-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1663ff, #6c57ff);
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .business-system-block {
    padding: 20px;
    border-radius: 24px;
  }

  .system-flow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .system-flow i {
    display: none;
  }
}









.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(22, 99, 255, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: #111111 !important;
  box-shadow: 0 10px 24px rgba(54, 89, 152, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  background: rgba(22, 99, 255, 0.08);
  box-shadow: 0 14px 28px rgba(54, 89, 152, 0.12);
}

.footer-socials svg {
  width: 18px;
  height: 18px;
}
.founder-photo-card-real {
  padding: 22px;
}

.founder-image-shell {
  width: min(100%, 420px);
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #eef5ff 0%, #dbe9ff 100%);
  box-shadow: 0 24px 54px rgba(40, 80, 150, 0.16);
  border: 1px solid rgba(22, 99, 255, 0.12);
}

.founder-real-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.founder-lettermark-shell {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.7), transparent 28%),
    linear-gradient(135deg, rgba(22, 99, 255, 0.18), rgba(255, 122, 0, 0.16));
}

.founder-lettermark-shell span {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 32px;
  background: linear-gradient(135deg, #1663ff, #ff7a00);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 22px 44px rgba(38, 89, 196, 0.22);
}

.founder-lettermark-shell small {
  color: var(--primary-deep);
  font-weight: 800;
}

@media (max-width: 760px) {
  .founder-image-shell,
  .founder-real-image {
    min-height: 400px;
  }
}

.founder-image-shell-large {
  width: min(100%, 440px);
  min-height: 560px;
}

.founder-image-shell-large .founder-real-image {
  min-height: 560px;
}



