:root {
  --bg: #19191c;
  --bg-soft: #222228;
  --text: #fffdf8;
  --muted: rgba(255, 253, 248, 0.72);
  --line: rgba(255, 253, 248, 0.12);
  --accent: #e655be;
  --accent-soft: rgba(230, 85, 190, 0.2);
  --accent-lime: #f1ffa1;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--text);
  background: linear-gradient(160deg, #1c1c20 0%, #17171a 58%, #111114 100%);
  font-family: Manrope, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  opacity: 0.1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 3px 3px;
}

.orb {
  position: fixed;
  z-index: -2;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  filter: blur(110px);
  opacity: 0.24;
}

.orb--pink {
  top: -100px;
  right: -120px;
  background: var(--accent);
}

.orb--lime {
  bottom: -120px;
  left: -110px;
  background: var(--accent-lime);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 30px 0 6px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(230, 85, 190, 0.26));
}

.brand__text {
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.nav__links {
  display: inline-flex;
  gap: 20px;
  color: var(--muted);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  padding: 34px 0 20px;
}

.hero__chip {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted);
}

.hero__title,
h2,
h3 {
  font-family: Unbounded, sans-serif;
}

.hero__title {
  margin: 14px 0 0;
  max-width: 780px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 5.8vw, 4rem);
}

.hero__lead {
  margin: 18px 0 0;
  max-width: 690px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.btn {
  height: 46px;
  border-radius: 14px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid var(--line);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #de4db8 0%, #f874ce 100%);
  box-shadow: 0 10px 30px rgba(230, 85, 190, 0.3);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.metrics {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  padding: 12px 10px;
}

.metric__value {
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.02rem;
}

.metric__label {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.hero-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(170deg, rgba(230, 85, 190, 0.1), rgba(255, 255, 255, 0.03));
  padding: 22px;
}

.hero-card h2 {
  margin: 0;
  font-size: 1rem;
}

.hero-card__name {
  margin: 12px 0 8px;
  font-family: Unbounded, sans-serif;
  font-size: 1.5rem;
}

.hero-card p {
  margin: 0;
  line-height: 1.65;
  color: var(--muted);
}

.hero-card__tag {
  margin-top: 16px !important;
  display: inline-flex;
  border: 1px solid var(--line);
  padding: 8px 11px;
  border-radius: 10px;
  color: var(--text) !important;
}

.section {
  padding: 62px 0 14px;
}

.section__head {
  margin-bottom: 16px;
}

.section__kicker {
  margin: 0 0 8px;
  color: var(--accent-lime);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
}

h2 {
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.24;
  font-size: clamp(1.45rem, 3.2vw, 2.35rem);
}

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

.story-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.story-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
}

.story-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.shot {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: var(--bg-soft);
}

.shot h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
}

.shot p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.shot__phone {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, #2d2d34 0%, #1f1f24 100%);
  height: 220px;
  padding: 12px;
}

.shot__phone--accent {
  box-shadow: 0 0 0 1px rgba(230, 85, 190, 0.35) inset;
}

.shot__phone--real {
  padding: 0;
  overflow: hidden;
}

.shot__bar {
  height: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(230, 85, 190, 0.8), rgba(230, 85, 190, 0.2));
  margin-bottom: 10px;
}

.shot__row {
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
}

.shot__calendar {
  height: 120px;
  border-radius: 12px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, rgba(241, 255, 161, 0.2), rgba(255, 255, 255, 0.06));
}

.shot__chips {
  height: 30px;
  border-radius: 999px;
  margin-bottom: 8px;
  background: rgba(230, 85, 190, 0.3);
}

.shot__profile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  margin-bottom: 10px;
}

.shot__profile img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.015);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 85, 190, 0.7);
}

.contact-card span {
  color: var(--muted);
  font-size: 0.85rem;
}

.contact-card strong {
  margin-top: 6px;
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 22px 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.footer__links {
  display: inline-flex;
  gap: 14px;
}

.footer__links a {
  color: var(--text);
}

@media (max-width: 980px) {
  .hero__grid,
  .story-grid,
  .shots,
  .contacts,
  .metrics {
    grid-template-columns: 1fr;
  }

  .nav__links {
    display: none;
  }

  .hero-card {
    margin-top: 6px;
  }
}
