:root {
  --fc-brand: #33003b;
  --fc-brand-mid: #4a0955;
  --fc-brand-light: #5a1066;
  --fc-brand-dark: #26002c;
  --fc-accent: #fbd713;
  --fc-accent-soft: #f1e8f3;
  --fc-bg: #f6f8fb;
  --fc-white: #fff;
  --fc-text: #0f1f38;
  --fc-muted: #5a6b84;
  --fc-subtle: #8494ab;
  --fc-border: #e5eaf2;
  --fc-border-alt: #eef1f6;
  --fc-radius: 16px;
}

html {
  scroll-behavior: smooth;
}

.fc-page {
  min-height: 100vh;
  background: var(--fc-bg);
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--fc-text);
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #33003b;
}

.menu-wrap.mobile {
  display: none !important;
}

.menu-wrap.loginNav {
  background: #300037 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 200 !important;
}
.menu-wrap.loginNav .nav-menu {
  padding: 0 24px;
}
.menu-wrap.loginNav .nav-menu .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.menu-wrap.loginNav .nav-menu .row {
  display: flex !important;
  align-items: center;
  height: 68px;
  margin: 0;
}
.menu-wrap.loginNav .nav-menu .col-2,
.menu-wrap.loginNav .nav-menu .col-md-2 {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}
.menu-wrap.loginNav .nav-menu .col-10,
.menu-wrap.loginNav .nav-menu .col-md-10 {
  flex: 1;
  padding: 0;
}
.menu-wrap.loginNav .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-wrap.loginNav .main-menu {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 24px;
}
.menu-wrap.loginNav .menu-toggle {
  display: none !important;
}
.menu-wrap.loginNav .logMenuImg {
  transform: none !important;
  height: 38px !important;
  width: auto !important;
  margin: 0 !important;
}
.menu-wrap.loginNav .navHome .menu-item a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  transition: color 0.15s !important;
  padding: 4px 0 !important;
}
.menu-wrap.loginNav .navHome .menu-item a:hover {
  color: #fbd713 !important;
  text-decoration: none !important;
}
.menu-wrap.loginNav .navHome .menu-item a.fc-nav-current {
  color: #fbd713 !important;
  font-weight: 700 !important;
}
.menu-wrap.loginNav .btn-default-yellow-fill {
  background: #fbd713 !important;
  color: #33003b !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 9px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  transition: filter 0.15s !important;
  white-space: nowrap !important;
}
.menu-wrap.loginNav .btn-default-yellow-fill:hover {
  filter: brightness(1.08) !important;
}
.menu-wrap.loginNav .navHome .menu-item a:has(.btn-default-yellow-fill) {
  color: inherit !important;
}
.menu-wrap.loginNav .navHome .menu-item a:has(.btn-default-yellow-fill):hover {
  color: inherit !important;
}

@media (max-width: 767px) {
  .menu-wrap.loginNav {
    display: none !important;
  }
  .menu-wrap.mobile {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1100 !important;
  }
  .menu-wrap.mobile .container {
    max-width: 100%;
    padding: 0 16px;
    position: relative;
    z-index: 1051;
  }
  .menu-wrap.mobile .row {
    display: flex !important;
    align-items: center;
    height: 60px;
    margin: 0;
  }
  .menu-wrap.mobile .col-6 {
    flex: 1;
    padding: 0;
  }
  .menu-wrap.mobile .col-6:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .menu-wrap.mobile .logMenuImg {
    height: 30px !important;
    width: auto !important;
    transform: none !important;
    margin: 0 !important;
    display: block;
  }
  .menu-wrap.mobile .menu-toggle {
    background: none;
    border: none;
    padding: 8px 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .menu-wrap.mobile .menu-toggle .icon {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition:
      transform 0.25s,
      opacity 0.25s;
  }
  .menu-wrap.mobile.active .menu-toggle .icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-wrap.mobile.active .menu-toggle .icon:nth-child(2) {
    opacity: 0;
  }
  .menu-wrap.mobile.active .menu-toggle .icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .menu-wrap.mobile .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2d0035;
    z-index: 1050;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 80px 24px 40px;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .menu-wrap.mobile.active .main-menu {
    transform: translateX(0);
  }
  .menu-wrap.mobile .mobile-menu-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.65);
    font-size: 22px;
    cursor: pointer;
    padding: 8px 10px;
    line-height: 1;
    border-radius: 8px;
    transition: color 0.15s, background 0.15s;
  }
  .menu-wrap.mobile .mobile-menu-close:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
  }
  .menu-wrap.mobile .main-menu .menu-item {
    text-align: center;
    width: 100%;
  }
  .menu-wrap.mobile .main-menu .menu-item a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif !important;
    text-decoration: none !important;
    display: block;
    padding: 10px 0;
    transition: color 0.15s;
  }
  .menu-wrap.mobile .main-menu .menu-item a:hover {
    color: #fbd713 !important;
  }
  .menu-wrap.mobile .main-menu .btn-default-yellow-fill {
    background: #fbd713 !important;
    color: #33003b !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    white-space: nowrap !important;
  }
  .menu-wrap.mobile .main-menu .menu-item a:has(.btn-default-yellow-fill) {
    padding: 4px 0 !important;
  }
}

