@font-face {
    font-family: 'Organetto';
    src: url('/wp-content/themes/geotechnikum/assets/fonts/Organetto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Organetto';
    src: url('/wp-content/themes/geotechnikum/assets/fonts/organetto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Organetto';
    src: url('/wp-content/themes/geotechnikum/assets/fonts/organetto-ultrabold-semiexp.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'Halvar';
  src: url('/wp-content/themes/geotechnikum/assets/fonts/HalvarBreit-Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Halvar';
  src: url('/wp-content/themes/geotechnikum/assets/fonts/HalvarBreit-Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
    --bg: #fff;
	/* --bg: #f3f3f1;p */
    --surface: #dfdcd6;
    --card: #e8e5df;
    --ink: #182334;
    --muted: #4e5661;
    --line: #747A56;
    --olive: #96915d;
    --container: 1280px;
    --radius: 14px;
}

* { box-sizing: border-box; }


body {
    margin: 0;
    font-family: 'Halvar', Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    overflow-x: hidden;
}

.container {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
}

.hero__title,
.hero-card h2,
.section-title,
.work-card h3,
.process-item__name {
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    
}

.contact-form>.section-title,
.why-list__t {
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    
}
.contact-form>.section-title {font-size:23px}
.site-header { position: relative; z-index: 90; padding: 18px 0; }
.site-header__inner { display: flex; align-items: center; gap: 24px; justify-content: space-between; }
.site-logo { text-decoration: none; }
.site-logo__badge {
    width: 54px; height: 54px; display: inline-grid; place-items: center;
    border: 1px solid var(--ink); border-radius: 50%; font-weight: 700; font-size: 13px;
}
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; padding: 4px; position: relative; z-index: 70; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2.5px; border-radius: 99px; background: #1b2738; margin: 5px 0; transform-origin: center; transition: transform .35s ease, opacity .25s ease; }
.site-nav { flex: 1; }
.site-nav__list { display: flex; list-style: none; margin: 0; padding: 0; gap: clamp(20px, 6vw, 218px); justify-content: center; }
.site-nav a { text-decoration: none; color: var(--ink); font-size: 15px; font-weight: 500; }
.site-nav a:hover {color:#797a82}
.site-nav__mobile-social { display: none; }
.site-nav__mobile-social-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-nav__mobile-social-link img {
    width: 100%;
    height: 100%;
    display: block;
}
.site-main { padding-bottom: 40px; }
.site-header-overlay {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, 0.26);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 70;
}
body.menu-open {
    overflow: hidden;
}
body.menu-instant .site-nav,
body.menu-instant .site-header-overlay,
body.menu-instant .menu-toggle span {
    transition: none !important;
}

.page-content {
    padding: 0;
    position: relative;
}

@media (min-width: 1001px) {
    .page-content {
        background-image: url('/wp-content/themes/geotechnikum/images/bg1-2.png');
        background-repeat: no-repeat;
        background-position: center 430px;
        background-size: min(1280px, 100%) auto;
    }
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 20px 0 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
	
}

.hero__title {
 margin: 0;
  font-family: 'Organetto', Arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
 line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
 width: max-content;   /* вместо nowrap */

background: #000000;
background: linear-gradient(to bottom, #101828  31%, #45484f   63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  -webkit-text-stroke: 1px #000;


  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  -webkit-text-stroke: 1px #000;
}

.hero__lead {
  margin: 0;
  max-width: 520px;

  font-size: 20px;
  line-height: 1.25;
  color: #334055;
}

.hero > div:last-child {
  position: relative;
  min-width: 0;
}

.hero-visual {
  position: relative;
  width: 100%;
}

.hero-media {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin-left: auto;
  object-fit: contain;
  position: relative;
  top: -40px;
}

.hero-card {
  margin-top: 24px;
  width: 520px;
  min-height: 290px;
  border-radius: 18px;
  padding: 28px 28px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	
  background: linear-gradient(
    140deg,
    rgba(236,232,223,0.75) 0%,
    rgba(236,232,223,1) 80%
  );
}

.hero-card h2 {
  margin: 0 0 16px;
  font-family: 'Organetto', Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #16233b;
}

.hero-card p {
  margin: 0;
  max-width: 290px;
  font-size: 18px;
  line-height: 1.3;
  color: #334055;
}

.hero-card__circle {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f6f5f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d9162;
  font-size: 54px;
  line-height: 1;
	 cursor: pointer;
 text-decoration: none;

 -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;

  transform: rotate(0deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.hero-card__circle img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}



.hero-card__circle:hover {
  transform: rotate(20deg);
}


.hero-card .btn {
  margin-top: 45px;
  width: 290px;
}

.hero-tags {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #b4b2a8;
}


.btn {
	font-family: 'Halvar', Arial, sans-serif;
  font-weight: 500;   /* Medium */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;

  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
	  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
	
	  background: linear-gradient(
    90deg,
    #6f7551 0%,
    #a7a371 100%
  );
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn:hover {
  background: linear-gradient(
    90deg,
    #7c825c 0%,
    #b1ad7a 100%
  );
}

@media (max-width: 1100px) {
  .hero {
    display:block;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0 0;
  }

.team-page
{   padding: 20px 0 0;}

.courses-hero {   padding: 20px 0 0;}
.community-page {   padding: 20px 0 0;}
  .hero__title {
    font-size: 42px;
    max-width: 100%;
  }

  .hero__lead {
    max-width: 340px;
    font-size: 16px;
  }

  .hero-media {
    max-width: 100%;
    width: 100%;
    top: 0;
  }

  .hero-card {
	   position: relative;
    overflow: hidden;
    padding-top: 22px;
    width: 100%;
    min-height: auto;
    padding: 18px 16px 16px;
    border-radius: 14px;
	      overflow: visible; /* круг должен чуть заходить за блок */
  }

  .hero-card__circle {
    width: 110px;
    height: 110px;
    top: -25px;
    right: 30px;
	  
  }

  .hero-card__circle img {
    width: 100%;
  
  }
	


  .hero-card h2 {
    font-size: 26px;
  }

  .hero-card p {
    max-width: 100%;
    font-size: 14px;
  }



  .hero-card .btn {
    width: 100%;
    margin-top: 18px;
  }

  .hero-tags {
    position: static;
    margin-top: 10px;
  }
	
	
	
	
	
}

.quick-facts {
    margin: 25px 0 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 24px;
}
.quick-facts__item,
.quick-facts > .btn {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
}
.quick-facts__item {
    min-height: 96px;
}
.quick-facts__item {
    font-size: 16px;
    line-height: 1.2;
}
.quick-facts__item::before,
.quick-facts > .btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5px;
    height: 72px;
    background: var(--olive);
}
.quick-facts > .btn {
    width: 290px;
    min-height: 46px;
    padding-left: 0;
    justify-self: end;
    align-self: center;
}
.quick-facts > .btn::before {
    left: -22px;
}

.decor-stone {
    position: absolute;
    right: calc((100vw - 100%) / -2);
    top: 560px;
    width: clamp(150px, 9.5vw, 165px);
    pointer-events: none;
    z-index: -9;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.decor-stone img {
    display: block;
    width: 100%;
    height: auto;
}
.page-content > *:not(.decor-stone) {
    position: relative;
   
}

.section-title { font-size: clamp(34px, 4.2vw, 48px); margin: 0 0 22px; line-height: 1.25; text-transform: uppercase; }

.why {
    margin-bottom: 55px;
}
.why .section-title {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.04;
    margin-bottom: 26px;
}
.why-rows {
    display: grid;
    gap: 18px;
        padding: 0px 80px 0px 0px;
}
.why-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
        word-wrap: break-word;
}
.why-row__title {
    margin: 0;
    display: grid;
    grid-template-columns: 52px 20px minmax(0, 1fr);
    font-size: 0;
    align-items: center;
    column-gap: 0;
}
.why-row__dot {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #252d39;
    font-size: 14px;
    line-height: 1;
}
.why-list__n {
    grid-column: 1;
    font-size: 18px;
    color: #252d39;
    font-family: 'Halvar', Arial, sans-serif;
    font-weight: 400;
}
.why-list__t {
    grid-column: 3;
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.25;
    letter-spacing: 0.01em;
}
.why-row p {
    margin: 0;
    font-size: clamp(16px, 1.12vw, 21px);
    color: #2f3948;
    line-height: 1.2;
}

.works {
    position: relative;
}
.works-grid,
.works > .section-title {
    position: relative;
    z-index: 1;
}
.works-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.9fr);
    gap: 20px;
    margin-bottom: 52px;
    align-items: stretch;
}
.work-card {
    background: linear-gradient(140deg, rgba(236, 232, 223, 0.75) 0%, rgba(236, 232, 223, 1) 80%);
    border-radius: var(--radius);
    padding: 20px;
  
    display: flex;
    flex-direction: column;
    min-height: 326px;
    height: 100%;
}
.work-card h3 { margin: 0 0 19px; font-size: 20px; text-transform: uppercase; line-height: 1; font-weight: 800;}

.work-card hr { width: 100%; border: 0; border-top: 2px solid var(--line); margin: 0 0 14px; }
.work-card ul { margin: 0 0 15px; padding-left: 0; list-style: none; color: #334050;  line-height: 1.52; }
.work-card li { position: relative; margin-bottom: 8px; padding-left: 26px; }
.work-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.28em;
    width: 14px;
    height: 14px;
    background: url('/wp-content/themes/geotechnikum/images/icons/check-line.svg') no-repeat center / contain;
}
.work-card .btn { margin-top: auto; width: 100%; }

.work-form {    background: rgb(216 216 216 / 51%); border-color: rgba(186, 184, 176, 0.65); }
.work-form h3 { margin-bottom: 54px; }
.work-form {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.decor-stone-work {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.decor-stone-work img,
.decor-stone-contact img {
    display: block;
    width: 100%;
    height: auto;
}
.decor-stone-work--left {
    left: calc((100vw - 100%) / -2);
    top: 0px;
    width: clamp(260px, 11vw, 190px);
}
.decor-stone-work--right {
    position: absolute;
    right: calc((100vw - 100%) / -2);
    top: 300px;
    width: clamp(570px, 19vw, 330px);
    z-index: 0;
    will-change: transform;
}
.work-form input::placeholder,
.work-form textarea::placeholder {
    color: #d6d6d6;
}

.contact-form input::placeholder,
.contact-form  textarea::placeholder {
    color: #d6d6d6;
}
.work-form input,
.work-form textarea,
.contact-form input,
.contact-form textarea {
    width: 100%; border: 0; border-radius: 9px; padding: 14px 25px; margin-bottom: 10px;
    background: #fff; font-size: 16px; font-family: inherit;
}
.work-form textarea,
.contact-form textarea { min-height: 120px; resize: vertical; }

.contact-form input.contact-form__field-error,
.contact-form textarea.contact-form__field-error {
    border: 1px solid #d93025;
    box-shadow: 0 0 0 1px rgba(217, 48, 37, 0.18);
}

.process {
    margin-bottom: 48px;
}
.process--pattern {
    position: relative;
    padding: 20px 0 26px;
    background-image: url('/wp-content/themes/geotechnikum/images/bg1-3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: min(1280px, 100%) auto;
}
.process-item {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 3px solid rgb(116 122 86 / 23%);
}
.process-item__name {
    margin: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 0.35em;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}
.process-item p { margin: 0; color: #313b49; font-size: 16px; line-height: 1.2; }

.contact-form {
    position: relative;
   background: linear-gradient(140deg, rgba(236, 232, 223, 0.75) 0%, rgba(236, 232, 223, 1) 80%);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 70px;
}
.decor-stone-contact {
    position: absolute;
    right: calc((100vw - 100%) / -2);
    bottom: -110px;
    width: clamp(180px, 14vw, 240px);
    pointer-events: none;
    z-index: -9;
}
.contact-form > *:not(.decor-stone-contact):not(.team-stone) {
    position: relative;
    z-index: 1;
}
.contact-form__row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.contact-form__agree { font-size: 11px; color: #555; margin: 4px 0 0; max-width: 560px; }

.contact-form__row--actions {
    grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
    align-items: center;
}
.contact-form__row--actions .btn {
    width: 100%;
}
.contact-form__agree { font-size: 11px; color: #555; margin: 4px 0 0; max-width: 560px; }
.contact-form__row--actions .contact-form__agree {
    justify-self: end;
    max-width: 680px;
}

.site-footer {
    position: relative;
    padding: 4px 10px 24px;
    overflow: hidden;
    background-image: url('/wp-content/themes/geotechnikum/images/bg1-4.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: min(1600px, 100%) auto;
}
.footer-stone {
    position: absolute;
    left: calc((100vw - 100%) / -2);
    bottom: 0;
    width: clamp(120px, 10vw, 270px);
    pointer-events: none;
    z-index: 0;
}
.footer-stone img {
    display: block;
    width: 100%;
    height: auto;
}
.site-footer__inner,
.site-footer__meta {
    position: relative;
    z-index: 1;
}
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;     margin: 0px 70px;}
.site-footer__contacts p { margin: 6px 0; font-size: 18px; }
.site-footer__contacts-title,
.site-footer__social-title {
    display: none;
}
.site-footer__nav-wrap h3 { margin: 0 0 10px; font-size: 16px !important;    font-weight: 500; }
.site-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer__list a { color: var(--ink); text-decoration: none; font-size: 18px; }
.site-logo--footer img {
    width: clamp(52px, 5vw, 84px);
    height: auto;
}
.site-footer__social {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-footer__social-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-footer__social-link img {
    width: 100%;
    height: 100%;
    display: block;
}
.site-footer__meta {margin-left: 60px; padding-right:100px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
  
}
.site-footer__meta p {
    margin: 0;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-size: clamp(12px, 1.05vw, 18px);
    text-transform: uppercase;
}

@media (max-width: 1180px) {

    .community-channel-btn
    {display: flex;
        margin-inline: auto;}
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;     margin: 0px 70px;}
    .sol-hero__lead {max-width:1000px}
     .team-members {
        grid-template-columns: 1fr;
        gap: 14px;
                margin: 40px 0px;
    }
    .menu-toggle { display: block; }
    .sol-card h3 { word-break: break-word;}
    .site-header { padding: 22px 0 14px; }
    .site-header__inner { align-items: center; }
    .site-logo img { width: 88px; height: auto; }
    .site-nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        max-height: none;
        overflow-y: visible;
        background: rgba(255, 255, 255, 0.9);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        border-radius: 0 0 24px 24px;
        box-shadow: 0 16px 40px rgba(15, 23, 36, 0.17);
        padding: 20px 24px 24px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-112%);
        transition: transform .45s cubic-bezier(.22,.61,.36,1), opacity .3s ease, visibility .3s ease;
        z-index: 65;
    }
    .site-nav__list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 26px;
        margin: auto 0;
    }
    .site-nav a {
        font-size: 19px;
        font-weight: 500;
        text-align: center;
    }
    .site-nav__mobile-social {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding-bottom: 10px;
    }
    .site-header-overlay[hidden] { display: block; }
    .site-header-overlay { top: 0; }
    body.menu-open .site-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    body.menu-open .site-header-overlay {
        opacity: 1;
        pointer-events: auto;
    }
    body.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg);
    }
    body.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    body.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg);
    }
    .hero-content { order: 1; }
    .quick-facts { grid-template-columns: 1fr; }
    .quick-facts > .btn {
        justify-self: center;
        width: min(100%, 360px);
    }
    .quick-facts > .btn::before { content: none; }
    .decor-stone { right: calc((100vw - 100%) / -2); top: 1210px; width: 82px; }
    .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .work-form { grid-column: 1 / -1; grid-row: auto; }
    .decor-stone-work--left { left: calc((100vw - 100%) / -2); top: 260px; width: 120px; }
    .decor-stone-work--right { right: calc((100vw - 100%) / -2); top: 430px; width: 210px; }
    .decor-stone-contact { right: calc((100vw - 100%) / -2); bottom: -180px; width: 170px; }
    .process-item { grid-template-columns: 1fr; gap: 10px; }
    .site-footer__meta { margin-top: 24px; }
}

@media (max-width: 640px) {
    .contact-form>.section-title {font-size:18px}
    
    .hero { width: min(100% - 16px, 1280px); }
    .site-header { padding: 14px 0 10px; }
    .site-logo img { width: 58px; }
    .menu-toggle { padding: 2px; margin-right: 20px; margin-top: 0; }
    .menu-toggle span { width: 22px; height: 2px; margin: 4px 0; }
    body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .site-nav {
        top: 0;
        max-height: min(60vh, 380px);
        padding: 16px 18px 18px;
    }
    .site-nav a { font-size: 18px; }
    .site-nav__list { margin-top:25px;gap: 30px; }
    .hero__lead { font-size: 17px; }
    .hero-card { padding: 16px 14px 14px; grid-template-columns: 1fr 74px; gap: 8px; }
	  .hero__title {
    font-size: 26px;
    max-width: 100%;
  }
    .hero-card h2 { font-size: 23px; }
    .hero-card p { font-size: 18px; }
    .hero-card__circle { width: 100px; height: 100px; font-size: 30px; }
    .hero-media { width: 100%; max-width: 100%; }
    .hero-tags { font-size: 12px; }
    .quick-facts { margin: 20px 0 30px; gap: 10px; }
    .quick-facts__item { min-height: 84px; padding-left: 18px; }
    .quick-facts > .btn { min-height: 46px; padding-left: 0; }
    .quick-facts__item::before { width: 3px; height: 64px; }
    .quick-facts__item { font-size: 16px; }
    .quick-facts > .btn { width: min(100%, 320px); margin-inline: auto; }
    .decor-stone { position: absolute; right: calc((100vw - 100%) / -2); top:920px; width: 70px; }
    .work-form { display: none; }
    .decor-stone-work--left { left: calc((100vw - 100%) / -2); top: 150px; width: 206px; }
    .decor-stone-work--right { right: calc((100vw - 100%) / -2); top: 700px; bottom: auto; width: 220px; }
    .decor-stone-contact { right: calc((100vw - 100%) / -2); bottom: -140px; width: 196px; }
  
    .section-title { font-size: 25px; margin-bottom: 14px; }
    .why .section-title { font-size: 25px; margin-bottom: 18px; }
    .why-rows { gap: 20px; padding:0px }
    .why-row { grid-template-columns: 1fr; gap: 6px; }
    .why-row__title { grid-template-columns: 44px 14px minmax(0, 1fr); }
    .why-row__dot { font-size: 10px; }
    .why-list__n { font-size: 18px; }
    .why-list__t { font-size: 16px; }
    .why-row p { font-size: 14px; }
    .works-grid { grid-template-columns: 1fr; gap: 12px; }
    .work-card { min-height: 0; }
    .work-card h3 { font-size: 17px; margin: 0 0 9px;}
    .work-card ul {  font-size: 17px; }
    .work-card li { padding-left: 20px; }
    .work-card li::before { width: 12px; height: 12px; }
    .work-form input,
    .work-form textarea,
    .contact-form input,
    .contact-form textarea { font-size: 13px; }
    .process-item { padding: 10px 0; }
    .process-item__name { font-size: 15px; }
    .process-item p {  font-size: 17px; }
    .contact-form__row { grid-template-columns: 1fr;  gap:0px !important;}
    .contact-form__row--actions .contact-form__agree { justify-self: start; }
    .process--pattern {
        background-size: 1200px auto;
        background-position: center top;
    }
   .site-footer {
        padding-top: 10px;
        background-image: url('/wp-content/themes/geotechnikum/images/footer-bg.png');
        background-repeat: no-repeat;
               background-position: center calc(100% + 170px);
        background-size: cover;
       
    }
    .footer-stone { display: none; }
    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
        align-items: start;
        column-gap: 12px;
        margin:10px;
    }
    .site-footer__contacts-title,
    .site-footer__social-title {
        display: block;
        margin: 0;
            font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        text-transform: none;
    }
    .site-footer__contacts-title { margin-top: 14px;         padding-bottom: 5px;}
    .site-footer__social-title { margin-top: 16px !important; font-size:16px !important}
    .site-footer__nav-wrap {
        margin-left: 18px;
        margin-top: 76px;
    }
    .site-footer__social { margin-top: 15px; gap: 25px; }
    .site-footer__social-link { width: 34px; height: 34px; }
    .site-footer__meta {        margin: 6px;
        margin-top: 58px;
        display: grid;
        padding-right:0px;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }
    .site-footer__meta p:last-child {
        justify-self: start;
        margin-left: 18px;
    }
    .site-footer__contacts p,
    .site-footer__list a,
    .site-footer__nav-wrap h3,
    .site-footer__meta p { font-size: 12px; }
}
@media (max-width: 640px) {
    .page-content { background-image: none; }
}
/* Solutions page */
.solutions-page {
    position: relative;
}
.solutions-page .btn {
    min-height: 42px;
    font-size: 13px;
}
.sol-hero {
    display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 650px);
       gap: clamp(65px, 2.8vw, 38px);
    align-items: start;
   margin: 10px 0 38px;
}
.sol-hero__titleh1 {margin: 0 0 25px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.2vw, 48px);
    line-height: 1.05;
    text-transform: uppercase;}
.sol-hero__title {
margin: 0 0 25px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.2vw, 35px);
    line-height: 1.05;
    text-transform: uppercase;
}
.sol-hero__lead {
   margin: 0 0 19px;
  
    color: #334050;
    font-size: 18px;
    line-height: 1.24;
}
.sol-hero__list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #2f3948;
    font-size: 16px;
    line-height: 1.26;
}
.sol-hero__media picture {
    display: block;
}
.sol-hero__media img {
    display: block;
    width: 100%;
    border-radius: 220px;
}
.sol-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 54px;
}
.sol-card {
    background: linear-gradient(140deg, rgba(236, 232, 223, 0.75) 0%, rgba(236, 232, 223, 1) 80%);
    border-radius: var(--radius);

    padding: 14px;
    display: flex;
    flex-direction: column;
    min-height: 460px;
}
.sol-card h3 {
    margin: 0;
    min-height: 54px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.14;
    text-transform: uppercase;
}
.sol-card > img {
    display: block;
    width: clamp(120px, 100%, 80%);
    min-height: 120px;
    margin: 6px auto 8px;
    object-fit: contain;
}
.sol-card p {
    margin: 0 0 15px;
    color: #404b5b;
    font-size: 15px;
    line-height: 1.22;
}
.sol-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    color: #2f3948;
    font-size: 15px;
    line-height: 1.25;
    padding-bottom:20px;
}
.sol-card li {
    position: relative;
    padding-left: 25px;
}
.sol-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.1em;
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/geotechnikum/images/icons/check-line.svg') no-repeat center / contain;
}
.sol-card__download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 12px;
    color: #8e9464;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.sol-card__download img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.sol-card .btn {
    margin-top: auto;
    width: 100%;
}
.sol-stone {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.sol-stone img {
    width: 100%;
    display: block;
}
.sol-stone--right {
    top: 2470px;
    right: calc((100vw - 100%) / -2);
    width: clamp(160px, 14vw, 260px);
}
.sol-stone--left {
        top: 650px;
    left: calc((100vw - 100%) / -2);
    width: clamp(140px, 11vw, 230px);
    z-index: -1;
}
.sol-card--form {
    background: rgb(216 216 216 / 51%);
    border-color: rgba(186, 184, 176, 0.65);
    min-height: 460px;
}
.sol-card--form input,
.sol-card--form textarea {
    width: 100%;
    border: 0;
    border-radius: 9px;
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #fff;
    font-size: 16px;
    font-family: inherit;
}
.sol-card--form textarea {
    min-height: 120px;
    resize: vertical;
}
.sol-card--form input::placeholder,
.sol-card--form textarea::placeholder {
    color: #d6d6d6;
}
.sol-card__inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.sol-cards-grid--tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sol-card--form-wide {
    min-height: 0;
}
.sol-card--tool {
    min-height: 0;
    display: grid;
    grid-template-columns: 170px 1fr;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-areas:
        "title title"
        "image text"
        "image list"
        "image download"
        "image button";
    column-gap: 18px;
    row-gap: 8px;
    align-items: start;
}
.sol-card--tool h3 { grid-area: title; min-height: 0; margin-bottom: 6px; }
.sol-card--tool > img {
    grid-area: image;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    min-height: 250px;
}
.sol-card--tool p { grid-area: text; margin: 0 0 4px; font-size: 15px; }
.sol-card--tool ul { grid-area: list; font-size: 15px; gap: 10px; }
.sol-card--tool .sol-card__download { grid-area: download; margin: 2px 0 0; }
.sol-card--tool .btn { grid-area: button; margin-top: 12px; width: 100%; }
.sol-card--form-wide .btn {
    width: min(360px, 78%);
}

.sol-contact-form {
    margin-top: 22px;
}
.sol-contact-form .section-title {
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .sol-hero {
        grid-template-columns: 1fr;
        gap: 23px;
    }
    .sol-hero__media {
   
    }
    .sol-hero__media img {
        border-radius: 90px;
    }
    .sol-cards-grid,
    .sol-cards-grid--tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sol-card--tool {
        display: flex;
        flex-direction: column;
    }
    .sol-card--tool > img {
        max-width: 190px;
        min-height: 132px;
    }
    .sol-stone {
        display: none;
    }
}

@media (max-width: 640px) {
    .solutions-page {
    
    }
    .sol-hero {
        margin: 0 0 12px;
    }
    .sol-hero__title {
              font-size: 22px;
      
        margin: 30px 0px;
    }
    .sol-hero__titleh1
    {font-size: 28px; margin-bottom: 18px;}
    .sol-hero__lead,
    .sol-hero__list {
        font-size: 17px;
        line-height: 1.3;
    }
    .sol-hero__media {
        max-width: 100%;
    }
    .sol-hero__media img {
        border-radius: 18px;
    }
    .sol-cards-grid,
    .sol-cards-grid--tools {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px;
    }
    .sol-card {
        min-height: 0;
             padding: 30px;      margin-top: 20px;
    }
    .sol-card h3 {
        min-height: 0;
        margin-bottom: 6px;
        font-size: 16px;
    }
    .sol-card > img {
               min-height: 132px;
     
    }
    .sol-card p,
    .sol-card ul {
        font-size: 17px;
    }
    .sol-card__download {
        font-size: 15px;
    }
    .sol-card--tool {
        display: flex;
        flex-direction: column;
    }
    .sol-card--tool > img {
        max-width: 150px;
        min-height: 132px;
    }
    .sol-card--form {
        display: flex;
    }
    .sol-card--form-wide .btn {
        width: 100%;
    }
    .sol-card__inline {
        grid-template-columns: 1fr;
    }
    .solutions-page .contact-form__row {
        grid-template-columns: 1fr;
    }
    .solutions-page .contact-form__row--actions {
        grid-template-columns: 1fr;
    }
}
/* Team page */
.team-page {
    position: relative;
}
.team-page .section-title {
        margin: 30px 0px;
}
.team-intro {
    margin: 12px 0 26px;
}
.team-intro__title {
      margin: 0 0 25px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.2vw, 48px);
    line-height: 1.05;
    text-transform: uppercase;
}
.team-intro__lead {
    margin: 0 0 26px;
    max-width: 780px;
    color: #4b5561;
    font-size: 21px;
    line-height: 1.2;
}
.team-members {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 30px);
}
.team-member {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    align-items: start;
    height: 100%;
}
.team-member img {
    display: block;
    width: min(100%, 250px);
    border-radius: 50%;
    margin: 0 auto 14px;
    justify-self: center;
}
.team-member h3 {
    margin: 0 0 4px;
    font-family: 'Halvar', "Helvetica", Arial, sans-serif;
    font-size: clamp(16px, 2vw, 16px);
    line-height: .95;
    letter-spacing: 0;
    text-transform: uppercase;
}
.team-member p {
    margin: 0;
    color: #454d58;
    font-size: 18px;
    line-height: 1.15;
}
.team-member__more {
    margin-top: 10px;
    min-height: 40px;
    padding: 0 24px;
 font-size: 17px;
    align-self: end;
    justify-self: start;
     -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    background:none;
    border:none;
    cursor:pointer;
}
.team-member__more:focus,
.team-member__more:hover,
.team-member__more:focus-visible,
.team-member__more:active {
    color: rgb(106, 106, 106);
    outline: none;
  
    
}
.team-dev {
    margin: 70px 0 60px;
    display: grid;
    grid-template-columns: minmax(190px, 1.3fr) minmax(320px, 2.2fr) minmax(220px, 1fr);
    gap: clamp(22px, 2.6vw, 40px);
    align-items: center;
}
.team-dev__title,
.team-dev__text,
.team-dev .btn {
    position: relative;
    padding-left: 38px;
}
.team-dev__title::before,
.team-dev__text::before,
.team-dev .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 74px;
    background: #8d9660;
}
.team-dev__title {
    margin: 0;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 800;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: .92;
    text-transform: uppercase;
}
.team-dev__text {
    margin: 0;
    color: #434d5a;
    font-size: 16px;
    line-height: 1.2;
}
.team-dev .btn {
    width: 100%;
    padding-left: 0;
}
.team-dev .btn::before {
    left: -24px;
}
.team-partners {
    margin: 0 0 30px;
}
.team-partners__list {
    display: grid;
    gap: 24px;
}
.team-partner {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    align-items: center;
}
.team-partner img {
    display: block;
    max-width: 104px;
}
.team-partner p {
    margin: 0;
    color: #3c4653;
    font-size: 18px;
    line-height: 1.15;
}
.team-contact-form {
    margin-top: 60px;
}
.team-contact-form .section-title {
    font-size: 23px;
    line-height: 1.05;
    text-transform: uppercase;
}
.team-contact-form textarea {
    min-height: 110px;
}
.team-stone {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.contact-form > .team-stone {
    position: absolute;
    z-index: 0;
}
.team-stone img {
    display: block;
    width: 100%;
}
.team-stone--top {
    top: 450px;
    z-index:-1;
    right: calc((100vw - 100%) / -2);
    width: clamp(120px, 11vw, 210px);
}
.team-stone--form {
    right: -120px;
    bottom: -80px;
    width: clamp(120px, 14vw, 230px);
}
.team-bio-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 20px;
}
.team-bio-modal[hidden] {
    display: none !important;
}
.team-bio-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 24, 36, 0.44);
}
.team-bio-card {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
    max-width: 100%;
    background: #f1f1f1;
   
    border-radius: 12px;
    padding: 22px;
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-template-areas:
        "photo list"
        "main list";
    gap: 24px;
    align-items: start;
}
.team-bio-card > img {
    grid-area: photo;
    width: 220px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.team-bio-card__main {
    grid-area: main;
}
.team-bio-card__main h3 {
    margin: 0 0 6px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-size: clamp(18px, 1.8vw, 18px);
    line-height: .95;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}
.team-bio-card__main p {
    margin: 0;
    color: #3d4550;
    font-size: 18px;
}
.team-bio-card__list {
    grid-area: list;
    margin: 0;
    padding-left: 18px;
    color: #303844;
    font-size: 18px;
    line-height: 1.25;
    display: grid;
    gap: 10px;
    align-self: center;
    overflow-wrap: anywhere;
}
.team-bio-card__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #334;
}

