
/* ==========================================================
   TriumphVPN Website V2
   ========================================================== */

.brand-text-v2 strong {
  font-size: 17px;
  letter-spacing: -.025em;
}

.hero-product-label {
  color: #c8d2ee;
  border-color: rgba(80, 122, 255, .16);
  background:
    linear-gradient(
      90deg,
      rgba(46, 105, 211, .1),
      rgba(102, 72, 210, .06)
    );
}

.hero-proof {
  max-width: 580px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof > span {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  color: #72e8b4;
  border: 1px solid rgba(82,230,170,.22);
  border-radius: 50%;
  background: rgba(82,230,170,.07);
  font-size: 11px;
  font-weight: 900;
}

.hero-proof p {
  margin: 0;
  color: #717d9d;
  font-size: 12px;
  line-height: 1.6;
}

.hero-main-button {
  min-width: 235px;
  background:
    linear-gradient(
      120deg,
      #176ed4,
      #4772e9 48%,
      #7558dd
    );
  box-shadow:
    0 14px 42px rgba(49, 93, 225, .33);
}


/* ==========================================================
   REAL PRODUCT PHONE
   ========================================================== */

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

.real-phone {
  position: relative;
  width: 340px;
  height: 650px;
  padding: 8px;
  border: 1px solid rgba(121,140,230,.3);
  border-radius: 52px;
  background:
    linear-gradient(
      145deg,
      #181b30,
      #080a11 68%
    );
  box-shadow:
    0 60px 130px rgba(0,0,0,.52),
    0 0 100px rgba(57,78,205,.13);
}

.real-phone::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 54px;
  background:
    linear-gradient(
      145deg,
      rgba(57,120,235,.45),
      rgba(63,83,195,.05) 42%,
      rgba(124,72,198,.32)
    );
}

.real-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 17px 19px 21px;
  border-radius: 44px;
  background:
    radial-gradient(
      circle at 85% 105%,
      rgba(92,46,124,.72),
      transparent 38%
    ),
    radial-gradient(
      circle at 10% 45%,
      rgba(14,83,123,.58),
      transparent 42%
    ),
    linear-gradient(
      150deg,
      #111a3d,
      #17183d 48%,
      #35255a
    );
}

.real-statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 11px;
}

.real-status-icons {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
}

.real-status-icons .battery {
  min-width: 29px;
  padding: 3px 5px;
  color: #111522;
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  font-size: 8px;
  font-weight: 900;
  text-align: center;
}

.real-top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  color: #fff;
  font-size: 27px;
}

.real-settings {
  font-size: 24px;
}

.real-plus {
  font-size: 35px;
  font-weight: 200;
}

.real-power-area {
  display: grid;
  place-items: center;
  margin-top: 34px;
}

.real-power-halo {
  width: 208px;
  height: 208px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75,104,210,.22);
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(29,116,210,.2),
      rgba(29,80,185,.09) 55%,
      transparent 67%
    );
}

.real-power-button {
  position: relative;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background:
    linear-gradient(
      145deg,
      #237dcc,
      #176cc9 63%,
      #2068be
    );
  box-shadow:
    inset 0 -10px 25px rgba(0,0,0,.08),
    inset 0 9px 30px rgba(80,178,255,.14),
    0 0 42px rgba(25,115,221,.28);
}

.real-power-button::before {
  content: "";
  position: absolute;
  inset: -23px;
  border: 1px solid rgba(66,111,214,.13);
  border-radius: 50%;
}

.real-power-button span {
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 1;
}

.real-subscription {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(8,47,79,.97),
      rgba(11,50,81,.98)
    );
  box-shadow:
    0 15px 42px rgba(0,0,0,.25);
}

.real-sub-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 13px;
}

.real-expand {
  color: #48a1de;
  font-size: 22px;
}

