            :root {
              --paffy-violet: #7E57C2;
              --paffy-violet-dark: #5E3EA1;
              --paffy-violet-soft: #EDE7F6;
              --paffy-lavender: #B39DDB;
              --paffy-pink: #FFF7FB;
              --paffy-blue: #F4FBFF;
              --paffy-bg: #FAF7FF;
        
              --paffy-accent-start: #B39DDB;
              --paffy-accent-end: #7E57C2;
              --paffy-accent-stroke: rgba(126, 87, 194, .52);
        
              --paffy-surface: rgba(255, 255, 255, .62);
              --paffy-surface-strong: rgba(255, 255, 255, .82);
              --paffy-border: rgba(255, 255, 255, .48);
        
              --paffy-text: #1F1F28;
              --paffy-muted: rgba(31, 31, 40, .68);
              --paffy-muted-2: rgba(31, 31, 40, .54);
        
              --paffy-danger: #D94B5F;
              --paffy-green: #52B788;
        
              --shadow-soft: 0 18px 48px rgba(36, 24, 70, .12);
              --shadow-tile: 0 10px 24px rgba(36, 24, 70, .14);
        
              --radius-xl: 32px;
              --radius-lg: 24px;
              --radius-md: 18px;
        
              --max: 1160px;
            }
        
            * {
              box-sizing: border-box;
              -webkit-tap-highlight-color: transparent;
            }
        
            html {
              min-height: 100%;
              scroll-behavior: smooth;
              background: var(--paffy-bg);
            }
        
            body {
              margin: 0;
              min-height: 100vh;
              font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
              color: var(--paffy-text);
              background:
                radial-gradient(circle at 12% 4%, rgba(255,255,255,.85), transparent 28%),
                radial-gradient(circle at 82% 12%, rgba(179,157,219,.38), transparent 32%),
                radial-gradient(circle at 16% 72%, rgba(255,247,251,.94), transparent 34%),
                radial-gradient(circle at 92% 84%, rgba(244,251,255,.95), transparent 32%),
                linear-gradient(135deg, #F8F4FF 0%, #FFF7FB 45%, #F4FBFF 100%);
              line-height: 1.55;
              overflow-x: hidden;
            }
        
            body::before {
              content: "";
              position: fixed;
              inset: 0;
              z-index: -2;
              pointer-events: none;
              opacity: .18;
              background-image:
                radial-gradient(circle, rgba(126,87,194,.18) 1px, transparent 1.2px);
              background-size: 28px 28px;
              mask-image: linear-gradient(to bottom, #000, transparent 82%);
            }
        
            body::after {
              content: "";
              position: fixed;
              inset: auto -120px -180px auto;
              z-index: -1;
              width: 420px;
              height: 420px;
              border-radius: 999px;
              background: radial-gradient(circle, rgba(126,87,194,.18), transparent 68%);
              pointer-events: none;
            }
        
            a {
              color: inherit;
              text-decoration-thickness: 1px;
              text-underline-offset: 3px;
            }
        
            p {
              margin: 0;
              color: var(--paffy-muted);
              font-size: 16px;
            }
        
            h1,
            h2,
            h3 {
              margin: 0;
              color: var(--paffy-text);
              letter-spacing: -.045em;
              line-height: 1.06;
            }
        
            h1 {
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 650;
}

h2 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 650;
}
        
            h3 {
              font-size: 18px;
              font-weight: 650;
            }
        
            .page {
              min-height: 100vh;
              padding: 22px;
            }
        
            .shell {
              width: 100%;
              max-width: var(--max);
              margin: 0 auto;
            }
        
            .topbar {
              position: sticky;
              top: 14px;
              z-index: 50;
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 14px;
              padding: 12px 14px;
              border: 1px solid var(--paffy-border);
              border-radius: 999px;
              background: rgba(255, 255, 255, .54);
              box-shadow: 0 12px 34px rgba(36, 24, 70, .08);
              backdrop-filter: blur(22px);
              -webkit-backdrop-filter: blur(22px);
            }
        
            .brand {
              display: inline-flex;
              align-items: center;
              gap: 10px;
              min-width: 0;
              color: var(--paffy-text);
              text-decoration: none;
              font-weight: 700;
            }
        
            .brand-mark {
              position: relative;
              flex: 0 0 auto;
              width: 42px;
              height: 42px;
              border-radius: 16px;
              background:
                radial-gradient(circle at 35% 32%, rgba(255,255,255,.9) 0 14%, transparent 15%),
                linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
              box-shadow:
                0 10px 24px rgba(126,87,194,.24),
                inset 0 1px 0 rgba(255,255,255,.38);
              border: 1px solid rgba(255,255,255,.38);
            }
        
            .brand-mark::before,
            .brand-mark::after {
              content: "";
              position: absolute;
              top: 16px;
              width: 4px;
              height: 4px;
              border-radius: 999px;
              background: rgba(31,31,40,.82);
            }
        
            .brand-mark::before {
              left: 14px;
            }
        
            .brand-mark::after {
              right: 14px;
            }
        
            .brand-name {
              font-size: 19px;
              letter-spacing: -.04em;
              white-space: nowrap;
            }
            
            .brand-avatar {
          display: grid;
          place-items: center;
          flex: 0 0 auto;
          width: 60px;
          height: 60px;
          overflow: visible;
          background: transparent;
          border: 0;
          box-shadow: none;
        
        }
        
        .brand-avatar img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
          filter: drop-shadow(0 10px 16px rgba(36, 24, 70, .18));
        }
        
        .brand-copy {
          display: grid;
          gap: 1px;
          min-width: 0;
        }
        
        .brand-subtitle {
          color: rgba(31,31,40,.68);
          font-size: 11px;
          line-height: 1.1;
          font-weight: 600;
          letter-spacing: 0;
          white-space: nowrap;
        }
        
        .brand-slogan {
          color: rgba(31,31,40,.52);
          font-size: 11px;
          line-height: 1.1;
          font-style: italic;
          font-weight: 620;
          letter-spacing: 0;
          white-space: nowrap;
        }
        
            .nav {
              display: flex;
              align-items: center;
              justify-content: flex-end;
              flex-wrap: wrap;
              gap: 6px;
            }
        
            .nav a {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              min-height: 36px;
              padding: 8px 12px;
              border-radius: 999px;
              color: rgba(31,31,40,.7);
              text-decoration: none;
              font-size: 14px;
              font-weight: 600;
              transition: background .16s ease, color .16s ease, transform .16s ease;
            }
        
            .nav a:hover {
          color: var(--paffy-text);
         background: rgba(126,87,194,.16);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.36);
          transform: translateY(-1px);
        }
        
        
        .menu-toggle {
          display: none;
          position: relative;
          place-items: center;
          flex: 0 0 auto;
          width: 40px;
          height: 40px;
          padding: 0;
          border: 1px solid rgba(126,87,194,.20);
          border-radius: 15px;
          background:
            linear-gradient(135deg, rgba(179,157,219,.28), rgba(126,87,194,.22));
          box-shadow:
            0 8px 20px rgba(36, 24, 70, .08),
            inset 0 1px 0 rgba(255,255,255,.34);
          cursor: pointer;
        }
        
       .menu-toggle span {
      position: absolute;
      left: 50%;
      display: block;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: rgba(31,31,40,.78);
      transform: translateX(-50%) rotate(0deg);
      transition:
        top .28s cubic-bezier(.22, 1, .36, 1),
        left .28s cubic-bezier(.22, 1, .36, 1),
        width .28s cubic-bezier(.22, 1, .36, 1),
        transform .28s cubic-bezier(.22, 1, .36, 1),
        opacity .18s ease;
    }
        .menu-toggle span:nth-child(1) {
          top: 14px;
        }
        .menu-toggle span:nth-child(2) {
          top: 18px;
        }
        .menu-toggle span:nth-child(3) {
          top: 22px;
        }
        .menu-toggle span:nth-child(4) {
          top: 26px;
        }
        
    .menu-toggle.is-open span {
      width: 9px;
      opacity: 1;
    }
    
    .menu-toggle.is-open span:nth-child(1) {
      top: 16px;
      left: calc(50% - 4px);
      transform: translateX(-50%) rotate(45deg);
    }
    
    .menu-toggle.is-open span:nth-child(2) {
      top: 16px;
      left: calc(50% + 4px);
      transform: translateX(-50%) rotate(-45deg);
    }
    
    .menu-toggle.is-open span:nth-child(3) {
      top: 24px;
      left: calc(50% - 4px);
      transform: translateX(-50%) rotate(-45deg);
    }
    
    .menu-toggle.is-open span:nth-child(4) {
      top: 24px;
      left: calc(50% + 4px);
      transform: translateX(-50%) rotate(45deg);
    }
        
            .hero {
              display: grid;
              grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
              gap: 24px;
              align-items: stretch;
              padding: 28px 0 0;
            }
        
            .glass-card {
              border: 1px solid var(--paffy-border);
              border-radius: var(--radius-xl);
              background: var(--paffy-surface);
              box-shadow: var(--shadow-soft);
              backdrop-filter: blur(22px);
              -webkit-backdrop-filter: blur(22px);
            }
        
            .hero-card {
              padding: clamp(28px, 5vw, 54px);
            }
        
            .kicker {
              display: inline-flex;
              align-items: center;
              gap: 9px;
              margin-bottom: 18px;
              padding: 8px 13px;
              border: 1px solid rgba(255,255,255,.52);
              border-radius: 999px;
              background: rgba(255,255,255,.42);
              color: rgba(31,31,40,.7);
              font-size: 14px;
              font-weight: 650;
              box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
            }
        
            .kicker::before {
              content: "";
              width: 9px;
              height: 9px;
              border-radius: 999px;
              background: linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
              box-shadow: 0 0 0 5px rgba(126,87,194,.1);
            }
        
            .hero-lead {
              max-width: 680px;
              margin-top: 18px;
              color: rgba(31,31,40,.76);
              font-size: clamp(16px, 1.8vw, 19px);
              line-height: 1.48;
            }
        
            .slogan {
              margin-top: 22px;
              padding: 16px 18px;
              border-radius: 22px;
              background: rgba(255,255,255,.44);
              color: var(--paffy-text);
              font-size: 16px;
              text-align: center;
              font-weight: 650;
              box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
            }
        
            .actions {
              display: flex;
              flex-wrap: wrap;
              gap: 12px;
              margin-top: 28px;
            }
            
            .hero-actions-center {
          justify-content: center;
        }
        
            .btn {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              gap: 8px;
              min-height: 48px;
              padding: 13px 22px;
              border: 0;
              border-radius: 999px;
              color: var(--paffy-text);
              background: linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
              box-shadow:
                0 10px 24px rgba(126, 87, 194, .25),
                inset 0 1px 0 rgba(255,255,255,.34);
              cursor: pointer;
              font: inherit;
              font-size: 15px;
              font-weight: 650;
              text-align: center;
              text-decoration: none;
              transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
            }
        
            .btn:hover {
              transform: translateY(-1px);
              box-shadow:
                0 14px 30px rgba(126, 87, 194, .28),
                inset 0 1px 0 rgba(255,255,255,.38);
            }
        
            .btn:active {
              transform: translateY(1px) scale(.99);
            }
        
            .btn.neutral {
              background: rgba(255,255,255,.46);
              border: 1px solid rgba(255,255,255,.52);
              box-shadow: 0 8px 20px rgba(36, 24, 70, .08);
            }
        
            .hero-visual {
              position: relative;
              min-height: 560px;
              overflow: hidden;
              padding: 26px;
            }
        
            .orb {
              position: absolute;
              border-radius: 999px;
              pointer-events: none;
            }
        
            .orb.one {
              width: 230px;
              height: 230px;
              top: 46px;
              right: 34px;
              background: radial-gradient(circle at 35% 28%, #fff, rgba(179,157,219,.95) 35%, rgba(126,87,194,.7) 72%);
              box-shadow: 0 30px 80px rgba(126,87,194,.24);
            }
        
            .orb.two {
              width: 150px;
              height: 150px;
              left: 44px;
              bottom: 80px;
              background: radial-gradient(circle at 30% 25%, #fff, rgba(244,251,255,.95) 35%, rgba(179,157,219,.52) 78%);
              box-shadow: 0 24px 70px rgba(126,87,194,.18);
            }
        
            .phone {
              position: absolute;
              right: 42px;
              top: 58px;
              width: min(280px, 66%);
              min-height: 430px;
              padding: 15px;
              border: 10px solid rgba(31,31,40,.9);
              border-radius: 42px;
              background:
                linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,247,255,.96));
              box-shadow: 0 34px 80px rgba(36,24,70,.25);
              transform: rotate(3.5deg);
            }
        
            .phone-notch {
              width: 78px;
              height: 8px;
              margin: 0 auto 16px;
              border-radius: 999px;
              background: rgba(31,31,40,.18);
            }
        
            .phone-title {
              font-size: 15px;
              font-weight: 650;
              text-align: center;
              color: var(--paffy-text);
            }
        
            .emotion-grid {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 9px;
              margin-top: 16px;
            }
        
            .emotion {
              position: relative;
              display: grid;
              place-items: center;
              min-height: 58px;
              border-radius: 18px;
              background:
                radial-gradient(circle at top left, rgba(255,255,255,.42), transparent 48%),
                linear-gradient(135deg, rgba(179,157,219,.78), rgba(126,87,194,.78));
              border: 1px solid rgba(126,87,194,.35);
              box-shadow: 0 8px 18px rgba(36,24,70,.12);
              font-size: 24px;
            }
        
            .phone-card {
              margin-top: 12px;
              padding: 13px;
              border-radius: 21px;
              background: rgba(255,255,255,.72);
              box-shadow: 0 8px 24px rgba(36,24,70,.1);
              border: 1px solid rgba(255,255,255,.52);
            }
        
            .map-line {
              display: flex;
              align-items: center;
              gap: 9px;
            }
        
            .avatar {
              width: 38px;
              height: 38px;
              border-radius: 999px;
              background:
                radial-gradient(circle at 35% 32%, #fff 0 16%, transparent 17%),
                linear-gradient(135deg, #D8C9F2, #8D6BCC);
              border: 2px solid rgba(255,255,255,.72);
              box-shadow: 0 6px 14px rgba(36,24,70,.12);
            }
        
            .mini-text {
              min-width: 0;
              flex: 1;
            }
        
            .mini-title {
              height: 9px;
              width: 76%;
              border-radius: 999px;
              background: rgba(31,31,40,.22);
            }
        
            .mini-subtitle {
              height: 7px;
              width: 52%;
              margin-top: 7px;
              border-radius: 999px;
              background: rgba(31,31,40,.12);
            }
        
            .floating-chip {
              position: absolute;
              left: 28px;
              top: 58px;
              max-width: 210px;
              padding: 13px 15px;
              border: 1px solid rgba(255,255,255,.54);
              border-radius: 22px;
              background: rgba(255,255,255,.68);
              box-shadow: 0 16px 40px rgba(36,24,70,.12);
              backdrop-filter: blur(18px);
              -webkit-backdrop-filter: blur(18px);
              color: var(--paffy-text);
              font-size: 14px;
              font-weight: 650;
            }
        
            .floating-chip.bottom {
              top: auto;
              right: 30px;
              left: auto;
              bottom: 42px;
            }
        
            .section {
              padding-top: 28px;
            }
        
            .section-head {
              display: flex;
              align-items: end;
              justify-content: space-between;
              gap: 18px;
              margin-bottom: 18px;
            }
        
            .section-head p {
  max-width: 520px;
}

.section-title-center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section-title-center p {
  max-width: 760px;
}

.section-head-center {
  display: block;
}

.section-kicker-left {
  text-align: left;
}

.section-head-center .section-title-center {
  margin-bottom: 18px;
}

.section-head-center .section-title-center p {
  margin-top: 14px;
}
        
            .features {
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 16px;
            }
        
            .feature {
              position: relative;
              min-height: 230px;
              padding: 20px;
              overflow: hidden;
              transition: transform .16s ease, box-shadow .16s ease;
            }
        
            .feature:hover {
              transform: translateY(-2px);
              box-shadow: 0 22px 54px rgba(36,24,70,.14);
            }
        
            .feature-icon {
              display: grid;
              place-items: center;
              width: 54px;
              height: 54px;
              margin-bottom: 16px;
              border-radius: 18px;
              background:
                radial-gradient(circle at top left, rgba(255,255,255,.5), transparent 48%),
                linear-gradient(135deg, rgba(179,157,219,.78), rgba(126,87,194,.78));
              box-shadow: 0 8px 18px rgba(36,24,70,.12);
              border: 1px solid rgba(126,87,194,.25);
              font-size: 25px;
            }
        
            .feature p {
              margin-top: 10px;
              font-size: 15px;
            }
        
            .wide-grid {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 18px;
              margin-top: 18px;
            }
        
            .info-card {
              padding: clamp(24px, 4vw, 34px);
            }
        
            .info-card p {
              margin-top: 14px;
            }
        
            .level-list {
              display: grid;
              gap: 10px;
              margin-top: 20px;
            }
        
            .level-item {
              display: flex;
              gap: 12px;
              align-items: flex-start;
              padding: 13px 14px;
              border-radius: 18px;
              background: rgba(255,255,255,.44);
              border: 1px solid rgba(255,255,255,.46);
            }
        
            .level-num {
              display: grid;
              place-items: center;
              flex: 0 0 auto;
              width: 34px;
              height: 34px;
              border-radius: 999px;
              background: linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
              color: var(--paffy-text);
              font-weight: 700;
              box-shadow: 0 8px 18px rgba(126,87,194,.18);
            }
        
            .level-item strong {
              display: block;
              color: var(--paffy-text);
              font-size: 15px;
              line-height: 1.25;
            }
        
            .level-item span {
              display: block;
              margin-top: 2px;
              color: var(--paffy-muted);
              font-size: 14px;
              line-height: 1.35;
            }
            
            
        
            .premium-card {
              position: relative;
              overflow: hidden;
              padding: clamp(26px, 4vw, 38px);
            }
        
            .premium-card::after {
              content: "";
              position: absolute;
              right: -80px;
              top: -90px;
              width: 240px;
              height: 240px;
              border-radius: 999px;
              background: radial-gradient(circle, rgba(126,87,194,.22), transparent 68%);
              pointer-events: none;
            }
            
           .premium-lead,
        .support-lead {
          margin-top: 18px;
        }
        
            .plans {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 14px;
              margin-top: 22px;
            }
        
            .plan {
              padding: 18px;
              border-radius: 22px;
              background: rgba(255,255,255,.54);
              border: 1px solid rgba(255,255,255,.52);
              box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
            }
        
            .plan-name {
              color: var(--paffy-muted);
              font-size: 14px;
              font-weight: 650;
            }
        
            .plan-price {
              margin-top: 7px;
              color: var(--paffy-text);
              font-size: 27px;
              line-height: 1.1;
              font-weight: 700;
              letter-spacing: -.04em;
            }
        
            .plan-price s {
              margin-right: 7px;
              color: var(--paffy-muted-2);
              font-size: 20px;
              font-weight: 600;
            }
        
            .plan-note {
              margin-top: 6px;
              color: var(--paffy-muted);
              font-size: 14px;
            }
        
            .notice {
              margin-top: 18px;
              padding: 16px 18px;
              border-radius: 22px;
              background: rgba(255,255,255,.44);
              border: 1px solid rgba(255,255,255,.48);
              color: rgba(31,31,40,.72);
              font-size: 14px;
            }
            
            .section-notice {
          max-width: 920px;
          margin: 18px auto 0;
          text-align: center;
        }
        
            .notice strong {
              color: var(--paffy-text);
            }
        
            .privacy-points {
          display: grid;
          grid-template-columns: 1fr;
          gap: 12px;
          margin-top: 18px;
        }
        
           .privacy-point {
          display: flex;
          align-items: flex-start;
          gap: 14px;
          padding: 18px;
          border-radius: 22px;
          background: rgba(255,255,255,.46);
          border: 1px solid rgba(255,255,255,.5);
        }
        
        .privacy-icon {
          display: grid;
          place-items: center;
          flex: 0 0 auto;
          width: 42px;
          height: 42px;
          border-radius: 16px;
          background:
            radial-gradient(circle at top left, rgba(255,255,255,.55), transparent 48%),
            linear-gradient(135deg, rgba(179,157,219,.72), rgba(126,87,194,.72));
          border: 1px solid rgba(126,87,194,.24);
          box-shadow: 0 8px 18px rgba(36,24,70,.10);
          font-size: 20px;
        }
        
            .privacy-point strong {
              display: block;
              color: var(--paffy-text);
              font-size: 16px;
            }
        
            .privacy-point span {
              display: block;
              margin-top: 7px;
              color: var(--paffy-muted);
              font-size: 14px;
            }
        
            .support-card {
  display: block;
  padding: clamp(24px, 4vw, 34px);
}
            
            .support-main {
          min-width: 0;
        }
        
        .support-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
        
      .support-top {
  width: min(100%, 760px);
  margin: 38px auto 0;
}
        
       .support-top-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-align: center;
}
        
        .support-top-list {
  margin: 0;
  padding: 18px 22px;
  list-style: none;
  display: grid;
  gap: 0;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(246,240,255,.58));
  border: 1px solid rgba(126,87,194,.14);
  box-shadow:
    0 12px 28px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.62);
}
        
       .support-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 10px 2px;
  border-bottom: 1px solid rgba(126,87,194,.10);
}

