:root {
  --purple: #7c3aed;
  --purple-dark: #6425dc;
  --purple-soft: #f3edff;
  --ink: #101d36;
  --muted: #647087;
  --border: #e9e5ef;
  --cream: #fffaf5;
  --surface: #ffffff;
  --shadow: 0 30px 80px rgba(45, 34, 72, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(236, 226, 255, 0.68),
      transparent 28%
    ),
    radial-gradient(
      circle at 12% 30%,
      rgba(255, 238, 223, 0.68),
      transparent 32%
    ),
    #fffdfb;
  color: var(--ink);
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  width: min(1510px, calc(100% - 64px));
  min-height: 98px;
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: 44px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 188px;
  height: auto;
  display: block;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.main-navigation a,
.login-link {
  color: #18233a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.main-navigation a:hover,
.login-link:hover {
  color: var(--purple);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.start-button,
.primary-action,
.pricing-card a,
.closing-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      #8b4df4,
      #6d2ce7
    );
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 14px 30px rgba(124, 58, 237, 0.24);
}

.start-button {
  min-width: 120px;
  min-height: 48px;
  padding: 0 22px;
  font-size: 14px;
}

main {
  width: min(1510px, calc(100% - 64px));
  margin: 0 auto;
}

.hero {
  min-height: 630px;
  display: grid;
  grid-template-columns:
    minmax(430px, 0.78fr)
    minmax(700px, 1.22fr);
  align-items: center;
  gap: 72px;
  padding: 58px 0 48px;
}

.hero-copy {
  position: relative;
  z-index: 6;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: #6941dc;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 800;
}

.eyebrow svg {
  font-size: 16px;
}

.hero h1 {
  max-width: 610px;
  margin: 0;
  color: #101c34;
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: clamp(58px, 5.1vw, 79px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.hero h1 em {
  display: block;
  color: var(--purple);
  font-weight: 400;
}

.hero-description {
  max-width: 570px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 33px;
}

.primary-action,
.secondary-action {
  min-height: 56px;
  padding: 0 28px;
}

.primary-action {
  min-width: 190px;
  gap: 22px;
}

.primary-action svg,
.closing-cta > a svg {
  font-size: 20px;
}

.secondary-action {
  min-width: 182px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: #152139;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 10px 30px rgba(39, 31, 63, 0.06);
}

.play-icon {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1.5px solid #788198;
  border-radius: 999px;
}

.play-icon svg {
  width: 13px;
  height: 13px;
}

.hero-assurance {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 27px;
  color: #657086;
  font-size: 12px;
  font-weight: 700;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-assurance svg {
  color: var(--purple);
  font-size: 16px;
}

.product-scene {
  min-height: 610px;
  position: relative;
}

.dashboard-preview {
  width: 79%;
  height: 435px;
  display: grid;
  grid-template-columns: 142px 1fr;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid rgba(231, 226, 239, 0.88);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ece8f0;
  padding: 18px 13px;
}

.dashboard-sidebar img {
  width: 89px;
  margin-bottom: 15px;
}

.dashboard-menu {
  display: grid;
  gap: 11px;
}

.dashboard-menu-section {
  display: grid;
  gap: 2px;
}

.dashboard-menu-section > small {
  display: block;
  margin: 0 0 3px 9px;
  color: #a0a6b2;
  font-size: 6px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-menu span {
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-radius: 6px;
  color: #5b6476;
  padding: 0 9px;
  font-size: 7px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-menu .active {
  background: var(--purple-soft);
  color: var(--purple);
}

.dashboard-menu span em {
  border-radius: 999px;
  background: #eee7ff;
  color: var(--purple);
  padding: 2px 4px;
  font-size: 5px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
}

.dashboard-menu span b {
  min-width: 13px;
  height: 13px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--purple);
  color: #ffffff;
  font-size: 5px;
  line-height: 1;
  font-weight: 800;
}

.dashboard-content {
  padding: 25px 25px 28px;
}

.dashboard-header,
.client-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-header strong,
.client-gallery-header strong {
  display: block;
  color: #131c31;
}

.dashboard-header small,
.client-gallery-header small {
  display: block;
  margin-top: 4px;
  color: #7a8496;
}

.dashboard-header strong {
  font-size: 15px;
}

.dashboard-header small {
  font-size: 9px;
}

.mock-header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5f6879;
  font-size: 9px;
  font-weight: 800;
}

.mock-header-actions span,
.mock-header-actions b {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  padding: 0 12px;
}

.mock-header-actions span {
  border: 1px solid #e4e0e9;
}

.mock-header-actions b {
  background: var(--purple);
  color: #ffffff;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 25px;
}

.dashboard-grid img {
  width: 100%;
  height: 123px;
  display: block;
  border-radius: 9px;
  object-fit: cover;
}

.client-gallery-preview {
  width: 72%;
  position: absolute;
  z-index: 4;
  left: 16%;
  top: 190px;
  overflow: hidden;
  border: 1px solid rgba(232, 227, 239, 0.9);
  border-radius: 18px;
  background: #ffffff;
  padding: 18px;
  box-shadow:
    0 30px 75px rgba(32, 22, 56, 0.21);
}

.client-gallery-header {
  padding: 0 2px 15px;
}

.client-gallery-header strong {
  font-size: 16px;
}

.client-gallery-header small {
  font-size: 10px;
}

.client-gallery-stats {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #596478;
  font-size: 10px;
  font-weight: 700;
}

.client-gallery-stats button {
  min-height: 34px;
  border: 1px solid #e4e0e8;
  border-radius: 7px;
  background: #ffffff;
  color: #1d2940;
  padding: 0 13px;
  font: inherit;
  font-weight: 800;
}

.featured-photo {
  height: 235px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #1e2430;
}

.featured-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.featured-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 9, 17, 0.58),
      transparent 52%
    );
}

.photo-message {
  position: absolute;
  z-index: 2;
  left: 58px;
  bottom: 58px;
  color: #ffffff;
}

.photo-message strong,
.photo-message span {
  display: block;
}

.photo-message strong {
  font-size: 15px;
}

.photo-message span {
  margin-top: 5px;
  font-size: 13px;
}

.photo-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #273146;
  font-size: 24px;
  line-height: 1;
}