.real-sub-title {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.real-sub-title strong {
  font-size: 16px;
  letter-spacing: -.02em;
}

.real-sub-title small {
  margin-top: 4px;
  overflow: hidden;
  color: #c0cee0;
  font-size: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.real-pin {
  color: #62a6db;
  font-size: 16px;
}

.real-sub-tools {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4d90ca;
  font-size: 14px;
}

.real-sub-tools .real-ok {
  color: #42db75;
  font-size: 22px;
  font-weight: 900;
}

.real-traffic {
  display: grid;
  grid-template-columns: 22px 1fr 22px;
  align-items: center;
  gap: 8px;
  padding: 0 14px 10px;
}

.real-info {
  color: #46a1dd;
  font-size: 15px;
}

.real-send {
  color: #8a59d4;
  font-size: 17px;
}

.real-traffic-bar {
  position: relative;
  height: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(81,150,209,.4);
  border-radius: 4px;
  color: white;
  background: rgba(0,19,38,.24);
  font-size: 8px;
}

.real-traffic-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(24,111,176,.2),
      rgba(53,137,196,.4)
    );
}

.real-traffic-bar span {
  position: relative;
  z-index: 1;
}

.real-warning {
  padding: 6px 10px;
  color: #fff;
  background: rgba(11,79,128,.78);
  font-size: 8px;
  text-align: center;
}

.real-server {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px 12px;
  background:
    linear-gradient(
      90deg,
      #2469a7,
      #255f9e
    );
}

.real-server-logo {
  width: 31px;
  height: 31px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: white;
  background:
    linear-gradient(
      145deg,
      #1768c9,
      #7557d7
    );
  font-size: 12px;
  font-weight: 900;
}

.real-server-name {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.real-server-name strong {
  font-size: 14px;
}

.real-server-name span {
  margin-top: 2px;
  color: #d6e6f3;
  font-size: 10px;
}

.real-server-ok {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: white;
  border: 1px solid #9ef2b4;
  border-radius: 50%;
  background: #4db666;
  font-size: 10px;
  font-weight: 900;
}

.product-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background: rgba(13,18,37,.88);
  box-shadow: 0 20px 45px rgba(0,0,0,.32);
  backdrop-filter: blur(16px);
}

.product-chip-one {
  top: 180px;
  left: -2px;
}

.product-chip-two {
  right: -5px;
  bottom: 140px;
}

.product-chip-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #7197ff;
  border-radius: 10px;
  background: rgba(61,91,216,.13);
}

.product-chip-icon.success {
  color: #67e3a5;
  background: rgba(62,214,143,.1);
}

.product-chip > div:last-child {
  display: flex;
  flex-direction: column;
}

.product-chip small {
  color: #6f7892;
  font-size: 8px;
}

.product-chip strong {
  margin-top: 2px;
  font-size: 10px;
}


/* ==========================================================
   SUPPORT / ONE PRODUCT
   ========================================================== */

.support-section {
  padding-top: 65px;
  padding-bottom: 100px;
}

.support-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 55px;
  align-items: center;
  padding: 55px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 3% 10%,
      rgba(31,107,204,.15),
      transparent 35%
    ),
    radial-gradient(
      circle at 93% 90%,
      rgba(111,68,196,.14),
      transparent 37%
    ),
    #0b0f1d;
}

.support-main h2 {
  max-width: 600px;
  margin: 13px 0 18px;
  font-size: clamp(35px,4vw,54px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.support-main h2 span {
  color: #aab4ce;
}

.support-main > p {
  max-width: 590px;
  margin: 0;
  color: #8b94ac;
  font-size: 14px;
  line-height: 1.7;
}

.support-features {
  display: grid;
  gap: 13px;
  margin-top: 27px;
}

.support-features > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.support-features > div > span {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #66e1a4;
  border: 1px solid rgba(87,220,159,.18);
  border-radius: 50%;
  background: rgba(87,220,159,.07);
  font-size: 10px;
}

.support-features p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #747d95;
  font-size: 10px;
}

.support-features strong {
  margin-bottom: 2px;
  color: #e5e8f2;
  font-size: 12px;
}

.support-channels {
  display: grid;
  gap: 12px;
}

.support-channel {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 98px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 21px;
  background: rgba(255,255,255,.035);
  transition:
    transform .15s ease,
    border-color .15s ease,
    background .15s ease;
}

.support-channel:hover {
  transform: translateY(-2px);
  border-color: rgba(91,126,234,.28);
  background: rgba(255,255,255,.052);
}

.support-channel-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  font-size: 21px;
  font-weight: 900;
}

