:root {
  --bg: #100718;
  --bg-deep: #08030e;
  --surface: rgba(36, 17, 54, 0.72);
  --surface-light: rgba(66, 35, 88, 0.42);
  --text: #fbf4ff;
  --muted: #afa0bd;
  --pink: #ef69bc;
  --pink-bright: #ff88d0;
  --violet: #9d68e6;
  --line: rgba(255, 221, 251, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Comfortaa", sans-serif;
  background:
    radial-gradient(circle at 84% 12%, rgba(143, 58, 147, 0.2), transparent 24rem),
    radial-gradient(circle at 14% 40%, rgba(100, 46, 155, 0.13), transparent 26rem),
    linear-gradient(125deg, var(--bg-deep), var(--bg) 48%, #160920);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.container {
  width: min(1170px, calc(100% - 48px));
  margin: 0 auto;
}

.site-logo {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at center, #2a123b 0%, #12071e 42%, #07020c 100%);
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.page-loader.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.loader-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader-mark {
  position: relative;
  display: grid;
  width: 105px;
  height: 105px;
  place-items: center;
}

.loader-ring {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(244, 130, 202, 0.2);
  border-top-color: var(--pink);
  border-right-color: #ad72f1;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

.loader-logo-wrapper {
  position: absolute;
  display: grid;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(246, 94, 186, 0.45), rgba(120, 72, 210, 0.42));
  box-shadow: 0 0 38px rgba(235, 98, 191, 0.55);
  place-items: center;
}

.loader-logo {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.loader-title {
  margin: 25px 0 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.loader-title span {
  color: var(--pink);
}

.loader-line {
  width: 210px;
  height: 3px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.loader-line span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b467ee, #ff85ce);
  animation: loading 1.25s ease-in-out infinite;
}

.loader-text {
  margin: 14px 0 0;
  color: #c8b4d1;
  font-size: 11px;
  letter-spacing: 0.07em;
}

.loader-glow {
  position: absolute;
  width: 35vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.28;
}

.glow-one {
  top: -12%;
  left: -8%;
  background: #ad53d3;
}

.glow-two {
  right: -10%;
  bottom: -18%;
  background: #fa70bd;
}

.loader-petal,
.petal {
  position: absolute;
  width: 17px;
  height: 12px;
  border-radius: 90% 15% 90% 15%;
  background: linear-gradient(135deg, #ffd0ec, #ed63b7);
  opacity: 0.7;
}

.petal-a {
  top: 18%;
  left: 18%;
  animation: float 4s infinite alternate;
}

.petal-b {
  top: 28%;
  right: 17%;
  transform: rotate(72deg);
  animation: float 5s 1s infinite alternate;
}

.petal-c {
  bottom: 18%;
  left: 31%;
  transform: rotate(145deg);
  animation: float 4.5s 0.4s infinite alternate;
}

.header {
  position: relative;
  z-index: 10;
  display: flex;
  height: 95px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.brand b {
  color: var(--pink);
  font-weight: 700;
}

.brand-icon {
  display: grid;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid rgba(247, 131, 206, 0.5);
  border-radius: 10px;
  background: rgba(244, 102, 188, 0.08);
  box-shadow: 0 0 18px rgba(239, 105, 188, 0.12);
  place-items: center;
}

.nav {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-left: 130px;
}

.nav a {
  color: #c7b8cf;
  font-size: 12px;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: #ffffff;
}

.header-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 12px 17px;
  border: 1px solid rgba(239, 105, 188, 0.55);
  border-radius: 10px;
  color: #ffd3ec;
  background: rgba(239, 105, 188, 0.08);
  font-size: 12px;
  font-weight: 700;
  transition: 0.25s ease;
}

.header-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 25px rgba(239, 105, 188, 0.18);
}

.hero {
  display: grid;
  min-height: 595px;
  grid-template-columns: 1fr 0.93fr;
  gap: 40px;
  align-items: center;
  padding: 52px 0 62px;
}

.eyebrow,
.section-label {
  color: #d985c0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.eyebrow {
  display: flex;
  gap: 8px;
  align-items: center;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff72c0;
  box-shadow: 0 0 13px #ff72c0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 17px 0 21px;
  font-size: clamp(40px, 5.3vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

h1 span,
h2 span {
  color: var(--pink);
  text-shadow: 0 0 35px rgba(239, 105, 188, 0.22);
}

.hero-description {
  max-width: 535px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 51px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(105deg, #c848a1, #ed6cbb 52%, #b158d2);
  box-shadow: 0 15px 35px rgba(233, 82, 176, 0.28);
}

.button-primary:hover {
  box-shadow: 0 18px 40px rgba(233, 82, 176, 0.42);
}

.button-arrow {
  font-size: 19px;
  line-height: 0;
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #dbd0e2;
  background: rgba(255, 255, 255, 0.03);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 43px;
}

.trust-item {
  display: flex;
  gap: 9px;
  align-items: center;
}

.trust-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
}

.trust-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(65%) sepia(18%) saturate(1656%) hue-rotate(245deg) brightness(97%) contrast(94%);
}

.trust-item b,
.trust-item small {
  display: block;
}

.trust-item b {
  font-size: 10px;
}

.trust-item small {
  margin-top: 4px;
  color: #8f809c;
  font-size: 8px;
}

.trust-divider {
  width: 1px;
  height: 29px;
  background: var(--line);
}

.hero-visual {
  position: relative;
  min-height: 480px;
  isolation: isolate;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-large {
  top: 55px;
  left: 55px;
  width: 365px;
  height: 365px;
  background: radial-gradient(circle, rgba(199, 77, 178, 0.24), rgba(119, 62, 179, 0.08) 46%, transparent 70%);
}

.orb-small {
  top: 22px;
  right: 20px;
  width: 160px;
  height: 160px;
  background: rgba(229, 106, 190, 0.15);
  filter: blur(34px);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(245, 148, 214, 0.2);
  border-radius: 50%;
  transform: rotate(-28deg);
}

.orbit-one {
  top: 150px;
  left: 1px;
  width: 460px;
  height: 182px;
}

.orbit-two {
  top: 54px;
  left: 53px;
  width: 350px;
  height: 380px;
  transform: rotate(36deg);
}

.shield-card {
  position: absolute;
  z-index: 2;
  top: 104px;
  left: 111px;
  display: flex;
  width: 260px;
  height: 285px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 230, 253, 0.15);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(73, 38, 98, 0.78), rgba(28, 12, 43, 0.88));
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
}

.central-shield {
  position: relative;
  z-index: 2;
  display: grid;
  width: 101px;
  height: 101px;
  overflow: hidden;
  border: 1px solid rgba(255, 154, 216, 0.6);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(224, 84, 180, 0.32), rgba(102, 59, 181, 0.22));
  box-shadow: 0 0 44px rgba(230, 78, 181, 0.34), inset 0 0 18px rgba(255, 202, 236, 0.18);
  place-items: center;
}

.central-shield img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(85%) sepia(23%) saturate(1166%) hue-rotate(274deg) brightness(108%) contrast(101%);
}

.shield-card p {
  position: relative;
  z-index: 2;
  margin: 19px 0 7px;
  font-size: 15px;
  font-weight: 700;
}

.shield-card small {
  position: relative;
  z-index: 2;
  color: #b3a0bd;
  font-size: 9px;
}

.status-dot {
  position: absolute;
  top: 31px;
  right: 31px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #74efaa;
  box-shadow: 0 0 11px #74efaa;
}

.shield-pulse {
  position: absolute;
  border: 1px solid rgba(235, 106, 197, 0.2);
  border-radius: 35px;
}

.pulse-one {
  inset: -20px;
  animation: pulse 3s ease-out infinite;
}

.pulse-two {
  inset: -45px;
  opacity: 0.2;
  animation: pulse 3s 1.1s ease-out infinite;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(35, 17, 54, 0.78);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.floating-card b,
.floating-card small {
  display: block;
}

.floating-card b {
  font-size: 9px;
}

.floating-card small {
  margin-top: 4px;
  color: #9e8fab;
  font-size: 7px;
}

.mini-icon {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: rgba(240, 113, 193, 0.15);
  place-items: center;
}

.mini-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(26%) saturate(1555%) hue-rotate(276deg) brightness(103%) contrast(89%);
}

.location-card {
  top: 64px;
  right: 0;
}

.speed-card {
  bottom: 70px;
  left: 6px;
}

.sakura-branch {
  position: absolute;
  z-index: 3;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, transparent, #a85584, #e18db5);
  transform-origin: left center;
}

.branch-one {
  top: 2px;
  right: 18px;
  width: 190px;
  transform: rotate(29deg);
}

.branch-two {
  right: 0;
  bottom: 13px;
  width: 148px;
  transform: rotate(-25deg);
}

.sakura-branch i {
  position: absolute;
  width: 14px;
  height: 11px;
  border-radius: 100% 10% 100% 10%;
  background: #ff9ed1;
  box-shadow: 0 0 9px rgba(255, 140, 203, 0.5);
}

.branch-one i:nth-child(1) {
  top: -13px;
  left: 25px;
}

.branch-one i:nth-child(2) {
  top: 4px;
  left: 49px;
  transform: rotate(55deg);
}

.branch-one i:nth-child(3) {
  top: -19px;
  left: 81px;
}

.branch-one i:nth-child(4) {
  top: 2px;
  left: 111px;
}

.branch-one i:nth-child(5) {
  top: -12px;
  left: 132px;
}

.branch-one i:nth-child(6) {
  top: 3px;
  left: 158px;
}

.branch-two i:nth-child(1) {
  top: -13px;
  left: 27px;
}

.branch-two i:nth-child(2) {
  top: 3px;
  left: 58px;
}

.branch-two i:nth-child(3) {
  top: -17px;
  left: 89px;
}

.branch-two i:nth-child(4) {
  top: 3px;
  left: 111px;
}

.petal {
  z-index: 4;
  opacity: 0.8;
}

.petal-1 {
  top: 126px;
  right: 52px;
  transform: rotate(28deg);
  animation: float 4s infinite alternate;
}

.petal-2 {
  top: 235px;
  right: -3px;
  transform: rotate(110deg);
  animation: float 3s 0.4s infinite alternate;
}

.petal-3 {
  top: 86px;
  left: 58px;
  transform: rotate(190deg);
  animation: float 4.4s 0.8s infinite alternate;
}

.petal-4 {
  bottom: 20px;
  left: 120px;
  transform: rotate(280deg);
  animation: float 3.8s 0.3s infinite alternate;
}

.petal-5 {
  right: 64px;
  bottom: 62px;
  transform: rotate(55deg);
  animation: float 4.7s 1s infinite alternate;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 125px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric {
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong,
.metric span {
  display: block;
}

.metric strong {
  font-size: 25px;
  letter-spacing: -0.06em;
}

.metric span {
  margin-top: 8px;
  color: #94849f;
  font-size: 9px;
}

.advantages,
.plans {
  padding-bottom: 128px;
}

.section-heading {
  max-width: 550px;
}

.section-heading h2 {
  margin: 15px 0 16px;
  font-size: clamp(31px, 4vw, 45px);
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.section-heading p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
  margin-top: 38px;
}

.feature-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 21px;
  background: linear-gradient(135deg, rgba(60, 30, 80, 0.56), rgba(23, 11, 36, 0.62));
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(238, 105, 188, 0.45);
}

.feature-card h3 {
  margin: 22px 0 10px;
  font-size: 15px;
}

.feature-card p {
  max-width: 245px;
  color: #a795b1;
  font-size: 11px;
  line-height: 1.65;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  place-items: center;
}

.feature-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.icon-pink {
  background: rgba(244, 95, 185, 0.16);
}

.icon-pink img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(24%) saturate(1668%) hue-rotate(278deg) brightness(106%) contrast(99%);
}

.icon-purple {
  background: rgba(152, 93, 220, 0.16);
}

.icon-purple img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(47%) saturate(940%) hue-rotate(231deg) brightness(98%) contrast(92%);
}

.icon-blue {
  background: rgba(100, 114, 236, 0.16);
}

.icon-blue img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(23%) saturate(1007%) hue-rotate(195deg) brightness(105%) contrast(101%);
}

.card-art-shield {
  position: absolute;
  right: -40px;
  bottom: -62px;
  width: 175px;
  height: 175px;
  border: 25px solid rgba(239, 105, 188, 0.1);
  border-radius: 48px;
  transform: rotate(22deg);
}

.how-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 15%, rgba(206, 77, 173, 0.22), transparent 19rem),
    linear-gradient(125deg, rgba(66, 32, 89, 0.82), rgba(21, 10, 35, 0.85));
  box-shadow: var(--shadow);
}

