html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #111827;
    background-image: radial-gradient(at top, #1e293b, #111827);
}
.glass-nav {
    background-color: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.glass-card {
    background-color: rgba(31, 41, 55, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.glass-card:hover:not(.no-hover),
.glass-card:hover:not(.no-hover-effect) {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-color: rgba(236, 72, 153, 0.5);
}
.cta-button {
    background: linear-gradient(90deg, #ec4899, #d946ef);
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(236, 72, 153, 0.5);
}
.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(236, 72, 153, 0.8);
}
.cta-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.cta-button-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.cta-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.cta-button-tertiary {
    background-color: rgba(31, 41, 55, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.cta-button-tertiary:hover {
    background-color: rgba(31, 41, 55, 0.9);
}
.glass-input {
    background-color: rgba(17, 24, 39, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #D1D5DB;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 1rem;
    width: 100%;
}
.glass-input:focus {
    outline: none;
    border-color: #ec4899;
    box-shadow: 0 0 15px rgba(236, 72, 153, 0.5);
}
.glass-input::placeholder {
    color: #6B7280;
}
.faq-item summary {
    cursor: pointer;
    outline: none;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    transition: background-color 0.2s ease;
}
.faq-item[open] summary {
    background-color: rgba(31, 41, 55, 0.7);
}
.faq-item summary:hover {
    background-color: rgba(31, 41, 55, 0.5);
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.faq-item .faq-icon {
    transition: transform 0.2s ease;
}
.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}
.os-icon {
    background: linear-gradient(90deg, #ec4899, #d946ef);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.icon-windows {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M0 93.7l183.6-25.3v177.4H0V93.7zM0 341.3V480l183.6 25.3V316.4H0zM207.6 316.4v190.7L448 480V341.3H207.6zM207.6 66.3L448 32v259.4H207.6V66.3z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M0 93.7l183.6-25.3v177.4H0V93.7zM0 341.3V480l183.6 25.3V316.4H0zM207.6 316.4v190.7L448 480V341.3H207.6zM207.6 66.3L448 32v259.4H207.6V66.3z'/></svg>");
}
.icon-apple {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zM298.1 8M226.4 89.2c4.3 13.6 10.6 31.5 10.6 51.6 0 21-5.7 39.4-16.1 51.2-10.1 11.1-22.6 18.6-37.1 18.6-15.5 0-28.9-8-38.6-22.8-12.8-19.7-22-49-22-77.4q0-31.5 11.5-56.4c10.1-22.8 26.9-38.6 47.7-38.6 21.3 0 35.8 15.5 44.4 33.8z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zM298.1 8M226.4 89.2c4.3 13.6 10.6 31.5 10.6 51.6 0 21-5.7 39.4-16.1 51.2-10.1 11.1-22.6 18.6-37.1 18.6-15.5 0-28.9-8-38.6-22.8-12.8-19.7-22-49-22-77.4q0-31.5 11.5-56.4c10.1-22.8 26.9-38.6 47.7-38.6 21.3 0 35.8 15.5 44.4 33.8z'/></svg>");
}
.icon-android {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M452.5 317.9C465.8 317.9 476.5 328.6 476.5 341.9C476.5 355.2 465.8 365.9 452.5 365.9C439.2 365.9 428.5 355.2 428.5 341.9C428.5 328.6 439.2 317.9 452.5 317.9zM187.4 317.9C200.7 317.9 211.4 328.6 211.4 341.9C211.4 355.2 200.7 365.9 187.4 365.9C174.1 365.9 163.4 355.2 163.4 341.9C163.4 328.6 174.1 317.9 187.4 317.9zM461.1 221.4L509 138.4C509.8 137.3 510.3 136 510.5 134.6C510.7 133.2 510.7 131.9 510.4 130.5C510.1 129.1 509.5 127.9 508.7 126.8C507.9 125.7 506.9 124.8 505.7 124.1C504.5 123.4 503.2 123 501.8 122.8C500.4 122.6 499.1 122.8 497.8 123.2C496.5 123.6 495.3 124.3 494.2 125.1C493.1 125.9 492.3 127.1 491.7 128.3L443.2 212.4C404.4 195 362.4 186 319.9 186C277.4 186 235.4 195 196.6 212.4L148.2 128.4C147.6 127.2 146.7 126.1 145.7 125.2C144.7 124.3 143.4 123.7 142.1 123.3C140.8 122.9 139.4 122.8 138.1 122.9C136.8 123 135.4 123.5 134.2 124.2C133 124.9 132 125.8 131.2 126.9C130.4 128 129.8 129.3 129.5 130.6C129.2 131.9 129.2 133.3 129.4 134.7C129.6 136.1 130.2 137.3 130.9 138.5L178.8 221.5C96.5 266.2 40.2 349.5 32 448L608 448C599.8 349.5 543.5 266.2 461.1 221.4z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M452.5 317.9C465.8 317.9 476.5 328.6 476.5 341.9C476.5 355.2 465.8 365.9 452.5 365.9C439.2 365.9 428.5 355.2 428.5 341.9C428.5 328.6 439.2 317.9 452.5 317.9zM187.4 317.9C200.7 317.9 211.4 328.6 211.4 341.9C211.4 355.2 200.7 365.9 187.4 365.9C174.1 365.9 163.4 355.2 163.4 341.9C163.4 328.6 174.1 317.9 187.4 317.9zM461.1 221.4L509 138.4C509.8 137.3 510.3 136 510.5 134.6C510.7 133.2 510.7 131.9 510.4 130.5C510.1 129.1 509.5 127.9 508.7 126.8C507.9 125.7 506.9 124.8 505.7 124.1C504.5 123.4 503.2 123 501.8 122.8C500.4 122.6 499.1 122.8 497.8 123.2C496.5 123.6 495.3 124.3 494.2 125.1C493.1 125.9 492.3 127.1 491.7 128.3L443.2 212.4C404.4 195 362.4 186 319.9 186C277.4 186 235.4 195 196.6 212.4L148.2 128.4C147.6 127.2 146.7 126.1 145.7 125.2C144.7 124.3 143.4 123.7 142.1 123.3C140.8 122.9 139.4 122.8 138.1 122.9C136.8 123 135.4 123.5 134.2 124.2C133 124.9 132 125.8 131.2 126.9C130.4 128 129.8 129.3 129.5 130.6C129.2 131.9 129.2 133.3 129.4 134.7C129.6 136.1 130.2 137.3 130.9 138.5L178.8 221.5C96.5 266.2 40.2 349.5 32 448L608 448C599.8 349.5 543.5 266.2 461.1 221.4z'/></svg>");
}
.article-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.article-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.article-content p {
    font-size: 1.125rem;
    color: #D1D5DB;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}
.article-content ul {
    list-style: none;
    font-size: 1.125rem;
    color: #D1D5DB;
    margin-bottom: 1.5rem;
    padding-left: 0;
}
.article-content ul li {
    line-height: 1.75;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}
.article-content ul li svg {
    flex-shrink: 0;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}
.article-content a:not(.cta-button):not(.cta-button-secondary) {
    color: #ec4899;
    text-decoration: underline;
}
.article-content a:not(.cta-button):not(.cta-button-secondary):hover {
    color: #f472b6;
}
.article-content strong {
    color: #ffffff;
    font-weight: 700;
}
.article-content blockquote {
    border-left-width: 4px;
    border-left-style: solid;
    border-color: #ec4899;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-style: italic;
    color: #9CA3AF;
}
.to-violet-500 {
    --tw-gradient-to: #8b5cf6;
}
.via-gray-900\/50 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.5), var(--tw-gradient-to);
}
.bg-gray-900\/50 {
    background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/70 {
    background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
}
.bg-pink-500\/20 {
    background-color: rgb(236 72 153 / 0.2);
}
.border-pink-500\/50 {
    border-color: rgb(236 72 153 / 0.5);
}
.hover\:bg-gray-700\/50:hover {
    background-color: rgb(55 65 81 / 0.5);
}
.hover\:border-pink-500\/50:hover {
    border-color: rgb(236 72 153 / 0.5);
}
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
}
.aspect-h-9 {
    --tw-aspect-h: 9;
}
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.min-h-\[90vh\] {
    min-height: 90vh;
}
@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
}