.telegram-channel .support-channel-icon {
  color: white;
  background:
    linear-gradient(
      145deg,
      #229ed9,
      #3177d5
    );
}

.mail-channel .support-channel-icon {
  color: white;
  background:
    linear-gradient(
      145deg,
      #436ddd,
      #7458d6
    );
}

.support-channel-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.support-channel-copy small {
  color: #707a95;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.support-channel-copy strong {
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}

.support-channel-copy span {
  margin-top: 4px;
  color: #7d879e;
  font-size: 10px;
}

.support-arrow {
  color: #68728b;
  font-size: 27px;
}


/* Slightly stronger hero */

.hero h1 {
  text-shadow:
    0 0 50px rgba(76,98,210,.04);
}

.hero-description {
  max-width: 640px;
}

.header-login {
  border-color: rgba(71,104,214,.22);
}


/* ==========================================================
   MOBILE V2
   ========================================================== */

@media (max-width: 900px) {

  .hero-proof {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .support-shell {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 650px) {

  .hero-product-label {
    font-size: 10px;
  }

  .real-phone {
    width: 292px;
    height: 585px;
    border-radius: 46px;
  }

  .real-phone-screen {
    border-radius: 39px;
    padding:
      15px 15px 18px;
  }

  .real-top-actions {
    margin-top: 26px;
  }

  .real-power-area {
    margin-top: 25px;
  }

  .real-power-halo {
    width: 182px;
    height: 182px;
  }

  .real-power-button {
    width: 132px;
    height: 132px;
  }

  .real-power-button span {
    font-size: 57px;
  }

  .real-subscription {
    left: 11px;
    right: 11px;
    bottom: 17px;
  }

  .product-chip {
    display: none;
  }

  .support-shell {
    gap: 35px;
    padding: 32px 20px;
  }

  .support-main h2 {
    font-size: 36px;
  }

  .support-channel {
    min-height: 90px;
    padding: 15px;
  }

  .support-channel-copy strong {
    font-size: 12px;
  }

  .footer-links a:last-child {
    max-width: 260px;
    overflow-wrap: anywhere;
  }

}



/* ===== FOUR WEBSITE PLANS V1 ===== */

/*
 * Four offers:
 * 2x2 desktop, single column mobile.
 */
.pricing-grid {
  width: 100%;
  max-width: 980px;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;
}


/*
 * Keep all four cards visually balanced.
 */
.price-card {
  display: flex;
  flex-direction: column;

  min-height: 100%;
}


/*
 * Feature list grows so CTA buttons
 * align along the bottom row.
 */
.price-card ul {
  flex: 1;
}


/*
 * Annual card gets a slightly stronger
 * premium treatment without changing
 * the product palette.
 */
.annual-price {
  border-color:
    rgba(122, 102, 255, .45);
}


/*
 * Annual label uses same visual language
 * as POPULAR but remains distinct.
 */
.annual-badge {
  background:
    linear-gradient(
      120deg,
      #6d4fd7,
      #865fe1
    );
}


/*
 * Four-digit prices should not become
 * oversized compared with 149 / 499.
 */
.price-card .price > strong {
  font-size: clamp(
    46px,
    5vw,
    62px
  );
}


/*
 * Mobile: one offer per row.
 */
@media (max-width: 720px) {

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .price-card {
    padding: 25px;
  }

  .price {
    margin-top: 28px;
    margin-bottom: 24px;
  }

}


/*
 * Small phones.
 */
@media (max-width: 420px) {

  .price-card {
    padding:
      24px 20px 20px;
  }

  .price-card .price > strong {
    font-size: 48px;
  }

}



/* ===== TRIUMPH WEBSITE V5 ===== */


/* =========================================================
   HEADER LOGO
   ========================================================= */

.brand-logo {
  position: relative;

  width: 38px;
  height: 38px;

  padding: 0 !important;

  overflow: hidden;

  display: grid;
  place-items: center;
}

.brand-logo img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;
}

.brand-logo-fallback {
  position: absolute;
  inset: 0;

  display: none;

  place-items: center;

  font-weight: 900;
}


/* =========================================================
   PHONE / DYNAMIC ISLAND
   ========================================================= */

.real-phone-screen {
  position: relative;
}

.real-dynamic-island {
  position: absolute;

  z-index: 20;

  top: 9px;
  left: 50%;

  width: 96px;
  height: 27px;

  transform: translateX(-50%);

  border-radius: 999px;

  background: #000;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 2px 8px rgba(0,0,0,.35);

  pointer-events: none;
}


/* =========================================================
   PRICING SECTION
   ========================================================= */

/*
 * Prevent sticky header from covering the pricing heading
 * when user clicks "Тарифы".
 */
#plans {
  scroll-margin-top: 92px;
}