.fp-hero {
  background: linear-gradient(180deg, #33003b, #4a0955);
  color: #fff;
  padding: 48px 24px 44px;
}
.fp-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.fp-hero h1 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
  color: #fff;
}
.fp-hero p {
  font-size: 16px;
  color: #cba9d6;
  margin: 0;
  line-height: 1.6;
}

.fp-tabs-wrap {
  background: var(--fc-white);
  border-bottom: 1px solid var(--fc-border);
  position: sticky;
  top: 68px;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.fp-tabs {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.fp-tabs::-webkit-scrollbar {
  display: none;
}
.fp-tab {
  background: none;
  border: 1.5px solid transparent;
  border-radius: 50px;
  padding: 9px 20px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  color: var(--fc-muted);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
  letter-spacing: 0.01em;
}
.fp-tab:hover {
  background: rgba(109, 40, 217, 0.06);
  color: var(--fc-brand);
  border-color: rgba(109, 40, 217, 0.15);
}
.fp-tab.active {
  font-weight: 700;
  background: var(--fc-brand);
  color: #fff;
  border-color: var(--fc-brand);
}

.fp-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 24px 72px;
}
.fp-body-inner {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 380px);
  grid-template-rows: auto auto;
  grid-template-areas:
    "main  aside"
    "footer aside";
  gap: 28px;
  align-items: start;
}
.fp-main {
  grid-area: main;
  min-width: 0;
}
.fp-calc-aside {
  grid-area: aside;
  position: sticky;
  top: 128px;
}
.fp-table-footer {
  grid-area: footer;
}

.fp-section {
  display: none;
}
.fp-section--active {
  display: block;
}

.fp-filters {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 20px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 20px;
}
.fp-filter-group {
}
.fp-filter-group-pair {
  display: flex;
  gap: 22px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.fp-filter-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--fc-subtle);
  margin-bottom: 8px;
}
.fp-pill-static {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--fc-accent-soft);
  color: var(--fc-brand);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
}
.fp-pill-static .fp-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fc-accent);
}
.fp-plan-toggle {
  display: inline-flex;
  background: #eef2f7;
  border-radius: 999px;
  padding: 3px;
  gap: 0;
}
.fp-plan-btn {
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--fc-muted);
  transition: all 0.15s;
}
.fp-plan-btn.active {
  background: var(--fc-brand);
  color: #fff;
}
.fp-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.fp-chip {
  border: 1.5px solid var(--fc-border);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--fc-white);
  color: var(--fc-muted);
  transition: all 0.15s;
}
.fp-chip:hover {
  border-color: var(--fc-brand);
  color: var(--fc-brand);
}
.fp-chip.active {
  border-color: var(--fc-brand);
  background: var(--fc-brand);
  color: #fff;
}

.fp-commitment-wrap {
  margin-bottom: 4px;
}
.fp-commitment-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #f5f0ff;
  border: 1px solid #e9d5ff;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #6d28d9;
  margin-bottom: 12px;
  line-height: 1.5;
}
.fp-commitment-label i {
  margin-top: 2px;
  flex-shrink: 0;
  color: #a855f7;
}
.fp-billing-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.fp-payg-toggle {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
  background: rgba(74, 9, 85, 0.07);
  border-radius: 9px;
  padding: 3px;
  width: fit-content;
}
.fp-payg-btn {
  padding: 6px 20px;
  border: none;
  background: transparent;
  border-radius: 7px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4a0955;
  cursor: pointer;
  transition: background 0.16s, color 0.16s;
}
.fp-payg-btn--active {
  background: #4a0955;
  color: #fff;
}
.fp-bill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 11px;
  border: 1.5px solid var(--fc-border);
  background: var(--fc-white);
  color: #3d4c63;
  transition: all 0.15s;
}
.fp-bill-btn.active {
  border-color: var(--fc-brand);
  background: var(--fc-brand);
  color: #fff;
  font-weight: 700;
}
.fp-bill-badge {
  background: var(--fc-accent-soft);
  color: var(--fc-brand);
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  transition: background 0.15s;
}
.fp-bill-btn.active .fp-bill-badge {
  background: var(--fc-accent);
}

.fp-table-wrap {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  overflow: hidden;
  display: grid;
  grid-template-columns:
    minmax(180px, 2fr) repeat(3, minmax(64px, 1fr))
    minmax(150px, 1.4fr) 92px;
}

.fp-table-wrap table.compare,
.fp-table-wrap table.compare thead,
.fp-table-wrap table.compare tbody,
.fp-table-head,
.fp-table-wrap table.compare tr.mix,
.fp-table-wrap table.compare tr#basicTr,
.fp-table-wrap table.compare tr#gpTr,
.fp-table-wrap table.compare tr#coTr {
  display: contents;
}

