@charset "UTF-8";
:root {
    --novo-primary: #1a3c5e;
    --novo-primary-light: #2a5a8a;
    --novo-accent: #f5a623;
    --novo-accent-light: #ffc673;
    --novo-accent-gradient: linear-gradient(135deg, #f8af43 0%, #ffc673 100%);
    --novo-dark: #0f2137;
    --novo-text: #333;
    --novo-text-light: #6c757d;
    --novo-bg: #ffffff;
    --novo-bg-light: #f8f9fa;
    --novo-bg-warm: #faf7f2;
    --novo-border: #e9ecef;
    --novo-shadow: 0 4px 24px rgba(0,0,0,0.06);
    --novo-shadow-lg: 0 12px 48px rgba(0,0,0,0.1);
    --novo-radius: 12px;
    --novo-radius-lg: 20px;
    --novo-font-heading: 'Forum', Georgia, serif;
    --novo-font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --novo-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --novo-container: 1600px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { font-family: var(--novo-font-body); color: var(--novo-text); font-weight: 400; line-height: 1.6; background: var(--novo-bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--novo-primary); transition: var(--novo-transition); }
a:hover { color: var(--novo-accent); }
@media (min-width: 1400px) { .container { max-width: var(--novo-container) !important; } }
h1,h2,h3,h4,h5 { font-family: var(--novo-font-heading); font-weight: 400; line-height: 1.25; color: var(--novo-dark); }
.novo-section-title { font-size: clamp(1.75rem, 4vw, 2.75rem); text-align: center; margin-bottom: 0.5rem; }
.novo-section-subtitle { font-size: clamp(0.9rem, 1.5vw, 1.1rem); color: var(--novo-text-light); text-align: center; font-weight: 300; max-width: 640px; margin: 0 auto 2rem; line-height: 1.7; }
.novo-section-header { margin-bottom: 3rem; }
.novo-btn-primary { background: var(--novo-accent-gradient); color: var(--novo-dark); font-weight: 600; border: none; padding: 12px 28px; border-radius: 8px; font-size: 0.95rem; transition: var(--novo-transition); display: inline-flex; align-items: center; gap: 8px; }
.novo-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(212,165,74,0.35); color: var(--novo-dark); }
.novo-btn-outline { background: transparent; color: #fff; font-weight: 600; border: 2px solid rgba(255,255,255,0.5); padding: 12px 28px; border-radius: 8px; font-size: 0.95rem; transition: var(--novo-transition); }
.novo-btn-outline:hover { background: #fff; color: var(--novo-dark); border-color: #fff; }
.subpage .novo-btn-outline { color: var(--novo-primary); border-color: var(--novo-primary); }
.subpage .novo-btn-outline:hover { background: var(--novo-primary); color: #fff; }
.novo-topbar { background: var(--novo-dark); padding: 8px 0; font-size: 0.8rem; color: rgba(255,255,255,0.7); }
.topbar-text { margin-right: 24px; }
.topbar-text i { margin-right: 6px; color: var(--novo-accent); }
.topbar-socials a { color: rgba(255,255,255,0.6); margin-left: 16px; font-size: 1rem; transition: var(--novo-transition); }
.topbar-socials a:hover { color: var(--novo-accent); }
.novo-navbar { background: transparent; padding: 12px 0; transition: background 0.3s, box-shadow 0.3s, padding 0.3s; position: fixed; top: 0; left: 0; right: 0; z-index: 1030; }
body:not(.subpage) .novo-navbar { top: 36px; }
.novo-navbar.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 8px 0; top: 0 !important; }
.novo-logo { height: 44px; }
body:not(.subpage) .novo-navbar:not(.scrolled) .novo-logo { filter: brightness(0) invert(1); }
.novo-navbar .navbar-nav { gap: 0; flex-wrap: nowrap; align-items: center; }
.novo-navbar .nav-link { color: rgba(255,255,255,0.85); font-size: 0.82rem; font-weight: 500; padding: 8px 12px !important; white-space: nowrap; position: relative; transition: color 0.2s; }
.novo-navbar.scrolled .nav-link, .navbar-subpage .nav-link { color: var(--novo-text); }
.novo-navbar .nav-link::after { content: ''; position: absolute; bottom: 2px; left: 12px; right: 12px; height: 2px; background: var(--novo-accent); transform: scaleX(0); transition: transform 0.3s; }
.novo-navbar .nav-link:hover::after, .novo-navbar .nav-link.active::after { transform: scaleX(1); }
.novo-navbar .nav-link:hover { color: #fff; }
.novo-navbar.scrolled .nav-link:hover, .navbar-subpage .nav-link:hover { color: var(--novo-accent); }
.novo-phone { color: #fff; text-decoration: none; font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.novo-phone i { color: var(--novo-accent); }
.novo-navbar.scrolled .novo-phone, .navbar-subpage .novo-phone { color: var(--novo-dark); }
.navbar-subpage { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.06); position: sticky; top: 0; }
.novo-navbar .navbar-toggler { border: none; padding: 4px 8px; }
body:not(.subpage) .novo-navbar:not(.scrolled) .navbar-toggler-icon { filter: brightness(0) invert(1); }
.novo-offcanvas { max-width: 320px; }
.novo-offcanvas .nav-link { font-size: 1rem; padding: 12px 0 !important; border-bottom: 1px solid var(--novo-border); color: var(--novo-text) !important; }
.novo-social-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--novo-bg-light); color: var(--novo-text); font-size: 1.1rem; transition: var(--novo-transition); text-decoration: none; }
.novo-social-link:hover { background: var(--novo-accent); color: #fff; transform: translateY(-2px); }
.novo-hero { min-height: 85vh; background: var(--novo-dark); background-size: cover; background-position: center 60%; position: relative; display: flex; align-items: center; padding-top: 100px; padding-bottom: 20px; overflow: hidden; }
/* Swiper внутри hero — абсолютный, на всю секцию */
.novo-hero-swiper { position: absolute; inset: 0; z-index: 0; }
.novo-hero-swiper.swiper-initialized { opacity: 1 !important; }
.novo-hero-slide { width: 100%; height: 100%; background-size: cover; background-position: center; }
/* Fade: все слайды позиционируются поверх друг друга */
.novo-hero-swiper.swiper-fade .swiper-slide { pointer-events: none; opacity: 0 !important; transition: opacity 1.5s ease !important; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.novo-hero-swiper.swiper-fade .swiper-slide-active { pointer-events: auto; opacity: 1 !important; }
.novo-hero-swiper .swiper-slide-active { animation: novo-kenburns 8s ease-out forwards; }
.novo-hero-swiper .swiper-slide { transform: scale(1.07); }
@keyframes novo-kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }
/* Пагинация поверх оверлея */
.novo-hero-pagination { position: absolute; bottom: 28px !important; z-index: 3; }
.novo-hero-pagination .swiper-pagination-bullet { background: rgba(255,255,255,0.5); opacity: 1; width: 8px; height: 8px; transition: var(--novo-transition); }
.novo-hero-pagination .swiper-pagination-bullet-active { background: var(--novo-accent); width: 24px; border-radius: 4px; }
.novo-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,33,55,0.6) 0%, rgba(26,60,94,0.3) 100%); z-index: 1; }
.novo-hero-content { color: #fff; position: relative; z-index: 2; }
.novo-hero-badge { display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; color: rgba(255,255,255,0.8); }
.novo-hero-artvill { height: 24px; filter: brightness(0) invert(1); }
.novo-hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 400; color: #fff; line-height: 1.15; margin-bottom: 20px; }
.novo-hero-accent { color: var(--novo-accent-light); }
.novo-hero-subtitle { font-size: clamp(1rem, 1.8vw, 1.2rem); color: rgba(255,255,255,0.75); font-weight: 300; max-width: 500px; line-height: 1.7; }
.novo-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.novo-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.12); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.9); font-weight: 500; }
.novo-tag i { color: var(--novo-accent-light); }
.novo-scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; text-align: center; }
.novo-scroll-link { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.8rem; display: flex; flex-direction: column; align-items: center; gap: 4px; animation: scrollBounce 2s infinite; }
@keyframes scrollBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
.novo-stats-bar { background: var(--novo-dark); padding: 0; position: relative; z-index: 10; }
.novo-stat-item { text-align: center; padding: 28px 16px; border-right: 1px solid rgba(255,255,255,0.08); color: #fff; }
.novo-stat-item:last-child { border-right: none; }
.novo-stat-number { font-size: 1.75rem; font-weight: 700; color: var(--novo-accent); display: block; }
.novo-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 4px; }
.novo-section { padding: 80px 0; }
#onas.novo-section { padding-top: 40px; }
.novo-section-light { background: var(--novo-bg-light); }
.novo-section-warm { background: var(--novo-bg-warm); }
.novo-section-dark { background: var(--novo-dark); color: #fff; }
.novo-section-dark .novo-section-title, .novo-section-dark h2, .novo-section-dark h3 { color: #fff; }
.novo-section-dark .novo-section-subtitle { color: rgba(255,255,255,0.6); }
.novo-feature-card { background: #fff; border-radius: var(--novo-radius); padding: 32px 24px; text-align: center; box-shadow: var(--novo-shadow); transition: var(--novo-transition); height: 100%; border: 1px solid transparent; }
.novo-feature-card:hover { transform: translateY(-6px); box-shadow: var(--novo-shadow-lg); border-color: var(--novo-accent); }
.novo-feature-icon { width: 64px; height: 64px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; background: var(--novo-bg-warm); border-radius: 16px; }
.novo-feature-icon img { width: 36px; height: 36px; object-fit: contain; }
.novo-feature-card h5 { font-family: var(--novo-font-body); font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.novo-feature-card p { font-size: 0.85rem; color: var(--novo-text-light); margin: 0; line-height: 1.6; }
.novo-video-wrapper { position: relative; border-radius: var(--novo-radius-lg); overflow: hidden; box-shadow: var(--novo-shadow-lg); }
.novo-swiper { border-radius: var(--novo-radius-lg); overflow: visible; }
.novo-swiper .swiper-slide img { width: 100%; height: 560px; object-fit: cover; border-radius: var(--novo-radius); }
.novo-swiper .swiper-button-next, .novo-swiper .swiper-button-prev { width: 48px; height: 48px; background: rgba(255,255,255,0.9); border-radius: 50%; backdrop-filter: blur(8px); }
.novo-swiper .swiper-button-next::after, .novo-swiper .swiper-button-prev::after { font-size: 16px; color: var(--novo-dark); font-weight: 700; }
.novo-swiper .swiper-pagination-bullet-active { background: var(--novo-accent); }
.novo-quality-item { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--novo-border); }
.novo-quality-item:last-child { border-bottom: none; }
.novo-quality-item img { width: 30px; height: 30px; flex-shrink: 0; object-fit: contain; }
.novo-quality-item p { margin: 0; font-size: 0.82rem; line-height: 1.4; }
.novo-guarantee-card { background: var(--novo-primary); color: #fff; border-radius: var(--novo-radius-lg); padding: 28px 32px; }
.novo-guarantee-card h3 { font-size: 1.5rem; color: #fff; margin-bottom: 12px; }
.novo-guarantee-card p { color: rgba(255,255,255,0.8); font-size: 0.85rem; }
.novo-project-card { background: #fff; border-radius: var(--novo-radius-lg); overflow: hidden; box-shadow: var(--novo-shadow); transition: var(--novo-transition); height: 100%; display: flex; flex-direction: column; }
.novo-project-card:hover { box-shadow: var(--novo-shadow-lg); transform: translateY(-4px); }
/* Зарезервированная зона для табов — у всех карточек одинаковая высота сверху */
.novo-project-card::before { content: ''; display: block; height: 48px; flex-shrink: 0; }
.novo-project-card[data-has-layouts="1"]::before { display: none; }
.novo-project-gallery { position: relative; overflow: hidden; flex-shrink: 0; }
.novo-project-gallery .swiper-slide img { width: 100%; height: 320px; object-fit: cover; }
.novo-project-thumbs { display: flex; gap: 6px; padding: 8px 16px 0; flex-shrink: 0; }
.novo-project-thumbs img { width: calc(33.33% - 4px); height: 70px; object-fit: cover; border-radius: 6px; cursor: pointer; opacity: 0.7; transition: var(--novo-transition); }
.novo-project-thumbs img:hover { opacity: 1; }
.novo-project-info { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.novo-project-info h4 { font-family: var(--novo-font-body); font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; color: var(--novo-dark); }
.novo-project-specs { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; flex: 1; align-content: flex-start; }
.novo-project-spec { font-size: 0.85rem; color: var(--novo-text-light); display: flex; align-items: center; gap: 6px; }
.novo-project-spec i { color: var(--novo-accent); font-size: 1rem; }
.novo-project-info .novo-btn-primary,
.novo-project-info .btn { margin-top: auto; }
/* Вкладки вариантов планировки */
.novo-layout-tabs { display: flex; padding: 0 16px; flex-wrap: wrap; gap: 6px; height: 48px; align-items: center; flex-shrink: 0; }
.novo-layout-tab { background: #f0f0f0; border: 1px solid #ddd; border-radius: 4px; padding: 5px 14px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: var(--novo-transition); color: var(--novo-dark); }
.novo-layout-tab:hover { background: var(--novo-accent-light, #e8f0e8); border-color: var(--novo-accent); }
.novo-layout-tab.active { background: var(--novo-accent); border-color: var(--novo-accent); color: #fff; }
.novo-infra-card { display: flex; align-items: flex-start; gap: 20px; padding: 24px; background: #fff; border-radius: var(--novo-radius); box-shadow: var(--novo-shadow); transition: var(--novo-transition); height: 100%; }
.novo-infra-card:hover { transform: translateY(-4px); box-shadow: var(--novo-shadow-lg); }
.novo-infra-icon { width: 56px; height: 56px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--novo-bg-warm); border-radius: 14px; }
.novo-infra-icon img { width: 32px; height: 32px; object-fit: contain; }
.novo-infra-card h6 { font-family: var(--novo-font-body); font-weight: 600; font-size: 0.95rem; margin-bottom: 6px; }
.novo-infra-card p { font-size: 0.83rem; color: var(--novo-text-light); margin: 0; line-height: 1.5; }
.novo-agent-card { background: linear-gradient(135deg, var(--novo-accent) 0%, #c8943c 100%); border-radius: var(--novo-radius-lg); padding: 36px 40px; color: var(--novo-dark); }
.novo-agent-card h3 { color: var(--novo-dark); font-size: 1.6rem; }
.novo-review-card { background: #fff; border-radius: var(--novo-radius); padding: 28px; box-shadow: var(--novo-shadow); height: 100%; display: flex; flex-direction: column; transition: var(--novo-transition); border: 1px solid var(--novo-border); }
.novo-review-card:hover { box-shadow: var(--novo-shadow-lg); transform: translateY(-3px); }
.novo-review-stars { color: #f5a623; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.novo-review-text { font-size: 0.88rem; color: var(--novo-text); line-height: 1.65; flex: 1; margin-bottom: 16px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.novo-review-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--novo-border); }
.novo-review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--novo-bg-warm); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: var(--novo-accent); flex-shrink: 0; }
.novo-review-name { font-weight: 600; font-size: 0.88rem; margin-bottom: 2px; }
.novo-review-date { font-size: 0.75rem; color: var(--novo-text-light); }
.novo-reviews-swiper .swiper-slide { height: auto; }
.novo-residents-swiper .swiper-slide img { border-radius: var(--novo-radius); height: 420px; object-fit: cover; width: 100%; }
.novo-company-stat { text-align: center; padding: 16px 8px; }
.novo-company-stat .number { font-size: 2rem; font-weight: 700; color: var(--novo-accent); display: block; }
.novo-company-stat .label { font-size: 0.85rem; color: var(--novo-text-light); }
.novo-village-card { border-radius: var(--novo-radius); overflow: hidden; box-shadow: var(--novo-shadow); transition: var(--novo-transition); display: block; text-decoration: none; color: var(--novo-text); }
.novo-village-card:hover { transform: translateY(-4px); box-shadow: var(--novo-shadow-lg); color: var(--novo-text); }
.novo-village-card img { width: 100%; height: 200px; object-fit: cover; }
.novo-village-card p { padding: 16px; font-weight: 600; font-size: 0.9rem; margin: 0; text-align: center; }
.novo-location-circle { width: 80px; height: 80px; border-radius: 50%; border: 3px solid var(--novo-accent); display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto 10px; }
.novo-location-circle .number { font-size: 1.5rem; font-weight: 700; color: var(--novo-primary); line-height: 1; }
.novo-location-circle .unit { font-size: 0.65rem; color: var(--novo-text-light); text-transform: uppercase; }
.novo-map-wrapper { height: 400px; border-radius: var(--novo-radius-lg); overflow: hidden; }
.novo-team-img { border-radius: var(--novo-radius-lg); box-shadow: var(--novo-shadow-lg); }
.novo-quiz-section { background: linear-gradient(135deg, var(--novo-primary) 0%, var(--novo-dark) 100%); color: #fff; position: relative; overflow: hidden; }
.novo-quiz-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 200%; background: radial-gradient(circle, rgba(212,165,74,0.08) 0%, transparent 70%); pointer-events: none; }
.novo-quiz-section h2, .novo-quiz-section h3 { color: #fff; }
.novo-contacts-section { padding: 80px 0; background: var(--novo-bg-light); }
.novo-contact-cards { display: flex; flex-direction: column; gap: 16px; }
.novo-contact-card { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: #fff; border-radius: var(--novo-radius); transition: var(--novo-transition); }
.novo-contact-card:hover { box-shadow: var(--novo-shadow); }
.novo-contact-icon { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--novo-bg-warm); border-radius: 12px; color: var(--novo-accent); font-size: 1.1rem; }
.novo-footer { background: var(--novo-dark); color: rgba(255,255,255,0.7); }
.novo-footer h6 { color: #fff; }
.novo-footer p, .novo-footer li, .novo-footer small { color: rgba(255,255,255,0.6); }
.novo-footer a { color: rgba(255,255,255,0.6); transition: var(--novo-transition); }
.novo-footer a:hover { color: var(--novo-accent); }
.novo-footer-logo { max-width: 180px; height: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.novo-footer .border-top { border-color: rgba(255,255,255,0.1) !important; }
.novo-modal-content { border: none; border-radius: var(--novo-radius-lg); padding: 16px; box-shadow: var(--novo-shadow-lg); }
.novo-modal-title { font-family: var(--novo-font-heading); font-size: 1.5rem; color: var(--novo-dark); }
.novo-form .form-control, .novo-modal-content .wpcf7-form input[type="text"], .novo-modal-content .wpcf7-form input[type="email"], .novo-modal-content .wpcf7-form input[type="tel"], .novo-modal-content .wpcf7-form textarea { width: 100%; padding: 14px 18px; border: 1px solid var(--novo-border); border-radius: 10px; font-family: var(--novo-font-body); font-size: 0.95rem; background: var(--novo-bg-light); transition: var(--novo-transition); box-sizing: border-box; }
.novo-form .form-control:focus, .novo-modal-content .wpcf7-form input:focus, .novo-modal-content .wpcf7-form textarea:focus { border-color: var(--novo-accent); outline: none; background: #fff; box-shadow: 0 0 0 4px rgba(212,165,74,0.1); }
.novo-modal-content .wpcf7-form input[type="submit"] { width: 100%; padding: 16px; border: none; border-radius: 10px; background: var(--novo-accent-gradient); color: var(--novo-dark); font-family: var(--novo-font-body); font-size: 1rem; font-weight: 600; cursor: pointer; }
.novo-modal-content .wpcf7-form p { margin: 0 0 12px; }
.novo-modal-content .wpcf7-form br { display: none; }
.novo-subpage-hero { background: linear-gradient(135deg, var(--novo-dark) 0%, var(--novo-primary) 100%); padding: 140px 0 60px; text-align: center; color: #fff; }
.novo-subpage-hero h1 { font-size: 2.5rem; color: #fff; margin-bottom: 8px; }
.novo-subpage-hero p, .novo-subpage-hero .lead { color: rgba(255,255,255,0.7); }
.novo-bank-logo { background: #fff; border-radius: var(--novo-radius); padding: 20px; display: flex; align-items: center; justify-content: center; height: 100px; box-shadow: var(--novo-shadow); transition: var(--novo-transition); }
.novo-bank-logo:hover { box-shadow: var(--novo-shadow-lg); transform: translateY(-2px); }
.novo-bank-logo img { max-width: 100%; max-height: 60px; object-fit: contain; }
.novo-step-card { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; }
.novo-step-number { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--novo-accent); color: var(--novo-dark); font-weight: 700; border-radius: 50%; font-size: 0.9rem; }
.woocommerce ul.products li.product { border-radius: var(--novo-radius); overflow: hidden; box-shadow: var(--novo-shadow); }
.woocommerce a.button, .woocommerce button.button { background: var(--novo-accent-gradient) !important; color: var(--novo-dark) !important; border: none !important; border-radius: 8px !important; font-weight: 600 !important; }
@media (max-width: 991.98px) { .novo-section { padding: 60px 0; } .novo-hero { padding-top: 80px; min-height: 80vh; } .novo-swiper .swiper-slide img { height: 360px; } .novo-project-gallery .swiper-slide img { height: 240px; } .novo-residents-swiper .swiper-slide img { height: 300px; } .novo-map-wrapper { height: 300px; } body:not(.subpage) .novo-navbar { top: 0; } .novo-subpage-hero { padding: 110px 0 50px; } }
@media (max-width: 767.98px) { .novo-section { padding: 48px 0; } .novo-hero { min-height: 85vh; padding-top: 70px; } .novo-hero-title { font-size: 1.75rem; } .novo-swiper .swiper-slide img { height: 260px; } .novo-residents-swiper .swiper-slide img { height: 260px; } .novo-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 18px 16px; } .novo-stat-item:last-child { border-bottom: none; } .novo-project-gallery .swiper-slide img { height: 200px; } .novo-project-thumbs img { height: 50px; } .novo-subpage-hero { padding: 100px 0 40px; } .novo-subpage-hero h1 { font-size: 1.75rem; } .novo-logo { height: 36px; } }
@media (max-width: 575.98px) { .novo-hero-badge { padding: 6px 14px; font-size: 0.75rem; } .novo-hero-artvill { height: 18px; } .novo-btn-primary, .novo-btn-outline { padding: 10px 20px; font-size: 0.88rem; } .novo-village-card img { height: 160px; } }
.novo-divider { width: 60px; height: 3px; background: var(--novo-accent); margin: 16px auto 0; border-radius: 2px; }

.novo-hero-content, .novo-hero-content * { opacity: 1 !important; }
