/* Navbar CSS */

.header-sticky {
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--border));
    top: 0;
    z-index: 1030;
    position: sticky;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    background-color: hsl(var(--primary));
    border-radius: 0.5rem;
    width: 32px;
    height: 32px;
}

.logo {
    height:40px;
    width:40px;
}

.navbar-nav .nav-link:hover {
    color: hsl(var(--primary)) !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    box-shadow: none;
}

.download-icon {
    color: currentColor;
    width: 1rem;
    height: 1rem;
    margin-top: -5px;
    margin-right: 3px;
}

.download-now {
    width: 1.2rem;
    height: 1.2rem;
}

/* Hero Section */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(8, 16, 33) 0%, rgb(15, 26, 46) 50%, rgb(6, 12, 24) 100%);
}

.floating-background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.circle-1 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 112, 21, 0.15) 0%, transparent 60%);
}

.circle-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 162, 230, 0.08) 0%, transparent 60%);
}

.circle-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(153, 51, 204, 0.05) 0%, transparent 60%);
}

.circle-4 {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 60px 60px;
}

.float-ball {
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 9999px;
    background-color: rgb(249, 112, 21, 0.3);
}

.ball-1 {
    top: 77.1964%;
    left: 97.647%;
    animation: 7.48591s ease-in-out 0.262735s infinite normal none running float;
}
.ball-2 {
    top: 32.4401%;
    left: 16.9495%;
    animation: 5.27646s ease-in-out 1.15334s infinite normal none running float;
}
.ball-3 {
    top: 80.8776%;
    left: 63.3764%;
    animation: 6.5212s ease-in-out 1.62014s infinite normal none running float;
}
.ball-4 {
    top: 17.9564%;
    left: 65.8219%;
    animation: 4.08814s ease-in-out 1.63142s infinite normal none running float;
}
.ball-5 {
    top: 56.9209%;
    left: 77.4412%;
    animation: 5.62354s ease-in-out 1.2263s infinite normal none running float;
}
.ball-6 {
    top: 48.6864%;
    left: 85.1559%;
    animation: 4.8489s ease-in-out 1.29365s infinite normal none running float;
}
.ball-7 {
    top: 79.8114%;
    left: 80.1187%;
    animation: 5.97966s ease-in-out 1.61563s infinite normal none running float;
}
.ball-8 {
    top: 27.4496%;
    left: 11.7178%;
    animation: 5.49171s ease-in-out 1.78403s infinite normal none running float;
}
.ball-9 {
    top: 87.3451%;
    left: 0.430479%;
    animation: 5.08229s ease-in-out 0.188217s infinite normal none running float;
}
.ball-10 {
    top: 14.4642%;
    left: 0.383618%;
    animation: 6.95165s ease-in-out 1.38143s infinite normal none running float;
}
.ball-11 {
    top: 37.4511%;
    left: 44.6668%;
    animation: 5.09384s ease-in-out 0.86188s infinite normal none running float;
}
.ball-12 {
    top: 45.9702%;
    left: 62.5593%;
    animation: 6.39928s ease-in-out 1.54111s infinite normal none running float;
}
.ball-13 {
    top: 15.6592%;
    left: 60.6254%;
    animation: 4.10641s ease-in-out 1.04339s infinite normal none running float;
}
.ball-14 {
    top: 90.5281%;
    left: 89.0328%;
    animation: 7.16984s ease-in-out 0.041545s infinite normal none running float;
}
.ball-15 {
    top: 21.2101%;
    left: 60.881%;
    animation: 4.20712s ease-in-out 0.283809s infinite normal none running float;
}
.ball-16 {
    top: 9.89849%;
    left: 50.0189%;
    animation: 7.4082s ease-in-out 0.753249s infinite normal none running float;
}
.ball-17 {
    top: 90.7422%;
    left: 13.9897%;
    animation: 7.68514s ease-in-out 0.402133s infinite normal none running float;
}
.ball-18 {
    top: 43.7718%;
    left: 1.65364%;
    animation: 4.53034s ease-in-out 0.982138s infinite normal none running float;
}
.ball-19 {
    top: 32.9365%;
    left: 79.0472%;
    animation: 6.06447s ease-in-out 0.172795s infinite normal none running float;
}
.ball-20 {
    top: 69.9697%;
    left: 57.9887%;
    animation: 7.44362s ease-in-out 0.152057s infinite normal none running float;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    border: 1px solid hsl(var(--primary) / 0.3);
    background-color: hsl(var(--primary) / 0.1);
    margin-bottom: 2rem;
    margin-top: 2rem;
    animation: fade-in 0.6s ease forwards;
}

