/* ==========================================================
   Sportinn — Minimal template
   ========================================================== */

:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f4f7f7;
  --color-text: #16181b;
  --color-text-muted: #667077;
  --color-border: #e6ecec;
  --color-primary: #0c768a;
  --color-primary-dark: #095d6d;
  --color-primary-btn: #075466;
  --color-primary-btn-dark: #053f4d;
  --color-secondary: #ff803b;
  --color-dark: #15191c;
  --color-dark-alt: #21262a;
  --radius: 16px;
  --radius-lg: 24px;
  --max-width: 1120px;
  --font: Mulish, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Lato's Baltic diacritics (š č ž ą ę ė į ų ū) render oversized —
   fall back to the system font just for those code points. */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Arial');
  unicode-range: U+0104-0105, U+010C-010D, U+0116-0119, U+012E-012F, U+0160-0161, U+016A-016B, U+0172-0173, U+017D-017E;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Arial Bold'), local('Arial-BoldMT');
  unicode-range: U+0104-0105, U+010C-010D, U+0116-0119, U+012E-012F, U+0160-0161, U+016A-016B, U+0172-0173, U+017D-017E;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Arial Bold'), local('Arial-BoldMT');
  unicode-range: U+0104-0105, U+010C-010D, U+0116-0119, U+012E-012F, U+0160-0161, U+016A-016B, U+0172-0173, U+017D-017E;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 28px;
  display: block;
}

.nav {
  display: flex;
  gap: 32px;
}

.nav a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--color-text);
}

.nav-cta {
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--color-primary-btn);
  color: #fff;
  font-weight: 700;
}

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

.btn-secondary {
  background: transparent;
  color: var(--color-text);
  font-weight: 700;
  border-color: var(--color-text);
  border-width: 2px;
}

.btn-secondary:hover {
  background: var(--color-text);
  color: #fff;
}

/* ---------- Hero ---------- */
.hero {
  padding: 110px 0 100px;
  text-align: center;
  background: var(--color-bg-alt);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.18), transparent 70%);
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 59, 0.14), transparent 70%);
}

/* ---------- Decorative background blobs ---------- */
.page-blobs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.blob {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
}

.blob-sm {
  width: 190px;
  height: 190px;
}

.blob-teal {
  background: radial-gradient(circle, rgba(12, 118, 138, 0.18) 60%, transparent 78%);
}

.blob-orange {
  background: radial-gradient(circle, rgba(255, 128, 59, 0.16) 60%, transparent 78%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  text-align: left;
}

.hero h1 {
  font-size: 3.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 900;
  margin: 0 0 24px;
  color: var(--color-text);
}

.hero h1 span {
  color: var(--color-primary);
  display: block;
}

.lead {
  font-size: 1.15rem;
  color: var(--color-text-muted);
  max-width: 560px;
  margin: 0 0 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  flex-shrink: 0;
}

.hero-image img {
  width: 100%;
  display: block;
}

/* ---------- Hero: desktop enhancement (bigger, right-bleeding image) ----------
 * Desktop only (min-width: 901px) — mobile layout is left untouched.
 * The hero breaks out to a wider 1600px "page": the text stays aligned to the
 * normal 1120 content gutter (matching other sections), while the larger image
 * fills to the right edge of the screen, and — on very large screens — stops at
 * the 1600px page margin instead of the viewport edge.
 */
@media (min-width: 901px) {
  .hero-inner {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    gap: clamp(40px, 5vw, 96px);
    align-items: center;
  }

  /* Keep the text block aligned to the standard 1120 content gutter.
   * Uses viewport width; caps at 264px so alignment holds once the 1600px
   * page stops growing on very large screens. */
  .hero-text {
    padding-left: max(24px, min(calc((100vw - 1120px) / 2 + 24px), 264px));
  }

  .hero-image {
    align-self: center;
  }

  .hero-image img {
    width: 100%;
    height: auto;
  }
}

/* ---------- Stats ---------- */
.stats {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.stats.section-dark {
  border-bottom: none;
}

.stats.section-dark .stat-value {
  color: #fff;
}

.stats.section-dark .stat-label {
  color: #aab2b7;
}

.stats-inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 56px 0;
  flex-wrap: wrap;
  text-align: center;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-value {
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.stat-label {
  color: var(--color-text-muted);
  font-size: 1rem;
}

/* ---------- Page header ---------- */
.page-header {
  padding: 64px 0 40px;
  text-align: center;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}

.page-header h1 {
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.page-header .lead {
  margin: 0 auto;
}

.back-link {
  display: inline-block;
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.back-link:hover {
  color: var(--color-text);
}

.page-header .news-date {
  display: block;
  margin-bottom: 8px;
}

/* ---------- Article ---------- */
.article {
  max-width: 720px;
  margin: 0 auto;
}

.article h2 {
  font-size: 1.4rem;
  margin: 40px 0 16px;
  letter-spacing: -0.01em;
}

.article p {
  color: var(--color-text);
  font-size: 1.05rem;
  margin: 0 0 16px;
}

.article ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.article li {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

/* ---------- Sections ---------- */
.section {
  padding: 88px 0;
}

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

.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 12px;
}

.section-subtitle {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 56px;
}

/* ---------- Showcase ---------- */
.showcase-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}

.showcase-row + .showcase-row {
  margin-top: 64px;
}

.showcase-row-reverse .showcase-image {
  order: 2;
}

.showcase-image img {
  width: 100%;
  display: block;
}

.showcase-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.showcase-text p {
  color: var(--color-text-muted);
  font-size: 1rem;
  margin: 0;
}

/* ---------- Testimonials ---------- */
.testimonials-scroller {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - var(--max-width)) / 2));
  width: max-content;
}

.testimonial-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 340px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.testimonial-quote {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 24px;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}

.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
}

