@charset "UTF-8";
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
/* CSS variables for Zabcifra layout (from Figma) */
:root {
  /* Colors */
  --color-bg: #F5F5F5;
  --color-text: #0F0006;
  --color-accent: #CC0047;
  --color-card-dark: #2D2D2D;
  --color-stroke-muted: #7A7A7A;
  --color-white: #FFFFFF;
  /* Typography (Strong from Figma; Bebas Neue as fallback) */
  --font-heading: 'Strong', 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;
  /* Font sizes (from Figma) */
  --font-size-hero: 147px;
  --font-size-hero-sub: 92px;
  --font-size-title-60: 60px;
  --font-size-title-40: 40px;
  --font-size-title-28: 28px;
  --font-size-title-24: 24px;
  --font-size-body-20: 20px;
  --font-size-body-16: 16px;
  --font-size-body-15: 15px;
  /* Line heights */
  --line-height-tight: 0.93em;
  --line-height-normal: 1em;
  --line-height-body: 1.4em;
  --line-height-body-20: 1.15em;
  /* Spacing / layout */
  --radius-sm: 30px;
  --radius-btn: 40px;
  --border-accent: 1px solid var(--color-accent);
  --border-accent-thick: 4px solid var(--color-accent);
  --border-accent-bottom: 0 0 5px 4px var(--color-text);
  /* Texture (from Figma MCP export) */
  --original-width: 1024px;
  --original-height: 1024px;
}

/* для заголовков */
@font-face {
  font-family: "Strong";
  src: url("Strong-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-bg);
}

/* Заголовки — шрифт Strong */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
}

/* Page wrapper */
.page {
  min-height: 100vh;
}
.page .container {
  max-width: 1270px;
}

/* ----- Header (Bootstrap) ----- */
.header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: transparent;
  width: 100%;
  transition: background-color 0.35s ease;
}
.header--scrolled {
  background: var(--color-white);
}
.header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.header.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.header .navbar-toggler.menu-burger {
  border: none;
  padding: 10px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .header.navbar {
    min-height: 108px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--color-accent);
}
.header-logo-img {
  width: 80px;
  height: 75px;
  flex-shrink: 0;
}
.header-logo-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--font-size-body-15);
  line-height: 0.91em;
  letter-spacing: -0.03em;
  color: var(--color-accent);
}

/* Бургер для мобилки */
.menu-burger-line {
  display: block;
  width: 80px;
  height: 12px;
  margin-bottom: 8px;
  background: var(--color-accent);
  border-radius: 6px;
}

/* Menu bar (ПК): в строку */
.menu-bar {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background: var(--color-white);
  border-radius: var(--radius-sm);
  overflow: hidden;
  outline: 4px solid var(--color-accent);
  outline-offset: -1px;
}

.menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 50px;
  border-radius: 0;
  font-size: var(--font-size-body-16);
  color: var(--color-text);
  text-decoration: none;
  border-radius: 26px;
  transition: background-color 0.2s, color 0.2s;
}
.menu-link:hover {
  color: var(--color-text);
  background-color: rgba(204, 0, 71, 0.08);
}

.menu-link-active {
  background-color: var(--color-accent);
  color: var(--color-white);
}

.menu-phone {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  min-height: 50px;
  font-size: var(--font-size-body-16);
  color: var(--color-text);
  text-decoration: none;
  border-radius: 26px;
  transition: background-color 0.2s;
}
.menu-phone:hover {
  color: var(--color-text);
  background-color: rgba(204, 0, 71, 0.06);
}

.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 35px;
  min-height: 50px;
  padding: 0 10px;
  flex-shrink: 0;
  border-radius: 26px;
  transition: opacity 0.2s;
}
.menu-icon:hover {
  opacity: 0.85;
}
.menu-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* мобильное меню */
.menu-offcanvas.offcanvas {
  background: var(--color-text);
  width: 100%;
  max-width: 100%;
}
.menu-offcanvas .offcanvas-header {
  padding: 28px 12px 0.5rem;
}
.menu-offcanvas .btn-close.menu-close {
  background-color: transparent;
  border: none;
  opacity: 1;
  box-shadow: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2500%) hue-rotate(330deg);
}
.menu-offcanvas .btn-close.menu-close:hover {
  opacity: 0.85;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2500%) hue-rotate(330deg);
}
.menu-offcanvas .btn-close.menu-close:focus {
  box-shadow: none;
}
.menu-offcanvas .offcanvas-body {
  padding: 0 12px 40px;
}

.menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-top: 0;
}

