@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --brand-bg: #073b42;
  --brand-bg-deep: #052d32;
  --brand-accent: #00fff0;
  --brand-accent-soft: rgba(0, 255, 240, 0.14);
  --link-accent: #39e7ff;
  --link-accent-hover: #8ef2ff;
  --brand-text: #f6fffe;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --border-soft: rgba(255, 255, 255, 0.2);
  --shadow-elevated: 0 20px 45px rgba(0, 0, 0, 0.28);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, #0d5b63 0%, transparent 40%),
    radial-gradient(circle at 90% 20%, #08424a 0%, transparent 45%),
    linear-gradient(135deg, var(--brand-bg-deep), var(--brand-bg));
  color: var(--brand-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.msuzan_nav_area {
  background: rgba(7, 59, 66, 0.84);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.logo img {
  max-height: 56px;
}

.main-menu > li > a {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

/* .main-menu > li.nav-language-item > a::before,
.main-menu > li.nav-language-item:hover > a::before {
  display: none;
} */

/* .main-menu > li.nav-language-item {
  margin-left: 14px;
} */

/* .main-menu > li.nav-language-item select {
  margin-top: 11px;
  margin-left: 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  min-width: 108px;
  cursor: pointer;
}

.main-menu > li.nav-language-item select option {
  color: #0f1d20;
} */

.hero_section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 130px 18px 100px;
}

.hero_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 59, 66, 0.32) 0%,
    rgba(7, 59, 66, 0.7) 100%
  );
  z-index: 0;
}

.hero_content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 40px 36px;
  border-radius: 26px;
  background: linear-gradient(
    140deg,
    var(--surface),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-elevated);
}

.hero_content h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  margin: 0 0 14px;
  line-height: 1.05;
}

.hero_content h2 {
  font-size: clamp(1.15rem, 3vw, 1.9rem);
  margin: 0 0 18px;
  color: var(--brand-accent);
}

.hero_content p {
  margin: 0 auto 30px;
  max-width: 650px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.hero_cta_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero_cta_group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.hero_cta_group .primary-cta {
  border: 2px solid var(--brand-accent);
  background: var(--brand-accent);
  color: var(--brand-bg-deep);
}

.hero_cta_group .ghost-cta {
  border: 2px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hero_cta_group a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.hero_cta_group .primary-cta:hover {
  color: var(--brand-bg-deep);
  background: #66fff5;
  border-color: #66fff5;
}

.hero_cta_group .ghost-cta:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: rgba(0, 255, 240, 0.12);
}

.about_area,
.service_area,
.contact_area,
.footer_area {
  position: relative;
  background: transparent;
}

.about_area {
  padding: 110px 0 92px;
}

.single_about_content {
  max-width: 1120px;
  margin: 0 auto;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.09),
    rgba(0, 0, 0, 0.04)
  );
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  padding: clamp(30px, 4.8vw, 56px);
  box-shadow: var(--shadow-elevated);
}

.single_about_title h3 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 5vw, 3.2rem);
  color: #fff;
  line-height: 1.2;
}

.single_about_content_text.about-text {
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  line-height: 1.95;
  max-width: 980px;
}

.single_about_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.single_about_btn a {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  padding: 13px 22px;
}

.single_about_btn .about-action-btn {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  padding: 13px 22px;
}

.single_about_btn a:hover,
.single_about_btn .about-action-btn:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}

.service_area {
  padding: 78px 0 66px;
}

.service_area .section_title h1 .title {
  font-size: clamp(1.9rem, 4.3vw, 3rem);
  color: #fff;
}

.service_area .section_title p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 700px;
  margin: 0 auto;
}

.single_service.slider {
  max-width: 860px;
  padding: 38px 30px;
  border-radius: 24px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--shadow-elevated);
}

.single_service.slider:hover {
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  border-color: rgba(0, 255, 240, 0.42);
}

.service_icon i {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 2rem;
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
}

.single_service.slider:hover .service_icon i {
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
}

.sercive_content h2 {
  margin: 18px 0 10px;
  color: #fff !important;
}

.sercive_content p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.single_service.slider:hover .sercive_content h2,
.single_service.slider:hover .sercive_content p {
  color: rgba(255, 255, 255, 0.94);
}

