/* Static pages aligned to the design mockups. */

:root {
  --brand-purple: #6366f1;
  --header-h: 72px;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(226, 232, 240, 0.8);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.logo img {
  height: 48px;
}

.nav {
  justify-content: center;
  gap: 18px;
}

.nav a {
  position: relative;
  height: var(--header-h);
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 0;
  color: #111827;
  background: transparent;
  font-size: 15px;
}

.nav a:hover,
.nav a.active {
  color: var(--brand-blue);
  background: transparent;
  font-weight: 600;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: var(--brand-blue);
}

.header-cta {
  gap: 18px;
}

.header-phone {
  color: var(--brand-blue);
  font-weight: 700;
  white-space: nowrap;
}

.header-cta .btn-primary {
  min-width: 106px;
  height: 38px;
  padding: 0 22px;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.16);
}

.section {
  padding: 76px 0;
}

.title-block h1,
.title-block h2,
.section-title-line,
.about-page-hero h1,
.section-head-center h2 {
  position: relative;
}

.title-block h1::after,
.title-block h2::after,
.section-title-line::after,
.about-page-hero h1::after,
.section-head-center h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  border-radius: 8px;
  background: var(--brand-blue);
}

.section-head-center h2::after {
  margin: 10px auto 0;
}

.section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.section-link,
.more-link {
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 600;
}

/* Homepage */
.hero-home {
  position: relative;
  overflow: hidden;
  padding: 72px 0 54px;
  background:
    radial-gradient(circle at 82% 30%, rgba(37, 99, 235, 0.16) 0 0, transparent 190px),
    radial-gradient(circle at 48% 20%, rgba(37, 99, 235, 0.11) 0 15px, transparent 16px),
    linear-gradient(180deg, #f1f7ff 0%, #fff 96%);
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(37, 99, 235, 0.22) 1.4px, transparent 1.8px) 70% 60% / 22px 22px no-repeat,
    linear-gradient(150deg, transparent 55%, rgba(37, 99, 235, 0.06) 55.4%, transparent 78%);
  pointer-events: none;
}

.hero-home .hero-inner {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 0.95fr;
  gap: 68px;
}

.hero-home h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
}

.hero-home h1 span {
  color: var(--brand-blue);
}

.hero-desc {
  color: #4b5563;
  font-size: 18px;
}

.hero-actions {
  gap: 28px;
  margin-top: 26px;
}

.hero-actions .btn {
  width: 138px;
  height: 44px;
  padding: 0;
  border-radius: 4px;
  font-weight: 700;
}

.hero-actions .btn-outline {
  background: #fff;
}

.hero-mockup {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-mockup img {
  width: 100%;
  max-width: 650px;
  filter: drop-shadow(0 24px 32px rgba(37, 99, 235, 0.16));
}

.service-row-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.service-row-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  min-height: 124px;
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.04);
}

.service-row-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.18);
}

.service-row-icon.icon-blue {
  background: linear-gradient(135deg, #1d6dff, #2563eb);
}

.service-row-icon.icon-green {
  background: linear-gradient(135deg, #23d26b, #16a34a);
}

.service-row-card h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.service-row-card p {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}

.case-row-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.case-row-card {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  overflow: hidden;
  min-height: 194px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.case-row-thumb {
  overflow: hidden;
  background: #f1f5f9;
}

.case-row-thumb img,
.case-thumb img,
.media-main img,
.media-thumb img,
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-row-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
}

.case-row-body h3 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 800;
}

.case-row-body p {
  margin-bottom: 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}

.process-section {
  padding: 20px 0 8px;
  background: linear-gradient(180deg, #eef6ff 0%, #eaf4ff 100%);
}

.process-section .section-header {
  text-align: left;
  margin-bottom: 8px;
}

.process-section .section-title {
  font-size: 20px;
}

.process-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.process-bar-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 102px;
  padding: 20px 28px;
}

.process-bar-item:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 30px;
  right: 12px;
  color: #94a3b8;
  font-size: 30px;
}

