.home-modern-body {
    background: radial-gradient(circle at top right, #ecf7f2 0%, #f7f9fb 45%, #eef3f0 100%);
}

.home-modern {
    overflow: hidden;
    position: relative;
}

.section-shell {
    width: min(1240px, 92%);
    margin: 0 auto;
    padding: 88px 0;
}

.section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #0a3c28;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-header h2 {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.8rem);
    line-height: 1.15;
    color: #092f21;
    margin-bottom: 14px;
}

.section-subcopy {
    color: #58706a;
    font-size: 1rem;
}

.glass-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(248, 252, 250, 0.64));
    border: 1px solid rgba(10, 60, 40, 0.1);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(11, 57, 40, 0.11);
}

.modern-hero {
    position: relative;
    width: min(1320px, 96%);
    margin: 24px auto 0;
    border-radius: 30px;
    background: linear-gradient(135deg, #0a3c28 0%, #14573f 40%, #0d2f23 100%);
    min-height: 74vh;
    padding: clamp(44px, 6vw, 80px);
    isolation: isolate;
}

.hero-noise {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.5px, transparent 0.5px);
    background-size: 3px 3px;
    mix-blend-mode: soft-light;
    opacity: 0.28;
    pointer-events: none;
}

.hero-gradient-orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.75;
    pointer-events: none;
}

.hero-gradient-orb-a {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -70px;
    background: radial-gradient(circle, rgba(221, 194, 117, 0.75) 0%, rgba(221, 194, 117, 0) 68%);
}

.hero-gradient-orb-b {
    width: 280px;
    height: 280px;
    bottom: -90px;
    left: -60px;
    background: radial-gradient(circle, rgba(134, 199, 174, 0.65) 0%, rgba(134, 199, 174, 0) 70%);
}

.modern-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 28px;
    align-items: center;
}

.hero-copy h1 {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: clamp(2rem, 5vw, 3.7rem);
    line-height: 1.08;
    color: #f8fff9;
}

.hero-eyebrow {
    color: #dfca88;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.76rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.hero-lead {
    margin-top: 18px;
    color: rgba(240, 255, 246, 0.86);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 580px;
}

.hero-search-form {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px auto;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(234, 247, 239, 0.26);
    border-radius: 14px;
    padding: 10px;
    max-width: 760px;
}

.hero-search-form input,
.hero-search-form select,
.hero-search-form button {
    border-radius: 10px;
    border: 1px solid rgba(226, 241, 233, 0.32);
    padding: 10px 12px;
    font: inherit;
}

.hero-search-form input,
.hero-search-form select {
    background: rgba(255, 255, 255, 0.14);
    color: #f7fff9;
}

.hero-search-form input::placeholder {
    color: rgba(229, 242, 236, 0.74);
}

.hero-search-form select option {
    color: #0a3c28;
}