.how-panel::after {
  position: absolute;
  top: -100px;
  right: -66px;
  width: 285px;
  height: 285px;
  border: 1px solid rgba(250, 153, 213, 0.2);
  border-radius: 50%;
  content: "";
}

.how-copy {
  position: relative;
  z-index: 1;
}

.how-copy h2 {
  margin: 13px 0 17px;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.06em;
}

.how-copy p {
  color: #b6a6c1;
  font-size: 12px;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  gap: 11px;
  margin-top: 15px;
  color: #ff9dd8;
  font-size: 11px;
  font-weight: 700;
}

.text-link span {
  font-size: 17px;
}

.steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  display: flex;
  gap: 19px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.steps li:last-child {
  border-bottom: 0;
}

.step-number {
  color: #ee7bc1;
  font-size: 14px;
  font-weight: 700;
}

.steps b,
.steps small {
  display: block;
}

.steps b {
  font-size: 12px;
}

.steps small {
  margin-top: 6px;
  color: #a392af;
  font-size: 9px;
}

.plans {
  padding-top: 125px;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 36px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(44, 22, 61, 0.42);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 105, 188, 0.44);
  box-shadow: 0 17px 35px rgba(0, 0, 0, 0.2);
}

.plan-card.featured {
  border-color: rgba(241, 108, 190, 0.55);
  background: linear-gradient(145deg, rgba(140, 50, 128, 0.58), rgba(50, 23, 72, 0.73));
  box-shadow: 0 18px 43px rgba(226, 78, 175, 0.12);
}