.process-bar-icon {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.process-bar-icon.blue {
  background: var(--brand-blue);
}

.process-bar-icon.green {
  background: var(--brand-green);
}

.process-bar-item h4 {
  grid-column: 2;
  font-size: 15px;
  font-weight: 800;
}

.process-bar-item p {
  grid-column: 2;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

/* Cases */
.page-hero-split {
  position: relative;
  overflow: hidden;
  padding: 46px 0 8px;
  border-bottom: 0;
  background:
    radial-gradient(circle at 12% 88%, rgba(37, 99, 235, 0.08), transparent 230px),
    linear-gradient(180deg, #f6faff 0%, #fff 100%);
}

.page-hero-split-inner {
  position: relative;
  min-height: 190px;
  text-align: center;
}

.page-hero-split h1,
.services-hero h1 {
  margin-bottom: 14px;
  font-size: 52px;
  font-weight: 800;
}

.page-hero-split p,
.services-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #64748b;
  font-size: 15px;
}

.page-hero-illustration {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 320px;
  height: 210px;
  border: 0;
  background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.18), transparent 66%);
  color: var(--brand-blue);
  font-size: 82px;
}

.filter-bar {
  justify-content: center;
  margin: -46px 0 42px;
}

.filter-pill {
  min-width: 70px;
  height: 32px;
  padding: 0 20px;
  border-radius: 18px;
  color: #475569;
}

.filter-pill.active {
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.case-card {
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.case-thumb {
  overflow: hidden;
  aspect-ratio: 3.08 / 1;
  background: #eef2f7;
}

.case-card .card-body {
  padding: 24px 22px 20px;
}

.case-card h3 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 800;
}

.case-card p {
  min-height: 48px;
  margin-bottom: 14px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.tag {
  padding: 5px 14px;
  border-radius: 12px;
}

.pagination a,
.pagination span {
  border-radius: 4px;
}

/* Case detail */
.case-detail-container {
  max-width: 1812px;
}

.breadcrumb {
  padding: 18px 0 22px;
}

.case-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 44px;
  align-items: start;
  padding-bottom: 64px;
}

.media-main {
  overflow: hidden;
  aspect-ratio: 960 / 545;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #eef2f7;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.media-gallery-wrap {
  margin: 18px 0 28px;
}

.media-gallery-nav {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  gap: 16px;
  align-items: center;
}

.media-gallery-nav button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  color: #334155;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.media-gallery-nav .media-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 0;
}

.media-thumb {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #eef2f7;
}

.media-thumb.active {
  border-color: var(--brand-blue);
}

.video-player {
  position: relative;
  overflow: hidden;
  min-height: 196px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.video-player::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
}

.video-player > div {
  position: relative;
}

.video-play-btn {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.72);
  font-size: 28px;
}

.case-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 34px);
  padding: 20px 0 0 0;
  border: 0;
  box-shadow: none;
}

.case-sidebar h1 {
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 800;
}

.case-sidebar .tag {
  min-width: 70px;
  text-align: center;
  border: 1px solid var(--brand-blue);
  background: #fff;
}

.case-sidebar .desc {
  margin: 24px 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
  color: #334155;
  font-size: 15px;
  line-height: 2;
}

.sidebar-meta-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  margin-bottom: 26px;
}

.sidebar-meta-item .meta-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-size: 22px;
}

.sidebar-meta-item .meta-label {
  color: #334155;
  font-size: 15px;
}

.sidebar-meta-item .meta-value {
  margin-top: 4px;
  color: #334155;
  line-height: 1.6;
}

.case-sidebar .btn {
  height: 54px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 17px;
}

