@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}

html { height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background-color: #fff;
}

img { max-width: 100%; display: block; }

h1 { margin-top: 20px; margin-bottom: 15px; font-size: 44px; line-height: 62px; font-weight: 400; }
h2 { margin-top: 10px; margin-bottom: 10px; font-size: 36px; line-height: 50px; font-weight: 400; }
h3 { margin-top: 10px; margin-bottom: 10px; font-size: 30px; line-height: 46px; font-weight: 400; }
h4 { margin-top: 10px; margin-bottom: 10px; font-size: 24px; line-height: 38px; font-weight: 400; }
h5 { margin-top: 10px; margin-bottom: 10px; font-size: 20px; line-height: 34px; font-weight: 500; }
h6 { margin-top: 10px; margin-bottom: 10px; font-size: 16px; line-height: 28px; font-weight: 500; }

p { margin-top: 0; margin-bottom: 10px; }

a {
  display: block;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}
a:hover { color: #32343a; }
a:active { color: #43464d; }

ul { margin-top: 20px; margin-bottom: 20px; padding-left: 40px; list-style-type: disc; }
li { margin-bottom: 10px; }
label { margin-bottom: 10px; font-size: 12px; line-height: 20px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }

/* ===== NAVIGATION ===== */
.navigation {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  font-family: Cabin, sans-serif;
  position: relative;
  z-index: 1000;
}

.navigation-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.logo-link {
  z-index: 1;
  text-decoration: none;
}
.logo-link:hover { opacity: 0.8; }
.logo-link:active { opacity: 0.7; }

.logo-link img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.navigation-wrap {
  display: flex;
  align-items: center;
}

nav.nav-menu {
  display: flex;
  position: relative;
}

.navigation-item {
  padding: 9px 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1b1f;
  display: inline-block;
}
.navigation-item:hover { opacity: 0.9; }
.navigation-item.current { opacity: 1; font-weight: 600; }

.menu-button {
  display: none;
  padding: 18px;
  cursor: pointer;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 0%;
  height: 6px;
  background-color: #62798f;
  transform-origin: 0% 50%;
  transition: width 0.1s linear;
}

/* ===== HOMEPAGE SECTIONS ===== */
.section-presentation {
  margin: 0;
  padding: 0;
}

.intro-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px 20px;
}

.heading-jumbo-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
}

