* {
  box-sizing: border-box;
}

:root {
  --purple: #5428e8;
  --purple-2: #7a3ff0;
  --lavender: #eee9ff;
  --ink: #111a45;
  --muted: #50577c;
  --border: #ddd4ff;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: #fdfcff;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 12% 12%, rgba(126, 83, 246, .10), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(115, 76, 239, .09), transparent 22%),
    linear-gradient(180deg, #fbfaff 0%, #ffffff 55%, #f6f2ff 100%);
}

.content {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 28px 0 22px;
}

.brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand img {
  display: block;
  width: min(390px, 42vw);
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.hero {
  text-align: center;
}

.illustration {
  height: 360px;
  position: relative;
  max-width: 850px;
  margin: 4px auto 0;
}

.laptop {
  position: absolute;
  width: 430px;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 22px rgba(69, 48, 170, .18));
}

.screen {
  height: 245px;
  border: 10px solid #121b4c;
  border-bottom-width: 13px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(145deg, #eeeaff, #dcd4ff);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
  display: grid;
  place-items: center;
}

.base {
  width: 112%;
  height: 28px;
  margin-left: -6%;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(#cfd1e4, #a7abc5);
  position: relative;
}

.base::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 7px;
  border-radius: 0 0 10px 10px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #888ca8;
}

.sad-face {
  width: 145px;
  height: 120px;
  position: relative;
}

.sad-face i {
  position: absolute;
  top: 26px;
  width: 18px;
  height: 18px;
  border: 6px solid var(--purple);
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
}

.sad-face i:first-child { left: 27px; }
.sad-face i:nth-child(2) { right: 27px; }

.sad-face strong {
  position: absolute;
  left: 35px;
  bottom: 19px;
  width: 76px;
  height: 38px;
  border: 6px solid var(--purple);
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
  transform: rotate(180deg);
}

.wifi {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 120px;
  height: 90px;
  transform: translateX(-50%);
}

.wifi span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid var(--purple-2);
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 80px 80px 0 0;
}

.wifi span:nth-child(1) { width: 118px; height: 58px; top: 0; }
.wifi span:nth-child(2) { width: 82px; height: 42px; top: 19px; }
.wifi span:nth-child(3) { width: 42px; height: 23px; top: 39px; }

.wifi b {
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ef4b55;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(239, 75, 85, .25);
}

.note {
  position: absolute;
  width: 165px;
  right: 120px;
  top: 110px;
  padding: 22px 18px;
  background: #ffe978;
  color: #151637;
  text-align: left;
  transform: rotate(-5deg);
  box-shadow: 0 12px 20px rgba(91, 70, 160, .16);
  font-size: 16px;
  line-height: 1.35;
}

.note::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 10px;
  left: 52px;
  top: -7px;
  background: rgba(255,255,255,.5);
  transform: rotate(3deg);
}

.mug {
  position: absolute;
  left: 115px;
  bottom: 27px;
  width: 74px;
  height: 72px;
  border-radius: 8px 8px 20px 20px;
  background: linear-gradient(145deg, #fff, #ddd9f6);
  box-shadow: 0 14px 20px rgba(66, 47, 153, .12);
  display: grid;
  place-items: center;
  color: var(--purple);
  font-size: 32px;
  font-weight: 800;
}

.mug::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 16px;
  width: 27px;
  height: 35px;
  border: 8px solid #d8d6ed;
  border-left: 0;
  border-radius: 0 20px 20px 0;
}

.plant {
  position: absolute;
  right: 105px;
  bottom: 24px;
  width: 92px;
  height: 120px;
}

