@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@600;700;800;900&family=Changa:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --aqua: #55c7d4;
  --aqua-deep: #3aa9bf;
  --navy: #102743;
  --blue: #2f78b7;
  --blue-deep: #245b9a;
  --yellow: #fbc612;
  --green: #75b82a;
  --red: #ed1c2b;
  --paper: #f7f8f7;
  --ink: #10243a;
  --line: rgba(16, 39, 67, 0.16);
  --shell: min(1240px, calc(100% - 48px));
}

/* Decorative grid removed site-wide. */
.page-grid {
  display: none !important;
}

.network::before {
  background-image: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--aqua);
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

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

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

.section-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, #000, transparent 38%);
  pointer-events: none;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(92px);
  opacity: 0.28;
  pointer-events: none;
}

.ambient--one {
  top: -170px;
  right: -130px;
  background: #fff;
}

.ambient--two {
  bottom: -180px;
  left: -140px;
  background: #176fa4;
}

.alfayda-header {
  position: fixed;
  top: 18px;
  right: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  background: rgba(40, 154, 176, 0.62);
  box-shadow: 0 16px 44px rgba(15, 69, 88, 0.13);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.alfayda-header.is-scrolled {
  border-color: rgba(16, 39, 67, 0.12);
  background: rgba(85, 199, 212, 0.9);
  box-shadow: 0 18px 55px rgba(13, 59, 79, 0.2);
}

.makerz-brand {
  justify-self: end;
  padding: 7px 11px;
}

.makerz-brand img {
  width: 108px;
}

.header-collab {
  direction: ltr;
  color: rgba(16, 39, 67, 0.66);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-collab b {
  color: var(--yellow);
  font-size: 1rem;
}

.back-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.back-link:hover {
  background: #07192d;
  transform: translateY(-2px);
}

.back-link i {
  color: var(--yellow);
  font-style: normal;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(38px, 6vw, 92px);
  min-height: 100svh;
  padding: 132px 0 70px;
  align-items: center;
}

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

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: rgba(16, 39, 67, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kicker span {
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--yellow);
}

.hero-logo {
  width: 155px;
  margin-bottom: 26px;
  filter: drop-shadow(0 12px 15px rgba(5, 62, 81, 0.14));
}

.hero h1,
.section-heading h2,
.followers-title h2,
.contact h2 {
  margin: 0;
  color: var(--navy);
  font-family: Impact, "Arial Black", Tahoma, sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.hero h1 {
  font-size: clamp(4rem, 7.2vw, 7.4rem);
  line-height: 0.88;
}

.hero h1 em,
.section-heading h2 em,
.followers-title h2 em,
.contact h2 em {
  display: block;
  color: var(--yellow);
  font-style: normal;
  text-shadow: 0 6px 0 rgba(35, 94, 107, 0.13);
}

.hero-lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(16, 39, 67, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 700;
  line-height: 1.9;
}

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

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 21px 0 12px;
  border-radius: 15px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(16, 39, 67, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(16, 39, 67, 0.27);
}

.primary-button i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
  font-style: normal;
}

.primary-button i img {
  width: 21px;
  height: 21px;
}

.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(16, 39, 67, 0.3);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.text-link span {
  color: var(--yellow);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 42px 0 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 20px 45px rgba(5,69,91,.1);
  backdrop-filter: blur(12px);
}

.hero-proof div {
  position: relative;
  min-height: 96px;
  display: grid;
  place-content: center;
  padding: 16px 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 15px;
  background: linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.06));
  text-align: center;
}

.hero-proof div:last-child {
  border-left: 1px solid rgba(255,255,255,.3);
}

.hero-proof dt {
  position: relative;
  z-index: 1;
  color: var(--navy);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem,2.4vw,2.15rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
}

.hero-proof dd {
  position: relative;
  z-index: 1;
  margin: 4px 0 0;
  color: rgba(16,39,67,.68);
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.55;
}

