/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --security-item-icon-color: #4ade80;
    --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    --hiw-number-box-shadow-hover: 1px 2px 33px 0px #36ff2be0, inset -5px -8px 18px #60ff21f7;
    --wfims-scale: 1;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;

    background: linear-gradient(135deg, #58c9ff42 0%, #ffffff 50%, #ff17f821 100%);
    
    background: linear-gradient(135deg, #58ffc942 0%, #ffffff 50%, #fbffb654 100%);
    background-attachment: fixed;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    
    border-radius: 15px;
    margin: 0px 0px;
    padding: 20px 30px;
    margin-left: -40px;
    margin-right: -40px;
    /*
    background: rgb(255 255 255 / 58%);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 4px 13px 40px #1ab1891a;
    */
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.logo i {
    color: #4ade80;
}

.nav {
    display: flex;
    gap: 30px;
}
.nav.menu.active a {
    padding: 0px !important;
}
.mobile-toggle {
    display: none;
}
.menu {
    display: flex;
    gap: 30px;
    transition: all 0.3s ease;
}
.menu.active {
    right: 0 !important;
    transition: all 0.3s ease !important;
}

.nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #4ade80;
}

/* Hero Section */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 0;
    color: rgb(0, 0, 0);
    min-height: 80vh;
}
#security,
#how-it-works{
    min-height: 80vh;
    background-image: radial-gradient(#eeeeeedb 0%, transparent 70%, transparent 100%);
    background-size: cover;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.7;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: white;
    box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 222, 128, 0.4);
}

.btn-secondary {
    background: rgb(131 131 131);
    color: white;
    border: 2px solid rgb(131 131 131);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgb(0, 0, 0);
    transform: translateY(-2px);
    border: 2px solid rgb(0, 0, 0);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
}

