* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-image: url('../img/auth/Background-WithoutLightsa.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer-container {
    width: 1344px;
    max-height: 804px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
}

.container {
    display: flex;
    width: 100%;
    max-height: 804px;
    height: 100%;
    gap: 0;
    align-items: stretch;
    background-color: rgba(235, 247, 254, 0.1);
    padding: 32px;
    border-radius: 8px;
}

/* Left Column */
.left-column {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: #ebf7fe;
    border-radius: 8px;
    padding: 40px 32px;
    overflow: visible;
}

.signup-card {
    background: #ffffff;
    border: 1px solid #d2edfe;
    border-radius: 8px;
    padding: 32px;
    width: 100%;
    max-width: 484px;
    box-shadow: 0px 161px 45px 0px rgba(30, 121, 178, 0),
                0px 103px 41px 0px rgba(30, 121, 178, 0.01),
                0px 58px 35px 0px rgba(30, 121, 178, 0.02),
                0px 26px 26px 0px rgba(30, 121, 178, 0.03),
                0px 6px 14px 0px rgba(30, 121, 178, 0.04);
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

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

.logo-image {
    height: 32px;
    width: auto;
    display: block;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}

.header-text {
    flex: 1;
}

.title {
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
}

.subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #334155;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.progress-indicator {
    flex-shrink: 0;
    margin-left: 16px;
    margin-top: 0;
}

.signup-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
    overflow: visible;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    overflow: visible;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #18181b;
    line-height: 1;
    margin-bottom: 8px;
}

.form-input {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #0f172a;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s;
}

.form-input:focus {
    outline: none;
    border-color: #068cdf;
}

.form-input::placeholder {
    color: #71717a;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
}

.checkbox {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #068cdf;
}

.checkbox-label {
    font-size: 14px;
    font-weight: 400;
    color: #0f172a;
    line-height: 16px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

 .checkbox-label.error {
     color: #DC2626;
 }

 .checkbox.error {
     accent-color: #DC2626;
     box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.25);
     border-radius: 3px;
 }

.link {
    color: #068cdf;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.link:hover {
    opacity: 0.8;
}

.continue-button {
    height: 36px;
    background: #068cdf;
    color: #f8fafc;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.continue-button:hover {
    background: #0578b8;
}

.continue-button:active {
    background: #046399;
}

.no-card-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #64748b;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 16px;
}

.credit-card-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.login-link {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #0f172a;
    line-height: 1.1;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
}

/* Right Column */
.right-column {
    flex: 1;
    max-width: 600px;
    color: #ffffff;
    padding: 40px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.right-inner-container {
    padding:40px;
    width: 100%;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: 'Inter', sans-serif;
    display: flex;
    width: 100%;
}

.info-point {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
    justify-content: flex-end;
    align-items: flex-start;
}

.info-point:first-child::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 22px;
    width: 0;
    height: 69.5px;
    border-left: 2px dashed rgba(255, 255, 255, 0.4);
    pointer-events: none;
    z-index: 0;
}

.info-point:last-child {
    margin-bottom: 0;
}

.point-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.point-number {
    width: 22px;
    height: 22px;
    border-radius: 7.333px;
    background: #ffffff;
    color: #237cb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.667px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1.1;
}

.point-headline {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
}

