/* =========================================================
   letting.zone Marketing Site Styles
   Primary accent: Teal (#14b8a6)
   ========================================================= */

/* Override primary accent color for letting.zone */
.letting-zone .btn-primary,
.letting-zone .mega-menu-item i {
    color: #14b8a6;
}

/* Primary button with teal gradient */
.btn-primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.btn-primary:hover {
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
}

/* Mega menu icon default color for letting.zone */
.mega-menu-item i {
    color: #14b8a6 !important;
}

/* Override specific menu items with their feature colors */
.mega-menu-item i[style*="3b82f6"] { color: #3b82f6 !important; }
.mega-menu-item i[style*="22c55e"] { color: #22c55e !important; }
.mega-menu-item i[style*="ef4444"] { color: #ef4444 !important; }
.mega-menu-item i[style*="f97316"] { color: #f97316 !important; }
.mega-menu-item i[style*="14b8a6"] { color: #14b8a6 !important; }
.mega-menu-item i[style*="f59e0b"] { color: #f59e0b !important; }
.mega-menu-item i[style*="8b5cf6"] { color: #8b5cf6 !important; }
.mega-menu-item i[style*="ec4899"] { color: #ec4899 !important; }

/* Contact form submit button - teal */
.btn-submit {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.btn-submit:hover {
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
}

/* Pricing page CTA with teal */
.pricing-cta .btn-primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.pricing-cta .btn-primary:hover {
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
}

/* Pricing card border with teal accent */
.pricing-card {
    border-color: rgba(20, 184, 166, 0.3);
}

/* Info icons in contact form */
.info-item .icon {
    background: rgba(20, 184, 166, 0.15);
    color: #14b8a6;
}

.info-item .text a {
    color: #14b8a6;
}

/* What next step numbers */
.what-next li::before {
    background: rgba(20, 184, 166, 0.2);
    color: #14b8a6;
}

/* Focus states for form inputs */
.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(20, 184, 166, 0.5);
}

/* Legal content links */
.legal-content a {
    color: #14b8a6;
}

/* Feature accent CSS variables - default teal */
:root {
    --feature-accent: #14b8a6;
    --feature-accent-dark: #0d9488;
    --feature-accent-glow: rgba(20, 184, 166, 0.4);
}

/* =========================================================
   Letting Zone Specific Components
   ========================================================= */

/* Compliance badge */
.compliance-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    color: #ef4444;
    font-size: 14px;
    font-weight: 600;
}

.compliance-badge.compliant {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

/* RRA 2025 highlight box */
.rra-highlight {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0;
}

.rra-highlight h3 {
    color: #ef4444;
    margin-bottom: 12px;
}

/* Portal feature cards */
.portal-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s ease;
}

.portal-card:hover {
    background: rgba(255,255,255,0.06);
    transform: translateY(-4px);
}

.portal-card.landlord {
    border-color: rgba(59, 130, 246, 0.2);
}

.portal-card.landlord:hover {
    border-color: rgba(59, 130, 246, 0.4);
}

.portal-card.tenant {
    border-color: rgba(34, 197, 94, 0.2);
}

.portal-card.tenant:hover {
    border-color: rgba(34, 197, 94, 0.4);
}

/* Repair status indicators */
.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-indicator.urgent {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.status-indicator.in-progress {
    background: rgba(249, 115, 22, 0.15);
    color: #f97316;
}

.status-indicator.completed {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

/* E-signature feature highlight */
.esign-highlight {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(139, 92, 246, 0.05));
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 24px;
}

/* DocCert branding */
.doccert-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 20px;
    color: #8b5cf6;
    font-size: 13px;
    font-weight: 600;
}

/* askAda AI highlight */
.ai-gradient {
    background: linear-gradient(135deg, #60a5fa, #a78bfa, #f472b6, #60a5fa);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: aiGradient 4s ease-in-out infinite;
}

@keyframes aiGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* lovemy.town section - pink theme on white background */
.lovemytown-section {
    background: #ffffff;
    padding: 80px 20px;
}

.lovemytown-section .section-title {
    color: #101035;
}

.lovemytown-section .feature-panel {
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.08);
}

.lovemytown-section .feature-panel h3 {
    color: #101035;
}

.lovemytown-section .feature-panel p {
    color: rgba(16,16,53,0.6);
}

.btn-lovemytown {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #ec4899;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-lovemytown:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3);
}

/* =========================================================
   First in Town Offer Styles (Amber theme)
   ========================================================= */

.fit-card .icon {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.fit-card:hover {
    border-color: rgba(245, 158, 11, 0.25);
}

.fit-step-number {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.fit-eligibility-box {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.2);
}

.fit-eligibility-box h3 {
    color: #f59e0b;
}

.fit-cta .btn-primary {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.fit-cta .btn-primary:hover {
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

/* =========================================================
   Responsive Adjustments
   ========================================================= */

@media (max-width: 768px) {
    .portal-card {
        padding: 24px;
    }

    .rra-highlight {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .compliance-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}
