
: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%;
}


/* Section 1*/

.skgeo-intro-section {
  display: flex;
  min-height: 610px;
  width: 100%;
    background: #efefef;
  overflow: hidden;
}

.skgeo-intro-content {
    flex: 0 0 calc(100% - 700px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 150px;
}

.skgeo-intro-text {
  max-width: 810px;
  width: 100%;
}

.skgeo-intro-text h1 {
  margin: 0 0 34px 0;
  color: #003b49;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.skgeo-intro-text h2 {
    margin: 0 0 22px 0;
    color: #00a99d;
    font-size: 27px;
    line-height: 1.45;
    font-weight: 500;
    text-transform: uppercase;
}

.skgeo-intro-text p {
  margin: 0 0 28px 0;
  color: #111;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.skgeo-intro-text p strong {
  display: block;
  margin-top: 6px;
  font-weight: 800;
}

.skgeo-intro-highlight {
  color: #003b49;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 800;
  max-width: 760px;
}

.skgeo-intro-image {
  flex: 0 0 700px;
  min-height: 610px;
    background-image: url("../images/foldmero.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.skgeo-intro-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
    float: right;
}


.skgeo-section2 {
    display: grid;
    grid-template-columns: 1fr 150px 250px auto 1fr;
    grid-template-rows: 1fr 250px;
    min-height: 650px;
}
.skgeo-s2-content {
    grid-row: 1/3;
    grid-column: 4/5;
    display: grid;
    grid-template-rows: 1fr auto auto auto 1fr;
    max-width: 920px;
}

.s2-laser {
    grid-row: 1/2;
    grid-column: 2/4;
    background-image: url("../images/haz-foldmero_sm.jpg");
    background-size: cover;
}
.s2-dumper {
    grid-row: 2/3;
    grid-column: 3/4;
    background-image: url("../images/domper.jpg");
    background-size: contain;
}
.s2-pw.s2-pw-left {
    background-color: #fff;
    grid-row: 1/2;
    grid-column: 1/2;
}
.s2-pw.s2-pw-right {
    background-color: #fff;
    grid-row: 1/2;
    grid-column: 5/6;
}
.s2-pg.s2-pg-left {
    background-color: #024c43;
    grid-row: 2/3;
    grid-column: 1/3;
}
.s2-pg.s2-pg-right {
    background-color: #024c43;
    grid-row: 2/3;
    grid-column: 5/6;
}


/** Section 2 */
.skgeo-section2{
    background:#ffffff;
    width:100%;
    margin-bottom: -1px;
}

/* középre igazított blokk */
.skgeo-section2-inner{
    width:1600px;
    margin:0 auto;
    display:flex;
    align-items:stretch;
}

/* bal oldali kép */
.skgeo-s2-image{
    width:420px;
    min-height:420px;
    overflow:hidden;
}

/* zöld blokk */
.skgeo-s2-content{
    background:#1a9b84;
    color:#fff;
    padding:60px 70px;
    flex:1;
}

.skgeo-s2-content h2{
    font-size:26px;
    font-weight:700;
    margin-bottom:30px;
    text-transform:uppercase;
    letter-spacing:0.03em;
}

.skgeo-s2-content ul{
    padding-left:20px;
}

.skgeo-s2-content li{
    margin-bottom:12px;
    line-height:1.6;
}

.skgeo-s2-note{
    margin-top:20px;
}


/* =========================
 * Section 3 + 4 közös wrapper
 * ========================= */
.skgeo-s34-wrap{
    position: relative;
    overflow: hidden;
    background: #024c43;
}

/* közös jobb oldali dekor, ami átnyúlhat section3 + section4 fölött */
.skgeo-s34-decor{
    position: absolute;
    top: 725px;
    right: -120px;
    width: 760px;
    z-index: 3;
    pointer-events: none;
    opacity: 0.14;
}

.skgeo-s34-decor img{
    display: block;
    width: 100%;
    height: auto;
}


/** =========================
 * Section 3
 * ========================= */
.skgeo-section3{
    position: relative;
    z-index: 1;
    background: #024c43;
}

/* felső blokk */
.skgeo-section3-top{
    background: #ffffff;
}

.skgeo-section3-top-inner{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.skgeo-s3-top-image{
    flex: 0 0 267px;
    width: 267px;
    min-height: 268px;
    overflow: hidden;
}

.skgeo-s3-top-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skgeo-s3-top-text{
    flex: 1 1 auto;
    background: #18a692;
    color: #ffffff;
    padding: 26px 36px 24px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

.skgeo-s3-top-text p{
    margin: 0 0 14px;
}

.skgeo-s3-top-text p:last-child{
    margin-bottom: 0;
}

.skgeo-s3-top-text strong{
    font-weight: 800;
}

/* alsó nagy sötét blokk */
.skgeo-section3-main{
    position: relative;
    background: #024c43;
}

.skgeo-section3-inner{
    position: relative;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 56px 140px 90px;
}

/* a régi külön dekor itt már nem kell */
.skgeo-s3-decor{
    display: none;
}

/* grid */
.skgeo-s3-grid{
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 62px;
    row-gap: 44px;
}

.skgeo-s3-card h3{
    margin: 0 0 18px;
    color: #0ec1aa;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.skgeo-s3-card p{
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
}


/** =========================
 * Section 4
 * ========================= */
.skgeo-section4{
    position: relative;
    z-index: 1;
    min-height: 620px;
    width: 100%;
    background-image: url("../images/forest.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.skgeo-section4:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 260px;
    width: 340px;
    height: 720px;
    pointer-events: none;
    background-image: url(../images/dekorelem_600.png);
    background-size: cover;
    opacity: 0.1;
    z-index: 2;
}
/* zöld overlay */
.skgeo-section4-overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(160, 225, 220, 0.18) 0%,
            rgba(14, 158, 140, 0.32) 14%,
            rgba(8, 138, 122, 0.52) 30%,
            rgba(7, 120, 107, 0.70) 48%,
            rgba(5, 101, 91, 0.84) 68%,
            rgba(4, 84, 75, 0.93) 84%,
            rgba(3, 76, 67, 0.98) 100%
        );
}

/* section4 saját dekor nem kell, mert közös wrapper kezeli */
.skgeo-section4-decor{
    display: none;
}

/* belső tartalom */
.skgeo-section4-inner{
    position: relative;
    z-index: 2;
    min-height: 620px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.skgeo-section4-inner h2{
    margin: 0;
    max-width: 1100px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-align: right;
}


/** =========================
 * Responsive
 * ========================= */
@media (max-width: 1600px){
    .skgeo-s34-decor{
        right: -160px;
        width: 700px;
    }
}

@media (max-width: 1400px){
    .skgeo-section3-top-inner,
    .skgeo-section3-inner{
        width: 100%;
    }

    .skgeo-section3-inner{
        padding: 48px 60px 80px;
    }

    .skgeo-s34-decor{
        width: 620px;
        right: -180px;
        top: 40px;
    }
}

@media (max-width: 1200px){
    .skgeo-section4{
        min-height: 520px;
    }

    .skgeo-section4-inner{
        min-height: 520px;
    }

    .skgeo-section4-inner h2{
        font-size: 26px;
        max-width: 920px;
    }

    .skgeo-s34-decor{
        width: 520px;
        right: -170px;
        top: 70px;
        opacity: 0.12;
    }
}

@media (max-width: 992px){
    .skgeo-section3-top-inner{
        flex-direction: column;
    }

    .skgeo-s3-top-image{
        width: 100%;
        min-height: 320px;
        flex: none;
    }

    .skgeo-section3-inner{
        padding: 40px 28px 70px;
    }

    .skgeo-s3-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 32px;
        row-gap: 32px;
    }

    .skgeo-s34-decor{
        width: 420px;
        right: -140px;
        top: 120px;
        opacity: 0.10;
    }
    .skgeo-section2 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        min-height: 0;
    }
    .skgeo-section2 .s2-pw,
    .skgeo-section2 .s2-pg {
        display: none;
    }
    .s2-laser {
        grid-row: 1/2;
        grid-column: 1/2;
    }
    .skgeo-s2-content {
        grid-row: 2/3;
        grid-column: 1/2;
        padding: 30px;
        max-width: none;
    }
    .s2-dumper {
        grid-row: 3/4;
        grid-column: 1/2;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .skgeo-intro-content {
        padding: 30px !important;
    }
}

@media (max-width: 768px){
    .skgeo-section4{
        min-height: 420px;
        background-position: left center;
    }

    .skgeo-section4-inner{
        min-height: 420px;
        padding: 32px 24px;
    }

    .skgeo-section4-inner h2{
        font-size: 20px;
        line-height: 1.5;
    }

    .skgeo-s34-decor{
        width: 300px;
        right: -110px;
        top: 180px;
        opacity: 0.08;
    }
    .skgeo-intro-section {
        display: block;
    }
    .skgeo-intro-image {
        display: none;
    }
}

@media (max-width: 640px){
    .skgeo-s3-top-text{
        padding: 24px 20px;
        font-size: 14px;
    }

    .skgeo-s3-grid{
        grid-template-columns: 1fr;
    }

    .skgeo-s3-card h3{
        font-size: 18px;
    }

    .skgeo-s3-card p{
        font-size: 14px;
    }
}

@media (max-width: 480px){
    .skgeo-section4-inner h2{
        font-size: 17px;
    }

    .skgeo-s34-decor{
        width: 220px;
        right: -90px;
        top: 220px;
    }
}

@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;
    }
}

