/* _cgcv05fv4 */
:root {--color-surface: #10131b;--color-border: rgba(255, 255, 255, 0.12);--color-text: rgba(255, 255, 255, 0.88);--shadow-soft: 0 18px 30px rgba(0, 0, 0, 0.22);--transition: 0.24s ease;--container-width: min(1120px, 92vw);--color-secondary: #06b68b;--color-primary: #e0003c;--color-surface-alt: #151927;--color-muted: rgba(255, 255, 255, 0.65);--color-primary-dark: #b1002f;--shadow-strong: 0 32px 70px rgba(0, 0, 0, 0.45);--color-background: #07080d}

*,
*::before,
*::after {box-sizing: border-box}

html {scroll-behavior: smooth;font-size: 16px}

body {background-attachment: fixed;color: var(--color-text);margin: 0;background: radial-gradient(circle at 12% 12%, rgba(26, 30, 45, 0.85), var(--color-background));line-height: 1.6;font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}

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

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

.container {margin: 0 auto;width: var(--container-width)}

.topbar {z-index: 1000;background: rgba(7, 8, 13, 0.85);position: sticky;top: 0;backdrop-filter: blur(18px);border-bottom: 1px solid rgba(255, 255, 255, 0.06)}

.topbar .container {display: flex;justify-content: space-between;padding: 1rem 0;gap: 1.5rem;align-items: center}

.logo {font-family: "Roboto Condensed", sans-serif;font-weight: 700;font-size: 1.25rem;margin-left: -0.5rem;gap: 0.4rem;align-items: center;text-transform: uppercase;display: inline-flex;letter-spacing: 0.12em}

.logo__star {align-items: center;justify-content: center;color: #fff;background: var(--color-primary);display: inline-flex;width: 1.75rem;font-size: 1.1rem;border-radius: 50%;height: 1.75rem;transform: rotate(12deg)}

.logo__img {width: auto;height: 4rem;object-fit: contain}

.nav {display: flex;gap: 1.5rem;align-items: center}

.nav a {font-weight: 500;color: var(--color-muted);transition: color var(--transition)}

.nav a:hover {color: #fff}

.btn {transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);line-height: 1.1;justify-content: center;display: inline-flex;font-weight: 600;border-radius: 999px;gap: 0.2rem;letter-spacing: 0.04em;padding: 0.9rem 1.8rem;font-size: 0.95rem;text-transform: uppercase;flex-direction: column;align-items: center;border: 1px solid transparent}

.btn__label {font-size: 1rem}

.btn__sub {letter-spacing: 0;opacity: 0.75;font-size: 0.7rem;font-weight: 500}

.btn--primary {background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color: #fff;box-shadow: var(--shadow-soft)}

.btn--primary:hover {transform: translateY(-2px);box-shadow: var(--shadow-strong)}

.btn--secondary {color: #fff;border-color: rgba(255, 255, 255, 0.2);background: rgba(255, 255, 255, 0.14)}

.btn--secondary:hover {background: rgba(255, 255, 255, 0.2);transform: translateY(-2px);border-color: rgba(255, 255, 255, 0.3)}

.btn--ghost {background: transparent;padding: 0.75rem 1.6rem;color: #fff;border-color: rgba(255, 255, 255, 0.2);font-size: 0.85rem}

.btn--ghost:hover {transform: translateY(-2px);border-color: rgba(255, 255, 255, 0.4)}

.hero {background: radial-gradient(circle at 25% 20%, rgba(178, 0, 44, 0.25), transparent 52%), radial-gradient(circle at 80% 15%, rgba(6, 182, 139, 0.25), transparent 55%);padding: 7rem 0 5rem}

.hero__grid {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 3rem;align-items: center}

.hero h1 {letter-spacing: -0.01em;font-size: clamp(2.6rem, 3.5vw, 3.2rem);margin: 0.4rem 0 1rem}


.hero__lead {color: var(--color-muted);margin: 0 0 2rem}

.eyebrow {font-size: 0.75rem;color: var(--color-secondary);margin-bottom: 0.5rem;display: flex;align-items: center;gap: 0.5rem;text-transform: uppercase;font-weight: 600;letter-spacing: 0.32em}

.hero__title-logo {height: 1rem;display: block;flex-shrink: 0;object-fit: contain;width: auto}

.download-buttons {flex-wrap: wrap;gap: 1rem;margin-bottom: 1.5rem;display: flex}

.download-buttons .btn {min-width: 200px;flex: 1}

.hero__note {color: var(--color-muted);max-width: 540px;font-size: 0.95rem}

.hero__media {display: flex;justify-content: center;align-items: center}

.phone-mockup {max-width: 100%;width: min(320px, 90vw)}

.phone-mockup__img {width: 100%;height: auto;display: block}

.hero__card {box-shadow: var(--shadow-strong);border-radius: 24px;backdrop-filter: blur(16px);background: rgba(16, 19, 27, 0.92);width: min(360px, 100%);border: 1px solid rgba(255, 255, 255, 0.06);overflow: hidden;position: relative;padding: 1.6rem}

.hero__card::before {z-index: 0;position: absolute;background: radial-gradient(circle at 30% 20%, rgba(224, 0, 60, 0.2), transparent 60%);content: "";inset: 0}

.card__header,
.card__body {position: relative;z-index: 1}

.card__header {justify-content: space-between;display: flex;margin-bottom: 1.6rem;align-items: center}

.card__title {font-weight: 600;letter-spacing: 0.08em;font-size: 0.9rem;text-transform: uppercase}

.card__status {font-size: 0.75rem;color: var(--color-secondary);background: rgba(6, 182, 139, 0.15);font-weight: 600;border-radius: 999px;letter-spacing: 0.06em;padding: 0.4rem 0.75rem}

.card__chips {display: flex;margin-bottom: 1.1rem;flex-wrap: wrap;gap: 0.6rem}

.chip {font-size: 0.7rem;text-transform: uppercase;font-weight: 600;letter-spacing: 0.08em;padding: 0.35rem 0.7rem;background: rgba(255, 255, 255, 0.08);border-radius: 999px}

.chip--gold {background: linear-gradient(120deg, #ffb347, #ff8c42);color: #1a1b26}

.chip--silver {background: linear-gradient(120deg, #d7e1ec, #9fb6cc);color: #10131b}

.card__text {color: var(--color-muted);margin: 0 0 1.4rem}

.card__footer {display: flex;justify-content: space-between;font-size: 0.9rem;align-items: center;border-top: 1px solid rgba(255, 255, 255, 0.08);padding-top: 0.8rem;color: var(--color-muted)}

.card__footer strong {color: #fff;font-size: 1.25rem}

.section {padding: 5rem 0}

.section h2 {font-size: clamp(2rem, 3vw, 2.5rem);margin-bottom: 3rem;text-align: center}

.section--gallery {background: rgba(16, 19, 27, 0.5)}

.gallery-intro {line-height: 1.7;color: var(--color-muted);text-align: center;font-size: 1rem;max-width: 720px;margin: -2rem auto 3rem}

.gallery-grid {display: grid;gap: 1.5rem;grid-template-columns: repeat(3, minmax(0, 1fr))}

.gallery-card {border-radius: 18px;border: 1px solid rgba(255, 255, 255, 0.08);aspect-ratio: 4 / 3;transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);box-shadow: var(--shadow-soft);background: rgba(7, 8, 13, 0.6);overflow: hidden;position: relative}

.gallery-card:hover {transform: translateY(-4px);box-shadow: var(--shadow-strong);border-color: rgba(255, 255, 255, 0.15)}

.gallery-card__img {transition: transform var(--transition);display: block;height: 100%;object-fit: cover;width: 100%}

.gallery-card:hover .gallery-card__img {transform: scale(1.05)}

.section--features {background: linear-gradient(180deg, rgba(16, 19, 27, 0.95), rgba(7, 8, 13, 0.88))}

.feature-grid {gap: 1.8rem;display: grid;grid-template-columns: repeat(4, minmax(0, 1fr))}

.feature-card {border: 1px solid rgba(255, 255, 255, 0.04);transition: transform var(--transition), border-color var(--transition);background: rgba(7, 8, 13, 0.9);border-radius: 18px;padding: 2rem;box-shadow: var(--shadow-soft)}

.feature-card:hover {border-color: rgba(255, 255, 255, 0.12);transform: translateY(-4px)}

.feature-card h3 {margin-bottom: 0.8rem;font-size: 1.3rem;margin-top: 0}

.feature-card p {margin: 0;color: var(--color-muted)}

.section--cta {background: linear-gradient(135deg, rgba(224, 0, 60, 0.12), rgba(6, 182, 139, 0.12))}

.cta {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: center}

.cta__left {display: flex;flex-direction: column;gap: 2rem}

.cta__content h2 {line-height: 1.3;margin-bottom: 1rem;color: #fff;font-size: clamp(1.8rem, 3vw, 2.3rem)}

.cta__content p {font-size: 1.05rem;line-height: 1.7;margin: 0;color: var(--color-muted)}

.cta__image {display: flex;align-items: center;justify-content: center}

.cta__img {object-fit: cover;max-width: 500px;border-radius: 18px;width: 100%;height: auto}

.section--security {background: rgba(16, 19, 27, 0.92)}

.section-title {color: #fff;margin-bottom: 1rem;font-size: clamp(1.8rem, 3vw, 2.3rem);line-height: 1.3;text-align: center}

.section-intro {color: var(--color-text);text-align: center;max-width: 720px;margin: 0 auto 3rem;line-height: 1.7;font-size: 1.05rem}

.security-grid {gap: 2rem;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr))}

.security-card {border: 1px solid rgba(255, 255, 255, 0.08);padding: 2.5rem;transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);border-radius: 18px;backdrop-filter: blur(10px);background: rgba(7, 8, 13, 0.9);box-shadow: var(--shadow-soft)}

.security-card:hover {border-color: rgba(255, 255, 255, 0.15);box-shadow: var(--shadow-strong);transform: translateY(-4px)}

.security-card__icon {font-size: 3rem;line-height: 1;text-align: center;margin-bottom: 1.5rem}

.security-card h3 {color: #fff;font-size: 1.4rem;margin: 0 0 1.5rem;text-align: center;font-weight: 600}

.security-card__list {margin: 0;display: grid;gap: 0.75rem;padding: 0;list-style: none;color: var(--color-muted)}

.security-card__list li {font-size: 0.95rem;position: relative;padding-left: 1.5rem;line-height: 1.6}

.security-card__list li::before {position: absolute;content: "✓";font-size: 1rem;left: 0;color: var(--color-secondary);font-weight: 600}

.section--article {background: rgba(16, 19, 27, 0.6)}

.article-content {background: rgba(7, 8, 13, 0.7);border: 1px solid rgba(255, 255, 255, 0.08);max-width: 800px;margin: 0 auto;padding: 3rem;border-radius: 24px;box-shadow: var(--shadow-soft)}

.article-title {text-align: center;line-height: 1.3;color: #fff;font-size: clamp(1.8rem, 3vw, 2.2rem);margin-bottom: 1.5rem;font-weight: 700}

.article-meta {border-bottom: 1px solid rgba(255, 255, 255, 0.1);margin-bottom: 2.5rem;font-size: 0.9rem;display: flex;gap: 2rem;justify-content: center;padding-bottom: 1.5rem;color: var(--color-muted)}

.article-date,
.article-author {display: inline-block}

.article-body {line-height: 1.8;color: var(--color-text)}

.article-body p {color: var(--color-text);margin-bottom: 1.5rem;font-size: 1rem}

.article-body h3 {border-top: 1px solid rgba(255, 255, 255, 0.08);margin: 2.5rem 0 1rem;color: #fff;font-weight: 600;padding-top: 1rem;font-size: 1.4rem}

.article-body h3:first-of-type {margin-top: 0;padding-top: 0;border-top: none}

.article-tags {padding-top: 2rem;justify-content: center;gap: 0.75rem;display: flex;flex-wrap: wrap;margin-top: 2.5rem;border-top: 1px solid rgba(255, 255, 255, 0.1)}

.tag {background: rgba(224, 0, 60, 0.15);border: 1px solid rgba(224, 0, 60, 0.3);border-radius: 999px;font-size: 0.85rem;display: inline-block;cursor: pointer;font-weight: 500;padding: 0.5rem 1rem;color: rgba(255, 255, 255, 0.9);transition: all var(--transition)}

.tag:hover {background: rgba(224, 0, 60, 0.3);color: #fff;transform: translateY(-2px);box-shadow: 0 4px 12px rgba(224, 0, 60, 0.2);border-color: var(--color-primary)}

.section--faq {background: radial-gradient(circle at 70% 10%, rgba(224, 0, 60, 0.12), transparent 60%)}

.faq {gap: 1rem;margin: 0 auto;max-width: 720px;display: grid}

.faq details {background: rgba(7, 8, 13, 0.85);padding: 1.2rem 1.4rem;border: 1px solid rgba(255, 255, 255, 0.08);border-radius: 16px;transition: border-color var(--transition), transform var(--transition)}

.faq summary {font-weight: 600;list-style: none;letter-spacing: 0.02em;cursor: pointer}

.faq details[open] {border-color: rgba(224, 0, 60, 0.3);transform: translateY(-2px)}

.faq p {color: var(--color-muted);margin-top: 0.8rem}

.footer {background: rgba(5, 6, 9, 0.95);border-top: 1px solid rgba(255, 255, 255, 0.06);padding: 3rem 0 2.5rem}

.footer__grid {align-items: start;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 3rem}

.footer__brand p {margin-top: 1rem;color: var(--color-muted)}

.footer__links {grid-template-columns: repeat(3, minmax(0, 1fr));gap: 2.5rem;display: grid}

.footer__title {color: rgba(255, 255, 255, 0.75);display: block;font-weight: 600;margin-bottom: 1rem;text-transform: uppercase;font-size: 0.8rem;letter-spacing: 0.06em}

.footer__links a {display: block;color: var(--color-muted);margin-bottom: 0.6rem;transition: color var(--transition);font-size: 0.95rem}

.footer__links a:hover {color: #fff}

.logo--footer .logo__img {height: 3rem}

@media (max-width: 992px) {.topbar .container {
    flex-wrap: wrap;justify-content: center}

  .nav {display: none}

  .hero__grid {grid-template-columns: 1fr;text-align: center}

  .hero__content {order: 1}

  .hero__media {order: 2}

  .download-buttons {justify-content: center}

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

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

  .cta {gap: 2.5rem;grid-template-columns: 1fr;text-align: center}

  .cta__image {order: -1}

  .cta__content h2 {text-align: center}

  .security-grid {gap: 1.5rem;grid-template-columns: repeat(2, minmax(0, 1fr))}

  .security-card {padding: 2rem}

  .footer__grid {text-align: center;grid-template-columns: 1fr}

  .footer__links {text-align: left;grid-template-columns: repeat(2, minmax(0, 1fr))}
}

@media (max-width: 640px) {.topbar .container {
    padding: 0.8rem 0}

  .hero {padding: 5rem 0 4rem}

  .eyebrow {gap: 0.75rem;flex-direction: column;align-items: center}

  .hero__title-logo {width: 5rem;height: 5rem;border-radius: 1.2rem;margin-bottom: 0.5rem;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);object-fit: cover}

  .section {padding: 4rem 0}

  .gallery-grid {grid-template-columns: 1fr}

  .security-grid {grid-template-columns: 1fr}

  .feature-grid {grid-template-columns: 1fr}

  .footer__links {grid-template-columns: 1fr}

  .phone-mockup {width: min(280px, 85vw)}

  .article-content {padding: 2rem 1.5rem}

  .article-title {font-size: 1.5rem}

  .article-meta {gap: 0.5rem;flex-direction: column}

  .article-body h3 {font-size: 1.2rem}
}


._ct14wezj3{}

._c9yt3i2ac{}

._cwmqdhe5i{}