/* Consult */
.consult-page {
  min-height: calc(100vh - var(--header-h));
  padding: 40px 0 58px;
  background:
    linear-gradient(150deg, rgba(37, 99, 235, 0.06) 0 24%, transparent 24.2%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}

.consult-layout {
  grid-template-columns: 0.92fr 1fr;
  gap: 92px;
}

.consult-page h1 {
  margin-top: 18px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.consult-page h1 em {
  font-style: normal;
  color: var(--brand-blue);
}

.consult-page .lead {
  margin: 16px 0 22px;
  color: #334155;
  font-size: 21px;
}

.consult-page .title-line {
  width: 52px;
  height: 3px;
  margin-bottom: 40px;
  background: var(--brand-blue);
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px 56px;
  margin-bottom: 58px;
}

.benefit-round {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
}

.benefit-round-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.benefit-round-icon.blue {
  background: var(--brand-blue);
}

.benefit-round-icon.green {
  background: var(--brand-green);
}

.benefit-round h4 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
}

.benefit-round p {
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
}

.timeline-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 22px;
}

.timeline-process::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 13%;
  right: 13%;
  border-top: 2px dashed var(--brand-blue);
}

.timeline-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.timeline-step-num {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--brand-blue);
  font-size: 25px;
  font-weight: 800;
}

.timeline-step h4 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.timeline-step p {
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}

.consult-form-card {
  padding: 34px 36px 30px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.12);
}

.consult-form-card h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.form-input,
.form-select,
.form-textarea {
  border-radius: 4px;
  font-size: 14px;
}

.form-upload {
  padding: 18px 24px;
  border: 1px dashed #9fc3ff;
  border-radius: 4px;
  background: #fff;
}

.form-upload .upload-icon {
  color: var(--brand-blue);
}

.form-note {
  margin-top: 16px;
  text-align: center;
  color: #16a34a;
}

/* About */
.about-page-hero {
  padding: 34px 0 24px;
}

.about-intro {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 92px;
}

.about-page-hero h1 {
  margin: 0 0 22px;
  font-size: 40px;
  font-weight: 800;
}

.mission-block {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.mission-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.18);
}

.mission-block h4 {
  color: var(--brand-blue);
  font-size: 18px;
}

.mission-block p {
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
}

.about-img {
  overflow: hidden;
  aspect-ratio: 708 / 345;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.stat-row-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-row-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 112px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.stat-row-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--brand-blue);
  font-size: 28px;
}

.stat-row-num {
  color: var(--brand-blue);
  font-size: 32px;
  font-weight: 800;
}

.section-head-center {
  text-align: center;
  margin-bottom: 30px;
}

.section-head-center h2 {
  font-size: 28px;
  font-weight: 800;
}

.section-head-center p {
  max-width: 720px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.case-card[hidden] {
  display: none;
}

.home-consult {
  padding: 74px 0;
}

.home-about {
  padding-top: 78px;
}

.about-lead {
  margin-bottom: 28px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.9;
}

.about-stat-wrap {
  margin-top: 28px;
}

.advantage-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  min-height: 120px;
  padding: 26px 28px;
  border-radius: 6px;
}

.advantage-card .benefit-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 30px;
}

.advantage-card h3 {
  color: var(--brand-blue);
  font-size: 18px;
}

.advantage-card p {
  color: #334155;
  font-size: 14px;
  line-height: 1.8;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}

.partner-item {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: #1e40af;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

/* Services */
.services-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 60px;
  background:
    linear-gradient(150deg, transparent 0 62%, rgba(37, 99, 235, 0.09) 62.2% 72%, transparent 72.2%),
    linear-gradient(180deg, #edf5ff 0%, #fff 100%);
  text-align: center;
}

.services-hero .accent-line {
  width: 110px;
  height: 3px;
  margin: 20px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
}

.service-grid-card {
  min-height: 340px;
  padding: 28px 30px;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(37, 99, 235, 0.06);
}

.service-grid-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  font-size: 34px;
}

.service-grid-icon.blue {
  background: var(--brand-blue);
}

.service-grid-icon.green {
  background: var(--brand-green);
}

.service-grid-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
}

.service-grid-card > p {
  margin-bottom: 24px;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

.service-grid-card li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 24px;
  color: #334155;
  font-size: 14px;
}

.service-grid-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.service-grid-card.check-blue li::before,
.service-grid-card .check-blue li::before {
  background: var(--brand-blue);
}

.service-grid-card.check-green li::before,
.service-grid-card .check-green li::before {
  background: var(--brand-green);
}

