﻿:root {
  --dark-bg: #111228;
  --dark-panel: #171933;
  --light-bg: #f4f4f6;
  --purple-bg: #120823;
  --purple-panel: #1f1137;
  --ink: #ffffff;
  --ink-dark: #171629;
  --muted: #a8afca;
  --muted-dark: #74788f;
  --pink: #ff476e;
  --purple: #8f40ff;
  --gold: #f8c247;
  --line-dark: rgba(255, 71, 110, 0.9);
  --line-light: rgba(255, 71, 110, 0.55);
  --soft-border: rgba(255, 255, 255, 0.08);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0b0b16;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

.media-kit {
  width: min(100%, 1380px);
  margin: 0 auto;
  background: #0b0b16;
}

.panel {
  position: relative;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 71, 110, 0.08), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(143, 64, 255, 0.08), transparent 24%);
}

.panel-inner {
  width: min(100% - 56px, 1280px);
  margin: 0 auto;
  padding: 28px 0 40px;
}

.panel-dark {
  background: var(--dark-bg);
  color: var(--ink);
}

.panel-light {
  background: var(--light-bg);
  color: var(--ink-dark);
}

.panel-light::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 71, 110, 0.06), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(23, 25, 51, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
}

.panel-purple {
  background: var(--purple-bg);
  color: var(--ink);
}

.topbar,
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 18px;
}