.fp-table-head th {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 14px 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--fc-subtle);
  background: var(--fc-white);
  border-bottom: 1px solid var(--fc-border);
  text-align: left;
}
.fp-table-head th:first-child {
  padding-left: 22px;
}
.fp-table-head th:last-child {
  padding-right: 22px;
}
.fp-table-head th:nth-child(2),
.fp-table-head th:nth-child(3),
.fp-table-head th:nth-child(4) {
  text-align: center;
}
.fp-table-head th:nth-child(5) {
  text-align: end;
}

.fp-table-wrap table.compare tr.mix td {
  display: block;
  padding: 15px 8px;
  border: none;
  border-bottom: 1px solid var(--fc-border-alt);
  min-width: 0;
  overflow: hidden;
  background: var(--fc-white);
  transition: background 0.12s;
}
.fp-table-wrap table.compare tr.mix td:first-child {
  padding-left: 22px;
}
.fp-table-wrap table.compare tr.mix td:last-child {
  padding-right: 22px;
}
.fp-table-wrap table.compare tr.mix td:nth-child(2),
.fp-table-wrap table.compare tr.mix td:nth-child(3),
.fp-table-wrap table.compare tr.mix td:nth-child(4) {
  text-align: center;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.fp-table-wrap table.compare tr.mix td:nth-child(5) {
  text-align: end;
}
.fp-table-wrap table.compare tr.mix td:nth-child(6) {
  text-align: end;
}

.fp-table-wrap table.compare tr.mix:hover td {
  background: #fafbfd;
}
.fp-table-wrap table.compare tr.mix:last-child td {
  border-bottom: none;
}
.fp-table-wrap .titletd {
  grid-column: 1 / -1;
  background: #f5eff7;
  color: var(--fc-brand);
  font-weight: 700;
  padding: 10px 22px;
  border: none;
  border-bottom: 1px solid var(--fc-border-alt);
}
.fp-table-wrap .flavorName {
  display: block;
  font-weight: 600;
  font-size: 13.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.fp-price-value {
  font-weight: 800;
  font-size: 15.5px;
  color: var(--fc-brand);
  font-variant-numeric: tabular-nums;
}
.fp-price-suffix {
  font-size: 12px;
  color: var(--fc-subtle);
}
.fp-price-original {
  font-size: 12.5px;
  color: var(--fc-subtle);
  text-decoration: line-through;
  display: block;
}

.price-display {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}
.original-price-line {
  font-size: 12px;
  color: var(--fc-subtle);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.current-price-line {
  display: flex;
  align-items: baseline;
  gap: 3px;
  justify-content: flex-end;
}
.price-value {
  font-weight: 800;
  font-size: 15.5px;
  color: var(--fc-brand);
  font-variant-numeric: tabular-nums;
}
.period sup.elevate {
  font-size: 11px;
  color: var(--fc-subtle);
  font-weight: 500;
  vertical-align: baseline;
}
.tperiod {
  font-size: 11px;
  color: var(--fc-subtle);
}
.discount-badge {
  display: none;
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 999px;
  line-height: 1.4;
}
.fp-popular-badge {
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
}
.fp-table-wrap table.compare tr.mix.fp-popular td {
  background: #fdf9e8;
}
.fp-table-wrap table.compare tr.mix.fp-popular:hover td {
  background: #f5edcc;
}
.fp-add-btn {
  background: var(--fc-accent-soft);
  color: var(--fc-brand);
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 9px;
  white-space: nowrap;
  transition: background 0.15s;
}
.fp-add-btn:hover {
  background: #e8d5ee;
}
.fp-table-wrap table.compare tr.mix.fp-hidden {
  display: none;
}

.fp-table-wrap table.compare tr#basicTr td,
.fp-table-wrap table.compare tr#gpTr td,
.fp-table-wrap table.compare tr#coTr td {
  padding: 10px 22px !important;
  background: #f5eff7;
  color: var(--fc-brand);
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}

.fp-table-wrap.fp-show-gp #basicTbody,
.fp-table-wrap.fp-show-gp #coTbody {
  display: none;
}

.fp-table-wrap.fp-show-basic #gpTbody,
.fp-table-wrap.fp-show-basic #coTbody {
  display: none;
}

.fp-table-wrap.fp-show-co #basicTbody,
.fp-table-wrap.fp-show-co #gpTbody {
  display: none;
}

.fp-explain {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  border: 1px solid var(--fc-border);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 28px;
}
.fp-explain-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--fc-accent-soft);
  display: grid;
  place-items: center;
  font-size: 22px;
  color: var(--fc-brand);
  flex-shrink: 0;
}
.fp-explain-body {
  flex: 1;
  min-width: 0;
}
.fp-explain-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--fc-brand);
  margin: 0 0 8px;
}
.fp-explain-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--fc-muted);
  margin: 0 0 14px;
}
.fp-explain-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fp-explain-features span {
  background: var(--fc-accent-soft);
  color: var(--fc-brand);
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
.fp-explain-visual {
  width: 260px;
  flex-shrink: 0;
}
.fp-explain-visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 700px) {
  .fp-explain {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }
  .fp-explain-visual {
    width: 100%;
    max-width: 200px;
    align-self: center;
  }
}

