@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;600;700&family=Onest:wght@400;500;600&display=swap");

:root {
  --ink: #2b2230;
  --muted: #766c7e;
  --deep-violet: #4b2e83;
  --violet: #7454a8;
  --lavender: #cdbbea;
  --pink: #e5aecb;
  --warm: #f6dfad;
  --card: rgba(255, 255, 255, 0.89);
  --line: rgba(75, 46, 131, 0.12);
  --shadow: 0 30px 100px rgba(75, 46, 131, 0.14);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: #f8f3fb;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: linear-gradient(145deg, #fffdf9 0%, #f9f5fc 48%, #f3eaf8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 60%, rgba(75,46,131,.10) 0 1px, transparent 1.5px);
  background-size: 24px 24px, 31px 31px;
}

.wash {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border-radius: 48% 52% 42% 58% / 55% 40% 60% 45%;
  filter: blur(16px);
  opacity: .38;
}

.wash-one {
  width: 430px;
  height: 335px;
  top: -125px;
  left: -110px;
  background:
    radial-gradient(circle at 35% 40%, rgba(229,174,203,.75), transparent 58%),
    radial-gradient(circle at 65% 60%, rgba(205,187,234,.62), transparent 60%);
}

.wash-two {
  width: 540px;
  height: 420px;
  right: -200px;
  top: 12%;
  background:
    radial-gradient(circle at 40% 40%, rgba(116,84,168,.30), transparent 58%),
    radial-gradient(circle at 60% 62%, rgba(229,174,203,.34), transparent 60%);
  transform: rotate(14deg);
}

.wash-three {
  width: 365px;
  height: 300px;
  left: -125px;
  bottom: -100px;
  background:
    radial-gradient(circle at 45% 42%, rgba(246,223,173,.32), transparent 55%),
    radial-gradient(circle at 65% 62%, rgba(205,187,234,.45), transparent 60%);
  transform: rotate(9deg);
}

.page {
  position: relative;
  z-index: 1;
  width: min(100% - 30px, 680px);
  margin: 0 auto;
  padding: 40px 0;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 42px 34px 24px;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 34px;
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  width: 68%;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--pink), var(--violet), transparent);
  opacity: .72;
}

.hero {
  text-align: center;
}

.logo {
  width: 154px;
  height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(75,46,131,.10));
}

h1 {
  margin: 12px 0 0;
  font-family: "Montserrat", "Manrope", sans-serif;
  font-size: clamp(2.05rem, 7vw, 3.25rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.slogan {
  max-width: 620px;
  margin: 24px auto 0;
  font-family: "Onest", "Manrope", sans-serif;
  font-size: clamp(1.22rem, 3.6vw, 1.68rem);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.slogan span {
  display: inline;
}

.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .25rem .55rem;
  max-width: 600px;
  margin: 20px auto 28px;
  color: var(--muted);
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.55;
}

.about .topic {
  white-space: nowrap;
}

.about .dot {
  color: rgba(75, 46, 131, .55);
}

.links {
  display: grid;
  gap: 11px;
}

.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 11px 16px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(253,252,255,.96), rgba(250,248,253,.96));
  box-shadow: 0 8px 24px rgba(75,46,131,.04);
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease;
}

.link:hover,
.link:focus-visible {
  transform: translateY(-3px);
  color: var(--deep-violet);
  border-color: rgba(116,84,168,.30);
  background: linear-gradient(135deg, rgba(236,228,249,.98), rgba(246,234,245,.98));
  box-shadow: 0 16px 34px rgba(75,46,131,.13);
  outline: none;
}



.link-left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.icon {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  border-radius: 13px;
  color: var(--deep-violet);
  background: linear-gradient(145deg, rgba(205,187,234,.48), rgba(229,174,203,.25));
  transition: color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg .fill {
  fill: currentColor;
  stroke: none;
}

.icon-text {
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}


.link-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.arrow {
  margin-left: 14px;
  color: var(--violet);
  font-size: 1.05rem;
  transition: transform 170ms ease;
}


.link:hover .arrow,
.link:focus-visible .arrow {
  transform: translate(2px, -2px);
}


.link:hover .icon,
.link:focus-visible .icon {
  color: #fff;
  background: linear-gradient(135deg, var(--deep-violet), var(--violet));
  box-shadow: 0 8px 18px rgba(75,46,131,.16);
}

.link:hover .arrow,
.link:focus-visible .arrow {
  color: var(--deep-violet);
}

.link-contact {
  margin-top: 4px;
  background: linear-gradient(135deg, rgba(229,174,203,.14), rgba(246,223,173,.13));
}

.link-support {
  position: relative;
  overflow: hidden;

  margin-top: 18px;

  border-color: rgba(116, 84, 168, .22);

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(229, 174, 203, .26),
      transparent 28%
    ),
    radial-gradient(
      circle at 72% 110%,
      rgba(205, 187, 234, .32),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(244, 237, 251, .98),
      rgba(252, 237, 246, .98)
    );

  box-shadow: 0 10px 28px rgba(75, 46, 131, .07);
}

.link-support:hover,
.link-support:focus-visible {
  border-color: rgba(116, 84, 168, .38);

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(229, 174, 203, .34),
      transparent 28%
    ),
    radial-gradient(
      circle at 72% 110%,
      rgba(205, 187, 234, .42),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(239, 230, 249, .99),
      rgba(249, 229, 241, .99)
    );

  box-shadow: 0 16px 36px rgba(75, 46, 131, .13);
}

.support-icon {
  color: #fff;

  background:
    linear-gradient(
      135deg,
      var(--deep-violet),
      var(--violet)
    );

  box-shadow: 0 7px 18px rgba(75, 46, 131, .16);
}

.support-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.support-note {
  color: rgba(75, 46, 131, .68);

  font-size: .78rem;
  font-weight: 500;
  line-height: 1.25;
}

footer {
  margin-top: 24px;
  color: var(--muted);
  font-size: .78rem;
  text-align: center;
}

@media (max-width: 560px) {
  .page {
    width: min(100% - 18px, 680px);
    padding: 14px 0;
  }

  .card {
    padding: 30px 15px 20px;
    border-radius: 26px;
  }

  .logo {
    width: 124px;
    height: 124px;
  }

  .slogan {
    max-width: 330px;
    font-size: 1.3rem;
  }

  .slogan span {
    display: block;
  }

  .about {
    max-width: 350px;
    gap: .2rem .45rem;
    font-size: .9rem;
    margin-bottom: 24px;
  }

  .link {
    min-height: 62px;
    padding: 10px 14px;
    border-radius: 17px;
  }

  .icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    margin-right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .link,
  .arrow {
    transition: none;
  }
}
