/* MyLending.css - уникальные стили лендинга */
section { padding: 100px 0; }
.hero { padding: 60px 0 40px; }
.hero-grid {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.hero-content { flex: 1.2; }
.hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  background: rgba(197, 165, 114, 0.12);
  border: 1px solid rgba(197, 165, 114, 0.3);
  border-radius: 40px;
  color: #e4c087;
  margin-bottom: 28px;
}
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.hero-content h1 .accent { color: #e4c087; }
.hero-desc {
  font-size: 1.1rem;
  color: #b9c3d4;
  margin-bottom: 36px;
  max-width: 560px;
  border-left: 2px solid #c5a572;
  padding-left: 20px;
}
.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-stats {
  flex: 0.8;
  background: rgba(18, 18, 28, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  padding: 32px 28px;
  border: 1px solid rgba(197, 165, 114, 0.25);
  box-shadow: 0 20px 35px -12px rgba(0,0,0,0.3);
}
.stat-item { margin-bottom: 28px; }
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #e4c087;
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a8b2c9;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 32px;
}
.service-card {
  background: rgba(15, 15, 24, 0.65);
  backdrop-filter: blur(4px);
  border-radius: 32px;
  padding: 38px 28px;
  transition: all 0.4s;
  border: 1px solid rgba(197, 165, 114, 0.2);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c5a572, #e9cf9b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(197, 165, 114, 0.6);
  background: rgba(20, 20, 32, 0.8);
  box-shadow: 0 25px 40px -15px rgba(0,0,0,0.5);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  font-size: 2.8rem;
  color: #e4c087;
  margin-bottom: 24px;
}
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  margin-bottom: 16px;
  font-weight: 600;
}
.service-card p { color: #b2bbd0; }

.about-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.about-text { flex: 1.2; }
.about-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.skills-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}
.skill-tag {
  background: #171c2a;
  padding: 8px 22px;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #e4c087;
  border: 1px solid rgba(197,165,114,0.3);
}
.about-highlight {
  flex: 0.9;
  background: linear-gradient(125deg, #0f0f1a, #0a0a12);
  border-radius: 36px;
  padding: 36px;
  border-right: 3px solid #c5a572;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Карточки портфолио */
.project-detailed {
  display: flex;
  gap: 32px;
  background: rgba(18, 18, 28, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  padding: 34px 32px;
  margin-bottom: 36px;
  border: 1px solid rgba(197, 165, 114, 0.2);
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.project-detailed:hover {
  border-color: #c5a572;
  background: rgba(20, 20, 35, 0.7);
  transform: translateY(-5px);
  box-shadow: 0 20px 35px -12px #00000055;
}
.project-icon {
  font-size: 3.2rem;
  color: #e4c087;
  min-width: 70px;
  text-align: center;
}
.project-content { flex: 1; }
.project-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 14px;
}
.project-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  color: #f0e9df;
}
.project-badge {
  background: rgba(197, 165, 114, 0.12);
  padding: 4px 16px;
  border-radius: 40px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 1px solid #c5a57260;
  color: #e4c087;
}
.project-tech { margin: 18px 0 14px; }
.project-tech span {
  display: inline-block;
  background: #1a1f2e;
  padding: 5px 16px;
  border-radius: 24px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #3a4055;
  color: #d3d9f0;
}
.project-features {
  color: #b9c3d9;
  font-size: 0.9rem;
  margin: 16px 0 18px;
  line-height: 1.7;
}
.project-features i {
  color: #c5a572;
  margin-right: 8px;
}
.project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
.project-link {
  color: #e4c087;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
.project-link i { margin-right: 6px; }
.project-link:hover { border-bottom-color: #c5a572; }

.proxy-card {
  background: rgba(18, 18, 28, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  padding: 34px 32px;
  border: 1px solid rgba(197, 165, 114, 0.2);
  text-align: center;
}
.proxy-code {
  background: #0a0a12;
  border-radius: 16px;
  padding: 20px;
  display: inline-block;
  border: 1px solid #2a2a3c;
  word-break: break-all;
}

.contact-card {
  background: rgba(12, 12, 20, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 56px;
  padding: 56px 40px;
  text-align: center;
  border: 1px solid rgba(197,165,114,0.4);
  box-shadow: 0 30px 45px -20px rgba(0,0,0,0.5);
}
.contact-methods {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin: 48px 0 32px;
}
.contact-btn {
  background: rgba(25, 25, 38, 0.9);
  border-radius: 80px;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #f0f2f9;
  transition: all 0.25s;
  border: 1px solid #2c2c3e;
}
.contact-btn i { font-size: 1.4rem; color: #e4c087; }
.contact-btn:hover {
  background: #c5a57220;
  border-color: #c5a572;
  transform: scale(1.02);
}
.copy-email {
  background: transparent;
  border: none;
  color: #e4c087;
  margin-left: 8px;
  cursor: pointer;
  font-size: 1rem;
}
.for-hr {
  margin-top: 40px;
  background: rgba(197,165,114,0.08);
  border-radius: 48px;
  padding: 32px 36px;
  border: 1px dashed #c5a57260;
}
footer {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid rgba(197,165,114,0.2);
  color: #7c86a2;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .hero-content h1 { font-size: 2.6rem; }
  section { padding: 70px 0; }
}
@media (max-width: 700px) {
  .project-detailed {
    flex-direction: column;
    padding: 28px 20px;
    gap: 16px;
  }
  .project-icon { font-size: 2.8rem; min-width: auto; }
  .project-header h3 { font-size: 1.5rem; }
}