.trust-badge-txt {
    font-size: 0.75rem;
    font-weight: 500;
    color: hsl(var(--primary-foreground) / 0.9);
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    color: hsl(var(--primary-foreground));
    animation: fade-in 0.6s ease both;
    animation-delay: 0.1s;
}

@media (min-width: 640px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.75rem;
    }
}

@media (min-width: 1280px) {
    .hero-title {
        font-size: 4.5rem;
    }
}

.hero-title-highlight {
    position: relative;
    display: inline-block;
}

.hero-title-underline {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
}

.hero-txt {
    color: hsl(var(--primary-foreground) / 0.6);
}

/* How it Works CSS */

.folder-lock-working {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.floating-balls-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.float-ball-1 {
    position: absolute;
    top: 25%;
    left: -8rem;
    width: 16rem;
    height: 16rem;
    background-color: hsl(var(--primary) / 0.05);
    border-radius: 9999px;
    filter: blur(64px);
}

.float-ball-2 {
    position: absolute;
    bottom: 25%;
    right: -8rem;
    width: 16rem;
    height: 16rem;
    background-color: hsl(var(--primary) / 0.05);
    border-radius: 9999px;
    filter: blur(64px);
}

.how-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10;
}

.how-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.how-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .how-title {
        font-size: 3rem;
    }
}

.how-description {
    color: hsl(var(--muted-foreground));
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.step-wrapper {
    position: relative;
    width: 100%;
    max-width: 28rem;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
}

.circle {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-center {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 6rem;
    height: 6rem;
    background-color: hsl(var(--primary));
    box-shadow: var(--shadow-glow);
    transform: scale(1);
    transition: transform 500ms ease;
}

.circle-center-icon {
    width: 3rem;
    height: 3rem;
    color: hsl(var(--primary-foreground));
}

.step-item {
    position: absolute;
    cursor: pointer;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
}

.step-item-1 {
    left: calc(50% + 66.9949px);
    top: calc(50% - 130.995px);
}

.step-item-2 {
    left: calc(50% + 66.9949px);
    top: calc(50% + 66.9949px);
}

.step-item-3 {
    left: calc(50% - 130.995px);
    top: calc(50% + 66.9949px);
}

.step-item-4 {
    left: calc(50% - 130.995px);
    top: calc(50% - 130.995px);
}

.step-icon-box {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--card));
    color: hsl(var(--muted-foreground));
    border: 1px solid hsl(var(--border));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

.step-icon-box:hover {
    border-color: hsl(var(--primary) / 0.5);
}

.step-icon {
    width: 1.75rem;
    height: 1.75rem;
}

.step-icon-box-active {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    transform: scale(1.1);
    box-shadow: var(--shadow-glow);
}

.step-label {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    color: hsl(var(--muted-foreground));
    transition: color 200ms ease;
}

.step-label-active {
    color: hsl(var(--primary));
}

.step-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.orbit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.orbit-circle {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background-color: hsl(var(--primary));
    border-radius: 9999px;
    opacity: 0.6;
    transform-origin: 50% 50%;
}

.orbit-1 {
    animation: orbit 3s linear 0s infinite;
}

.orbit-2 {
    animation: orbit 3s linear 1s infinite;
}

.orbit-3 {
    animation: orbit 3s linear 2s infinite;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(140px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg) translateX(140px) rotate(-360deg);
        opacity: 0;
    }
}