.support-top-item:last-child {
  border-bottom: 0;
}
        
        .support-top-name {
  min-width: 0;
  color: var(--paffy-text);
  font-size: 15px;
  font-weight: 650;
  word-break: break-word;
}
        
        .support-top-amount {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--paffy-text);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  background: rgba(179,157,219,.18);
  border: 1px solid rgba(126,87,194,.12);
}
        
        .support-top-empty {
  margin: 0;
  padding: 18px 22px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(246,240,255,.58));
  border: 1px solid rgba(126,87,194,.14);
  box-shadow:
    0 12px 28px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.62);
  color: var(--paffy-muted);
  font-size: 14px;
  text-align: center;
}
        
        .hidden {
          display: none !important;
        }
        
            .footer {
              padding: 28px 0 10px;
              color: var(--paffy-muted);
              text-align: center;
              font-size: 14px;
            }
        
            .footer-links {
              display: flex;
              justify-content: center;
              flex-wrap: wrap;
              gap: 10px 18px;
              margin-bottom: 12px;
            }
        
            .footer-links a {
              color: var(--paffy-muted);
              text-decoration: none;
              font-weight: 600;
            }
        
            .footer-links a:hover {
              color: var(--paffy-text);
              text-decoration: underline;
            }
        
            @media (prefers-reduced-motion: no-preference) {
            
    .brand-avatar img {
  animation: paffyLogoBreath 5.6s linear infinite;
  transform-origin: 50% 78%;
  will-change: transform;
}
    
      .phone {
        animation: phoneFloat 5.8s ease-in-out infinite;
      }
    
      .floating-chip {
        animation: chipFloat 4.8s ease-in-out infinite;
      }
    
      .floating-chip.bottom {
        animation-delay: .9s;
      }

    @keyframes paffyLogoBreath {
  0% {
    transform: translateY(0) rotate(-1.6deg) scale(1);
  }
  50% {
    transform: translateY(-2px) rotate(1.6deg) scale(1.045);
  }
  100% {
    transform: translateY(0) rotate(-1.6deg) scale(1);
  }
}
    
      @keyframes phoneFloat {
        0%, 100% {
          transform: rotate(3.5deg) translateY(0);
        }
    
        50% {
          transform: rotate(3.5deg) translateY(-8px);
        }
      }
    
      @keyframes chipFloat {
        0%, 100% {
          transform: translateY(0);
        }
    
        50% {
          transform: translateY(-6px);
        }
      }
    }
        
            @media (max-width: 980px) {
              .hero {
                grid-template-columns: 1fr;
              }
        
              .hero-visual {
                min-height: 440px;
              }
        
              .phone {
                right: 70px;
                top: 44px;
                width: min(280px, 54%);
              }
        
              .features {
                grid-template-columns: repeat(2, 1fr);
              }
        
              .wide-grid {
                grid-template-columns: 1fr;
              }
        
              .privacy-points {
                grid-template-columns: 1fr;
              }
            }
        
            @media (max-width: 720px) {
                .brand-avatar {
            width: 54px;
            height: 54px;
          }
              .page {
                padding: 14px;
              }
        
              .topbar {
          position: sticky;
          top: 10px;
          display: grid;
          grid-template-columns: minmax(0, 1fr) auto;
          align-items: center;
          border-radius: 26px;
        }
        
        .menu-toggle {
          display: grid;
           z-index: 2;
        }
        
        .nav {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          display: grid;
          gap: 10px;
          width: max-content;
          min-width: 188px;
          padding: 64px 14px 14px;
          border: 1px solid rgba(126,87,194,.18);
          border-radius: 28px;
          background:
            linear-gradient(135deg, #FBF8FF 0%, #F6F0FF 52%, #FFF9FD 100%);
          box-shadow:
            0 22px 54px rgba(36, 24, 70, .20),
            inset 0 1px 0 rgba(255,255,255,.72);
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transform: scale(.18);
          transform-origin: top right;
          transition:
            opacity .18s ease,
            visibility .18s ease,
            transform .18s ease;
        }
        
        .topbar.menu-open .nav {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translateY(0) scale(1);
        }
        
        .topbar.menu-open .menu-toggle {
          background: transparent;
          border-color: transparent;
          box-shadow: none;
        }
        
        .nav a {
          width: 160px;
          min-height: 42px;
          justify-content: center;
          text-align: center;
          color: rgba(31,31,40,.82);
          background:
            linear-gradient(135deg, rgba(179,157,219,.26), rgba(126,87,194,.20));
          border: 1px solid rgba(126,87,194,.18);
          box-shadow:
            0 6px 14px rgba(36, 24, 70, .06),
            inset 0 1px 0 rgba(255,255,255,.42);
        }
        
        .nav a:hover,
        .nav a:active {
          color: var(--paffy-text);
          background:
            linear-gradient(135deg, rgba(179,157,219,.34), rgba(126,87,194,.26));
        }
        
              .hero {
                padding-top: 16px;
              }
        
              .hero-card,
              .info-card,
              .premium-card,
              .support-card {
                padding: 24px;
                border-radius: 26px;
              }
        
              .hero-lead {
                font-size: 18px;
              }
        
              .actions {
  flex-direction: column;
  align-items: center;
}

.btn {
  width: auto;
  max-width: 100%;
  align-self: center;
  white-space: normal;
}
        
              .hero-visual {
          min-height: 430px;
          padding: 18px;
        }
        
        .phone {
          right: 18px;
          top: 96px;
          width: min(250px, 68%);
          min-height: 350px;
          border-radius: 38px;
        }
        
        .floating-chip {
          left: 18px;
          top: 20px;
          max-width: calc(100% - 36px);
          z-index: 3;
        }
        
        .floating-chip.bottom {
          right: 18px;
          left: auto;
          bottom: 22px;
          max-width: 220px;
          z-index: 4;
        }
        
              .orb.one {
                right: -30px;
              }
        
              .orb.two {
                left: -26px;
              }
        
              .section-head {
                align-items: flex-start;
                flex-direction: column;
              }
        
              .features {
                grid-template-columns: 1fr;
              }
        
              .feature {
                min-height: auto;
              }
        
              .plans {
                grid-template-columns: 1fr;
              }


            }
        
            @media (max-width: 420px) {
              h1 {
                font-size: 27px;
              }
        
              .brand-name {
                font-size: 19px;
              }
        
              .nav a {
                font-size: 13px;
              }
        
              .hero-visual {
                min-height: 360px;
              }
        
              .phone {
                width: 72%;
                min-height: 350px;
                padding: 12px;
                border-width: 8px;
              }
        
              .emotion {
                min-height: 48px;
                border-radius: 15px;
                font-size: 21px;
              }
            }
            
      /* ===== Pay page ===== */

.pay-title-center {
  display: grid;
  justify-items: center;
  text-align: center;
}


.pay-title-center .premium-lead,
.pay-title-center .support-lead {
  max-width: 760px;
}

.premium-plans-panel {
  width: min(100%, 680px);
  margin: 24px auto 0;
  padding: clamp(18px, 3vw, 24px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(246,240,255,.60));
  border: 1px solid rgba(126,87,194,.14);
  box-shadow:
    0 14px 34px rgba(36, 24, 70, .10),
    inset 0 1px 0 rgba(255,255,255,.66);
}

.premium-plans-panel .plans {
  margin-top: 0;
}

.premium-plans-panel .plan {
  text-align: center;
}


.premium-unlocks {
  width: min(100%, 820px);
  margin: 28px auto 0;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.70), rgba(246,240,255,.54));
  border: 1px solid rgba(126,87,194,.14);
  box-shadow:
    0 12px 28px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.premium-unlocks-head {
  text-align: center;
}