.kicker,
.section-brand {
  color: var(--pink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.meta,
.section-meta {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 280px;
  gap: 48px;
  align-items: center;
  padding: 16px 0 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.hero-copy {
  max-width: 760px;
}

.hero-tag {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 71, 110, 0.24);
  border-radius: 999px;
  background: rgba(255, 71, 110, 0.08);
  color: #ff8ea5;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
.feature-title {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.4rem, 8vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.feature-title {
  margin-top: 6px;
  max-width: 720px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #8f40ff 48%, #8f40ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subline {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-lead {
  max-width: 640px;
  margin-top: 16px;
  color: #d4d8ea;
  font-size: 1.08rem;
  line-height: 1.82;
}

.secondary-link {
  color: #d7dbee;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.secondary-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.secondary-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.hero-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-mini-stats span,
.featured-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #f0f3ff;
  font-size: 0.84rem;
  font-weight: 700;
}

.subline-purple {
  margin-bottom: 8px;
  color: #a693d6;
}

.portrait-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  margin-left: auto;
}

.portrait-ring {
  width: 230px;
  height: 230px;
  padding: 10px;
  border: 3px solid var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 71, 110, 0.12);
  animation: floatRing 6s ease-in-out infinite;
  z-index: 2;
  background: rgba(255, 255, 255, 0.03);
}

.portrait-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.content-block {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 3px solid var(--line-dark);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.light-block {
  border-top-color: var(--line-light);
}

.content-block.is-visible,
.action-band.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.content-block h2 {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.content-block p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.featured-project {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.featured-visual {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
  min-height: 420px;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.featured-project:hover .featured-visual img {
  transform: scale(1.06);
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-label {
  margin-bottom: 10px;
  color: #ff7d98;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-copy h3,
.why-card h3 {
  margin: 0 0 12px;
  font-size: 1.65rem;
  line-height: 1.1;
}

.featured-copy strong {
  color: #ffffff;
}

.featured-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

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

.why-card {
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 71, 110, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
}

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

.why-card p {
  font-size: 0.98rem;
  line-height: 1.75;
}

.panel-light .content-block p,
.panel-light .account-row em {
  color: var(--muted-dark);
}

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

.stat-card {
  min-height: 110px;
  padding: 22px 14px 18px;
  border-top: 3px solid var(--pink);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -60% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 71, 110, 0.14), transparent 65%);
}

.stat-card strong {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 2.45rem;
  line-height: 1;
}

.panel-light .stat-card strong {
  color: var(--ink-dark);
}

.stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.8rem;
}

.results-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 2;
}

.results-list strong {
  color: #76ff8e;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-row span {
  padding: 8px 12px;
  border: 1px solid var(--pink);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pill-row span:hover {
  transform: translateY(-2px);
  background: rgba(255, 71, 110, 0.12);
}

.footer-strip {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 36px;
  border-top: 3px solid var(--pink);
  color: var(--muted);
  font-size: 0.78rem;
}

.panel-light .content-block h2,
.panel-light .section-brand {
  color: var(--pink);
}

.panel-light .section-meta {
  color: var(--muted-dark);
}

.panel-light .content-block {
  padding: 18px 18px 0;
  border-top-width: 2px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 20px 50px rgba(25, 32, 59, 0.06);
  backdrop-filter: blur(10px);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  position: relative;
  min-height: 300px;
  padding: 22px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.package-basic {
  border-top: 4px solid var(--pink);
  background: linear-gradient(180deg, #ffffff, #fff8fb);
}

.package-premium {
  border-top: 4px solid var(--gold);
  background: linear-gradient(180deg, #171933, #24284d);
  color: #ffffff;
}

.package-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: #30230a;
  font-size: 0.68rem;
  font-weight: 700;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-row strong {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.package-basic .price-row strong {
  color: var(--pink);
}

.package-premium .price-row strong {
  color: var(--gold);
}

.price-row span {
  font-size: 0.88rem;
}

.package-card h3 {
  margin: 8px 0 12px;
  font-size: 1.2rem;
}

.package-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.85;
}

.accounts-table {
  display: grid;
  gap: 10px;
}

.account-row {
  display: grid;
  grid-template-columns: 120px 240px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(23, 25, 51, 0.06);
}

.account-row strong {
  font-size: 0.95rem;
}

.account-row span {
  font-weight: 700;
  font-size: 0.97rem;
}

.account-row em {
  font-style: normal;
  font-size: 0.92rem;
}

.contact-block {
  margin-top: 32px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.contact-copy {
  padding: 6px 0;
}

.contact-copy .contact-note {
  margin-top: 14px;
  color: var(--ink-dark);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(23, 25, 51, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 249, 255, 0.82));
  box-shadow: 0 24px 54px rgba(19, 25, 51, 0.1);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(23, 25, 51, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-dark);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 71, 110, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 71, 110, 0.08);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ghost-button {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(23, 25, 51, 0.15);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-dark);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ghost-button:hover {
  transform: translateY(-2px);
  background: rgba(23, 25, 51, 0.05);
}

.portfolio-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #1f3d91, #2d58c8);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  box-shadow: 0 22px 44px rgba(23, 25, 51, 0.16);
}

.portfolio-cta:hover,
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(8, 10, 24, 0.24);
}

.portfolio-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.portfolio-cta-main::after {
  content: "↗";
  font-size: 1.05rem;
}

.action-band {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.action-band-purple {
  justify-content: flex-start;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff476e, #ff6b8a);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(255, 71, 110, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cta-button:hover {
  filter: brightness(1.05);
}

.cta-button-dark {
  background: linear-gradient(135deg, #171933, #2a2f5a);
  box-shadow: 0 10px 24px rgba(23, 25, 51, 0.2);
}

.portfolio-cta small {
  color: #dfe8ff;
  font-size: 0.7rem;
  font-weight: 500;
}

.footer-strip-light {
  justify-content: center;
  background: #171933;
  color: #ffffff;
  text-align: center;
}

.footer-strip-light div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-strip-light strong {
  color: #ffffff;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
}

.footer-strip-light span {
  color: #c7cbe0;
}

.panel-purple .meta,
.panel-purple .content-block p,
.panel-purple .channel-sub,
.panel-purple .channel-card li,
.panel-purple .stat-card span,
.footer-strip-purple {
  color: #a693d6;
}

.stats-grid-purple .stat-card {
  border-top-color: var(--purple);
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.channel-card {
  padding: 22px;
  border: 1px solid rgba(143, 64, 255, 0.4);
  border-radius: 14px;
  background: var(--purple-panel);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  position: relative;
  overflow: hidden;
}

.channel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(143, 64, 255, 0.12), transparent 40%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.channel-card:hover,
.package-card:hover,
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
}

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

.channel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.channel-head strong {
  font-size: 1.5rem;
}

.chip {
  padding: 4px 9px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
}

.chip-red {
  background: #ff436a;
  box-shadow: 0 0 0 0 rgba(255, 67, 106, 0.55);
  animation: livePulse 1.8s infinite;
}

.chip-purple {
  background: #8f40ff;
}

.channel-sub {
  margin: 8px 0 10px;
  font-size: 0.95rem;
}

.channel-card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 0.98rem;
  line-height: 1.9;
}

.pill-row-purple span {
  border-color: var(--purple);
  color: #e5d6ff;
}

.footer-strip-purple {
  border-top-color: var(--purple);
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  max-width: 320px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(16, 18, 40, 0.94);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 22, 0.86);
  backdrop-filter: blur(6px);
}

.lightbox-figure {
  position: relative;
  z-index: 1;
  width: min(92vw, 1100px);
  margin: 0;
}

.lightbox-figure img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(17, 18, 40, 0.94);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 760px) {
  .panel-inner {
    width: min(100% - 22px, 1120px);
  }

  .hero-grid,
  .stats-grid,
  .packages-grid,
  .channels-grid,
  .contact-grid,
  .featured-project,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .portrait-wrap {
    justify-content: center;
    margin-top: 8px;
    width: 100%;
    min-height: auto;
  }

  .account-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-form {
    padding: 16px;
  }

  .topbar,
  .section-head,
  .footer-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-strip-light {
    align-items: center;
  }

  .action-band-purple {
    justify-content: center;
  }
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 67, 106, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 67, 106, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 67, 106, 0);
  }
}

@keyframes floatRing {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes driftOne {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes driftTwo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