/*
 * Wider pricing container so all four plans fit
 * comfortably on large desktop displays.
 */
#plans .container {
  max-width: 1370px;
}


/*
 * LARGE DESKTOP:
 * four offers visible side by side.
 */
.pricing-grid {
  width: 100%;
  max-width: 1320px;

  margin-left: auto;
  margin-right: auto;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 14px;
}


/*
 * More compact cards.
 */
.price-card {
  min-width: 0;
  min-height: 100%;

  padding: 23px 21px 20px;

  border-radius: 24px;

  display: flex;
  flex-direction: column;
}


/*
 * Header area inside plan.
 */
.price-head h3 {
  margin-top: 6px;

  font-size: 20px;
  line-height: 1.12;
}

.price-type {
  font-size: 8px;
}

.price-icon {
  width: 40px;
  height: 40px;

  border-radius: 12px;

  font-size: 18px;
}


/*
 * Price block.
 */
.price {
  margin:
    27px 0
    21px;

  gap: 7px;
}

.price-card .price > strong {
  font-size: 47px;

  letter-spacing: -.055em;
}

.price span {
  font-size: 15px;
}

.price small {
  font-size: 9px;
}


/*
 * Feature list.
 */
.price-card ul {
  flex: 1;

  gap: 9px;

  margin-bottom: 22px;

  font-size: 11px;
  line-height: 1.35;
}


/*
 * CTA remains readable but no longer dominates
 * the entire card height.
 */
.price-card .btn {
  min-height: 46px;

  padding-left: 12px;
  padding-right: 12px;

  font-size: 12px;
}


/*
 * Popular / annual badge.
 */
.popular {
  top: -10px;
  left: 20px;

  padding: 5px 9px;

  font-size: 7px;
}


/*
 * Give pricing section slightly less vertical bulk.
 */
.pricing-section {
  padding-top: 78px;
}

.pricing-section .section-heading {
  margin-bottom: 34px;
}


/* =========================================================
   RESPONSIVE PRICING
   ========================================================= */

/*
 * Standard laptop / smaller desktop:
 * 2 x 2 remains more readable than four crushed cards.
 */
@media (max-width: 1199px) {

  #plans .container {
    max-width: 920px;
  }

  .pricing-grid {
    max-width: 850px;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 16px;
  }

  .price-card {
    padding: 27px;
  }

  .price-card .price > strong {
    font-size: 55px;
  }

  .price-card ul {
    font-size: 12px;
  }

}


/*
 * Mobile.
 */
@media (max-width: 720px) {

  #plans .container {
    max-width: 560px;
  }

  .pricing-grid {
    max-width: 520px;

    grid-template-columns: 1fr;

    gap: 13px;
  }

  .price-card {
    padding:
      23px 20px 20px;
  }

  .price {
    margin:
      23px 0
      19px;
  }

  .price-card .price > strong {
    font-size: 48px;
  }

}


/* =========================================================
   HERO LABEL
   ========================================================= */

.hero-product-label {
  white-space: nowrap;
}

@media (max-width: 560px) {

  .hero-product-label {
    white-space: normal;
  }

}