.plan-card.featured:hover {
  box-shadow: 0 23px 50px rgba(226, 78, 175, 0.2);
}

.plan-badge {
  position: absolute;
  top: -11px;
  right: 18px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff2fb;
  background: #cf559f;
  font-size: 8px;
  font-weight: 700;
}

.plan-card h3 {
  margin-bottom: 9px;
  font-size: 15px;
}

.plan-note {
  min-height: 32px;
  margin-bottom: 0;
  color: #a493ad;
  font-size: 9px;
  line-height: 1.55;
}

.price {
  margin: 25px 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.price span {
  color: #ad9bb6;
  font-size: 8px;
  letter-spacing: 0;
}

.plan-button {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  color: #e7dbe9;
  font-size: 10px;
  font-weight: 700;
  transition: 0.25s ease;
}

.featured .plan-button {
  border-color: transparent;
  background: linear-gradient(105deg, #cc509e, #ec73bd);
}

.plan-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}

.featured .plan-button:hover {
  background: linear-gradient(105deg, #dc5baa, #fa82ca);
}

.footer {
  display: flex;
  min-height: 105px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.footer p,
.footer > a:last-child {
  margin: 0;
  color: #908098;
  font-size: 9px;
}

.footer > a:last-child {
  color: #d887bd;
  font-weight: 700;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(320%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.82);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.16);
    opacity: 0;
  }
}

@keyframes float {
  to {
    translate: 0 -13px;
    rotate: 14deg;
  }
}

@media (max-width: 1120px) {
  .plan-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    width: min(520px, 100%);
    margin: 0 auto;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card-wide {
    grid-column: span 2;
  }

  .how-panel {
    gap: 32px;
    padding: 42px;
  }

  .metrics {
    margin-bottom: 85px;
  }

  .advantages,
  .plans {
    padding-bottom: 85px;
  }

  .plans {
    padding-top: 85px;
  }
}

@media (max-width: 720px) {
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 32px, 1170px);
  }

  .header {
    height: 76px;
  }

  .header-action {
    padding: 10px 12px;
    font-size: 10px;
  }

  .brand {
    font-size: 13px;
  }

  .brand-icon {
    width: 28px;
    height: 28px;
  }

  .hero {
    min-height: auto;
    padding: 60px 0 44px;
  }

  .hero-description {
    font-size: 12px;
  }

  .trust-row {
    gap: 10px;
  }

  .trust-item small {
    max-width: 90px;
  }

  .hero-visual {
    min-height: 387px;
    margin-bottom: -50px;
    transform: scale(0.83);
    transform-origin: top center;
  }

  .shield-card {
    left: 50%;
    transform: translateX(-50%);
  }

  .location-card {
    right: -11px;
  }

  .speed-card {
    left: -8px;
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 65px;
  }

  .metric {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(3),
  .metric:nth-child(4) {
    border-bottom: 0;
  }

  .feature-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-wide {
    grid-column: auto;
  }

  .how-panel {
    grid-template-columns: 1fr;
    padding: 31px 25px;
  }

  .how-copy h2 {
    font-size: 32px;
  }

  .plans {
    padding-top: 65px;
  }

  .plan-card {
    min-height: 220px;
    padding: 26px;
  }

  .plan-note {
    min-height: auto;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0;
    text-align: center;
  }

  .footer .brand {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.documents-page {
  min-height: 100vh;
}

.documents-main {
  padding: 40px 0 110px;
}

.documents-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 60px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 87% 10%, rgba(231, 87, 181, 0.24), transparent 18rem),
    radial-gradient(circle at 7% 100%, rgba(116, 66, 179, 0.2), transparent 19rem),
    linear-gradient(135deg, rgba(63, 30, 87, 0.82), rgba(18, 8, 30, 0.9));
  box-shadow: var(--shadow);
}

