:root {
  --sgn-ink: #16212b;
  --sgn-body: #52606b;
  --sgn-muted: #f5f7f8;
  --sgn-line: #dbe2e6;
  --sgn-card: #ffffff;
  --sgn-green: #1d6f57;
  --sgn-green-dark: #124b3c;
  --sgn-mint: #dff2eb;
  --sgn-steel: #60717d;
  --sgn-amber: #c68a2b;
  --sgn-blue: #243f55;
  --sgn-blue-soft: #edf3f6;
  --sgn-shadow: 0 18px 45px rgba(22, 33, 43, .1);
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

.corporate-site {
  margin: 0;
  background: #fbfcfb;
  color: var(--sgn-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.corporate-site a {
  color: inherit;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.corporate-site a:hover {
  color: var(--sgn-green);
  text-decoration: none;
}

.corporate-site img {
  max-width: 100%;
}

.container {
  width: min(100% - 32px, 1180px);
  max-width: 1180px;
}

.site-topbar {
  background: var(--sgn-blue);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
}

.topbar-inner,
.topbar-contact,
.topbar-social,
.header-inner,
.brand,
.primary-nav,
.nav-panel,
.hero-actions,
.footer-cta-inner,
.footer-social,
.stat-row {
  display: flex;
  align-items: center;
}

.topbar-inner {
  justify-content: space-between;
  gap: 18px;
  min-height: 40px;
}

.topbar-contact {
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-badge {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.topbar-contact a,
.topbar-contact span,
.topbar-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topbar-social {
  gap: 8px;
}

.topbar-social a,
.footer-social a {
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(219, 226, 230, .95);
  box-shadow: 0 8px 24px rgba(22, 33, 43, .04);
  backdrop-filter: blur(16px);
}

.header-inner {
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
}

.brand {
  gap: 12px;
  min-width: 220px;
}

.brand img {
  width: 94px;
  height: auto;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
  color: var(--sgn-ink);
}

.brand small {
  color: var(--sgn-body);
  font-size: 12px;
  font-weight: 600;
}

.nav-panel {
  flex: 1;
  justify-content: center;
}

.mobile-menu-button,
.mobile-nav-contact {
  display: none;
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.primary-nav {
  justify-content: center;
  gap: 3px;
  width: auto;
  padding: 4px;
  border: 1px solid var(--sgn-line);
  border-radius: 8px;
  background: #f7f9fa;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #33414c;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  background: #fff;
  border-color: var(--sgn-line);
  color: var(--sgn-blue);
}

.primary-nav a.is-active {
  background: var(--sgn-blue);
  border-color: var(--sgn-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(36, 63, 85, .18);
}

.header-cta,
.btn-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--sgn-blue);
  border-radius: 8px;
  background: var(--sgn-blue);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(36, 63, 85, .2);
}

.header-cta:hover,
.btn-premium:hover {
  background: var(--sgn-green-dark);
  border-color: var(--sgn-green-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.header-cta {
  background: #fff;
  color: var(--sgn-blue) !important;
  box-shadow: none;
}

.header-cta:hover {
  background: var(--sgn-blue);
  border-color: var(--sgn-blue);
  color: #fff !important;
}

.btn-premium.btn-ghost {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .5);
  color: #fff !important;
  box-shadow: none;
}

.btn-premium.btn-light {
  background: #fff;
  border-color: #fff;
  color: var(--sgn-green-dark) !important;
  box-shadow: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--sgn-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--sgn-amber);
}

.home-hero {
  min-height: clamp(440px, calc(100vh - 144px), 640px);
  padding: 84px 0 64px;
  background-position: center;
  background-size: cover;
  color: #fff;
  border-bottom: 1px solid rgba(23, 33, 31, .12);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 64px;
  min-height: inherit;
}

.hero-copy {
  max-width: 780px;
}

.hero-copy .eyebrow {
  color: #dff2eb;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 800;
}

.hero-copy p,
.page-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-sectors span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--sgn-ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.panel-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--sgn-green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin: 0;
  color: var(--sgn-ink);
  font-size: 25px;
  line-height: 1.14;
  font-weight: 800;
}

.hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.hero-panel li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--sgn-body);
  font-size: 14px;
  font-weight: 700;
}

.hero-panel li i {
  color: var(--sgn-green);
  font-size: 20px;
}

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

.hero-metrics div {
  padding: 16px;
  border: 1px solid var(--sgn-line);
  border-radius: 8px;
  background: var(--sgn-muted);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: var(--sgn-blue);
  font-size: 24px;
  line-height: 1;
}

.hero-metrics span {
  margin-top: 6px;
  color: var(--sgn-body);
  font-weight: 700;
}

.section-pad {
  padding: 88px 0;
}

.section-band {
  padding: 26px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(244, 247, 245, .86)),
    repeating-linear-gradient(135deg, rgba(40, 75, 99, .06) 0 1px, transparent 1px 14px);
  border-bottom: 1px solid var(--sgn-line);
}

.muted-section {
  background: var(--sgn-muted);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.service-mini,
.service-card,
.feature-card,
.process-item,
.reference-card,
.contact-card,
.blog-card,
.article-sidebar,
.empty-state {
  border: 1px solid var(--sgn-line);
  border-radius: 8px;
  background: var(--sgn-card);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-mini:hover,
.service-card:hover,
.feature-card:hover,
.process-item:hover,
.reference-card:hover,
.blog-card:hover {
  border-color: rgba(36, 63, 85, .24);
  box-shadow: 0 12px 30px rgba(22, 33, 43, .08);
  transform: translateY(-1px);
}

.service-mini {
  padding: 20px;
}

.service-mini i,
.service-card > i,
.feature-card i,
.contact-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--sgn-blue-soft);
  color: var(--sgn-blue);
  font-size: 24px;
}

.service-mini h3,
.service-card h2,
.feature-card h3,
.process-item h3,
.reference-card h2,
.contact-card h2,
.blog-card h2,
.blog-card h3,
.article-sidebar h2 {
  margin: 0 0 10px;
  color: var(--sgn-ink);
  font-weight: 800;
  line-height: 1.2;
}

.service-mini h3 {
  font-size: 16px;
}

.service-mini p,
.service-card p,
.feature-card p,
.process-item p,
.contact-card p,
.blog-card p,
.content-panel p,
.footer-brand p,
.article-content {
  color: var(--sgn-body);
}

.service-mini p,
.process-item p,
.feature-card p {
  margin: 0;
  font-size: 14px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
}

.split-section.reverse .media-panel {
  order: 2;
}

.media-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #e7ece8;
  box-shadow: var(--sgn-shadow);
}

.media-panel img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.content-panel h2,
.section-heading h2,
.proof-band h2,
.footer-cta h2 {
  margin: 0;
  color: var(--sgn-ink);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 800;
}

.content-panel p {
  margin: 20px 0 0;
  font-size: 17px;
}

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

.check-grid span,
.service-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #344540;
  font-weight: 700;
}