.fp-unit-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.fp-unit-card {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 26px 24px;
}
.fp-unit-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--fc-accent-soft);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-size: 20px;
  color: #8a1f9c;
}
.fp-unit-name {
  font-weight: 700;
  font-size: 16.5px;
  margin-bottom: 6px;
}
.fp-unit-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fc-muted);
  margin-bottom: 16px;
}
.fp-unit-price {
  font-size: 14px;
  margin-bottom: 4px;
}
.fp-unit-price strong {
  font-weight: 800;
  font-size: 19px;
  color: var(--fc-brand);
  font-variant-numeric: tabular-nums;
}
.fp-unit-price span {
  color: var(--fc-subtle);
  font-size: 13px;
}
.fp-unit-subprice {
  font-size: 12.5px;
  color: var(--fc-subtle);
  margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
}
.fp-gib-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.fp-gib-dec,
.fp-gib-inc {
  background: var(--fc-accent-soft);
  color: var(--fc-brand);
  border: none;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}
.fp-gib-dec:hover,
.fp-gib-inc:hover {
  background: #e8d5ee;
}
.fp-gib-input {
  width: 72px;
  border: 1.5px solid var(--fc-border);
  border-radius: 7px;
  padding: 5px 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--fc-text);
  background: var(--fc-white);
  outline: none;
  font-variant-numeric: tabular-nums;
  -moz-appearance: textfield;
}
.fp-gib-input::-webkit-inner-spin-button,
.fp-gib-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.fp-gib-input:focus {
  border-color: var(--fc-brand);
}
.fp-gib-lbl {
  font-size: 13px;
  font-weight: 600;
  color: var(--fc-subtle);
}
.fp-gib-price {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--fc-brand);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.fp-add-estimate-btn {
  background: var(--fc-accent-soft);
  color: var(--fc-brand);
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 18px;
  border-radius: 10px;
  transition: background 0.15s;
}
.fp-add-estimate-btn:hover {
  background: #e8d5ee;
}

.fp-obj-traffic {
  margin-top: 24px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d1e9ff;
  background: #f0f8ff;
}
.fp-obj-traffic-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  background: #ddeeff;
  font-size: 13px;
  font-weight: 700;
  color: #1a5fa8;
  border-bottom: 1px solid #c4dffa;
}
.fp-obj-traffic-icon {
  width: 28px;
  height: 28px;
  background: #1a5fa8;
  color: #fff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.fp-obj-traffic-rows {
  display: flex;
  flex-direction: column;
}
.fp-obj-traffic-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 18px;
  font-size: 13px;
  color: #2d4a6a;
  border-bottom: 1px solid #ddeeff;
}
.fp-obj-traffic-row:last-child {
  border-bottom: none;
}
.fp-obj-traffic-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e8f5e9;
  color: #1b7a3a;
  border: 1px solid #b2dfca;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.fp-calc-inner {
  background: var(--fc-brand);
  color: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(51, 0, 59, 0.25);
}
.fp-calc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.fp-calc-title {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.fp-calc-clear {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #cba9d6;
}
.fp-calc-clear:hover {
  color: #fff;
}
.fp-cart-empty {
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 22px 18px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #cba9d6;
  text-align: center;
  margin-bottom: 18px;
}
.fp-cart-empty b {
  color: var(--fc-accent);
}
.fp-cart-items {
  margin-bottom: 4px;
}
.fp-cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fp-cart-item-info {
  flex: 1;
  min-width: 0;
}
.fp-cart-item-label {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fp-cart-item-price {
  font-size: 11.5px;
  color: #cba9d6;
  font-variant-numeric: tabular-nums;
}
.fp-cart-qty {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fp-qty-btn {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: background 0.15s;
}
.fp-qty-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
.fp-qty-num {
  font-size: 13px;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.fp-unit-switcher {
  display: flex;
  gap: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 3px;
  margin: 18px 0 16px;
  flex-wrap: wrap;
}
.fp-unit-sw-btn {
  flex: 1;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 4px;
  border-radius: 8px;
  background: transparent;
  color: #cba9d6;
  transition: all 0.15s;
}
.fp-unit-sw-btn.active {
  background: var(--fc-accent);
  color: var(--fc-brand);
}
.fp-calc-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4px;
  gap: 8px;
}
.fp-total-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.fp-total-original {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.fp-total-label {
  font-size: 13.5px;
  color: #cba9d6;
}
.fp-total-value {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--fc-accent);
}
.fp-total-value small {
  font-size: 13px;
  font-weight: 600;
  color: #cba9d6;
}
.fp-calc-discount {
  font-size: 12px;
  color: #cba9d6;
  margin-bottom: 14px;
}
.fp-calc-cta {
  display: block;
  text-align: center;
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-weight: 800;
  font-size: 15px;
  padding: 13px 0;
  border-radius: 12px;
  margin-top: 12px;
  text-decoration: none;
  transition: filter 0.15s;
}
.fp-calc-cta:hover {
  filter: brightness(1.06);
  color: var(--fc-brand);
  text-decoration: none;
}
.fp-calc-note {
  font-size: 11.5px;
  color: #b98cc7;
  text-align: center;
  margin-top: 10px;
}

.fp-reassurance {
  background: var(--fc-white);
  border-top: 1px solid var(--fc-border);
  padding: 48px 24px;
}
.fp-reassurance-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}
.fp-reassure-item {
  display: flex;
  gap: 14px;
}
.fp-reassure-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--fc-brand);
  color: var(--fc-accent);
  display: grid;
  place-items: center;
  font-size: 17px;
  flex-shrink: 0;
}
.fp-reassure-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}
.fp-reassure-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--fc-muted);
}