.discover_more_btn {
  color: var(--link-accent);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(57, 231, 255, 0.14);
  border: 1px solid rgba(57, 231, 255, 0.42);
  padding: 10px 14px;
  border-radius: 999px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.discover_more_btn:hover {
  color: var(--link-accent-hover);
  background: rgba(57, 231, 255, 0.24);
  border-color: rgba(142, 242, 255, 0.65);
  transform: translateX(2px);
}

.slider_controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.slider_btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.25s ease;
}

.slider_btn:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}

.products_area {
  padding: 80px 0 74px;
}

.products_area .section_title h1 .title {
  font-size: clamp(1.9rem, 4.3vw, 3rem);
  color: #fff;
}

.products_area .section_title p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 700px;
  margin: 0 auto;
}

.products_grid {
  max-width: 1020px;
  margin: 0 auto;
}

.product_card {
  border-radius: 24px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--shadow-elevated);
  overflow: hidden;
}

.product_preview {
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.product_preview iframe {
  width: 100%;
  height: min(62vw, 460px);
  min-height: 340px;
  border: 0;
  background: #fff;
}

.product_content {
  padding: 24px 24px 26px;
}

.product_content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
}

.product_content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  font-size: 1.05rem;
}

.product_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid var(--link-accent);
  background: rgba(57, 231, 255, 0.14);
  color: var(--link-accent-hover);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 11px 18px;
  transition: all 0.25s ease;
}

.product_link_btn:hover {
  background: rgba(57, 231, 255, 0.26);
  border-color: var(--link-accent-hover);
  color: #d8fbff;
}

.contact_area {
  padding: 78px 0;
}

.single_plases_inner {
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  min-height: 180px;
  padding: 28px 20px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.single_plases_inner:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 240, 0.45);
}

.plases_icon i {
  color: var(--brand-accent);
  font-size: 30px;
}

.contact-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.plases_text h2 {
  color: #fff;
}

.plases_text p {
  color: rgba(255, 255, 255, 0.82);
}

.footer_area {
  padding: 54px 0 36px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.13); */
}

.coppyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.footer_logo img {
  max-width: 170px;
}

.footer_social_icon {
  display: flex;
  gap: 12px;
}

.footer_social_icon a {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
}

.footer_social_icon a:hover {
  background: rgba(0, 255, 240, 0.12);
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}

.modern-language-select {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  min-width: 150px;
  padding: 10px 12px;
}

.modern-language-select option {
  color: #0f1d20;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  padding: 18px 0 16px;
}

.footer-menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.footer-menu ul li a:hover {
  color: var(--brand-accent);
}

.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  position: relative;
  background: rgba(7, 59, 66, 0.9);
  backdrop-filter: blur(12px);
}

.mobile-logo img {
  height: 40px;
}

.mobile-menu-toggle i {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.mobile-dropdown {
  position: absolute;
  top: 64px;
  left: 10px;
  right: 10px;
  background: #0a4650;
  border-radius: 12px;
  z-index: 999;
  box-shadow: var(--shadow-elevated);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mobile-dropdown ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 6px;
}

.mobile-dropdown ul li {
  padding: 8px 10px;
}

.mobile-dropdown ul li a {
  color: #fff;
  font-weight: 600;
}

.mobile-language-switch {
  padding: 4px 12px 14px;
}

.mobile-language-switch select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
}

.mobile-language-switch select option {
  color: #0f1d20;
}

@media (max-width: 767px) {
  .hero_content {
    padding: 30px 18px;
    border-radius: 20px;
  }

  .hero_cta_group a {
    width: 100%;
  }

  .about_area {
    padding-top: 70px;
  }

  .single_about_btn {
    flex-direction: column;
    align-items: stretch;
  }

  .single_about_btn a {
    text-align: center;
  }

  .single_service.slider {
    padding: 28px 18px;
  }

  .product_preview iframe {
    height: 62vw;
    min-height: 250px;
  }

  .single_plases {
    margin-bottom: 16px;
  }

  .footer-menu ul {
    justify-content: center;
  }
}

.service_page_area {
  padding: 116px 0 90px;
  min-height: 100vh;
  text-align: left;
  color: #fff;
}

.service-page-top-nav {
  max-width: 980px;
  margin: 0 auto 14px;
}

.service-page-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: var(--shadow-elevated);
}

.service-page-header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.service-page-shell h1 {
  font-size: clamp(2.25rem, 5.1vw, 3.5rem);
  margin: 0 0 10px;
  line-height: 1.15;
}

