/* ------------------------------------------------
 Author: ArtStyles (Art)
 
 Template Name: vCard 2
 version: 1.1.0
------------------------------------------------ */
/* ------------------------------------------------

 - General Styles
 - Typography
 - Preloader
 - Form
 - Button
 - Preloader
 - Header
 - Sections
 - Navbar
 - Footer
 - Cases
 - Clients
 - Contact
 - Single post
 - Footer
 - Contact
 - Portfolio
 - News
 - Single news
 - Testimonials
 - Timeline
 - Other
 
------------------------------------------------ */
@import url(vendors/bootstrap.min.css);
@import url(vendors/swiper.min.css);
@import url(vendors/simplebar.min.css);
@import url(../icons/style.css);
@import url("../font/inter.css");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,900&display=swap");
/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body, html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

body {
  background: transparent;
  color: #5F6F81;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 580px) {
  body {
    line-height: 1.6;
  }
}

html.is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.is-scroll-disabled {
    overflow: hidden;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.no-scroll-height {
  overflow-x: hidden;
}

.svg-defs {
  position: absolute;
  height: 0;
  width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .full-page {
    overflow: auto;
  }
}

.bg-triangles {
  background-image: url(../images/triangle-top.svg), url(../images/triangle-bottom.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
  .bg-triangles {
    background-size: contain;
  }
}
.bg-triangles-2 {
  background-image: url(../images/triangles-top-2.svg), url(../images/triangles-bottom-2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: inherit;
}
@media only screen and (max-width: 580px) {
  .bg-triangles-2 {
    background-size: contain;
  }
}
.bg-peach {
  background-image: linear-gradient(111.59deg, #FFF2E7 0%, #FFCADA 99.08%);
  background-attachment: fixed;
}
.bg-orange {
  background-image: linear-gradient(111.59deg, #FFC956 0%, #FF9F4D 99.08%);
  background-attachment: fixed;
}
.bg-azure {
  background-image: linear-gradient(128.99deg, #00F1E2 10.98%, #2CD5EF 90.23%);
  background-attachment: fixed;
}
.bg-green {
  background-image: linear-gradient(135deg, #9be15d 0%, #00d9a6 100%);
  background-attachment: fixed;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #44566C;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.title--h1 {
  font-size: 1.875rem;
  margin-bottom: 1.1875rem;
}
@media only screen and (max-width: 580px) {
  .title--h1 {
    font-size: 1.6875rem;
  }
}
.title--h2 {
  font-size: 1.5625rem;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 580px) {
  .title--h2 {
    font-size: 1.5rem;
    margin-bottom: 1.1875rem;
  }
}
.title--h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 580px) {
  .title--h3 {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
}
.title--h4 {
  font-size: 1.0625rem;
  margin-bottom: 0.8125rem;
}
@media only screen and (max-width: 580px) {
  .title--h4 {
    font-size: 1rem;
  }
}
.title--center {
  text-align: center;
}
.title--tone {
  color: #A3E4D7;
}
.title-icon {
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media only screen and (max-width: 580px) {
  .title-icon {
    height: 1.9230769231rem;
    width: 1.9230769231rem;
  }
}
.title__separate {
  margin-bottom: 1.5rem;
  position: relative;
}
.title__separate::before, .title__separate::after {
  content: '';
  background-color: #A02046;
  border-radius: 0.5rem;
  height: 0.3125rem;
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  width: 3.12rem;
  z-index: 1;
}
.title__separate::after {
  background-color: #CB4174;
  width: 1rem;
}
@media only screen and (max-width: 580px) {
  .title__separate {
    margin-bottom: 0.8125rem;
  }
  .title__separate::before, .title__separate::after {
    height: 0.1875rem;
    bottom: -0.625rem;
  }
  .title__separate::before {
    width: 3rem;
  }
  .title__separate::after {
    width: 1rem;
  }
}

.weight--400 {
  font-weight: 400;
}
.weight--500 {
  font-weight: 500;
}
.weight--600 {
  font-weight: 600;
}
.weight--700 {
  font-weight: 700;
}

.color--light {
  color: #8697A8;
}
.color--dark {
  color: #44566C;
}

.block-quote {
  font-size: 1.3125rem;
  font-weight: 400;
  font-style: italic;
  margin: 1.8125rem 0 1.8125rem 0.1875rem;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .block-quote {
    padding-left: 3.8125rem;
  }
}
@media only screen and (max-width: 768px) {
  .block-quote {
    font-size: 1.125rem;
    margin: 1.0625rem 0 1.3125rem;
    padding-left: 0;
    padding-top: 2.375rem;
  }
}
.block-quote::before {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  height: 1.5625rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -2.5625rem;
  width: 28px;
}
@media only screen and (max-width: 991px) {
  .block-quote::before {
    left: 0;
  }
}
.block-quote__author {
  font-size: 1rem;
  font-style: normal;
  display: block;
  margin-top: 0.625rem;
  padding-left: 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block-quote__author {
    font-size: 0.875rem;
    margin-top: 0;
    padding-left: 2rem;
  }
}
.block-quote__author::before {
  content: '';
  background-color: #44566C;
  height: 0.0625rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
}
@media only screen and (max-width: 768px) {
  .block-quote__author::before {
    width: 1rem;
  }
}

a {
  color: #A3E4D7;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
a:hover {
  color: #A3E4D7;
  outline: none;
  text-decoration: underline;
}
a.decoration--none {
  text-decoration: none;
}

.description {
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}

.foreword {
  color: #FFFFFF;
  font-size: 1.125rem;
}

.separation {
  background-color: rgba(134, 151, 168, 0.2);
  height: 0.0625rem;
  margin: 2rem 0;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

iframe {
  background-color: #44566C;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.cover {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}

::-moz-selection {
  background: transparent;
  color: #A02046;
}

::selection {
  background: transparent;
  color: #A02046;
}

/* -----------------------------------------------------------------
    - Form
----------------------------------------------------------------- */
.input, .textarea, select,
.custom-select {
  background-color: #FCFBF8;
  border: 2px solid #CD466D;
  border-radius: 20px;
  box-shadow: none;
  color: #44566C;
  font-size: 0.9375rem;
  height: auto;
  padding: 1rem 1.375rem;
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 580px) {
  .input, .textarea, select,
  .custom-select {
    padding: 0.625rem 1.125rem;
  }
}

.input:focus, .textarea:focus, select:focus,
.custom-select:focus {
  background-color: #FFFFFF;
  border-color: #96C98A;
  color: #44566C;
  box-shadow: 0 4px 15px rgba(150, 201, 138, 0.15);
  outline: none;
}

.input {
  line-height: inherit;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input {
    line-height: 0;
  }
}
.input--white {
  background-color: #fff;
}
.input--white:focus {
  background-color: #fff;
}
.input__icon {
  padding-left: 2.8125rem;
}
@media only screen and (max-width: 580px) {
  .input__icon {
    padding-left: 1.125rem;
  }
}

.textarea {
  border-radius: 20px;
  display: block;
  padding: 0.8125rem 1.1875rem;
  resize: none;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .form-group {
    margin-bottom: 1.6875rem;
  }
}
.form-group .font-icon {
  color: #8697A8;
  font-size: 1.0625rem;
  margin: auto 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 580px) {
  .form-group .font-icon {
    display: none;
  }
}

.help-block {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.4;
  padding-top: 0.3125rem;
  padding-left: 0.375rem;
}
@media only screen and (max-width: 580px) {
  .help-block {
    font-size: 0.6875rem;
  }
}
.help-block ul {
  padding: 0;
}

.with-errors {
  color: #FF3D57;
}

.has-error input,
.has-error textarea,
.has-error input:focus,
.has-error textarea:focus {
  border-color: #FF3D57;
}

#validator-contact {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.form-control::-webkit-input-placeholder {
  color: #8697A8;
}

.form-control::-moz-placeholder {
  color: #8697A8;
}

.form-control:-ms-input-placeholder {
  color: #8697A8;
}

.form-control::-ms-input-placeholder {
  color: #8697A8;
}

.form-control::placeholder {
  color: #8697A8;
}

input:invalid,
textarea:invalid {
  outline: none !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1875rem rgba(163, 228, 215, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #A3E4D7;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #fff;
  background-color: transparent;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #A3E4D7;
  background-color: #A3E4D7;
}

.custom-control-label {
  line-height: 1.55;
  padding-left: 0.5rem;
}
.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #FAF9F6;
}

select,
.custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.1rem center/10px 16px;
}
select option,
.custom-select option {
  color: #44566C;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 0.5rem 2.5rem rgba(134, 151, 168, 0.25);
  color: #5F6F81;
  font-size: 0.9375rem;
}
.dropdown-menu::before {
  content: '';
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #fff;
  height: 0;
  position: absolute;
  top: -0.375rem;
  left: 1.6875rem;
  width: 0;
}
.dropdown.dropup .dropdown-menu::before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
  border-bottom: 0.375rem solid transparent;
  top: auto;
  bottom: -0.75rem;
}

.badge {
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.5625rem 1rem;
}
.badge--light {
  background-color: #FFFFFF;
  color: #44566C;
}
.badge--gray {
  background-color: #F2EFE9;
  color: #44566C;
}
.badge--dark {
  background-color: #44566C;
  color: #fff;
}
.badge--blue {
  background-color: #A3E4D7;
  color: #fff;
}
.badge--blue-gradient {
  background-image: linear-gradient(111.59deg, #FFF2E7 0%, #FFCADA 99.08%);
  color: #fff;
}
.badge--aqua {
  background-color: #FFB7B2;
  color: #fff;
}
.badge--red {
  background-color: #FF3D57;
  color: #fff;
}

.tooltip {
  font-family: "Inter", sans-serif;
}
.tooltip-inner {
  max-width: 12.5rem;
  padding: 0.25rem 0.5625rem 0.25rem;
  background-color: #44566C;
  border-radius: 0.25rem;
  box-shadow: 0 1rem 2rem rgba(134, 151, 168, 0.25), 0 0.125rem 1rem rgba(134, 151, 168, 0.5);
}
.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #44566C;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: #44566C;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #44566C;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #44566C;
}

.progress {
  background-color: rgba(68, 86, 108, 0.1);
  border-radius: 20px;
  height: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: inherit;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 580px) {
  .progress {
    margin-bottom: 1rem;
  }
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-bar {
  background-color: #A3E4D7;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 0%;
  z-index: 1;
}
.progress .progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.progress .progress-text > * {
  min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .progress-text span:nth-child(2) {
    float: right;
  }
}
.btn {
  background-color: #A3E4D7;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(163, 228, 215, 0.15), 0 0.125rem 0.25rem rgba(163, 228, 215, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  overflow: hidden;
  padding: 0.9375rem 1.5rem;
  position: relative;
  transition: .4s ease-in-out;
  white-space: nowrap;
  z-index: 1;
}
.btn:hover {
  color: #fff;
  box-shadow: none;
  opacity: .9;
}
.btn:hover .btn-ripple {
  width: 30rem;
  height: 30rem;
}
.btn:focus {
  box-shadow: 0 1.5rem 2.5rem rgba(163, 228, 215, 0.1), 0 0.5rem 1rem rgba(163, 228, 215, 0.1);
}
.btn::before {
  content: '';
  box-shadow: 0 0.25rem 2rem rgba(163, 228, 215, 0.25), 0 0.25rem 1rem rgba(163, 228, 215, 0.25);
  margin: 0 auto;
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 64%;
  z-index: -1;
}
.btn .btn-ripple {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  transition: width .4s ease-in-out, height .4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn .font-icon {
  margin-right: 0.1875rem;
}

button:focus {
  outline: none;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1106;
  opacity: 1;
}
.preloader > * {
  min-width: 0;
}
.preloader__wrap {
  width: 100%;
  max-width: 9.375rem;
}
.preloader__progress {
  background: #fff;
  height: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.preloader__progress span {
  background: #A3E4D7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

/* -----------------------------------------------------------------
    - Sidebar
----------------------------------------------------------------- */
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 2.5rem;
  width: 19.5rem;
  text-align: center;
}
.sidebar > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    align-items: center;
    border-radius: 30px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    padding: 2rem;
  }
}
.full-page .sidebar {
  justify-content: flex-start;
}
.sidebar .avatar {
  margin-bottom: 1.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 580px) {
  .sidebar .avatar {
    margin-bottom: 1rem;
  }
}
.sidebar__user-name {
  font-family: "Merriweather", serif;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .sidebar__user-name {
    font-size: 1.625rem;
    margin-bottom: 0.8125rem;
  }
}
.sidebar .btn {
  flex: 0 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .sidebar .btn {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media only screen and (max-width: 580px) {
  .sidebar .btn {
    width: 100%;
  }
}

.contact-block {
  color: #44566C;
  font-size: 0.9375rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.3125rem;
}
@media only screen and (max-width: 991px) {
  .contact-block {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.contact-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-block__item > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .contact-block__item {
    justify-content: center;
  }
}
.contact-block__item a {
  color: #44566C;
  text-decoration: none;
}
.contact-block__item a:hover {
  color: #5AA446;
}
.contact-block .font-icon {
  font-size: 1.125rem;
  margin-right: 0.875rem;
}

.sticky-column {
  width: 100%;
}

.sticky-column.is_stuck {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
.sticky-column.is_stuck .avatar {
  margin-top: 0;
}

/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 1.875rem;
}
.main > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .main {
    justify-content: normal;
    margin-top: 2rem;
    height: 100%;
    padding: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    margin-top: 0;
  }
}
.full-page .main {
  height: 100%;
}

.wrapper {
  background-color: #fbfbfa;
  border-radius: 30px 0 30px 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  display: flex;
  max-height: 42.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 64.375rem;
  position: relative;
  width: 100%;
}
.wrapper > * {
  min-width: 0;
}
.wrapper::before {
  content: '';
  box-shadow: 0 2.5rem 3.125rem rgba(134, 151, 168, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 5rem;
  width: 78%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    flex-direction: column;
    border-radius: 0 0 30px 30px;
    margin-bottom: 2rem;
    max-height: 100%;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    border-radius: 30px;
    margin-top: 4rem;
    width: 86%;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.full-page .wrapper {
  max-height: 100%;
}
.wrapper--shadow-orange {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1);
}
.wrapper--shadow-orange::before {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.2);
}
.wrapper--shadow-azure {
  box-shadow: 0 2.5rem 3.125rem rgba(20, 93, 104, 0.1);
}
.wrapper--shadow-azure::before {
  box-shadow: 0 2.5rem 3.125rem rgba(20, 93, 104, 0.2);
}

.content {
  max-height: 42.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: calc(100% - 280px);
  position: relative;
}
.tabcontent {
  padding-bottom: 0rem;
}
@media only screen and (max-width: 991px) {
  .content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}
.full-page .content {
  max-height: 100%;
  min-height: 100%;
}

.section {
  margin-top: 1.8125rem;
  padding: .1px 0;
}
@media only screen and (max-width: 580px) {
  .section {
    margin-top: 1.5rem;
  }
}

.js-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.box-gray {
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 2px solid #E2F1DD;
  box-shadow: 0 10px 20px rgba(150, 201, 138, 0.15);
  padding: 2rem 1.875rem;
}
@media only screen and (max-width: 768px) {
  .box-gray {
    border-radius: 20px;
    padding: 0.9375rem;
  }
}

.overlay {
  position: relative;
}
.overlay::before, .overlay--45::before, .overlay--80::before {
  content: '';
  background-color: rgba(68, 86, 108, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.overlay--45::before {
  background-color: rgba(68, 86, 108, 0.45);
}
.overlay--80::before {
  background-color: rgba(68, 86, 108, 0.8);
}

.avatar-wrap {
  position: relative;
  z-index: 1;
}
.avatar-wrap::before {
  content: '';
  box-shadow: 0 1rem 1.5rem rgba(134, 151, 168, 0.4);
  border-radius: 1rem;
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  margin: 0 auto;
  height: 1rem;
  width: 7.5rem;
  z-index: -1;
}

.avatar {
  display: block;
  height: 100%;
  width: 100%;
}
.avatar--180 {
  max-height: 11.25rem;
  max-width: 11.25rem;
  height: 11.25rem;
  width: 11.25rem;
}
@media only screen and (max-width: 991px) {
  .avatar--180 {
    max-height: 12.5rem;
    max-width: 12.5rem;
    height: 12.5rem;
    width: 12.5rem;
  }
}
.avatar--80 {
  max-height: 5rem;
  max-width: 5rem;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.1)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.1));
}
@media only screen and (max-width: 580px) {
  .avatar--80 {
    max-height: 4.5454545455rem;
    max-width: 4.5454545455rem;
  }
}
.avatar--60 {
  max-height: 60px;
  max-width: 60px;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.1)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.1));
}
@media only screen and (max-width: 580px) {
  .avatar--60 {
    max-height: 45.1127819549px;
    max-width: 45.1127819549px;
  }
}
.avatar__box {
  -webkit-clip-path: url(#avatar-box);
  clip-path: url(#avatar-box);
}
.avatar__hexagon {
  -webkit-clip-path: url(#avatar-hexagon);
  clip-path: url(#avatar-hexagon);
}
.avatar image {
  height: 100%;
  width: 100%;
}

.social {
  line-height: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.375rem;
}
.social__link {
  color: #44566C;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.8125rem;
  text-decoration: none;
}
.social__link:hover {
  cursor: pointer;
  text-decoration: none;
}
.social__link:first-child {
  margin-left: 0;
}

.pt-6 {
  padding-top: 5rem;
}

/* -----------------------------------------------------------------
    - Navbar
----------------------------------------------------------------- */
/* --- MENU MÓVIL VERTICAL BÁSICO (FASE 4) --- */

/* 2. Hamburger Button Wrapper */
.circle-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  background-color: transparent;
  pointer-events: none;
  visibility: hidden;
  position: absolute; /* Fase 2: Evitar position fixed general */
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1100;
}

@media only screen and (max-width: 991px) {
  .circle-menu {
    pointer-events: all;
    visibility: visible;
  }
}

.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 3.2rem;
  height: 3.2rem;
  transition: transform 0.2s;
}

.hamburger:active {
  transform: scale(0.95);
}

.hamburger .line {
  background-color: #A02046; /* Brand Color */
  border-radius: 0.25rem;
  display: block;
  margin: 0.15rem 0;
  height: 0.15rem;
  width: 1.25rem;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hamburger__text {
  display: none;
}

/* 3. Dropdown Navigation Container */
.nav-wrap {
  display: flex;
  max-width: 64.375rem;
  width: 100%;
}

.nav-wrap > * {
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .nav-wrap {
    position: absolute; /* Vertical dropdown */
    top: 5.5rem;
    right: 1.5rem;
    width: calc(100% - 3rem); /* Evita salirse del contenedor */
    max-width: 300px;
    height: auto;
    background-color: #FAF9F6;
    visibility: hidden;
    z-index: 1060;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s;
  }
  
  .open-menu .nav-wrap {
    opacity: 1;
    visibility: visible;
  }
  
  .nav-wrap .nav {
    flex-direction: column;
    padding: 1.5rem;
    background-color: transparent;
    border-radius: 0;
    align-items: center;
  }
  
  .nav-wrap .nav__item {
    margin: 0.5rem 0;
    text-align: center;
    width: 100%;
  }
  
  .nav-wrap .nav__item a {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 0.8rem;
    display: block;
    width: 100%;
    color: #44566C;
    transition: all 0.2s;
  }
}


.nav {
  background-color: #fff;
  border-radius: 0 30px 0 0;
  color: #5F6F81;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 4.25rem;
  letter-spacing: .04rem;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: 2.5rem;
  position: relative;
  bottom: -0.1px;
  z-index: 1;
}
.nav > * {
  min-width: 0;
}
.nav::before {
  content: '';
  background-image: url(../images/nav-edge.svg);
  height: 100%;
  position: absolute;
  top: 0;
  left: -7.75rem;
  width: 8.4375rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .nav {
    border-radius: 30px 30px 0 0;
    padding-top: 0;
    padding-right: 0;
    width: 100%;
  }
  .nav::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 400;
    height: 100%;
    padding: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .nav {
    bottom: -.7px;
  }
}
.nav__item {
  margin-right: 0.375rem;
}
@media only screen and (max-width: 768px) {
  .nav__item {
    margin-right: 0;
    margin: 0.8125rem 0;
  }
}
.nav__item a {
  color: #5F6F81;
  padding: 0.5625rem 1rem;
  text-transform: uppercase;
}
.nav__item a:hover {
  background-color: #FFC956;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .nav__item a {
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
  }
  .nav__item a:hover {
    color: #FFC956;
    background-color: transparent;
  }
}
.nav__item a.active {
  background-color: #A3E4D7;
  border-radius: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .nav__item a.active {
    background-color: transparent;
    border-radius: 0;
  }
}
.nav__item:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------------
    - Cases
----------------------------------------------------------------- */
.case-item-wrap {
  margin-bottom: 1.5rem;
}
.case-item-wrap:nth-last-child(1), .case-item-wrap:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .case-item-wrap {
    margin-bottom: 1.5rem;
  }
  .case-item-wrap:nth-last-child(2) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .case-item-wrap {
    margin-bottom: 0.9375rem;
  }
  .case-item-wrap:nth-last-child(2) {
    margin-bottom: 0.9375rem;
  }
}

.case-item {
  background-color: #FFFFFF;
  border: 3px solid #E2F1DD;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(150, 201, 138, 0.15);
  padding: 1.5rem;
  position: relative;
  text-align: center;
  transition: all .35s ease;
}
.case-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 580px) {
  .case-item {
    padding: 1.1875rem 1rem;
  }
}
.case-item .title {
  margin-bottom: 0.5625rem;
}
.case-item__icon {
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 1rem;
}
.case-item__caption {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 580px) {
  .case-item__caption {
    line-height: 1.5;
  }
}
.case-item__caption:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------
    - Clients
----------------------------------------------------------------- */
.js-carousel-clients {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .js-carousel-clients .swiper-slide {
    text-align: center;
  }
}

/* -----------------------------------------------------------------
    - Contact
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .contact-form .btn {
    width: 100%;
  }
}

.map {
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 23.75rem;
  margin-bottom: 2rem;
  position: relative;
  direction: ltr;
}
@media only screen and (max-width: 580px) {
  .map {
    height: 15.625rem;
    margin-bottom: 1.5rem;
  }
}

.popover-map-title {
  color: #44566C;
  font-size: 1.1875rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.5rem;
}
.popover-map-caption {
  color: #44566C;
  font-weight: 400;
}

#marker {
  background-image: url("../images/icon-map-pic.svg");
  background-size: cover;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.mapboxgl-canvas {
  outline: none;
}

/* -----------------------------------------------------------------
    - Portfolio
----------------------------------------------------------------- */
.gutter-sizer {
  width: 1.875rem;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
}
.gallery-grid > * {
  min-width: 0;
}
.gallery-grid__item {
  margin-bottom: 1.8125rem;
  width: calc(50% - 16px);
}
.gallery-grid__item:nth-last-child(2), .gallery-grid__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-grid__item {
    margin-bottom: 1.5625rem;
    width: 100%;
  }
  .gallery-grid__item:nth-last-child(2), .gallery-grid__item:nth-last-child(1) {
    margin-bottom: 0.5625rem;
  }
}
@media only screen and (max-width: 580px) {
  .gallery-grid__item {
    margin-bottom: 1.1875rem;
  }
  .gallery-grid__item:nth-last-child(2), .gallery-grid__item:nth-last-child(1) {
    margin-bottom: 1.1875rem;
  }
  .portfolio-case__meta {
    padding-left: 0.9rem;
  }
}
.gallery-grid__item:hover .gallery-grid__image {
  transform: scale3d(1.06, 1.061, 1.06);
}
.gallery-grid__image-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  z-index: 1;
}
.gallery-grid__image {
  border-radius: 10px;
  height: 100%;
  transform: scale3d(1, 1, 1);
}
.gallery-grid__caption {
  padding-left: 0.1875rem;
}
.portfolio-intro {
  color: #5b6b7f;
  max-width: 760px;
  margin-bottom: 0.75rem;
}
.portfolio-case__summary {
  color: #506176;
  margin: 0.45rem 0 0.5rem;
  line-height: 1.58;
}
.portfolio-case__meta {
  margin: 0;
  padding-left: 1rem;
  color: #4c5d72;
}
.portfolio-case__meta li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
.portfolio-case__meta strong {
  color: #344459;
}
.portfolio-presentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 1.35rem;
}
.portfolio-presentation__title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.75rem;
}
.portfolio-presentation__frame-wrap {
  width: min(100%, 940px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(160, 32, 70, 0.16);
  box-shadow: 0 10px 28px rgba(20, 30, 45, 0.14);
  background: #fff;
}
.portfolio-presentation__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 0;
  display: block;
}
.portfolio-presentation + .gallery-grid {
  margin-top: 0.35rem;
}
.portfolio-presentation + .portfolio-banner-grid {
  margin-top: 0.35rem;
}
.portfolio-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0.8rem;
  width: min(100%, 940px);
  margin-inline: auto;
}
.portfolio-banner-grid + .portfolio-presentation {
  margin-top: 0.65rem;
}
.portfolio-banner-card {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(160, 32, 70, 0.16);
  box-shadow: 0 10px 28px rgba(20, 30, 45, 0.14);
  background: #fff;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.portfolio-banner-card:nth-child(3) {
  grid-column: 1 / -1;
}
.portfolio-banner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(20, 30, 45, 0.18);
}
.portfolio-banner-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.portfolio-banner-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(18, 25, 36, 0.68);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}
.portfolio-banner-hint::before {
  content: '↗';
  font-size: 12px;
  line-height: 1;
}
.portfolio-banner-image--wide {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

/* Portfolio readability and alignment refinements */
.gallery-grid {
  align-items: flex-start;
}
.gallery-grid__item {
  display: flex;
  flex-direction: column;
}
.gallery-grid__caption {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-left: 0;
}
.gallery-grid__title {
  line-height: 1.32;
  margin-top: 1.1875rem;
  margin-bottom: 0.125rem;
  text-wrap: balance;
}
.portfolio-case__summary {
  margin: 0;
  line-height: 1.6;
}
.portfolio-case__meta {
  margin-top: 0.1rem;
  padding-left: 1.1rem;
}
.portfolio-case__meta li {
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 992px) {
  .gallery-grid__title {
    min-height: 3.1rem;
  }
  .portfolio-case__summary {
    min-height: 4.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio-intro {
    margin-bottom: 0.55rem;
  }
  .portfolio-presentation {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .portfolio-presentation__frame-wrap {
    border-radius: 12px;
  }
  .portfolio-presentation__frame {
    min-height: 210px;
  }
  .portfolio-banner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }
  .portfolio-banner-grid + .portfolio-presentation {
    margin-top: 0.5rem;
  }
  .portfolio-banner-card:nth-child(3) {
    grid-column: 1 / -1;
  }
  .portfolio-banner-card {
    border-radius: 12px;
  }
  .portfolio-banner-hint {
    right: 10px;
    bottom: 10px;
    padding: 5px 9px;
    font-size: 11px;
  }
  .portfolio-banner-image--wide {
    aspect-ratio: auto;
  }
  .gallery-grid__caption {
    gap: 0.4rem;
  }
  .gallery-grid__title {
    min-height: 0;
    margin-top: 0.82rem;
  }
  .portfolio-case__summary {
    min-height: 0;
  }
}
@media only screen and (max-width: 580px) {
  .gallery-grid__title {
    margin-top: 1rem;
  }
}
.gallery-grid__category {
  font-size: 0.875rem;
  color: #8697A8;
  display: block;
}

@media only screen and (min-width: 769px) {
  .filter {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 1rem;
    list-style: none;
    margin-bottom: 1.1875rem;
    padding: 0;
  }
  .filter > * {
    min-width: 0;
  }
  .filter__item {
    padding-right: 1.1875rem;
  }
  .filter__item:first-child {
    display: none;
  }
  .filter__item:last-child {
    padding-right: 0;
  }
  .filter__item.active a {
    color: #A3E4D7;
  }
  .filter__link {
    color: #8697A8;
    padding: 0 0.25rem;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .filter__link:hover {
    text-decoration: none;
  }
}
.select .placeholder {
  display: none;
}

@media only screen and (max-width: 768px) {
  .select {
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #8697A8;
    display: block;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 0.8125rem;
    position: relative;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    width: 100%;
    -webkit-touch-callout: none;
    z-index: 2;
  }
  .select .placeholder {
    cursor: pointer;
    display: block;
    padding: 0.5rem 0;
    position: relative;
    z-index: 1;
  }
  .select .placeholder:after {
    position: absolute;
    top: 50%;
    right: 0.125rem;
    transform: translateY(-50%);
    font-family: 'icomoon';
    content: '\e90e';
    z-index: 10;
  }
  .select.is-open .placeholder:after {
    content: '\e90f';
  }
  .select.is-open ul {
    display: block;
  }
  .select ul {
    background-color: #fff;
    box-shadow: 0 0.625rem 3.75rem rgba(134, 151, 168, 0.25);
    border-radius: 10px;
    display: none;
    max-height: 37.5rem;
    overflow: hidden;
    overflow-y: auto;
    padding: 0.5625rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .select ul li {
    display: block;
    text-align: left;
    padding: 0.1875rem 1.1875rem;
    color: #44566C;
    cursor: pointer;
  }
  .select ul li:hover {
    background-color: #A3E4D7;
  }
  .select ul li:hover a {
    color: #fff;
  }
  .select ul li:first-child {
    display: none;
  }
  .select ul li a {
    color: #44566C;
    text-decoration: none;
  }
}
@media only screen and (max-width: 580px) {
  .select {
    margin-bottom: 1.5rem;
  }
}
/* -----------------------------------------------------------------
    - News
----------------------------------------------------------------- */
.news-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.news-grid > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .news-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.news-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 1.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding: 0;
  width: calc(50% - 30px);
}
.news-item:hover .news-item__image-wrap::before, .news-item:hover .news-item__image-wrap::after {
  opacity: 1;
}
.news-item:nth-last-child(2), .news-item:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .news-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .news-item:nth-last-child(2) {
    margin-bottom: 1.875rem;
  }
  .news-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .news-item {
    margin-bottom: 1rem;
  }
  .news-item:nth-last-child(2) {
    margin-bottom: 1rem;
  }
}
.news-item__image-wrap {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 14rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .news-item__image-wrap {
    height: 18rem;
  }
}
@media only screen and (max-width: 580px) {
  .news-item__image-wrap {
    height: 12.5rem;
  }
}
.news-item__image-wrap::before {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.news-item__image-wrap::after {
  content: '';
  background-image: url(../icons/icon-news.svg);
  height: 2.5rem;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .5s ease-in-out;
  width: 2.5rem;
  z-index: 2;
}
.news-item__date {
  background-color: #FFB7B2;
  color: #fff;
  border-radius: 20px 0 20px 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.5625rem 1.3125rem;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 2;
}
.news-item__date span {
  font-size: 0.8125rem;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 580px) {
  .news-item__date {
    font-size: 1.1875rem;
    padding: 0.5rem 1.125rem;
  }
  .news-item__date span {
    font-size: 0.75rem;
  }
}
.news-item__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.news-item__caption {
  padding: 1.5rem 1.875rem 0.5rem;
}
@media only screen and (max-width: 580px) {
  .news-item__caption {
    padding: 1.1875rem 1rem 0;
  }
}
.news-item .title {
  font-family: "Merriweather", serif;
}
.news-item p {
  color: #5F6F81;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .news-item p {
    font-size: 0.9375rem;
  }
}

/* -----------------------------------------------------------------
    - Single post
----------------------------------------------------------------- */
.header-post {
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .header-post {
    margin-top: 1rem;
  }
}
.header-post__date {
  color: #8697A8;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 580px) {
  .header-post__date {
    margin-bottom: 0.8125rem;
  }
}
.header-post .title {
  font-family: "Merriweather", serif;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .header-post .title {
    margin-bottom: 1.125rem;
  }
}
.header-post__image-wrap {
  height: 25rem;
  margin-bottom: 2.1875rem;
}
@media only screen and (max-width: 991px) {
  .header-post__image-wrap {
    height: 21.875rem;
  }
}
@media only screen and (max-width: 580px) {
  .header-post__image-wrap {
    height: 20rem;
    margin-bottom: 1.5rem;
  }
}
.header-post__image-wrap img {
  border-radius: 0.375rem;
}

.caption-post {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .caption-post {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .caption-post {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.1875rem;
  }
}
.caption-post p {
  color: #5F6F81;
}

.gallery-post {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.gallery-post > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .gallery-post {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .gallery-post {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery-post__item {
  flex: calc(50% - 2rem);
  border-radius: 0.375rem;
  max-height: 80vw;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 991px) {
  .gallery-post__item {
    flex: calc(50% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 580px) {
  .gallery-post__item {
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.gallery-post__caption {
  color: #8697A8;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .gallery-post__caption {
    padding: 0 0 1rem;
  }
}
.gallery-post__caption a {
  color: #8697A8;
}

.footer-post {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}
.footer-post > * {
  min-width: 0;
}
@media only screen and (max-width: 580px) {
  .footer-post {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.footer-post::before {
  content: '';
  background-color: #44566C;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 15%;
}
.footer-post__share {
  display: flex;
  align-items: baseline;
  color: #44566C;
  font-size: 0.875rem;
  margin: 0 1.0625rem;
}
.footer-post__share > * {
  min-width: 0;
}
@media only screen and (max-width: 580px) {
  .footer-post__share {
    margin: 0 0.8125rem;
  }
}
.footer-post__share:hover {
  text-decoration: none;
}
.footer-post__share .font-icon {
  margin-right: 0.6875rem;
}
@media only screen and (max-width: 580px) {
  .footer-post__share span {
    display: none;
  }
}

.comment-box {
  display: flex;
  flex-direction: column;
}
.comment-box > * {
  min-width: 0;
}
.comment-box .comment-box {
  margin-left: 3rem;
}
@media only screen and (max-width: 580px) {
  .comment-box .comment-box {
    margin-left: 1.1875rem;
  }
}
.comment-box__inner {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 1rem 1.375rem;
}
.comment-box__inner > * {
  min-width: 0;
}
@media only screen and (max-width: 580px) {
  .comment-box__inner {
    flex-direction: column;
    padding: 1rem 1rem 1rem 1.0625rem;
    margin-bottom: 1rem;
  }
}
.comment-box__body {
  color: #5F6F81;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media only screen and (max-width: 580px) {
  .comment-box__body {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}
.comment-box__body p {
  margin-bottom: 0.6875rem;
}
@media only screen and (max-width: 580px) {
  .comment-box__body p {
    margin-bottom: 0.5rem;
  }
}
.comment-box__body .emoji {
  margin: 0 0.3125rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 580px) {
  .comment-box__body .emoji {
    margin: 0 0.125rem;
    height: 1.0625rem;
    width: 1.0625rem;
  }
}
.comment-box__details {
  display: flex;
  justify-content: space-between;
  font-size: 1.0625rem;
  color: #44566C;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.comment-box__details > * {
  min-width: 0;
}
@media only screen and (max-width: 580px) {
  .comment-box__details {
    font-size: 0.9375rem;
    flex-direction: column;
    margin-top: 0.1875rem;
  }
}
.comment-box__details a {
  text-decoration: none;
}
.comment-box__details-date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8697A8;
}
@media only screen and (max-width: 580px) {
  .comment-box__details-date {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}
.comment-box .avatar {
  margin-right: 1rem;
  flex-shrink: 0;
}
.comment-box__footer {
  color: #8697A8;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-box__footer > * {
  min-width: 0;
}
.comment-box__footer li {
  cursor: pointer;
  margin-right: 2rem;
}
@media only screen and (max-width: 580px) {
  .comment-box__footer li {
    margin-right: 1rem;
  }
}
.comment-box__footer li:hover {
  color: #5AA446;
}
.comment-box__footer li:last-child {
  margin-right: 0;
}
.comment-box__footer span {
  font-size: 0.875rem;
  padding-left: 0.375rem;
}
@media only screen and (max-width: 580px) {
  .comment-box__footer span {
    font-size: 0.75rem;
  }
}
.comment-box__footer .font-icon {
  font-size: 1rem;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 580px) {
  .comment-box__footer .font-icon {
    font-size: 0.875rem;
  }
}
.comment-box__footer .icon-like-fill {
  color: #FF3D57;
}

.comment-form {
  margin-top: 1rem;
  position: relative;
}
.comment-form .textarea {
  padding: 1.0625rem 4.5rem 1rem 3.5625rem;
  max-height: 3.625rem;
  margin-bottom: 0.0625rem;
  max-height: 10rem;
}
@media only screen and (max-width: 580px) {
  .comment-form .textarea {
    padding: 1.0625rem 3.5625rem 1rem 2.8125rem;
  }
}
.comment-form .btn {
  height: 2.5625rem;
  margin-right: 0.5rem;
  margin-bottom: auto;
  margin-top: auto;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5625rem;
}
@media only screen and (max-width: 580px) {
  .comment-form .btn {
    height: 2.3295454545rem;
    width: 2.3295454545rem;
  }
}
.comment-form .btn .font-icon {
  margin: 0;
}
.comment-form .dropdown {
  height: 1.1875rem;
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 580px) {
  .comment-form .dropdown {
    margin-left: 1rem;
  }
}
.comment-form .dropdown-menu {
  margin-left: -1.5rem;
  min-width: 14.9375rem;
  max-width: 14.9375rem;
  top: -100% !important;
}
.comment-form .icon-smile {
  color: #8697A8;
  cursor: pointer;
  font-size: 1.1875rem;
}
.comment-form .icon-smile:hover {
  color: #5F6F81;
}

.emoji-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0.375rem 0.8125rem 0.1875rem;
}
.emoji-wrap > * {
  min-width: 0;
}
.emoji-wrap .emoji {
  cursor: pointer;
  border-radius: 0.1875rem;
  margin: 0.125rem;
  padding: 0.1875rem;
}
.emoji-wrap .emoji:hover {
  box-shadow: 0 0 0 0.125rem rgba(134, 151, 168, 0.2);
}

.social-auth {
  font-size: 0.9375rem;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 580px) {
  .social-auth {
    font-size: 0.875rem;
  }
}
.social-auth__item {
  display: inline-flex;
  margin-right: 0.375rem;
}
.social-auth__item > * {
  min-width: 0;
}
.social-auth__link {
  color: #fff;
}
.social-auth__link:hover {
  color: #fff;
  opacity: .7;
}
.social-auth .font-icon {
  background-color: #5AA446;
  border-radius: 50%;
  font-size: 0.75rem;
  padding: 0.375rem;
}
@media only screen and (max-width: 580px) {
  .social-auth .font-icon {
    font-size: 0.6875rem;
  }
}
.social-auth .icon-facebook {
  background-color: #3B5998;
}
.social-auth .icon-twitter {
  background-color: #55ACEE;
}
.social-auth .icon-dribbble {
  background-color: #F26798;
}
.social-auth .icon-behance {
  background-color: #4176FA;
}

/* -----------------------------------------------------------------
    - Testimonials
----------------------------------------------------------------- */
.swiper-container .swiper-wrapper {
  min-height: 100%;
}

.review-item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  background-image: url(../icons/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: right 1.875rem top 1.875rem;
  border: 2px solid #FDF0F3;
  box-shadow: 0 10px 20px rgba(244, 166, 184, 0.15);
  border-radius: 20px;
  height: auto;
  padding: 1.5rem 1.875rem 1.5rem;
  margin-top: 1.875rem;
}
.review-item > * {
  min-width: 0;
}
@media only screen and (max-width: 580px) {
  .review-item {
    background-size: 1.5625rem;
    background-position: right 1rem top 1rem;
    padding: 1rem;
  }
}
.review-item__caption {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 580px) {
  .review-item__caption {
    line-height: 1.5;
  }
}
.review-item__caption:last-child {
  margin-bottom: 0;
}
.review-item .title {
  font-family: "Merriweather", serif;
  font-size: 1.0625rem;
  margin-left: 5.5rem;
  margin-bottom: 0.6875rem;
}
@media only screen and (max-width: 580px) {
  .review-item .title {
    font-size: 1.0625rem;
    margin-left: 0;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.review-item .avatar {
  position: absolute;
  top: -1.875rem;
}

.swiper-pagination {
  margin-top: 1.5rem;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 580px) {
  .swiper-pagination {
    margin-top: 1rem;
  }
}

.swiper-pagination-bullet {
  background: #FAF9F6;
  border-radius: 1rem;
  opacity: 1;
  height: 0.625rem;
  width: 0.625rem;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 580px) {
  .swiper-pagination-bullet {
    height: 0.375rem;
    width: 0.375rem;
  }
}
.swiper-pagination-bullet-active {
  background: #A02046;
  width: 1.25rem;
}
@media only screen and (max-width: 580px) {
  .swiper-pagination-bullet-active {
    width: 0.75rem;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

/* -----------------------------------------------------------------
    - Timeline
----------------------------------------------------------------- */
.timeline {
  margin-top: 1.8125rem;
  padding-left: 1.0625rem;
}
@media only screen and (max-width: 580px) {
  .timeline {
    padding-left: 0.625rem;
  }
}
.timeline__item {
  border-left-color: #FAF9F6;
  border-left-width: 1px;
  border-left-style: solid;
  padding-bottom: 1.1875rem;
  padding-left: 1.375rem;
  position: relative;
}
.timeline__item::before {
  content: '';
  background-color: #5AA446;
  box-shadow: 0 0 0 0.1875rem rgba(90, 164, 70, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.3125rem;
  height: 0.625rem;
  width: 0.625rem;
}
.timeline__item:last-child {
  border: 0;
  padding-bottom: 0;
}
.timeline__item:last-child p {
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 580px) {
  .timeline__item {
    padding-bottom: 0.8125rem;
  }
  .timeline__item::before {
    box-shadow: 0 0 0 0.125rem rgba(90, 164, 70, 0.25);
    height: 0.5rem;
    left: -0.25rem;
    width: 0.5rem;
  }
}
.timeline__title {
  margin-bottom: 0;
  position: relative;
  top: -0.4375rem;
}
.timeline__period {
  color: #8697A8;
  font-size: 0.875rem;
}
.timeline__description {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 580px) {
  .timeline__description {
    margin-top: 0.3125rem;
    margin-bottom: 0.5rem;
  }
}

/* -----------------------------------------------------------------
    - Other
----------------------------------------------------------------- */
.back-to-top {
  border-top: 1px solid #44566C;
  border-left: 1px solid #44566C;
  cursor: pointer;
  height: 2rem;
  opacity: .5;
  position: fixed;
  right: 2.5rem;
  bottom: 1.875rem;
  width: 2rem;
  transform: rotate(45deg);
  transition: opacity .35s ease-out;
  z-index: 10;
}
.back-to-top:hover {
  opacity: 1;
}
@media only screen and (max-width: 580px) {
  .back-to-top {
    display: none !important;
  }
}

.js-lines {
  overflow: hidden;
}
.js-lines div {
  overflow: hidden;
}

.js-words div div {
  opacity: 0;
}

.medium-zoom--opened {
  overflow: hidden;
}

.medium-zoom-overlay {
  background: #fff !important;
  z-index: 1104;
}

.medium-zoom-image {
  cursor: pointer !important;
  z-index: 1104;
}
.medium-zoom-image--opened {
  border-radius: 1px;
  height: 100%;
}

.simplebar-track.simplebar-vertical {
  right: 0.375rem;
  width: 0.5rem;
}
.simplebar-track.simplebar-horizontal {
  height: 0.5rem;
}
.simplebar-track .simplebar-scrollbar::before {
  background-color: #5F6F81;
}

.simplebar-content-wrapper {
  overflow: auto;
}

/* -----------------------------------------------------------------
    - Premium Micro-Interactions
----------------------------------------------------------------- */

/* 1. Entrance Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* 2. Enhanced Card Hover (icon scale + gradient glow) */
.case-item {
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
  background-color: #ffffff;
}
.case-item-wrap:nth-child(1) .case-item { border-color: #5AA446; } /* Verde */
.case-item-wrap:nth-child(2) .case-item { border-color: #F3C11B; } /* Amarillo */
.case-item-wrap:nth-child(3) .case-item { border-color: #CB4174; } /* Rosa */
.case-item-wrap:nth-child(4) .case-item { border-color: #83329B; } /* Morado */

.case-item lottie-player {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.case-item:hover lottie-player {
  transform: scale(1.1);
}
.case-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  background-image: radial-gradient(circle at 50% 0%, rgba(90, 164, 70, 0.08) 0%, transparent 70%);
}

/* 3. Animated Underline on Titles */
.title__separate::after,
.title--h2::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, #A02046, #CB4174);
  border-radius: 2px;
  transition: width 0.6s ease-out;
}
.title__separate.revealed::after,
.title--h2.revealed::after {
  width: 60px;
}

/* 4. Subtle Icon Float Animation */
@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.case-item lottie-player {
  animation: iconFloat 3s ease-in-out infinite;
}
.case-item:hover lottie-player {
  animation: none;
  transform: scale(1.1);
}

/* 5. Parallax Background */
.bg-triangles {
  --px: 0px;
  --py: 0px;
}
.bg-triangles::before,
.bg-triangles::after {
  transition: transform 0.15s ease-out;
  will-change: transform;
  transform: translate(var(--px), var(--py));
}

/* 6. Download CV Button Shimmer */
.btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
  transition: none;
  pointer-events: none;
}
.btn:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(90, 164, 70, 0.35);
}
.btn:hover::after {
  animation: shimmer 0.7s ease forwards;
}
@keyframes shimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* 7. Profile Image Hover */
.avatar-wrap {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.avatar-wrap:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 8px 20px rgba(90, 164, 70, 0.35));
}

/* 8. Smooth Scroll (html level) */
html {
  scroll-behavior: smooth;
}

/* Review item hover */
.review-item {
  transition: all 0.35s ease;
}
.review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(244, 166, 184, 0.2);
}

/* -----------------------------------------------------------------
    - Soft Animated Blob Background (Stripe / Webflow style)
----------------------------------------------------------------- */
body {
  background: #f7f6f2;
  position: relative;
  overflow-x: hidden;
}



/* -----------------------------------------------------------------
    - Tools I Love
----------------------------------------------------------------- */
.tools-section {
  margin-top: 30px;
  border-top: 1px solid #eef2f3;
  padding-top: 15px;
  text-align: left;
}
.tools-title {
  font-size: 14px;
  color: #7b8a8b;
  margin-bottom: 10px;
  font-weight: 600;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.tool {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #f6f7f8;
  font-size: 13px;
  color: #4b5c5e;
  transition: all .25s ease;
}
.tool img {
  width: 18px;
  height: 18px;
}
.tool:hover {
  transform: translateY(-3px);
  background: #eaf6f2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* -----------------------------------------------------------------
    - Sidebar Divider + Highlights
----------------------------------------------------------------- */
.sidebar-divider {
  height: 1px;
  background: #eef1f2;
  margin: 18px 0;
}
.highlights {
  text-align: left;
}
.status-line {
  font-size: 13px;
  color: #6c7a7d;
  margin-bottom: 12px;
}
.share-site-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(160, 32, 70, 0.24);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fcf7fa 100%);
  color: #7a3554;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .25s ease;
}
.share-site-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.share-site-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(160, 32, 70, 0.36);
  box-shadow: 0 8px 16px rgba(160, 32, 70, 0.12);
}
.share-site-btn:focus-visible {
  outline: 2px solid rgba(160, 32, 70, 0.45);
  outline-offset: 2px;
}
.share-site-feedback {
  min-height: 1.1rem;
  margin: 7px 2px 0;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0;
  transition: opacity .2s ease;
}
.share-site-feedback.is-visible {
  opacity: 1;
}
.share-site-feedback.is-success {
  color: #2f7d45;
}
.share-site-feedback.is-error {
  color: #b33a4f;
}

.cookie-manage-btn {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(8px);
  width: min(92vw, 760px);
  padding: 14px 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(160, 32, 70, 0.24);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(25, 35, 48, 0.16);
  z-index: 1300;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.cookie-consent.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.cookie-consent[hidden] {
  display: none !important;
}
.cookie-consent__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #2f3f55;
}
.cookie-consent__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #59697f;
}
.cookie-consent__actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cookie-consent__legal {
  margin: 8px 0 0;
}
.cookie-consent__link {
  font-size: 12px;
  color: #7a3554;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent__link:hover {
  color: #5f1f3d;
}
.cookie-btn {
  border-radius: 10px;
  border: 1px solid rgba(160, 32, 70, 0.26);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  padding: 8px 11px;
  transition: all .2s ease;
}
.cookie-btn--ghost {
  color: #7a3554;
  background: #fff;
}
.cookie-btn--primary {
  color: #fff;
  background: #A02046;
  border-color: #A02046;
}
.cookie-btn:hover {
  transform: translateY(-1px);
}
.cookie-config {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(160, 32, 70, 0.2);
}
.cookie-config__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #42576f;
  margin-bottom: 8px;
}
.cookie-btn--save {
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 12px;
    width: auto;
    transform: translateY(8px);
    padding: 12px 12px 10px;
    border-radius: 12px;
  }
  .cookie-consent.is-visible {
    transform: translateY(0);
  }
  .cookie-consent__title {
    font-size: 14px;
  }
  .cookie-consent__text {
    font-size: 12px;
  }
  .cookie-consent__actions {
    gap: 6px;
  }
  .cookie-btn {
    flex: 1 1 auto;
    text-align: center;
    font-size: 11px;
    padding: 8px 9px;
  }
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { opacity: 1; }
  50%  { opacity: .4; }
  100% { opacity: 1; }
}
.stats-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 13px;
  color: #7b8a8b;
}
.stat strong {
  font-size: 14px;
  color: #4c5a5c;
  min-width: 28px;
}

/* -----------------------------------------------------------------
    - Language Toggle Button
----------------------------------------------------------------- */
.lang-toggle {
  position: absolute;
  top: 0.95rem;
  right: 1.25rem;
  z-index: 1100;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(160, 32, 70, 0.2);
  border-radius: 50px;
  padding: 5px 6px;
  gap: 2px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}
.lang-toggle:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.lang-toggle__btn {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #8697A8;
  padding: 4px 10px;
  border-radius: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.lang-toggle__btn.active {
  background: #A02046;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(160, 32, 70, 0.4);
}
.lang-toggle__btn:hover:not(.active) {
  background-color: #FFC956;
  color: #fff;
}

/* CapCut SVG icon inside .tool */
.tool svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* -----------------------------------------------------------------
    - Custom Loader CSS
----------------------------------------------------------------- */
.custom-loader {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(160, 32, 70, 0.15);
  border-top-color: #A02046;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*# sourceMappingURL=style.css.map */

/* -----------------------------------------------------------------
    - Custom User Overrides (UI/UX Refinements)
----------------------------------------------------------------- */

/* Override Body Background to Solid Wine */
body, main, .wrapper {
  position: relative !important;
}

/* Force-hide any background pseudo-elements (blobs/gradients) */
body::before, body::after, .background-blob {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* Base override for ALL buttons to apply Wine color & text wrap */
.btn {
  background: #A02046 !important;
  background-image: none !important;
  white-space: normal !important; /* Allow text wrapping */
  word-wrap: break-word;
  line-height: 1.2;
}
.btn:hover {
  background: #7A1734 !important; /* Darker wine on hover */
}

/* Remove decorative layers that make buttons look "stained" */
.btn::before,
.btn::after,
.btn .btn-ripple {
  display: none !important;
}

/* Contact Send Button Fix */
#send-btn {
  white-space: normal !important;
  word-wrap: break-word;
  padding: 12px 16px !important;
  height: auto !important;
  min-height: 48px;
  min-width: unset !important;
}
@media only screen and (max-width: 580px) {
  #send-btn {
    width: 100%; /* Make full width on mobile to avoid overflow */
  }
}

/* Download CV Button Extra Safety */
#cv-download-btn {
  background: #A02046 !important;
}

/* Nav Active Pill Override */
.nav a.active,
.nav__item a.active {
  background-color: #A02046 !important;
  color: #fff !important;
  border-color: #A02046 !important;
}

/* Timeline dot override */
.timeline-item::before {
  background-color: #A02046 !important;
  border-color: #A02046 !important;
}

/* Grafana Mesh Gradient Background */
.grafana-bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111217;
  z-index: -1;
  overflow: hidden;
}

.grafana-mesh-layer {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: 
    radial-gradient(circle at 15% 15%, #4b32c3 0%, rgba(75, 50, 195, 0) 30%),
    radial-gradient(circle at 85% 30%, #cd3e3e 0%, rgba(205, 62, 62, 0) 30%),
    radial-gradient(circle at 50% 80%, #3274d9 0%, rgba(50, 116, 217, 0) 30%);
  filter: blur(80px);
  opacity: 0.6;
  animation: mesh-motion 25s ease-in-out infinite alternate;
}

@keyframes mesh-motion {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(5%, 2%) rotate(2deg) scale(1.1); }
  100% { transform: translate(-2%, 5%) rotate(-2deg) scale(1); }
}

/* --- CORRECCIONES RESPONSIVE BOTONES MÓVIL --- */
@media only screen and (max-width: 768px) {
  #cv-download-btn {
    width: 100% !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    white-space: normal;
  }
}

/* -----------------------------------------------------------------
   - Safe Mobile Navigation / Usability Fixes
----------------------------------------------------------------- */
html {
  scrollbar-gutter: stable;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.download-cv {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 20px auto;
  text-align: center;
}

.contact-form {
  padding-bottom: 40px;
}

.submit-button {
  width: 100%;
  margin-top: 16px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.submit-button:hover {
  opacity: 1 !important;
}

#validator-contact {
  min-height: 0;
}

.form-notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-top: 0.25rem;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.form-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.form-notice--success {
  background: #e9f8ef;
  color: #1f7a42;
  border: 1px solid #b9e7c8;
}

.form-notice--error {
  background: #fdecef;
  color: #A02046;
  border: 1px solid #f2bcc9;
}

.form-notice--info {
  background: #eef4ff;
  color: #2b4f87;
  border: 1px solid #cad8f7;
}

@media only screen and (max-width: 768px) {
  .lang-toggle {
    position: absolute;
    top: 0.85rem;
    right: 0.9rem;
    left: auto;
    margin: 0;
    z-index: 1101;
  }

  .download-cv {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
  }
}

section,
.section {
  scroll-margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .circle-menu {
    pointer-events: all;
    visibility: visible;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(80vw, 320px);
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    padding: 24px;
    overflow-y: auto;
    border-radius: 0;
  }

  .mobile-menu.open,
  body.open-menu .mobile-menu {
    transform: translateX(0);
  }

  .mobile-menu .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: transparent;
    height: auto;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .mobile-menu .nav-links .nav__item {
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .mobile-menu .nav-links .nav__item a {
    width: 100%;
    display: block;
    padding: 10px 8px;
    color: #44566C;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9998;
  }

  .overlay.active,
  body.open-menu .overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 769px) {
  .circle-menu {
    pointer-events: none;
    visibility: hidden;
  }

  .overlay {
    display: none;
  }

  .mobile-menu {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    background: transparent;
    padding: 0;
    overflow: visible;
  }

  .nav-links {
    display: flex;
  }
}

/* -----------------------------------------------------------------
   - Mobile Bottom Navbar (stable)
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .circle-menu,
  .hamburger {
    display: none !important;
  }

  .overlay {
    display: none !important;
  }

  .main {
    padding-bottom: 5.75rem;
  }

  .nav-wrap.mobile-menu {
    position: fixed !important;
    left: 50%;
    right: auto;
    bottom: 0.5rem;
    top: auto !important;
    width: calc(100% - 1rem) !important;
    max-width: 560px !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1200;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.17);
    border: 1px solid rgba(160, 32, 70, 0.12);
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .nav-wrap.mobile-menu .nav.nav-links {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: nowrap !important;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    transform: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-wrap.mobile-menu .nav__item {
    margin: 0 !important;
    flex: 0 0 auto;
    width: auto;
  }

  .nav-wrap.mobile-menu .nav__item a {
    padding: 8px 8px !important;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: #44566C !important;
    border-radius: 10px;
  }

  .nav-wrap.mobile-menu .nav__item a.active {
    color: #fff !important;
    background-color: #A02046 !important;
  }

  .lang-toggle {
    position: absolute;
    top: 0.85rem;
    right: 0.9rem;
    left: auto;
    z-index: 1101;
    margin: 0;
    padding: 4px 5px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(160, 32, 70, 0.18);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }

  .lang-toggle__btn {
    font-size: 10.5px;
    padding: 4px 8px;
  }

  .submit-button {
    min-height: 48px;
  }
}

/* Discreet desktop signature */
.site-signature {
  position: fixed;
  right: 0.6rem;
  bottom: 0.35rem;
  z-index: 10;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.34);
  opacity: 0.42;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}

@media only screen and (max-width: 768px) {
  .site-signature {
    display: none;
  }
}

/* -----------------------------------------------------------------
   - Visual hierarchy + UX consistency upgrades
----------------------------------------------------------------- */
:root {
  --accent-main: #A02046;
  --accent-main-dark: #7A1734;
  --text-strong: #2f3d4f;
  --text-body: #4d5f74;
}

body {
  color: var(--text-body);
}

.title--h1 {
  font-size: clamp(2rem, 2.4vw, 2.35rem);
  color: var(--text-strong);
}

.title--h2 {
  font-size: clamp(1.45rem, 1.8vw, 1.78rem);
  color: var(--text-strong);
}

.title--h3,
.title--h4 {
  color: #3a4a5f;
}

.case-item__caption,
.timeline__description,
.review-item__caption,
.gallery-grid__category {
  color: var(--text-body);
}

.btn,
.download-cv,
.submit-button,
.hero-cta-btn {
  background: var(--accent-main) !important;
  border-color: var(--accent-main) !important;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.btn:hover,
.download-cv:hover,
.submit-button:hover,
.hero-cta-btn:hover {
  background: var(--accent-main-dark) !important;
  border-color: var(--accent-main-dark) !important;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.hero-cta-btn {
  min-height: 46px;
  padding: 10px 16px;
}

.hero-cta-btn--secondary {
  background: #fff !important;
  color: var(--accent-main) !important;
  border: 1px solid rgba(160, 32, 70, 0.35) !important;
}

.hero-cta-btn--secondary:hover {
  background: rgba(160, 32, 70, 0.08) !important;
  color: var(--accent-main-dark) !important;
}

@media only screen and (min-width: 769px) {
  .nav-wrap.mobile-menu {
    position: static;
    top: auto;
    z-index: auto;
  }
}

@media only screen and (max-width: 768px) {
  .hero-cta-row {
    margin-top: 1rem;
    gap: 0.55rem;
  }

  .hero-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .gallery-grid {
    display: block;
  }

  .gallery-grid__image-wrap {
    border-radius: 14px;
  }
}