.hero-visual {
  --pointer-x: 0px;
  --pointer-y: 0px;
  position: relative;
  min-height: min(760px, calc(100svh - 150px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 42px 42px 120px 42px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.35), transparent 28%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.17), rgba(42, 163, 187, 0.34));
  box-shadow: 0 42px 90px rgba(14, 84, 105, 0.2);
  transform: translate(var(--pointer-x), var(--pointer-y));
  transition: transform 180ms ease-out;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.38) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.38) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.network-badge {
  position: absolute;
  top: 0;
  left: 34px;
  z-index: 6;
  padding: 27px 17px 18px;
  border-radius: 0 0 36px 36px;
  background: #26346f;
  color: #fff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 0.92;
  text-align: left;
}

.presenter {
  position: absolute;
  right: 50%;
  bottom: 72px;
  z-index: 4;
  width: min(92%, 670px);
  max-height: 90%;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 28px 30px rgba(6, 54, 72, 0.28));
  transform: translateX(50%);
}

.presenter-ribbon {
  position: absolute;
  right: 50%;
  bottom: 34px;
  z-index: 8;
  display: grid;
  min-width: min(74%, 410px);
  padding: 17px 36px 19px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px 58px 18px 58px;
  background: var(--yellow);
  color: var(--navy);
  text-align: center;
  box-shadow: -14px 14px 0 #46801e, 0 18px 42px rgba(12, 66, 81, 0.26);
  transform: translateX(50%) rotate(-2deg);
}

.presenter-ribbon strong {
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1;
}

.presenter-ribbon span {
  margin-top: 3px;
  font-size: 0.74rem;
  font-weight: 900;
}

.chart {
  position: absolute;
  inset: 17% 8% auto;
  z-index: 1;
  display: flex;
  height: 160px;
  align-items: flex-end;
  gap: 12px;
  opacity: 0.2;
}

.chart::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 3px;
  background: var(--navy);
  clip-path: polygon(0 72%, 18% 40%, 32% 58%, 49% 18%, 68% 42%, 83% 8%, 100% 30%, 100% 48%, 83% 24%, 68% 59%, 49% 34%, 32% 74%, 18% 56%, 0 88%);
}

.chart i {
  flex: 1;
  height: calc(24px + var(--bar, 1) * 18px);
  border-radius: 6px 6px 0 0;
  background: var(--navy);
}

.chart i:nth-child(2) { --bar: 2; }
.chart i:nth-child(3) { --bar: 4; }
.chart i:nth-child(4) { --bar: 3; }
.chart i:nth-child(5) { --bar: 6; }
.chart i:nth-child(6) { --bar: 8; }

.data-stream {
  position: absolute;
  z-index: 1;
  color: rgba(16, 39, 67, 0.2);
  font-family: monospace;
  font-size: 0.68rem;
  white-space: nowrap;
}

.data-stream--one { top: 30%; right: 4%; transform: rotate(90deg); }
.data-stream--two { top: 18%; left: 5%; }

.coin,
.note {
  position: absolute;
  z-index: 7;
  display: grid;
  place-items: center;
  animation: float 4.8s ease-in-out infinite;
}

.coin {
  width: 54px;
  height: 54px;
  border: 4px solid #ffd94c;
  border-radius: 50%;
  background: var(--yellow);
  color: #c68900;
  font-family: Impact, sans-serif;
  font-size: 1.75rem;
  box-shadow: inset -7px -7px 0 rgba(177, 118, 0, 0.16), 0 12px 22px rgba(8, 75, 92, 0.18);
}

.coin--one { top: 21%; right: 6%; }
.coin--two { top: 48%; left: 5%; width: 38px; height: 38px; animation-delay: -1.3s; }