.section-2 {
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.section-2.work-experience-grid {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  font-family: Cabin, sans-serif;
}

/* Work experience blocks */
.xp-link {
  display: block;
  text-decoration: none;
}

.section-2.xp-booking {
  display: flex;
  min-height: 200px;
  margin: 6px 0 0;
  flex: 1;
  border-top: 10px solid #b9e7f8;
  background-color: rgba(185, 231, 248, 0.52);
  transition: background-color 200ms ease;
}
.section-2.xp-booking:hover { background-color: #b9e7f8; }

.section-2.xp-ec {
  display: flex;
  min-height: 200px;
  margin: 6px 0 0;
  flex: 1;
  border-top: 10px solid #f8dcb9;
  background-color: rgba(248, 220, 185, 0.52);
  transition: background-color 200ms ease;
}
.section-2.xp-ec:hover { background-color: #f8dcb9; }

.section-2.xp-smartly {
  display: flex;
  min-height: 200px;
  margin: 6px 0 0;
  padding-left: 0;
  flex-direction: column;
  flex: 1;
  border-top: 10px solid #b9f8e5;
  background-color: rgba(185, 248, 229, 0.5);
  transition: background-color 200ms ease;
}
.section-2.xp-smartly:hover { background-color: #b9f8e5; }

.section-2.xp-trend {
  display: flex;
  min-height: 200px;
  margin: 6px 0 0;
  flex: 1;
  border-top: 10px solid #ffbebe;
  background-color: rgba(255, 190, 190, 0.5);
  transition: background-color 200ms ease;
}
.section-2.xp-trend:hover { background-color: #ffbebe; }

.section-2.cc-contact {
  margin-right: 0;
  margin-left: 0;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #ebebeb;
  font-family: Montserrat, sans-serif;
}

.container-2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
}

.carrer-headline-wrap-2 {
  width: 70%;
  margin-bottom: 0;
  text-decoration: none;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
  text-decoration: none;
}

.heading-2.heading-3 { font-size: 20px; }
.heading-2.heading-3.hobbies-light { line-height: 28px; font-weight: 400; }

.paragraph-2, .paragraph-3 {
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-4 {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-4.heading4-home { padding-left: 0; }

/* "And also" / hobbies cards */
.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.column, .column-2, .column-3 {
  flex: 1 1 200px;
}

.section-3 {
  display: block;
  min-height: 270px;
  padding: 20px 30px 40px;
  border-top: 10px solid #ffe071;
  background-color: rgba(255, 224, 113, 0.51);
  transition: border 200ms ease, background-color 100ms ease;
  text-decoration: none;
}
.section-3:hover { background-color: #ffe071; }

.section-3.hobbies {
  min-height: 300px;
  border-top-color: #dbd1ff;
  background-color: rgba(219, 209, 255, 0.51);
}
.section-3.hobbies:hover { background-color: #dbd1ff; }

.link-block-6 {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.paragraph-small {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

/* ===== CONTACT FORM ===== */
.contact-headline { width: 70%; margin-bottom: 40px; }
.contact-form-wrap { width: 70%; }

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 30px;
}

.contact-form-grid > div:last-child {
  grid-column: 1 / -1;
}

.text-field {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
  font-family: Montserrat, sans-serif;
}
.text-field:hover { border-color: #e3e6eb; }
.text-field:focus { border-color: #43464d; outline: 0; }
.text-field::placeholder { color: rgba(50, 52, 58, 0.4); }
.text-field.cc-textarea { height: 200px; padding-top: 12px; }

.field-label-3 { display: block; margin-bottom: 5px; font-weight: 800; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }

.button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 0;
  background-color: #1a1b1f;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.button:hover { background-color: #32343a; color: #fff; }
.button:active { background-color: #43464d; }

.status-message {
  display: none;
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}
.status-message.visible { display: block; }
.status-message.cc-success-message { background-color: #12b878; }
.status-message.cc-error-message { background-color: #db4b68; }

/* ===== FOOTER ===== */
.footer-wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  margin-right: -20px;
  justify-content: flex-end;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1b1f;
  display: inline-block;
}
.footer-item:hover { opacity: 0.9; }

/* ===== PROJECT PAGES ===== */
.big-header {
  height: 800px;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.big-header.big-header-ec { background-image: url('/images/ec/header-bg.jpg'); }
.big-header.big-header-tm { background-image: url('/images/tm/header-bg.jpg'); }
.big-header.big-header-smartly { background-image: url('/images/smartly/header-bg.jpg'); background-position: 50% 0%; background-size: contain; }
.big-header.big-header-compensate { background-image: url('/images/compensate/header-bg.jpg'); }
.big-header.big-header-booking { background-color: #b9e7f8; }

.section-ec {
  font-family: Montserrat, sans-serif;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.heading {
  display: block;
  margin-bottom: 0;
  float: left;
  clear: left;
  line-height: 48px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.heading-5 {
  clear: left;
  float: left;
  line-height: 44px;
  letter-spacing: -1px;
  text-indent: -4px;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.heading-project {
  float: none;
  color: #1a1b1f;
  text-shadow: none;
  font-size: 30px;
  line-height: 38px;
  text-decoration: none;
}

.project-overview-grid-2 {
  margin-top: 120px;
  margin-bottom: 100px;
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-description-grid-2 {
  margin-top: 120px;
  margin-bottom: 20px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 2.5fr;
}

.paragraph-light-2 {
  opacity: 1;
  font-weight: 400;
}
.paragraph-light-2.cc-position-name {
  margin-bottom: 5px;
  padding-top: 10px;
  line-height: 24px;
}

.paragraph-small-2 {
  font-size: 12px;
  line-height: 22px;
}
.paragraph-small-2.interview-block {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #dbdbdb;
}

.position-name-text-2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #363636;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.tinylink {
  position: relative;
  color: #5cafe7;
  text-decoration: none;
  display: inline;
}
.tinylink:hover { text-decoration: underline; }

.link-block {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.link-block-4 { width: 100%; display: block; }
.link-block-5 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-greyborder {
  border: 1px solid #e2e2e2;
  cursor: pointer;
  width: 100%;
}

.image-14 { border: none; width: 100%; }
.image-padding { border-bottom: 4px solid #fff; width: 100%; }
.image-17, .image-18, .image-19 { border: 2px solid #c4c4c4; width: 100%; }
.image-20, .image-21 { max-width: 1200px; margin: 0 auto; }
.image-23 { margin: 0 auto; }
.image-26 { margin: 0 auto; }

.div-block-3 {
  margin-bottom: 8px;
  border-bottom: 4px solid #dbdbdb;
}

.columns-2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbdbdb;
}
.columns-2 > div {
  flex: 1 1 45%;
  padding: 0 10px;
}

/* ===== NDA PASSWORD PROTECTION ===== */
.protect-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.75s ease, visibility 0.75s ease;
}
.protect-overlay.unlocked {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.protect-form {
  width: 100%;
  max-width: 600px;
  padding: 32px;
}

.protect-form h1 {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 32px;
  color: #1a1b1f;
}

.protect-form p {
  color: rgba(44, 44, 62, 0.7);
  margin-top: 12px;
}

.protect-input {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  padding: 16px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(19, 19, 35, 0.2);
  outline: none;
  width: 100%;
}
.protect-input:focus { border: 1px solid #4353ff; }
.protect-input.success { border-color: #04a383; }

.protect-success {
  color: #04a383;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.25s ease;
  margin-top: 8px;
  font-size: 14px;
}
.protect-success.visible { opacity: 1; }

#page-content.locked {
  overflow: hidden;
  max-height: 100vh;
}

/* ===== W-ROW grid fallback ===== */
.w-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.w-col { padding-left: 10px; padding-right: 10px; }
.w-col-6 { width: 50%; }
.w-col-4 { width: 33.333%; }
.w-col-3 { width: 25%; }

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 991px) {
  .heading-jumbo-2 { font-size: 48px; line-height: 56px; }
  .big-header { background-attachment: scroll; }
  .project-overview-grid-2 { grid-template-columns: 1fr; }
  .project-description-grid-2 { grid-template-columns: 1fr; }
  .menu-button { display: block; }
  nav.nav-menu { display: none; }
  nav.nav-menu.open { display: flex; flex-direction: column; position: absolute; top: 100%; right: 0; background: white; padding: 10px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 999; }
  .navigation { position: relative; }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-2 { font-size: 36px; line-height: 44px; }
  .section-2 { margin-right: 20px; margin-left: 20px; }
  .columns { flex-direction: column; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { width: 100%; }
  .contact-headline { width: 100%; }
  .w-col-6, .w-col-4, .w-col-3 { width: 100%; }
  .columns-2 > div { flex: 1 1 100%; }
}

@media screen and (max-width: 479px) {
  .heading-jumbo-2 { font-size: 28px; line-height: 36px; }
  .container-3 { padding-right: 20px; padding-left: 20px; }
}