.point-description {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

/* Step 2 - Form Row Layout */
.form-row {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow: visible;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 16px;
    overflow: visible;
    min-width: 0;
    max-width: 100%;
}

/* Phone Input with Country Code */
.phone-input-wrapper {
    display: flex;
    gap: 0;
    align-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    background: #ffffff;
    overflow: visible;
    transition: border-color 0.2s;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.phone-input-wrapper:focus-within {
    border-color: #068cdf;
}

.country-code-select {
    height: 40px;
    padding: 8px 8px 8px 12px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2371717a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    padding-right: 20px;
    border-right: 1px solid #e4e4e7;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
    border-radius: 6px 0 0 6px;
    min-width: fit-content;
    width: auto;
}

.country-code-select:focus {
    outline: none;
    z-index: 20;
}

.phone-input {
    border: none !important;
    border-radius: 0 6px 6px 0 !important;
    flex: 1;
    min-width: 0;
    width: 100%;
}

.phone-input:focus {
    border: none !important;
    outline: none !important;
}

/* Step 2 - Trial Features */
.trial-features {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    width: 100%;
}

.feature-icon-row {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 8px;
}

.feature-icon-img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
}

.feature-icon-card {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-card.blue {
    background: linear-gradient(135deg, #068CDF 0%, #0578B8 100%);
}

.feature-icon-card.orange {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}

.feature-icon-card.purple {
    background: linear-gradient(135deg, #A855F7 0%, #9333EA 100%);
}

.feature-description {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
}

.feature-cards-grid {
    display: flex;
    gap: 8px;
    width: 100%;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.feature-card-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: contain;
    max-width: 100%;
}

.feature-card-text {
    flex: 1;
}

.feature-card-title {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.trial-benefits {
    background: rgba(235, 247, 254, 0.1);
    border-radius: 8px;
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
}

.trial-benefits-title {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.trial-benefits-list {
    display: flex;
    gap: 16px;
    align-items: center;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.benefit-number {
    width: 22px;
    height: 22px;
    background: #ffffff;
    color: #237cb3;
    border-radius: 7.333px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.667px;
    font-weight: 700;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
}

.benefit-text {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Step 3 - Select/Dropdown Styling */
.form-select {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #0f172a;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2371717a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.form-select:focus {
    outline: none;
    border-color: #068cdf;
}

.form-select option {
    color: #0f172a;
}

/* Step 3 - Testimonials */
.right-column-testimonials {
    padding: 40px;
    padding-right: 0px;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.testimonial-card {
    background: rgba(235, 247, 254, 0.1);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 135px 38px 0px rgba(12, 110, 171, 0),
                0px 87px 35px 0px rgba(12, 110, 171, 0.02),
                0px 49px 29px 0px rgba(12, 110, 171, 0.06),
                0px 22px 22px 0px rgba(12, 110, 171, 0.11),
                0px 5px 12px 0px rgba(12, 110, 171, 0.13);
}

.testimonial-card:nth-child(2) {
    width: 420px;
}

.testimonial-quote {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.testimonial-author {
    flex: 1;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 4px 0;
    font-family: 'Inter', sans-serif;
}

.author-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.company-badge {
    background: #ffffff;
    border-radius: 100px;
    padding: 9px 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-name {
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
}

.company-logo {
    height: 20px;
    width: auto;
    display: block;
    object-fit: contain;
}

.trusted-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
    position: relative;
    width: 100%;
}

.trusted-logos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 104px;
    background: linear-gradient(to right, 
                rgba(54, 135, 186, 0.5) 0%, 
                rgba(51, 134, 185, 0) 50%, 
                rgba(53, 134, 186, 0.5) 100%);
    pointer-events: none;
}

.trusted-title {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 1;
}

.logos-row {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.logo-text {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.9;
    font-family: 'Inter', sans-serif;
}

.trusted-logo {
    height: 32px;
    width: fit-content;
    display: block;
    object-fit: contain;
    opacity: 0.9;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

/* Ticker Slider Styles */
.ticker-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

.ticker-mask-left,
.ticker-mask-right {
    display: none;
}

.ticker-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 100px, 
        black calc(100% - 100px), 
        transparent 100%);
    -webkit-mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 100px, 
        black calc(100% - 100px), 
        transparent 100%);
}

.ticker-track {
    display: flex;
    gap: 48px;
    align-items: center;
    animation: ticker-scroll 25s linear infinite;
    will-change: transform;
    width: fit-content;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-track:hover {
    animation-play-state: paused;
}

/* Ensure logos maintain proper spacing and don't shrink */
.ticker-track .trusted-logo {
    margin: 0;
}


/* Centered Auth Pages (Sign In, Forgot Password, etc.) */
.auth-outer-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.auth-container {
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.auth-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-logo-image {
    height: 32px;
    width: auto;
    display: block;
}

.auth-card {
    background: #ffffff;
    border: 1px solid #d2edfe;
    border-radius: 8px;
    padding: 40px 32px;
    width: 100%;
    box-shadow: 0px 161px 45px 0px rgba(30, 121, 178, 0),
                0px 103px 41px 0px rgba(30, 121, 178, 0.01),
                0px 58px 35px 0px rgba(30, 121, 178, 0.02),
                0px 26px 26px 0px rgba(30, 121, 178, 0.03),
                0px 6px 14px 0px rgba(30, 121, 178, 0.04);
}

.auth-title {
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
}

.auth-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 0;
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 8px;
}

.checkbox-group-auth {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-footer-link {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.auth-footer-link a {
    color: #ffffff;
}

.auth-message {
    font-size: 14px;
    font-weight: 400;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

.auth-footer-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 0;
    font-family: 'Inter', sans-serif;
}

.auth-footer-text a {
    color: #ffffff;
}

/* Error and Success Messages */
.message,
.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.message.error,
.alert-danger {
    background-color: #FEF2F2;
    color: #DC2626;
    border: 1px solid #FEE2E2;
}

.message.success,
.alert-success {
    background-color: #F0FDF4;
    color: #16A34A;
    border: 1px solid #BBF7D0;
}

.message.info,
.alert-info {
    background-color: #EFF6FF;
    color: #2563EB;
    border: 1px solid #DBEAFE;
}

.message.warning,
.alert-warning {
    background-color: #FFFBEB;
    color: #D97706;
    border: 1px solid #FEF3C7;
}

/* Reset Password (newpassword) right panel */
.password-panel-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.password-panel-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px 0;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
}

.password-requirements {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
}

.requirement-item svg {
    flex-shrink: 0;
}

/* Reset Password (newpassword) left column spacing fixes */
.newpassword-page .left-column {
    justify-content: flex-start;
}

.newpassword-page .logo-container {
    margin-bottom: 24px;
}

.newpassword-page .login-link {
    margin-top: 12px;
}

/* Responsive adjustments */
@media (max-width: 700px) {
    .right-column {
        display: none;
    }

    .container {
        background-color: transparent;
    }

    .outer-container {
        padding: 32px;
    }

    .auth-outer-container {
        padding: 16px;
    }

    .auth-card {
        padding: 32px 24px;
    }
}