.documents-hero::before {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 170, 220, 0.16);
  border-radius: 50%;
  content: "";
}

.documents-hero::after {
  position: absolute;
  right: 80px;
  bottom: -120px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(192, 121, 232, 0.17);
  border-radius: 50%;
  content: "";
}

.documents-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.documents-back {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 33px;
  color: #cfa9d6;
  font-size: 11px;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.documents-back:hover {
  color: #ffffff;
  transform: translateX(-3px);
}

.documents-back span {
  font-size: 17px;
  line-height: 0;
}

.documents-hero h1 {
  margin: 16px 0 17px;
  font-size: clamp(37px, 5vw, 60px);
}

.documents-hero-description {
  max-width: 640px;
  margin: 0;
  color: #bdaec7;
  font-size: 13px;
  line-height: 1.8;
}

.documents-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.documents-meta-item {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  color: #cab9d2;
  background: rgba(17, 7, 28, 0.25);
  font-size: 9px;
}

.documents-content {
  width: min(900px, 100%);
  margin: 32px auto 0;
}

.document-card {
  padding: 52px 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(48, 24, 66, 0.62), rgba(17, 8, 27, 0.72));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.document-intro {
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  color: #c5b6cd;
  font-size: 13px;
  line-height: 1.85;
}

.document-section {
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.document-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.document-section h2 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 19px;
  color: #fff8ff;
  font-size: clamp(18px, 2.5vw, 23px);
  line-height: 1.4;
  letter-spacing: -0.035em;
}

.document-section h2 span {
  display: inline-grid;
  min-width: 29px;
  height: 29px;
  color: #ff9dd8;
  border: 1px solid rgba(244, 123, 196, 0.28);
  border-radius: 9px;
  background: rgba(239, 105, 188, 0.1);
  font-size: 10px;
  place-items: center;
}

.document-section p {
  margin: 0 0 13px;
  color: #b9aabf;
  font-size: 12px;
  line-height: 1.85;
}

.document-section p:last-child {
  margin-bottom: 0;
}

.document-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 16px 0 13px;
  list-style: none;
}