.plant div {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 58px;
  height: 45px;
  border-radius: 10px 10px 22px 22px;
  background: linear-gradient(#fff, #dedcf2);
}

.plant i {
  position: absolute;
  bottom: 35px;
  width: 27px;
  height: 67px;
  border-radius: 70% 0 70% 0;
  background: linear-gradient(160deg, #7ed09b, #2e8f61);
  transform-origin: bottom;
}

.plant i:nth-child(1) { left: 30px; transform: rotate(-25deg); }
.plant i:nth-child(2) { left: 48px; transform: rotate(23deg) scale(.9); }
.plant i:nth-child(3) { left: 15px; transform: rotate(-48deg) scale(.72); }
.plant i:nth-child(4) { left: 58px; transform: rotate(47deg) scale(.7); }

.cloud {
  position: absolute;
  width: 85px;
  height: 34px;
  border: 3px solid #d1c5ff;
  border-radius: 30px;
  opacity: .8;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  border: 3px solid #d1c5ff;
  background: #fbfaff;
  border-radius: 50%;
}

.cloud::before {
  width: 35px;
  height: 35px;
  left: 13px;
  bottom: 12px;
}

.cloud::after {
  width: 25px;
  height: 25px;
  right: 13px;
  bottom: 10px;
}

.cloud-a { left: 130px; top: 110px; }
.cloud-b { right: 120px; top: 125px; transform: scale(.8); }

h1 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 4vw, 55px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  font-weight: 800;
}

h1 span {
  color: var(--purple);
}

.subtitle {
  max-width: 700px;
  margin: 0 auto 25px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.payment-card {
  max-width: 900px;
  margin: 0 auto;
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px 34px;
  background: rgba(255,255,255,.76);
  border: 1.5px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(82, 40, 232, .08);
  backdrop-filter: blur(10px);
}

.payment-icon {
  position: relative;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0ebff;
}

.receipt {
  width: 39px;
  height: 50px;
  border: 3px solid var(--purple);
  border-radius: 4px;
  position: relative;
}

.receipt::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: 19px;
  height: 3px;
  background: var(--purple);
  box-shadow: 0 9px 0 var(--purple), 0 18px 0 var(--purple);
}

.rupee {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.payment-copy {
  flex: 1;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #7b71a9;
  margin-bottom: 4px;
}

.payment-copy h2,
.contact h3 {
  margin: 0;
  color: var(--purple);
  font-size: 23px;
}

.payment-copy p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.divider {
  width: 1px;
  height: 82px;
  background: #ddd7f3;
}

.contact {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact h3 {
  color: var(--ink);
  font-size: 18px;
}

.contact a {
  display: inline-block;
  margin-top: 5px;
  color: var(--purple);
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

.phone-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #6b31ee, #4920d4);
  color: #fff;
  font-size: 32px;
  transform: rotate(-25deg);
}

.closing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 21px auto 0;
  text-align: left;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.closing strong {
  color: var(--purple);
}

.heart {
  color: var(--purple);
  font-size: 46px;
  line-height: 1;
}

footer {
  position: relative;
  z-index: 3;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(90deg, #5428e8, #7037eb, #5428e8);
  clip-path: ellipse(75% 100% at 50% 100%);
}

.decor {
  position: absolute;
  border-radius: 50%;
  background: rgba(117, 82, 236, .07);
  z-index: 0;
}

.decor-one {
  width: 300px;
  height: 300px;
  left: -160px;
  top: -120px;
}

.decor-two {
  width: 330px;
  height: 330px;
  right: -170px;
  bottom: -140px;
}

.dots {
  position: absolute;
  width: 90px;
  height: 90px;
  opacity: .5;
  background-image: radial-gradient(#9b86f3 2px, transparent 2px);
  background-size: 18px 18px;
  z-index: 1;
}

.dots-left { left: 24px; top: 25px; }
.dots-right { right: 24px; top: 160px; }

@media (max-width: 900px) {
  .content {
    width: min(720px, calc(100% - 30px));
  }

  .illustration {
    transform: scale(.86);
    transform-origin: top center;
    height: 320px;
  }

  .payment-card {
    gap: 18px;
    padding: 22px;
  }

  .contact {
    flex-basis: 270px;
  }

  .contact a {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .content {
    padding-top: 18px;
  }

  .brand img {
    width: min(330px, 70vw);
  }

  .illustration {
    transform: scale(.67);
    height: 250px;
    margin-bottom: -20px;
  }

  h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .subtitle {
    font-size: 15px;
  }

  .payment-card {
    flex-direction: column;
    text-align: center;
  }

  .divider {
    width: 80%;
    height: 1px;
  }

  .contact {
    width: 100%;
    justify-content: center;
  }

  .closing {
    text-align: center;
    font-size: 13px;
  }

  .heart {
    display: none;
  }

  footer {
    clip-path: none;
  }
}

@media (max-width: 430px) {
  .content {
    width: calc(100% - 20px);
  }

  .brand img {
    width: 82vw;
  }

  .illustration {
    transform: scale(.53);
    height: 200px;
    margin-bottom: -10px;
  }

  h1 {
    font-size: 29px;
  }

  .subtitle {
    font-size: 14px;
  }

  .payment-card {
    border-radius: 18px;
    padding: 20px 16px;
  }

  .payment-copy h2 {
    font-size: 21px;
  }

  .contact {
    flex-direction: column;
  }

  .contact a {
    font-size: 20px;
  }
}