.testimonial-author span {
  display: block;
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

/* ---------- Use cases ---------- */
.usecases-scroller {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.usecases-track {
  display: flex;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - var(--max-width)) / 2));
  width: max-content;
}

.usecase {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 280px;
  padding: 28px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.usecase:hover {
  box-shadow: 0 12px 28px rgba(21, 25, 28, 0.08);
  transform: translateY(-2px);
}

.usecase-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: block;
}

.usecase h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.usecase p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin: 0;
}

/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature {
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.feature:hover {
  box-shadow: 0 12px 28px rgba(21, 25, 28, 0.08);
  transform: translateY(-2px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3eef0;
  border-radius: 50%;
}

.feature:nth-child(even) .feature-icon {
  background: #fff1e8;
}

.feature-icon img {
  max-width: 26px;
  max-height: 26px;
}

.feature h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.feature p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin: 0;
}

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.price-card {
  position: relative;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.price-card-featured {
  background: var(--color-bg);
  border: 2px solid var(--color-primary);
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.16);
}

.price-card-featured .price-value {
  color: var(--color-primary);
}

.price-card-featured .price-features li::before {
  color: var(--color-primary);
}

.price-badge {
  position: absolute;
  top: -14px;
  left: 32px;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.price-desc {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin: 0 0 24px;
  min-height: 2.7em;
}

.price-amount {
  margin-bottom: 24px;
}

.price-value {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.price-period {
  color: var(--color-text-muted);
  font-size: 1rem;
  margin-left: 4px;
}

.price-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  flex-grow: 1;
}

.price-features li {
  padding: 8px 0;
  border-top: 1px solid var(--color-border);
  font-size: 0.95rem;
  color: var(--color-text);
}

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

.price-features li::before {
  content: "✓";
  color: var(--color-secondary);
  font-weight: 700;
  margin-right: 10px;
}

.price-cta {
  width: 100%;
}

/* ---------- Add-ons ---------- */
.addons {
  margin-top: 56px;
  padding: 32px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.addons h3 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 700;
}

.addons-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.addons-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--color-border);
  font-size: 0.95rem;
}

.addons-list li:first-child {
  border-top: none;
}

.addon-price {
  color: var(--color-primary);
  font-weight: 700;
}

.addons-note {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- Clients ---------- */
.section-dark {
  background: var(--color-dark);
  color: #fff;
}

.section-dark .section-title {
  color: #fff;
}

.section-dark .section-subtitle {
  color: #aab2b7;
}

.clients-section {
  padding: 40px 0;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.clients-section .section-title {
  margin: 0 0 24px;
}

.clients-slider {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.clients-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: clients-scroll 30s linear infinite;
}

.clients-slider:hover .clients-track {
  animation-play-state: paused;
}

.client-logo {
  background: transparent;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 200px;
  flex-shrink: 0;
}

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

@keyframes clients-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- News ---------- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.news-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.news-card:hover {
  box-shadow: 0 12px 28px rgba(21, 25, 28, 0.08);
  transform: translateY(-2px);
}

.news-body {
  padding: 28px 24px 24px;
}

.news-date {
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

.news-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 8px 0 8px;
}

.news-body p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin: 0 0 16px;
}

.news-link {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}

.news-link:hover {
  text-decoration: underline;
}

.news-more {
  margin-top: 40px;
  text-align: center;
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 16px 24px;
  margin-bottom: 12px;
  background: var(--color-bg);
}

.faq-item summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  color: var(--color-text-muted);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--color-text-muted);
}

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.team-member {
  text-align: center;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 16px;
}

.team-member h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.team-role {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- Contact ---------- */
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.contact-inner .section-title,
.contact-inner .section-subtitle {
  text-align: left;
  margin-left: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--color-bg);
  padding: 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text);
}

.contact-form input,
.contact-form textarea {
  font: inherit;
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg-alt);
  color: var(--color-text);
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

.contact-form button {
  margin-top: 8px;
  align-self: flex-start;
}

.contact-notice {
  padding: 16px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  margin: 0;
}

.contact-notice--ok {
  background: #e3eef0;
  color: var(--color-primary-dark);
  border: 1px solid var(--color-primary);
}

.contact-notice--err {
  background: #fdece4;
  color: var(--color-secondary-dark, #e96b28);
  border: 1px solid var(--color-secondary);
  margin-bottom: 16px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-dark);
  color: #aab2b7;
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .lead {
    margin: 0 auto 40px;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero h1 {
    font-size: 2.75rem;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .showcase-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .showcase-row-reverse .showcase-image {
    order: 0;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .nav-toggle {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 12px 24px rgba(21, 25, 28, 0.08);
    padding: 8px 24px 16px;
  }
  .nav.nav-open {
    display: flex;
  }
  .nav a {
    padding: 12px 0;
    border-top: 1px solid var(--color-border);
  }
  .nav a:first-child {
    border-top: none;
  }
  .header-inner {
    position: relative;
  }
  .hero {
    padding: 80px 0 64px;
  }
  .hero h1 {
    font-size: 2.25rem;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .client-logo {
    width: 110px;
    height: 48px;
  }
  .section {
    padding: 56px 0;
  }
  .footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