@media (max-width: 1180px) {
    .team-intro__lead {
        font-size: 17px;
        max-width: 620px;
    }
    .team-members {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 40px 0;
    }
    .team-member {
        display: grid;
        grid-template-columns: 96px 1fr;
        column-gap: 12px;
        row-gap: 0;
        align-items: center;
    }
    .team-member img {
        width: 96px;
        margin: 0;
        grid-row: 1 / span 2;
    }
    .team-member h3 {
        font-size: 16px;
        line-height: 1.08;
        margin-bottom: 0;
    }
    .team-member p {
        font-size: 15px;
        line-height: 1.08;
        align-self: start;
    }
    .team-member__more {
        grid-column: 2;
        margin-top: -20px;
        min-height: 34px;
        font-size: 11px;
        padding: 0 16px;
        align-self: start;
        justify-self: start;
    }
    .team-dev {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 8px 0 18px;
    }
    .team-dev__title,
    .team-dev__text,
    .team-dev .btn {
        padding-left: 12px;
    }
    .team-dev__title {
        font-size: 20px;
        line-height: .95;
    }
    .team-dev__text,
    .team-partner p {
        font-size: 17px;
    }
    .team-dev__text::before {
        width: 3px;
        height: 88%;
    }
    .team-dev .btn {
        width: min(100%, 320px);
        margin: 0 auto;
        padding-left: 0;
    }
    .team-dev .btn::before {
        content: none;
    }
    .team-dev__title::before {
        content: none;
    }
    .team-stone--form {
        display: none;
    }
    .team-bio-card {
        width: min(100%, 860px);
        grid-template-columns: 280px 1fr;
    }
    .team-bio-card__main p {
        font-size: 16px;
    }
    .team-bio-card__list {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .team-intro {
        margin: 0 0 14px;
    }
    .team-intro__title {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .team-intro__lead {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .team-members {
        grid-template-columns: 1fr;
        gap: 14px;
                margin: 40px 0px;
    }
    .team-member {
        display: grid;
        grid-template-columns: 96px 1fr;
        column-gap: 12px;
        row-gap: 0;
        align-items: center;
    }
    .team-member img {
        width: 96px;
        margin: 0;
        grid-row: 1 / span 2;
    }
    .team-member h3 {
        font-size: 16px;
        line-height: 1.08;
        margin-bottom: 0;
    }
    .team-member p {
        font-size: 15px;
        line-height: 1.08;
        align-self: start;
    }
    .team-member__more {
        grid-column: 2;
        margin-top: -20px;
        min-height: 34px;
        font-size: 11px;
        padding: 0 16px;
        align-self: start;
        justify-self: start;
    }
    .team-dev {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 8px 0 18px;
    }
    .team-dev__title,
    .team-dev__text,
    .team-dev .btn {
        padding-left: 12px;
    }
    .team-dev__title {
        font-size: 20px;
        line-height: .95;
    }
    .team-dev__text {
        font-size: 17px;
    }
    .team-dev__text::before {
        width: 3px;
        height: 88%;
    }
    .team-dev .btn {
        width: min(100%, 320px);
        margin: 0 auto;
        padding-left: 0;
    }
    .team-dev .btn::before {
        content: none;
    }
    .team-dev__title::before { content: none; }
    .team-partners__list {
        gap: 16px;
    }
    .team-partner {
        grid-template-columns: 78px 1fr;
        gap: 10px;
        align-items: start;
    }
    .team-partner img {
        max-width: 70px;
    }
    .team-partner p {
        font-size: 15px;
        line-height: 1.2;
    }
    .team-contact-form .section-title {
        font-size: 18px;
    }
    .team-contact-form textarea {
        min-height: 128px;
    }
    .team-stone--top {
    

                position: absolute;
        right: calc((100vw - 100%) / -2);
        top: 445px;
        width: 70px;
           
    }
    .team-bio-modal {
        padding: 56px 12px 16px;
        align-items: start;
        justify-items: center;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .team-bio-card {
        width: min(100%, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        margin: 50px 0 !important;
        grid-template-columns: 76px minmax(0, 1fr);
        grid-template-areas:
            "photo main"
            "list list";
        gap: 12px;
             padding: 20px 12px;
    }
    .team-bio-card > img {
        width: 64px;
        margin: 0;
    }
    .team-bio-card__main h3 {
        font-size: 19px;
        margin-bottom: 2px;
    }
    .team-bio-card__main {
        align-self: center;
    }
    .team-bio-card__main p {
        font-size: 17px;
    }
    .team-bio-card__list {
        grid-area: list;
        padding-left: 14px;
        font-size: 17px;
               gap: 12px;
        margin: 20px 0px;
    }
    .team-bio-card__close {
        font-size: 40px;
        top: 6px;
        right: 8px;
    }
}

/* Courses page */
.courses-page {
    position: relative;
}
.courses-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: clamp(18px, 3vw, 44px);
    align-items: center;
    margin: 10px 0 20px;
}
.courses-hero__title {
    margin: 0 0 25px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.2vw, 48px);
    line-height: 1.05;
    text-transform: uppercase;
}
.courses-hero__lead {
    margin: 0 0 25px;
    color: #3b4654;
    font-size: 18px;
    line-height: 1.18;
}
.courses-hero__list {
     margin: 20px 0px;
    padding-left: 20px;
    display: grid;
    gap: 15px;
    color: #313b49;
    font-size: 18px;
    line-height: 1.2;
}
.courses-hero__note {
    margin: 60px 0px 0px 0px;
    color: #3b4654;
    font-size: 18px;
    line-height: 1.18;
}
.courses-hero__media img {
    width: 100%;
    display: block;
}

.courses-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    margin-bottom: 30px;
}
.course-card {
       background: linear-gradient(140deg, rgb(236 232 223 / 89%) 0%, rgb(236 232 223 / 86%) 80%);
 
    border-radius: var(--radius);
    padding: 14px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;    margin: 10px 10px;
}
.course-card h3 {
    margin: 0;
    min-height: 54px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.14;
    text-transform: uppercase;
}
.course-card__main {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    align-items: start;
}
.course-card__main > img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
}
.course-card p {
     margin: 18px 0 18px;
    color: #3b4654;
    font-size: 17px;
    line-height: 1.2;
}
.course-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 16px;
    color: #2f3948;
    font-size: 17px;
    line-height: 1.24;
}
.course-card ul li {
    position: relative;
    padding-left: 25px;
}
.course-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/geotechnikum/images/icons/check-line.svg') no-repeat center / contain;
}
.course-card__download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    color: #7e8160;
    text-decoration: none;
    font-size: 15px;
}
.course-card__download::before {
    content: "";
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    background: url('/wp-content/themes/geotechnikum/images/icons/load.svg') no-repeat center / contain;
}
.course-card .btn {
    width: 290px;
    max-width: calc(100% - 154px);
    margin: 10px 0 0 214px;
    justify-self: start;
}