.menu-list-link {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.21em;
  text-transform: uppercase;
  color: var(--color-bg);
  text-decoration: none;
  transition: opacity 0.2s;
}
.menu-list-link:hover {
  color: var(--color-bg);
  opacity: 0.85;
}

.menu-list-link-active {
  color: var(--color-accent);
}

.menu-list-link-icon {
  padding: 0;
}
.menu-list-link-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.menu-overlay-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}

.menu-overlay-logo {
  width: 120px;
  height: auto;
  max-height: 115px;
  object-fit: contain;
}

.menu-overlay-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 0.91em;
  letter-spacing: -0.03em;
  color: var(--color-accent);
}

/* ----- Hero ----- */
.hero {
  container-type: inline-size;
  container-name: hero;
  width: 100%;
  max-width: 1440px;
  margin-top: clamp(0.25rem, 1.04cqw, 1.5rem);
  margin-bottom: clamp(0.33rem, 2.22cqw, 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hero {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

.hero-card {
  background: var(--color-white);
  border-left: 4px solid var(--color-accent);
  border-bottom: 4px solid var(--color-accent);
  border-radius: clamp(8px, 2.08cqw, 30px);
  padding: clamp(10px, 4.86cqw, 70px) clamp(8px, 2.08cqw, 30px) clamp(10px, 2.78cqw, 40px);
  padding-right: clamp(24px, 5cqw, 64px);
  position: relative;
  box-shadow: 0 4px 5px 0 rgba(15, 0, 6, 0.12);
  overflow: hidden;
  box-sizing: border-box;
}

.hero-content {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hero-content {
    text-align: left;
    min-width: 0;
  }
}

.hero-title-group {
  container-type: inline-size;
  container-name: title_cell;
}
.hero-title-group .hero-title-line {
  flex: 0 0 auto;
}

@container title_cell (min-width: 1px) {
  .hero-title-group .hero-title-line {
    font-size: clamp(24px, 14cqw, 999px);
  }
}
.hero-subtitles {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 0.28cqw, 4px);
  min-width: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-subtitles {
    margin-top: clamp(40px, 10cqw, 60px);
  }
}
@media (min-width: 768px) {
  .hero-subtitles {
    margin-top: 28px;
    margin-left: -20px;
  }
}

.hero-title-line {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(24px, 12cqw, 120px);
  line-height: var(--line-height-tight);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-text);
  margin-bottom: 0;
  width: 100%;
  min-width: 0;
}

.hero-title-line-sub {
  font-family: var(--font-body);
  font-size: clamp(4px, 1.11cqw, 16px);
  line-height: 1.15em;
  letter-spacing: -0.03em;
  text-transform: none;
  margin-top: clamp(1px, 0.28cqw, 4px);
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: clamp(4px, 1.1cqw, 16px);
  line-height: 1.15em;
  letter-spacing: -0.03em;
  color: var(--color-text);
  margin: 0;
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: clamp(12px, 3.33cqw, 48px);
  }
}

.hero-desc {
  font-family: var(--font-body);
  font-size: clamp(5px, 1.7cqw, 28px);
  line-height: var(--line-height-body-20);
  letter-spacing: -0.03em;
  color: var(--color-text);
  margin-top: clamp(0.25rem, 1.67cqw, 1.5rem);
}
@media (max-width: 767px) {
  .hero-desc {
    font-size: 26px;
  }
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.39cqw, 20px);
  margin-top: clamp(0.25rem, 1.67cqw, 1.5rem);
  padding: clamp(3px, 0.69cqw, 10px) clamp(6px, 1.67cqw, 24px);
  min-height: clamp(21px, 5.56cqw, 80px);
  min-width: clamp(53px, 35cqw, 500px);
  background: var(--color-accent);
  color: var(--color-white);
  font-size: clamp(4px, 1.11cqw, 16px);
  font-family: var(--font-body);
  border: none;
  border-radius: clamp(10px, 2.78cqw, 40px);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.hero-btn:hover {
  color: var(--color-white);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hero-btn {
    width: 100%;
    min-width: 0;
    font-size: 20px;
    padding: 16px 24px;
    min-height: 56px;
    gap: 12px;
    border-radius: 40px;
  }
}

.hero-btn-arrow {
  width: clamp(16px, 4.17cqw, 60px);
  height: clamp(7px, 1.67cqw, 24px);
  object-fit: contain;
}
@media (max-width: 767px) {
  .hero-btn-arrow {
    width: 32px;
    height: 14px;
  }
}

.hero-pill-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-pill-wrapper {
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hero-pill-wrapper {
    transform: translate(12cqw, 3cqw);
  }
}

