.elementor-612 .elementor-element.elementor-element-b15911a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-612 .elementor-element.elementor-element-10c077cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== CUSTOM CSS FOR LAND VALUE ESTIMATOR ===== */
        /* Fully responsive, clean, professional UI */
        .lve-root {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            max-width: 1280px;
            margin: 0 auto;
            padding: 1.5rem 1rem;
            color: #1e2b3c;
            background: #ffffff;
            line-height: 1.6;
        }
        /* typography */
        .lve-root h1 {
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 1rem;
            color: #0b1e33;
            letter-spacing: -0.02em;
        }
        .lve-root h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 2.5rem;
            margin-bottom: 1.2rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #e6f0fa;
            color: #0f2b45;
        }
        .lve-root h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
            color: #1a3b5a;
        }
        .lve-root p {
            margin-bottom: 1.2rem;
            font-size: 1.0625rem;
        }
        /* trust badges / inline signals */
        .lve-trust-strip {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem 2.5rem;
            background: #f4f9ff;
            padding: 1rem 1.5rem;
            border-radius: 60px;
            margin: 1.5rem 0 1rem;
            font-weight: 500;
            color: #014d7e;
            align-items: center;
        }
        .lve-trust-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            white-space: nowrap;
        }
        .lve-cta-micro {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem 2.5rem;
            background: #e0f0fa;
            padding: 1rem 1.8rem;
            border-radius: 40px;
            margin: 1.8rem 0 2.2rem;
            font-weight: 500;
            color: #103a5c;
            justify-content: center;
        }
        .lve-cta-micro span {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        /* tables */
        .lve-table-responsive {
            overflow-x: auto;
            margin: 2rem 0 1.5rem;
            border-radius: 20px;
            border: 1px solid #d9e6f2;
            background: #ffffff;
        }
        .lve-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1rem;
            min-width: 600px;
        }
        .lve-table th {
            background: #0f2b45;
            color: white;
            font-weight: 600;
            padding: 14px 12px;
            text-align: left;
            white-space: nowrap;
        }
        .lve-table td {
            padding: 14px 12px;
            border-bottom: 1px solid #dde9f5;
        }
        .lve-table tr:last-child td {
            border-bottom: none;
        }
        .lve-table tr:hover td {
            background-color: #f6fbff;
        }
        /* data insights / lists */
        .lve-list {
            padding-left: 1.8rem;
            margin: 1.2rem 0;
        }
        .lve-list li {
            margin-bottom: 0.6rem;
            font-size: 1.05rem;
        }
        .lve-compare-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.2rem;
            margin: 2rem 0;
        }
        .lve-compare-card {
            background: #f7fafd;
            padding: 1.2rem 1.2rem;
            border-radius: 24px;
            border-left: 6px solid #1f6fb0;
            font-weight: 450;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }
        .lve-compare-card strong {
            color: #0e3d66;
            display: block;
            margin-bottom: 0.4rem;
            font-size: 1.1rem;
        }
        .lve-inline-link {
            background: #eef4fa;
            padding: 0.8rem 1.5rem;
            border-radius: 40px;
            display: inline-block;
            margin: 0.5rem 0 1rem;
            font-weight: 500;
        }
        .lve-inline-link a {
            color: #0f5fa6;
            text-decoration: none;
            border-bottom: 2px solid #9ac3e6;
        }
        .lve-inline-link a:hover {
            color: #093057;
            border-bottom-color: #0b3e6b;
        }
        /* factor cards (h3 + paragraph) */
        .lve-factor-block {
            margin: 1.8rem 0 2rem;
            padding-left: 0.5rem;
            border-left: 4px solid #608dbb;
            padding: 0 0 0 1.2rem;
        }
        .lve-factor-block h3 {
            margin-top: 0.2rem;
        }
        /* comparison mini table (land vs property) */
        .lve-mini-table {
            background: #f2f7fd;
            border-radius: 24px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        .lve-mini-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .lve-mini-table td {
            padding: 10px 10px 10px 0;
            vertical-align: top;
            border-bottom: 1px dashed #bed6ec;
        }
        .lve-mini-table tr:last-child td {
            border-bottom: none;
        }
        .lve-mini-table td:first-child {
            font-weight: 600;
            width: 35%;
            color: #0a3f66;
        }
        /* accuracy comparison table (simple) */
        .lve-accuracy-compare {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            background: #eaf3fc;
            border-radius: 28px;
            padding: 1.8rem;
            margin: 2rem 0;
        }
        .lve-accuracy-item {
            flex: 1 1 240px;
        }
        .lve-accuracy-item h4 {
            margin: 0 0 0.5rem;
            font-size: 1.25rem;
            color: #09315a;
        }
        .lve-accuracy-item ul {
            padding-left: 1.2rem;
            margin: 0.5rem 0;
        }
        /* author card */
        .lve-author {
            background: linear-gradient(145deg, #f2f7fc, #ffffff);
            border-radius: 30px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0 1.8rem;
            border: 1px solid #cbddec;
        }
        .lve-author h4 {
            font-size: 1.4rem;
            margin: 0 0 0.25rem;
            color: #022844;
        }
        .lve-author .lve-badge {
            display: inline-block;
            background: #154e7a;
            color: white;
            font-size: 0.9rem;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            margin-bottom: 0.8rem;
        }
        /* disclaimer */
        .lve-disclaimer {
            font-size: 0.9rem;
            color: #3b556e;
            background: #f9fbfd;
            padding: 1.8rem 2rem;
            border-radius: 28px;
            border-left: 6px solid #a2c3db;
            margin-top: 3rem;
        }
        /* responsive fine‑tuning */
        @media (max-width: 600px) {
            .lve-root h1 { font-size: 1.9rem; }
            .lve-root h2 { font-size: 1.6rem; }
            .lve-trust-strip, .lve-cta-micro {
                flex-direction: column;
                align-items: flex-start;
                border-radius: 32px;
                gap: 0.7rem;
                white-space: normal;
            }
            .lve-trust-item { white-space: normal; }
        }/* End custom CSS */