.flow-card {
    padding: 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
    background: hsl(var(--card) / 0.5);
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.flow-card.flow-card-hover,
.flow-card:hover {
    background: hsl(var(--card));
    border-left: 4px solid hsl(var(--primary));
    box-shadow: hsl(var(--shadow-card));
}

.flow-card-body {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.card-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: ease;
    background-color: hsl(var(--muted));
    color: hsl(var(--muted-foreground));
}

.flow-card.flow-card-hover .card-count,
.flow-card:hover .card-count {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
}

.card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 0.5rem;
}

.card-caption {
    color: hsl(var(--muted-foreground));
    opacity: 0.7;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

.flow-card.flow-card-hover .card-caption .flow-card:hover .card-caption {
    opacity: 1;
}

/* Powerful Features */

.features {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: hsl(var(--secondary) / 0.3);
}

.feature-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: hsl(var(--accent) / 1);
    color: hsl(var(--accent-foreground) / 1);
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: hsl(var(--foreground) / 1);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .feature-title {
        font-size: 3rem;
    }
}

.feature-caption {
    color: hsl(var(--muted-foreground) / 1);
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.features-nav {
    border: 0;
    gap: 0.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    justify-content: center;
}

@media (min-width: 768px) {
    .features-nav {
        justify-content: start;
    }
}

.feature-container {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.feature-btn {
    display: flex;
    gap: 5px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    color: hsl(var(--muted-foreground));
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    transition: all 0.3s ease;
}

.feature-btn.active,
.feature-btn:hover {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border-color: hsl(var(--primary));
}

.feature-card {
    background: hsl(var(--card));
    border-radius: 1.5rem;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.feature-card-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid hsl(var(--border));
    background: linear-gradient(to right, hsl(var(--primary) / 0.05), transparent);
}

.feature-card-title-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-card-icon-box {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--primary) / 0.1);
    transition: background-color 0.3s, color 0.3s;
}

.feature-card-icon {
    width: 2rem;
    height: 2rem;
    color: hsl(var(--primary));
}

.feature-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(var(--foreground));
}

.feature-card-subtitle {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-body {
    padding: 1.25rem;
}

.card-content {
    padding: 1.25rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    background-color: hsl(var(--background));
    border: 1px solid hsl(var(--border));
    border-radius: 1rem;
}

/* Avaliable platform */

.platform {
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: hsl(var(--primary-foreground));
    background-color: hsl(var(--navy));
}

.platform-header {
    text-align: center;
    margin-bottom: 2rem;
}

.platform-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: hsl(var(--white));
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .platform-title {
        font-size: 3rem;
    }
}

.platform-description {
    color: hsl(var(--primary-foreground) / 0.7);
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.platform-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.platform-box {
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    background-color: hsl(var(--primary-foreground) / 0.05);
    border: 1px solid hsl(var(--primary-foreground) / 0.1);
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

.platform-box:hover {
    background-color: hsl(var(--primary-foreground) / 0.1);
}

.platform-icon {
    width: 1rem;
    height: 1rem;
    color: hsl(var(--primary));
}

.platform-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--primary-foreground) / 0.8);
}

/* Why folder lock */

.why {
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: hsl(var(--primary-foreground));
    background-color: hsl(var(--navy));
}

.why-header {
    text-align: center;
    margin-bottom: 4rem;
}

.why-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: hsl(var(--white));
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .why-title {
        font-size: 3rem;
    }
}

