


:root {
  --skgeo-header-bg: #014d43;
  --skgeo-text: #ffffff;
  --skgeo-accent: #13c8b1;
  --skgeo-accent-hover: #0fb39f;
  --skgeo-border: #d9f4ef;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.skgeo-header {
  width: 100%;
  background: var(--skgeo-header-bg);
  border-bottom: 1px solid var(--skgeo-border);
}

.skgeo-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 97px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 28px;
}

.skgeo-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.skgeo-logo img {
  display: block;
  height: 52px;
  width: auto;
}

.skgeo-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.skgeo-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

.skgeo-nav a {
  color: var(--skgeo-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.skgeo-nav a:hover {
  opacity: 0.8;
}

.skgeo-header-action {
  flex: 0 0 auto;
}

.skgeo-btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 38px;
  padding: 0 18px;
  background: var(--skgeo-accent);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.skgeo-btn-contact:hover {
  background: var(--skgeo-accent-hover);
  transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 1100px) {
  .skgeo-header-inner {
    gap: 20px;
    padding: 0 20px;
  }

  .skgeo-nav ul {
    gap: 20px;
  }

  .skgeo-nav a {
    font-size: 11px;
  }
}

/* Header */
@media (max-width: 860px) {
  .skgeo-header-inner {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 16px;
  }

  .skgeo-logo {
    width: 100%;
    justify-content: center;
  }

  .skgeo-nav {
    width: 100%;
    order: 3;
  }

  .skgeo-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }

  .skgeo-header-action {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}


/** Footer */
.skgeo-footer {
  background: #000;
  color: #fff;
  padding-top: 70px;
}

.skgeo-footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.skgeo-footer-col {
  display: flex;
  flex-direction: column;
}

.skgeo-footer-left {
  max-width: 260px;
}

.skgeo-footer-logo {
  width: 150px;
  margin-bottom: 30px;
}

.skgeo-footer-legal a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 6px;
}

.skgeo-footer-legal a:hover {
  opacity: .7;
}


.skgeo-footer-menu {
  gap: 12px;
}

.skgeo-footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
}

.skgeo-footer-menu a:hover {
  opacity: .7;
}


.skgeo-footer-contact {
  text-align: right;
  gap: 10px;
}

.skgeo-footer-address {
  font-size: 13px;
}

.skgeo-footer-phone,
.skgeo-footer-email {
  font-size: 13px;
}

.skgeo-footer-social {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.skgeo-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
}

.skgeo-social:hover {
  background: #00c1a2;
  color: #fff;
}
.skgeo-footer-bottom {
  border-top: 1px solid #444;
  width: 100%;
}



/* =========================
   SKGEO - tartalmi oldal
   ========================= */

.skgeo-content-page {
  width: 100%;
  background: #efefef;
  padding: 84px 0;
}

.skgeo-content-page__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.skgeo-content-page__hero {
  margin-bottom: 56px;
}

.skgeo-content-page__hero h1 {
  margin: 0 0 18px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  color: #014d43;
  text-transform: uppercase;
}

.skgeo-content-page__hero p {
  margin: 0;
  max-width: 940px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #111111;
}

.skgeo-content-block {
  margin-bottom: 68px;
}

.skgeo-content-block:last-child {
  margin-bottom: 0;
}

.skgeo-content-block h2 {
  margin: 0 0 12px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #13a997;
}

.skgeo-content-block h3 {
  margin: 0 0 20px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #014d43;
}

.skgeo-content-block h4 {
  margin: 0 0 12px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #13a997;
}

.skgeo-content-block p {
  margin: 0 0 18px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #111111;
}

.skgeo-content-block p:last-child {
  margin-bottom: 0;
}

.skgeo-content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
  margin-top: 28px;
}

.skgeo-content-list__item {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 24px 22px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
}

.skgeo-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 26px;
}

.skgeo-two-col--single {
  grid-template-columns: 1fr;
}

.skgeo-two-col__item {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 24px 22px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
}

.skgeo-two-col__item p {
  margin-bottom: 0;
}

.skgeo-two-col__item ul,
.skgeo-content-block ul {
  margin: 0;
  padding-left: 20px;
}

.skgeo-two-col__item li,
.skgeo-content-block li {
  margin-bottom: 10px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #111111;
}

.skgeo-two-col__item li:last-child,
.skgeo-content-block li:last-child {
  margin-bottom: 0;
}

.skgeo-content-page__cta {
  margin: 28px 0 18px !important;
  padding: 20px 24px;
  border-left: 4px solid #13a997;
  background: rgba(19, 169, 151, 0.08);
  border-radius: 10px;
  font-weight: 700;
  color: #014d43 !important;
}

/* Tablet */
@media (max-width: 991.98px) {
  .skgeo-content-page {
    padding: 64px 0;
  }

  .skgeo-content-page__inner {
    padding: 0 28px;
  }

  .skgeo-content-page__hero h1 {
    font-size: 36px;
  }

  .skgeo-content-page__hero p,
  .skgeo-content-block p {
    font-size: 16px;
    line-height: 1.7;
  }

  .skgeo-content-block h2 {
    font-size: 30px;
  }

  .skgeo-content-block h3 {
    font-size: 22px;
  }

  .skgeo-content-block h4 {
    font-size: 18px;
  }

  .skgeo-content-list,
  .skgeo-two-col {
    grid-template-columns: 1fr;
  }
}

/* Mobil */
@media (max-width: 575.98px) {
  .skgeo-content-page {
    padding: 46px 0;
  }

  .skgeo-content-page__inner {
    padding: 0 20px;
  }

  .skgeo-content-page__hero {
    margin-bottom: 40px;
  }

  .skgeo-content-page__hero h1 {
    font-size: 30px;
  }

  .skgeo-content-page__hero p,
  .skgeo-content-block p {
    font-size: 15px;
    line-height: 1.7;
  }

  .skgeo-content-block {
    margin-bottom: 48px;
  }

  .skgeo-content-block h2 {
    font-size: 26px;
  }

  .skgeo-content-block h3 {
    font-size: 20px;
  }

  .skgeo-content-block h4 {
    font-size: 17px;
  }

  .skgeo-content-list__item,
  .skgeo-two-col__item {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .skgeo-two-col__item li,
  .skgeo-content-block li {
    font-size: 15px;
    line-height: 1.65;
  }

  .skgeo-content-page__cta {
    padding: 16px 18px;
  }
}

@media (max-width: 768px){
  .skgeo-footer-logo {
    margin: 0 auto;
  }
  .skgeo-footer-left {
    max-width: none;
  }
  .skgeo-footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .skgeo-footer-contact {
    text-align: center;
  }
  .skgeo-footer-social {
    justify-content: center;
  }
}