.premium-unlocks-head p {
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--paffy-muted);
  font-size: 15px;
  line-height: 1.48;
}

.premium-unlocks-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.premium-unlock-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 15px;
  border-radius: 22px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.50);
}

.premium-unlock-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.55), transparent 48%),
    linear-gradient(135deg, rgba(179,157,219,.72), rgba(126,87,194,.72));
  border: 1px solid rgba(126,87,194,.24);
  box-shadow: 0 8px 18px rgba(36,24,70,.10);
  font-size: 20px;
}

.premium-unlock-item strong {
  display: block;
  color: var(--paffy-text);
  font-size: 15px;
  line-height: 1.25;
}

.premium-unlock-item span {
  display: block;
  margin-top: 5px;
  color: var(--paffy-muted);
  font-size: 14px;
  line-height: 1.38;
}


.pay-actions-center {
  justify-content: center;
  align-items: center;
}

.support-pay-panel {
  width: min(100%, 640px);
  margin: 24px auto 0;
  padding: clamp(18px, 3vw, 24px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(246,240,255,.58));
  border: 1px solid rgba(126,87,194,.14);
  box-shadow:
    0 12px 28px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.pay-form label {
  display: block;
  margin-top: 14px;
  color: var(--paffy-text);
  font-size: 15px;
  font-weight: 650;
}

.pay-form label:first-child {
  margin-top: 0;
}

.pay-form input {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid rgba(126,87,194,.16);
  border-radius: 24px;
  outline: none;
  background: rgba(255,255,255,.72);
  color: var(--paffy-text);
  font: inherit;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
}

.pay-form input:focus {
  border-color: rgba(126,87,194,.58);
  box-shadow:
    0 0 0 4px rgba(126,87,194,.10),
    inset 0 1px 0 rgba(255,255,255,.34);
}

.support-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.amount-button {
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(126,87,194,.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(179,157,219,.18), rgba(126,87,194,.12));
  color: rgba(31,31,40,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.amount-button:hover,
.amount-button:active {
  background:
    linear-gradient(135deg, rgba(179,157,219,.30), rgba(126,87,194,.22));
}

.pay-message {
  margin-top: 14px;
  text-align: center;
  font-weight: 650;
}

.pay-message.error {
  color: #b00020;
}

.pay-message.ok {
  color: #0a7a32;
}

.pay-note {
  margin-top: 16px;
  color: var(--paffy-muted);
  font-size: 14px;
  text-align: center;
}



@media (max-width: 720px) {
  .premium-plans-panel {
    border-radius: 24px;
  }

   .premium-unlocks {
    border-radius: 24px;
  }

  .premium-unlocks-list {
    grid-template-columns: 1fr;
  }

  .support-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Cabinet page ===== */

body.preload {
  visibility: hidden;
}

body.modal-open {
  overflow: hidden;
}

.cabinet-section {
  padding-top: 28px;
}

.cabinet-card {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 38px);
}

.cabinet-title-center,
.cabinet-title-left {
  display: grid;
  justify-items: center;
  text-align: center;
}

.cabinet-title-center p,
.cabinet-title-left p {
  max-width: 660px;
  margin-top: 14px;
}

.cabinet-title-center > .kicker,
.cabinet-title-left > .kicker {
  justify-self: start;
}

.cabinet-panel {
  width: min(100%, 620px);
  margin: 26px auto 0;
  padding: clamp(18px, 3vw, 24px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(246,240,255,.58));
  border: 1px solid rgba(126,87,194,.14);
  box-shadow:
    0 12px 28px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.cabinet-form {
  position: relative;
}

.cabinet-form label {
  display: block;
  margin-top: 14px;
  color: var(--paffy-text);
  font-size: 15px;
  font-weight: 650;
}

.cabinet-form label:first-child {
  margin-top: 0;
}

.cabinet-form input {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid rgba(126,87,194,.16);
  border-radius: 24px;
  outline: none;
  background: rgba(255,255,255,.72);
  color: var(--paffy-text);
  font: inherit;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
}

.cabinet-form input:focus {
  border-color: rgba(126,87,194,.58);
  box-shadow:
    0 0 0 4px rgba(126,87,194,.10),
    inset 0 1px 0 rgba(255,255,255,.34);
}

.cabinet-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.cabinet-actions .btn {
  margin: 0;
}

.cabinet-message {
  margin-top: 14px;
  text-align: center;
  font-weight: 650;
}

.cabinet-message.error,
.error {
  color: #b00020;
}

.cabinet-message.ok,
.ok {
  color: #0a7a32;
}

.cabinet-profile {
  margin-top: 24px;
}

.cabinet-rows {
  display: grid;
  gap: 10px;
}

.cabinet-row {
  display: grid;
  grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.50);
}

.cabinet-key {
  color: var(--paffy-muted);
  font-size: 14px;
  font-weight: 650;
}

.cabinet-value {
  color: var(--paffy-text);
  font-size: 15px;
  font-weight: 650;
  word-break: break-word;
}

.cabinet-premium-note {
  margin-top: 18px;
  color: var(--paffy-muted);
  font-size: 14px;
  text-align: center;
}

/* Cabinet modal */

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31,31,40,.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(246,240,255,.82));
  border: 1px solid rgba(255,255,255,.58);
  box-shadow:
    0 24px 70px rgba(36, 24, 70, .24),
    inset 0 1px 0 rgba(255,255,255,.66);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(126,87,194,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  color: var(--paffy-text);
  box-shadow: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.modal-title {
  margin: 0 44px 24px;
  text-align: center;
  font-size: 28px;
}

.tariff-block {
  margin-top: 18px;
}

.tariff-heading {
  margin-bottom: 8px;
  color: var(--paffy-muted);
  font-size: 15px;
  font-weight: 650;
}

.tariff-button {
  width: 100%;
  min-height: 56px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
  color: var(--paffy-text);
  box-shadow:
    0 10px 24px rgba(126, 87, 194, .22),
    inset 0 1px 0 rgba(255,255,255,.34);
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 650;
  text-align: left;
}

.tariff-button span,
.tariff-button strong {
  white-space: nowrap;
}

.tariff-button strong {
  font-size: 20px;
}

.tariff-button s {
  opacity: .62;
  margin-right: 7px;
  font-weight: 650;
}

.modal-note {
  margin: 18px 0 0;
  color: var(--paffy-muted);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 720px) {
  .cabinet-card {
    padding: 24px;
    border-radius: 26px;
  }

  .cabinet-panel {
    border-radius: 24px;
  }

  .cabinet-actions {
    flex-direction: column;
    align-items: center;
  }

  .cabinet-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .modal-card {
    max-width: none;
    padding: 24px 20px 22px;
    border-radius: 26px;
  }

  .modal-title {
    font-size: 32px;
  }

  .tariff-button {
    padding: 16px;
    font-size: 16px;
  }

  .tariff-button strong {
    font-size: 18px;
  }
}

.cabinet-card h1 {
  font-size: clamp(22px, 2.4vw, 28px);
}

.cabinet-row-stack {
  grid-template-columns: 1fr;
  gap: 8px;
}

.cabinet-payments-history {
  display: grid;
  gap: 8px;
}

.cabinet-payment-item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(255,255,255,.50);
}

.cabinet-payment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cabinet-payment-title {
  color: var(--paffy-text);
  font-size: 14px;
  font-weight: 650;
}

.cabinet-payment-amount {
  flex: 0 0 auto;
  color: var(--paffy-text);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.cabinet-payment-meta {
  color: var(--paffy-muted);
  font-size: 13px;
  line-height: 1.35;
}

.cabinet-payment-empty {
  color: var(--paffy-muted);
  font-size: 14px;
  font-weight: 700;
}

.cabinet-history-row {
  cursor: default;
}

.cabinet-history-toggle {
  width: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--paffy-text);
  cursor: pointer;
  font: inherit;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}

.cabinet-history-toggle span:first-child {
  color: var(--paffy-muted);
  font-size: 14px;
  font-weight: 650;
}

.cabinet-history-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(179,157,219,.18);
  border: 1px solid rgba(126,87,194,.12);
  color: var(--paffy-text);
  font-size: 18px;
  line-height: 1;
  transition: transform .16s ease;
}

.cabinet-history-toggle.is-open .cabinet-history-arrow {
  transform: rotate(180deg);
}

.cabinet-history-toggle:hover .cabinet-history-arrow {
  background: rgba(179,157,219,.28);
}

.cabinet-payments-history {
  margin-top: 4px;
}

.cabinet-form input:-webkit-autofill,
.cabinet-form input:-webkit-autofill:hover,
.cabinet-form input:-webkit-autofill:focus,
.cabinet-form input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--paffy-text);
  caret-color: var(--paffy-text);
  box-shadow:
    0 0 0 1000px rgba(255,255,255,.72) inset,
    0 0 0 4px rgba(126,87,194,.10);
  border-color: rgba(126,87,194,.22);
  transition: background-color 9999s ease-out;
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 54px;
}