.document-list li {
  position: relative;
  padding-left: 19px;
  color: #b9aabf;
  font-size: 12px;
  line-height: 1.75;
}

.document-list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff85cc, #a775ec);
  box-shadow: 0 0 10px rgba(244, 118, 198, 0.45);
  content: "";
}

.document-final {
  margin-top: 34px;
  padding: 22px 23px;
  border: 1px solid rgba(239, 105, 188, 0.23);
  border-radius: 16px;
  color: #f0d8e9;
  background: linear-gradient(110deg, rgba(232, 88, 178, 0.12), rgba(145, 88, 207, 0.1));
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}

.documents-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 22px;
}

.documents-navigation a {
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(48, 24, 65, 0.38);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.documents-navigation a:hover {
  border-color: rgba(239, 105, 188, 0.42);
  background: rgba(81, 37, 91, 0.45);
  transform: translateY(-4px);
}

.documents-navigation small {
  margin-bottom: 7px;
  color: #9a899f;
  font-size: 8px;
  letter-spacing: 0.07em;
}

.documents-navigation strong {
  color: #f0d8e9;
  font-size: 11px;
}

.documents-navigation span {
  margin-left: 7px;
  color: #ef69bc;
  font-size: 15px;
}

.documents-footer {
  margin-top: 25px;
}

@media (max-width: 720px) {
  .documents-main {
    padding: 25px 0 70px;
  }

  .documents-hero {
    padding: 37px 28px;
    border-radius: 22px;
  }

  .documents-back {
    margin-bottom: 25px;
  }

  .documents-hero-description {
    font-size: 11px;
  }

  .document-card {
    padding: 32px 25px;
    border-radius: 21px;
  }

  .document-intro,
  .document-section p,
  .document-list li,
  .document-final {
    font-size: 11px;
  }

  .documents-navigation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .documents-hero {
    padding: 31px 21px;
  }

  .document-card {
    padding: 28px 20px;
  }

  .documents-meta {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.connection-page {
  min-height: 100vh;
}

.connection-main {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 38px 0 90px;
}

.connection-card-wide {
  width: min(860px, 100%);
}

.connection-description {
  max-width: 620px;
  color: #b3a2bd;
  font-size: 12px;
  line-height: 1.8;
}

.connect-step {
  margin-top: 35px;
}

.connect-step-heading {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 16px;
}

.connect-step-heading > span {
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(239, 105, 188, 0.35);
  border-radius: 9px;
  color: #ff9dd8;
  background: rgba(239, 105, 188, 0.1);
  font-size: 10px;
  font-weight: 700;
  place-items: center;
}

.connect-step-heading h2 {
  margin: 0;
  color: #f8effb;
  font-size: 16px;
}

.choice-grid {
  display: grid;
  gap: 12px;
}

.device-grid {
  grid-template-columns: repeat(3, 1fr);
}

.client-grid {
  grid-template-columns: repeat(3, 1fr);
}

.choice-card {
  display: flex;
  min-height: 145px;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  color: #eee3f2;
  background: rgba(42, 19, 57, 0.58);
  cursor: pointer;
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.choice-card:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 105, 188, 0.45);
  background: rgba(76, 34, 86, 0.58);
}

.choice-card.is-selected {
  border-color: rgba(239, 105, 188, 0.72);
  background: linear-gradient(145deg, rgba(142, 54, 127, 0.48), rgba(48, 22, 68, 0.75));
  box-shadow: 0 13px 30px rgba(226, 78, 175, 0.14);
}

.choice-icon,
.choice-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-bottom: 18px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  flex-shrink: 0;
}

.choice-icon img,
.choice-logo img,
.choice-icon svg,
.choice-logo svg,
.device-symbol img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.choice-card strong {
  font-size: 12px;
}

.choice-card small {
  margin-top: 6px;
  color: #9e8daa;
  font-size: 8px;
  line-height: 1.5;
}

.device-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  color: #f3eaf5;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.windows-symbol {
  color: #62a8ff;
}

