/* SEO modules — Ijara / Sotuv / Tijorat / Kunlik */

.seo-module { padding-bottom: 60px; }

.seo-hero {
    padding: 56px 0 40px;
    color: #fff;
    background: linear-gradient(135deg, #024A57 0%, #036b7c 60%, #04A5B5 100%);
    margin-bottom: 32px;
}
.seo-hero-rent       { background: linear-gradient(135deg, #024A57, #04A5B5); }
.seo-hero-sell       { background: linear-gradient(135deg, #2b5f3d, #4ea872); }
.seo-hero-commercial { background: linear-gradient(135deg, #4a3c1a, #c98a2a); }
.seo-hero-daily      { background: linear-gradient(135deg, #5a2d6b, #b16ac9); }

.seo-h1 {
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
    line-height: 1.15;
}
.seo-intro {
    font-size: 15px;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 0 24px;
    opacity: .92;
}
.seo-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.seo-hero-cta .btn-primary,
.seo-hero-cta .btn-secondary {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.seo-hero-cta .btn-primary { background: #fff; color: #024A57; }
.seo-hero-cta .btn-secondary {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.4);
}
.seo-hero-cta .btn-primary:hover,
.seo-hero-cta .btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Grid */
.seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 32px 0;
}
.seo-grid h2 {
    font-size: 18px;
    font-weight: 800;
    color: #0E1420;
    margin: 0 0 14px;
}
.seo-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 14px;
}
.seo-link-list li a {
    display: block;
    padding: 8px 12px;
    color: #2B3442;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    transition: background .15s, color .15s;
}
.seo-link-list li a:hover {
    background: #E8F8FA;
    color: #024A57;
}
@media (max-width: 768px) {
    .seo-grid { grid-template-columns: 1fr; gap: 24px; }
    .seo-link-list { grid-template-columns: 1fr; }
}

/* Featured */
.seo-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 32px 0 16px;
}
.seo-section-head h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: #0E1420;
}
.seo-section-more {
    color: #024A57;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}
.seo-section-more:hover { text-decoration: underline; }

.seo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}
.seo-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(20,32,48,0.05);
    text-decoration: none;
    color: inherit;
    transition: transform .18s, box-shadow .18s;
}
.seo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20,32,48,0.10);
}
.seo-card img,
.seo-card-noimg {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: linear-gradient(135deg, #C9DBEA, #E6D5C4);
}
.seo-card-body { padding: 12px 14px 14px; }
.seo-card-price {
    font-size: 15px;
    font-weight: 800;
    color: #0E1420;
    letter-spacing: -0.2px;
}
.seo-card-title {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #2B3442;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.seo-card-meta {
    margin-top: 4px;
    font-size: 11px;
    color: #6B7584;
}
.seo-card-loc {
    margin-top: 4px;
    font-size: 11px;
    color: #97A0AD;
}

/* FAQ */
.seo-faq { margin: 40px 0 24px; }
.seo-faq h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 16px;
    color: #0E1420;
}
.seo-faq-list { display: flex; flex-direction: column; gap: 8px; }
.seo-faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EFF2F6;
    overflow: hidden;
}
.seo-faq-item summary {
    padding: 14px 18px;
    font-weight: 700;
    color: #0E1420;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.seo-faq-item summary::-webkit-details-marker { display: none; }
.seo-faq-item summary::after {
    content: '+';
    font-size: 20px;
    font-weight: 400;
    color: #6B7584;
    transition: transform .15s;
}
.seo-faq-item[open] summary::after { transform: rotate(45deg); }
.seo-faq-answer {
    padding: 0 18px 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #4A5463;
}

/* Cross-links */
.seo-cross { margin-top: 40px; }
.seo-cross h2 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 14px;
    color: #0E1420;
}
.seo-cross-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.seo-cross-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EFF2F6;
    text-decoration: none;
    color: #0E1420;
    font-weight: 700;
    font-size: 13px;
    transition: border-color .15s, transform .15s;
}
.seo-cross-card:hover {
    border-color: #04A5B5;
    transform: translateY(-1px);
}
.seo-cross-arrow { color: #024A57; }
