body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #121212;
    font-family: "Inter", sans-serif;
    line-height: 1.7;
}

/***** TOP BUTTON *****/
.top-bar {
    background: #f5f5f5;
    padding: 14px 20px;
    border-bottom: 1px solid #ddd;
}
.top-btn {
    text-decoration: none;
    color: #0057ff;
    font-weight: 600;
}

/***** HERO SECTION *****/
.hero {
    text-align: center;
    padding: 60px 20px;
}
.hero h1 {
    font-size: 42px;
    font-weight: 800;
}
.sub {
    font-size: 18px;
    color: #444;
    max-width: 680px;
    margin: 10px auto;
}
.hero-line {
    width: 160px;
    height: 4px;
    background: linear-gradient(90deg, #0057ff, #00bfff);
    margin: 22px auto;
    border-radius: 2px;
}

/***** BLOG POSTS SECTION *****/
.blog-container {
    max-width: 820px;
    margin: auto;
    padding: 20px;
}
.blog-post {
    padding: 35px 0;
    border-bottom: 1px solid #e6e6e6;
}
.blog-post:last-child {
    border-bottom: none;
}
.blog-post h2 {
    font-size: 28px;
    margin-bottom: 6px;
}
.meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 18px;
}
.blog-post h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 8px;
}

/***** CTA SECTION *****/
.cta {
    text-align: center;
    background: #f7faff;
    padding: 60px 20px;
    margin-top: 60px;
}
.cta-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 28px;
    background: #0057ff;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
.cta-btn:hover {
    opacity: 0.85;
}
/* FEATURED PROPERTY VIDEO SECTION */
.featured-video {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.video-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.featured-title {
    font-size: 28px;
    margin-top: 20px;
    font-weight: 700;
}

.featured-meta {
    margin-top: 8px;
    font-size: 16px;
    color: #555;
}

.property-box ul {
    margin-top: 15px;
    padding-left: 20px;
}

.property-box ul li {
    margin-bottom: 6px;
    font-size: 16px;
}

.property-desc {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 17px;
}

.visit-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 22px;
    background: #0d6efd;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
}

.visit-btn:hover {
    background: #084298;
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px; /* PC par 9:16 video perfect size */
    margin: 0 auto 20px;
    border-radius: 12px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}