.service-page-lead {
  margin: 0;
  max-width: 840px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.24rem;
  line-height: 1.75;
}

.service_details {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.24rem;
  line-height: 1.9;
}

.service_details h2,
.service_details h3 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1.25;
}

.service_details h2 {
  font-size: clamp(1.75rem, 3.1vw, 2.5rem);
}

.service_details h3 {
  font-size: clamp(1.4rem, 2.35vw, 1.85rem);
}

.service_details p {
  margin: 0 0 14px;
}

.service_details ul {
  padding-left: 24px;
  margin: 14px 0 18px;
}

.service_details li {
  margin-bottom: 9px;
}

.service_cta_buttons {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.service-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
}

.service-cta-primary {
  background: var(--link-accent);
  border: 2px solid var(--link-accent);
  color: #04363d;
}

.service-cta-primary:hover {
  background: var(--link-accent-hover);
  border-color: var(--link-accent-hover);
  color: #022f35;
}

.service-cta-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.service-cta-ghost:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}

.service-page-not-found {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.work-with-me {
  color: #fff;
  padding: 115px 18px 78px;
}

.work-with-me-top-nav {
  max-width: 980px;
  margin: 0 auto 14px;
}

.work-with-me-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
}

.work-with-me-back:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: rgba(0, 255, 240, 0.12);
}

.work-with-me-back-arrow {
  font-size: 14px;
  line-height: 1;
}

.work-with-me-hero,
.work-with-me-how,
.work-with-me .services-overview,
.work-with-me .contact-cta {
  max-width: 980px;
  margin: 0 auto 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: var(--shadow-elevated);
  text-align: left;
}

.work-with-me h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.work-with-me h2 {
  margin: 0 0 16px;
  color: var(--brand-accent);
  font-size: clamp(1.05rem, 2.8vw, 1.5rem);
  font-weight: 600;
}

.work-with-me p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.work-with-me h3 {
  margin: 0 0 16px;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
}

.work-section-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(142, 242, 255, 0.95);
}

.work-section-lead {
  margin: 0 0 14px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.work-with-me .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
}

.work-with-me-hero .cta-button {
  background: var(--link-accent);
  border: 2px solid var(--link-accent);
  color: #04363d;
}

.work-with-me-hero .cta-button:hover {
  background: var(--link-accent-hover);
  border-color: var(--link-accent-hover);
  color: #032a2f;
}

.work-with-me-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.work-with-me-how-card {
  position: relative;
  margin: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 16px 14px;
  min-height: 190px;
}

.work-with-me-how-card h4 {
  /* margin: 4px 0 10px; */
  font-size: 1.7rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: #fff;
}

.work-with-me-how-card p {
  margin: 0;
}

.work-step-index {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(57, 231, 255, 0.18);
  border: 1px solid rgba(57, 231, 255, 0.45);
  color: var(--link-accent-hover);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.work-with-me-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.work-service-item {
  position: relative;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.work-service-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-accent), var(--link-accent));
}

.work-service-item:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 231, 255, 0.52);
  background: rgba(255, 255, 255, 0.1);
}

.work-service-title {
  margin: 0 0 6px;
  padding-left: 8px;
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.work-service-description {
  margin: 0;
  padding-left: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.97rem;
  line-height: 1.6;
}

.work-with-me-contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.work-with-me .contact-primary {
  background: var(--link-accent);
  border: 2px solid var(--link-accent);
  color: #04363d;
}

.work-with-me .contact-primary:hover {
  background: var(--link-accent-hover);
  border-color: var(--link-accent-hover);
  color: #032a2f;
}

.work-with-me .contact-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.work-with-me .contact-ghost:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}

@media (max-width: 1024px) {
  .work-with-me-how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .work-with-me-how-grid {
    grid-template-columns: 1fr;
  }

  .work-with-me-services-list {
    grid-template-columns: 1fr;
  }

  .service-cta-button,
  .work-with-me .cta-button {
    width: 100%;
  }
}

/* ============================================
   SERVIZI - sezione pagina
   ============================================ */

.servizi-section {
  max-width: 1140px;
  padding: 110px 0 92px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.servizi-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.75rem;
  margin-bottom: 0.5rem;
}