.android-symbol {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.connect-submit {
  width: 100%;
  margin-top: 32px;
  border: 0;
  cursor: pointer;
}

.connect-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.connect-submit.is-loading {
  animation: button-pulse 1s ease-in-out infinite alternate;
}

.connect-status {
  min-height: 18px;
  margin-top: 14px;
  font-size: 10px;
  line-height: 1.6;
}

.connect-status.is-visible {
  color: #c5b5ce;
}

.connect-status.is-success {
  color: #8fe8b1;
}

.connect-status.is-error {
  color: #ff9aaf;
}

.connection-result {
  display: none;
  margin-top: 22px;
  padding: 21px;
  border: 1px solid rgba(109, 231, 159, 0.24);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(55, 104, 78, 0.17), rgba(43, 22, 62, 0.45));
}

.connection-result.is-visible {
  display: block;
  animation: result-show 0.35s ease both;
}

.result-heading {
  display: flex;
  gap: 11px;
  align-items: center;
}

.result-status {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #76e9a1;
  box-shadow: 0 0 12px rgba(118, 233, 161, 0.75);
}

.result-heading strong,
.result-heading small {
  display: block;
}

.result-heading strong {
  font-size: 12px;
}

.result-heading small {
  margin-top: 5px;
  color: #9cae9f;
  font-size: 8px;
}

.result-import-button {
  display: flex;
  min-height: 43px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(105deg, #c848a1, #ed6cbb 52%, #b158d2);
  font-size: 10px;
  font-weight: 700;
}

.result-import-button span {
  font-size: 17px;
}

.result-url-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.result-url-row input {
  min-width: 0;
  flex: 1;
  height: 40px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  outline: none;
  color: #cbbbd1;
  background: rgba(9, 4, 15, 0.42);
  font-size: 9px;
}

.result-url-row button {
  min-width: 92px;
  border: 1px solid rgba(239, 105, 188, 0.35);
  border-radius: 9px;
  color: #ffd9ed;
  background: rgba(239, 105, 188, 0.12);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
}

.result-url-row button:hover {
  background: rgba(239, 105, 188, 0.23);
}

.result-note {
  margin: 13px 0 0;
  color: #978ba0;
  font-size: 9px;
  line-height: 1.65;
}

@keyframes button-pulse {
  from {
    box-shadow: 0 15px 35px rgba(233, 82, 176, 0.28);
  }

  to {
    box-shadow: 0 15px 50px rgba(233, 82, 176, 0.62);
  }
}

@keyframes result-show {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 680px) {
  .connection-main {
    padding: 22px 0 65px;
  }

  .connection-card-wide {
    padding: 30px 23px;
  }

  .device-grid,
  .client-grid {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 112px;
  }

  .choice-icon,
  .choice-logo {
    margin-bottom: 13px;
  }
}

@media (max-width: 430px) {
  .result-url-row {
    flex-direction: column;
  }

  .result-url-row button {
    min-height: 40px;
  }
}

/* ==========================================================================
   ENHANCED INTERACTIVE COMPONENTS & ANIMATIONS
   ========================================================================== */

/* 1. Background Sakura Particles Canvas */
#sakuraCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.85;
}

/* 2. Enhanced Sticky Header & Scrolled State */
.header {
  position: sticky;
  top: 0;
  z-index: 900;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
}