.why-caption {
    color: hsl(var(--primary-foreground) / 0.7);
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.why-card {
    height: 100%;
    background-color: hsl(var(--navy-light) / 0.5);
    border: 1px solid hsl(var(--primary-foreground) / 0.1);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
}

.why-card:hover {
    border-color: hsl(var(--primary) / 0.5);
    background-color: hsl(var(--navy-light) / 0.7);
}

.why-card .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(to bottom right, hsl(var(--primary)), hsl(var(--coral-dark)));
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.why-card:hover .icon-box,
.icon-box:hover {
    transform: scale(1.1);
}

.icon {
    width: 2rem;
    height: 2rem;
    color: hsl(var(--primary-foreground));
}

.why-card .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(var(--primary-foreground));
    margin-bottom: 0.75rem;
}

.why-card .caption {
    color: hsl(var(--primary-foreground) / 0.7);
    line-height: 1.625;
}

/* Frequently Asked questions */

.faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: hsl(var(--primary-foreground));
    background-color: hsl(var(--navy));
}

.faq-header {
    text-align: center;
    margin-bottom: 2rem;
}

.faq-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: hsl(var(--white));
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .faq-title {
        font-size: 3rem;
    }
}

.faq-description {
    color: hsl(var(--primary-foreground) / 0.7);
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.faq-note{
    font-weight: bold;
    color: hsl(var(--primary-foreground) / 0.8) !important;
}

.accordion-item {
    color: hsl(var(--primary-foreground) / 0.5) !important;
    background-color: hsl(var(--primary-foreground) / 0.05) !important;
    border: 1px solid hsl(var(--primary-foreground) / 0.1) !important;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.accordion-button {
    color: hsl(var(--primary-foreground) / 0.8) !important;
    background-color: hsl(var(--primary-foreground) / 0.05) !important;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    border-color: hsl(var(--primary-foreground) / 0.1) !important;
    box-shadow: none !important;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Encryption Live Demo CSS */

.encryption-demo {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: hsl(var(--background));
}

.encryption-header {
    text-align: center;
    margin-bottom: 4rem;
}

.encryption-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.encryption-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .encryption-title {
        font-size: 3rem;
    }
}

.encryption-caption {
    color: hsl(var(--muted-foreground));
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.encryption-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.encryption-box {
    background-color: hsl(var(--card));
    border-radius: 1.5rem;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    border: 1px solid hsl(var(--border));
}

.browser-header {
    padding: 1.5rem;
    border-bottom: 1px solid hsl(var(--border));
    background-color: hsl(var(--muted) / 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browser-header-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dots-group {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 9999px;
}

.dot-red {
    background-color: hsl(var(--destructive) / 0.5);
}

.dot-yellow {
    background-color: hsl(var(--warning) / 0.5);
}

.dot-green {
    background-color: hsl(var(--success) / 0.5);
}

.browser-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--muted-foreground));
}

.show-key {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.eye-button {
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.eye-button:hover {
    background: hsl(var(--muted));
}

.eye-icon {
    width: 1rem;
    height: 1rem;
    color: hsl(var(--muted-foreground));
}

.key-wrapper {
    padding: 1rem;
    background-color: hsl(var(--navy));
    color: hsl(var(--primary-foreground));
    border-bottom: 1px solid hsl(var(--border));
    animation: fade-in 0.5s ease-in-out;
}

.key-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.key-title {
    font-size: 0.75rem;
    color: hsl(var(--primary-foreground) / 0.6);
}

.key {
    margin-left: 0.5rem;
    font-size: 0.875rem;
    font-family: monospace;
    color: hsl(var(--primary));
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.encrypt-row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.encrypt-row {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid hsl(var(--border));
    transition: all 0.5s ease;
    background-color: hsl(var(--accent) / 0.5);
}

.encrypt-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 576px) {
    .encrypt-data {
        flex-direction: row;
    }
}


.file-icon-box {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background-color: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
}

.file-icon {
    width: 20px;
    height: 20px;
}

.encrypt-row-text {
    flex: 1;
}

.encrypt-row-title {
    font-family: monospace;
    font-size: 0.875rem;
    overflow: hidden;
    color: hsl(var(--foreground));
}

.encrypt-row-comment {
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
    margin-top: 0.25rem;
}

.encrypt-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: hsl(var(--destructive) / 0.1);
    color: hsl(var(--destructive));
}

.encrypt-btn-row {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.encrypt-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    box-shadow: var(--shadow-glow);
    border: none;
    cursor: pointer;
}

.encrypt-btn:hover {
    background-color: hsl(var(--primary) / 0.9);
}

.encryption-card {
    padding: 1rem;
    background: hsl(var(--card));
    border-radius: 12px;
    border: 1px solid hsl(var(--border));
    text-align: center;
}

.encryption-card-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: hsl(var(--foreground));
}

.encryption-card-caption {
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
}

.encrption-bytes {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: hsl(var(--navy));
    border-radius: 0.75rem;
    overflow: hidden;
}

.encryption-bytes-icon-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.encryption-bytes-icon {
    width: 1rem;
    height: 1rem;
    color: hsl(var(--primary));
}

.encrypting-label {
    font-size: 0.875rem;
    color: hsl(var(--primary-foreground));
}

.encryption-moving-bytes {
    font-family: monospace;
    font-size: 0.75rem;
    color: hsl(var(--primary));
    word-break: break-all;
    line-height: 1.625;
}

/* pricing */

#pricing{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pricing-header {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pricing-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .pricing-title {
        font-size: 3rem;
    }
}