.password-toggle {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-46%);

  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(31,31,40,.62);
  box-shadow: none;

  cursor: pointer;
}

.password-toggle:hover,
.password-toggle:active {
  background: transparent;
  color: var(--paffy-text);
}

.icon-eye {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ===== Invite page ===== */

.invite-page .shell {
  max-width: 1060px;
}

.invite-page .topbar {
  border-radius: 999px;
}

.invite-nav {
  display: flex;
}

.invite-nav a {
  width: auto;
  min-width: 0;
}

.invite-hero {
  position: relative;
  display: block;
  padding: 38px 0 22px;
}

.invite-card {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(26px, 5vw, 52px);
}

.invite-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -110px;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(126, 87, 194, .22), transparent 67%);
  pointer-events: none;
}

.invite-card::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 247, 251, .96), transparent 68%);
  pointer-events: none;
}

.invite-content {
  position: relative;
  z-index: 2;
}

.invite-lead {
  max-width: 690px;
  margin-top: 22px;
  color: var(--paffy-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.invite-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.invite-story-item {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.70);
}

.invite-story-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.72), transparent 50%),
    linear-gradient(135deg, rgba(216,201,242,.74), rgba(179,157,219,.56));
  box-shadow: 0 8px 18px rgba(36,24,70,.09);
  border: 1px solid rgba(126,87,194,.16);
  font-size: 25px;
}