.service-grid-card .more-link {
  display: inline-block;
  margin-top: 8px;
}

.cta-banner-split {
  display: grid;
  grid-template-columns: 274px 1fr 220px;
  gap: 36px;
  align-items: center;
  min-height: 178px;
  padding: 0 72px 0 22px;
  border-radius: 8px;
  background: var(--brand-blue);
  color: #fff;
}

.cta-banner-split .cta-illustration {
  overflow: hidden;
  align-self: stretch;
}

.cta-banner-split .cta-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-banner-split h2 {
  font-size: 30px;
  font-weight: 800;
}

.cta-banner-split p {
  margin-top: 8px;
  opacity: 0.92;
}

.cta-banner-split .btn {
  height: 52px;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-blue);
  font-weight: 800;
}

.scenario-card,
.consult-info-card {
  min-height: 190px;
  padding: 30px;
  border-radius: 8px;
}

.scenario-card h3,
.consult-info-card h3 {
  margin-bottom: 12px;
  color: var(--brand-blue);
  font-size: 20px;
  font-weight: 800;
}

.scenario-card p,
.consult-info-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}

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

.delivery-item {
  min-height: 132px;
  padding: 24px 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.06);
}

.delivery-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-blue);
  font-size: 18px;
}

.delivery-item span {
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

.consult-proof {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.consult-proof h2 {
  margin-bottom: 16px;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
}

.consult-proof p {
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
}

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

.proof-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.proof-item strong {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
}

.proof-item span {
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
}

/* Footer */
.site-footer {
  padding: 28px 0 20px;
  background: linear-gradient(135deg, #102033 0%, #0f172a 100%);
}

.footer-grid {
  grid-template-columns: 2.2fr 1.2fr 1.2fr 1.8fr;
  margin-bottom: 24px;
}

.footer-brand img {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.footer-bottom {
  justify-content: center;
  gap: 28px;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0;
  z-index: 99;
  background: rgba(15, 23, 42, 0.35);
}

.mobile-nav.open {
  display: block;
}

.mobile-nav-panel {
  width: min(320px, 86vw);
  height: 100%;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.mobile-nav-panel a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
}

.mobile-nav-panel a.active {
  color: var(--brand-blue);
  font-weight: 700;
}

.mobile-nav-panel .btn {
  display: flex;
  margin-top: 16px;
  border-bottom: 0;
}

@media (max-width: 1180px) {
  .nav {
    gap: 12px;
  }

  .header-phone {
    display: none;
  }

  .service-row-list,
  .stat-row-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-row-list,
  .case-detail-layout,
  .consult-layout,
  .about-intro {
    grid-template-columns: 1fr;
  }

  .case-sidebar {
    position: static;
  }

  .partner-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .header-cta .btn-primary {
    display: none;
  }

  .logo img {
    height: 40px;
  }

  .hero-home {
    padding: 46px 0 34px;
  }

  .hero-home .hero-inner,
  .page-hero-split-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-home h1,
  .page-hero-split h1,
  .services-hero h1,
  .about-page-hero h1 {
    font-size: 32px;
  }

  .consult-page h1 {
    font-size: 44px;
  }

  .service-row-list,
  .case-row-list,
  .process-bar,
  .grid-3,
  .grid-4,
  .form-row,
  .benefit-grid,
  .timeline-process,
  .stat-row-list {
    grid-template-columns: 1fr;
  }

  .service-row-card,
  .case-row-card,
  .process-bar-item {
    grid-template-columns: 1fr;
  }

  .process-bar-item:not(:last-child)::after,
  .timeline-process::before {
    display: none;
  }

  .filter-bar {
    margin-top: 0;
  }

  .media-gallery-nav {
    grid-template-columns: 1fr;
  }

  .media-gallery-nav button {
    display: none;
  }

  .media-gallery-nav .media-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .consult-form-card {
    padding: 26px 20px;
  }

  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-banner-split {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    text-align: center;
  }

  .delivery-grid,
  .consult-proof {
    grid-template-columns: 1fr;
  }

  .cta-banner-split .cta-illustration {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