.courses-docs {
    margin-bottom: 26px;
}
.courses-docs .section-title {
    margin-bottom: 18px;
    font-size:32px;
}
.courses-docs__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}
.courses-docs__images {
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    gap: 14px;
    align-items: center;
}
.courses-docs__images img {
    width: 100%;
    display: block;
}
.courses-docs__content p {
       margin: 20px 0 10px;
    color: #3b4654;
    font-size: 18px;
    line-height: 1.22;
}
.courses-docs__downloads {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.courses-docs__downloads a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7e8160;
    text-decoration: none;
    font-size: 12px;
}
.courses-docs__downloads a::before {
    content: "";
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    background: url('/wp-content/themes/geotechnikum/images/icons/load.svg') no-repeat center / contain;
}

.courses-contact-form {
    margin-top: 10px;
}
.courses-contact-form .section-title {
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
}

.courses-stone {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.courses-stone img {
    width: 100%;
    display: block;
}
.courses-stone--right {
    z-index:-1;
    right: calc((100vw - 100%) / -2);
    top: 700px;
    width: clamp(130px, 12vw, 230px);
}

@media (max-width: 1180px) {
    .solutions-page {margin:30px 0}
    .team-bio-card {margin:120px 0}
    .courses-hero {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .courses-hero__media {
        max-width: 360px;
        justify-self: center;
                padding: 20px 0px;
    }
    .courses-hero__lead,
    .courses-hero__list,
    .courses-hero__note {
        font-size: 23px;
    }
    .courses-cards {
        grid-template-columns: 1fr;
    }
    .courses-stone--right {
        display: block;
        right: calc((100vw - 100%) / -2);
        width: 170px;
    }
}

@media (max-width: 640px) {
     .solutions-page {margin:20px 0}
    .courses-hero {
        margin: 0 0 12px;
    }
    .courses-hero__title {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .courses-hero__lead {
        font-size: 17px;
    }
    .courses-hero__list {
        font-size: 17px;
        gap: 3px;
    }
    .courses-hero__note {
        margin-top: 10px;
      font-size: 17px;
    }
    .courses-hero__media {
        max-width: 240px;
        padding:20px 0px;
    }
    .courses-cards {
        gap: 10px;
        margin-bottom: 18px;
    }
    .course-card {
        padding: 20px;
    }
    .course-card h3 {
        font-size: 18px;
    }
    .course-card__main {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .course-card__main > img {
        max-width: 234px;
        margin: 0 auto;
    }
    .course-card p,
    .course-card ul {
         font-size: 17px;
        line-height: 1.24;
    }
    .course-card__download {
        font-size: 15px;
    }
    .course-card .btn {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
    .course-card ul li::before {
        top: 1px;
        width: 20px;
        height: 20px;
    }
    .courses-stone--right {
        display: block;
        top: 980px;
        right: calc((100vw - 100%) / -2);
        width: 122px;
    }
    .courses-docs {
        margin-bottom: 16px;        padding-top: 50px;
    }
    .courses-docs .section-title {
        font-size: 22px;
    }
    .courses-docs__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .courses-docs__images {
        gap: 8px;
    }
    .courses-docs__content p {
        font-size: 17px;
    }
    .courses-docs__downloads {
        gap: 12px;        padding: 20px 0px;
    }
    .courses-docs__downloads a {
        font-size: 17px;
    }
    .courses-contact-form .section-title {
        font-size: 20px;
        line-height: 1.06;
    }
}

/* Community page */
.community-page {
    position: relative;
}
.community-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 650px);
    gap: clamp(116px, 2.8vw, 38px);
 
    margin: 10px 0 18px;
}
.community-hero h1 {
    margin: 0 0 25px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
  font-size: clamp(34px, 4.2vw, 48px);
    line-height: 1.05;
    text-transform: uppercase;
}
.community-hero p {
    margin: 0 0 25px;
    color: #3b4654;
    font-size: 18px;
    line-height: 1.18;
}
.community-hero ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 15px;
    color: #313b49;
    font-size: 18px;
    line-height: 1.2;
}
.community-hero ul li {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    column-gap: 14px;
}
.community-hero ul li::before {
    content: "•";
    line-height: 1;
    font-size: 1.2em;
    justify-self: center;
}
.community-hero__media img {
    width: 100%;
    display: block;
}

.community-tabs {
    display: flex;
    gap: clamp(20px, 2.2vw, 44px);
    border-bottom: 0;
    margin: 60px 0 60px;
   flex-wrap: nowrap;
   justify-content: flex-start;
}
.community-tab {
    appearance: none;
    border: 0;
    background: transparent;
    color: #8a8a8a;
    cursor: pointer;
    padding: 0 0 8px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
     font-size: clamp(18px, 2.45vw, 32px);
    white-space: nowrap;
    line-height: 1;
    border-bottom: 3px solid transparent;
}
.community-tab.is-active {
    color: #111;
    border-bottom-color: #8d9660;
}

.community-panel {
    animation: communityFade .22s ease;
}
.community-panel[hidden] {
    display: none !important;
}
@keyframes communityFade {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.community-btn-dark {
    background: #2B2D33;
    color: #fff;
}
.community-btn-dark:hover {background:#47484e}

.community-clothes-top {
    display: grid;
    grid-template-columns: 1fr 1fr 180px;
    gap: 18px;
    margin-bottom: 52px;
}
.community-clothes-top p {
    margin: 0;
    position: relative;
    padding-left: 20px;
    color: #3a4553;
    font-size: 16px;
    line-height: 1.2;
}
.community-clothes-top p::before,
.community-clothes-top .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 74px;
    background: #343a46;
}
.community-clothes-top .btn {
    position: relative;
    justify-self: end;
    align-self: center;
}
.community-clothes-top .btn::before {
    left: -22px;
}

.community-marquee {
    overflow: hidden;
    margin-bottom: 46px;
     width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.community-marquee__track {
    display: flex;
    width: max-content;
    animation: communityMarquee 16s linear infinite;
    will-change: transform;
}
.community-marquee__track img {
      width: min(1600px, 278vw);
    max-width: none;
    display: block;
  margin-right: 0;
}
@keyframes communityMarquee {
    from { transform: translateX(0); }
   to { transform: translateX(-50%); }
}

.community-clothes-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 380px);
    gap: 24px;
    align-items: center;
}
.community-clothes-info h3 {
    margin: 0 0 12px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight:800;
       font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.25;
    text-transform: uppercase;
}
.community-clothes-info p {
    margin: 0 0 34px;
    color: #3a4452;
    font-size: 17px;
    line-height: 1.2;
}
.community-clothes-info > img {
    width: 100%;
    display: block;
}

.community-process {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
    gap: 22px;
   
    margin-top: 34px;
}
.community-process h2 {
    margin: 0 0 20px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-size: clamp(32px, 2.5vw, 50px);
    line-height: .96;
    text-transform: uppercase;
}
.community-process ol {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: grid;
    gap: 30px;
}
.community-process li {
    display: grid;
    grid-template-columns: 52px 14px 1fr;
    gap: 10px;
    align-items: center;
    color: #2f3948;
    font-size: 16px;
    line-height: 1.22;
}
.community-process li::before {
    content: counter(step, decimal-leading-zero);
    counter-increment: step;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-size: 26px;
    font-weight:800;
    line-height: 1;
    align-self: center;
}
.community-process li::after {
    content: "•";
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    line-height: 1;
}
.community-process li > span {
    grid-column: 3;
    grid-row: 1;
}
.community-process ol { counter-reset: step; }
.community-process > img {
    width: 100%;
      margin-top: 30px;
    display: block;
}
.community-process .btn {
    width: min(100%, 420px); margin: 50px 0px;
}

.community-meeting-hero {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 700px);
    gap: 20px;

    margin-bottom: 42px;
}
.community-meeting-hero__text p,
.community-meeting-hero__text li {
    color: #3a4452;
    font-size: 17px;
    line-height: 1.24;
}
.community-meeting-hero__text p {
    margin: 0 0 25px;
}
.community-meeting-hero__text ul {
    margin: 0 0 52px;
    padding-left: 18px;
    display: grid;
    gap: 15px;
}
.community-meeting-hero img {
    width: 100%;
    display: block;
}
.community-meeting-hero .btn {
    width: min(100%, 380px);
}

.community-meeting-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
}
.community-meeting-card {
    position: relative;
  background: linear-gradient( 135deg, rgba(245, 248, 255, 0.7) 0%, rgba(245, 248, 255, 1) 100% );
    border-radius: 14px;
    padding: 14px 14px 12px;
}
.community-meeting-card__stone {
    position: absolute;
    right: -30px;
    top: -20px;
    width: 62px;
}
.community-meeting-card h3 {
    margin: 0 0 18px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-weight:800;
    font-size: clamp(24px, 1.5vw, 32px);
    line-height: .95;
    text-transform: uppercase;
}
.community-meeting-card p {
    margin: 0 0 18px;
    color: #3a4452;
    font-size: 14px;
    line-height: 1.24;
}
.community-meeting-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.community-meeting-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #3a4452;
    font-size: 14px;
    line-height: 1.2;
}
.community-meeting-card li img {
    width: 18px;
    margin-top: 1px;
}