.invite-story-item strong {
  display: block;
  color: var(--paffy-text);
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 5px;
}

.invite-story-item span {
  display: block;
  color: rgba(31, 31, 40, .66);
  font-size: 14px;
  line-height: 1.42;
}

.download-note {
  margin-top: 20px;
  padding: 15px 17px;
  border-radius: 23px;
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(255, 255, 255, .70);
  color: rgba(31, 31, 40, .76);
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.35;
  text-align: center;
}

.invite-stores {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--paffy-text);
  background: rgba(255, 255, 255, .60);
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow:
    0 8px 20px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.34);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.store-btn:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.72);
  box-shadow:
    0 12px 26px rgba(36, 24, 70, .10),
    inset 0 1px 0 rgba(255,255,255,.38);
}

.store-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(179,157,219,.26), rgba(126,87,194,.20));
  font-size: 21px;
}

.store-copy {
  display: grid;
  line-height: 1.08;
}

.store-small {
  color: rgba(31, 31, 40, .62);
  font-size: 11px;
  font-weight: 600;
}

.store-name {
  color: var(--paffy-text);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.invite-actions {
  justify-content: center;
}

.invite-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 940px;
  margin: 12px auto 0;
}

.invite-step-card {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.66);
  box-shadow: 0 14px 38px rgba(126, 87, 194, .08);
}