.note {
  width: 72px;
  height: 38px;
  border: 2px solid #4d8b24;
  border-radius: 7px;
  background: #77ba31;
  color: #24510d;
  font-size: 1.4rem;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.note--one { top: 11%; right: 18%; transform: rotate(13deg); animation-delay: -0.7s; }
.note--two { bottom: 20%; left: 5%; transform: rotate(-15deg); animation-delay: -2.2s; }

.hero-seal {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(16, 39, 67, 0.45);
  border-radius: 50%;
  color: var(--navy);
  font-size: 0.55rem;
  font-weight: 900;
  animation: spin 16s linear infinite;
}

.hero-seal b { font-size: 0.82rem; }

.story {
  display: grid;
  grid-template-columns: 0.72fr 1.05fr 0.58fr;
  gap: clamp(32px, 5vw, 72px);
  padding: 130px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

.section-heading h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.94;
}

.story-copy {
  display: grid;
  gap: 22px;
}

.story-copy p {
  margin: 0;
  color: rgba(16, 39, 67, 0.82);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 700;
  line-height: 1.95;
}

.story-copy strong {
  color: var(--navy);
  font-size: 1.12em;
}

.story-graphic {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.22), rgba(34, 128, 166, 0.3));
  box-shadow: 0 25px 54px rgba(14, 83, 101, 0.13);
}

.story-arrow {
  position: absolute;
  right: 24px;
  top: 20px;
  color: #6fae27;
  font-family: Impact, sans-serif;
  font-size: 10rem;
  transform: rotate(-7deg);
}

.story-calc {
  position: absolute;
  right: 50%;
  bottom: 52px;
  padding: 16px 22px;
  border: 9px solid #284a6f;
  border-radius: 12px;
  background: #a9c9ce;
  color: #244158;
  font-family: monospace;
  font-size: 1.2rem;
  transform: translateX(50%) rotate(-5deg);
}

.story-bars {
  position: absolute;
  right: 36px;
  bottom: 104px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.story-bars i {
  width: 24px;
  height: 40px;
  background: #4d8b24;
}

.story-bars i:nth-child(2) { height: 76px; }
.story-bars i:nth-child(3) { height: 108px; }
.story-bars i:nth-child(4) { height: 145px; }

.story-graphic > b {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--yellow);
  color: #b67800;
  animation: float 4s ease-in-out infinite;
}

.story-graphic > b:nth-of-type(1) { left: 24px; top: 54px; }
.story-graphic > b:nth-of-type(2) { left: 50px; top: 125px; animation-delay: -1.4s; }
.story-graphic > b:nth-of-type(3) { left: 18px; bottom: 48px; animation-delay: -2.1s; }

.followers {
  padding: 125px 0;
  border-top: 1px solid var(--line);
}

.followers-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 20px;
  align-items: center;
  margin-bottom: 54px;
}

.followers-title img {
  grid-row: 1 / 3;
  width: 116px;
}

.followers-title p {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.2rem;
}

.followers-title h2 {
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: 0.96;
}

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

.social-card {
  position: relative;
  min-height: 240px;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  padding: 26px 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 48px rgba(13, 80, 100, 0.1);
  transition: transform 220ms ease, background 220ms ease;
}

.social-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--social);
  filter: blur(45px);
  opacity: 0.22;
}

.social-card:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-7px) rotate(-1deg);
}

.social-mark {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--social);
  color: #fff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 2.45rem;
  box-shadow: 0 13px 24px rgba(12, 67, 88, 0.18);
}

.social-card strong,
.social-card small {
  position: relative;
  z-index: 2;
}

.social-card strong {
  color: var(--navy);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2.35rem;
}