.photo-arrow.left {
  left: 13px;
}

.photo-arrow.right {
  right: 13px;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 9px;
}

.thumbnail-row img {
  width: 100%;
  height: 54px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  z-index: 7;
  right: 0;
  width: 178px;
  border: 1px solid rgba(232, 227, 239, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  padding: 18px;
  box-shadow:
    0 18px 45px rgba(40, 31, 62, 0.12);
}

.floating-card strong {
  display: block;
  color: #17223a;
  font-size: 11px;
}

.floating-card span,
.floating-card p {
  color: #737d90;
  font-size: 9px;
  line-height: 1.6;
}

.favorites-card {
  top: 140px;
}

.favorite-thumbnails {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.favorite-thumbnails img {
  width: 42px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  object-fit: cover;
}

.favorite-thumbnails img + img {
  margin-left: -8px;
}

.favorite-thumbnails b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-left: -6px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--purple);
  color: #ffffff;
  font-size: 18px;
}

.feedback-card {
  top: 278px;
}

.quote-mark {
  color: #9b6cf3;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 0.8;
}

.feedback-card p {
  margin: 10px 0 8px;
  color: #3d475b;
}

.security-card {
  top: 452px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.security-icon {
  color: var(--purple);
  font-size: 19px;
}

.security-check {
  width: 29px;
  height: 34px;
  display: grid;
  place-items: center;
  clip-path:
    polygon(
      50% 0,
      93% 18%,
      93% 70%,
      50% 100%,
      7% 70%,
      7% 18%
    );
  background: #58b56b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 17px 45px rgba(43, 32, 67, 0.05);
}

.feature-strip article {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 13px;
  padding: 24px 20px;
}

.feature-strip article + article {
  border-left: 1px solid var(--border);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 22px;
}

.feature-strip h2 {
  margin: 0;
  color: #172239;
  font-size: 12px;
  font-weight: 800;
}

.feature-strip p {
  margin: 5px 0 0;
  color: #707a8e;
  font-size: 9px;
  line-height: 1.55;
}

.pricing-section {
  display: grid;
  grid-template-columns:
    1.25fr
    repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  padding: 20px;
}

.pricing-intro {
  align-self: center;
  padding: 20px 24px;
}

.pricing-intro > span {
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-intro h2 {
  margin: 10px 0 12px;
  color: #15213a;
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 34px;
  line-height: 1.04;
  font-weight: 400;
}

.pricing-intro p {
  max-width: 330px;
  margin: 0;
  color: #717b8e;
  font-size: 12px;
  line-height: 1.7;
}

.pricing-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
  padding: 22px;
}

.pricing-card.popular {
  border-color: #a881ef;
  background:
    linear-gradient(
      180deg,
      #fbf9ff,
      #ffffff
    );
  box-shadow:
    0 15px 35px rgba(124, 58, 237, 0.1);
}

.popular-label {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  background: var(--purple);
  color: #ffffff;
  padding: 5px 9px;
  font-size: 8px;
  font-weight: 800;
}

.plan-heading > span,
.plan-heading > small {
  display: block;
}

.plan-heading > span {
  color: #243049;
  font-size: 12px;
  font-weight: 800;
}

.plan-heading > strong {
  display: block;
  margin: 10px 0 4px;
  color: #121e37;
  font-size: 32px;
}

.plan-heading > strong small {
  color: #70798a;
  font-size: 10px;
  font-weight: 600;
}

.plan-heading > small {
  color: #7c8597;
  font-size: 9px;
}

.pricing-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  color: #626d80;
  font-size: 10px;
}