.invite-step-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: var(--paffy-text);
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
  box-shadow: 0 8px 18px rgba(126,87,194,.18);
}

.invite-step-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  letter-spacing: -.025em;
}

.invite-step-card p {
  margin: 0;
  color: rgba(31,31,40,.66);
  font-size: 15px;
  line-height: 1.5;
}

.invite-fly {
  position: fixed;
  z-index: 2;
  left: var(--x);
  top: 110vh;
  font-size: var(--s);
  opacity: .72;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(126, 87, 194, .16));
  animation: inviteFlyUp var(--d) linear infinite;
  animation-delay: var(--delay);
}

.invite-spark {
  position: fixed;
  z-index: 2;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  background: rgba(126, 87, 194, .28);
  pointer-events: none;
  animation: inviteSparkle var(--d) ease-in-out infinite;
  animation-delay: var(--delay);
}

@keyframes inviteFlyUp {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(.86);
    opacity: 0;
  }

  8% {
    opacity: .75;
  }

  50% {
    transform: translate3d(var(--drift), -55vh, 0) rotate(14deg) scale(1);
  }

  92% {
    opacity: .72;
  }

  100% {
    transform: translate3d(calc(var(--drift) * -1), -122vh, 0) rotate(-20deg) scale(.92);
    opacity: 0;
  }
}