.header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(16, 7, 24, 0.82);
  border-bottom: 1px solid rgba(255, 221, 251, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav a {
  position: relative;
  transition: color 0.25s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--pink), var(--violet));
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav a:hover::after {
  width: 100%;
}

.nav a:hover {
  color: var(--pink-bright);
}

/* Mobile Hamburger Button */
.mobile-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: rgba(36, 17, 54, 0.6);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.mobile-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-btn.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav Drawer */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 910;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-nav-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 280px;
  height: 100%;
  z-index: 920;
  background: rgba(22, 10, 32, 0.96);
  border-left: 1px solid var(--line);
  box-shadow: -15px 0 45px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(24px);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav.is-open {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-nav-links a {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-links a:hover {
  background: rgba(239, 105, 188, 0.15);
  color: var(--pink-bright);
}

/* 3. Scroll Reveal Engine */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-delay="1"] { transition-delay: 0.1s; }
[data-reveal-delay="2"] { transition-delay: 0.2s; }
[data-reveal-delay="3"] { transition-delay: 0.3s; }
[data-reveal-delay="4"] { transition-delay: 0.4s; }

/* 4. Interactive Hero Shield Updates */
.shield-card {
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.shield-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(255, 154, 216, 0.45);
  box-shadow: 0 35px 80px rgba(235, 98, 191, 0.28), inset 0 1px rgba(255, 255, 255, 0.18);
}

.shield-card.is-scanning .central-shield {
  animation: scanning-pulse 1.2s ease-in-out infinite;
}

@keyframes scanning-pulse {
  0% { transform: scale(1); box-shadow: 0 0 20px rgba(235, 98, 191, 0.4); }
  50% { transform: scale(1.08); box-shadow: 0 0 50px rgba(255, 136, 208, 0.8); }
  100% { transform: scale(1); box-shadow: 0 0 20px rgba(235, 98, 191, 0.4); }
}

.shield-card.is-verified {
  border-color: rgba(116, 239, 170, 0.4);
}

.shield-badge-tag {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(239, 105, 188, 0.2);
  color: var(--pink-bright);
  border: 1px solid rgba(239, 105, 188, 0.3);
}

/* 5. IP & Privacy Inspector Component */
.ip-inspector-section {
  padding: 85px 0 45px;
}

.inspector-card {
  position: relative;
  background: linear-gradient(145deg, rgba(46, 21, 69, 0.82), rgba(20, 9, 32, 0.92));
  border: 1px solid rgba(255, 221, 251, 0.14);
  border-radius: 32px;
  padding: 44px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.inspector-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 105, 188, 0.18), transparent 70%);
  pointer-events: none;
}

.inspector-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}

.inspector-info h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.25;
}

.inspector-info h3 span {
  color: var(--pink);
}

.inspector-info p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.ip-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: rgba(14, 6, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  margin-bottom: 20px;
}

.ip-label {
  display: block;
  color: #9f8ea8;
  font-size: 10px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ip-value {
  font-family: monospace;
  font-size: 22px;
  font-weight: 700;
  color: #ff9ee2;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}

.ip-value.is-loading {
  opacity: 0.5;
}

.refresh-ip-btn {
  background: rgba(239, 105, 188, 0.15);
  border: 1px solid rgba(239, 105, 188, 0.3);
  color: var(--pink-bright);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.refresh-ip-btn:hover {
  background: rgba(239, 105, 188, 0.3);
  transform: scale(1.05);
}

.refresh-ip-btn.is-spinning svg {
  animation: spin 0.8s linear infinite;
}

.ip-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 120, 120, 0.16);
  color: #ff8c8c;
  border: 1px solid rgba(255, 120, 120, 0.3);
}

.ip-status-badge .badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6b6b;
  box-shadow: 0 0 8px #ff6b6b;
}

.leak-matrix {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.leak-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(30, 13, 44, 0.6);
  border: 1px solid var(--line);
}

.leak-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
}

.leak-tag-danger {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(255, 90, 90, 0.15);
  color: #ff8e8e;
  border: 1px solid rgba(255, 90, 90, 0.25);
}

.leak-tag-success {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(116, 239, 170, 0.15);
  color: #74efaa;
  border: 1px solid rgba(116, 239, 170, 0.25);
}

/* 6. Server Network & Locations Component */
.servers-section {
  padding: 70px 0;
}

.server-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 40px;
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(36, 17, 54, 0.55);
  color: var(--muted);
  border-radius: 30px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.filter-btn:hover {
  background: rgba(56, 26, 82, 0.7);
  color: var(--text);
  border-color: rgba(239, 105, 188, 0.4);
}

.filter-btn.is-active {
  background: linear-gradient(135deg, var(--pink), var(--violet));
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 24px rgba(239, 105, 188, 0.45);
}