.pricing-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--purple);
  font-weight: 900;
}

.pricing-card a {
  min-height: 39px;
  font-size: 10px;
}

.closing-cta {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 24px;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 15% 50%,
      rgba(255, 255, 255, 0.22),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #7e3eef,
      #5e23d8
    );
  color: #ffffff;
  padding: 40px 52px;
}

.closing-cta span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.closing-cta h2 {
  max-width: 720px;
  margin: 9px 0 0;
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 400;
}

.closing-cta > a {
  min-width: 225px;
  min-height: 56px;
  gap: 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: #ffffff;
  color: var(--purple-dark);
  box-shadow: none;
}

.site-footer {
  width: min(1510px, calc(100% - 64px));
  min-height: 140px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}

.site-footer img {
  width: 170px;
}

.site-footer p {
  color: #70798b;
  font-size: 12px;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.site-footer-brand > img {
  display: block;
  width: 170px;
  height: auto;
}

.site-footer-company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  color: #39236f;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.2;
  white-space: nowrap;
}

.site-footer-company strong {
  font: inherit;
}

.site-footer-company span {
  display: block;
  width: 18px;
  height: 1px;
  background: rgba(57, 35, 111, 0.35);
}

.site-footer a {
  color: #3e485d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1260px) {
  .site-header,
  main,
  .site-footer {
    width: min(1160px, calc(100% - 40px));
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .product-scene {
    width: min(920px, 100%);
  }

  .feature-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-strip article:nth-child(4) {
    border-left: 0;
  }

  .feature-strip article:nth-child(n + 4) {
    border-top: 1px solid var(--border);
  }

  .pricing-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 82px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 160px;
  }

  .main-navigation {
    display: none;
  }

  .hero {
    padding-top: 28px;
  }

  .hero h1 {
    font-size: clamp(49px, 12vw, 70px);
  }

  .product-scene {
    min-height: 555px;
    transform-origin: top left;
  }

  .dashboard-preview {
    width: 88%;
  }

  .client-gallery-preview {
    width: 78%;
    left: 8%;
  }

  .floating-card {
    right: -10px;
  }

  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip article:nth-child(odd) {
    border-left: 0;
  }

  .feature-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .pricing-section {
    grid-template-columns: 1fr;
  }

  .pricing-intro {
    grid-column: auto;
  }

  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }
}

@media (max-width: 650px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 28px, 560px);
  }

  .site-header {
    gap: 16px;
  }

  .brand img {
    width: 140px;
  }

  .login-link {
    display: none;
  }

  .start-button {
    min-width: 103px;
    min-height: 43px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 60px);
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-actions,
  .hero-assurance {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .product-scene {
    min-height: 490px;
  }

  .dashboard-preview {
    width: 100%;
    height: 355px;
    grid-template-columns: 92px 1fr;
  }

  .dashboard-sidebar {
    padding: 15px 10px;
  }

  .dashboard-sidebar img {
    width: 67px;
  }

  .dashboard-menu span {
    padding: 0 7px;
    font-size: 7px;
  }

  .dashboard-content {
    padding: 16px;
  }

  .dashboard-grid img {
    height: 82px;
  }

  .client-gallery-preview {
    width: 92%;
    left: 4%;
    top: 175px;
  }

  .client-gallery-stats span {
    display: none;
  }

  .featured-photo {
    height: 180px;
  }

  .floating-card {
    display: none;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip article,
  .feature-strip article:nth-child(n) {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .feature-strip article:first-child {
    border-top: 0;
  }

  .closing-cta {
    padding: 34px 26px;
  }

  .closing-cta h2 {
    font-size: 32px;
  }

  .closing-cta > a {
    width: 100%;
  }
}