.fp-billing-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(74, 9, 85, 0.06);
  border: 1px solid rgba(74, 9, 85, 0.13);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  color: #4a0955;
  font-weight: 500;
  margin-bottom: 14px;
}
.fp-billing-chip i {
  color: #7c3aed;
  font-size: 12px;
  flex-shrink: 0;
}
.fp-compute-infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.fp-ci-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #3d4c63;
}
.fp-ci-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}
.fp-ci--network { background: #eff6ff; }
.fp-ci--network .fp-ci-icon { background: #dbeafe; color: #2563eb; }
.fp-ci--pause { background: #fff7ed; }
.fp-ci--pause .fp-ci-icon { background: #fed7aa; color: #c2410c; }
.fp-ci--gift { background: #f0fdf4; }
.fp-ci--gift .fp-ci-icon { background: #bbf7d0; color: #15803d; }
.fp-ci--clock { background: #f5f0ff; }
.fp-ci--clock .fp-ci-icon { background: #e9d5ff; color: #7c3aed; }

.fp-snap-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f0f4ff;
  border: 1px solid #c7d7f7;
  font-size: 13px;
  line-height: 1.6;
  color: #3d4c63;
}
.fp-snap-info-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  background: #c7d7f7;
  color: #2451c7;
}

.fc-footer {
  background: var(--fc-brand-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 56px 24px 32px;
}
.fc-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
}
.fc-footer-brand {
  max-width: 280px;
}
.fc-footer-logo {
  display: inline-block;
  border-radius: 8px;
  padding: 5px 12px;
  margin-bottom: 14px;
  text-decoration: none;
}
.fc-footer-logo-img {
  height: 34px;
  width: auto;
  display: block;
}
.fc-footer-desc {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}
.fc-footer-cols {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}
.fc-footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c7d3e4;
  margin-bottom: 14px;
}
.fc-footer-links {
  display: grid;
  gap: 10px;
  font-size: 14px;
}
.fc-footer-links a,
.fc-footer-links span {
  color: #8fa3be;
  text-decoration: none;
  transition: color 0.15s;
}
.fc-footer-links a:hover {
  color: #fff;
}
.fc-footer-social {
  display: flex;
  gap: 10px;
}
.fc-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #44104e;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
}
.fc-social-btn:hover {
  background: #5a1066;
  color: #fff;
  text-decoration: none;
}
.fc-footer-bottom {
  max-width: 1240px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid #44104e;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
}
.fc-footer-bottom a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.fc-footer-bottom a:hover {
  color: #fff;
}
.fc-footer-bottom-links {
  display: flex;
  gap: 20px;
}
.fc-footer-bottom-links a {
  color: #8fa3be;
  text-decoration: none;
  transition: color 0.15s;
}
.fc-footer-bottom-links a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .fp-body-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .fp-main {
    order: 1;
  }
  .fp-calc-aside {
    position: static;
    top: auto;
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .fp-table-footer {
    order: 3;
  }
}
@media (max-width: 820px) {
  .fc-page { max-width: 100vw; overflow-x: hidden; }
  .fp-body {
    padding: 24px 16px 48px;
  }
  .fp-filters {
    gap: 16px;
  }
  .fp-hero {
    padding: 36px 16px 32px;
  }
  .fp-hero-inner h1 {
    font-size: clamp(26px, 6vw, 38px);
  }
  .fp-tabs-wrap {
    top: 60px;
  }
  .fp-unit-cards {
    grid-template-columns: 1fr;
  }
  .fp-backup-banner {
    flex-direction: column;
    gap: 12px;
  }
  .fp-backup-banner-icon {
    align-self: flex-start;
  }
}
@media (max-width: 640px) {
  .fc-footer { padding: 44px 20px 28px; }
  .fc-footer-inner { flex-direction: column; align-items: center; gap: 32px; text-align: center; }
  .fc-footer-brand { max-width: 100%; }
  .fc-footer-cols { gap: 32px; justify-content: center; }
  .fc-footer-bottom { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
  .fc-footer-bottom-links { flex-wrap: wrap; justify-content: center; }
  .fp-filter-group-pair {
    flex-wrap: wrap;
    gap: 14px;
  }
  .fp-plan-toggle {
    flex-wrap: wrap;
  }
  .fp-tabs-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .fp-tabs {
    min-width: max-content;
  }
  .fp-gib-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .fp-fg-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .fp-fg-pattern {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .fp-hero {
    padding: 28px 14px 24px;
  }
  .fp-hero-inner h1 {
    font-size: clamp(22px, 7vw, 32px);
  }
}
@media (max-width: 480px) {
  .fp-tab {
    padding: 7px 14px;
    font-size: 12.5px;
  }
  .fp-billing-row {
    gap: 6px;
  }
  .fp-bill-btn {
    font-size: 12.5px;
    padding: 8px 12px;
  }
  .fp-filters {
    flex-direction: column;
    gap: 12px;
  }
  .fp-filter-group {
    flex-wrap: wrap;
  }
  .fp-filter-group-pair {
    flex-direction: column;
    gap: 12px;
  }
  .fp-unit-card {
    padding: 18px 16px;
  }
  .fp-gib-input {
    width: 64px;
  }
  .fp-hero-inner h1 {
    font-size: 22px;
  }
  .fp-hero-inner p {
    font-size: 14px;
  }
  .fp-backup-banner {
    padding: 16px;
  }
  .fp-backup-banner-rates { gap: 8px; }
  .fp-backup-banner-rates span { padding: 6px 12px; }
  .fp-backup-banner-rates span strong { font-size: 13px; }
  .fp-backup-banner-rates span small { font-size: 10.5px; }
  .fp-fg-naming-grid {
    grid-template-columns: 1fr;
  }
  .fp-fg-profiles-full {
    grid-template-columns: 1fr;
  }
  .fp-fg-profiles {
    gap: 6px;
  }
  .fp-fg-profile {
    flex: 1 1 calc(50% - 3px);
    padding: 5px 8px;
    gap: 5px;
  }
  .fp-fg-profile-name { font-size: 11.5px; }
  .fp-fg-profile-desc { font-size: 10.5px; }
  .fp-plan-toggle {
    display: flex;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    flex-wrap: nowrap;
  }
  .fp-plan-toggle::-webkit-scrollbar { display: none; }
  .fp-plan-btn {
    flex: 1;
    flex-shrink: 0;
    text-align: center;
    padding: 7px 8px;
    font-size: 10.5px;
    white-space: nowrap;
  }
  .fp-body {
    padding: 18px 12px 40px;
  }
  .fp-filters {
    padding: 14px 14px;
  }
}

@media (max-width: 680px) {
  .fp-compute-infos {
    grid-template-columns: 1fr;
  }
  .fp-table-wrap {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--fc-border);
    border-radius: var(--fc-radius);
    width: 100%;
    box-sizing: border-box;
  }
  .fp-table-wrap table.compare {
    display: table;
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .fp-table-wrap table.compare thead { display: table-header-group; }
  .fp-table-wrap table.compare tbody { display: table-row-group; }
  .fp-table-wrap table.compare tr.fp-table-head,
  .fp-table-wrap table.compare tr#basicTr,
  .fp-table-wrap table.compare tr#gpTr,
  .fp-table-wrap table.compare tr#coTr,
  .fp-table-wrap table.compare tr.mix { display: table-row; }

  .fp-table-wrap table.compare tr.mix td,
  .fp-table-wrap table.compare thead th {
    display: table-cell;
    padding: 9px 6px;
    font-size: 11.5px;
    line-height: 1.3;
    border-bottom: 1px solid var(--fc-border-alt);
    background: var(--fc-white);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .fp-table-wrap table.compare thead th {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--fc-subtle);
    border-bottom: 2px solid var(--fc-border);
    padding: 8px 6px;
    background: var(--fc-white);
  }

  .fp-table-wrap table.compare thead th:nth-child(1),
  .fp-table-wrap table.compare tr.mix td:nth-child(1) { width: 34%; padding-left: 10px; }
  .fp-table-wrap table.compare thead th:nth-child(2),
  .fp-table-wrap table.compare tr.mix td:nth-child(2) { width: 14%; text-align: center; }
  .fp-table-wrap table.compare thead th:nth-child(3),
  .fp-table-wrap table.compare tr.mix td:nth-child(3) { width: 13%; text-align: center; }
  .fp-table-wrap table.compare thead th:nth-child(4),
  .fp-table-wrap table.compare tr.mix td:nth-child(4) { display: none; }
  .fp-table-wrap table.compare thead th:nth-child(5),
  .fp-table-wrap table.compare tr.mix td:nth-child(5) { width: 27%; text-align: right; }
  .fp-table-wrap table.compare thead th:nth-child(6),
  .fp-table-wrap table.compare tr.mix td:nth-child(6) { width: 12%; text-align: center; padding: 9px 4px; }

  .fp-table-wrap .titletd {
    grid-column: unset;
    display: table-cell !important;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 700;
    background: #f0e8f5 !important;
    color: var(--fc-brand);
    position: static !important;
    box-shadow: none !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fp-table-wrap table.compare tr.mix.fp-hidden { display: none !important; }
  .fp-table-wrap table.compare tr.mix.fp-popular td { background: #fdf9e8 !important; }
  .fp-table-wrap table.compare tr.mix.fp-popular td:nth-child(1),
  .fp-table-wrap table.compare tr.mix.fp-popular td:nth-child(6) { background: #fdf9e8 !important; }
  .fp-table-wrap .flavorName { font-size: 10.5px; white-space: nowrap; font-weight: 600; overflow: hidden; text-overflow: ellipsis; display: block; max-width: 100%; }
  .price-value { font-size: 11px; font-weight: 700; }
  .period .tperiod { display: none; }
  .period sup { font-size: 9px; }
  .fp-add-btn { padding: 4px 7px; font-size: 10.5px; white-space: nowrap; border-radius: 7px; }
}

.fc-lang-switcher {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 9999;
  background: #2d0035;
  border-radius: 10px 0 0 10px;
  padding: 6px 4px;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.25);
}

.fc-lang-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition:
    background 0.15s,
    color 0.15s;
  letter-spacing: 0.04em;
}

.fc-lang-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.fc-lang-btn--active {
  color: #fbd713 !important;
}

[dir="rtl"] .fc-lang-switcher {
  right: auto;
  left: 0;
  border-radius: 0 10px 10px 0;
}

.fc-cur-switcher {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.fc-cur-trigger {
  display: none;
}

.fc-cur-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #1a002e;
  border-radius: 0 10px 10px 0;
  padding: 6px 4px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.25);
}

.fc-cur-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  letter-spacing: 0.04em;
}

.fc-cur-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.fc-cur-btn--active {
  color: #fbd713 !important;
}

[dir="rtl"] .fc-cur-switcher {
  left: auto;
  right: 0;
}

[dir="rtl"] .fc-cur-menu {
  border-radius: 10px 0 0 10px;
}

.fp-snapshot-strip {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 18px 22px;
  margin-top: 16px;
}
.fp-snapshot-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--fc-brand);
  margin-bottom: 14px;
}
.fp-snapshot-header i {
  font-size: 13px;
}
.fp-snapshot-cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.fp-snapshot-card {
  flex: 1 1 180px;
  background: var(--fc-bg);
  border: 1px solid var(--fc-border);
  border-radius: 10px;
  padding: 14px 16px;
}
.fp-snapshot-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--fc-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.fp-snapshot-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--fc-text);
  font-variant-numeric: tabular-nums;
}
.fp-snapshot-price span {
  font-size: 12px;
  font-weight: 500;
  color: var(--fc-muted);
}
.fp-snapshot-subprice {
  font-size: 11.5px;
  color: var(--fc-subtle);
  margin-top: 3px;
  font-variant-numeric: tabular-nums;
}
.fp-snapshot-note {
  font-size: 12px;
  color: var(--fc-subtle);
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}
.fp-backup-banner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(135deg, #0f3057 0%, #1a4a7a 100%);
  border-radius: var(--fc-radius);
  padding: 20px 22px;
  margin-top: 16px;
}
.fp-backup-banner-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #7ec8e3;
}
.fp-backup-banner-body {
  flex: 1;
}
.fp-backup-banner-title {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.fp-backup-banner-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  margin-bottom: 12px;
}
.fp-backup-banner-rates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.fp-backup-banner-rates span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(126, 200, 227, 0.25);
  border-radius: 6px;
  padding: 8px 14px;
  font-variant-numeric: tabular-nums;
}
.fp-backup-banner-rates span em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(126, 200, 227, 0.7);
  margin-bottom: 2px;
}
.fp-backup-banner-rates span strong {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.fp-backup-banner-rates span small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.fp-flavor-guide {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  margin-bottom: 20px;
  overflow: hidden;
}
.fp-flavor-guide summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  user-select: none;
}
.fp-flavor-guide summary::-webkit-details-marker {
  display: none;
}