.servizi-intro {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6rem;
  max-width: 640px;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

/* ============================================
   LISTA SERVIZI - layout zig-zag
   ============================================ */

.servizi-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.servizi-list .single_service,
.servizi-list .single_service.layout-right,
.servizi-list .single_service.layout-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.5rem;
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--shadow-elevated);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.servizi-list .single_service:hover {
  transform: translateY(-4px);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  border-color: rgba(0, 255, 240, 0.42);
}
/* Icona */

.servizi-list .service_icon {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.servizi-list .service_icon svg {
  width: 38px;
  height: 38px;
  color: #ffffff;
  transition: color 0.25s ease;
}

.servizi-list .single_service:hover .service_icon {
  background: var(--brand-accent-soft);
  border-color: rgba(0, 255, 240, 0.45);
}

.servizi-list .single_service:hover .service_icon svg {
  color: var(--brand-accent);
}

/* Testo */

.servizi-list .sercive_content {
  flex: 1;
}

.servizi-list .sercive_content h2 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.servizi-list .sercive_content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.8rem;
  line-height: 1.7;
}

.servizi-list .discover_more_btn {
  display: inline-block;
  margin-top: 0.5rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (min-width: 768px) and (max-width: 991px) {
  .servizi-list {
    gap: 1.5rem;
  }

  .servizi-list .single_service {
    padding: 2rem;
  }

  .servizi-list .service_icon {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 767px) {
  .servizi-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .servizi-title {
    font-size: 2.75rem;
  }

  .servizi-intro {
    font-size: 1.3rem;
  }

  .servizi-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .servizi-list .single_service,
  .servizi-list .single_service.layout-left,
  .servizi-list .single_service.layout-right {
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .servizi-list .service_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }

  .servizi-list .service_icon svg {
    width: 34px;
    height: 34px;
  }

  .servizi-list .sercive_content {
    width: 100%;
  }

  .servizi-list .sercive_content h2 {
    font-size: 2rem;
  }

  .servizi-list .sercive_content p {
    font-size: 1.6rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ============================================
PROGETTI
   ============================================ */

.progetti-section {
  max-width: 1280px;
  padding: 110px 0 92px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.progetti-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.75rem;
  margin-bottom: 0.5rem;
}

.progetti-intro {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6rem;
  max-width: 640px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.progetti-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.progetto-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.progetto-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.progetto-card-header svg {
  width: 36px;
  height: 36px;
  color: #00fff0;
}

.progetto-sector {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}

.progetto-card h2 {
  color: #ffffff;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.progetto-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.15rem;
  line-height: 1.75;
}

.progetto-desc-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.progetto-toggle {
  align-self: flex-start;
  margin-top: 1rem;
  background: none;
  border: none;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.95rem;
  padding: 0;
}

@media (max-width: 767px) {
  .progetti-title {
    font-size: 2.75rem;
  }

  .progetti-intro {
    font-size: 1.3rem;
  }

  .progetti-grid {
    grid-template-columns: 1fr;
  }
}

.side-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 45, 50, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 998;
}
.side-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.side-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  max-width: 82vw;
  background: #08424a !important;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 999;
  padding: 90px 26px 32px;
  overflow-y: auto;
  box-shadow: var(--shadow-elevated);
}
.side-menu-panel.is-open {
  transform: translateX(0);
  background: #08424a !important;
}

.side-menu-close {
  position: absolute;
  top: 22px;
  right: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.side-menu-close:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: var(--brand-accent-soft);
}

.side-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
.side-menu-list li {
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.side-menu-list li a {
  display: block;
  padding: 14px 4px;
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.side-menu-list li a:hover {
  color: var(--brand-accent);
}

.side-menu-lang select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.side-menu-lang select option {
  color: #0f1d20;
}

.side-menu-lang-select {
  position: relative;
}

.side-menu-lang-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.side-menu-lang-trigger span {
  flex: 1;
  text-align: left;
}

.side-menu-lang-arrow {
  font-size: 12px;
  transition: transform 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.side-menu-lang-arrow.is-open {
  transform: rotate(180deg);
}

.side-menu-flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.side-menu-lang-options {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(5, 45, 50, 0.98);
  box-shadow: var(--shadow-elevated);
  z-index: 1000;
}

.side-menu-lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: #fff;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.side-menu-lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
}

.side-menu-lang-option.is-active {
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
}

.main-menu > li.nav-language-item {
  position: relative;
  margin-left: 14px;
}

.nav-lang-trigger {
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  min-width: 92px;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nav-lang-trigger:hover {
  border-color: var(--brand-accent);
  background: var(--brand-accent-soft);
}

.nav-lang-arrow {
  font-size: 10px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease;
}
.nav-lang-arrow.is-open {
  transform: rotate(180deg);
}

.nav-lang-flag {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.nav-lang-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 130px;
  list-style: none;
  margin: 0;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 45, 50, 0.98);
  box-shadow: var(--shadow-elevated);
  z-index: 1000;
}

.nav-lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.nav-lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-lang-option.is-active {
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
}

.servizi-list .sercive_content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.servizi-list .sercive_content ul li {
  position: relative;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 1.8rem !important;
  line-height: 1.5;
  padding: 0 0 0 1.6rem !important;
}

.servizi-list .sercive_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-accent);
}

/* ==========================================================
   ABOUT
   ========================================================== */

.work-with-me-about,
.work-with-me-values,
.work-with-me-philosophy {
  max-width: 980px;
  margin: 0 auto 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: var(--shadow-elevated);
}

.work-with-me-about {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: center;
}

.work-with-me-about-image img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.work-with-me-about-content h3 {
  margin-bottom: 1rem;
}

.work-with-me-about-content p:last-child {
  margin-top: 1rem;
}

.work-with-me-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 2rem;
}

.value-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  transition: 0.25s;
}

.value-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 231, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.value-card h4 {
  color: white;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.work-with-me-philosophy {
  position: relative;
  margin-top: 22px;
}

.work-with-me-philosophy::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  width: 5px;

  border-radius: 999px;

  background: var(--brand-accent);
}

.work-with-me-philosophy h3 {
  padding-left: 20px;
}

.work-with-me-philosophy p {
  padding-left: 20px;
}

@media (max-width: 900px) {
  .work-with-me-about {
    grid-template-columns: 1fr;
  }

  .work-with-me-about-image {
    max-width: 320px;

    margin: auto;
  }

  .work-with-me-values-grid {
    grid-template-columns: 1fr;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
}

.language-selector .nav-lang-options {
  position: absolute;
  bottom: calc(100% + 8px); /* apre verso l'alto nel footer */
  left: 0;
  z-index: 9999;
  min-width: 120px;
}

.language-selector .nav-lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-language-selector {
  position: relative;
  display: inline-block;
}

.footer-lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.footer-lang-options {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  margin: 0;
  padding: 8px;
  min-width: 120px;
  z-index: 99999;
  list-style: none;
}

.footer-lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.footer-language-selector {
  position: relative;
  display: inline-block;
}

.footer-lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.footer-lang-options {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  margin: 0;
  padding: 8px;
  min-width: 120px;
  z-index: 99999;
  list-style: none;
}

.footer-lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.footer-language-selector {
  position: relative;
  display: inline-block;
}

/* bottone */
.footer-lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/* dropdown */
.footer-lang-options {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;

  min-width: 120px;
  padding: 8px 0;
  margin: 0;

  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);

  list-style: none;
  z-index: 99999;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* singola lingua */
.footer-lang-option {
  width: 100%;
  padding: 8px 15px;

  display: flex;
  align-items: center;
  gap: 10px;

  background: transparent;
  border: none;

  cursor: pointer;
  transition: 0.2s;
}

/* hover */
.footer-lang-option:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* lingua selezionata */
.footer-lang-option.is-active {
  font-weight: 600;
}

/* bandiere */
.nav-lang-flag,
.footer-lang-option img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

/* freccia */
.nav-lang-arrow {
  transition: transform 0.2s ease;
}

.nav-lang-arrow.is-open {
  transform: rotate(180deg);
}

.footer-language-selector {
  position: relative;
  display: inline-block;
}

/* bottone uguale al menu */
.footer-lang-trigger {
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  min-width: 92px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}

.footer-lang-trigger:hover {
  border-color: var(--brand-accent);
  background: var(--brand-accent-soft);
}

/* dropdown uguale al menu ma apre sopra */
.footer-lang-options {
  position: absolute;
  bottom: calc(100% + 8px);
  top: auto;
  left: 0;
  right: auto;

  min-width: 130px;
  list-style: none;
  margin: 0;
  padding: 6px;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 45, 50, 0.98);
  box-shadow: var(--shadow-elevated);

  z-index: 1000;
}

/* singola lingua */
.footer-lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;

  background: none;
  border: none;
  color: #fff;

  padding: 8px 10px;
  border-radius: 8px;

  font-size: 13px;
  font-weight: 600;

  cursor: pointer;
  text-align: left;
}