.social-card small {
  margin-top: 4px;
  color: rgba(16, 39, 67, 0.6);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.social-card--facebook { --social: #5267c8; }
.social-card--youtube { --social: #ef1722; }
.social-card--tiktok { --social: #101115; }
.social-card--instagram { --social: linear-gradient(145deg, #5b24db, #e71a78 55%, #ffbb39); }
.social-card--telegram { --social: #42aee6; }

.packages {
  padding: 130px 0;
  border-top: 1px solid var(--line);
}

.section-heading--packages {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.5fr);
  gap: 18px 60px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading--packages .kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading--packages h2 {
  font-size: clamp(4rem, 8vw, 8rem);
}

.section-heading--packages h2 span {
  color: var(--yellow);
}

.section-heading--packages > p:last-child {
  margin: 0 0 10px;
  color: rgba(16, 39, 67, 0.68);
  font-weight: 700;
  line-height: 1.8;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 30px);
  align-items: stretch;
}

.package-card {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 94px 38px 38px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 38px;
  background: linear-gradient(180deg, #2c65a6 0 24%, #377fb8 24% 100%);
  color: #fff;
  box-shadow: 0 26px 58px rgba(25, 89, 133, 0.26);
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 160ms ease-out, box-shadow 220ms ease;
}

.package-card::before {
  content: "";
  position: absolute;
  top: 24%;
  right: 50%;
  width: 110px;
  height: 36px;
  background: #2c65a6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(50%);
}

.package-card:hover {
  box-shadow: 0 36px 78px rgba(17, 75, 118, 0.34);
}

.package-card--featured {
  background: linear-gradient(180deg, #255995 0 24%, #2f76b1 24% 100%);
  transform: perspective(1000px) translateY(-18px) rotateX(var(--rx)) rotateY(var(--ry));
}

.package-card__top {
  position: absolute;
  top: 18px;
  right: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 54px;
  padding-left: 18px;
  border-radius: 17px 30px 30px 17px;
  background: rgba(29, 78, 145, 0.8);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.9rem;
  direction: ltr;
}

.package-card__top img {
  width: 67px;
  height: 67px;
  padding: 9px;
  border-radius: 12px 4px 18px 4px;
  background: #fff;
  object-fit: contain;
}

.package-card h3 {
  position: relative;
  z-index: 2;
  min-height: 92px;
  display: grid;
  place-items: center;
  margin: 0 0 34px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  line-height: 0.92;
  text-align: center;
  direction: ltr;
}

.package-card h3 small {
  font-size: 0.62em;
}

.package-card > p {
  position: relative;
  z-index: 2;
  min-height: 76px;
  margin: 0 0 22px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}

.package-card ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.package-card li {
  padding: 10px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 0.96rem;
}

.package-index {
  position: absolute;
  left: 20px;
  bottom: 13px;
  color: rgba(255, 255, 255, 0.13);
  font-family: Impact, sans-serif;
  font-size: 5.5rem;
}

.package-badge {
  position: absolute;
  top: 91px;
  left: 22px;
  z-index: 4;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.discount {
  padding: 44px 0 130px;
}

.discount-card {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr 130px;
  gap: 32px;
  align-items: center;
  padding: clamp(30px, 5vw, 64px);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: 16px 16px 0 #26577e, 0 34px 72px rgba(14, 74, 96, 0.2);
  transform: rotate(-0.7deg);
}

.discount-card > img {
  width: 150px;
}

.discount-card p {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  font-weight: 800;
  line-height: 1.95;
}

.discount-card p + p {
  margin-top: 20px;
}

.discount-card strong {
  color: #e02731;
  font-size: 1.2em;
}

.discount-stamp {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 2px dashed var(--navy);
  border-radius: 50%;
  color: var(--navy);
  font-family: Impact, sans-serif;
  font-size: 0.85rem;
  text-align: center;
  animation: spin 18s linear infinite;
}

.discount-stamp b {
  font-size: 2.2rem;
}

.contact {
  display: grid;
  place-items: center;
  padding: 120px 24px 150px;
  text-align: center;
}

.contact .kicker {
  justify-content: center;
}

.contact h2 {
  font-size: clamp(4.2rem, 9vw, 9.8rem);
  line-height: 0.92;
  direction: ltr;
}

.contact > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
  padding: 15px 21px;
  border: 1px solid rgba(16, 39, 67, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: clamp(0.9rem, 1.5vw, 1.15rem);
  font-weight: 900;
  direction: ltr;
  transition: background 180ms ease, transform 180ms ease;
}

.contact > a:hover {
  background: var(--yellow);
  transform: translateY(-3px);
}

.contact > img {
  width: 260px;
  margin-top: 70px;
  filter: drop-shadow(0 16px 20px rgba(9, 66, 84, 0.16));
}

footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px max(24px, calc((100% - 1240px) / 2));
  border-top: 1px solid var(--line);
  color: rgba(16, 39, 67, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  direction: ltr;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -15px; }
}

@keyframes spin {
  to { rotate: 360deg; }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr 0.9fr;
    gap: 28px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .story {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .story-graphic {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .followers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .package-grid {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .package-card,
  .package-card--featured {
    min-height: 590px;
    transform: none;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .alfayda-header {
    top: 9px;
    grid-template-columns: 1fr auto;
    width: calc(100% - 18px);
    min-height: 58px;
    border-radius: 16px;
  }

  .header-collab {
    display: none;
  }

  .makerz-brand {
    justify-self: end;
  }

  .makerz-brand img {
    width: 92px;
  }

  .back-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.62rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 112px 0 70px;
  }

  .hero-logo {
    width: 124px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 18vw, 5.8rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-proof {
    margin-top: 34px;
  }

  .hero-proof div {
    padding: 14px 7px;
  }

  .hero-proof dt {
    font-size: 1.3rem;
  }

  .hero-visual {
    min-height: 660px;
    border-radius: 28px 28px 70px 28px;
  }

  .network-badge {
    left: 18px;
    padding: 22px 13px 15px;
    font-size: 0.68rem;
  }

  .presenter {
    width: 112%;
  }

  .presenter-ribbon {
    min-width: 82%;
    padding-inline: 22px;
  }

  .hero-seal {
    display: none;
  }

  .story {
    grid-template-columns: 1fr;
    padding: 90px 0;
  }

  .story-graphic {
    grid-column: auto;
  }

  .followers {
    padding: 90px 0;
  }

  .followers-title {
    display: block;
  }

  .followers-title img {
    width: 104px;
    margin-bottom: 12px;
  }

  .followers-title h2 {
    margin-top: 8px;
  }

  .followers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-card {
    min-height: 210px;
  }

  .social-card:last-child {
    grid-column: 1 / -1;
  }

  .packages {
    padding: 90px 0;
  }

  .section-heading--packages {
    display: block;
  }

  .section-heading--packages h2 {
    margin: 12px 0 20px;
    font-size: clamp(4.4rem, 21vw, 7rem);
  }

  .package-card {
    min-height: 610px;
    padding-inline: 25px;
    border-radius: 30px;
  }

  .discount {
    padding-bottom: 100px;
  }

  .discount-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 25px;
    box-shadow: 9px 10px 0 #26577e;
  }

  .discount-card > img {
    width: 118px;
  }

  .discount-stamp {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 82px;
    height: 82px;
  }

  .discount-stamp b {
    font-size: 1.5rem;
  }

  .contact {
    padding: 90px 4px 110px;
  }

  .contact h2 {
    font-size: clamp(3.8rem, 18vw, 6.7rem);
  }

  .contact > a {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 0.8rem;
  }

  .contact > img {
    width: 210px;
  }

  footer {
    flex-direction: column;
    align-items: center;
    padding: 20px 14px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 2026 visual refresh — Alfayda's editorial identity, rebuilt for the web. */
body {
  background:
    radial-gradient(circle at 8% 9%, rgba(255,255,255,.24), transparent 18rem),
    linear-gradient(180deg, #42bfd0 0%, #36b4ca 52%, #2aa8c0 100%);
  font-family: "Changa", Tahoma, Arial, sans-serif;
}

.ambient--one { background: #fff8b6; opacity: .24; }
.ambient--two { background: #083e67; opacity: .2; }

.hero {
  grid-template-columns: minmax(0,.78fr) minmax(470px,1.22fr);
  gap: clamp(42px,6vw,90px);
}

.hero h1,
.section-heading h2,
.followers-title h2,
.contact h2 {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  letter-spacing: -.055em;
}

.hero h1 {
  font-size: clamp(4.2rem,7.5vw,7.8rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hero h1 em,
.section-heading h2 em,
.followers-title h2 em,
.contact h2 em {
  color: #ffd11a;
  text-shadow: none;
}

.hero-visual {
  min-height: min(760px,calc(100svh - 145px));
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 34px 34px 110px 34px;
  background:
    linear-gradient(115deg, transparent 0 49.6%, rgba(255,255,255,.19) 50%, transparent 50.4%) 0 0/82px 82px,
    radial-gradient(circle at 76% 16%, rgba(255,209,26,.24), transparent 21%),
    linear-gradient(155deg, rgba(255,255,255,.2), rgba(12,94,133,.22));
  box-shadow: 0 40px 90px rgba(3,65,91,.22), inset 0 1px rgba(255,255,255,.4);
}

.hero-visual::after {
  position: absolute;
  right: 7%;
  bottom: 8%;
  z-index: 2;
  width: 72%;
  height: 22%;
  border-radius: 50%;
  background: rgba(6,57,84,.21);
  filter: blur(24px);
  content: "";
}

.presenter { z-index: 4; width: min(92%,700px); }
.presenter-ribbon {
  z-index: 9;
  border: 0;
  border-radius: 12px 56px 12px 56px;
  background: #ffd11a;
  box-shadow: -13px 13px 0 #2f6d42, 0 18px 42px rgba(12,66,81,.28);
}
.presenter-ribbon strong { font-size: clamp(1.7rem,3vw,2.55rem); }

.network-badge {
  padding: 26px 17px 20px;
  border-radius: 0 0 30px 30px;
  background: #142b61;
  font-family: "Space Grotesk", sans-serif;
}

.coin {
  border-color: #ffe66c;
  background: #ffd11a;
  font-family: "Space Grotesk", sans-serif;
}

.story {
  grid-template-columns: .72fr 1.1fr .62fr;
  padding-block: 150px;
}
.story-copy {
  padding: clamp(24px,4vw,48px);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 30px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 24px 55px rgba(5,69,91,.1);
}
.story-copy p { font-weight: 600; }
.story-copy p,
.package-card > p,
.discount-card p,
.hero-lead {
  letter-spacing: 0;
  line-height: 2;
}
.story-graphic {
  border-radius: 180px 180px 28px 28px;
  background: linear-gradient(165deg,rgba(255,209,26,.32),rgba(12,96,139,.25));
}

.followers-title p,
.package-card h3,
.package-card__top,
.package-index {
  font-family: "Space Grotesk", sans-serif;
}

.followers-title h2,
.section-heading h2 {
  line-height: 1.12;
  letter-spacing: -.025em;
}

.followers-grid { gap: 18px; }
.social-card {
  min-height: 255px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 26px;
  background: rgba(255,255,255,.19);
  box-shadow: 0 18px 38px rgba(4,67,92,.11);
}
.social-card:nth-child(even) { transform: translateY(24px); }
.social-card:nth-child(even):hover { transform: translateY(17px) rotate(1deg); }
.social-mark { width: 70px; height: 70px; padding: 18px; }
.social-mark svg { width: 100%; height: 100%; fill: #fff; }
.social-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.25rem;
  letter-spacing: -.05em;
}

.section-heading--packages h2 {
  direction: ltr;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -.075em;
}
.section-heading--packages h2 span {
  display: inline-block;
  margin-left: .08em;
}

.package-grid { gap: 22px; }
.package-card,
.package-card--featured {
  min-height: 620px;
  padding: 104px 34px 38px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 14%, rgba(86,189,255,.26), transparent 24%),
    linear-gradient(160deg,#176fac,#0d578c);
  box-shadow: 0 25px 0 rgba(8,75,112,.28),0 35px 68px rgba(4,66,96,.25);
}
.package-card::before {
  top: 84px;
  width: 70%;
  height: 1px;
  clip-path: none;
  background: rgba(255,255,255,.18);
}
.package-card--featured {
  background:
    radial-gradient(circle at 50% 14%,rgba(255,209,26,.22),transparent 25%),
    linear-gradient(160deg,#145f9d,#083f70);
}
.package-card__top {
  top: 20px;
  height: 55px;
  padding-left: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(5,62,112,.62);
  backdrop-filter: blur(12px);
}
.package-card__top img {
  width: 65px;
  height: 65px;
  border-radius: 10px 4px 16px 4px;
}
.package-card h3 {
  min-height: 108px;
  font-size: clamp(2.2rem,3.1vw,3.15rem);
  letter-spacing: -.055em;
}
.package-card > p { font-weight: 700; }
.package-card ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
}
.package-card li {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}
.package-badge {
  top: 92px;
  background: #ffd11a;
  font-family: "Space Grotesk", sans-serif;
}

.discount-card {
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 28px;
  background: linear-gradient(145deg,#fff,#eefafa);
  box-shadow: 14px 14px 0 #124e78,0 34px 72px rgba(14,74,96,.2);
}

.contact {
  min-height: 78vh;
  overflow: hidden;
}
.contact::before {
  position: absolute;
  z-index: -1;
  width: min(760px,90vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255,255,255,.035),0 0 0 180px rgba(255,255,255,.025);
  content: "";
}
.contact h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -.07em;
}

@media (max-width:1040px) {
  .hero { grid-template-columns: 1fr .95fr; }
  .story { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width:760px) {
  .hero { grid-template-columns: 1fr; }
  .hero h1 {
    max-width: 100%;
    font-family: "Cairo", Tahoma, sans-serif;
    font-size: clamp(3rem,13.8vw,4.7rem);
    font-weight: 900;
    line-height: 1.24;
    letter-spacing: 0;
  }
  .hero h1 em {
    margin-top: .12em;
    padding-bottom: .08em;
    line-height: 1.2;
  }
  .hero-lead {
    margin-top: 24px;
    font-size: .96rem;
    line-height: 1.9;
  }
  .hero-proof {
    gap: 6px;
    padding: 6px;
    border-radius: 17px;
  }
  .hero-proof div {
    min-height: 86px;
    padding: 13px 5px;
    border-radius: 12px;
  }
  .hero-proof dt { font-size: 1.4rem; }
  .hero-proof dd {
    font-size: .61rem;
    line-height: 1.45;
  }
  .hero-visual { min-height: 625px; }
  .story { grid-template-columns:1fr; padding-block:95px; }
  .story-copy { padding:24px 20px; }
  .followers-grid {
    display:flex;
    gap:14px;
    width:100%;
    max-width:100%;
    margin-inline:0;
    padding:0 0 24px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .followers-grid::-webkit-scrollbar {
    display:none;
  }
  .social-card,
  .social-card:nth-child(even) {
    flex:0 0 72vw;
    min-height:230px;
    transform:none;
    scroll-snap-align:center;
  }
  .social-card:last-child { grid-column:auto; }
  .package-card,
  .package-card--featured {
    min-height:590px;
    padding-inline:22px;
    box-shadow:0 16px 0 rgba(8,75,112,.28),0 28px 52px rgba(4,66,96,.22);
  }
  .package-card ul { gap:7px; }
  .section-heading--packages h2 { font-size:clamp(3.7rem,18vw,6rem); }
  .section-heading h2,
  .followers-title h2 {
    line-height: 1.15;
    letter-spacing: -.015em;
  }
  .package-card h3 { line-height: 1.08; }
  .package-card > p,
  .discount-card p,
  .story-copy p { line-height: 1.9; }
}