.community-form {
    margin-top: 42px;
    margin-bottom: 20px;
   background: linear-gradient( 135deg, rgba(245, 248, 255, 0.7) 0%, rgba(245, 248, 255, 1) 100% );
}
.community-form .section-title {
    font-size: 23px;
    text-transform: uppercase;
}
.community-form .community-btn-dark {
    width: 100%;
}

.community-channel-head {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}
.community-channel-head img {
    width: 140px;
    border-radius: 50%;
}
.community-channel-head h3 {
    margin: 0 0 2px;
    font-family: 'Organetto', "Helvetica", Arial, sans-serif;
    font-size: clamp(26px, 1.8vw, 36px);
    line-height: .94;
    text-transform: uppercase;
}
.community-channel-head p {
    margin: 0;
    color: #3a4452;
    font-size: 16px;
}
.community-channel-text p,
.community-channel-text li {
    color: #3a4452;
    font-size: 17px;
    line-height: 1.24;
}
.community-channel-text p { margin: 20p 0 20px; }
.community-channel-text ul {
    margin: 0 0 14px;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}
.community-channel-logo {
    background: #162137;
    border-radius: 14px;
    padding: 22px;
    min-height: 200px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}
.community-channel-logo img {
    width: min(100%, 300px);
    display: block;
}
.community-channel-btn {
    width: min(100%, 480px);
}
.community-panel[data-panel="channel"] {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 560px);
    grid-template-areas:
        "head logo"
        "text logo"
        "btn logo";
    column-gap: 24px;
    row-gap: 10px;
    align-items: start;
}
.community-panel[data-panel="channel"] .community-channel-head { grid-area: head; margin-bottom: 0; }
.community-panel[data-panel="channel"] .community-channel-text { grid-area: text; }
.community-panel[data-panel="channel"] .community-channel-logo { grid-area: logo; margin-bottom: 0; }
.community-panel[data-panel="channel"] .community-channel-btn { grid-area: btn; }

