/* Call For Me - Modern Design System */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    text-decoration: none;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ff6b35;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.login-button {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 8px 16px;
    transition: color 0.3s;
}

.login-button:hover {
    color: #ff6b35;
}

.cta-button {
    background: #ff6b35;
    color: white;
    padding: 14px 28px;
    margin: 0.5rem 0 0.5rem 0.75rem;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #e55a2e;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 120px 0 80px;
    margin-top: 80px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    background: #1e3a8a;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary:hover {
    background: #1e40af;
}

.btn-secondary {
    background: transparent;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: white;
    color: #2c3e50;
}

.hero-character {
    text-align: center;
    position: relative;
}

.character-image {
    width: 300px;
    height: 300px;
    margin: 0 auto 2rem;
}

.character-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Features Section */
.features {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.feature-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1); /* Makes SVG white */
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

/* How It Works */
.how-it-works {
    padding: 80px 0;
}

/* Enhanced How It Works redesign */
.enhanced-hiw {
        background: linear-gradient(180deg,#ffffff 0%,#f8fafc 80%,#f1f5f9 100%);
        position: relative;
        overflow: hidden;
}
.enhanced-hiw:before, .enhanced-hiw:after {
        content: "";
        position: absolute;
        width: 340px;
        height: 340px;
        background: radial-gradient(circle at center, rgba(30,58,138,.08), rgba(30,58,138,0) 70%);
        z-index: 0;
        pointer-events: none;
}
.enhanced-hiw:before { top:-120px; left:-80px; }
.enhanced-hiw:after { bottom:-140px; right:-60px; }

.hiw-header { text-align:center; position:relative; z-index:1; }
.hiw-header h2 { font-size: clamp(2.1rem,3.6vw,2.9rem); margin:0 0 .75rem; font-weight:700; letter-spacing:.5px; color:#1f2937; }
.hiw-subtitle { font-size: clamp(1rem,1.35vw,1.15rem); margin:0; color:#4b5563; opacity:.9; }

.hiw-steps { margin-top:4rem; display:flex; flex-direction:column; gap:2.75rem; max-width:980px; margin-left:auto; margin-right:auto; position:relative; z-index:1; }
@media (min-width:880px) { .hiw-steps { flex-direction:row; gap:2.5rem; } }

.hiw-step { flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; position:relative; padding:0 1rem; }
.hiw-step:focus-within { outline:none; }

/* Connector lines removed per design tweak */

.hiw-step-circle { width:74px; height:74px; background:#fff; border:2px solid #e2e8f0; border-radius:50%; display:flex; align-items:center; justify-content:center; position:relative; box-shadow:0 4px 22px -6px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.06); transition: all .45s cubic-bezier(.19,1,.22,1); }
.hiw-step-circle:before { content:""; position:absolute; inset:-4px; border-radius:inherit; background:conic-gradient(from 210deg,#1e3a8a,#1e40af,#3b82f6,#1e3a8a); opacity:0; filter:blur(6px); transition:opacity .6s; }
.hiw-step:hover .hiw-step-circle, .hiw-step:focus-within .hiw-step-circle { border-color:#1e40af; transform:translateY(-6px); }
.hiw-step:hover .hiw-step-circle:before, .hiw-step:focus-within .hiw-step-circle:before { opacity:.55; }

.step-index { font-size:1.35rem; font-weight:700; color:#1e3a8a; letter-spacing:.5px; }

.hiw-step-content { margin-top:1.25rem; }
.hiw-step-content h3 { margin:.25rem 0 .75rem; font-size:1.1rem; font-weight:600; color:#1f2937; letter-spacing:.3px; }
.hiw-step-content p { margin:0; font-size:.95rem; line-height:1.5; color:#4b5563; }

/* Entrance animation */
@media (prefers-reduced-motion:no-preference) {
    .hiw-step { opacity:0; transform:translateY(28px); animation: hiwFadeUp .9s cubic-bezier(.19,1,.22,1) forwards; }
    .hiw-step:nth-child(2) { animation-delay:.15s; }
    .hiw-step:nth-child(3) { animation-delay:.3s; }
}
@keyframes hiwFadeUp { to { opacity:1; transform:translateY(0); } }

.hiw-footnote { margin-top:3.5rem; text-align:center; font-size:.8rem; letter-spacing:.5px; text-transform:uppercase; font-weight:600; color:#64748b; opacity:.9; position:relative; z-index:1; }

/* Mobile adjustments */
@media (max-width:879px) {
    .hiw-step:after { display:none; }
    .hiw-step { padding-bottom:1rem; }
    .hiw-step-circle { width:66px; height:66px; }
    .hiw-step-content h3 { font-size:1.05rem; }
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #ff6b35;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.step h3 {
    margin-bottom: 1rem;
    color: #2c3e50;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2e 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Footer */
footer {
    background: #2c3e50;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: #ff6b35;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ff6b35;
}

footer p.version {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.7;
    color: #bdc3c7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .character-image {
        width: 200px;
        height: 200px;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-input:focus {
    outline: none;
    border-color: #ff6b35;
}

.form-input.error {
    border-color: #e74c3c;
}

/* Alert Styles */
.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Terms Page Styling */
.terms-content {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

.terms-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.terms-wrapper h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}

.terms-disclaimer {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}

.terms-wrapper h2 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 30px 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff6b35;
}

.terms-wrapper p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #495057;
}

.terms-wrapper ul {
    margin: 15px 0;
    padding-left: 25px;
}

.terms-wrapper li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #495057;
}

.terms-wrapper a {
    color: #ff6b35;
    text-decoration: none;
}

.terms-wrapper a:hover {
    text-decoration: underline;
}

.terms-wrapper strong {
    color: #2c3e50;
}

.last-updated {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
    color: #6c757d;
}

@media (max-width: 768px) {
    .terms-content {
        padding: 100px 0 40px;
    }
    
    .terms-wrapper {
        margin: 0 20px;
        padding: 25px;
    }
    
    .terms-wrapper h1 {
        font-size: 2rem;
    }
    
    .terms-wrapper h2 {
        font-size: 1.2rem;
    }
}

/* Pricing Page Styles */
.pricing {
    padding: 80px 0;
    background: #f8f9fa;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card.featured {
    border: 3px solid #ff6b35;
    transform: scale(1.05);
}

.pricing-card.featured::before {
    content: "Most Popular";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b35;
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.plan-price {
    font-size: 3rem;
    font-weight: bold;
    color: #ff6b35;
    margin-bottom: 0.5rem;
}

/* === Free Trial Additions === */
.trial-banner {
        margin-top:1rem;
        background:#ff6b35;
        color:#fff;
        padding:16px 26px;
        border:1px solid #ff6b35;
        border-radius:18px;
        font-size:1.05rem; /* increased from 0.95rem */
        font-weight:600;
        line-height:1.3;
        text-align:center;
        letter-spacing:.25px;
        box-shadow:0 6px 18px -6px rgba(0,0,0,.25), 0 0 0 1px rgba(255,255,255,.08) inset;
}
.trial-banner a.trial-banner-link { color:#fff; text-decoration:none; display:block; width:100%; }
.trial-banner a.trial-banner-link:hover { text-decoration:underline; }
.trial-banner a.trial-banner-link:focus { outline:2px solid #fff; outline-offset:4px; border-radius:10px; }
@media (max-width: 640px){
    .trial-banner { font-size:.95rem; padding:14px 18px; }
}

.plan-name-row { display:flex; align-items:center; justify-content:center; gap:.6rem; margin-bottom:1rem; flex-wrap:wrap; }
.plan-name-row .plan-name { margin:0; }

.trial-badge {
        background:#ff6b35;
        color:#fff;
        padding:4px 10px 5px;
        border-radius:999px;
        font-size:.65rem;
        font-weight:600;
        letter-spacing:.5px;
        text-transform:uppercase;
        box-shadow:0 2px 4px rgba(0,0,0,.18);
}
.trial-badge.muted-trial { background:#d7dfe6; color:#42505a; box-shadow:none; }

.plan-button.primary { background:#ff6b35; color:#fff; }
.plan-button.primary:hover { background:#ff814f; }

.plan-cta-subtext { margin-top:.75rem; font-size:.7rem; color:#6c7a86; }
.trial-disclaimer { margin-top:2.25rem; font-size:.7rem; color:#6c7a86; text-align:center; }

.cta-subtext { margin-top:.85rem; font-size:.8rem; color:#d5dde5; }

@media (prefers-color-scheme: dark){
    .trial-banner { background:#ff6b35; color:#fff; border-color:#ff6b35; box-shadow:0 6px 18px -6px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06) inset; }
    .trial-disclaimer { color:#99a5b0; }
    .plan-cta-subtext { color:#88939d; }
}

.plan-price .currency {
    font-size: 1.5rem;
    vertical-align: top;
}

.plan-price .period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: normal;
}

.plan-price.custom {
    font-size: 1.5rem;
    color: #2c3e50;
}

/* Billing Toggle Styles */
.billing-toggle {
    text-align: center;
    margin: 2rem 0 3rem 0;
}

.toggle-container {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: #f8f9fa;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 1px solid #e9ecef;
}

.toggle-label {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.toggle-label:first-child {
    color: #007bff;
    font-weight: 600;
}

.save-badge {
    background: #28a745;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    margin-left: 0.5rem;
    font-weight: 600;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #007bff;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/* Annual Savings Display */
.annual-savings {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    line-height: 1.2;
}

.original-price {
    color: #999;
    text-decoration: line-through;
    display: block;
}

.annual-price {
    color: #28a745;
    font-weight: 600;
    display: block;
}

.plan-description {
    color: #6c757d;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.plan-features {
    list-style: none;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.plan-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-features li:last-child {
    border-bottom: none;
}

/* Extra spacing for Best For items with longer descriptions */
.plan-features li.best-for-item {
    padding: 1.5rem 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
}
.plan-features li.best-for-item::before { display:none; }

.plan-features li.best-for-item .feature-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.feature-label {
    font-weight: 500;
    color: #2c3e50;
}

.feature-value {
    font-weight: bold;
    color: #ff6b35;
}

.feature-value.coming-soon {
    color: #6c757d;
    font-style: italic;
    font-weight: 500;
}

.feature-description {
    font-size: 0.95rem;
    color: #6c757d;
    text-align: left;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.plan-button {
    width: 100%;
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.plan-button:hover {
    background: #e55a2e;
}

.plan-button.secondary {
    background: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
}

.plan-button.secondary:hover {
    background: #2c3e50;
    color: white;
}

.plan-button.disabled {
    background: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed;
    opacity: 0.5;
    border: 2px solid #dee2e6;
    box-shadow: none;
    pointer-events: none;
}

.plan-button.disabled:hover {
    background: #f8f9fa !important;
    color: #6c757d !important;
    transform: none;
    box-shadow: none;
}

/* Features Comparison */
.features-comparison {
    padding: 80px 0;
    background: white;
}

.comparison-table {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 3rem;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #f1f3f4;
}

.comparison-table th {
    background: #2c3e50;
    color: white;
    font-weight: bold;
}

.comparison-table .feature-header {
    text-align: left;
}

.comparison-table .feature-name {
    text-align: left;
    font-weight: 500;
}

.comparison-table tr:hover {
    background: #f8f9fa;
}

.checkmark {
    color: #28a745;
    font-size: 1.2rem;
}

.crossmark {
    color: #dc3545;
    font-size: 1.2rem;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 3rem;
}

.faq-item {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.faq-question {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.faq-answer {
    color: #6c757d;
    line-height: 1.6;
}

/* White button variant for CTA sections */
.btn-white {
    background: white;
    color: #ff6b35;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Pricing page responsive design */
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }

    .comparison-table {
        overflow-x: auto;
    }
    
    .hero {
        text-align: center;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
}

/* Contact Page Styles */
.contact-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 120px 0 60px;
    margin-top: 80px;
    text-align: center;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.contact-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Form Section */
.contact-form {
    padding: 80px 0;
    background: #f8f9fa;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h2 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.form-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-group label .required {
    color: #007bff;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.submit-button {
    background: #007bff;
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: 1rem;
}

.submit-button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Contact Info */
.contact-info {
    padding: 60px 0;
    background: white;
    text-align: center;
}

.contact-info h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.contact-info p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-method {
    text-align: center;
}

.contact-method a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-method a:hover {
    text-decoration: underline;
}

.contact-method small {
    display: block;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Contact Page Responsive */
@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 2.5rem;
    }

    .form-container {
        padding: 2rem;
        margin: 0 1rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .contact-methods {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* Thank You Page Styles */
.thank-you-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 120px 0 80px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.thank-you-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.1;
}

.thank-you-hero .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.thank-you-hero .success-icon {
    margin-bottom: 2rem;
    animation: scaleIn 0.6s ease-out;
}

.thank-you-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: white;
}

.thank-you-hero h2 {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.thank-you-hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.thank-you-hero .hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.thank-you-hero .btn-primary {
    background: #1e3a8a;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.thank-you-hero .btn-primary:hover {
    background: #1e40af;
    transform: translateY(-3px);
}

.thank-you-hero .btn-secondary {
    background: transparent;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.thank-you-hero .btn-secondary:hover {
    background: white;
    color: #2c3e50;
}

.thank-you-hero .hero-character {
    text-align: center;
    position: relative;
}

.thank-you-hero .character-image {
    width: 300px;
    height: 300px;
    margin: 0 auto 2rem;
}

.thank-you-hero .character-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Thank You Page Responsive */
@media (max-width: 768px) {
    .thank-you-hero {
        padding: 80px 0 60px;
    }
    
    .thank-you-hero .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .thank-you-hero .hero-character {
        order: 1;
    }
    
    .thank-you-hero .hero-text {
        order: 2;
    }
    
    .thank-you-hero h1 {
        font-size: 2.5rem;
    }
    
    .thank-you-hero .character-image {
        width: 200px;
        height: 200px;
    }
    
    .thank-you-hero .hero-buttons {
        justify-content: center;
    }
}

/* Places Page Styles */
.places-section {
    padding: 4rem 0;
}

.places-section.coming-soon {
    background: #f8f9fa;
}

/* Features Section for Places */
.features-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.features-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.features-section .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.features-section .feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-section .feature-icon img {
    filter: brightness(0) invert(1);
}

.features-section .feature-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.features-section .feature-content p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

.place-card {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.place-card.featured {
    border-color: #007bff;
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}

.place-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.place-header {
    text-align: center;
    margin-bottom: 2rem;
}

.place-badges {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.place-badge {
    display: inline-block;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.schedule-badge {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.place-header h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.place-location {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
}

.place-description {
    text-align: center;
    margin-bottom: 3rem;
}

.place-description p {
    font-size: 1.1rem;
    color: #495057;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.place-features {
    margin-bottom: 3rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    filter: brightness(0) invert(1);
}

.feature-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

.place-cta {
    text-align: center;
    margin: 2rem 0 0 0;
    width: 100%;
}

.place-cta .btn-primary,
.place-cta .btn-secondary {
    display: inline-block;
    margin: 0 0.5rem;
}

/* Expansion Section */
.expansion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.expansion-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.expansion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.expansion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 16px;
    margin: 0 auto 1.5rem;
}

.expansion-icon img {
    filter: opacity(0.7);
}

.expansion-card h3 {
    font-size: 1.25rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
}

.expansion-card p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.status-badge {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.coming-soon-badge {
    background: linear-gradient(135deg, #ffc107, #ff8f00);
    color: #fff;
}

.planned-badge {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: #fff;
}

.research-badge {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: #fff;
}

/* Request Coverage Section */
.request-coverage {
    padding: 4rem 0;
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.request-card {
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.request-content h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
}

.request-content p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.request-character {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design for Places Page */
@media (max-width: 768px) {
    .place-card {
        padding: 2rem 1.5rem;
    }
    
    .place-header h3 {
        font-size: 1.75rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .expansion-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .request-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .request-content h2 {
        font-size: 1.75rem;
    }
    
    .place-cta {
        text-align: center;
        width: 100%;
    }
    
    .place-cta .btn-primary,
    .place-cta .btn-secondary {
        display: block;
        margin: 0.5rem auto;
        max-width: 250px;
    }
}

/* ===== SIGNUP PAGE STYLES ===== */

.signup-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: calc(100vh - 80px);
    padding: 120px 0 60px;
}

.signup-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left side - Welcome with Cal */
.signup-welcome {
    text-align: center;
}

.signup-character {
    margin-bottom: 2rem;
}

.signup-character img {
    width: 200px;
    height: auto;
}

.welcome-text h2 {
    color: #2c3e50;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.welcome-text p {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Progress Steps */
.signup-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    max-width: 250px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.step.active {
    opacity: 1;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.step.active .step-number {
    background: #ff6b35;
    color: white;
}

.step span {
    font-weight: 500;
    color: #2c3e50;
}

/* Right side - Form */
.signup-form-container {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.signup-form-container .form-header {
    margin-bottom: 2rem;
    text-align: center;
}

.signup-form-container .form-header h2 {
    color: #2c3e50;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.signup-form-container .form-header p {
    color: #6c757d;
    font-size: 1rem;
}

/* Form Styling */
.signup-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.signup-form .field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.signup-form label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.signup-form input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
}

.signup-form input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.field-help {
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Consent Section */
.consent-field {
    margin-top: 1rem;
}

.consent-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
}

.consent-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.consent-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.consent-label {
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.5;
}

.consent-fine-print {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
}

.consent-fine-print a {
    color: #ff6b35;
    text-decoration: none;
}

.consent-fine-print a:hover {
    text-decoration: underline;
}

/* Submit Button */
.signup-btn {
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 1rem;
}

/* Password Field with Toggle */
.password-field {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.password-field input {
    padding-right: 50px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    padding: 0.75rem 50px 0.75rem 1rem;
}

.password-field input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.1);
    outline: none;
}

.password-toggle {
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
    padding:0; /* remove padding that caused vertical jitter */
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6c757d;
    transition:color .2s ease, background .2s ease; /* no scale/translate to avoid movement */
    border-radius:6px;
    width:32px;
    height:32px;
    line-height:1; /* stabilize */
}

.password-toggle:hover {
    background:rgba(108,117,125,.12);
    color:var(--accent-color);
}


.password-toggle svg { width:20px; height:20px; stroke-width:2; display:block; }

/* Login page specific: reuse password-field style when nested inside form-field */
.login-card .password-input-wrapper.password-field input { background:#f5f7fa; border:1px solid #d4dae1; padding:0.95rem 52px 0.95rem 1rem; border-radius:14px; }
.login-card .password-input-wrapper.password-field input:focus { border-color:#ff6b35; box-shadow:0 0 0 4px rgba(255,107,53,.18); background:#fff; }

/* Password requirements styling */
.password-requirements {
    margin-top: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.requirements-header {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.requirement {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    border-radius: 6px;
    padding-left: 0.5rem;
}

.requirement:last-child {
    margin-bottom: 0;
}

.requirement-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    font-weight: bold;
    color: #6c757d;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.requirement-text {
    color: #6c757d;
    transition: all 0.3s ease;
    font-weight: 500;
}

.requirement.met {
    background: rgba(40, 167, 69, 0.1);
}

.requirement.met .requirement-icon {
    color: #28a745;
}

.requirement.met .requirement-text {
    color: #28a745;
    font-weight: 600;
}

.requirement.met .requirement-icon::before {
    content: '✓';
    font-size: 1rem;
    font-weight: bold;
}

.requirement:not(.met) .requirement-icon::before {
    content: '';
}

/* Smooth transitions for requirement changes */
.requirement:hover {
    transform: translateX(2px);
}

.requirement.met:hover {
    background: rgba(40, 167, 69, 0.15);
}

.password-match-help {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
    transition: color 0.2s ease;
}

.password-match-help.error {
    color: #dc3545;
    font-weight: 500;
}

.password-match-help.success {
    color: #28a745;
    font-weight: 500;
}

/* Signup form field improvements */
.signup-form .field {
    margin-bottom: 1.5rem;
}

.signup-form .field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.signup-form .field input[type="text"],
.signup-form .field input[type="email"],
.signup-form .field input[type="tel"] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}


/* Match select styling to inputs on signup */
.signup-form .field select {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem; /* extra right for custom arrow */
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    color: #111827;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
}

.signup-form .field select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
    outline: none;
}

/* Hide default arrow in older IE */
select::-ms-expand { display: none; }
.signup-form .field input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.1);
    outline: none;
}

/* Inline tip note for signup (non-flex to avoid awkward wrapping) */
.signup-form .tip-note {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #495057;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    line-height: 1.4;
}

/* Phone verification specific styles */
.verification-input {
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 600;
    letter-spacing: 0.5rem;
    padding: 1rem !important;
}

.verification-help {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.verification-help p {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.resend-link {
    background: none;
    border: none;
    color: var(--accent-color);
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}

.resend-link:hover {
    color: #5a4fcf;
}

/* Progress step enhancements */
.progress-step.completed .step-number {
    background: #28a745;
    color: white;
}

.progress-step.completed .step-label {
    color: #28a745;
    font-weight: 600;
}

.progress-line.completed {
    background: #28a745;
}

/* Plan selection styles */
.plan-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.plan-card {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background: white;
}

.plan-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.plan-card.selected {
    border-color: var(--accent-color);
    background: rgba(67, 56, 202, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(67, 56, 202, 0.2);
}

.plan-card.featured {
    border-color: #ff6b35;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 107, 53, 0.05) 100%);
}

.plan-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b35;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.plan-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.plan-price .period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: normal;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.plan-features li {
    padding: 0.5rem 0;
    color: #495057;
    position: relative;
    padding-left: 1.5rem;
}

.plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.plan-card input[type="radio"] {
    display: none;
}

.plan-select-btn {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    background: transparent;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 1rem;
}

.plan-card.selected .plan-select-btn {
    background: var(--accent-color);
    color: white;
}

.plan-select-btn:hover {
    background: var(--accent-color);
    color: white;
}

/* Payment section */
.payment-section {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    text-align: center;
}

.payment-section h3 {
    color: #495057;
    margin-bottom: 1rem;
}

.payment-placeholder {
    color: #6c757d;
    font-style: italic;
    margin: 0;
}

/* Features highlight in right column */
.features-highlight {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(67, 56, 202, 0.05);
    border-radius: 12px;
    border-left: 4px solid var(--accent-color);
}

.features-highlight h4 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.features-highlight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-highlight li {
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

/* Responsive design for plan cards */
@media (max-width: 768px) {
    .plan-options {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .plan-card {
        padding: 1rem;
    }
    
    .plan-price {
        font-size: 2rem;
    }
}

/* Enhanced form field styles for validation */
.form-field input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.1);
    outline: none;
}

.form-field input.valid {
    border-color: #28a745;
}

.form-field input.invalid {
    border-color: #dc3545;
}

/* Footer */
.signup-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.signup-footer p {
    color: #6c757d;
    margin: 0;
}

.login-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500;
}

.login-link:hover {
    text-decoration: underline;
}

/* Alert Styling */
.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert.error {
    background: #fee;
    border: 1px solid #fcc;
    color: #c33;
}

/* Responsive Design */
@media (max-width: 968px) {
    .signup-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .signup-character img {
        width: 150px;
    }
    
    .welcome-text h2 {
        font-size: 1.75rem;
    }
    
    .signup-form-container {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .signup-section {
        padding: 100px 0 40px;
    }
    
    .signup-form-container {
        padding: 1.5rem;
    }
    
    .signup-steps {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
        max-width: none;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .step span {
        font-size: 0.85rem;
    }
}

/* Plan selection in onboarding - matches place selection style exactly */
.option-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.option-card:hover {
    border-color: #ff6b35;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.1);
}

.option-card.selected {
    border-color: #ff6b35;
    background: #fff8f6;
}

.option-card.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f8f9fa;
}

.option-card.disabled:hover {
    border-color: #e9ecef;
    box-shadow: none;
}

.option-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.option-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 600;
}

.price-badge {
    background: #ff6b35;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.coming-soon-badge {
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.option-description {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.option-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.feature {
    background: #f8f9fa;
    color: #6c757d;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    border: 1px solid #e9ecef;
}

.option-card.selected .feature {
    background: #fff8f6;
    border-color: #ff6b35;
    color: #ff6b35;
}

/* Payment section styling */
.payment-section {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
}

.payment-section h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.payment-placeholder {
    color: #6c757d;
    margin: 0;
    font-size: 0.85rem;
}

/* Cal image sizing - much smaller */
.cal-image {
    width: 120px;
    height: auto;
    margin: 0 auto 1rem auto;
    display: block;
}

/* ========================================
   PREMIUM ADMIN DASHBOARD DESIGN SYSTEM
   ======================================== */

/* Admin Layout */
body.has-sidebar {
    margin-left: 280px;
    background: #f8fafc;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #2d3748;
    color: white;
    padding: 0;
    box-shadow: 4px 0 15px rgba(0,0,0,0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}

.brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.brand-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.side-nav {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
}

.nav-item {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    margin: 0 0 0.25rem 0;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    /* Ensure consistent typography across anchors and buttons */
    font-size: 1rem;
    font-family: inherit;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: left !important;
    width: 100%;
    box-sizing: border-box;
}

.nav-item:hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

.nav-item.active {
    background: #ff6b35;
    color: white;
}

.nav-item .ni {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item svg {
    width: 18px;
    height: 18px;
}

/* Admin Main Content */
.content {
    padding: 2rem;
    min-height: calc(100vh - 120px);
}

/* Dashboard Header */
.dashboard-header {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.dashboard-title {
    color: #2d3748;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.dashboard-subtitle {
    color: #718096;
    font-size: 1.1rem;
    margin: 0;
}

/* Stats Overview */
.stats-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.stat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.stat-icon.places { background: #667eea; }
.stat-icon.users { background: #f093fb; }
.stat-icon.recordings { background: #4facfe; }
.stat-icon.transcripts { background: #43e97b; }
.stat-icon.schedules { background: #fa709a; }
.stat-icon.events { background: #a8edea; }

.stat-icon svg {
    width: 24px;
    height: 24px;
}

.stat-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.stat-label {
    color: #718096;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Dashboard Cards */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.card-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #f7fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header h4 {
    color: #2d3748;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.card-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pill {
    background: #ff6b35;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.subtle {
    color: #ff6b35;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.subtle:hover {
    color: #e55527;
}

/* List Items in Cards */
.list {
    padding: 0;
    margin: 0;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f7fafc;
    transition: background-color 0.2s ease;
}

.list-item:hover {
    background: #f7fafc;
}

.list-item:last-child {
    border-bottom: none;
}

.list-item .left {
    flex: 1;
}

.list-item .right {
    color: #718096;
    font-size: 0.875rem;
}

.list-item h5 {
    color: #2d3748;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.muted {
    color: #a0aec0;
    font-size: 0.875rem;
}

.empty {
    padding: 2rem 1.5rem;
    text-align: center;
    color: #a0aec0;
    font-style: italic;
}

/* Table Styling */
.table-wrap {
    overflow-x: auto;
}

.grid-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.grid-table thead {
    background: #f7fafc;
}

.grid-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #4a5568;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e2e8f0;
}

.grid-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f7fafc;
    color: #2d3748;
}

.grid-table tr:hover {
    background: #f7fafc;
}

.grid-table a {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500;
}

.grid-table a:hover {
    color: #e55527;
    text-decoration: underline;
}

.mono {
    font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    font-size: 0.8rem;
}

.cap {
    text-transform: capitalize;
}

.evt-desc {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Admin Cards and Forms */
.admin-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

.card-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.card-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.places-count {
    color: #718096;
    font-size: 0.9rem;
}

.card-content {
    padding: 2rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: end;
}

.create-place-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label {
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

.form-input, .form-select {
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    background: white;
}

.form-input:focus, .form-select:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.form-actions {
    display: flex;
    justify-content: flex-start;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #ff6b35;
    color: white;
}

.btn-primary:hover {
    background: #e55a2b;
    transform: translateY(-1px);
}

/* CTA Section distinct styling: make primary button blue so it stands out on orange background */
.cta-section .btn-primary {
    background: #1e3a8a; /* deep blue */
    color: #fff;
    box-shadow: 0 6px 22px -6px rgba(30,58,138,0.55);
}
.cta-section .btn-primary:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #f7fafc;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover {
    background: #edf2f7;
}

.btn-secondary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.btn-icon {
    width: 16px;
    height: 16px;
}

.alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert-error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.alert-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Table Controls */
.table-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.table-control-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.control-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.control-form {
    display: inline-block;
}

.control-select {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    background: white;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination-info {
    font-size: 0.875rem;
    color: #6b7280;
}

.pagination-buttons {
    display: flex;
    gap: 0.5rem;
}

/* Data Table */
.data-table {
    background: white;
    border-radius: 8px;
    overflow: visible;
    border: 1px solid #e5e7eb;
}

.table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

.table-header {
    background: #f9fafb;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.table-row {
    border-bottom: 1px solid #f3f4f6;
}

.table-row:hover {
    background: #f9fafb;
}

.table-cell {
    padding: 1rem;
    vertical-align: top;
    position: relative;
    overflow: visible;
}

.text-right {
    text-align: right;
}

.place-id {
    font-family: monospace;
    color: #6b7280;
    font-size: 0.875rem;
}

.place-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.place-name {
    font-weight: 600;
    color: #111827;
    font-size: 0.925rem;
}

.place-phone {
    color: #6b7280;
    font-size: 0.875rem;
}

.place-industry {
    margin-top: 0.25rem;
}

.industry-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #dbeafe;
    color: #1e40af;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Action Menu */
.action-menu {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.action-trigger {
    padding: 0.5rem;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.action-trigger:hover {
    background: #f3f4f6;
}

.action-trigger.active {
    background: #e5e7eb;
}

.action-icon {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

.action-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0.25rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    min-width: 140px;
    z-index: 9999;
    overflow: visible;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #374151;
    text-decoration: none;
    font-size: 0.875rem;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.action-item:hover {
    background: #f9fafb;
}

.action-configure {
    border-bottom: 1px solid #f3f4f6;
}

.action-delete {
    color: #dc2626;
}

.action-delete:hover {
    background: #fef2f2;
}

.action-item-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Custom Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.modal-dialog {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    max-width: 480px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    animation: modalSlideIn 0.2s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    padding: 1.5rem 2rem 1rem 2rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.modal-close {
    padding: 0.5rem;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.modal-close svg {
    width: 20px;
    height: 20px;
}

.modal-body {
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
}

.modal-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #fef2f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
}

.modal-icon svg {
    width: 24px;
    height: 24px;
}

.modal-content {
    flex: 1;
}

.modal-message {
    font-size: 1.1rem;
    font-weight: 500;
    color: #111827;
    margin: 0 0 1rem 0;
}

.modal-details {
    color: #6b7280;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
}

.modal-details strong {
    color: #374151;
}

.modal-warning {
    color: #dc2626;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 500;
}

.modal-footer {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.btn-danger {
    background: #dc2626;
    color: white;
}

.btn-danger:hover {
    background: #b91c1c;
}

/* Mobile Responsiveness for Admin */
@media (max-width: 768px) {
    .sidebar {
        width: 260px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .sidebar.show {
        transform: translateX(0);
    }
    
    body.has-sidebar {
        margin-left: 0;
    }
    
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-overview {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .content {
        padding: 1rem;
    }
    
    .dashboard-header {
        padding: 1.5rem;
    }
    
    .dashboard-title {
        font-size: 1.75rem;
    }
    
    .card-header {
        padding: 1rem;
    }
    
    .list-item {
        padding: 0.75rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .stats-overview {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-card {
        padding: 1rem;
    }
    
    .stat-value {
        font-size: 1.875rem;
    }
}

/* ====================================
   AUTH PAGES STYLING
   ==================================== */

.auth-section {
    min-height: 100vh;
    padding-top: 100px;
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    display: flex;
    align-items: center;
}

.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 100px);
}

.auth-content {
    display: grid;
    grid-template-columns: 420px 540px; /* hero | form */
    gap: 2.75rem;
    max-width: 1160px; /* tighter pack to feel more left-anchored */
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.auth-left-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Replaced old right column with flexible form region */
.auth-form-region { display:flex; flex-direction:column; }
.login-wrapper { display:flex; align-items:flex-start; position:relative; }
.login-wrapper .login-card { flex:1 1 auto; }
.cal-figure { position:absolute; top:6px; left:100%; margin-left:46px; display:flex; align-items:flex-start; justify-content:center; }
.cal-figure img { max-width:240px; height:auto; filter: drop-shadow(0 12px 24px rgba(0,0,0,.24)); }

.auth-hero {
    text-align: left;
    color: white;
}

.auth-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.login-card {
    background:#fff;
    padding:2.35rem 2.4rem 2.1rem;
    border-radius:20px;
    box-shadow:0 16px 42px -10px rgba(25,32,48,.28), 0 2px 8px rgba(0,0,0,.05);
    border:1px solid #d9e0e7;
    width:100%;
    max-width:560px;
    position:relative;
    backdrop-filter:blur(5px);
    transition:max-width .25s ease;
}
/* Removed accent bar for cleaner card header */
/* .login-card:before {content:"";position:absolute;left:0;right:0;top:0;height:5px;border-radius:20px 20px 0 0;background:linear-gradient(90deg,#ff8a4d,#ff6b35 55%,#ff8a4d);opacity:.9;} */
.full-width-btn { width:100%; margin-top:.25rem; }
.login-card .form-field:last-of-type { margin-bottom:1.25rem; }
.auth-hero h1 { line-height:1.05; }
.auth-subtitle { max-width:320px; }
/* Stack container when hero sits above card */
.hero-stack { display:flex; flex-direction:column; gap:1.4rem; width:100%; }
.hero-stack .auth-hero h1 { font-size:3.1rem; margin:0 0 .35rem; }
.hero-stack .auth-hero { color:#fff; }
.hero-stack .auth-subtitle { color:#b9c2cb; max-width:520px; margin:0; font-size:1.05rem; }
.hero-stack .login-card { margin-top:.2rem; }

@media (max-width:1024px){
    .hero-stack .auth-hero h1 { font-size:2.6rem; }
    .hero-stack { gap:1.1rem; }
}

/* Login specific refined field styling (scoped so onboarding stays unchanged) */
.login-card .form-field { margin-bottom:2rem; }
.login-card .form-field label { font-size:1rem; font-weight:600; letter-spacing:.25px; color:#2c3e50; }
.login-card .form-field input { padding:16px 20px; border:1px solid #d4dae1; background:#f5f7fa; border-radius:14px; font-size:1rem; transition:border-color .25s, box-shadow .25s, background .25s; }
.login-card .form-field input:focus { outline:none; border-color:#ff6b35; box-shadow:0 0 0 4px rgba(255,107,53,.18); background:#fff; }
.login-card .password-input-wrapper { position:relative; }
.login-card .password-toggle { background:transparent; }

/* Larger primary action */
.login-card .full-width-btn { padding:1rem 1.4rem; border-radius:44px; font-size:1.05rem; font-weight:600; letter-spacing:.3px; }
.login-card .forgot-password { margin-top:1.25rem; }

/* Adjust Cal spacing relative to wider card */
/* Remove previous gap now that Cal is overlaid */
/* Wider field container adjustments remain below */

/* Hide legacy auth-character container (replaced by cal-figure) */
.auth-character { display:none; }

.auth-brand h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.auth-subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.form-description {
    color: #7f8c8d;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-field {
    margin-bottom: 1.5rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-field input,
.form-field select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-field input:focus,
.form-field select:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.password-input-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
}

.field-help {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #7f8c8d;
}

.method-choice-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.method-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}

/* Auth specific button overrides */
.auth-form-wrapper .btn-primary {
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.auth-form-wrapper .btn-primary:hover {
    background: #e55a2e;
    transform: translateY(-1px);
}

.method-icon {
    font-size: 1.25rem;
}

.method-hint {
    text-align: center;
    font-size: 0.8rem;
    color: #7f8c8d;
    line-height: 1.4;
}

.forgot-password {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.forgot-password a {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.cancel-link {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #7f8c8d;
}

.cancel-link a {
    color: #ff6b35;
    text-decoration: none;
}

.auth-alt {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e1e8ed;
    color: #7f8c8d;
}

.auth-alt a {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
}

.auth-alt a:hover {
    text-decoration: underline;
}

.auth-character {
    display: flex;
    justify-content: center;
    align-items: center;
}

.character-wrapper {
    text-align: center;
}

.character-wrapper img { max-width:240px; height:auto; }



.alert {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert.error {
    background: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.alert.success {
    background: #efe;
    color: #363;
    border: 1px solid #cfc;
}

.link-btn {
    background: none;
    border: none;
    color: #ff6b35;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
}

/* Responsive Auth Pages */
@media (max-width:1280px){
    .auth-content { max-width:1100px; grid-template-columns:400px 520px; }
    .cal-figure { margin-left:40px; }
}
@media (max-width:1180px){
    .auth-content { max-width:1030px; grid-template-columns:390px 500px; }
    .cal-figure img { max-width:220px; }
    .cal-figure { margin-left:34px; }
}
@media (max-width: 1024px) {
    .auth-content { grid-template-columns:1fr; max-width:760px; }
    .login-wrapper { flex-direction:column; }
    .cal-figure { position:static; margin:2.5rem 0 0 0; display:flex; }
    .cal-figure img { max-width:200px; }
    .auth-hero h1 { font-size:2.6rem; }
}

/* Wider outer container so content sits further left relative to viewport (matches homepage hero alignment) */
.auth-section .container { max-width:1600px; }

@media (max-width: 768px) {
    .auth-form-wrapper { padding:2rem; }
    .auth-brand h1 { font-size:2rem; }
    .auth-section { padding-top:80px; }
}

/* Modern Table Styles for Admin Interfaces */
.table-container {
    background: white;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    overflow: visible;
}

.data-table thead tr {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.data-table th {
    text-align: left;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    position: relative;
}

.column-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.column-header span {
    font-weight: 600;
    color: #374151;
}

.column-search {
    width: 100%;
    padding: 0.4rem 0.6rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: normal;
    background: white;
    transition: border-color 0.2s ease;
}

.column-search:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.column-select {
    width: 100%;
    padding: 0.4rem 0.6rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: normal;
    background: white;
    transition: border-color 0.2s ease;
}

.column-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.data-table tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}

.data-table tbody tr:hover {
    background: #f8fafc;
}

.data-table td {
    padding: 1rem 1.5rem;
    vertical-align: top;
    position: relative;
}

.text-center {
    text-align: center;
}

.id-link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.id-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.place-info, .user-info, .time-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.place-name, .user-name {
    color: #1f2937;
    font-weight: 500;
    font-size: 0.925rem;
}

.place-id, .user-phone, .time-zone {
    color: #64748b;
    font-size: 0.85rem;
}

.start-time {
    color: #1f2937;
    font-weight: 500;
}

.repeat-config, .run-mode {
    color: #64748b;
    font-size: 0.9rem;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 12px;
    text-transform: capitalize;
}

.status-completed {
    background: #10b981;
    color: white;
}

.status-pending {
    background: #f59e0b;
    color: white;
}

.status-active {
    background: #3b82f6;
    color: white;
}

.action-menu-container {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.action-menu-container.active {
    z-index: 9999;
}

.action-menu-btn {
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 6px;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.action-menu-btn:hover {
    background: #f1f5f9;
}

.action-menu-btn svg {
    width: 16px;
    height: 16px;
}

.action-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10000;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    min-width: 180px;
    margin-top: 0.5rem;
    overflow: visible;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #374151;
    transition: background-color 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.action-item:hover {
    background: #f8fafc;
}

.action-item.action-danger {
    color: #dc2626;
}

.action-item.action-danger:hover {
    background: #fef2f2;
}

.action-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.no-results {
    text-align: center;
    color: #64748b;
    font-style: italic;
    padding: 2rem;
}

.results-counter {
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.results-counter span {
    color: #64748b;
    font-size: 0.9rem;
}

.clear-filters-btn {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.clear-filters-btn:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
}

/* Flex utility classes */
.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-3 {
    gap: 0.75rem;
}

/* Form select sizing */
.form-select-sm {
    padding: 0.5rem;
    font-size: 0.9rem;
}

/* Pagination styles */
.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination-btn:hover:not(.disabled) {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-btn svg {
    width: 14px;
    height: 14px;
}

.pagination-info {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0.5rem;
}