.hero-pill-tagline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1px, 0.28cqw, 4px);
}
@media (max-width: 767px) {
  .hero-pill-tagline {
    transform: translate(30cqw, 0cqw);
  }
}
@media (min-width: 768px) {
  .hero-pill-tagline {
    transform: translate(18cqw, 0cqw);
  }
}

.hero-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60cqw;
  max-width: 100%;
  min-height: clamp(40px, 5cqw, 80px);
  padding: clamp(10px, 3cqw, 30px) clamp(6px, 1.67cqw, 24px);
  background: var(--color-text);
  border-radius: clamp(8px, 2.08cqw, 30px);
  transform: skew(0deg, -2.35deg);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hero-pill {
    width: 90cqw;
    max-width: 100%;
    min-height: clamp(70px, 5cqw, 80px);
    padding: clamp(10px, 3cqw, 30px) clamp(6px, 1.67cqw, 24px);
    box-sizing: border-box;
  }
}

.hero-pill-inner {
  display: block;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(24px, 6.39cqw, 92px);
  line-height: var(--line-height-normal);
  text-transform: uppercase;
  text-align: center;
  transform: skew(0deg, 2.35deg);
}

@media (max-width: 767px) {
  .hero-image-wrapper {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-image-col {
    transform: translate(0cqw, -8cqw);
  }
}
@media (min-width: 768px) {
  .hero-image-col {
    position: absolute;
    right: 15cqw;
    top: 12cqw;
    width: auto;
    max-width: 320px;
    z-index: 5;
    margin: 0;
    padding: 0;
    flex: none !important;
  }
  .hero-image-col .hero-image-wrapper {
    transform: none;
    overflow: visible;
  }
  .hero-image-col .hero-img {
    width: clamp(160px, 22vw, 280px);
    height: clamp(160px, 22vw, 280px);
    max-width: 100%;
  }
}

.hero-img {
  width: clamp(85px, 25cqw, 320px);
  max-width: 100%;
  height: clamp(85px, 25cqw, 320px);
  object-fit: cover;
  border-radius: clamp(8px, 2.08cqw, 30px);
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

.hero-btn-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hero-btn-wrapper {
    width: 100%;
  }
}

/* ----- Section title ----- */
.section-title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: var(--font-size-title-60);
  line-height: var(--line-height-normal);
  text-transform: uppercase;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.section-title-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-title {
    margin-top: 4rem;
    font-size: calc(var(--font-size-title-60) * 0.7);
  }
}

/* ----- Block features ----- */
.features {
  margin-bottom: 4rem;
}

.features-card {
  background: var(--color-white);
  border: var(--border-accent);
  border-radius: var(--radius-sm);
  padding: 40px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.features-number {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px dashed var(--color-stroke-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: var(--font-size-title-40);
  line-height: var(--line-height-normal);
  text-transform: uppercase;
  color: var(--color-text);
}

.features-text {
  font-size: var(--font-size-body-16);
  line-height: var(--line-height-body);
  color: var(--color-text);
  padding-top: 6px;
}

/* ----- Block erp ----- */
.erp {
  margin-bottom: 4rem;
}
.erp-title {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: var(--line-height-normal);
  text-transform: uppercase;
  color: var(--color-text);
  margin-bottom: 2rem;
}
.erp-cards {
  align-items: stretch;
}
@media (min-width: 768px) {
  .erp .erp-main {
    display: flex;
    flex-direction: column;
  }
  .erp .erp-main .card-dark {
    flex: 1;
    min-height: 0;
  }
}
.erp-side .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  padding: 20px 30px;
}
.erp-side .card-title {
  flex: 0 0 250px;
}
.erp-side .card-text {
  flex: 1 1 280px;
}

.card {
  border: var(--border-accent);
  border-radius: var(--radius-sm);
  padding: 40px;
  background: var(--color-white);
}
.card-dark {
  background: var(--color-card-dark);
  color: var(--color-white);
  border-color: var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
}
.card-dark .card-icon {
  width: 145px;
  height: 6px;
  margin: 20px 0 40px 0;
  opacity: 0.9;
}
.card-dark .card-title {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--font-size-title-28);
  line-height: 1.2em;
  text-transform: uppercase;
  color: var(--color-white);
}
.card-title {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--font-size-title-24);
  line-height: 1.07em;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}
.card-text {
  font-size: var(--font-size-body-16);
  line-height: var(--line-height-body);
  color: var(--color-text);
  margin: 0;
}