.security-item {
    background: rgb(108 255 19 / 21%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 40px;
    text-align: center;
    border: 0px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    background: linear-gradient(198deg, #95959540, #f5f5f5);
    background: linear-gradient(198deg, #95959540, #f5f5f5);
    box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
    transition: all 0.3s ease;
}
.security-item:hover{
    transform: scale(1.06);
    box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
    background: linear-gradient(198deg, #95959540, #e9e3e3);
}

.security-item i {
    font-size: 2rem;
    color: var(--security-item-icon-color, #4ade80);
    margin-bottom: 10px;
    display: block;
}

.security-item span {
    font-weight: 600;
    color: rgb(117 117 117);
}

.security-item.email-box-1{
    animation: email-box-1 8s ease-in-out infinite;
    transition: all 8s ease;
}
.security-item.email-box-2{
    animation: email-box-2 8s ease-in-out infinite;
    transition: all 8s ease;
}
.security-item.email-box-3{
    animation: email-box-3 8s ease-in-out infinite;
    transition: all 8s ease;
}

@keyframes email-box-1 {
    0% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
    10% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    20% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    90% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    100% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
}
@keyframes email-box-2 {
    0% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
    20% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
    30% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    40% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    90% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    100% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
}
@keyframes email-box-3 {
    0% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
    40% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
    50% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    60% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    90% {
        transform: scale(0.94);
        background: linear-gradient(198deg, #95959540, #f5f5f5);
        box-shadow: inset 7px 6px 20px 1px #c8c8c8ad;
        --security-item-icon-color: #17ff6c;
    }
    100% {
        transform: scale(1);
        box-shadow: inset 7px 6px 20px 1px #ffffff, 0px 1px 30px 1px #baa2a2ad;
        background: linear-gradient(198deg, #95959540, #e9e3e3);
        --security-item-icon-color: #4ade80;
    }
}

.security-item.success {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    border-color: #4ade80;
    color: white;
    box-shadow: inset 0px 0px 26px #01af286e;

    background: linear-gradient(135deg, #4ade80, #22c55e);
    border-color: #4ade80;
    color: white;
    box-shadow: inset 0px 0px 26px #01af286e, inset 7px 6px 20px 1px #e4ffb6;

    animation: success 8s ease-in-out infinite;
    transition: all 8s ease;
}

@keyframes success {
    0% {
        transform: scale(1);
        background: linear-gradient(135deg, #4ade80, #22c55e);
        border-color: #4ade80;
        color: white;
        box-shadow: inset 0px 0px 26px #01af286e, inset 7px 6px 20px 1px #e4ffb6;
        --security-item-icon-color: #4ade80;
    }
    60% {
        
        transform: scale(1);
        background: linear-gradient(135deg, #4ade80, #22c55e);
        border-color: #4ade80;
        color: white;
        box-shadow: inset 0px 0px 26px #01af286e, inset 7px 6px 20px 1px #e4ffb6;
        --security-item-icon-color: #4ade80;
    }
    70% {
        transform: scale(0.94);
        background: linear-gradient(135deg, #4ade80, #10ff23);
        border-color: #4ade80;
        color: white;
        box-shadow: inset 0px 0px 26px #53e9756e, inset 7px 6px 20px 1px #e4ffb6, 2px 10px 30px 0px #2de74ec2;
        --security-item-icon-color: #17ff6c;
    }
    80% {
        background: linear-gradient(135deg, #4ade80, #10ff23);
        border-color: #4ade80;
        color: white;
        box-shadow: inset 0px 0px 26px #53e9756e, inset 7px 6px 20px 1px #e4ffb6, 2px 10px 30px 0px #2de74ec2;
        transform: scale(0.94);
        --security-item-icon-color: #17ff6c;
    }
    90% {
        transform: scale(0.94);
        background: linear-gradient(135deg, #4ade80, #10ff23);
        border-color: #4ade80;
        color: white;
        box-shadow: inset 0px 0px 26px #53e9756e, inset 7px 6px 20px 1px #e4ffb6, 2px 10px 30px 0px #2de74ec2;
        --security-item-icon-color: #17ff6c;
    }
    100% {
        transform: scale(1);
        background: linear-gradient(135deg, #4ade80, #22c55e);
        border-color: #4ade80;
        color: white;
        box-shadow: inset 0px 0px 26px #01af286e, inset 7px 6px 20px 1px #e4ffb6;
        --security-item-icon-color: #4ade80;
    }
}
.security-item.success:hover {
    background: linear-gradient(135deg, #4ade80, #10ff23);
    border-color: #4ade80;
    color: white;
    box-shadow: inset 0px 0px 26px #53e9756e, inset 7px 6px 20px 1px #e4ffb6, 2px 10px 30px 0px #2de74ec2;
}

.security-item.success span,
.security-item.success i {
    color: white;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6b7280;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.close-btn:hover {
    background: #f3f4f6;
    color: #374151;
}
.nav.menu .close-btn {
    display: none !important;
}

.modal-body {
    padding: 30px;
}

/* Forms */
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.form-group input {
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #4ade80;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.1);
}

.form-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    color: #0369a1;
    font-size: 14px;
}

.form-info i {
    margin-top: 2px;
}

/* Verification Step */
.verification-step {
    margin-top: 30px;
}

.verification-step h3 {
    font-size: 13px !important;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
}

.verification-info {
    color: #6b7280;
    margin-bottom: 25px;
    font-size: 14px;
}

.email-codes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.email-code-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.email-code-item label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.email-label {
    color: #4ade80;
    font-weight: 700;
}

.code-input {
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    transition: border-color 0.3s ease;
}

.code-input:focus {
    outline: none;
    border-color: #4ade80;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.1);
}

.verification-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.timer {
    text-align: center;
    padding: 15px;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 10px;
    color: #92400e;
    font-weight: 600;
}

/* Sections */
.section {
    padding: 80px 0;
    
    margin: 40px -20px;
    padding: 80px 40px;
    border-radius: 20px;

    /*
    background: white;
    box-shadow: 0px 0px 14px #8989891c;
    background: linear-gradient(179deg, #0000000a, transparent);
    box-shadow: 1px -9px 14px #89898900;
    */
}

.section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 60px;
}

/* Steps */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.step {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px -20px 50px #00000014;
    background: linear-gradient(179deg, #ffffff, #ffffff00);
    box-shadow: 0px -40px 50px #0000000a;
    transition: all 0.3s ease;
}
.step:hover{
    transform: translateY(-10px);
    box-shadow: 2px -17px 50px #0000002e;
}
.step-1{
    animation: step-1 8s ease-in-out infinite;
    transition: all 8s ease;
}
.step-2{
    animation: step-2 8s ease-in-out infinite;
    transition: all 8s ease;
}
.step-3{
    animation: step-3 8s ease-in-out infinite;
    transition: all 8s ease;
}
.step-4{
    animation: step-4 8s ease-in-out infinite;
    transition: all 8s ease;
}

@keyframes step-1 {
    0% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    10% {
        transform: translateY(-10px);
        box-shadow: 2px -17px 50px #0000002e;
        --hiw-number-box-shadow: 1px 2px 33px 0px #36ff2be0, inset -5px -8px 18px #60ff21f7;
    }
    20% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    100% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
}
@keyframes step-2 {
    0% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    20% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    30% {
        transform: translateY(-10px);
        box-shadow: 2px -17px 50px #0000002e;
        --hiw-number-box-shadow: 1px 2px 33px 0px #36ff2be0, inset -5px -8px 18px #60ff21f7;
    }
    40% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    100% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
}
@keyframes step-3 {
    0% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    40% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    50% {
        transform: translateY(-10px);
        box-shadow: 2px -17px 50px #0000002e;
        --hiw-number-box-shadow: 1px 2px 33px 0px #36ff2be0, inset -5px -8px 18px #60ff21f7;
    }
    60% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    100% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
}
@keyframes step-4 {
    0% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    60% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    70% {
        transform: translateY(-10px);
        box-shadow: 2px -17px 50px #0000002e;
        --hiw-number-box-shadow: 1px 2px 33px 0px #36ff2be0, inset -5px -8px 18px #60ff21f7;
    }
    80% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
    100% {
        transform: translateY(0px);
        box-shadow: 0px -40px 50px #0000000a;
        --hiw-number-box-shadow: 1px 2px 33px 0px #14a50c4d, inset -5px -8px 18px #028d34db;
    }
}


.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6af79e, #22c55e);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: var(--hiw-number-box-shadow);
    transition: all 0.3s ease;
}
.step:hover .step-number {
    box-shadow: var(--hiw-number-box-shadow-hover);
    color: #ffffff;
    text-shadow: 0px 0px 18px #009921;
    background: linear-gradient(333deg, #09e102, #a2ffd8);
    transition: all 0.3s ease;
}

.step h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
}

.step p {
    color: #6b7280;
    line-height: 1.6;
}

/* Security Comparison */
.security-comparison {
    max-width: 70%;
    margin: 0 auto;
    min-width: 70%;
}

.comparison-table {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -8px -18px 70px rgb(0 0 0 / 7%);
}

.table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.header-cell {
    padding: 20px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
}

.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.table-row:hover {
    background: #b2ffae57;
}

.table-row:last-child {
    border-bottom: none;
}

.cell {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.cell:first-child {
    justify-content: flex-start;
    font-weight: 600;
    color: #374151;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.cell i.fa-times {
    color: #ef4444;
    font-size: 1.2rem;
}

.cell i.fa-check {
    color: #10b981;
    font-size: 1.2rem;
}

.cell i.fa-check-double {
    color: #4ade80;
    font-size: 1.2rem;
    transition: all 1s ease;
}

.cell.fortauth-col i.fas.fa-check-double {
    scale: var(--wfims-scale);
    transition: all 1s ease;
}
.cell.fortauth-col i.fas.fa-times {
    scale: var(--wfims-scale);
    transition: all 1s ease;
}


.fortauth-col {
    animation: step-column-highlight 3s ease-in-out infinite;
    transition: all 3s ease;
}
@keyframes step-column-highlight {
    0% {
        color: #000000;
        --wfims-scale: 1
        scale: 1;
    }
    50% {
        color: #000000;
        --wfims-scale: 1;
        scale: 1;
    }
    75% {
        color: var(--security-item-icon-color);
        --wfims-scale: 1.5;
        scale: 1.2;
    }
    100% {
        color: #000000;
        --wfims-scale: 1;
        scale: 1;
    }
}

/* Footer */
.footer {
    background: #1f2937;
    color: white;
    padding: 60px 40px 20px;
    margin-top: 80px;
    border-radius: 50px 50px 0px 0px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    color: #4ade80;
}

.footer-section a {
    color: #d1d5db;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #4ade80;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #374151;
    color: #9ca3af;
}
.pros {
    animation: pros-bg-change 9s ease-in-out infinite;
}
.cons {
    animation: cons-bg-change 9s ease-in-out infinite;
}

@keyframes pros-bg-change {
    0%, 75%, 100% {
        background-color: rgba(178, 255, 174, 0);
    }
    25% {
        background-color: rgba(133, 255, 127, 0.274);
    }
    50% {
        background-color: rgba(178, 255, 174, 0);
    }
}
@keyframes cons-bg-change {
    0%, 25%, 75%, 100% {
        background-color: rgba(255, 174, 174, 0);
    }
    50% {
        background-color: rgba(255, 56, 56, 0.137);
    }
}

.security-comparison .cell small {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}
.wordpress-login .cell {
    padding-top: 15px !important;
}

/* Profile Section Styles */
.profile-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.profile-section h4 {
    margin: 0 0 15px 0;
    color: #374151;
    font-size: 16px;
    font-weight: 600;
}

.trusted-devices-list, .active-sessions-list {
    margin-bottom: 15px;
    max-height: 300px;
    overflow-y: auto;
}

.device-item, .session-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    margin-bottom: 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
}

.device-info, .session-info {
    flex: 1;
}

.device-name, .session-location {
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
}

.device-details, .session-details {
    color: #6b7280;
    font-size: 12px;
}

.device-actions, .session-actions {
    display: flex;
    gap: 8px;
}

.btn-remove {
    background: #ef4444;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.btn-remove:hover {
    background: #dc2626;
}

.loading {
    color: #6b7280;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

.empty-state {
    color: #6b7280;
    text-align: center;
    padding: 20px;
    font-style: italic;
}


/* Responsive Design */
@media (max-width: 1400px) {
    .container {
        padding: 0 40px;
        max-width: 100vw;
    }
}
@media (max-width: 768px) {
    @keyframes step-column-highlight {
        0% {
            color: #000000;
            --wfims-scale: 1
            scale: 1;
        }
        50% {
            color: #000000;
            --wfims-scale: 1;
            scale: 1;
        }
        75% {
            color: var(--security-item-icon-color);
            --wfims-scale: 1.5;
            scale: 1.1;
        }
        100% {
            color: #000000;
            --wfims-scale: 1;
            scale: 1;
        }
    }
    .menu-item.how-it-works,
    .menu-item.security {
        display: none;
    }
    .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 700;
        color: rgb(0, 0, 0);
    }
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
        padding: 20px 10px;
    }
    .header {
        padding: 20px 0;
        padding: 20px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .nav {
        position: fixed !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        top: 0px;
        right: 100vw;
        background: linear-gradient(45deg, #51bc525e, #ffffff);
        height: 100vh;
        z-index: 200;
        text-align: right;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        padding: 20px !important;
        padding-top: 10px !important;
    }
    .nav.menu.active .close-btn {
        display: block !important;
    }
    .close-btn:hover {
        background: transparent !important;
        color: #374151 !important;
    }
    .mobile-toggle {
        display: flex !important;
        position: inherit !important;
        width: min-content !important;
        height: 20px !important;
        width: 20px !important;
        padding: 0px !important;
        background: transparent !important;
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
        font-size: 23px !important;
    }
    .section {
        margin: 40px 0px;
        padding: 40px 10px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        align-content: center !important;
        flex-wrap: nowrap !important;
    }
    .section h2 {
        text-align: center;
        font-size: 1.5rem !important;
        margin-bottom: 20px !important;
    }
    
    .security-grid {
        grid-template-columns: 2fr 2fr;
    }
    .security-item.success {
        font-size: 13px;
        line-height: 1.1em !important;
    }
    .security-item span {
        max-width: 40px;
        font-size: 13px;
        line-height: 1.1em !important;
    }
    #security, #how-it-works {
        min-height: 500px !important;
    }
    .security-comparison .cell small {
        font-size: 9px !important;
        font-weight: 400 !important;
        color: #6b7280 !important;
        margin-top: 5px !important;
        margin-bottom: -5px !important;
        line-height: 1.2em;
    }
    
    .steps {
        grid-template-columns: 2fr 2fr;
        gap: 15px;
        row-gap: 10px;
    }
    .step {
        text-align: center;
        padding: 20px !important;
    }
    .step-number {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        margin: 0 auto 10px !important;
    }
    .step h3 {
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        color: #1f2937 !important;
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }
    .step p {
        color: #6b7280 !important;
        line-height: 1.3 !important;
        font-size: 12px !important;
    }
    .comparison-table {
        font-size: 14px;
    }
    .security-comparison {
        max-width: 100%;
        margin: 0 auto;
        min-width: 100%;
    }

    
    .table-header,
    .table-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    }
    
    .header-cell,
    .cell {
        padding: 15px 10px !important;
        font-size: 12px !important;
        display: flex;
        align-items: center;
        line-height: 1.1em !important;
        justify-content: center;
    }
   
    .container {
        padding: 0 20px;
    }
    
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
        opacity: 0.7;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .modal-header,
    .modal-body {
        padding: 20px;
    }
}

/* Disabled button styles */
.action-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #9ca3af !important;
}

.action-btn.disabled:hover {
    background: #9ca3af !important;
    transform: none !important;
} 

/* User Profile Modal Styles */
.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100vw; height: 100vh; overflow: auto; background: rgba(0,0,0,0.3); }
.modal-content { background: #fff; margin: 60px auto; padding: 30px; border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.15); position: relative; }
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.close-btn { background: none; border: none; font-size: 22px; cursor: pointer; color: #888; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 500; margin-bottom: 6px; color: #374151; }
.form-group input, .form-group select { width: 100%; padding: 10px; border: 1px solid #e5e7eb; border-radius: 6px; font-size: 15px; }
.btn.btn-primary { background: #4ade80; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.btn.btn-primary:hover { background: #22c55e; }
.btn.btn-secondary { background: #f3f4f6; color: #374151; border: none; padding: 10px 20px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.btn.btn-secondary:hover { background: #e5e7eb; } 

/* Dashboard Section Styles */
.dashboard-section {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header h3 {
    margin: 0;
    color: #374151;
    font-size: 18px;
    font-weight: 600;
}

.trusted-devices-list, .active-sessions-list {
    margin-bottom: 15px;
    max-height: 300px;
    overflow-y: auto;
}

.device-item, .session-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    margin-bottom: 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
}

.device-info, .session-info {
    flex: 1;
}

.device-name, .session-location {
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
}

.device-details, .session-details {
    color: #6b7280;
    font-size: 12px;
}

.device-actions, .session-actions {
    display: flex;
    gap: 8px;
}

.btn-remove {
    background: #ef4444;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.btn-remove:hover {
    background: #dc2626;
}

.loading {
    color: #6b7280;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

.empty-state {
    color: #6b7280;
    text-align: center;
    padding: 20px;
    font-style: italic;
}

/* Security Settings Styles */
.security-settings {
    padding: 20px 0;
}

.setting-group {
    margin-bottom: 30px;
}

.setting-group h4 {
    margin-bottom: 20px;
    color: #374151;
    font-size: 16px;
    font-weight: 600;
}

.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f3f4f6;
}

.setting-item:last-child {
    border-bottom: none;
}

.setting-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
}

.setting-description {
    color: #6b7280;
    font-size: 14px;
}

.toggle-switch {
    width: 50px;
    height: 24px;
    background: #d1d5db;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-switch.active {
    background: #4ade80;
}

.toggle-switch::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

.toggle-switch.active::after {
    transform: translateX(26px);
} 