:root{--font-heading: "League Spartan", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--color-primary: #FFA829;--color-primary-hover: #F09615;--color-primary-light: #FFF6E8;--color-dark: #1F1D1B;--color-dark-subtle: #2D2A27;--color-bg-main: #E8E8E2;--color-bg-card: #FFFFFF;--color-bg-surface: #F8F8F5;--color-bg-alt: #EEEEEE;--color-text-primary: #1F1D1B;--color-text-secondary: #52525B;--color-text-muted: #71717A;--color-text-light: #FFFFFF;--color-border: #E2E2DC;--color-border-subtle: #EFEFE9;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 9999px;--shadow-sm: 0 2px 8px rgba(31, 29, 27, .04);--shadow-md: 0 10px 30px rgba(31, 29, 27, .08);--shadow-lg: 0 20px 40px rgba(31, 29, 27, .12);--transition-fast: .2s cubic-bezier(.16, 1, .3, 1);--transition-smooth: .3s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg-main);color:var(--color-text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-dark);letter-spacing:-.02em}button{cursor:pointer;border:none;font-family:var(--font-body);transition:all var(--transition-fast)}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-main)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}@media (max-width: 768px){.section-padding{padding:48px 0}.container{padding:0 16px}}.site-frame-container{border:12px solid #FFFFFF;border-radius:32px;background-color:#e8e8e2;overflow:hidden;box-shadow:0 20px 40px #0000000a;padding:12px;position:relative}.global-lang-switch{position:absolute;top:85px;right:25px;display:flex;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(26,26,26,.08);border-radius:30px;padding:3px;z-index:999999;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.lang-switch-btn{border:none;background:none;padding:6px 12px;font-size:11px;font-weight:700;color:#666;cursor:pointer;border-radius:20px;transition:all .2s ease;font-family:inherit}.lang-switch-btn.active{background-color:#ffa829;color:#1a1a1a;box-shadow:0 2px 8px #ffa8294d}.hero-card{background-color:#e8e8e2;position:relative;min-height:700px;padding-bottom:60px}.hero-nav{display:flex;align-items:center;justify-content:space-between;padding:0 48px;margin-top:-48px;position:relative;z-index:30}.hero-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.hero-nav-logo-text{font-family:League Spartan,sans-serif;font-weight:800;font-size:24px;letter-spacing:.5px;color:#1f1d1b}.hero-nav-links{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}.hero-nav-links a{font-family:var(--font-body);font-size:15px;font-weight:600;color:#2d2d2d;text-decoration:none;position:relative;padding:4px 0;transition:color .3s ease}.hero-nav-links a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2.5px;background-color:#ffa829;transform:scaleX(0);transform-origin:right;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero-nav-links a:hover{color:#000}.hero-nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.hero-nav-left{display:flex;align-items:center;gap:45px}.hero-headline{position:relative;z-index:5;padding:0 48px;margin-top:-18px;font-family:League Spartan,sans-serif;font-size:clamp(52px,6.5vw,88px);font-weight:800;line-height:1;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:0}.hero-headline .bold{font-weight:800;color:#1a1a1a}.hero-headline .light{font-weight:500;color:#adadad}.hero-left-col{position:relative;z-index:10;padding:28px 48px 0}.hero-pills{display:flex;gap:16px;position:relative;z-index:15;margin-bottom:16px;padding-left:20px}.hero-pill{background:transparent;border:none;border-radius:9999px;padding:8px 20px;font-family:var(--font-body);font-size:14px;font-weight:600;color:#555;cursor:pointer;transition:all .2s ease}.hero-pill:hover{color:#1a1a1a}.hero-pill.active{background:#fff;color:#1a1a1a;font-weight:700;border-radius:9999px;position:relative;box-shadow:none}.waterfall-bridge{position:absolute;bottom:-16px;left:50%;transform:translate(-50%);width:12px;height:18px;background:#fff;z-index:16}.waterfall-curve-left{position:absolute;bottom:-16px;left:calc(50% - 22px);width:16px;height:16px;background:transparent;border-bottom-right-radius:12px;box-shadow:4px 4px #fff;z-index:16}.waterfall-curve-right{position:absolute;bottom:-16px;right:calc(50% - 22px);width:16px;height:16px;background:transparent;border-bottom-left-radius:12px;box-shadow:-4px 4px #fff;z-index:16}.hero-search{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:4px 4px 4px 22px;width:100%;max-width:520px;box-shadow:0 4px 16px #0000000a;margin-bottom:32px;position:relative;z-index:12}.hero-search input{border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:13px;font-weight:500;color:#333;width:100%}.hero-search input::placeholder{color:#999}.hero-search-btn{width:36px;height:36px;min-width:36px;border-radius:50%;background:#ffa829;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s}.hero-search-btn.has-text{width:auto;min-width:auto;border-radius:18px;padding:0 16px;white-space:nowrap}.hero-search-btn:hover{background:#e89520}.hero-quote-block{position:relative;padding-left:24px;max-width:320px}.hero-quote-block:before{content:"““";position:absolute;left:-2px;top:-14px;font-size:40px;font-family:Georgia,serif;color:#c8c5bc;line-height:1}.hero-quote-text{font-size:14px;font-weight:400;line-height:1.55;color:#4a4a4a;font-style:italic}.hero-house-img{position:absolute;bottom:-39%;left:0;right:0;width:100%;height:60%;z-index:8;pointer-events:none}.hero-house-img img{width:100%;height:100%;object-fit:contain;object-position:right bottom;transform:scale(2.42);transform-origin:right bottom}.hero-badge{position:absolute;bottom:-24px;right:-24px;z-index:20;background:#fff;padding:16px 24px 16px 36px;width:256px;border-top-left-radius:28px;border-bottom-right-radius:20px}.hero-badge:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;z-index:-1;transform:skew(-12deg);transform-origin:top left;border-top-left-radius:28px;border-bottom-left-radius:10px}.hero-badge-title{font-family:var(--font-heading);font-size:14px;font-weight:800;color:#1a1a1a;margin-bottom:2px}.hero-badge-desc{font-size:10px;color:#777;line-height:1.35;margin-bottom:10px}.hero-badge-bottom{display:flex;align-items:center;gap:10px}.hero-badge-price{display:inline-block;background:#eaeaea;border-radius:10px;padding:5px 12px;font-family:var(--font-body);font-size:11px;font-weight:800;color:#1a1a1a}.hero-badge-arrows{display:flex;align-items:center;gap:5px}.hero-arrow-pill{width:48px;height:28px;border-radius:14px;background:#fff;border:1px solid #E2E0DA;display:flex;align-items:center;justify-content:center;cursor:pointer}.hero-arrow-circle{width:28px;height:28px;border-radius:50%;background:#ffa829;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.trust-section{padding:80px 0}.trust-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center}.trust-heading{font-family:var(--font-heading);font-size:44px;font-weight:800;line-height:1.15;color:#1a1a1a;margin-bottom:16px}.trust-heading .light{color:#adadad;font-weight:500}.trust-desc{font-size:15px;color:#555;line-height:1.55;margin-bottom:36px}.stats-row{display:flex;gap:40px}.stat-block h3{font-family:var(--font-heading);font-size:30px;font-weight:800;color:#1a1a1a}.stat-block p{font-size:13px;color:#888;margin-top:2px}.feature-stack{display:flex;flex-direction:column;gap:14px}.feature-row{background:#fff;border:1px solid #E8E6DF;border-radius:20px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;transition:transform .2s ease}.feature-row:hover{transform:translate(4px);border-color:#ffa829}.feature-row-left{display:flex;align-items:center;gap:18px}.feature-image-container{width:64px;height:64px;border-radius:14px;overflow:hidden;box-shadow:0 4px 12px #00000014;flex-shrink:0;background:#fff5e6}.feature-thumb{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-row:hover .feature-thumb{transform:scale(1.12)}.feature-row-info h4{font-family:var(--font-heading);font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:3px}.feature-row-info p{font-size:13px;color:#888;line-height:1.4}.feature-arrow-btn{width:36px;height:36px;min-width:36px;border-radius:50%;background:#f4f3ee;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.properties-section{padding:80px 0}.properties-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.properties-title{font-family:var(--font-heading);font-size:42px;font-weight:800;color:#1a1a1a;margin-bottom:6px}.properties-subtitle{font-size:15px;color:#777}.filter-row{display:flex;gap:10px}.filter-btn{background:#fff;border:1.5px solid #DDD;border-radius:24px;padding:9px 20px;font-size:14px;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.filter-btn.active{background:#1f1d1b;border-color:#1f1d1b;color:#fff}.props-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px}.prop-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #EEEEE9;transition:transform .25s ease,box-shadow .25s ease}.prop-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001a}.prop-img-wrap{position:relative;height:240px;overflow:hidden}.prop-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.prop-card:hover .prop-img-wrap img{transform:scale(1.05)}.prop-tag{position:absolute;top:14px;left:14px;padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.prop-tag.sale{background:#fff5e6;color:#d48a00}.prop-tag.rent{background:#e8f5e9;color:#2e7d32}.prop-body{padding:22px}.prop-name{font-family:var(--font-heading);font-size:19px;font-weight:800;color:#1a1a1a;margin-bottom:5px}.prop-loc{display:flex;align-items:center;gap:5px;font-size:13px;color:#888;margin-bottom:14px}.prop-specs{display:flex;align-items:center;gap:16px;padding:12px 0;border-top:1px solid #F0EFEA;border-bottom:1px solid #F0EFEA;font-size:13px;color:#666;margin-bottom:14px}.prop-spec{display:flex;align-items:center;gap:5px}.prop-footer{display:flex;align-items:center;justify-content:space-between}.prop-price{font-family:var(--font-heading);font-size:20px;font-weight:800;color:#1a1a1a}.btn-view{background:#ffa829;color:#fff;border:none;border-radius:24px;padding:8px 18px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer;box-shadow:0 4px 12px #ffa8294d;transition:background .2s}.btn-view:hover{background:#e89520}.testimonials-wrap{background:#e8e8e2;border-radius:32px;padding:80px 48px;text-align:center}.testimonials-title{font-family:var(--font-heading);font-size:48px;font-weight:800;color:#1a1a1a;margin-bottom:60px}.testimonials-title .light{color:#8e8e93;font-weight:400}.test-grid{display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:36px;align-items:flex-start}.testimonial-item{display:flex;flex-direction:column;align-items:center}.test-bubble{background:#fff;border-radius:20px;padding:36px 30px;position:relative;box-shadow:0 10px 30px #00000005;border:1px solid #EAEAE6;margin-bottom:30px}.test-bubble p{font-size:13.5px;line-height:1.65;color:#444;text-align:left;margin:0}.test-bubble.featured{background:#ffa829;border-color:#ffa829;box-shadow:0 16px 40px #ffa82938}.test-bubble.featured p{color:#fff}.left-item .test-bubble{transform:rotate(-3.5deg) translateY(12px)}.right-item .test-bubble{transform:rotate(3.5deg) translateY(12px)}.center-item .test-bubble{transform:scale(1.03) translateY(-4px);z-index:10}.bubble-arrow-left,.bubble-arrow-right,.bubble-arrow-center{position:absolute;bottom:-15px;width:0;height:0;border-style:solid}.bubble-arrow-left{left:30px;border-width:15px 15px 0 0;border-color:#FFFFFF transparent transparent transparent}.left-item .test-bubble:after{content:"";position:absolute;bottom:-16px;left:29px;width:0;height:0;border-style:solid;border-width:16px 16px 0 0;border-color:#EAEAE6 transparent transparent transparent;z-index:-1}.bubble-arrow-right{right:30px;border-width:15px 0 0 15px;border-color:#FFFFFF transparent transparent transparent}.right-item .test-bubble:after{content:"";position:absolute;bottom:-16px;right:29px;width:0;height:0;border-style:solid;border-width:16px 0 0 16px;border-color:#EAEAE6 transparent transparent transparent;z-index:-1}.bubble-arrow-center{left:50%;transform:translate(-50%);border-width:15px 10px 0 10px;border-color:#FFA829 transparent transparent transparent}.test-author-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:10px}.test-avatar-new{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:12px;box-shadow:0 4px 10px #00000014}.test-author-text h5{font-family:var(--font-heading);font-size:14.5px;font-weight:700;color:#1a1a1a;margin:0 0 2px}.test-author-text p{font-size:12px;color:#666;margin:0}.testimonials-indicator-wrap{display:flex;justify-content:center;margin-top:50px}.indicator-track-arc{width:320px;height:12px;border-bottom:2px solid #C8C5BC;border-radius:50%;position:relative}.indicator-thumb-arc{width:50px;height:4px;background:#1a1a1a;position:absolute;bottom:-3px;left:50%;transform:translate(-50%);border-radius:2px}.test-nav-new{display:flex;justify-content:center;gap:12px;margin-top:30px}.test-nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid #C8C5BC;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.test-nav-btn.active{background:#ffa829;border-color:#ffa829;box-shadow:0 4px 12px #ffa8294d}.test-nav-btn:hover{transform:scale(1.05)}.section-center-header{text-align:center;max-width:640px;margin:0 auto 48px}.section-center-header h2{font-size:42px;font-weight:800;margin-bottom:10px}.section-center-header p{font-size:15px;color:#777}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}.service-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #E8E6DF;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000000f}.service-image-box{width:100%;height:160px;border-radius:16px;overflow:hidden;margin-bottom:18px;box-shadow:0 4px 14px #0000000d}.service-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-card:hover .service-card-img{transform:scale(1.08)}.service-card h3{font-size:19px;font-weight:800;margin-bottom:8px}.service-card p{font-size:14px;color:#666;line-height:1.55;margin-bottom:18px}.service-link{background:none;border:none;color:#ffa829;font-weight:700;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0}.leaders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.leader-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #E8E6DF;text-align:center}.leader-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:0 auto 18px;border:4px solid #FFF5E6}.leader-name{font-size:20px;font-weight:800;margin-bottom:4px}.leader-role{color:#ffa829;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.leader-experience{display:inline-block;background:#fff5e6;color:#e07d00;font-size:11px;font-weight:700;padding:4px 10px;border-radius:9999px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}.leader-bio{font-size:13px;color:#666;line-height:1.55}.values-strip{background:#fff;border-radius:24px;padding:32px 44px;margin-top:36px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;border:1px solid #E8E6DF}.value-item{display:flex;gap:14px}.value-item h4{font-size:15px;font-weight:800;margin-bottom:3px}.value-item p{font-size:13px;color:#777}.site-footer{background:#141416;color:#fff;padding:60px 48px 36px;margin-top:80px;border-radius:32px 32px 20px 20px}.footer-cols-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr .8fr;gap:30px;margin-bottom:50px}.search-filter-bar{background:#fff;border-radius:20px;padding:20px;margin-bottom:40px;display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between;box-shadow:0 4px 20px #00000005}.developer-filter-group{display:flex;gap:12px;align-items:center;position:relative}.developer-filter-label{font-size:13px;font-weight:600;color:#666}.developer-filter-select-wrapper{position:relative;width:220px}@media (max-width: 1024px){.footer-cols-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer-cols-grid{grid-template-columns:1fr}.footer-bottom-flex{flex-direction:column;gap:12px;text-align:center}}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr .8fr;gap:30px;margin-bottom:50px}.footer-brand-text{color:#a1a1aa;font-size:14px;margin-top:14px;line-height:1.55;max-width:300px}.footer-col h5{font-size:14px;font-weight:700;margin-bottom:18px;color:#fff}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}.footer-col a{color:#a1a1aa;font-size:14px;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#ffa829}.footer-bottom-bar{border-top:1px solid #2D2A27;padding-top:24px;display:flex;justify-content:space-between;color:#71717a;font-size:13px}.footer-bottom-bar a{color:#71717a;text-decoration:none}.footer-bottom-bar a:hover{color:#ffa829}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-box{background:#fff;border-radius:28px;padding:36px;max-width:520px;width:100%;position:relative;box-shadow:0 20px 50px #00000026}.modal-close-btn{position:absolute;top:18px;right:18px;background:#f0efea;border-radius:50%;width:34px;height:34px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.form-field{margin-bottom:16px}.form-field label{display:block;font-size:13px;font-weight:700;margin-bottom:5px;color:#1a1a1a}.form-input{width:100%;padding:11px 16px;border-radius:12px;border:1px solid #DDD;font-family:var(--font-body);font-size:14px;outline:none;transition:border-color .2s}.form-input:focus{border-color:#ffa829;box-shadow:0 0 0 3px #fff5e6}.btn-full-orange{width:100%;background:#ffa829;color:#fff;border:none;border-radius:24px;padding:13px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #ffa8294d;transition:background .2s}.btn-full-orange:hover{background:#e89520}@media (max-width: 1024px){.hero-house-img{position:relative;width:100%;height:320px;top:0}.hero-headline{font-size:52px}.hero-badge{position:relative;max-width:100%;border-radius:0}.trust-grid,.test-grid,.leaders-grid,.values-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}.property-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.property-modal-card{background:#fff;border-radius:28px;width:100%;max-width:780px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 30px 60px #00000026;animation:modalFadeIn .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.property-modal-close{position:absolute;top:20px;right:20px;background:#ffffffe6;border:1px solid #EAEAEA;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s}.property-modal-close:hover{background:#f5f5f5;transform:rotate(90deg)}.property-modal-header{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;padding:32px;border-bottom:1px solid #F0EFEA}.prop-img-main{position:relative;border-radius:18px;overflow:hidden;height:240px}.prop-img-main img{width:100%;height:100%;object-fit:cover}.prop-detail-desc-wrap{display:flex;flex-direction:column;justify-content:center}.prop-builder-tag{display:inline-flex;align-items:center;background:#ffe6c2;color:#d37a00;font-size:11px;font-weight:700;padding:4px 10px;border-radius:8px;align-self:flex-start;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.prop-detail-desc-wrap h2{font-family:var(--font-heading);font-size:26px;font-weight:800;color:#1a1a1a;margin:0;line-height:1.2}.prop-modal-price{font-size:24px;font-weight:800;color:#ffa829;margin-top:14px}.property-modal-body{padding:32px;display:flex;flex-direction:column;gap:28px}.property-modal-section h3{font-family:var(--font-heading);font-size:16px;font-weight:800;color:#1a1a1a;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.property-modal-section p{font-size:14px;color:#555;line-height:1.6;margin:0}.floor-plan-card{display:flex;gap:16px;align-items:center;background:#f9f8f6;border:1px solid #EAE8E3;border-radius:16px;padding:16px 20px}.modal-amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.amenity-item{display:flex;align-items:center;gap:8px;background:#f9f8f6;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:500;color:#4a4a4a}.property-modal-footer{padding:24px 32px 32px;border-top:1px solid #F0EFEA;display:flex;justify-content:flex-end}.property-modal-btn-primary{background:#ffa829;color:#fff;border:none;border-radius:14px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s}.property-modal-btn-primary:hover{background:#e89520}@media (max-width: 640px){.property-modal-header{grid-template-columns:1fr;padding:20px;gap:16px}.property-modal-body{padding:20px;gap:20px}.prop-img-main{height:180px}.property-modal-footer{padding:16px 20px 20px}}.category-image-card{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease-in-out,filter .3s ease!important}.category-image-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;pointer-events:none;transition:all .3s ease}.category-image-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px #00000026!important}.category-image-card:hover:after{border:2px solid #FFA829}.category-image-card:hover img{transform:scale(1.05)}.category-image-card:active{transform:translateY(-2px) scale(.99)}.founders-page-wrapper{animation:fadeIn .4s ease-out}.expert-tag{display:inline-flex;align-items:center;background:#f4f2eb;color:#555;font-size:13px;font-weight:600;padding:6px 14px;border-radius:8px;border:1px solid #E6E3DB;transition:all .2s ease}.expert-tag:hover{background:#fff5e6;border-color:#ffa829;color:#e07d00}.expert-detail-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.expert-detail-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #00000008!important;border-color:#ffa829!important}.hover-scale{transition:all .2s ease-in-out}.hover-scale:hover{transform:scale(1.05)}@media (max-width: 991px){.founders-intro-grid{grid-template-columns:1fr!important;gap:30px!important}.founder-row-card{grid-template-columns:1fr!important;text-align:center;gap:30px!important}}.search-suggestions-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border:1px solid #E6E3DB;border-radius:16px;box-shadow:0 20px 48px #00000014;z-index:999;max-height:380px;overflow-y:auto;animation:slideDownFade .25s cubic-bezier(.16,1,.3,1)}.search-suggestions-dropdown::-webkit-scrollbar{width:6px}.search-suggestions-dropdown::-webkit-scrollbar-track{background:#f8f7f5;border-radius:0 16px 16px 0}.search-suggestions-dropdown::-webkit-scrollbar-thumb{background:#d5d2c9;border-radius:10px}.search-suggestions-dropdown::-webkit-scrollbar-thumb:hover{background:#afaaa0}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.suggestion-group{padding:8px 0;border-bottom:1px solid #F3F1EC}.suggestion-group:last-child{border-bottom:none}.suggestion-group-title{font-family:var(--font-body);font-size:11px;font-weight:700;text-transform:uppercase;color:#8c867a;padding:6px 16px;letter-spacing:.5px}.suggestion-item{display:flex;align-items:center;padding:10px 16px;cursor:pointer;font-family:var(--font-body);font-size:14px;color:#1f1d1b;transition:all .2s ease}.suggestion-item:hover{background-color:#faf9f6;color:#ffa829}.suggestion-item span{font-weight:500}.premium-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FFA829' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:14px;background-color:#fff;color:#1f1d1b;border:1px solid #E6E3DB;border-radius:12px;padding:12px 40px 12px 16px;font-family:var(--font-body);font-size:13px;font-weight:600;cursor:pointer;outline:none;box-shadow:0 4px 12px #00000005;transition:all .3s cubic-bezier(.16,1,.3,1)}.premium-select:hover{border-color:#ffa829;box-shadow:0 8px 20px #ffa82914;transform:translateY(-1px)}.premium-select:focus{border-color:#ffa829;box-shadow:0 0 0 3px #ffa82926}.custom-dropdown-container{position:relative;display:inline-block;min-width:220px;-webkit-user-select:none;user-select:none}.custom-dropdown-trigger{display:flex;justify-content:space-between;align-items:center;background-color:#fff;color:#1f1d1b;border:1px solid #E6E3DB;border-radius:12px;padding:10px 16px;font-family:var(--font-body);font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000005;transition:all .25s cubic-bezier(.16,1,.3,1);width:100%;text-align:left}.custom-dropdown-trigger:hover{border-color:#ffa829;box-shadow:0 6px 16px #ffa82914;transform:translateY(-1px)}.custom-dropdown-trigger:focus{outline:none;border-color:#ffa829;box-shadow:0 0 0 3px #ffa82926}.custom-dropdown-trigger .chevron{display:flex;align-items:center;justify-content:center;transition:transform .25s ease;margin-left:12px}.custom-dropdown-trigger.is-open .chevron{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background-color:#fff;border:1px solid #E6E3DB;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:6px;margin:0;list-style:none;max-height:280px;overflow-y:auto;z-index:1000;opacity:0;transform:translateY(-8px);pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.custom-dropdown-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.custom-dropdown-menu::-webkit-scrollbar{width:6px}.custom-dropdown-menu::-webkit-scrollbar-track{background:transparent}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:#e6e3db;border-radius:4px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#ccc}.custom-dropdown-option{padding:10px 12px;font-family:var(--font-body);font-size:13px;font-weight:500;color:#1f1d1b;border-radius:8px;cursor:pointer;transition:all .15s ease}.custom-dropdown-option:hover{background-color:#faf9f6;color:#ffa829}.custom-dropdown-option.is-selected{background-color:#ffa82914;color:#ffa829;font-weight:600}.premium-dropdown-trigger:hover{border-color:#ffa829!important;background-color:#fff!important;box-shadow:0 4px 12px #ffa82914}.premium-dropdown-option:hover{background-color:#ffa829!important;color:#fff!important}.hero-nav-btn{background:#ffa829!important;color:#fff!important;padding:10px 20px!important;border-radius:12px!important;font-weight:700!important;font-size:14px!important;box-shadow:0 4px 14px #ffa82940!important;transition:all .25s ease!important}.hero-nav-btn:after{display:none!important}.hero-nav-btn:hover{background:#e89520!important;box-shadow:0 6px 20px #ffa82959!important;transform:translateY(-1px)!important}.phone-float-btn{display:none}.whatsapp-float-btn{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #25d3664d;z-index:99999;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.whatsapp-float-btn:hover{background-color:#128c7e;color:#fff;transform:scale(1.1) translateY(-3px);box-shadow:0 12px 30px #128c7e66}.whatsapp-float-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#25d3664d;z-index:-1;animation:whatsappPulse 2s infinite}@keyframes whatsappPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.5);opacity:0}}.footer-social-link{color:#a1a1aa!important;transition:all .2s ease!important;display:inline-block}.footer-social-link:hover{color:#ffa829!important;transform:translateY(-2px)!important}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;color:#1a1a1a;padding:6px;z-index:50}.mobile-menu-overlay{display:none}.page-header-banner{background:linear-gradient(135deg,#fffdf9,#f0ebe1);padding:36px 0 40px;position:relative;overflow:hidden;border-bottom:1px solid #E8E6DF;margin-bottom:36px}.page-header-inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.page-header-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#888;margin-bottom:16px}.page-header-breadcrumb span{transition:color .2s}.page-header-breadcrumb span:hover{color:#ffa829}.page-header-breadcrumb .active{color:#1a1a1a;font-weight:600}.page-header-title-row{display:flex;align-items:flex-start;gap:20px}.page-header-back-btn{background:#fff;border:1px solid #E8E6DF;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #0000000a;transition:all .25s;flex-shrink:0;margin-top:4px}.page-header-back-btn:hover{transform:translate(-3px);box-shadow:0 6px 20px #00000014}.page-header-label{color:#ffa829;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:6px}.page-header-heading{font-size:38px;font-weight:800;color:#1a1a1a;margin:0;font-family:League Spartan,sans-serif;line-height:1.15}.page-header-subtitle{font-size:15px;color:#666;margin:10px 0 0;max-width:600px;line-height:1.6}.page-header-count-pill{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 14px;background:#ffa8291a;color:#c47a00;font-size:12px;font-weight:700;border-radius:20px;letter-spacing:.3px}.page-header-decor{position:absolute;top:16px;right:30px;width:120px;height:120px;background-image:radial-gradient(circle,rgba(255,168,41,.15) 2px,transparent 2px);background-size:16px 16px;z-index:1;opacity:.6}.blog-page-wrapper{background:#f9f8f6;min-height:100vh}.blog-hero-header{background:linear-gradient(135deg,#1a1a1a,#2d2520,#1a1a1a);padding:48px 0 56px;position:relative;overflow:hidden}.blog-hero-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,168,41,.06) 1px,transparent 0);background-size:32px 32px;z-index:0}.blog-hero-inner{max-width:1200px;margin:0 auto;padding:0 28px;position:relative;z-index:2}.blog-hero-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff6;margin-bottom:28px}.blog-hero-breadcrumb span{cursor:pointer;transition:color .2s}.blog-hero-breadcrumb span:hover{color:#ffa829}.blog-hero-breadcrumb .active{color:#fffc;font-weight:600}.blog-hero-content{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.blog-hero-text{max-width:600px}.blog-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffa82926;color:#ffa829;font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:20px;letter-spacing:.5px;text-transform:uppercase}.blog-hero-header h1{font-size:52px;font-weight:800;color:#fff;line-height:1.08;margin:0 0 16px;font-family:League Spartan,sans-serif}.blog-hero-header h1 span{color:#ffa829}.blog-hero-text p{font-size:15px;color:#ffffff8c;line-height:1.65;margin:0 0 24px}.blog-hero-back{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .25s}.blog-hero-back:hover{background:#ffa82926;border-color:#ffa8294d}.blog-hero-stats{display:flex;gap:16px;flex-shrink:0}.blog-stat-capsule{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:18px 22px;text-align:center;min-width:110px}.blog-stat-num{display:block;font-size:28px;font-weight:800;color:#ffa829;font-family:League Spartan,sans-serif;line-height:1;margin-bottom:4px}.blog-stat-label{display:block;font-size:11px;color:#ffffff73;font-weight:600;letter-spacing:.3px}.blog-main-content{max-width:1200px;margin:0 auto;padding:0 28px}.blog-filter-section{padding:32px 0 12px}.blog-filter-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}.blog-category-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px}.blog-cat-pill{padding:9px 22px;border-radius:24px;font-size:13px;font-weight:600;border:1.5px solid #D5D3CD;background:#fff;color:#666;cursor:pointer;transition:all .25s;white-space:nowrap}.blog-cat-pill:hover{border-color:#ffa829;color:#ffa829;box-shadow:0 2px 8px #ffa8291a}.blog-cat-pill.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff;box-shadow:0 4px 14px #00000026}.blog-featured-card{border-radius:28px;overflow:hidden;margin-bottom:48px;cursor:pointer;transition:all .4s;box-shadow:0 12px 40px #00000014}.blog-featured-card:hover{box-shadow:0 20px 60px #0000001f;transform:translateY(-3px)}.blog-featured-image{position:relative;overflow:hidden;min-height:480px}.blog-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;position:absolute;top:0;right:0;bottom:0;left:0}.blog-featured-card:hover .blog-featured-image img{transform:scale(1.04)}.blog-featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 20%,#000000d9);z-index:1}.blog-featured-tags{position:absolute;top:24px;left:24px;display:flex;gap:8px;z-index:3}.blog-cat-tag{background:#ffa829;color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.blog-editor-tag{display:flex;align-items:center;gap:4px;background:#ffffffe6;color:#1a1a1a;font-size:11px;font-weight:700;padding:5px 12px;border-radius:20px}.blog-trending-tag{display:flex;align-items:center;gap:4px;background:#ef4444e6;color:#fff;font-size:11px;font-weight:700;padding:5px 12px;border-radius:20px}.blog-featured-text-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px;z-index:2}.blog-featured-text-overlay h2{font-size:34px;font-weight:800;color:#fff;margin:0 0 14px;font-family:League Spartan,sans-serif;line-height:1.15;max-width:650px}.blog-featured-text-overlay p{font-size:15px;color:#ffffffb3;line-height:1.6;margin:0 0 18px;max-width:600px}.blog-featured-meta{display:flex;gap:18px;font-size:13px;color:#ffffff80;margin-bottom:16px;align-items:center}.blog-featured-meta span{display:flex;align-items:center;gap:6px}.blog-featured-author{color:#ffa829!important;font-weight:600}.blog-featured-read{display:inline-flex;align-items:center;gap:8px;color:#ffa829;font-weight:700;font-size:14px;transition:gap .25s}.blog-featured-card:hover .blog-featured-read{gap:14px}.blog-section-header{display:flex;align-items:center;gap:20px;margin-bottom:28px}.blog-section-header h3{font-size:24px;font-weight:800;color:#1a1a1a;margin:0;font-family:League Spartan,sans-serif;white-space:nowrap}.blog-section-line{flex:1;height:2px;background:linear-gradient(90deg,#E8E6DF 0%,transparent 100%)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}.blog-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #E8E6DF;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);animation:blogCardFadeIn .5s ease both}@keyframes blogCardFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.blog-card:hover{box-shadow:0 16px 48px #00000014;transform:translateY(-6px);border-color:transparent}.blog-card-image{position:relative;overflow:hidden;height:210px}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image img{transform:scale(1.06)}.blog-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.15) 100%);z-index:1;transition:opacity .3s}.blog-card:hover .blog-card-overlay{opacity:.6}.blog-card-image .blog-cat-tag{position:absolute;top:14px;left:14px;z-index:2}.blog-card-trending{position:absolute;top:14px;right:14px;background:#ef4444e6;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.blog-card-read-badge{position:absolute;bottom:12px;right:14px;display:flex;align-items:center;gap:4px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:16px;z-index:2}.blog-card-body{padding:22px}.blog-card-body h3{font-size:18px;font-weight:800;color:#1a1a1a;margin:0 0 10px;line-height:1.25;font-family:League Spartan,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-body p{font-size:13px;color:#888;line-height:1.55;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #F0EEE8}.blog-card-meta{display:flex;align-items:center;gap:5px;font-size:12px;color:#aaa}.blog-read-link{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:#ffa829;transition:gap .25s}.blog-card:hover .blog-read-link{gap:10px}.blog-newsletter-cta{background:#141416;border-radius:28px;padding:60px;text-align:center;margin-bottom:40px;position:relative;overflow:hidden}.blog-newsletter-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,168,41,.05) 1px,transparent 0);background-size:24px 24px}.blog-newsletter-content{position:relative;z-index:2}.blog-newsletter-icon{font-size:40px;margin-bottom:16px}.blog-newsletter-content h3{font-size:32px;font-weight:800;color:#fff;margin:0 0 12px;font-family:League Spartan,sans-serif}.blog-newsletter-content>p{font-size:15px;color:#71717a;margin:0 auto 28px;max-width:520px;line-height:1.6}.blog-newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto 20px}.blog-newsletter-form input{flex:1;padding:15px 22px;border-radius:14px;border:1px solid #3F3F46;background:#ffffff0d;color:#fff;font-size:14px;outline:none;transition:border-color .2s}.blog-newsletter-form input::placeholder{color:#52525b}.blog-newsletter-form input:focus{border-color:#ffa829;background:#ffa8290d}.blog-newsletter-form button{display:flex;align-items:center;gap:8px;padding:15px 28px;background:#ffa829;color:#141416;font-weight:700;font-size:14px;border:none;border-radius:14px;cursor:pointer;transition:all .25s;white-space:nowrap}.blog-newsletter-form button:hover{background:#e89620;box-shadow:0 8px 24px #ffa8294d;transform:translateY(-1px)}.blog-newsletter-trust{display:flex;justify-content:center;gap:24px;font-size:12px;color:#52525b}.blog-full-article{background:#fff;border-radius:28px;padding:40px;border:1px solid #E8E6DF;box-shadow:0 8px 30px #00000005}.blog-article-content{font-size:15.5px;line-height:1.75;color:#333}.blog-article-content p{margin-bottom:24px}.blog-article-content h3{font-size:24px;font-weight:800;color:#1a1a1a;margin:36px 0 16px;font-family:League Spartan,sans-serif;line-height:1.25}.blog-article-content h4{font-size:19px;font-weight:700;color:#1a1a1a;margin:28px 0 12px;font-family:League Spartan,sans-serif}.blog-article-content ul,.blog-article-content ol{margin-bottom:24px;padding-left:20px}.blog-article-content li{margin-bottom:10px;line-height:1.65}.blog-article-content table{width:100%;margin:28px 0;border-collapse:collapse;font-size:14px}.blog-article-content th{background:#ffa829;color:#fff;font-weight:700;padding:12px;border:1px solid #E8E6DF}.blog-article-content td{padding:12px;border:1px solid #E8E6DF}.blog-article-content tr:nth-child(2n){background:#fafaf9}.blog-sidebar-trending-item:hover h5{color:#ffa829!important}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin:40px 0 60px}.blog-pag-numbers{display:flex;gap:8px}.blog-pag-btn{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:12px;background:#fff;border:1.5px solid #E8E6DF;color:#1a1a1a;font-weight:700;font-size:13px;cursor:pointer;transition:all .25s ease}.blog-pag-btn:hover:not(:disabled){border-color:#ffa829;color:#ffa829;background:#fffdf9}.blog-pag-btn:disabled{opacity:.5;cursor:not-allowed}.blog-pag-num{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;border:1.5px solid #E8E6DF;color:#1a1a1a;font-weight:700;font-size:14px;cursor:pointer;transition:all .25s ease}.blog-pag-num:hover{border-color:#ffa829;color:#ffa829}.blog-pag-num.active{background:#ffa829;border-color:#ffa829;color:#1a1a1a;box-shadow:0 4px 12px #ffa8294d}@media (max-width: 768px){.global-lang-switch{top:20px!important;right:75px!important;padding:2px!important}.lang-switch-btn{padding:4px 8px!important;font-size:10px!important}.search-filter-bar{padding:15px!important;gap:15px!important}.developer-filter-group{flex-direction:column!important;align-items:flex-start!important;width:100%!important;gap:6px!important}.developer-filter-select-wrapper{width:100%!important}.site-frame-container{border:4px solid #FFFFFF!important;border-radius:16px!important;padding:4px!important}.hero-card{min-height:auto!important;padding-bottom:0!important;overflow:visible!important}.hero-nav{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:6px 16px!important;margin-top:0!important;position:relative!important;z-index:30!important;gap:0!important}.hero-nav-left{flex-direction:row!important;gap:0!important;align-items:center!important;width:auto!important}.hero-nav-logo img{height:94px!important;margin:-12px 0 -18px -8px!important}.hero-nav-desktop{display:none!important}.hamburger-btn{display:flex!important;align-items:center;justify-content:center;background:#ffffffb3!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid #E8E6E1!important;border-radius:10px!important;width:42px!important;height:42px!important;color:#1a1a1a!important}.mobile-menu-overlay{display:flex!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0006!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;z-index:999!important;align-items:flex-start!important;justify-content:center!important;padding-top:80px!important;animation:fadeIn .2s ease!important}.mobile-menu-drawer{background:#fffffff7!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-radius:20px!important;padding:28px 24px!important;width:calc(100% - 32px)!important;max-width:340px!important;display:flex!important;flex-direction:column!important;gap:4px!important;box-shadow:0 20px 60px #00000026!important;animation:slideDown .25s cubic-bezier(.16,1,.3,1)!important}.mobile-menu-drawer a{display:block!important;padding:12px 16px!important;font-family:var(--font-body)!important;font-size:15px!important;font-weight:600!important;color:#1a1a1a!important;text-decoration:none!important;border-radius:12px!important;transition:background .15s ease!important}.mobile-menu-drawer a:active{background:#f5f4f0!important}.mobile-menu-divider{height:1px!important;background:#eae8e3!important;margin:6px 0!important}.mobile-menu-cta{background:#ffa829!important;color:#fff!important;text-align:center!important;border-radius:14px!important;margin-top:4px!important;font-weight:700!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-headline{font-size:47px!important;line-height:1.1!important;letter-spacing:-.5px!important;text-align:left!important;margin-top:36px!important;margin-bottom:20px!important;padding:0 20px!important;position:relative!important;z-index:12!important}.headline-break{display:none!important}.hero-left-col{padding:0 20px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important;position:relative!important;z-index:12!important}.hero-pills{justify-content:flex-start!important;padding-left:0!important;margin-bottom:20px!important;gap:8px!important}.hero-pill{padding:7px 18px!important;font-size:13px!important;border:1.5px solid #D5D3CD!important;border-radius:24px!important;background:transparent!important;color:#555!important}.hero-pill.active{background:#fff!important;border-color:#ccc!important;color:#1a1a1a!important;box-shadow:0 2px 8px #0000000f!important}.waterfall-bridge,.waterfall-curve-left,.waterfall-curve-right{display:none!important}.hero-search{flex-direction:row!important;width:100%!important;max-width:100%!important;border-radius:9999px!important;padding:5px 5px 5px 18px!important;gap:0!important;margin-top:0!important;margin-bottom:18px!important;margin-left:0!important;box-shadow:0 2px 12px #0000000a!important}.hero-search input{width:100%!important;border:none!important;border-bottom:none!important;border-right:none!important;padding:8px 0!important;margin-bottom:0!important;border-radius:0!important;text-align:left!important;font-size:13px!important}.hero-search-btn{width:38px!important;min-width:38px!important;height:38px!important;border-radius:50%!important;justify-content:center!important;flex-shrink:0!important}.hero-search-btn.has-text{width:auto!important;min-width:auto!important;border-radius:20px!important;padding:0 14px!important;height:38px!important}.hero-quote-block{margin-top:2px!important;margin-bottom:16px!important;padding-left:20px!important;text-align:left!important;max-width:85%!important}.hero-quote-text{font-size:13px!important;line-height:1.5!important}.hero-house-img{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;height:auto!important;margin:0!important;z-index:2!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:hidden!important;pointer-events:none!important}.hero-house-img img{width:100%!important;height:auto!important;max-height:none!important;transform:scale(1.6)!important;transform-origin:center center!important;object-fit:contain!important;object-position:center center!important}.hero-badge{position:absolute!important;bottom:10px!important;right:10px!important;left:auto!important;transform:none!important;width:auto!important;max-width:132px!important;margin:0!important;background:#ffffffed!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border:1px solid rgba(255,255,255,.4)!important;border-radius:12px!important;box-shadow:0 4px 16px #0000001a!important;padding:8px 10px!important;z-index:15!important}.hero-badge:before{display:none!important}.hero-badge-title{font-size:11px!important;margin-bottom:1px!important}.hero-badge-subtitle{font-size:8px!important;line-height:1.25!important}.hero-badge-bottom{gap:4px!important;margin-top:3px!important}.hero-badge-bottom span{font-size:9px!important}.hero-badge .hero-arrow-circle{width:22px!important;height:22px!important}.properties-section{padding:40px 0!important}.properties-top{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:0 4px!important}.properties-title{font-size:28px!important;line-height:1.15!important;text-align:left!important}.properties-subtitle{font-size:13px!important}.filter-row{width:100%!important;flex-wrap:wrap!important;gap:8px!important}.filter-btn{padding:8px 16px!important;font-size:13px!important;flex-shrink:0!important}.props-grid{grid-template-columns:1fr!important;gap:16px!important}.prop-card{border-radius:18px!important}.prop-img-wrap{height:200px!important}.prop-body{padding:16px!important}.prop-price{font-size:17px!important}.category-image-card{height:280px!important}.services-grid{grid-template-columns:1fr!important;gap:16px!important;padding:0!important}.section-center-header h2{font-size:26px!important;line-height:1.2!important;padding:0 8px!important}.section-center-header p{font-size:13px!important;padding:0 8px!important}.trust-grid{grid-template-columns:1fr!important;gap:24px!important}.trust-heading{font-size:36px!important}.stats-row,.feature-stack{gap:12px!important}.testimonials-wrap{padding:40px 16px!important;border-radius:20px!important}.testimonials-title{font-size:30px!important;margin-bottom:32px!important}.test-grid{grid-template-columns:1fr!important;gap:20px!important}.category-cards-grid{grid-template-columns:1fr!important;padding:0!important}.trust-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;padding:24px 16px!important}.modal-box{width:95%!important;padding:24px 16px!important;border-radius:16px!important;max-height:85vh!important}.search-suggestions-dropdown{max-height:50vh!important}.whatsapp-float-btn{bottom:20px!important;right:20px!important;width:50px!important;height:50px!important;z-index:99!important}.whatsapp-float-btn svg{width:24px!important;height:24px!important}.phone-float-btn{position:fixed!important;bottom:20px!important;left:20px!important;background-color:#ffa829!important;color:#1a1a1a!important;width:50px!important;height:50px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 10px 25px #ffa8294d!important;z-index:99!important;transition:all .3s ease!important}.phone-float-btn:active{transform:scale(.9)!important}.phone-float-btn svg{width:22px!important;height:22px!important}.phone-float-btn:before{content:""!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:50%!important;background-color:#ffa8294d!important;z-index:-1!important;animation:phonePulse 2.5s infinite!important}@keyframes phonePulse{0%{transform:scale(.95);opacity:.8}50%{opacity:.4}to{transform:scale(1.4);opacity:0}}.footer-bottom-flex{flex-direction:column!important;gap:12px!important;text-align:center!important}.values-grid{grid-template-columns:1fr!important;gap:16px!important}.philosophy-section{margin-bottom:40px!important;padding:0 8px!important}.philosophy-section h2{font-size:26px!important}.consult-cta-section{padding:32px 20px!important;border-radius:18px!important;margin:0 8px 20px!important}.consult-cta-section h3{font-size:24px!important;line-height:1.2!important;margin-bottom:12px!important}.consult-cta-section p{font-size:13px!important;margin-bottom:20px!important}.consult-cta-section .btn-primary,.consult-cta-section .btn-secondary{width:100%!important;justify-content:center!important}.site-footer{padding:40px 16px 24px!important;border-radius:20px 20px 12px 12px!important;margin-top:40px!important}.footer-cols-grid{grid-template-columns:1fr!important;gap:28px!important;margin-bottom:30px!important}.footer-cols-grid>div:first-child img{height:100px!important;margin:-20px 0!important}.footer-col h5{font-size:13px!important;margin-bottom:12px!important}.footer-col ul{columns:2!important;column-gap:12px!important}.footer-col ul li{break-inside:avoid!important}.footer-bottom-flex{flex-direction:column!important;gap:12px!important;text-align:center!important;font-size:11px!important}.footer-bottom-flex>div:last-child{justify-content:center!important}.founders-intro-grid{grid-template-columns:1fr!important;gap:24px!important}.founders-intro-banner{padding:24px 16px!important;border-radius:18px!important}.founders-intro-banner h2{font-size:26px!important}.founder-detail-card{padding:24px 16px!important}.founder-detail-card h3{font-size:22px!important}.expert-tags-wrap{gap:6px!important}.expert-tag{font-size:11px!important;padding:5px 10px!important}.page-header-banner{padding:24px 0 28px!important;margin-bottom:24px!important}.page-header-heading{font-size:28px!important}.page-header-back-btn{width:40px!important;height:40px!important}.page-header-decor{width:80px!important;height:80px!important;right:12px!important;top:10px!important}.blog-hero-header{padding:28px 0 32px!important}.blog-hero-header h1{font-size:32px!important}.blog-hero-content{flex-direction:column!important;align-items:flex-start!important;gap:24px!important}.blog-hero-stats{width:100%!important;justify-content:space-between!important;gap:8px!important}.blog-stat-capsule{padding:12px 14px!important;min-width:auto!important;flex:1!important}.blog-stat-num{font-size:22px!important}.blog-featured-card{display:flex!important;flex-direction:column!important;border:1px solid #E8E6DF!important;background:#fff!important;border-radius:22px!important}.blog-featured-image{min-height:auto!important;height:auto!important;position:relative!important;width:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.blog-featured-image img{position:relative!important;inset:auto!important;height:220px!important;width:100%!important;object-fit:cover!important}.blog-featured-overlay{display:none!important}.blog-featured-text-overlay{position:relative!important;inset:auto!important;padding:20px!important;background:#fff!important;z-index:2!important}.blog-featured-text-overlay h2{font-size:18px!important;color:#1a1a1a!important;margin-bottom:8px!important;max-width:100%!important}.blog-featured-text-overlay p{font-size:13px!important;color:#666!important;margin-bottom:12px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:100%!important}.blog-featured-meta{flex-wrap:wrap!important;gap:10px!important;color:#888!important;font-size:11px!important;margin-bottom:12px!important}.blog-featured-meta span{color:#888!important}.blog-featured-read{color:#ffa829!important;font-size:13px!important;font-weight:700!important}.blog-grid{grid-template-columns:1fr!important;gap:16px!important}.blog-newsletter-cta{padding:32px 20px!important;border-radius:20px!important}.blog-newsletter-content h3{font-size:22px!important}.blog-newsletter-form{flex-direction:column!important}.blog-newsletter-trust{flex-wrap:wrap!important;gap:12px!important;justify-content:center!important}.blog-category-pills{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px!important}.blog-category-pills::-webkit-scrollbar{display:none}.blog-reading-grid{grid-template-columns:1fr!important;gap:24px!important}.blog-full-article{padding:20px!important;border-radius:18px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.blog-article-featured-image{height:220px!important;margin-bottom:20px!important}.blog-article-content{font-size:14.5px!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.blog-article-content p{margin-bottom:16px!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.blog-article-content h3{font-size:20px!important;margin:28px 0 12px!important}.blog-article-content h4{font-size:16px!important;margin:22px 0 10px!important}.blog-article-content table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch}.blog-article-cta-box{padding:20px!important;border-radius:16px!important;margin-top:32px!important}.blog-main-content{padding:0 16px!important;width:100%!important;box-sizing:border-box!important}.blog-pagination{gap:8px!important;margin:30px 0 40px!important}.blog-pag-btn{padding:8px 12px!important;font-size:12px!important;border-radius:10px!important}.blog-pag-num{width:34px!important;height:34px!important;font-size:13px!important;border-radius:10px!important}.blog-pag-numbers{gap:6px!important}.container{padding-left:12px!important;padding-right:12px!important;margin-bottom:16px!important}}@media (max-width: 480px){.hero-headline{font-size:41px!important}.trust-stats-grid{grid-template-columns:1fr!important}.properties-title{font-size:24px!important}}