.pricing-caption {
    color: hsl(var(--muted-foreground));
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.paid {
    background-color: var(--primary-light) !important;
}

.pro-column {
    background: hsl(var(--primary));
    border-radius: 12px 12px 0 0;
    padding: 1.5rem !important;
    margin-bottom: 0.5rem;
}

.badge-pro {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.upgrade-now {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-align: center;
    box-shadow: none;
    outline: none;
}

.upgrade-now:hover,
.upgrade-now:focus,
.upgrade-now:active {
    background: hsl(var(--primary)) !important;
    color: hsl(var(--primary-foreground)) !important;
    box-shadow: none !important;
    outline: none !important;
}

.price-row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.feature-name {
    text-align: start;
    font-weight: 500;
    white-space: normal;
    padding: 1rem 1.5rem !important;
}

.icon-x {
    color: hsl(var(--dark) / 0.3);
}

/* Call to Action CSS */

.cta {
    padding: 6rem 1rem;
    background-color: hsl(var(--navy));
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    color: hsl(var(--white));
}

.download-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

@media (min-width: 576px) {
    .download-buttons {
        flex-direction: row;
    }
}

.download-btn {
    font-size: 0.875rem;
    font-weight: 500;
    height: 3rem;
    padding: 0 2rem;
    border: 0;
    border-radius: 10px;
    min-width: 200px;
}

.download-icon {
    color: currentColor;
    width: 1rem;
    height: 1rem;
    margin-top: -5px;
    margin-right: 3px;
}

.download-btn-free {
    color: hsl(var(--primary-foreground));
    background: hsl(var(--primary));
}

.download-btn-pro {
    color: hsl(var(--white));
    background-color: hsl(var(--primary-foreground) / 0.1);
    border: 1px solid hsl(var(--primary-foreground) / 0.2);
}

.download-btn-pro:hover {
    background-color: hsl(var(--primary-foreground) / 0.2);
}

/* Footer CSS */

.footer {
    padding: 3rem 1rem;
    color: hsl(var(--white));
    background-color: hsl(var(--dark));
}

.contact-info {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: hsl(var(--white) / 0.5);
}

.contact-info:hover {
    color: hsl(var(--white) / 0.5) !important;
}

.copy-rights-container {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid rgba(var(--bs-secondary-rgb));
}

.copy-rights {
    color: hsl(var(--white) / 0.5);
    font-size: 0.875em;
}