@keyframes inviteSparkle {
  0%, 100% {
    transform: scale(.4);
    opacity: .15;
  }

  50% {
    transform: scale(1.35);
    opacity: .66;
  }
}

@media (max-width: 980px) {
  .invite-steps {
    grid-template-columns: 1fr;
    max-width: 820px;
  }
}

@media (max-width: 720px) {
  .invite-page .topbar {
    display: flex;
    border-radius: 26px;
  }

  .invite-page .menu-toggle {
    display: none;
  }

  .invite-page .nav {
    position: static;
    display: flex;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .invite-page .nav a {
    width: auto;
    min-height: 36px;
    padding: 8px 12px;
    color: rgba(31,31,40,.7);
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .invite-hero {
    padding-top: 22px;
  }

  .invite-card {
    border-radius: 26px;
    padding: 24px;
  }

  .invite-story {
    grid-template-columns: 1fr;
  }

  .invite-stores,
  .invite-actions {
    justify-content: center;
  }

  .store-btn,
  .invite-actions .btn {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .invite-card h1 {
    font-size: 30px;
  }

  .download-note {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .invite-fly,
  .invite-spark {
    display: none !important;
  }
}

/* ===== Text pages ===== */

.text-page-section {
  padding-top: 28px;
}

.text-page-card {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
}

.text-page-head {
  display: grid;
  justify-items: center;
  text-align: center;
}

.text-page-head > .kicker {
  justify-self: start;
}

.text-page-head p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(31,31,40,.76);
  font-size: 15px;
  line-height: 1.48;
}

.text-page-content {
  width: min(100%, 760px);
  margin: 30px auto 0;
  display: grid;
  gap: 18px;
}

.text-page-content h2 {
  margin-top: 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.text-page-content p {
  color: var(--paffy-muted);
  font-size: 15px;
  line-height: 1.62;
}

.text-page-note {
  margin-top: 8px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.44);
  border: 1px solid rgba(255,255,255,.48);
  color: rgba(31,31,40,.72);
  font-size: 14px;
  line-height: 1.5;
}

.text-page-note strong {
  color: var(--paffy-text);
}


@media (max-width: 720px) {
  .text-page-card {
    padding: 24px;
    border-radius: 26px;
  }
}

.text-page-title {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.text-page-content h2 {
  margin-top: 10px;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.2;
  letter-spacing: 0;
}
.text-page-note p + p {
  margin-top: 8px;
}

/* ===== Cookie / localStorage notice ===== */

.cookie-notice {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100% - 36px, 920px);
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(246,240,255,.86));
  border: 1px solid rgba(126,87,194,.16);
  box-shadow:
    0 18px 54px rgba(36, 24, 70, .18),
    inset 0 1px 0 rgba(255,255,255,.70);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity .2s ease, transform .2s ease;
}

.cookie-notice.is-hidden {
  opacity: 0;
  transform: translateY(12px);
}

.cookie-notice-text {
  color: rgba(31,31,40,.72);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-notice-text a {
  color: var(--paffy-text);
  font-weight: 650;
}

.cookie-notice-btn {
  flex: 0 0 auto;
  min-height: 42px;
  margin: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--paffy-accent-start), var(--paffy-accent-end));
  color: var(--paffy-text);
  box-shadow:
    0 8px 20px rgba(126, 87, 194, .20),
    inset 0 1px 0 rgba(255,255,255,.34);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}


.legal-note {
  max-width: 520px;
  margin: 20px auto 0;
  color: rgba(31,31,40,.52);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.legal-note a {
  color: rgba(31,31,40,.72);
  font-weight: 600;
}

@media (max-width: 720px) {
  .cookie-notice {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 22px;
  }

  .cookie-notice-text {
    font-size: 12px;
    line-height: 1.42;
    text-align: center;
  }

  .cookie-notice-btn {
    width: auto;
    align-self: center;
    padding: 9px 18px;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .pay-note {
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 720px) {
  .legal-note {
    max-width: 100%;
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.42;
    text-align: center;
  }
}

.support-public-preview {
  min-height: 43px;
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(126,87,194,.12);
  color: rgba(31,31,40,.64);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  opacity: 1;
  transition: opacity .16s ease;
}

.support-public-preview.hidden {
  display: block !important;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 720px) {
  .support-public-preview {
    min-height: 41px;
    font-size: 12px;
    line-height: 1.38;
  }
}


.pay-form .support-hide-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin: 10px auto 0;
  color: rgba(31,31,40,.56);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.2;
  cursor: pointer;
}

.pay-form .support-hide-email input[type="checkbox"] {
  flex: 0 0 auto;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(31,31,40,.42);
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  accent-color: var(--paffy-violet);
}

.pay-form .support-hide-email span {
  display: inline-block;
  color: rgba(31,31,40,.56);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .pay-form .support-hide-email,
  .pay-form .support-hide-email span {
    font-size: 11px;
  }
}

.turnstile-caption {
  margin: 18px auto 6px;
  color: rgba(31,31,40,.50);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.turnstile-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 8px;
  min-height: 78px;
}

.turnstile-box .cf-turnstile {
  margin: 0 auto;
}

.cabinet-form > .cabinet-message.error {
  position: absolute;
  z-index: 5;
  top: 82px;
  left: 50%;
  width: min(92%, 430px);
  margin: 0;
  padding: 12px 16px;
  border-radius: 22px;
  transform: translateX(-50%);
  pointer-events: none;

  text-align: center;
  color: #9F1D35;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;

  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,238,243,.86));
  border: 1px solid rgba(217,75,95,.20);
  box-shadow:
    0 12px 28px rgba(217,75,95,.14),
    inset 0 1px 0 rgba(255,255,255,.70);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cabinet-form > .cabinet-message.error::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 999px;
  color: #fff;
  background: #D94B5F;
  font-size: 13px;
  font-weight: 700;
  vertical-align: -2px;
}

@media (max-width: 720px) {
  .cabinet-form > .cabinet-message.error {
    top: 80px;
    width: min(96%, 390px);
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .turnstile-caption {
    margin-top: 16px;
    font-size: 11px;
  }

  .turnstile-box {
    margin: 0 auto 8px;
    min-height: 78px;
  }
}

.btn:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn:disabled:hover {
  transform: none;
  box-shadow: none;
}

.trial-note {
  max-width: 720px;
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(126, 87, 194, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 34px rgba(126, 87, 194, 0.10);
  color: #2b2536;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.trial-note strong {
  color: #5E3EA1;
  font-weight: 650;
}

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

@media (max-width: 720px) {
  .help-features {
    grid-template-columns: 1fr;
  }
}
/* ===== Hero install QR ===== */

.hero-install {
  display: grid;
  justify-items: center;
  margin-top: 28px;
}

.hero-install-desktop {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100%, 280px);
  padding: 16px;
  border-radius: 28px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.54);
  box-shadow:
    0 12px 28px rgba(36, 24, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.42);
}

.hero-install-title {
  color: var(--paffy-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}

.hero-install-qr {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(126,87,194,.12);
  box-shadow: 0 10px 24px rgba(36, 24, 70, .08);
}

.hero-install-qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-cabinet-link {
  color: rgba(31,31,40,.62);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.hero-cabinet-link:hover {
  color: var(--paffy-text);
  text-decoration: underline;
}

.hero-install-mobile {
  display: none;
  justify-items: center;
  gap: 12px;
}

@media (max-width: 720px) {
  .hero-install-desktop {
    display: none;
  }

  .hero-install-mobile {
    display: grid;
  }
}

.hero-install-caption {
  color: rgba(31,31,40,.62);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}

/* ===== Hero install QR caption outside card ===== */

.hero-install-desktop {
  width: min(100%, 220px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-install-caption {
  margin-top: 2px;
}