.hero-search-form button {
    border-color: transparent;
    background: linear-gradient(135deg, #e4c772, #d4af37);
    color: #0a3c28;
    font-weight: 800;
    cursor: pointer;
}

.hero-actions {
    margin-top: 28px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hero-btn-primary {
    color: #0a3c28;
    background: linear-gradient(135deg, #e4c772, #d4af37);
    box-shadow: 0 12px 26px rgba(202, 164, 51, 0.34);
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    color: #0a3c28;
}

.hero-btn-ghost {
    color: #eafaf1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(235, 246, 238, 0.4);
}

.hero-btn-ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.hero-badges {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #f0fff5;
    font-size: 0.8rem;
    border: 1px solid rgba(224, 242, 231, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.hero-glass-card {
    border-radius: 22px;
    padding: 26px;
    background: linear-gradient(150deg, rgba(248, 255, 251, 0.22), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(12px);
}

.glass-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    color: rgba(247, 234, 187, 0.92);
    margin-bottom: 10px;
}

.hero-glass-card h3 {
    color: #f2fff7;
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 1.35rem;
    line-height: 1.35;
    margin-bottom: 16px;
}

.hero-stats-mini {
    display: grid;
    gap: 12px;
}

.hero-stats-mini div {
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats-mini strong {
    display: block;
    color: #fff8da;
    font-size: 1.3rem;
    font-family: "Sora", "Manrope", sans-serif;
}

.hero-stats-mini span {
    color: rgba(238, 250, 244, 0.86);
    font-size: 0.85rem;
}

.hero-note {
    margin-top: 14px;
    font-size: 0.83rem;
    color: rgba(235, 249, 242, 0.82);
}

.trust-strip {
    padding: 28px 0 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-chip {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(10, 60, 40, 0.1);
    border-radius: 999px;
    padding: 9px 14px;
    color: #134b38;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-listing-strip {
    padding-top: 24px;
}

.hero-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hero-listing-card {
    border-radius: 18px;
    padding: 18px;
}

.hero-listing-card h3 {
    margin: 0 0 8px;
    color: #0a3c28;
}

.hero-listing-card p {
    margin: 0;
    color: #54706a;
    font-size: 0.9rem;
}

.hero-listing-card p i {
    color: #d4af37;
    margin-right: 5px;
}

.hero-listing-meta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hero-listing-meta strong {
    color: #0a3c28;
}

.hero-listing-meta span {
    color: #61817a;
    font-size: 0.82rem;
}

.hero-listing-card a {
    margin-top: 12px;
    display: inline-flex;
    text-decoration: none;
    font-size: 0.84rem;
    color: #0a3c28;
    font-weight: 800;
}

.modern-feature-section {
    padding-top: 48px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.feature-card {
    border-radius: 20px;
    padding: 26px 20px;
}

.feature-card i {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0a3c28;
    background: rgba(212, 175, 55, 0.24);
    font-size: 1.02rem;
    margin-bottom: 16px;
}

.feature-card h3 {
    margin-bottom: 10px;
    font-size: 1.04rem;
    color: #092f21;
}

.feature-card p {
    color: #516a64;
    font-size: 0.93rem;
    line-height: 1.72;
}

.modern-process-section {
    padding-top: 22px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.process-step {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(10, 60, 40, 0.08);
    padding: 24px 18px;
    box-shadow: 0 12px 28px rgba(11, 49, 35, 0.08);
}

.process-step span {
    font-family: "Sora", "Manrope", sans-serif;
    color: #d4af37;
    font-size: 1.45rem;
    display: block;
    margin-bottom: 8px;
}

.process-step h3 {
    color: #0a3c28;
    margin-bottom: 10px;
}

.process-step p {
    color: #546c67;
    font-size: 0.9rem;
    line-height: 1.65;
}

.market-insights-section {
    padding-top: 28px;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.insight-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fbf9 100%);
    border: 1px solid rgba(10, 60, 40, 0.12);
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 10px 24px rgba(10, 60, 40, 0.08);
}

.insight-card h3 {
    color: #0a3c28;
    margin-bottom: 10px;
}

.insight-card p {
    color: #4f6a64;
    line-height: 1.72;
    font-size: 0.92rem;
    margin-bottom: 12px;
}

.insight-card strong {
    color: #0a3c28;
    font-size: 0.84rem;
}

.comparison-section {
    padding-top: 22px;
}

.comparison-table-wrap {
    background: #ffffff;
    border: 1px solid rgba(10, 60, 40, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(10, 60, 40, 0.08);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    text-align: left;
    padding: 13px 14px;
    border-bottom: 1px solid rgba(10, 60, 40, 0.08);
    color: #43625a;
    font-size: 0.9rem;
}

.comparison-table th {
    background: #f6faf8;
    color: #0a3c28;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.comparison-table tbody tr:hover {
    background: #f9fcfa;
}

.calculator-section {
    padding-top: 18px;
}

.calculator-wrap {
    border-radius: 22px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    align-items: center;
}

.calculator-form {
    display: grid;
    gap: 12px;
}

.calculator-form label {
    display: grid;
    gap: 8px;
    color: #0a3c28;
    font-size: 0.86rem;
    font-weight: 700;
}

.calculator-form input {
    border: 1px solid rgba(10, 60, 40, 0.2);
    border-radius: 12px;
    padding: 11px 12px;
}

.calculator-result {
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(10, 60, 40, 0.08);
    color: #0a3c28;
    font-weight: 700;
}

.guide-section {
    padding-top: 20px;
}

.guide-panel {
    border-radius: 20px;
    border: 1px solid rgba(10, 60, 40, 0.12);
    background: linear-gradient(145deg, #ffffff 0%, #f5faf7 100%);
    box-shadow: 0 14px 30px rgba(10, 60, 40, 0.08);
    padding: 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 14px;
    align-items: center;
}

.guide-panel h2 {
    font-family: "Sora", "Manrope", sans-serif;
    color: #0a3c28;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    margin-bottom: 10px;
}

.guide-panel p {
    color: #4f6962;
    line-height: 1.7;
}

.guide-request-form {
    display: grid;
    gap: 10px;
}

.guide-request-form input {
    border: 1px solid rgba(10, 60, 40, 0.2);
    border-radius: 12px;
    padding: 11px 12px;
    background: #ffffff;
}

.guide-feedback {
    min-height: 18px;
    color: #0a3c28;
    font-size: 0.84rem;
    font-weight: 700;
}

.modern-listings-section {
    padding-top: 24px;
}

.modern-land-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.modern-land-card {
    border-radius: 20px;
    overflow: hidden;
}

.modern-land-media {
    width: 100%;
    height: 240px;
    background: #d4e1dd;
}

.modern-land-media img,
.modern-land-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modern-land-body {
    padding: 18px;
}

.modern-land-body h3 {
    color: #0a3c28;
    font-size: 1.06rem;
    margin-bottom: 8px;
}

.land-location {
    color: #4f6660;
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.land-location i {
    color: #d4af37;
    margin-right: 4px;
}

.land-excerpt {
    color: #556f68;
    font-size: 0.89rem;
    line-height: 1.7;
    margin-bottom: 14px;
    min-height: 60px;
}

.land-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(10, 60, 40, 0.1);
    border-bottom: 1px solid rgba(10, 60, 40, 0.1);
    padding: 12px 0;
    margin-bottom: 14px;
}

.land-meta span {
    color: #5a736c;
    font-size: 0.84rem;
}

.land-meta strong {
    color: #0a3c28;
    font-size: 0.98rem;
}

.land-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.land-actions a {
    text-decoration: none;
    text-align: center;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 700;
    font-size: 0.84rem;
    border: 1px solid rgba(10, 60, 40, 0.22);
    color: #0a3c28;
    transition: all 0.2s ease;
}

.land-actions a:hover {
    transform: translateY(-1px);
    background: #0a3c28;
    color: #ffffff;
    border-color: #0a3c28;
}

.section-cta {
    margin-top: 30px;
    text-align: center;
}

.modern-stats-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.modern-stat {
    border-radius: 20px;
    text-align: center;
    padding: 24px 18px;
}

.modern-stat h3 {
    font-family: "Sora", "Manrope", sans-serif;
    color: #0a3c28;
    font-size: 1.7rem;
    margin-bottom: 8px;
}

.modern-stat p {
    color: #5b746f;
    font-size: 0.9rem;
}

.modern-testimonials-section {
    padding-top: 20px;
}

.modern-testimonials-wrap {
    overflow: hidden;
}

.modern-testimonials-track {
    display: flex;
    transition: transform 0.45s ease;
}

.modern-testimonial-card {
    min-width: 100%;
    border-radius: 20px;
    padding: 28px;
}

.testimonial-stars {
    color: #d4af37;
    margin-bottom: 14px;
}

.testimonial-text {
    color: #305349;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 18px;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-person span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d4af37, #dcbc65);
    color: #0a3c28;
    font-weight: 800;
}

.testimonial-person strong {
    display: block;
    color: #0a3c28;
}

.testimonial-person small {
    color: #6e8a83;
}

.testimonials-controls {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.testimonials-controls button {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(10, 60, 40, 0.2);
    background: #ffffff;
    border-radius: 999px;
    color: #0a3c28;
    cursor: pointer;
}

.testimonials-controls p {
    min-width: 60px;
    text-align: center;
    color: #48635d;
    font-weight: 700;
}

.faq-section {
    padding-top: 24px;
}

.faq-accordion {
    display: grid;
    gap: 10px;
}

.faq-item {
    border: 1px solid rgba(10, 60, 40, 0.12);
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.faq-toggle {
    width: 100%;
    text-align: left;
    border: none;
    background: #ffffff;
    color: #0a3c28;
    font-weight: 700;
    padding: 14px 16px;
    cursor: pointer;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    color: #516861;
    line-height: 1.72;
    transition: max-height 0.28s ease, padding-bottom 0.28s ease;
}

.faq-item.open .faq-content {
    max-height: 170px;
    padding-bottom: 14px;
}

.modern-newsletter-section {
    padding-top: 20px;
    padding-bottom: 100px;
}

.newsletter-glass {
    border-radius: 24px;
    padding: clamp(24px, 4vw, 40px);
    background: linear-gradient(145deg, rgba(10, 60, 40, 0.95), rgba(17, 81, 58, 0.9));
    color: #f5fff8;
    border: 1px solid rgba(225, 238, 232, 0.2);
    box-shadow: 0 28px 48px rgba(11, 51, 37, 0.25);
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
}

.newsletter-glass h2 {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: clamp(1.4rem, 2.8vw, 2.2rem);
    margin-bottom: 12px;
}

.newsletter-glass p {
    color: rgba(236, 249, 241, 0.86);
    line-height: 1.7;
}

.newsletter-form-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-modern-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin: 14px 0 10px;
}

.newsletter-modern-form input {
    border-radius: 12px;
    border: 1px solid rgba(219, 238, 229, 0.35);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 12px 14px;
    outline: none;
}

.newsletter-modern-form input::placeholder {
    color: rgba(228, 239, 234, 0.68);
}

.newsletter-btn {
    border: 0;
    background: linear-gradient(135deg, #e4c772, #d4af37);
    color: #0a3c28;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 800;
    cursor: pointer;
}

.newsletter-alert {
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.success-alert {
    background: rgba(84, 188, 121, 0.18);
    border: 1px solid rgba(111, 218, 150, 0.35);
}

.error-alert {
    background: rgba(227, 96, 96, 0.16);
    border: 1px solid rgba(230, 123, 123, 0.4);
}

.newsletter-form-wrap small {
    color: rgba(226, 241, 232, 0.73);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: transform 0.65s ease, opacity 0.65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.consult-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    background: rgba(6, 24, 18, 0.6);
    backdrop-filter: blur(6px);
}

.consult-modal.open {
    display: flex;
}

.consult-modal-panel {
    width: min(520px, 92%);
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(10, 60, 40, 0.14);
    padding: 24px;
    position: relative;
    box-shadow: 0 24px 42px rgba(8, 41, 30, 0.28);
}

.consult-modal-panel h3 {
    color: #0a3c28;
    margin-bottom: 8px;
}

.consult-modal-panel p {
    color: #4d6760;
    margin-bottom: 14px;
    line-height: 1.66;
}

.consult-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(10, 60, 40, 0.18);
    background: #ffffff;
    color: #0a3c28;
    cursor: pointer;
}

.consultation-form {
    display: grid;
    gap: 10px;
}

.consultation-form input,
.consultation-form textarea {
    border: 1px solid rgba(10, 60, 40, 0.2);
    border-radius: 12px;
    padding: 11px 12px;
}

.consult-feedback {
    min-height: 18px;
    margin-top: 10px;
    font-size: 0.85rem;
    font-weight: 700;
}

.consult-feedback.success {
    color: #166534;
}

.consult-feedback.error {
    color: #991b1b;
}

@media (max-width: 1120px) {
    .modern-hero-inner {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .process-grid,
    .modern-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-grid,
    .modern-land-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .newsletter-glass,
    .calculator-wrap,
    .guide-panel {
        grid-template-columns: 1fr;
    }

    .comparison-table-wrap {
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 640px;
    }

    .hero-search-form {
        grid-template-columns: 1fr;
    }

    .hero-listing-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .section-shell {
        padding: 68px 0;
        width: min(1240px, 94%);
    }

    .modern-hero {
        width: 94%;
        margin-top: 14px;
        padding: 34px 20px;
        border-radius: 20px;
    }

    .hero-badges span {
        width: 100%;
        justify-content: center;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-btn {
        width: 100%;
    }

    .feature-grid,
    .process-grid,
    .insights-grid,
    .modern-land-grid,
    .modern-stats-grid {
        grid-template-columns: 1fr;
    }

    .modern-land-media {
        height: 220px;
    }

    .newsletter-modern-form {
        grid-template-columns: 1fr;
    }

    .hero-listing-grid {
        grid-template-columns: 1fr;
    }
}