.check-grid i,
.service-card li i {
  color: var(--sgn-green);
  font-size: 20px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sgn-blue) !important;
  font-weight: 800;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading.with-action,
.proof-band {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.process-grid,
.feature-grid,
.services-grid,
.reference-grid,
.contact-info-grid,
.blog-card-grid,
.blog-list-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

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

.process-item {
  padding: 26px;
}

.process-item span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--sgn-blue);
  font-weight: 800;
}

.feature-grid,
.blog-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.service-card,
.reference-card,
.contact-card,
.empty-state {
  padding: 28px;
}

.stat-row {
  gap: 16px;
  margin-top: 28px;
}

.stat-row div {
  flex: 1;
  padding: 18px;
  border-radius: 8px;
  background: var(--sgn-muted);
}

.stat-row strong,
.stat-row span {
  display: block;
}

.stat-row strong {
  color: var(--sgn-green-dark);
  font-size: 28px;
  line-height: 1;
}

.stat-row span {
  color: var(--sgn-body);
  font-weight: 700;
  margin-top: 6px;
}

.page-hero {
  padding: 96px 0 76px;
  background:
    linear-gradient(135deg, rgba(223, 242, 235, .94), rgba(255, 255, 255, .9) 52%, rgba(238, 243, 247, .88)),
    url("/images/blog/4/bursakumlama-sgntemizlik.jpg") center / cover;
  border-bottom: 1px solid var(--sgn-line);
}

.page-hero h1 {
  max-width: 900px;
  color: var(--sgn-ink);
  font-size: clamp(36px, 4vw, 58px);
}

.page-hero p {
  color: var(--sgn-body);
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card p {
  margin: 0 0 20px;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reference-card {
  display: flex;
  align-items: center;
  gap: 18px;
}

.reference-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--sgn-blue-soft);
  color: var(--sgn-blue);
  font-size: 22px;
  font-weight: 800;
}

.reference-card h2 {
  margin: 0;
  font-size: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}

.contact-info-grid {
  grid-template-columns: 1fr;
}

.contact-card a,
.contact-card span {
  display: block;
  color: var(--sgn-body);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--sgn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--sgn-shadow);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--sgn-ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--sgn-line);
  border-radius: 8px;
  background: #f9fbfa;
  color: var(--sgn-ink);
  font: inherit;
  font-weight: 500;
  padding: 13px 14px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--sgn-green);
  box-shadow: 0 0 0 4px rgba(31, 122, 91, .12);
}

