/* BOSS — Bubyn Onusko Software Solutions
   Static rebuild of bossolutions.pro */

:root {
  --brand: #0b7ebb;
  --brand-dark: #09679a;
  --header-bg: #63b3ed;
  --section-alt: #f2f8fc;
  --section-gray: #f9f9f9;
  --text: #000;
  --text-muted: #333;
  --font: 'Poppins', Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */

.site-header {
  background: var(--header-bg);
  padding: 14px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.site-header .logo img {
  width: 150px;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.site-nav a:hover {
  opacity: 0.75;
}

/* ---------- Shared section pieces ---------- */

.section {
  padding: 70px 0;
}

.section-alt {
  background: var(--section-alt);
}

.section-gray {
  background: var(--section-gray);
}

.eyebrow {
  font-size: 15px;
  font-weight: 500;
  color: var(--brand);
  margin-bottom: 8px;
}

.headline {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 18px;
}

.center {
  text-align: center;
}

.btn {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 10px;
  border: 2px solid var(--brand);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-outline {
  background: transparent;
  color: var(--brand);
}

.btn-outline:hover {
  background: var(--brand);
  color: #fff;
}

/* ---------- Hero ---------- */

.hero {
  padding: 80px 0;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hero h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
}

.hero p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.hero .btn {
  margin-top: 8px;
}

/* ---------- Services ---------- */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
  text-align: center;
}

.service-card img {
  width: 40px;
  margin-bottom: 16px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  color: var(--text-muted);
}

/* ---------- Insights ---------- */

.insights .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.insights p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.btn-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- Pricing ---------- */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  align-items: stretch;
}

.price-card {
  background: #fff;
  border: 2px solid var(--brand);
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.price-card h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 6px;
}

.price-card .price {
  font-size: 23px;
  font-weight: 500;
  color: var(--brand);
  margin-bottom: 2px;
}

.price-card .price-note {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 22px;
}

.price-card ul {
  list-style: none;
  font-size: 14px;
  color: var(--text-muted);
}

.price-card li {
  padding: 8px 0;
  border-top: 1px solid #e6eef5;
}

.price-card li:first-child {
  border-top: none;
}

.pricing-footnote {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 28px;
}

/* ---------- Work with us ---------- */

.work .container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.work ul {
  list-style: none;
  margin: 10px 0 28px;
}

.work li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--text-muted);
  padding: 8px 0;
}

.work li img {
  width: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ---------- About page ---------- */

.story p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 18px;
  max-width: 820px;
}

.team-heading {
  margin-top: 60px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 380px));
  gap: 50px;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.team-card img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.team-card .role {
  font-size: 15px;
  font-weight: 500;
  color: var(--brand);
  margin-top: 18px;
}

.team-card h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 4px 0 10px;
}

.team-card p {
  font-size: 14px;
  color: var(--text-muted);
}

.about-cta {
  text-align: center;
  padding: 80px 0;
}

.about-cta .divider {
  display: block;
  margin: 26px auto;
  width: 100%;
  max-width: 500px;
}

.contact-lines {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.contact-lines a:hover {
  color: var(--brand);
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--header-bg);
  color: #fff;
  padding: 50px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo img {
  width: 125px;
}

.site-footer h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
}

.site-footer ul {
  list-style: none;
  font-size: 15px;
}

.site-footer li {
  margin-bottom: 8px;
}

.site-footer a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 20px;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero .container,
  .insights .container,
  .work .container {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .hero h1 {
    font-size: 30px;
  }

  .headline {
    font-size: 26px;
  }

  .insights .container > .insights-image {
    order: 2;
  }
}