.footer-lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
}

.footer-lang-option.is-active {
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
}

/* bandiere */
.footer-lang-option img {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.project-section {
  margin-top: 1.5rem;
}

.project-section h4 {
  color: #00fff0;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}

.project-section p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  margin: 0;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.project-tag {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 240, 0.25);
  background: rgba(0, 255, 240, 0.08);
  color: #00fff0;
  font-size: 0.95rem;
}

/* ============================================
   PROGETTI - Project Cards
   ============================================ */

.progetti-section {
  max-width: 1280px;
  padding: 110px 0 92px;
  margin: 0 auto;
}

.progetti-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.75rem;
  margin-bottom: 0.5rem;
}

.progetti-intro {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
  max-width: 640px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.progetti-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.progetto-card {
  position: relative;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.progetto-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #00fff0, #39e7ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.progetto-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 240, 0.35);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(0, 255, 240, 0.08);
}

.progetto-card:hover::before {
  opacity: 1;
}

.progetto-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: rgba(0, 255, 240, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.progetto-card-header svg {
  width: 44px;
  height: 44px;
  padding: 8px;
  color: #00fff0;
  background: rgba(0, 255, 240, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(0, 255, 240, 0.25);
}

.progetto-sector {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #00fff0;
  font-weight: 700;
}

.progetto-card h2 {
  color: #ffffff;
  font-size: 1.95rem;
  font-weight: 700;
  padding: 0 2rem;
  margin: 1.25rem 0 0;
  line-height: 1.25;
}

.progetto-card > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 0 2rem;
  margin: 0.85rem 0;
}

.project-section {
  padding: 0 2rem;
  margin-top: 1.25rem;
}

.project-section h4 {
  color: #39e7ff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-section h4::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #00fff0;
  border-radius: 1px;
}

.project-section p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.85;
  margin: 0;
  font-size: 1.28rem;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem 2rem 2rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-tag {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 240, 0.3);
  background: rgba(0, 255, 240, 0.08);
  color: #00fff0;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.project-tag:hover {
  background: rgba(0, 255, 240, 0.15);
  border-color: rgba(0, 255, 240, 0.5);
}

.progetto-desc-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.progetto-toggle {
  align-self: flex-start;
  margin: 1.25rem 2rem 1.75rem;
  background: rgba(0, 255, 240, 0.1);
  border: 1px solid rgba(0, 255, 240, 0.3);
  border-radius: 999px;
  color: #00fff0;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  transition: all 0.2s ease;
}

.progetto-toggle:hover {
  background: rgba(0, 255, 240, 0.2);
  border-color: rgba(0, 255, 240, 0.5);
}

@media (max-width: 991px) {
  .progetti-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .progetti-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .progetti-title {
    font-size: 2.5rem;
  }

  .progetti-intro {
    font-size: 1.1rem;
  }

  .progetto-card-header {
    padding: 1.5rem;
  }

  .progetto-card h2 {
    padding: 0 1.5rem;
    margin: 1.25rem 0 0;
    font-size: 1.5rem;
  }

  .progetto-card > p {
    padding: 0 1.5rem;
  }

  .project-section {
    padding: 0 1.5rem;
  }

  .project-tags {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .progetto-toggle {
    margin: 1.25rem 1.5rem 1.5rem;
  }
}

.progetti-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.5rem 0 2.5rem;
}

.project-tag--filter {
  border: none;
  cursor: pointer;
  font: inherit;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.project-tag--filter:hover {
  background: rgba(0, 255, 240, 0.16);
  border-color: rgba(0, 255, 240, 0.45);
}

.project-tag--filter:active {
  transform: scale(0.96);
}

.project-tag--active {
  background: #00fff0;
  border-color: #00fff0;
  color: #041014;
  font-weight: 600;
}

.project-tag--active:hover {
  background: #00e6db;
  border-color: #00e6db;
}

.single_plases_inner {
  height: 180px;
  display: flex;
  align-items: center;
}

.contact-card-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  color: inherit;
  text-decoration: none;
}

.plases_icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 255, 240, 0.14);
}

.contact-icon {
  width: 28px;
  height: 28px;
  color: var(--brand-accent);
}

.plases_text {
  text-align: left;
}

.plases_text h2 {
  margin: 0 0 6px;
}

.plases_text p {
  margin: 0;
}
