/* CSS styles for index2.php - Glass/Frosted Card Variant */

/* Logged in user styles - same as index */
.welcome-container {
    background: #eee;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
    max-width: 600px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.welcome-title {
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
}

.welcome-section-title {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
    padding: 5px 10px;
    background-color: #d5fdd5;
    border-radius: 20px;
}

.getting-started-table {
    margin: 15px auto;
    border-collapse: separate;
    border-spacing: 8px 10px;
}

.getting-started-table td {
    vertical-align: middle;
    color: #444;
}

.getting-started-table td:first-child {
    text-align: right;
}

.getting-started-table td:last-child {
    text-align: left;
}

.getting-started-badge {
    display: inline-block;
    background-color: #a1ecfe;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.getting-started-badge:hover {
    background-color: #7dd3fc;
}

.video-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.video-icon:hover {
    transform: scale(1.15);
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.video-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.video-modal-header h3 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.video-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
}

.video-modal-close:hover {
    color: #333;
}

.video-modal-body {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-modal-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.checklist-progress {
    color: #666;
    font-size: 0.9em;
}

.row-checkbox {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border: 2px solid #a1ecfe;
    border-radius: 3px;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

.row-checkbox.completed {
    background: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

.row-checkbox.completed:empty::after {
    content: '✓';
}

.help-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 2px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.help-link:hover {
    background-color: #dbeafe;
    color: #1d4ed8;
}

.tab {
    padding: 3px 5px;
    background-color: #a1ecfe;
    border-radius: 10px;
    margin: 0px 0px;
}

.nav-button {
    display: inline-block;
    padding: 8px 15px;
    background-color: #a1ecfe;
    color: #000;
    text-decoration: none;
    border-radius: 15px;
    margin-right: 10px;
    font-weight: bold;
    border: 2px solid #7dd3fc;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background-color: #7dd3fc;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.path-item {
    margin: 20px 0;
}

.path-item h {
    color: #333;
    font-size: 24px;
    background: #e9ecef;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Not logged in user styles - Glass/Frosted Theme */
.landing-body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 1px 0 0 0; /* 1px top padding prevents margin collapse */
    background: linear-gradient(135deg, #e8f4f8 0%, #f4f4f4 50%, #e8f0f4 100%);
    color: #333;
    min-height: 100vh;
}

.top-bar {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}

.hero {
    background-image: url('your-background-image.jpg');
    background-size: cover;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.hero-title {
    font-size: 3em;
    margin: 0;
}

.hero-subtitle {
    font-size: 1.5em;
    margin: 20px 0;
}

.hero-content {
    color: #000;
    margin: 0px;
    padding: 0px 0px 80px 0px;
    text-align: center;
}

.hero-headline {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 60px;
    background-color: rgba(212, 235, 242, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    max-width: 800px;
}

.hero-video-container {
    display: inline-block;
    margin-top: 20px;
    width: 600px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    background-color: #000;
    border-radius: 20px;
    max-width: 600px;
}

.cta-button {
    background-color: #28a745;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Glass/Frosted Steps Section */
.steps {
    display: inline-block;
    justify-content: space-around;
    padding: 0 20px;
    margin-bottom: 60px;
    background-color: transparent;
}

.step {
    text-align: center;
    flex: 1;
    margin: 0 10px 0 10px;
    display: inline-block;
    max-width: 400px;
    border-radius: 16px;
    padding: 30px 20px;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.85);
}

.step-image {
    width: 300px;
    height: 300px;
    border-radius: 12px;
    box-sizing: border-box;
}

.step-title {
    font-size: 1.5em;
    margin: 10px 0;
    color: #1a1a2e;
}

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

.features-register {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 20px;
    background-color: #e9ecef;
}

.features {
    flex: 1;
    text-align: center;
}

.features-title {
    font-size: 2em;
    margin: 0 0 20px;
}

.features-description {
    font-size: 1.2em;
    margin: 10px 0;
    text-align: center;
}

.features form {
    text-align: center;
}

.features input[type="email"] {
    width: 600px;
    padding: 15px;
    margin: 10px 0;
    font-size: 1.2em;
    border: 2px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.features button {
    background-color: #28a745;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.2em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}

.features button:hover {
    background-color: #218838;
}

.message-box {
    background-color: #b3d9e6;
    color: #000;
    padding: 15px 30px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
}

/* Glass/Frosted Why Choose Section */
.why-choose-section {
    padding: 20px;
    margin: 0px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    color: #333;
}

.why-choose-title {
    padding-bottom: 20px;
    color: #1a1a2e;
}

.why-choose-section p {
    color: #444;
}

.registration-wrapper {
    border: none;
    border-radius: 23px;
    width: 1150px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 60px;
}

.registration-section {
    background: linear-gradient(135deg, #000 0%, #1a1a2e 100%);
    color: #fff;
    padding: 30px 0px;
    width: 100%;
    border-radius: 18px;
    margin-bottom: 0;
}

.registration-title {
    color: #fff;
}

.registration-email {
    text-align: center;
    width: 500px;
    border-radius: 20px;
}

.why-choose-outer {
    width: 900px;
    margin: 0px;
    padding: 0px 0px;
}

.why-choose-image-cell {
    padding: 20px;
    width: 150px;
}

.why-choose-image {
    height: 200px;
}

.why-choose-text-cell {
    padding: 20px;
    text-align: center;
}

.hero-subtitle-span {
    display: block;
    margin-top: .75em;
}

.registration-wrapper .calendly-inline-widget {
    background-color: #fff;
    border-radius: 0 0 18px 18px;
}

/* Landing Page Hero Box */
.landing-hero-box {
    background: linear-gradient(135deg, #0b1724 0%, #142234 100%);
    padding: 25px 40px;
    border-radius: 20px;
    margin: 50px auto 60px auto;
    max-width: 800px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Landing Page Brand */
.landing-brand {
    font-size: 2.4em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
}

/* Landing Tagline */
.landing-tagline {
    font-size: 1.2em;
    color: #444;
    line-height: 2.2;
    margin: 0 0 40px 0;
}

/* Landing Page Hero Title */
.landing-hero-title {
    font-size: 2.8em;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    font-weight: bold;
}

/* Section Titles (shared) */
.section-title {
    font-size: 2em;
    color: #1a1a2e;
    margin-bottom: 20px;
}

/* The Simple Idea Section */
.simple-idea-section {
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.simple-idea-content p {
    font-size: 1.1em;
    line-height: 1.7;
    color: #444;
    margin: 15px 0;
}

/* Comparison Table Section */
.comparison-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px 20px;
}

.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.comparison-table thead th {
    background: rgba(26, 26, 46, 0.05);
    font-weight: bold;
    color: #1a1a2e;
    font-size: 1.05em;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table .row-label {
    text-align: left;
    font-weight: 600;
    color: #333;
}

.comparison-table .highlight-col {
    background: rgba(76, 175, 80, 0.1);
    color: #2e7d32;
    font-weight: 600;
}

.comparison-table thead th.highlight-col {
    background: rgba(76, 175, 80, 0.15);
    color: #2e7d32;
}

/* Who This Is For Section */
.who-is-for-section {
    max-width: 900px;
    margin: 0 auto 60px auto;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.business-types {
    text-align: left;
    margin: 20px 0;
}

.business-category {
    font-size: 1.05em;
    line-height: 1.8;
    color: #444;
    margin: 15px 0;
}

.business-category strong {
    color: #1a1a2e;
}

.who-is-for-tagline {
    font-size: 1.15em;
    font-style: italic;
    color: #666;
    margin-top: 20px;
}

/* Why OMT Section */
.why-omt-section {
    max-width: 800px;
    margin: 30px auto 60px auto;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.why-omt-section h3 {
    color: #1a1a2e;
    font-size: 1.3em;
    margin: 0 0 25px 0;
    text-align: center;
}

.why-omt-section .why-omt-bullets {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0 0 25px;
    margin: 0;
}

.why-omt-tagline {
    text-align: center;
    color: #555;
    font-size: 1em;
    margin: 18px 0 0 0;
    font-style: italic;
}

/* Works for Every Business Section */
.works-for-business-section {
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.works-for-business-section h3 {
    color: #1a1a2e;
    font-size: 1.3em;
    margin: 0 0 18px 0;
    text-align: center;
}

/* What to Expect Section (legacy) */
.what-to-expect-section {
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.expectations-content p {
    font-size: 1.1em;
    line-height: 1.7;
    color: #444;
    margin: 15px 0;
}

/* Why OMT Categories */
.why-omt-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.why-category {
    background: rgba(255, 255, 255, 0.85);
    padding: 25px 30px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.why-category h3 {
    color: #1a1a2e;
    font-size: 1.3em;
    margin: 0 0 18px 0;
    text-align: center;
}

.why-category ul {
    margin: 0;
    padding-left: 20px;
}

.why-category li {
    color: #444;
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 0.95em;
}

.why-category li:last-child {
    margin-bottom: 0;
}

/* Why OMT Bullets */
.why-omt-bullets {
    background: rgba(255, 255, 255, 0.85);
    padding: 25px 30px 25px 50px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin: 0 0 20px 0;
}

.why-omt-bullets li {
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 1em;
}

.why-omt-bullets li:last-child {
    margin-bottom: 0;
}

/* Business Cards within Why Category */
.business-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.business-card {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.business-card:first-child {
    flex: 2;
    max-width: 400px;
}

.business-card:first-child ul {
    columns: 2;
    column-gap: 30px;
}

.business-card:last-child {
    flex: 1;
    max-width: 200px;
}

.business-card h4 {
    color: #1a1a2e;
    font-size: 1.1em;
    margin: 0 0 12px 0;
    text-align: center;
}

.business-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.business-card li {
    color: #555;
    font-size: 0.9em;
    line-height: 1.8;
    margin-bottom: 0;
}

.business-tagline {
    text-align: center;
    color: #333;
    font-size: 1em;
    margin-top: 20px;
    font-style: italic;
}

/* Updated Registration Section */
.registration-subtitle {
    font-size: 1.15em;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0;
}

.registration-note {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.registration-form {
    margin-top: 20px;
}

.registration-input {
    padding: 12px 16px;
    font-size: 16px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.registration-button {
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
    transition: background 0.2s ease;
}

.registration-button:hover {
    background: #43a047;
}

/* Zip Code Lookup Section */
.zip-lookup-section {
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.zip-lookup-section h3 {
    color: #1a1a2e;
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

.zip-subtitle {
    color: #555;
    margin: 0 0 20px 0;
}

.zip-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.zip-input {
    padding: 12px 16px;
    font-size: 16px;
    width: 150px;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
}

.zip-input:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

.zip-button {
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.zip-button:hover {
    background: #43a047;
}

.zip-results {
    margin-top: 20px;
}

.zip-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.zip-stat {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    border-radius: 12px;
    min-width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.zip-stat.highlight {
    background: rgba(76, 175, 80, 0.15);
    border-color: rgba(76, 175, 80, 0.3);
}

.zip-stat-number {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    color: #1a1a2e;
}

.zip-stat.highlight .zip-stat-number {
    color: #2e7d32;
}

.zip-stat-label {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

.zip-footnote {
    color: #888;
    font-size: 0.85em;
    margin-top: 15px;
    font-style: italic;
    line-height: 2;
}

.zip-online-note {
    color: #555;
    font-size: 0.95em;
    margin: 0;
    font-style: italic;
}

.zip-error {
    color: #d32f2f;
    margin-top: 10px;
}

.zip-loading {
    color: #666;
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .landing-hero-title {
        font-size: 2em;
    }

    .hero-headline {
        font-size: 18px;
        padding: 15px;
    }

    .simple-idea-section,
    .who-is-for-section,
    .what-to-expect-section {
        margin: 20px 15px;
        padding: 20px;
    }

    .comparison-section {
        margin: 20px 15px;
        padding: 20px 10px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
        font-size: 0.9em;
    }

    .step {
        margin-bottom: 10px;
    }

    .registration-wrapper {
        width: 95%;
    }

    .registration-input {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .registration-button {
        margin-left: 0;
        width: calc(100% - 40px);
    }

    .zip-lookup-section {
        margin: 20px 15px 40px 15px;
        padding: 20px;
    }

    .zip-form {
        flex-direction: column;
        align-items: center;
    }

    .zip-input {
        width: 100%;
        max-width: 200px;
    }

    .zip-button {
        width: 100%;
        max-width: 200px;
    }

    .zip-stats {
        gap: 10px;
    }

    .zip-stat {
        min-width: 100px;
        padding: 12px 15px;
    }

    .zip-stat-number {
        font-size: 1.5em;
    }
}
