*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  touch-action: manipulation;
  overscroll-behavior: none;
}

html.modal-open,
html.modal-open body {
  overflow: hidden;
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #ffffff;
  background: #0d0d0d;
  overflow-x: clip;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px);
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  background: #fff;
  border: 1px solid transparent;
  will-change: transform;
  transition: width 0.25s ease, height 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease, border-color 0.25s ease;
  mix-blend-mode: difference;
}

.custom-cursor.hovering {
  width: 44px;
  height: 44px;
  background: rgba(160, 140, 255, 0.85);
  box-shadow: 0 0 20px rgba(108, 92, 231, 0.5), 0 0 40px rgba(108, 92, 231, 0.25);
  mix-blend-mode: difference;
}

.gradient-orb {
  display: none;
}

.gradient-orb--1,
.gradient-orb--2,
.gradient-orb--3 {
  display: none;
}

.hero__glow,
.section__glow {
  display: none;
}

.hero__glow--pink,
.section__glow--pink {
  display: none;
}

.section__glow--blue {
  display: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.topnav {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15000;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 6px 6px;
  border-radius: 50px;
  background: rgba(15, 15, 18, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateX(-50%) translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease;
}

.topnav.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.topnav__link {
  position: relative;
  z-index: 2;
  padding: 8px 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 50px;
  transition: color 0.35s ease;
  white-space: nowrap;
}

.topnav__link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.topnav__link--active {
  color: #fff;
}

.topnav__indicator {
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 12px);
  border-radius: 50px;
  background: rgba(108, 92, 231, 0.3);
  border: 1px solid rgba(108, 92, 231, 0.25);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}

section {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px clamp(24px, 5vw, 80px);
}

.hero__name {
  margin-top: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: clamp(3.5rem, 10vw, 7rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 220px;   
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}

.hero__ribbons {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -50vw;
  right: -50vw;
  pointer-events: none;
  z-index: -1;
}

.hero__ribbons .ribbon {
  width: 100%;
  height: 100%;
}

.hero__tagline {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  letter-spacing: 0.02em;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.hero__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 300;
  transition: opacity 0.3s;
}

.hero__link:hover {
  opacity: 0.7;
}

.hero__link-icon {
  display: flex;
  align-items: center;
}

.about {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
}

.section-title {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: clamp(3.5rem, 12vw, 7rem);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.about__text {
  font-weight: 300;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  line-height: 1.7;
  max-width: 720px;
  margin-bottom: 32px;
  opacity: 0.92;
}

.about__text strong {
  font-weight: 800;
  color: #fff;
}

.about__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 56px;
  margin-bottom: 48px;
}

.about__stat {
  flex: 1 1 140px;
  padding: 32px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about__stat:hover {
  transform: translateY(-6px);
  border-color: rgba(162, 155, 254, 0.3);
  box-shadow: 0 8px 32px rgba(108, 92, 231, 0.15);
}

.about__stat-number {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  color: #e2e0f0;
  line-height: 1.1;
}

.about__stat-plus {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #e2e0f0;
}

.about__stat-label {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 0.9rem;
  opacity: 0.6;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

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

.about__skill {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  border: 1px solid rgba(162, 155, 254, 0.2);
  background: rgba(162, 155, 254, 0.06);
  color: rgba(255, 255, 255, 0.75);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.about__skill:hover {
  background: rgba(162, 155, 254, 0.15);
  border-color: rgba(162, 155, 254, 0.4);
  color: #fff;
}

.why {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
}

.why__title-img {
  margin-bottom: 70px;
}

.why__title-asset {
  max-width: clamp(280px, 50vw, 600px);
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4)) brightness(1.2);
}

.why__cards {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  width: 100%;
}

.why__card-img {
  width: 100%;
  max-width: 520px;
  transition: transform 0.5s ease;
}

.why__card-img img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 32px rgba(108, 92, 231, 0.3));
  transition: transform 0.5s ease, filter 0.5s ease;
}

.why__card-img:hover img {
  transform: perspective(800px) rotateY(0deg) rotateX(0deg) scale(1.05);
  filter: drop-shadow(0 12px 48px rgba(108, 92, 231, 0.5));
}

.why__card {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 36px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #6c5ce7 0%, #7e6cf0 50%, #8b7cf8 100%);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  line-height: 1.5;
  color: #ffffffee;
  box-shadow:
    0 8px 32px rgba(108, 92, 231, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: perspective(800px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.why__card:nth-child(2) {
  transform: perspective(800px) rotateY(2deg) rotateX(-1deg);
}

.why__card:nth-child(3) {
  transform: perspective(800px) rotateY(-6deg) rotateX(3deg);
}

.why__card:hover {
  transform: perspective(800px) rotateY(0deg) rotateX(0deg) scale(1.03);
  box-shadow:
    0 12px 48px rgba(108, 92, 231, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.contact {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
}

.contact__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__label {
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact__input,
.contact__textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.contact__input:focus,
.contact__textarea:focus {
  border-color: rgba(108, 92, 231, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.contact__input.contact__input--error,
.contact__textarea.contact__textarea--error {
  border-color: rgba(255, 80, 80, 0.6);
}

.contact__textarea {
  resize: vertical;
  min-height: 140px;
  max-height: 290px;
}

.contact__char-counter {
  font-size: 0.75rem;
  font-weight: 300;
  opacity: 0.4;
  text-align: right;
  display: block;
  margin-top: -4px;
  transition: color 0.3s, opacity 0.3s;
}

.contact__char-counter--warn {
  color: #ff5050;
  opacity: 0.8;
}

.contact__submit {
  align-self: flex-start;
  padding: 14px 40px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact__submit:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.contact__submit:active {
  transform: translateY(0);
}

.contact__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.contact__spinner {
  animation: contactSpin 0.8s linear infinite;
}

@keyframes contactSpin {
  to { transform: rotate(360deg); }
}

.contact__status {
  font-size: 0.9rem;
  font-weight: 400;
  min-height: 1.4em;
}

.contact__status--success {
  color: #00d4aa;
}

.contact__status--error {
  color: #ff5050;
}

.contact__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__item {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 300;
}

.contact__item.fade-in {
  transform: translateY(24px);
  transition: opacity 0.5s linear, transform 0.5s linear;
}

.contact__item a {
  transition: opacity 0.3s;
}

.contact__item a:hover {
  opacity: 0.7;
}

.contact__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 48px 24px;
  font-size: 0.85rem;
  font-weight: 300;
  opacity: 0.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.projects {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
}

.projects__marquee-wrap {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.projects__marquee {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 50px 0;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.projects__marquee.dragging {
  cursor: grabbing;
}

.projects__track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

.projects__marquee--mobile {
  display: none;
}

@keyframes marqueeLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marqueeRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.projects__card {
  flex-shrink: 0;
  width: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.projects__card:hover,
.projects__card.card-hovered {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 40px rgba(108, 92, 231, 0.35);
  border-color: rgba(108, 92, 231, 0.4);
}

.projects__card[data-project="0"]:hover,
.projects__card[data-project="0"].card-hovered {
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.35);
}

.projects__card[data-project="1"]:hover,
.projects__card[data-project="1"].card-hovered {
  box-shadow: 0 12px 40px rgba(255, 118, 20, 0.35);
  border-color: rgba(255, 118, 20, 0.4);
}

.projects__card[data-project="2"]:hover,
.projects__card[data-project="2"].card-hovered {
  box-shadow: 0 12px 40px rgba(177, 159, 133, 0.35);
  border-color: rgba(177, 159, 133, 0.4);
}

.projects__card[data-project="3"]:hover,
.projects__card[data-project="3"].card-hovered {
  box-shadow: 0 12px 40px rgba(0, 103, 55, 0.4);
  border-color: rgba(0, 103, 55, 0.5);
}

.projects__card[data-project="4"]:hover,
.projects__card[data-project="4"].card-hovered {
  box-shadow: 0 12px 40px rgba(255, 127, 0, 0.35);
  border-color: rgba(255, 127, 0, 0.4);
}

.projects__card[data-project="5"]:hover,
.projects__card[data-project="5"].card-hovered {
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.35);
}

.projects__card-img {
  width: 100%;
  height: 180px;
  padding: 24px;
  background-origin: content-box !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}

.projects__card-name {
  padding: 16px 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.4s, opacity 0s 0.4s;
}

.project-modal.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0s 0s;
}

.project-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s ease, background 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease;
}

.project-modal.active .project-modal__overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.project-modal__content {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 85vh;
  overflow-y: auto;
  background: #111114;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(108, 92, 231, 0.15);
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.project-modal.active .project-modal__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.project-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.3s, transform 0.3s;
}

.project-modal__close:hover {
  background: rgba(108, 92, 231, 0.5);
  transform: rotate(90deg);
}

.project-modal__banner {
  width: 100%;
  height: 220px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}

.project-modal__body {
  padding: 32px 36px 40px;
}

.project-modal__name {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.project-modal__desc {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 28px;
}

.project-modal__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.project-modal__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108, 92, 231, 0.4);
}

.offer {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
}

.offer__pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 80px;
}

.offer__card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 28px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.offer__card.fade-in {
  transform: translateY(100px);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.offer__card.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 1.6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
}

.offer__card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 40px rgba(108, 92, 231, 0.25);
  border-color: rgba(108, 92, 231, 0.3);
}

.offer__card--featured {
  position: relative;
  border-color: rgba(108, 92, 231, 0.25);
  background: rgba(108, 92, 231, 0.06);
}

.offer__card-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #6c5ce7;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 18px;
  border-radius: 100px;
  white-space: nowrap;
}

.offer__card-header {
  text-align: center;
  margin-bottom: 24px;
}

.offer__card-icon {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.offer__card-name {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.offer__card-desc {
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.offer__card-pricing {
  text-align: center;
  margin-bottom: 24px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer__price-main {
  margin-bottom: 4px;
}

.offer__price-amount {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}

.offer__price-label {
  display: block;
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.offer__price-upkeep {
  margin-top: 4px;
}

.offer__upkeep-amount {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  transition: opacity 0.3s ease;
}

.offer__upkeep-period {
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.offer__billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.offer__billing-label {
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.3s ease;
  cursor: pointer;
}

.offer__billing-label--active {
  color: rgba(255, 255, 255, 0.9);
}

.offer__toggle-pill {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid rgba(108, 92, 231, 0.3);
  background: rgba(108, 92, 231, 0.15);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.offer__toggle-pill:hover {
  border-color: rgba(108, 92, 231, 0.5);
}

.offer__toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #a29bfe;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.offer__toggle-pill--yearly .offer__toggle-thumb {
  left: 23px;
}

.offer__savings-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #6c5ce7;
  background: rgba(108, 92, 231, 0.15);
  border: 1px solid rgba(108, 92, 231, 0.25);
  border-radius: 100px;
  padding: 3px 10px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.offer__savings-badge--hidden {
  opacity: 0;
  pointer-events: none;
}

.offer__card-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 24px;
  text-decoration: none;
}

.offer__card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108, 92, 231, 0.4);
}

.offer__card-divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.offer__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 0;
  margin: 0;
}

.offer__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.offer__feature--excluded {
  opacity: 0.35;
}

.offer__feature-x {
  flex-shrink: 0;
}

.offer__feature-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #a29bfe;
}

.about::before,
.why::before,
.projects::before,
.offer::before,
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108, 92, 231, 0.3), rgba(139, 92, 246, 0.3), transparent);
}

@media (max-width: 600px) {
  .hero {
    padding: 40px 20px;
  }

  .why__card {
    max-width: 100%;
    padding: 24px 24px;
  }

  .why__card-img {
    max-width: 100%;
  }

  .section-title {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }

  .about__stats {
    gap: 16px;
  }

  .about__stat {
    flex: 1 1 calc(50% - 16px);
    padding: 24px 16px;
  }

  .custom-cursor,
  .cursor-trail-dot,
  .trail {
    display: none !important;
  }

  body {
    cursor: auto;
  }

  a {
    cursor: pointer;
  }

  .topnav__link {
    padding: 8px 12px;
    font-size: 0.78rem;
    cursor: pointer;
  }

  .projects__card {
    width: 260px;
    cursor: pointer;
  }

  .projects__card-img {
    height: 140px;
  }

  .projects__marquee--mobile {
    display: block;
  }

  .projects__marquee--left .projects__card[data-project="3"],
  .projects__marquee--left .projects__card[data-project="4"],
  .projects__marquee--left .projects__card[data-project="5"] {
    display: none;
  }

  .projects__marquee {
    padding: 16px 0;
  }

  .project-modal__close {
    cursor: pointer;
  }

  .project-modal__link {
    cursor: pointer;
  }

  .project-modal__banner {
    height: 160px;
  }

  .project-modal__body {
    padding: 24px 24px 32px;
  }

  .contact__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact__submit {
    width: 100%;
    justify-content: center;
    cursor: pointer;
  }

  .offer__pricing {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .offer__card-cta {
    cursor: pointer;
  }

  .offer__toggle-pill {
    cursor: pointer;
  }

}

@media (min-width: 601px) and (max-width: 900px) {
  .offer__pricing {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .hero__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }

  .why__cards {
    flex-direction: column;
    gap: 56px;
  }

  .why__card:nth-child(1) { align-self: flex-start; }
  .why__card:nth-child(2) { align-self: center; }
  .why__card:nth-child(3) { align-self: flex-end; }

  .why__card-img:nth-child(1) { align-self: flex-start; }
  .why__card-img:nth-child(2) { align-self: center; }
  .why__card-img:nth-child(3) { align-self: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  .gradient-orb {
    animation: none !important;
  }

  .fade-in {
    transition: none;
    opacity: 1;
    transform: none;
  }

}