@media (max-width: 1180px) {



    .community-hero {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .community-hero__media {
      
    }
    .community-hero p,
    .community-hero ul {
        font-size: 20px;
    }

    .community-tabs {
        margin: 32px 0 32px;
        gap: 18px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .community-tab {
        text-align: left;
        font-size: 22px;
        border-bottom-width: 2px;
        width: max-content;
        padding-bottom: 4px;
    }

    .community-clothes-top {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .community-clothes-top p::before {
        height: 40px;
    }
    .community-clothes-top .btn {
        width: min(100%, 320px);
        justify-self: center;
        margin: 0 auto;
    }
    .community-clothes-top .btn::before {
        content: none;
    }

    .community-clothes-info,
    .community-process {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .community-clothes-info > img {
        width: 60%;
        margin: 0 auto;
        padding: 20px 0;
    }


    .community-meeting-hero {
        grid-template-columns: 1fr;
    }
    .community-meeting-cards {
        grid-template-columns: 1fr;
    }
    .community-panel[data-panel="channel"] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "text"
            "logo"
            "btn";
    }
}

@media (max-width: 640px) {

.community-meeting-card__stone {
    position: absolute;
    right: 8px;
    top: -20px;
    width: 62px;
}

    .community-clothes-info > img {width:60%; margin: 0 auto; padding:20px 0px}
    .community-hero {
        margin: 0 0 12px;
    }
    .community-hero h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .community-hero p,
    .community-hero ul {
        font-size: 17px;
        line-height: 1.3;
    }
    .community-hero__media {
        max-width: 100%;
    }

    .community-tabs {
      
        margin: 32px 0 32px;
        gap: 18px;
        flex-direction: column;
    }
    .community-tab {
        text-align: left;
        font-size: 22px;
        border-bottom-width: 2px;
        width: max-content;
        padding-bottom: 4px;
    }

    .community-clothes-top {
        gap: 30px;
    }
    .community-clothes-top p {
        font-size: 15px;
        padding-left: 10px;
    }
    .community-clothes-top .btn,
    .community-process .btn,
    .community-meeting-hero .btn,
    .community-channel-btn {
        width: min(100%, 320px);
        display: flex;
        justify-self: center;
             margin: 30px 0px;
    }
    .community-clothes-top .btn::before {
        content: none;
    }


.community-marquee {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }


    .community-marquee__track img {
       width: max(640px, 170vw);
    }

    .community-clothes-info,
    .community-process {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .community-clothes-info h3 {
        font-size: 16px;        margin-top: 40px;
    }
    .community-clothes-info p,
    .community-process li {
        font-size: 17px;
        line-height: 1.26;
    }
    .community-process h2 {
        font-size: 18px;
              margin: 30px 0px;
    }
    .community-process li {
        grid-template-columns: 30px 10px 1fr;
        gap: 8px;
    }
    .community-process li::before {
        font-size: 15px;
    }

    .community-meeting-hero__text p,
    .community-meeting-hero__text li,
    .community-meeting-card p,
    .community-meeting-card li,
    .community-channel-text p,
    .community-channel-text li,
    .community-channel-head p {
        font-size: 17px;
    }
    .community-meeting-card h3,
    .community-channel-head h3 {
        font-size: 16px;
    }
    .community-meeting-card {
              padding: 32px 12px 30px;
    }
    .community-form .section-title {
        font-size: 18px;
    }
    .community-form .contact-form__row,
    .community-form .contact-form__row--actions {
        grid-template-columns: 1fr;
       
    }

    .community-channel-head {
        grid-template-columns: 96px 1fr;
        gap: 12px;
    }
    .community-channel-head img {
        width: 96px;
    }
    .community-channel-logo {
        min-height: 130px;
        padding: 14px;
          background: #162137;
    }
    .community-channel-logo img {
        width: min(100%, 190px);
    }
    .community-panel[data-panel="channel"] {
        display: block;
    }
    .community-channel-btn {
        display: flex;
        margin-inline: auto;
    }
}