@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #111827;
  --muted: #687184;
  --line: rgba(17, 24, 39, 0.1);
  --white: #ffffff;
  --blue: #6879ff;
  --violet: #9a7cff;
  --peach: #f6c4a8;
  --shadow: 0 30px 90px rgba(31, 38, 76, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 85% 5%,
      rgba(154, 124, 255, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 10% 28%,
      rgba(104, 121, 255, 0.08),
      transparent 24%
    ),
    #fbfbfd;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.page-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(145deg, var(--blue), var(--violet));
  box-shadow: 0 12px 28px rgba(104, 121, 255, 0.26);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.brand-name {
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #555f72;
  font-size: 14px;
  font-weight: 600;
}

nav a {
  transition: color 160ms ease;
}

nav a:hover {
  color: var(--ink);
}

.contact-link {
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.hero {
  width: min(1280px, calc(100% - 28px));
  min-height: 690px;
  margin: 12px auto 0;
  padding: 76px 78px;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(130, 103, 255, 0.2),
      transparent 34%
    ),
    radial-gradient(
      circle at 73% 86%,
      rgba(246, 196, 168, 0.23),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #f7f8ff 0%,
      #f5f3ff 56%,
      #fff9f5 100%
    );
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.04);
}

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

.eyebrow {
  margin: 0 0 18px;
  color: #69738a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(54px, 6.3vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: white;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.2);
}

.button-light {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}

.visual-stage {
  min-height: 470px;
  position: relative;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.glow-one {
  width: 280px;
  height: 280px;
  right: 28px;
  top: 34px;
  background: linear-gradient(145deg, #6e7dff, #9d7cf7);
  box-shadow: 0 35px 90px rgba(102, 111, 228, 0.28);
}

.glow-two {
  width: 175px;
  height: 175px;
  left: 30px;
  bottom: 12px;
  background: linear-gradient(145deg, #ffd7bc, #f4b8b0);
  box-shadow: 0 35px 80px rgba(213, 145, 130, 0.2);
}

.glass-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.panel-main {
  width: 310px;
  height: 390px;
  top: 26px;
  left: 85px;
  border-radius: 34px;
  transform: rotate(-3deg);
}

.panel-top {
  height: 62px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  gap: 8px;
}

.panel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}

.panel-content {
  padding: 28px;
}

.panel-line {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.line-long {
  width: 78%;
  margin-bottom: 12px;
}

.line-medium {
  width: 54%;
  margin-bottom: 30px;
}

.panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini-card {
  height: 96px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.mini-card-soft {
  background: rgba(255, 238, 229, 0.42);
}

.mini-card-wide {
  height: 74px;
  grid-column: 1 / -1;
}

.floating-card {
  position: absolute;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 22px;
  color: white;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 60px rgba(50, 58, 103, 0.18);
  backdrop-filter: blur(18px);
}

.floating-card strong {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.floating-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.floating-card-one {
  width: 190px;
  right: 5px;
  top: 12px;
  transform: rotate(7deg);
}

.floating-card-two {
  width: 195px;
  left: 0;
  bottom: 8px;
  color: #5f4039;
  background: rgba(255, 246, 239, 0.6);
  transform: rotate(-6deg);
}

.about-section,
.services-section {
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
  padding: 128px 0;
}

.section-kicker {
  margin-bottom: 42px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-kicker .eyebrow {
  margin: 0;
}

.section-number {
  color: #9aa1ad;
  font-size: 12px;
  font-weight: 700;
}

.about-content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: start;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.about-content p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.services-section {
  padding-top: 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(248, 249, 253, 0.96)
  );
  box-shadow: 0 20px 60px rgba(31, 38, 76, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(31, 38, 76, 0.1);
}

.card-number {
  color: #a1a7b2;
  font-size: 11px;
  font-weight: 800;
}

.service-card h3 {
  max-width: 260px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

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

.contact-section {
  width: min(1280px, calc(100% - 28px));
  margin: 16px auto 26px;
  padding: 72px;
  border-radius: 38px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  color: white;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(113, 122, 255, 0.28),
      transparent 30%
    ),
    #101522;
}

.contact-section .eyebrow {
  color: #adb6c8;
}

.contact-section h2 {
  max-width: 680px;
  margin-bottom: 14px;
  font-size: clamp(44px, 5.4vw, 68px);
}

.contact-copy > p:last-child {
  margin: 0;
  color: #aeb7c9;
  font-size: 16px;
}

.contact-email {
  flex-shrink: 0;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.contact-email:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 102px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7a8292;
  font-size: 13px;
}

@media (max-width: 930px) {
  .hero {
    min-height: auto;
    padding: 64px 38px 40px;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .visual-stage {
    min-height: 410px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .about-section,
  .services-section,
  footer {
    width: min(100% - 24px, 1180px);
  }

  nav a:not(.contact-link) {
    display: none;
  }

  .site-header {
    height: 78px;
  }

  .hero,
  .contact-section {
    width: min(100% - 16px, 1280px);
  }

  .hero {
    margin-top: 0;
    padding: 50px 24px 28px;
    border-radius: 28px;
  }

  h1 {
    font-size: 49px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .visual-stage {
    min-height: 325px;
  }

  .panel-main {
    width: 230px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .glow-one {
    width: 210px;
    height: 210px;
  }

  .glow-two {
    width: 125px;
    height: 125px;
  }

  .floating-card {
    padding: 16px 17px;
  }

  .floating-card-one {
    width: 155px;
  }

  .floating-card-two {
    width: 160px;
  }

  .about-section,
  .services-section {
    padding: 92px 0;
  }

  .about-content p {
    font-size: 18px;
  }

  .contact-section {
    padding: 46px 25px;
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-email {
    margin-top: 4px;
  }

  footer {
    padding: 26px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}