.fp-fg-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.fp-fg-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--fc-brand);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.fp-fg-title i {
  font-size: 14px;
  color: var(--fc-brand);
}

.fp-fg-pattern {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  font-weight: 700;
}
.fp-fg-dot {
  color: var(--fc-muted);
  font-weight: 400;
}

.fp-fg-seg {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Courier New", Courier, monospace;
}
.fp-fg-seg--gen {
  background: #e8f4ff;
  color: #1a5fa8;
}
.fp-fg-seg--profile {
  background: #fff0e0;
  color: #b05a00;
}
.fp-fg-seg--tier {
  background: #eef9ee;
  color: #1a7a2a;
}
.fp-fg-seg--mem {
  background: #f3eeff;
  color: var(--fc-brand);
}

.fp-fg-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--fc-brand);
  white-space: nowrap;
}
.fp-fg-toggle i {
  transition: transform 0.2s;
}
.fp-flavor-guide[open] .fp-fg-toggle i {
  transform: rotate(180deg);
}

.fp-fg-profiles {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.fp-fg-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  flex: 1 1 180px;
}
.fp-fg-profile--basic {
  background: #fff8f0;
  border: 1px solid #ffd9a8;
}
.fp-fg-profile--shared {
  background: #f0f7ff;
  border: 1px solid #a8cfff;
}
.fp-fg-profile--optimized {
  background: #f0fff4;
  border: 1px solid #a8e6b8;
}