.map-panel {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--sgn-line);
  background: #fff;
  box-shadow: var(--sgn-shadow);
}

.map-panel iframe {
  display: block;
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card > div {
  padding: 24px;
}

.blog-card h2,
.blog-card h3 {
  font-size: 22px;
}

.blog-card p {
  margin: 0 0 18px;
}

.blog-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-card.large img {
  height: 290px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.article-cover {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--sgn-shadow);
}

.article-content {
  margin-top: 28px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--sgn-line);
  font-size: 18px;
}

.article-sidebar {
  position: sticky;
  top: 112px;
  padding: 22px;
}

.sidebar-post {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--sgn-line);
}

.sidebar-post img {
  width: 76px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.sidebar-post span {
  color: var(--sgn-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--sgn-line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(28, 52, 43, .08);
}

.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.proof-band {
  align-items: center;
}

.proof-band h2 {
  max-width: 820px;
}

.site-footer {
  background: #17211f;
  color: rgba(255, 255, 255, .78);
}

.footer-cta {
  background: var(--sgn-green);
  color: #fff;
  padding: 44px 0;
}

.footer-cta-inner {
  justify-content: space-between;
  gap: 24px;
}

.footer-cta .eyebrow,
.footer-cta h2 {
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr .8fr .9fr 1fr;
  gap: 34px;
  padding: 58px 0 34px;
}

.footer-brand img {
  width: 150px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.footer-brand p {
  margin: 22px 0;
  color: rgba(255, 255, 255, .72);
}

.footer-block {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-block h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.footer-block a,
.footer-block span {
  color: rgba(255, 255, 255, .72);
  font-weight: 600;
}

.footer-block a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
}

.developer-credit {
  color: rgba(255, 255, 255, .86) !important;
  font-weight: 800;
}

.developer-credit:hover {
  color: #fff !important;
}

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

@media (max-width: 1100px) {
  .service-strip,
  .services-grid,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-grid,
  .contact-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-panel .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-topbar {
    display: none;
  }

  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    min-height: 0;
  }

  .brand {
    min-width: 0;
  }

  .mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--sgn-line);
    border-radius: 8px;
    background: #fff;
    color: var(--sgn-blue);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-menu-button i {
    font-size: 22px;
  }

  .nav-toggle:checked + .mobile-menu-button {
    background: var(--sgn-blue-soft);
    border-color: rgba(36, 63, 85, .24);
  }

  .nav-panel {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin-top: 4px;
    padding: 12px;
    border: 1px solid var(--sgn-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--sgn-shadow);
  }

  .nav-toggle:checked ~ .nav-panel {
    display: flex;
  }

  .primary-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-content: stretch;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .primary-nav a {
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #edf2ef;
    background: #f9fbfa;
    font-size: 15px;
  }

  .primary-nav a.is-active {
    border-color: var(--sgn-blue);
    background: var(--sgn-blue);
    color: #fff;
    box-shadow: none;
  }

  .mobile-nav-contact {
    display: grid;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--sgn-line);
  }

  .mobile-nav-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sgn-body);
    font-size: 14px;
    font-weight: 700;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 13px;
    white-space: nowrap;
  }

  .service-strip,
  .feature-grid,
  .process-grid,
  .reference-grid,
  .blog-card-grid,
  .blog-list-grid,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .split-section.reverse {
    grid-template-columns: 1fr;
  }

  .split-section.reverse .media-panel {
    order: 0;
  }

  .section-heading.with-action,
  .proof-band,
  .footer-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .header-inner {
    gap: 8px;
  }

  .brand img {
    width: 78px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 11px;
  }

  .header-cta {
    width: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
  }

  .header-cta i {
    font-size: 20px;
  }

  .mobile-menu-button {
    min-height: 42px;
    padding: 0 10px;
  }

  .home-hero {
    padding: 48px 0;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: 34px;
  }

  .hero-copy p,
  .page-hero p {
    font-size: 16px;
  }

  .hero-metrics,
  .service-strip,
  .services-grid,
  .feature-grid,
  .process-grid,
  .reference-grid,
  .form-row-modern,
  .blog-card-grid,
  .blog-list-grid,
  .gallery-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .hero-panel .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding: 58px 0;
  }

  .page-hero {
    padding: 62px 0 52px;
  }

  .media-panel img {
    min-height: 280px;
  }

  .check-grid,
  .stat-row,
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-form,
  .article-content {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 66px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    max-width: 112px;
    font-size: 10px;
  }

  .mobile-menu-button {
    width: 42px;
    padding: 0;
  }

  .mobile-menu-button span {
    display: none;
  }
}