/* ----- Block reviews (Splide loop slider) ----- */
.reviews {
  margin-bottom: 4rem;
}
.reviews .splide__track {
  overflow: hidden;
}
.reviews .splide__slide.reviews-slide {
  width: 200px;
  aspect-ratio: 2/3;
  background: var(--color-white);
  border-left: 4px solid var(--color-text);
  border-bottom: 4px solid var(--color-text);
  border-radius: var(--radius-sm);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (min-width: 768px) {
  .reviews .splide__slide.reviews-slide {
    width: 260px;
  }
}
.reviews .splide__slide.reviews-slide:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(15, 0, 6, 0.2);
}

.reviews-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* ----- Reviews fullscreen modal ----- */
#reviewsGalleryModal .reviews-modal-thumbs .splide__arrows {
  display: none;
}

.reviews-modal-content {
  background: rgba(15, 0, 6, 0.98);
  border: none;
}

.reviews-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem 1.5rem;
}

.reviews-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem 2rem;
  min-height: 0;
  flex: 1;
}

.reviews-modal-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.reviews-modal-main .splide__track {
  margin-left: 3rem;
  margin-right: 3rem;
}
.reviews-modal-main .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.reviews-modal-main .splide__arrows .splide__arrow {
  pointer-events: auto;
}
.reviews-modal-main .splide__arrow--prev {
  position: absolute;
  left: 0.5rem;
  right: auto;
  transform: scaleX(-1);
}
.reviews-modal-main .splide__arrow--next {
  position: absolute;
  left: auto;
  right: 0.5rem;
}
.reviews-modal-main .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-modal-main .splide__slide img {
  max-width: 100%;
  max-height: calc(100vh - 12rem);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.reviews-modal-thumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  flex-shrink: 0;
}

.reviews-modal-thumbs .splide__list {
  justify-content: center;
}
.reviews-modal-thumbs .splide__slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}
.reviews-modal-thumbs .splide__slide.is-active {
  opacity: 1;
}
.reviews-modal-thumbs .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ====== card-vertical-text ====== */
.card-vertical-text {
  color: #F5F5F5;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
}

/* ====== Проектные карточки ====== */
.project-card {
  background: var(--color-card-dark, #2D2D2D);
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.project-card:hover {
  transform: translateY(-4px);
}
.project-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.project-card-placeholder {
  width: 100%;
  height: 200px;
  background: rgba(255,255,255,0.05);
}
.project-card-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(245,245,245,0.5);
}
.project-card-title {
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.project-card-desc {
  color: rgba(245,245,245,0.7);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1;
}
.project-card-btn {
  display: inline-flex;
  align-items: center;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  transition: opacity 0.2s;
}
.project-card-btn:hover {
  opacity: 0.7;
  color: #F5F5F5;
}

/* ====== Фильтр категорий ====== */
.project-filter {
  flex-wrap: wrap;
}
.project-filter-btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid rgba(245,245,245,0.3);
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.project-filter-btn:hover {
  background: rgba(255,255,255,0.1);
  color: #F5F5F5;
}
.project-filter-btn-active {
  background: #F5F5F5;
  color: #2D2D2D;
  border-color: #F5F5F5;
}
.project-filter-btn-active:hover {
  background: #e0e0e0;
  color: #2D2D2D;
}

/* ====== Детальная страница проекта ====== */
.project-breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.project-breadcrumb-link {
  color: rgba(245,245,245,0.6);
  text-decoration: none;
  font-size: 14px;
}
.project-breadcrumb-link:hover {
  color: #F5F5F5;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(245,245,245,0.3);
}
.breadcrumb-item.active {
  color: #F5F5F5;
  font-size: 14px;
}
.project-dv-thumbnail {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.project-dv-description {
  color: #F5F5F5;
  font-size: 16px;
  line-height: 1.6;
}
.project-dv-description p {
  margin-bottom: 12px;
}
.project-back-link {
  color: rgba(245,245,245,0.6);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.project-back-link:hover {
  color: #F5F5F5;
}

/* ====== Контактная форма ====== */
.contact-form-input {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(245,245,245,0.2);
  border-radius: 8px;
  color: #F5F5F5;
  font-size: 15px;
  padding: 12px 16px;
  transition: border-color 0.2s;
}
.contact-form-input::placeholder {
  color: rgba(245,245,245,0.4);
}
.contact-form-input:focus {
  background: rgba(255,255,255,0.1);
  border-color: rgba(245,245,245,0.5);
  color: #F5F5F5;
  box-shadow: none;
  outline: none;
}
textarea.contact-form-input {
  resize: vertical;
  min-height: 100px;
}

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