:root {
  --home-ink: #10213d;
  --home-muted: #5e6f88;
  --home-blue: #1768f2;
  --home-cyan: #24bad3;
  --home-violet: #7658ee;
  --home-line: #dce6f2;
  --home-soft: #f4f8fd;
}

.home-page {
  color: var(--home-ink);
  background: #fff;
}

.home-page .site-header {
  width: min(1420px, calc(100% - 32px));
  top: 16px;
  min-height: 70px;
  padding: 9px 12px 9px 20px;
  color: var(--home-ink);
  border: 1px solid rgba(30, 91, 178, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 45px rgba(35, 74, 126, .12);
  backdrop-filter: blur(18px);
}
.home-page .site-header.is-scrolled {
  color: var(--home-ink);
  border-color: rgba(30, 91, 178, .15);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 45px rgba(35, 74, 126, .12);
}

.home-page .brand img { width: 158px; }
.home-page .site-nav { gap: 2px; }
.home-page .site-nav a {
  padding: 10px 9px;
  color: #40516a;
  font-size: .81rem;
  font-weight: 750;
}
.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible { color: var(--home-blue); }
.home-page .header-cta {
  min-height: 44px;
  padding: 0 17px;
  color: #fff;
  border-radius: 6px;
  background: var(--home-blue);
}

.home-page .hero {
  min-height: 720px;
  height: min(860px, 92vh);
  color: var(--home-ink);
  border-bottom: 1px solid var(--home-line);
  background: #eef5fc;
}
.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 35%, rgba(255,255,255,.36) 67%, rgba(255,255,255,.06) 100%);
}
.home-page .hero-media { inset: 0; opacity: 1; }
.home-page .hero-media::after { display: none; }
.home-page .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
}
.home-page .hero-content {
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 138px 0 74px;
}
.home-page .hero-content > * { max-width: 650px; }
.home-page .hero-status {
  width: max-content;
  padding: 8px 11px;
  color: #23508e;
  border: 1px solid #cbdcf2;
  border-radius: 6px;
  background: rgba(255,255,255,.82);
  font-size: .73rem;
}
.home-page .status-light { background: var(--home-cyan); box-shadow: none; }
.home-page .hero h1 {
  margin: 24px 0 5px;
  color: var(--home-blue);
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: .96;
  letter-spacing: 0;
}
.home-page .hero h2 {
  margin: 14px 0 18px;
  color: var(--home-ink);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.home-page .hero-lead {
  margin: 0;
  color: #4f6079;
  font-size: 1.03rem;
  line-height: 1.7;
}
.home-page .hero-actions { margin-top: 28px; gap: 10px; }
.home-page .hero .button {
  min-height: 50px;
  border-radius: 6px;
  font-size: .9rem;
}
.home-page .hero .button.primary { color: #fff; background: var(--home-blue); border-color: var(--home-blue); }
.home-page .hero .button.secondary { color: #173d77; background: rgba(255,255,255,.9); border-color: #bfd0e8; }
.home-page .hero-links {
  display: flex;
  gap: 24px;
  margin-top: 25px;
}
.home-page .hero-links a { color: #31527d; font-size: .84rem; font-weight: 800; }
.home-page .hero-scroll { z-index: 2; color: #496079; }

.home-solutions { padding: 104px 0 84px; background: #fff; }
.home-solutions-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 32px;
}
.home-page .eyebrow { color: var(--home-blue); }
.home-solutions-heading h2,
.home-page .section-heading h2,
.home-page .delivery-intro h2,
.home-page .clients-statement h2,
.home-page .about-arttinov-intro h2,
.home-page .contact-copy h2 {
  color: var(--home-ink);
  letter-spacing: 0;
}
.home-solutions-heading h2 { margin: 9px 0 0; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.06; }
.home-solutions-heading > p { margin: 0; color: var(--home-muted); line-height: 1.7; }
.home-solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-solution-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr);
  min-height: 300px;
  color: var(--home-ink);
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(25, 70, 131, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-solution-card:hover { transform: translateY(-4px); border-color: #a9c3e8; box-shadow: 0 22px 48px rgba(25, 70, 131, .13); }
.home-solution-card > img { width: 100%; height: 100%; object-fit: cover; }
.home-solution-card > div { min-width: 0; display: flex; flex-direction: column; padding: 30px 28px; }
.home-solution-card span { color: var(--home-blue); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.home-solution-card h3 { margin: 15px 0 10px; color: var(--home-ink); font-size: 1.4rem; line-height: 1.2; letter-spacing: 0; }
.home-solution-card p { margin: 0; color: var(--home-muted); font-size: .9rem; line-height: 1.65; }
.home-solution-card b { margin-top: auto; padding-top: 22px; color: var(--home-blue); font-size: .82rem; }
.home-solution-card i { font-style: normal; }
.home-quick-links { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; border-block: 1px solid var(--home-line); }
.home-quick-links a { display: flex; justify-content: space-between; gap: 12px; padding: 18px; color: #304d73; border-right: 1px solid var(--home-line); font-size: .83rem; font-weight: 800; }
.home-quick-links a:last-child { border-right: 0; }

.home-page .signal-strip { color: var(--home-ink); border-color: var(--home-line); background: var(--home-soft); }
.home-page .signal-inner > p,
.home-page .signal-inner dt { color: var(--home-ink); }
.home-page .signal-inner dd { color: var(--home-muted); }
.home-page .signal-inner dl > div { border-color: var(--home-line); }

.home-page .product-showcase,
.home-page .clients,
.home-page .contact { color: var(--home-ink); background: #fff; }
.home-page .delivery,
.home-page .about-arttinov { color: var(--home-ink); background: var(--home-soft); }
.home-page .product-showcase,
.home-page .delivery,
.home-page .clients,
.home-page .about-arttinov { border-color: var(--home-line); }
.home-page .section-heading > p,
.home-page .delivery-intro > p,
.home-page .about-arttinov-copy > p { color: var(--home-muted); }
.home-page .product-window,
.home-page .client-card,
.home-page .contact-shell {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: #fff;
  box-shadow: 0 12px 35px rgba(24, 67, 126, .07);
}
.home-page .window-bar { color: #52637a; background: #f2f6fb; border-color: var(--home-line); }
.home-page .product-meta { color: var(--home-ink); background: #fff; border-color: var(--home-line); }
.home-page .product-meta span,
.home-page .client-card span,
.home-page .client-card p { color: var(--home-muted); }
.home-page .delivery-steps li { color: var(--home-ink); border-color: var(--home-line); }
.home-page .delivery-steps li > span,
.home-page .delivery-steps li > strong { color: var(--home-blue); }
.home-page .delivery-steps p { color: var(--home-muted); }
.home-page .about-service-links a { color: #294c78; border-color: var(--home-line); }
.home-page .contact-shell { border-radius: 8px; }
.home-page .contact-primary { color: #fff; background: var(--home-blue); border-color: var(--home-blue); }
.home-page .contact-email,
.home-page .contact-details { color: #52647d; }

.home-page .site-footer {
  color: #40516a;
  border-top: 1px solid var(--home-line);
  background: #f7faff;
}
.home-page .footer-brand-block p,
.home-page .site-footer > p { color: #64748b; }
.home-page .footer-links a { color: #40516a; }

@media (max-width: 1080px) {
  .home-page .site-nav { display: none; }
  .home-page .nav-toggle { display: flex; }
  .home-solution-card { grid-template-columns: 1fr; }
  .home-solution-card > img { height: 220px; }
}

@media (max-width: 760px) {
  .home-page .site-header { width: calc(100% - 20px); top: 10px; padding-left: 14px; }
  .home-page .brand img { width: 132px; }
  .home-page .header-cta { display: none; }
  .home-page .hero { min-height: 690px; height: auto; }
  .home-page .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.58) 100%); }
  .home-page .hero-media img { object-position: 68% center; }
  .home-page .hero-content { width: calc(100% - 34px); padding: 120px 0 96px; }
  .home-page .hero { min-height: 760px; height: 760px; }
  .home-page .hero-status { width: 100%; max-width: 100%; line-height: 1.4; white-space: normal; font-size: .65rem; }
  .home-page .hero h1 { font-size: 3.15rem; }
  .home-page .hero h2 { font-size: 1.7rem; }
  .home-page .hero-lead { font-size: .94rem; }
  .home-page .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-page .hero .button { width: 100%; }
  .home-page .hero-links { flex-wrap: wrap; gap: 14px 22px; }
  .home-page .hero-scroll { display: none; }
  .home-solutions { padding: 48px 0 60px; }
  .home-solutions-heading { grid-template-columns: 1fr; gap: 15px; }
  .home-solutions-heading h2 { font-size: 2.25rem; }
  .home-solution-grid { grid-template-columns: 1fr; }
  .home-solution-card { min-height: 0; }
  .home-solution-card > img { height: 210px; }
  .home-solution-card > div { padding: 25px 22px; }
  .home-quick-links { grid-template-columns: 1fr; }
  .home-quick-links a { border-right: 0; border-bottom: 1px solid var(--home-line); }
  .home-quick-links a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-solution-card { transition: none; }
}