.server-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.server-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.25s ease;
}

.server-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 105, 188, 0.4);
  box-shadow: 0 18px 45px rgba(239, 105, 188, 0.22);
}

.server-flag {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.server-meta {
  flex: 1;
  min-width: 0;
}

.server-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.server-name-row strong {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.server-ping {
  font-size: 10px;
  color: #74efaa;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.server-ping::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #74efaa;
  box-shadow: 0 0 6px #74efaa;
}

.server-tags-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.server-protocol-tag {
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(157, 104, 230, 0.16);
  color: #cda8ff;
  border: 1px solid rgba(157, 104, 230, 0.25);
  font-weight: 600;
}

.server-speed-tag {
  font-size: 9px;
  color: #9f8ea8;
}

/* 7. Speed Benchmark Simulator Component */
.speed-section {
  padding: 70px 0;
}

.speed-card-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  padding: 44px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(38, 17, 58, 0.8), rgba(18, 7, 28, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  align-items: center;
}

.speed-gauge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  background: rgba(13, 5, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}

.gauge-val-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 8px;
}

.gauge-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff 40%, var(--pink-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gauge-unit {
  font-size: 20px;
  font-weight: 600;
  color: var(--pink);
}

.gauge-bar-track {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin: 16px 0 20px;
}

.gauge-bar-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--violet), var(--pink), #ff88d0);
  border-radius: 8px;
  transition: width 0.3s ease;
  box-shadow: 0 0 16px rgba(239, 105, 188, 0.7);
}

.speed-status-info {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 20px;
}

.speed-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
  margin-bottom: 22px;
}

.speed-stat-mini {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.speed-stat-mini span {
  display: block;
  font-size: 9px;
  color: #9c89a7;
  margin-bottom: 4px;
}

.speed-stat-mini strong {
  font-size: 15px;
  color: #ffffff;
}

.speed-comparison-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison-card-item {
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(28, 12, 43, 0.7);
}

.comparison-card-item.is-highlight {
  border-color: rgba(239, 105, 188, 0.4);
  background: linear-gradient(145deg, rgba(58, 26, 88, 0.45), rgba(28, 12, 43, 0.8));
  box-shadow: 0 10px 30px rgba(239, 105, 188, 0.15);
}

.comparison-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.comparison-heading strong {
  font-size: 14px;
  font-weight: 700;
}

.comparison-card-item p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

/* 8. Interactive FAQ Accordion Component */
.faq-section {
  padding: 80px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 860px;
  margin: 40px auto 0;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(12px);
}

.faq-item:hover {
  border-color: rgba(239, 105, 188, 0.3);
}

.faq-item.is-open {
  border-color: rgba(239, 105, 188, 0.45);
  background: linear-gradient(145deg, rgba(46, 21, 68, 0.8), rgba(24, 10, 36, 0.9));
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.faq-question {
  width: 100%;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: none;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease;
  color: var(--muted);
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: rgba(239, 105, 188, 0.25);
  color: var(--pink-bright);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.3s ease;
  padding: 0 26px;
}

.faq-item.is-open .faq-answer {
  max-height: 280px;
  opacity: 1;
  padding: 0 26px 24px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

/* 9. Big Community & Bot CTA Banner */
.community-cta {
  margin: 70px 0 40px;
  padding: 60px 48px;
  border-radius: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(143, 58, 147, 0.32), rgba(30, 13, 44, 0.92)), linear-gradient(135deg, rgba(46, 20, 68, 0.6), rgba(16, 6, 25, 0.9));
  border: 1px solid rgba(239, 105, 188, 0.28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.12);
}

.community-cta::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 105, 188, 0.24), transparent 70%);
  pointer-events: none;
}

.community-cta h2 {
  font-size: 36px;
  margin: 12px 0 16px;
}

.community-cta h2 span {
  color: var(--pink);
}

.community-cta p {
  max-width: 600px;
  margin: 0 auto 32px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.community-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* 10. Responsive Media Queries for New Components */
@media (max-width: 980px) {
  .inspector-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .server-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .speed-card-wrap {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .community-cta {
    padding: 44px 24px;
  }

  .community-cta h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .server-grid {
    grid-template-columns: 1fr;
  }

  .inspector-card {
    padding: 28px 20px;
  }

  .ip-value {
    font-size: 18px;
  }

  .gauge-number {
    font-size: 48px;
  }

  .speed-stats-row {
    grid-template-columns: 1fr;
  }

  .faq-question {
    font-size: 14px;
    padding: 18px 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-answer {
    padding: 0 20px 20px;
  }
}