.fp-fg-profile-name {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.fp-fg-profile--basic .fp-fg-profile-name {
  color: #b05a00;
}
.fp-fg-profile--shared .fp-fg-profile-name {
  color: #1a5fa8;
}
.fp-fg-profile--optimized .fp-fg-profile-name {
  color: #1a7a2a;
}

.fp-fg-profile-desc {
  font-size: 12px;
  color: var(--fc-muted);
  font-weight: 500;
}

.fp-fg-body {
  border-top: 1px solid var(--fc-border);
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fp-fg-naming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.fp-fg-seg-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fp-fg-seg-detail .fp-fg-seg {
  flex-shrink: 0;
  margin-top: 2px;
}
.fp-fg-seg-detail p {
  font-size: 12.5px;
  color: var(--fc-muted);
  line-height: 1.5;
  margin: 0;
}

.fp-fg-profiles-full {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.fp-fg-pf {
  border-radius: 10px;
  padding: 14px 16px;
}
.fp-fg-pf--basic {
  background: #fff8f0;
  border: 1px solid #ffd9a8;
}
.fp-fg-pf--shared {
  background: #f0f7ff;
  border: 1px solid #a8cfff;
}
.fp-fg-pf--optimized {
  background: #f0fff4;
  border: 1px solid #a8e6b8;
}

.fp-fg-pf-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 8px;
}
.fp-fg-pf-header code {
  font-size: 11.5px;
  background: rgba(0, 0, 0, 0.06);
  padding: 2px 7px;
  border-radius: 4px;
  color: var(--fc-muted);
  font-family: "Courier New", Courier, monospace;
  white-space: nowrap;
}
.fp-fg-pf p {
  font-size: 12.5px;
  color: var(--fc-muted);
  line-height: 1.55;
  margin: 0;
}

.fp-fg-hw {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #faf5ff;
  border: 1px solid #e9d5ff;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  color: var(--fc-text);
  line-height: 1.55;
}
.fp-fg-hw i {
  color: var(--fc-brand);
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

@media (max-width: 820px) {
  .fc-lang-switcher {
    top: auto;
    bottom: 12px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    border-radius: 20px;
    padding: 4px 6px;
    gap: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  }
  .fc-lang-btn {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    font-size: 10.5px;
  }
  .fc-lang-btn:last-child {
    border-right: none;
  }
  [dir="rtl"] .fc-lang-switcher {
    left: 50%;
    right: auto;
    border-radius: 20px;
  }
  .fc-cur-switcher {
    top: auto;
    bottom: 20px;
    left: 16px;
    transform: none;
  }

  .fc-cur-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1a002e;
    border: 2px solid rgba(251, 215, 19, 0.35);
    color: #fbd713;
    font-size: 12px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  }

  .fc-cur-trigger:hover,
  .fc-cur-switcher--open .fc-cur-trigger {
    border-color: rgba(251, 215, 19, 0.7);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
  }

  .fc-cur-menu {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    flex-direction: column;
    gap: 0;
    border-radius: 12px;
    padding: 4px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    min-width: 72px;
    opacity: 0;
    transform: translateY(10px) scale(0.92);
    transform-origin: bottom left;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.22s ease;
  }

  .fc-cur-switcher--open .fc-cur-menu {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .fc-cur-btn {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 10px 16px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .fc-cur-btn:last-child {
    border-bottom: none;
  }

  [dir="rtl"] .fc-cur-switcher {
    left: auto;
    right: 16px;
  }

  [dir="rtl"] .fc-cur-menu {
    left: auto;
    right: 0;
    transform-origin: bottom right;
  }
}

@media (max-width: 480px) {
  .fp-fg-profile {
    padding: 6px 12px;
  }
  .fp-fg-pf {
    padding: 10px 12px;
  }
}

@media (max-width: 360px) {
  .fp-table-wrap table.compare { min-width: 320px; }
  .fp-table-wrap table.compare tr.mix td,
  .fp-table-wrap table.compare thead th { font-size: 10.5px; padding: 8px 4px; }
  .fp-table-wrap table.compare thead th { font-size: 8.5px; }
  .fp-table-wrap .flavorName { font-size: 10.5px; }
  .fp-add-btn { padding: 4px 6px; font-size: 10px; }
  .price-value { font-size: 10.5px; }
}
